Skip to content

Commit

Permalink
docs: publish from e1a6e49
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS PDK Automation committed Oct 29, 2023
1 parent d23cf53 commit 12d19fa
Show file tree
Hide file tree
Showing 80 changed files with 366 additions and 156 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-10-20
2023-10-29

</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-10-20
2023-10-29

</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-10-20
2023-10-29

</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-10-20
2023-10-29

</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 @@ -11163,7 +11163,7 @@ <h5 id="default_taskrequired"><code>DEFAULT_TASK</code><sup>Required</sup> <a na
<small>

Last update:
2023-10-20
2023-10-29

</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-10-20
2023-10-29

</small>
</div>
Expand Down
86 changes: 85 additions & 1 deletion api/java/infrastructure/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8027,6 +8027,7 @@ <h4 id="initializer_3">Initializer <a name="Initializer" id="@aws/infrastructure
<span class="c1">// .watchExcludes(java.util.List&lt;java.lang.String&gt;)</span>
<span class="c1">// .watchIncludes(java.util.List&lt;java.lang.String&gt;)</span>
<span class="c1">// .cloudscapeReactTsWebsite(CloudscapeReactTsWebsiteProject)</span>
<span class="c1">// .stackName(java.lang.String)</span>
<span class="c1">// .typeSafeApi(TypeSafeApiProject)</span>
<span class="w"> </span><span class="p">.</span><span class="na">build</span><span class="p">();</span>
</code></pre></div>
Expand Down Expand Up @@ -8351,6 +8352,11 @@ <h4 id="properties_3">Properties <a name="Properties" id="Properties"></a></h4>
<td>CloudscapeReactTsWebsiteProject instance to use when setting up the initial project sample code.</td>
</tr>
<tr>
<td><code><a href="#@aws/infrastructure.InfrastructureJavaProjectOptions.property.stackName">stackName</a></code></td>
<td><code>java.lang.String</code></td>
<td>Stack name.</td>
</tr>
<tr>
<td><code><a href="#@aws/infrastructure.InfrastructureJavaProjectOptions.property.typeSafeApi">typeSafeApi</a></code></td>
<td><code>software.aws.pdk.infrastructure.TypeSafeApiProject</code></td>
<td>TypeSafeApi instance to use when setting up the initial project sample code.</td>
Expand Down Expand Up @@ -8996,6 +9002,15 @@ <h5 id="cloudscapereacttswebsiteoptional"><code>cloudscapeReactTsWebsite</code><
</ul>
<p>CloudscapeReactTsWebsiteProject instance to use when setting up the initial project sample code.</p>
<hr />
<h5 id="stacknameoptional"><code>stackName</code><sup>Optional</sup> <a name="stackName" id="@aws/infrastructure.InfrastructureJavaProjectOptions.property.stackName"></a></h5>
<div class="highlight"><pre><span></span><code><span class="kd">public</span><span class="w"> </span><span class="n">java</span><span class="p">.</span><span class="na">lang</span><span class="p">.</span><span class="na">String</span><span class="w"> </span><span class="nf">getStackName</span><span class="p">();</span>
</code></pre></div>
<ul>
<li><em>Type:</em> java.lang.String</li>
<li><em>Default:</em> infra-dev</li>
</ul>
<p>Stack name.</p>
<hr />
<h5 id="typesafeapioptional"><code>typeSafeApi</code><sup>Optional</sup> <a name="typeSafeApi" id="@aws/infrastructure.InfrastructureJavaProjectOptions.property.typeSafeApi"></a></h5>
<div class="highlight"><pre><span></span><code><span class="kd">public</span><span class="w"> </span><span class="n">TypeSafeApiProject</span><span class="w"> </span><span class="nf">getTypeSafeApi</span><span class="p">();</span>
</code></pre></div>
Expand Down Expand Up @@ -9075,6 +9090,7 @@ <h4 id="initializer_4">Initializer <a name="Initializer" id="@aws/infrastructure
<span class="c1">// .watchExcludes(java.util.List&lt;java.lang.String&gt;)</span>
<span class="c1">// .watchIncludes(java.util.List&lt;java.lang.String&gt;)</span>
<span class="c1">// .cloudscapeReactTsWebsite(CloudscapeReactTsWebsiteProject)</span>
<span class="c1">// .stackName(java.lang.String)</span>
<span class="c1">// .typeSafeApi(TypeSafeApiProject)</span>
<span class="w"> </span><span class="p">.</span><span class="na">build</span><span class="p">();</span>
</code></pre></div>
Expand Down Expand Up @@ -9414,6 +9430,11 @@ <h4 id="properties_4">Properties <a name="Properties" id="Properties"></a></h4>
<td>CloudscapeReactTsWebsiteProject instance to use when setting up the initial project sample code.</td>
</tr>
<tr>
<td><code><a href="#@aws/infrastructure.InfrastructurePyProjectOptions.property.stackName">stackName</a></code></td>
<td><code>java.lang.String</code></td>
<td>Stack name.</td>
</tr>
<tr>
<td><code><a href="#@aws/infrastructure.InfrastructurePyProjectOptions.property.typeSafeApi">typeSafeApi</a></code></td>
<td><code>software.aws.pdk.infrastructure.TypeSafeApiProject</code></td>
<td>TypeSafeApi instance to use when setting up the initial project sample code.</td>
Expand Down Expand Up @@ -10045,6 +10066,15 @@ <h5 id="cloudscapereacttswebsiteoptional_1"><code>cloudscapeReactTsWebsite</code
</ul>
<p>CloudscapeReactTsWebsiteProject instance to use when setting up the initial project sample code.</p>
<hr />
<h5 id="stacknameoptional_1"><code>stackName</code><sup>Optional</sup> <a name="stackName" id="@aws/infrastructure.InfrastructurePyProjectOptions.property.stackName"></a></h5>
<div class="highlight"><pre><span></span><code><span class="kd">public</span><span class="w"> </span><span class="n">java</span><span class="p">.</span><span class="na">lang</span><span class="p">.</span><span class="na">String</span><span class="w"> </span><span class="nf">getStackName</span><span class="p">();</span>
</code></pre></div>
<ul>
<li><em>Type:</em> java.lang.String</li>
<li><em>Default:</em> infra-dev</li>
</ul>
<p>Stack name.</p>
<hr />
<h5 id="typesafeapioptional_1"><code>typeSafeApi</code><sup>Optional</sup> <a name="typeSafeApi" id="@aws/infrastructure.InfrastructurePyProjectOptions.property.typeSafeApi"></a></h5>
<div class="highlight"><pre><span></span><code><span class="kd">public</span><span class="w"> </span><span class="n">TypeSafeApiProject</span><span class="w"> </span><span class="nf">getTypeSafeApi</span><span class="p">();</span>
</code></pre></div>
Expand Down Expand Up @@ -10220,6 +10250,7 @@ <h4 id="initializer_5">Initializer <a name="Initializer" id="@aws/infrastructure
<span class="c1">// .workflowPackageCache(java.lang.Boolean)</span>
<span class="c1">// .workflowRunsOn(java.util.List&lt;java.lang.String&gt;)</span>
<span class="c1">// .cloudscapeReactTsWebsite(CloudscapeReactTsWebsiteProject)</span>
<span class="c1">// .stackName(java.lang.String)</span>
<span class="c1">// .typeSafeApi(TypeSafeApiProject)</span>
<span class="w"> </span><span class="p">.</span><span class="na">build</span><span class="p">();</span>
</code></pre></div>
Expand Down Expand Up @@ -11039,6 +11070,11 @@ <h4 id="properties_5">Properties <a name="Properties" id="Properties"></a></h4>
<td>CloudscapeReactTsWebsiteProject instance to use when setting up the initial project sample code.</td>
</tr>
<tr>
<td><code><a href="#@aws/infrastructure.InfrastructureTsProjectOptions.property.stackName">stackName</a></code></td>
<td><code>java.lang.String</code></td>
<td>Stack name.</td>
</tr>
<tr>
<td><code><a href="#@aws/infrastructure.InfrastructureTsProjectOptions.property.typeSafeApi">typeSafeApi</a></code></td>
<td><code>software.aws.pdk.infrastructure.TypeSafeApiProject</code></td>
<td>TypeSafeApi instance to use when setting up the initial project sample code.</td>
Expand Down Expand Up @@ -12621,6 +12657,15 @@ <h5 id="cloudscapereacttswebsiteoptional_2"><code>cloudscapeReactTsWebsite</code
</ul>
<p>CloudscapeReactTsWebsiteProject instance to use when setting up the initial project sample code.</p>
<hr />
<h5 id="stacknameoptional_2"><code>stackName</code><sup>Optional</sup> <a name="stackName" id="@aws/infrastructure.InfrastructureTsProjectOptions.property.stackName"></a></h5>
<div class="highlight"><pre><span></span><code><span class="kd">public</span><span class="w"> </span><span class="n">java</span><span class="p">.</span><span class="na">lang</span><span class="p">.</span><span class="na">String</span><span class="w"> </span><span class="nf">getStackName</span><span class="p">();</span>
</code></pre></div>
<ul>
<li><em>Type:</em> java.lang.String</li>
<li><em>Default:</em> infra-dev</li>
</ul>
<p>Stack name.</p>
<hr />
<h5 id="typesafeapioptional_2"><code>typeSafeApi</code><sup>Optional</sup> <a name="typeSafeApi" id="@aws/infrastructure.InfrastructureTsProjectOptions.property.typeSafeApi"></a></h5>
<div class="highlight"><pre><span></span><code><span class="kd">public</span><span class="w"> </span><span class="n">TypeSafeApiProject</span><span class="w"> </span><span class="nf">getTypeSafeApi</span><span class="p">();</span>
</code></pre></div>
Expand Down Expand Up @@ -12698,6 +12743,7 @@ <h4 id="initializers">Initializers <a name="Initializers" id="@aws/infrastructur
<span class="c1">// .watchExcludes(java.util.List&lt;java.lang.String&gt;)</span>
<span class="c1">// .watchIncludes(java.util.List&lt;java.lang.String&gt;)</span>
<span class="c1">// .cloudscapeReactTsWebsite(CloudscapeReactTsWebsiteProject)</span>
<span class="c1">// .stackName(java.lang.String)</span>
<span class="c1">// .typeSafeApi(TypeSafeApiProject)</span>
<span class="w"> </span><span class="p">.</span><span class="na">build</span><span class="p">();</span>
</code></pre></div>
Expand Down Expand Up @@ -13021,6 +13067,11 @@ <h4 id="initializers">Initializers <a name="Initializers" id="@aws/infrastructur
<td>CloudscapeReactTsWebsiteProject instance to use when setting up the initial project sample code.</td>
</tr>
<tr>
<td><code><a href="#@aws/infrastructure.InfrastructureJavaProject.Initializer.parameter.stackName">stackName</a></code></td>
<td><code>java.lang.String</code></td>
<td>Stack name.</td>
</tr>
<tr>
<td><code><a href="#@aws/infrastructure.InfrastructureJavaProject.Initializer.parameter.typeSafeApi">typeSafeApi</a></code></td>
<td><code>software.aws.pdk.infrastructure.TypeSafeApiProject</code></td>
<td>TypeSafeApi instance to use when setting up the initial project sample code.</td>
Expand Down Expand Up @@ -13558,6 +13609,13 @@ <h5 id="cloudscapereacttswebsiteoptional_3"><code>cloudscapeReactTsWebsite</code
</ul>
<p>CloudscapeReactTsWebsiteProject instance to use when setting up the initial project sample code.</p>
<hr />
<h5 id="stacknameoptional_3"><code>stackName</code><sup>Optional</sup> <a name="stackName" id="@aws/infrastructure.InfrastructureJavaProject.Initializer.parameter.stackName"></a></h5>
<ul>
<li><em>Type:</em> java.lang.String</li>
<li><em>Default:</em> infra-dev</li>
</ul>
<p>Stack name.</p>
<hr />
<h5 id="typesafeapioptional_3"><code>typeSafeApi</code><sup>Optional</sup> <a name="typeSafeApi" id="@aws/infrastructure.InfrastructureJavaProject.Initializer.parameter.typeSafeApi"></a></h5>
<ul>
<li><em>Type:</em> software.aws.pdk.infrastructure.TypeSafeApiProject</li>
Expand Down Expand Up @@ -14526,6 +14584,7 @@ <h4 id="initializers_1">Initializers <a name="Initializers" id="@aws/infrastruct
<span class="c1">// .watchExcludes(java.util.List&lt;java.lang.String&gt;)</span>
<span class="c1">// .watchIncludes(java.util.List&lt;java.lang.String&gt;)</span>
<span class="c1">// .cloudscapeReactTsWebsite(CloudscapeReactTsWebsiteProject)</span>
<span class="c1">// .stackName(java.lang.String)</span>
<span class="c1">// .typeSafeApi(TypeSafeApiProject)</span>
<span class="w"> </span><span class="p">.</span><span class="na">build</span><span class="p">();</span>
</code></pre></div>
Expand Down Expand Up @@ -14864,6 +14923,11 @@ <h4 id="initializers_1">Initializers <a name="Initializers" id="@aws/infrastruct
<td>CloudscapeReactTsWebsiteProject instance to use when setting up the initial project sample code.</td>
</tr>
<tr>
<td><code><a href="#@aws/infrastructure.InfrastructurePyProject.Initializer.parameter.stackName">stackName</a></code></td>
<td><code>java.lang.String</code></td>
<td>Stack name.</td>
</tr>
<tr>
<td><code><a href="#@aws/infrastructure.InfrastructurePyProject.Initializer.parameter.typeSafeApi">typeSafeApi</a></code></td>
<td><code>software.aws.pdk.infrastructure.TypeSafeApiProject</code></td>
<td>TypeSafeApi instance to use when setting up the initial project sample code.</td>
Expand Down Expand Up @@ -15381,6 +15445,13 @@ <h5 id="cloudscapereacttswebsiteoptional_4"><code>cloudscapeReactTsWebsite</code
</ul>
<p>CloudscapeReactTsWebsiteProject instance to use when setting up the initial project sample code.</p>
<hr />
<h5 id="stacknameoptional_4"><code>stackName</code><sup>Optional</sup> <a name="stackName" id="@aws/infrastructure.InfrastructurePyProject.Initializer.parameter.stackName"></a></h5>
<ul>
<li><em>Type:</em> java.lang.String</li>
<li><em>Default:</em> infra-dev</li>
</ul>
<p>Stack name.</p>
<hr />
<h5 id="typesafeapioptional_4"><code>typeSafeApi</code><sup>Optional</sup> <a name="typeSafeApi" id="@aws/infrastructure.InfrastructurePyProject.Initializer.parameter.typeSafeApi"></a></h5>
<ul>
<li><em>Type:</em> software.aws.pdk.infrastructure.TypeSafeApiProject</li>
Expand Down Expand Up @@ -16409,6 +16480,7 @@ <h4 id="initializers_2">Initializers <a name="Initializers" id="@aws/infrastruct
<span class="c1">// .workflowPackageCache(java.lang.Boolean)</span>
<span class="c1">// .workflowRunsOn(java.util.List&lt;java.lang.String&gt;)</span>
<span class="c1">// .cloudscapeReactTsWebsite(CloudscapeReactTsWebsiteProject)</span>
<span class="c1">// .stackName(java.lang.String)</span>
<span class="c1">// .typeSafeApi(TypeSafeApiProject)</span>
<span class="w"> </span><span class="p">.</span><span class="na">build</span><span class="p">();</span>
</code></pre></div>
Expand Down Expand Up @@ -17227,6 +17299,11 @@ <h4 id="initializers_2">Initializers <a name="Initializers" id="@aws/infrastruct
<td>CloudscapeReactTsWebsiteProject instance to use when setting up the initial project sample code.</td>
</tr>
<tr>
<td><code><a href="#@aws/infrastructure.InfrastructureTsProject.Initializer.parameter.stackName">stackName</a></code></td>
<td><code>java.lang.String</code></td>
<td>Stack name.</td>
</tr>
<tr>
<td><code><a href="#@aws/infrastructure.InfrastructureTsProject.Initializer.parameter.typeSafeApi">typeSafeApi</a></code></td>
<td><code>software.aws.pdk.infrastructure.TypeSafeApiProject</code></td>
<td>TypeSafeApi instance to use when setting up the initial project sample code.</td>
Expand Down Expand Up @@ -18515,6 +18592,13 @@ <h5 id="cloudscapereacttswebsiteoptional_5"><code>cloudscapeReactTsWebsite</code
</ul>
<p>CloudscapeReactTsWebsiteProject instance to use when setting up the initial project sample code.</p>
<hr />
<h5 id="stacknameoptional_5"><code>stackName</code><sup>Optional</sup> <a name="stackName" id="@aws/infrastructure.InfrastructureTsProject.Initializer.parameter.stackName"></a></h5>
<ul>
<li><em>Type:</em> java.lang.String</li>
<li><em>Default:</em> infra-dev</li>
</ul>
<p>Stack name.</p>
<hr />
<h5 id="typesafeapioptional_5"><code>typeSafeApi</code><sup>Optional</sup> <a name="typeSafeApi" id="@aws/infrastructure.InfrastructureTsProject.Initializer.parameter.typeSafeApi"></a></h5>
<ul>
<li><em>Type:</em> software.aws.pdk.infrastructure.TypeSafeApiProject</li>
Expand Down Expand Up @@ -19914,7 +19998,7 @@ <h5 id="default_taskrequired_2"><code>DEFAULT_TASK</code><sup>Required</sup> <a
<small>

Last update:
2023-10-20
2023-10-29

</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 @@ -20517,7 +20517,7 @@ <h5 id="dependencies"><code>DEPENDENCIES</code> <a name="DEPENDENCIES" id="@aws/
<small>

Last update:
2023-10-20
2023-10-29

</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-10-20
2023-10-29

</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-10-20
2023-10-29

</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-10-20
2023-10-29

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/java/type-safe-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31999,7 +31999,7 @@ <h5 id="openapi"><code>OPENAPI</code> <a name="OPENAPI" id="@aws/type-safe-api.M
<small>

Last update:
2023-10-20
2023-10-29

</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-10-20
2023-10-29

</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-10-20
2023-10-29

</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-10-20
2023-10-29

</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 @@ -11289,7 +11289,7 @@ <h5 id="default_taskrequired"><code>DEFAULT_TASK</code><sup>Required</sup> <a na
<small>

Last update:
2023-10-20
2023-10-29

</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-10-20
2023-10-29

</small>
</div>
Expand Down
Loading

0 comments on commit 12d19fa

Please sign in to comment.