You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -443,7 +443,7 @@ <h2>Converting to OpenAPI with smithy-build<a class="headerlink" href="#converti
443
443
</div>
444
444
<divclass="admonition important">
445
445
<pclass="first admonition-title">Important</p>
446
-
<pclass="last">A buildscript dependency on "software.amazon.smithy:smithy-openapi:1.61.0" is
446
+
<pclass="last">A buildscript dependency on "software.amazon.smithy:smithy-openapi:1.62.0" is
447
447
required in order for smithy-build to map the "openapi" plugin name to the
448
448
correct Java library implementation.</p>
449
449
</div>
@@ -1116,7 +1116,7 @@ <h2>Amazon API Gateway extensions<a class="headerlink" href="#amazon-api-gateway
1116
1116
<divclass="code-block-caption"><spanclass="caption-text">build.gradle.kts</span><aclass="headerlink" href="#apigateway-build-gradle" title="Permalink to this code">#</a></div>
@@ -1555,7 +1555,7 @@ <h2>Converting to OpenAPI with code<a class="headerlink" href="#converting-to-op
1555
1555
<divclass="code-block-caption"><spanclass="caption-text">build.gradle.kts</span><aclass="headerlink" href="#openapi-code-build-gradle" title="Permalink to this code">#</a></div>
@@ -401,7 +401,7 @@ <h2>Generating Schemas with smithy-build<a class="headerlink" href="#generating-
401
401
</div>
402
402
<divclass="admonition important">
403
403
<pclass="first admonition-title">Important</p>
404
-
<pclass="last">A buildscript dependency on "software.amazon.smithy:smithy-aws-cloudformation:1.61.0" is
404
+
<pclass="last">A buildscript dependency on "software.amazon.smithy:smithy-aws-cloudformation:1.62.0" is
405
405
required in order for smithy-build to map the "cloudformation" plugin name
406
406
to the correct Java library implementation.</p>
407
407
</div>
@@ -756,7 +756,7 @@ <h2>Generating Schemas with code<a class="headerlink" href="#generating-schemas-
756
756
<divclass="code-block-caption"><spanclass="caption-text">build.gradle.kts</span><aclass="headerlink" href="#cfn-code-build-gradle" title="Permalink to this code">#</a></div>
service providers. See the <aclass="reference external" href="https://smithy.io/javadoc/1.61.0/software/amazon/smithy/aws/cloudformation/schema/fromsmithy/Smithy2CfnExtension.html">Javadocs</a> for more information.</p>
785
+
service providers. See the <aclass="reference external" href="https://smithy.io/javadoc/1.62.0/software/amazon/smithy/aws/cloudformation/schema/fromsmithy/Smithy2CfnExtension.html">Javadocs</a> for more information.</p>
parameter lists. For example, parameters with 5 values for each key
955
955
will generate 5 tests in total.</p>
956
956
<p>Parameter values are substituted using the conventions described by
957
-
the documentation for <aclass="reference external" href="https://smithy.io/javadoc/1.61.0/software/amazon/smithy/utils/CodeWriter.html">CodeWriter</a>. They are available as named
957
+
the documentation for <aclass="reference external" href="https://smithy.io/javadoc/1.62.0/software/amazon/smithy/utils/CodeWriter.html">CodeWriter</a>. They are available as named
958
958
parameters, and implementations must support both the <codeclass="docutils literal notranslate"><spanclass="pre">L</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">S</span></code>
0 commit comments