From be1c7a83c6196c95a164379b62a566e7f8cffa08 Mon Sep 17 00:00:00 2001 From: AWS PDK Automation Date: Fri, 9 Feb 2024 03:25:04 +0000 Subject: [PATCH] docs: publish from 7acfcaaa6c51395b3efe6759ce75f93cd87e77bf --- api/index.html | 2 +- api/java/aws-arch/index.html | 2 +- api/java/cdk-graph-plugin-diagram/index.html | 2 +- .../index.html | 2 +- api/java/cdk-graph/index.html | 2 +- .../cloudscape-react-ts-website/index.html | 54 +++- api/java/identity/index.html | 2 +- api/java/infrastructure/index.html | 242 +++++++++++++++-- api/java/monorepo/index.html | 2 +- api/java/pdk-nag/index.html | 2 +- api/java/pipeline/index.html | 2 +- api/java/static-website/index.html | 2 +- api/java/type-safe-api/index.html | 16 +- api/python/aws-arch/index.html | 2 +- .../cdk-graph-plugin-diagram/index.html | 2 +- .../index.html | 2 +- api/python/cdk-graph/index.html | 2 +- .../cloudscape-react-ts-website/index.html | 58 +++- api/python/identity/index.html | 2 +- api/python/infrastructure/index.html | 254 ++++++++++++++++-- api/python/monorepo/index.html | 2 +- api/python/pdk-nag/index.html | 2 +- api/python/pipeline/index.html | 2 +- api/python/static-website/index.html | 2 +- api/python/type-safe-api/index.html | 16 +- api/typescript/aws-arch/index.html | 2 +- .../cdk-graph-plugin-diagram/index.html | 2 +- .../index.html | 2 +- api/typescript/cdk-graph/index.html | 2 +- .../cloudscape-react-ts-website/index.html | 32 ++- api/typescript/identity/index.html | 2 +- api/typescript/infrastructure/index.html | 110 +++++++- api/typescript/monorepo/index.html | 2 +- api/typescript/pdk-nag/index.html | 2 +- api/typescript/pipeline/index.html | 2 +- api/typescript/static-website/index.html | 2 +- api/typescript/type-safe-api/index.html | 16 +- contributing/index.html | 2 +- developer_guides/aws-arch/index.html | 2 +- .../cdk-graph-plugin-diagram/drawio.html | 2 +- .../cdk-graph-plugin-diagram/graphviz.html | 2 +- .../cdk-graph-plugin-diagram/index.html | 2 +- .../index.html | 2 +- developer_guides/cdk-graph/index.html | 2 +- .../api_explorer.html | 6 +- .../cloudscape-react-ts-website/index.html | 6 +- .../troubleshooting.html | 4 +- developer_guides/identity/index.html | 2 +- developer_guides/index.html | 2 +- developer_guides/infrastructure/index.html | 14 +- developer_guides/monorepo/building.html | 2 +- developer_guides/monorepo/caching.html | 2 +- developer_guides/monorepo/dependencies.html | 2 +- .../monorepo/dependency_visualization.html | 2 +- developer_guides/monorepo/escape_hatches.html | 2 +- developer_guides/monorepo/index.html | 2 +- developer_guides/monorepo/synthesis.html | 2 +- .../monorepo/troubleshooting.html | 2 +- developer_guides/pdk-nag/index.html | 2 +- developer_guides/pipeline/index.html | 2 +- .../pipeline/troubleshooting.html | 2 +- developer_guides/static-website/index.html | 2 +- developer_guides/type-safe-api/api_keys.html | 2 +- .../type-safe-api/authorizers.html | 2 +- .../type-safe-api/custom_integration_ecs.html | 2 +- developer_guides/type-safe-api/index.html | 2 +- .../type-safe-api/integrations.html | 2 +- .../type-safe-api/interceptors.html | 2 +- .../type-safe-api/lambda_handlers.html | 2 +- .../type-safe-api/mocking_responses.html | 2 +- .../type-safe-api/troubleshooting.html | 2 +- .../typescript_react_query_hooks.html | 2 +- .../type-safe-api/using_openapi.html | 2 +- .../type-safe-api/using_smithy.html | 2 +- faqs/index.html | 2 +- getting_started/index.html | 2 +- getting_started/migration_guide.html | 2 +- getting_started/shopping_list_app.html | 2 +- .../your_first_aws_pdk_project.html | 26 +- overview/index.html | 20 +- search/search_index.json | 2 +- sitemap.xml | 164 +++++------ sitemap.xml.gz | Bin 831 -> 831 bytes welcome/contributing.html | 2 +- 84 files changed, 919 insertions(+), 253 deletions(-) diff --git a/api/index.html b/api/index.html index 6323f5d07..ad45165a0 100644 --- a/api/index.html +++ b/api/index.html @@ -3464,7 +3464,7 @@

API Reference

Last update: - 2024-02-01 + 2024-02-09 diff --git a/api/java/aws-arch/index.html b/api/java/aws-arch/index.html index c98f3ba0f..fbd4aa35f 100644 --- a/api/java/aws-arch/index.html +++ b/api/java/aws-arch/index.html @@ -7007,7 +7007,7 @@
TERTIARY CATEGORY VERSIONRequired IMPORT_ARN Initializers // .applicationName(java.lang.String) // .publicDir(java.lang.String) // .typeSafeApi(TypeSafeApiProject) +// .typeSafeApis(java.util.List<TypeSafeApiProject>) .build(); @@ -4408,6 +4409,11 @@

Initializers typeSafeApis +

+ +
java.util.ListTypeSafeApi instances to use when setting up the initial project sample code.

@@ -5562,12 +5568,23 @@
publicDirOptional typeSafeApiOptional
+
~~typeSafeApi~~Optional

TypeSafeApi instance to use when setting up the initial project sample code.


+
typeSafeApisOptional
+ +

TypeSafeApi instances to use when setting up the initial project sample code.

+

Methods

@@ -6437,6 +6454,11 @@

Properties

+ + + + +
java.lang.String No description.
typeSafeApisjava.util.ListNo description.

@@ -6964,6 +6986,13 @@
publicDirRequired typeSafeApisOptional
+
public java.util.List<TypeSafeApiProject> getTypeSafeApis();
+
+ +

Constants

@@ -7157,6 +7186,7 @@

Initializer // .applicationName(java.lang.String) // .publicDir(java.lang.String) // .typeSafeApi(TypeSafeApiProject) +// .typeSafeApis(java.util.List<TypeSafeApiProject>) .build();

Properties

@@ -7899,6 +7929,11 @@

Properties

+ + + + +
software.aws.pdk.cloudscape_react_ts_website.TypeSafeApiProject TypeSafeApi instance to use when setting up the initial project sample code.
typeSafeApisjava.util.ListTypeSafeApi instances to use when setting up the initial project sample code.

@@ -9323,7 +9358,10 @@
publicDirOptional typeSafeApiOptional
+
~~typeSafeApi~~Optional
+
public TypeSafeApiProject getTypeSafeApi();