Skip to content

Commit

Permalink
docs: publish from f3ad66f
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS PDK Automation committed Nov 30, 2023
1 parent e0b4520 commit 4857df9
Show file tree
Hide file tree
Showing 80 changed files with 442 additions and 175 deletions.
2 changes: 1 addition & 1 deletion api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3280,7 +3280,7 @@ <h1 id="api-reference">API Reference</h1>
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/java/aws-arch/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6823,7 +6823,7 @@ <h5 id="tertiary_1"><code>TERTIARY</code> <a name="TERTIARY" id="@aws/aws-arch.a
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/java/cdk-graph-plugin-diagram/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4427,7 +4427,7 @@ <h5 id="category"><code>CATEGORY</code> <a name="CATEGORY" id="@aws/cdk-graph-pl
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/java/cdk-graph/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28191,7 +28191,7 @@ <h5 id="import_arn"><code>IMPORT_ARN</code> <a name="IMPORT_ARN" id="@aws/cdk-gr
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/java/cloudscape-react-ts-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11338,7 +11338,7 @@ <h5 id="yarnberryoptionsoptional_2"><code>yarnBerryOptions</code><sup>Optional</
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/java/identity/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4808,7 +4808,7 @@ <h5 id="userverificationoptional_1"><code>userVerification</code><sup>Optional</
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/java/infrastructure/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20400,7 +20400,7 @@ <h5 id="typesafeapioptional_5"><code>typeSafeApi</code><sup>Optional</sup> <a na
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/java/monorepo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21080,7 +21080,7 @@ <h5 id="dependencies"><code>DEPENDENCIES</code> <a name="DEPENDENCIES" id="@aws/
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/java/pdk-nag/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4501,7 +4501,7 @@ <h6 id="stackrequired_4"><code>stack</code><sup>Required</sup> <a name="stack" i
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/java/pipeline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5686,7 +5686,7 @@ <h5 id="artifactbucketkeyarnoptional_1"><code>artifactBucketKeyArn</code><sup>Op
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/java/static-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5133,7 +5133,7 @@ <h6 id="_optionsrequired"><code>_options</code><sup>Required</sup> <a name="_opt
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
68 changes: 61 additions & 7 deletions api/java/type-safe-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4004,6 +4004,13 @@
<nav class="md-nav" aria-label="Enums">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#architecture" class="md-nav__link">
Architecture
</a>

</li>

<li class="md-nav__item">
<a href="#customauthorizertype" class="md-nav__link">
CustomAuthorizerType
Expand Down Expand Up @@ -12541,6 +12548,7 @@ <h4 id="initializer_26">Initializer <a name="Initializer" id="@aws/type-safe-api
<span class="c1">// .version(java.lang.String)</span>
<span class="c1">// .vscode(java.lang.Boolean)</span>
<span class="c1">// .openApiGeneratorCliConfig(OpenApiGeneratorCliConfig)</span>
<span class="c1">// .architecture(Architecture)</span>
<span class="w"> </span><span class="p">.</span><span class="na">build</span><span class="p">();</span>
</code></pre></div>
<h4 id="properties_32">Properties <a name="Properties" id="Properties"></a></h4>
Expand Down Expand Up @@ -12798,6 +12806,11 @@ <h4 id="properties_32">Properties <a name="Properties" id="Properties"></a></h4>
<td><code><a href="#@aws/type-safe-api.OpenApiGeneratorCliConfig">OpenApiGeneratorCliConfig</a></code></td>
<td>Configuration for the OpenAPI Generator CLI.</td>
</tr>
<tr>
<td><code><a href="#@aws/type-safe-api.GeneratedPythonHandlersOptions.property.architecture">architecture</a></code></td>
<td><code><a href="#@aws/type-safe-api.Architecture">Architecture</a></code></td>
<td>The architecture to target for python handlers.</td>
</tr>
</tbody>
</table>
<hr />
Expand Down Expand Up @@ -13264,6 +13277,19 @@ <h5 id="openapigeneratorcliconfigoptional_7"><code>openApiGeneratorCliConfig</co
<p><a class="magiclink magiclink-github magiclink-repository" href="https://github.com/OpenAPITools/openapi-generator-cli#configuration" title="GitHub Repository: OpenAPITools/openapi-generator-cli#configuration">OpenAPITools/openapi-generator-cli#configuration</a></p>
</blockquote>
<hr />
<h5 id="architectureoptional_1"><code>architecture</code><sup>Optional</sup> <a name="architecture" id="@aws/type-safe-api.GeneratedPythonHandlersOptions.property.architecture"></a></h5>
<div class="highlight"><pre><span></span><code><span class="kd">public</span><span class="w"> </span><span class="n">Architecture</span><span class="w"> </span><span class="nf">getArchitecture</span><span class="p">();</span>
</code></pre></div>
<ul>
<li><em>Type:</em> <a href="#@aws/type-safe-api.Architecture">Architecture</a></li>
<li><em>Default:</em> Architecture.X86_64</li>
</ul>
<p>The architecture to target for python handlers.</p>
<p>This determines the --platform argument passed to the pip install command used to build the lambda distributable.</p>
<blockquote>
<p><a href="https://docs.aws.amazon.com/lambda/latest/dg/python-package.html#python-package-native-libraries">https://docs.aws.amazon.com/lambda/latest/dg/python-package.html#python-package-native-libraries</a></p>
</blockquote>
<hr />
<h3 id="generatedpythoninfrastructureoptions">GeneratedPythonInfrastructureOptions <a name="GeneratedPythonInfrastructureOptions" id="@aws/type-safe-api.GeneratedPythonInfrastructureOptions"></a></h3>
<p>Options for configuring a generated python infrastructure project.</p>
<h4 id="initializer_27">Initializer <a name="Initializer" id="@aws/type-safe-api.GeneratedPythonInfrastructureOptions.Initializer"></a></h4>
Expand Down Expand Up @@ -27786,7 +27812,7 @@ <h5 id="allowpublicsubnetoptional_1"><code>allowPublicSubnet</code><sup>Optional
<p><a href="https://stackoverflow.com/questions/52992085/why-cant-an-aws-lambda-function-inside-a-public-subnet-in-a-vpc-connect-to-the/52994841#52994841">https://stackoverflow.com/questions/52992085/why-cant-an-aws-lambda-function-inside-a-public-subnet-in-a-vpc-connect-to-the/52994841#52994841</a></p>
</blockquote>
<hr />
<h5 id="architectureoptional_1"><code>architecture</code><sup>Optional</sup> <a name="architecture" id="@aws/type-safe-api.SnapStartFunctionProps.property.architecture"></a></h5>
<h5 id="architectureoptional_2"><code>architecture</code><sup>Optional</sup> <a name="architecture" id="@aws/type-safe-api.SnapStartFunctionProps.property.architecture"></a></h5>
<div class="highlight"><pre><span></span><code><span class="kd">public</span><span class="w"> </span><span class="n">Architecture</span><span class="w"> </span><span class="nf">getArchitecture</span><span class="p">();</span>
</code></pre></div>
<ul>
Expand Down Expand Up @@ -33130,12 +33156,40 @@ <h6 id="propsrequired_12"><code>props</code><sup>Required</sup> <a name="props"
</ul>
<hr />
<h2 id="enums">Enums <a name="Enums" id="Enums"></a></h2>
<h3 id="architecture">Architecture <a name="Architecture" id="@aws/type-safe-api.Architecture"></a></h3>
<p>Represents an instruction set architecture.</p>
<h4 id="members">Members <a name="Members" id="Members"></a></h4>
<table>
<thead>
<tr>
<th><strong>Name</strong></th>
<th><strong>Description</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td><code><a href="#@aws/type-safe-api.Architecture.X86_64">X86_64</a></code></td>
<td>64-bit x86 architecture.</td>
</tr>
<tr>
<td><code><a href="#@aws/type-safe-api.Architecture.ARM_64">ARM_64</a></code></td>
<td>64-bit ARM architecture.</td>
</tr>
</tbody>
</table>
<hr />
<h5 id="x86_64"><code>X86_64</code> <a name="X86_64" id="@aws/type-safe-api.Architecture.X86_64"></a></h5>
<p>64-bit x86 architecture.</p>
<hr />
<h5 id="arm_64"><code>ARM_64</code> <a name="ARM_64" id="@aws/type-safe-api.Architecture.ARM_64"></a></h5>
<p>64-bit ARM architecture.</p>
<hr />
<h3 id="customauthorizertype">CustomAuthorizerType <a name="CustomAuthorizerType" id="@aws/type-safe-api.CustomAuthorizerType"></a></h3>
<p>The type of custom authorizer.</p>
<blockquote>
<p><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type">https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type</a></p>
</blockquote>
<h4 id="members">Members <a name="Members" id="Members"></a></h4>
<h4 id="members_1">Members <a name="Members" id="Members"></a></h4>
<table>
<thead>
<tr>
Expand Down Expand Up @@ -33163,7 +33217,7 @@ <h5 id="request"><code>REQUEST</code> <a name="REQUEST" id="@aws/type-safe-api.C
<hr />
<h3 id="documentationformat">DocumentationFormat <a name="DocumentationFormat" id="@aws/type-safe-api.DocumentationFormat"></a></h3>
<p>Formats for documentation generation.</p>
<h4 id="members_1">Members <a name="Members" id="Members"></a></h4>
<h4 id="members_2">Members <a name="Members" id="Members"></a></h4>
<table>
<thead>
<tr>
Expand Down Expand Up @@ -33217,7 +33271,7 @@ <h5 id="plantuml"><code>PLANTUML</code> <a name="PLANTUML" id="@aws/type-safe-ap
<hr />
<h3 id="language">Language <a name="Language" id="@aws/type-safe-api.Language"></a></h3>
<p>Supported languages for runtimes and infrastructure.</p>
<h4 id="members_2">Members <a name="Members" id="Members"></a></h4>
<h4 id="members_3">Members <a name="Members" id="Members"></a></h4>
<table>
<thead>
<tr>
Expand Down Expand Up @@ -33249,7 +33303,7 @@ <h5 id="java"><code>JAVA</code> <a name="JAVA" id="@aws/type-safe-api.Language.J
<hr />
<h3 id="library">Library <a name="Library" id="@aws/type-safe-api.Library"></a></h3>
<p>Supported libraries for code generation.</p>
<h4 id="members_3">Members <a name="Members" id="Members"></a></h4>
<h4 id="members_4">Members <a name="Members" id="Members"></a></h4>
<table>
<thead>
<tr>
Expand All @@ -33269,7 +33323,7 @@ <h5 id="typescript_react_query_hooks"><code>TYPESCRIPT_REACT_QUERY_HOOKS</code>
<hr />
<h3 id="modellanguage">ModelLanguage <a name="ModelLanguage" id="@aws/type-safe-api.ModelLanguage"></a></h3>
<p>The model definition language.</p>
<h4 id="members_4">Members <a name="Members" id="Members"></a></h4>
<h4 id="members_5">Members <a name="Members" id="Members"></a></h4>
<table>
<thead>
<tr>
Expand Down Expand Up @@ -33307,7 +33361,7 @@ <h5 id="openapi"><code>OPENAPI</code> <a name="OPENAPI" id="@aws/type-safe-api.M
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/python/aws-arch/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6867,7 +6867,7 @@ <h5 id="tertiary_1"><code>TERTIARY</code> <a name="TERTIARY" id="@aws/aws-arch.a
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/python/cdk-graph-plugin-diagram/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4431,7 +4431,7 @@ <h5 id="category"><code>CATEGORY</code> <a name="CATEGORY" id="@aws/cdk-graph-pl
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/python/cdk-graph/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29448,7 +29448,7 @@ <h5 id="import_arn"><code>IMPORT_ARN</code> <a name="IMPORT_ARN" id="@aws/cdk-gr
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/python/cloudscape-react-ts-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11470,7 +11470,7 @@ <h5 id="yarn_berry_optionsoptional_2"><code>yarn_berry_options</code><sup>Option
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/python/identity/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5018,7 +5018,7 @@ <h5 id="user_verificationoptional_1"><code>user_verification</code><sup>Optional
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/python/infrastructure/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20770,7 +20770,7 @@ <h5 id="type_safe_apioptional_5"><code>type_safe_api</code><sup>Optional</sup> <
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/python/monorepo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22734,7 +22734,7 @@ <h5 id="dependencies"><code>DEPENDENCIES</code> <a name="DEPENDENCIES" id="@aws/
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/python/pdk-nag/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4680,7 +4680,7 @@ <h6 id="stackrequired_4"><code>stack</code><sup>Required</sup> <a name="stack" i
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/python/pipeline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5732,7 +5732,7 @@ <h5 id="artifact_bucket_key_arnoptional_1"><code>artifact_bucket_key_arn</code><
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/python/static-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5144,7 +5144,7 @@ <h6 id="origin_idrequired"><code>origin_id</code><sup>Required</sup> <a name="or
<small>

Last update:
2023-11-16
2023-11-30

</small>
</div>
Expand Down
Loading

0 comments on commit 4857df9

Please sign in to comment.