@aws-amplify/graphql-api-construct 1.20.1 → 1.20.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +32 -19
- package/CHANGELOG.md +6 -0
- package/lib/amplify-dynamodb-table-wrapper.js +1 -1
- package/lib/amplify-graphql-api.js +1 -1
- package/lib/amplify-graphql-definition.js +1 -1
- package/lib/sql-model-datasource-strategy.js +1 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/conversation_handler_construct.js +32 -18
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/bedrock_converse_adapter.d.ts +0 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/bedrock_converse_adapter.js +1 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_message_history_retriever.js +1 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_executor.d.ts +0 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_executor.js +1 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_response_sender.d.ts +0 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_response_sender.js +1 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/default_handler.d.ts +2 -2
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/default_handler_bundled/index.js +22396 -0
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/event_tools_provider.js +1 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_query_factory.js +1 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_tool.js +1 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/graphql_request_executor.d.ts +0 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/graphql_request_executor.js +1 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/user_agent_provider.js +1 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/index.internal.js +18 -8
- package/node_modules/@aws-amplify/ai-constructs/lib/index.js +18 -8
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/README.md +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/ai/conversation/index.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/ai/conversation/index.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/ai/conversation/v1.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/ai/conversation/v1.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/auth/index.d.ts +118 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/auth/index.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/auth/v1.d.ts +117 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/auth/v1.js +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/custom/index.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/custom/index.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/custom/v1.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/custom/v1.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/function/index.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/function/index.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/function/v1.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/function/v1.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/index.d.ts +59 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/index.js +12 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/v1.d.ts +59 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/v1.js +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/index.d.ts +515 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/index.js +112 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/platform/index.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/platform/index.js +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/platform/stack_metadata_schemas.d.ts +42 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/platform/stack_metadata_schemas.js +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/stack/index.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/stack/index.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/stack/v1.d.ts +27 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/stack/v1.js +12 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/storage/index.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/storage/index.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/storage/v1.d.ts +32 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/storage/v1.js +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/package.json +27 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/README.md +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/amplify_function.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/amplify_function.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/amplify_io_host.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/amplify_io_host.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/amplify_resource_group_name.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/amplify_resource_group_name.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/auth_resources.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/auth_resources.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/aws_client_provider.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/aws_client_provider.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_identifier.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_identifier.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_output.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_output.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_secret_resolver.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_secret_resolver.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_stack_creator.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_stack_creator.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_stack_resolver.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/backend_stack_resolver.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/construct_container.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/construct_container.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/construct_factory.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/construct_factory.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/deep_partial.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/deep_partial.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/deployment_type.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/deployment_type.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/function_resources.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/function_resources.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/import_path_verifier.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/import_path_verifier.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/index.d.ts +29 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/index.js +45 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/log_level.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/log_level.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/log_retention.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/log_retention.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/output_retrieval_strategy.d.ts +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/output_retrieval_strategy.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/output_storage_strategy.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/output_storage_strategy.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/package_manager_controller.d.ts +29 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/package_manager_controller.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/resource_access_acceptor.d.ts +27 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/resource_access_acceptor.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/resource_name_validator.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/resource_name_validator.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/resource_provider.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/resource_provider.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/sdk_profile_resolver.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/sdk_profile_resolver.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/ssm_environment_entries_generator.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/ssm_environment_entries_generator.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/stable_backend_identifiers.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/stable_backend_identifiers.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/stack_provider.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/lib/stack_provider.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/plugin-types/package.json +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/README.md +245 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.js +1923 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.browser.js +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.js +51 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.shared.js +34 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntime.js +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntimeClient.js +48 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ApplyGuardrailCommand.js +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ConverseCommand.js +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ConverseStreamCommand.js +29 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelCommand.js +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelWithResponseStreamCommand.js +29 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/index.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/endpoint/EndpointParameters.js +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/endpoint/endpointResolver.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/index.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/models/BedrockRuntimeServiceException.js +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/models/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/models/models_0.js +519 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/protocols/Aws_restJson1.js +920 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.browser.js +36 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.js +46 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.shared.js +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/BedrockRuntime.d.ts +45 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/BedrockRuntimeClient.d.ts +179 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ApplyGuardrailCommand.d.ts +167 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ConverseCommand.d.ts +413 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ConverseStreamCommand.d.ts +408 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/InvokeModelCommand.d.ts +114 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/InvokeModelWithResponseStreamCommand.d.ts +139 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/index.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/models/BedrockRuntimeServiceException.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/models/models_0.d.ts +2710 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/protocols/Aws_restJson1.d.ts +47 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.browser.d.ts +46 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.d.ts +46 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.native.d.ts +45 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/BedrockRuntime.d.ts +92 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/BedrockRuntimeClient.d.ts +157 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/ApplyGuardrailCommand.d.ts +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/ConverseCommand.d.ts +36 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/ConverseStreamCommand.d.ts +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/InvokeModelCommand.d.ts +52 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/InvokeModelWithResponseStreamCommand.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/models/BedrockRuntimeServiceException.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/models/models_0.d.ts +1212 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +68 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.browser.d.ts +86 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.d.ts +90 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.native.d.ts +80 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/index.js +149 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/index.js +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +122 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +79 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/types/package.json +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-bedrock-runtime/package.json +105 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/README.md +252 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +68 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +620 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +47 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +46 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +62 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +75 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +215 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +42 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +36 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +182 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +83 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +84 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +86 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +83 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +29 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +266 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +38 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +52 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +52 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +51 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +32 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +73 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +137 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +43 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +36 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +93 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +107 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +107 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +101 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/index.js +149 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/index.js +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +122 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +79 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/package.json +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso/package.json +98 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/README.md +274 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +64 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +1060 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +46 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +58 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +233 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +432 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +44 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +36 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +75 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +210 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +164 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +246 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +132 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +112 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +795 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +38 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +52 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +32 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +73 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +142 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +36 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +216 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +110 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +114 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +104 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/index.js +149 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/index.js +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +122 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +79 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/node_modules/@smithy/types/package.json +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sso-oidc/package.json +102 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/README.md +273 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +67 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +1460 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/STS.js +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +46 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +80 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +130 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +885 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +58 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +36 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +71 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +180 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +71 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +258 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +283 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +292 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +116 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +76 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +117 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +231 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +43 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +46 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +1213 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +74 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +54 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +52 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +32 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +143 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +163 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +54 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +36 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +206 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +101 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +116 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +109 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +110 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +51 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/index.js +149 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/index.js +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +122 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +79 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/node_modules/@smithy/types/package.json +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/client-sts/package.json +102 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/README.md +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/client.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-cjs/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +97 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +47 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +226 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +228 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +51 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +95 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +21 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/index.js +149 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/index.js +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +122 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +79 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/node_modules/@smithy/types/package.json +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/package.json +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/core/protocols.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/README.md +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +67 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +54 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +42 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +27 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +62 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +69 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/index.js +149 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/index.js +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +122 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +79 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types/package.json +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-http/package.json +67 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +248 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +74 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +48 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +47 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +12 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +12 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +8 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/index.js +149 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/index.js +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +122 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +79 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types/package.json +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-ini/package.json +70 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/README.md +104 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +154 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +62 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +58 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/index.js +149 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/index.js +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +122 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +79 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types/package.json +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-node/package.json +69 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +234 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +69 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +75 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +69 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/index.js +149 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/index.js +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +122 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +79 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types/package.json +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/credential-provider-sso/package.json +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +123 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +72 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/index.js +149 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/index.js +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +122 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +79 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types/package.json +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/middleware-user-agent/package.json +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +411 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +220 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +220 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/index.js +149 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/index.js +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +122 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +79 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +106 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/node_modules/@smithy/types/package.json +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-sdk/util-endpoints/package.json +56 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/index.js +144 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/index.js +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +43 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +123 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/http.d.ts +112 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/serde.d.ts +112 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +79 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +23 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +122 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +112 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +37 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +112 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +82 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@smithy/types/package.json +60 -0
- package/node_modules/@aws-amplify/ai-constructs/package.json +9 -8
- package/node_modules/@aws-amplify/graphql-auth-transformer/API.md +2 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +7 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.d.ts +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js +23 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +10 -10
- package/node_modules/@aws-amplify/graphql-conversation-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/package.json +8 -8
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +5 -5
- package/node_modules/@aws-amplify/graphql-directives/package.json +1 -2
- package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +4 -4
- package/node_modules/@aws-amplify/graphql-generation-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/package.json +4 -4
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +4 -4
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +5 -5
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +8 -8
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/package.json +4 -4
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +4 -4
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +6 -6
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +5 -5
- package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +5 -5
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer/package.json +18 -18
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +6 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/directive-wrapper.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/directive-wrapper.js +6 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/directive-wrapper.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/package.json +2 -2
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +1 -2
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@aws-amplify/graphql-validate-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-validate-transformer/package.json +6 -6
- package/node_modules/graphql-transformer-common/package.json +1 -2
- package/package.json +21 -21
- package/node_modules/@aws-amplify/graphql-directives/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/LICENSE +0 -201
- package/node_modules/graphql-transformer-common/LICENSE +0 -201
package/.jsii
CHANGED
@@ -6,27 +6,27 @@
|
|
6
6
|
]
|
7
7
|
},
|
8
8
|
"bundled": {
|
9
|
-
"@aws-amplify/ai-constructs": "^1.
|
9
|
+
"@aws-amplify/ai-constructs": "^1.5.3",
|
10
10
|
"@aws-amplify/backend-output-schemas": "^1.0.0",
|
11
11
|
"@aws-amplify/backend-output-storage": "^1.0.0",
|
12
|
-
"@aws-amplify/graphql-auth-transformer": "4.2.
|
13
|
-
"@aws-amplify/graphql-conversation-transformer": "1.1.
|
14
|
-
"@aws-amplify/graphql-default-value-transformer": "3.1.
|
12
|
+
"@aws-amplify/graphql-auth-transformer": "4.2.4",
|
13
|
+
"@aws-amplify/graphql-conversation-transformer": "1.1.12",
|
14
|
+
"@aws-amplify/graphql-default-value-transformer": "3.1.14",
|
15
15
|
"@aws-amplify/graphql-directives": "2.7.1",
|
16
|
-
"@aws-amplify/graphql-function-transformer": "3.1.
|
17
|
-
"@aws-amplify/graphql-generation-transformer": "1.2.
|
18
|
-
"@aws-amplify/graphql-http-transformer": "3.0.
|
19
|
-
"@aws-amplify/graphql-index-transformer": "3.0.
|
20
|
-
"@aws-amplify/graphql-maps-to-transformer": "4.0.
|
21
|
-
"@aws-amplify/graphql-model-transformer": "3.3.
|
22
|
-
"@aws-amplify/graphql-predictions-transformer": "3.0.
|
23
|
-
"@aws-amplify/graphql-relational-transformer": "3.1.
|
24
|
-
"@aws-amplify/graphql-searchable-transformer": "3.0.
|
25
|
-
"@aws-amplify/graphql-sql-transformer": "0.4.
|
26
|
-
"@aws-amplify/graphql-transformer": "2.3.
|
27
|
-
"@aws-amplify/graphql-transformer-core": "3.4.
|
16
|
+
"@aws-amplify/graphql-function-transformer": "3.1.16",
|
17
|
+
"@aws-amplify/graphql-generation-transformer": "1.2.4",
|
18
|
+
"@aws-amplify/graphql-http-transformer": "3.0.19",
|
19
|
+
"@aws-amplify/graphql-index-transformer": "3.0.19",
|
20
|
+
"@aws-amplify/graphql-maps-to-transformer": "4.0.19",
|
21
|
+
"@aws-amplify/graphql-model-transformer": "3.3.1",
|
22
|
+
"@aws-amplify/graphql-predictions-transformer": "3.0.19",
|
23
|
+
"@aws-amplify/graphql-relational-transformer": "3.1.11",
|
24
|
+
"@aws-amplify/graphql-searchable-transformer": "3.0.19",
|
25
|
+
"@aws-amplify/graphql-sql-transformer": "0.4.19",
|
26
|
+
"@aws-amplify/graphql-transformer": "2.3.4",
|
27
|
+
"@aws-amplify/graphql-transformer-core": "3.4.4",
|
28
28
|
"@aws-amplify/graphql-transformer-interfaces": "4.2.6",
|
29
|
-
"@aws-amplify/graphql-validate-transformer": "1.1.
|
29
|
+
"@aws-amplify/graphql-validate-transformer": "1.1.4",
|
30
30
|
"@aws-amplify/platform-core": "^1.0.0",
|
31
31
|
"@aws-amplify/plugin-types": "^1.0.0",
|
32
32
|
"@aws-crypto/crc32": "5.2.0",
|
@@ -1367,6 +1367,19 @@
|
|
1367
1367
|
}
|
1368
1368
|
}
|
1369
1369
|
},
|
1370
|
+
"aws-cdk-lib.aws_dsql": {
|
1371
|
+
"targets": {
|
1372
|
+
"dotnet": {
|
1373
|
+
"package": "Amazon.CDK.AWS.DSQL"
|
1374
|
+
},
|
1375
|
+
"java": {
|
1376
|
+
"package": "software.amazon.awscdk.services.dsql"
|
1377
|
+
},
|
1378
|
+
"python": {
|
1379
|
+
"module": "aws_cdk.aws_dsql"
|
1380
|
+
}
|
1381
|
+
}
|
1382
|
+
},
|
1370
1383
|
"aws-cdk-lib.aws_dynamodb": {
|
1371
1384
|
"targets": {
|
1372
1385
|
"dotnet": {
|
@@ -9512,6 +9525,6 @@
|
|
9512
9525
|
"symbolId": "src/model-datasource-strategy-types:VpcConfig"
|
9513
9526
|
}
|
9514
9527
|
},
|
9515
|
-
"version": "1.20.
|
9516
|
-
"fingerprint": "
|
9528
|
+
"version": "1.20.2",
|
9529
|
+
"fingerprint": "EdlK5oqhlo4HMhF1lFJNGeoRlUacU0h9QhAG99QwxNM="
|
9517
9530
|
}
|
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,12 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [1.20.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-api-construct@1.20.1...@aws-amplify/graphql-api-construct@1.20.2) (2025-06-09)
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
- skip location when deep cloning AST nodes ([#3280](https://github.com/aws-amplify/amplify-category-api/issues/3280)) ([06fec17](https://github.com/aws-amplify/amplify-category-api/commit/06fec17797b1b0cb642bfd3f5498fc36f8123099))
|
11
|
+
|
6
12
|
## [1.20.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-api-construct@1.20.0...@aws-amplify/graphql-api-construct@1.20.1) (2025-04-17)
|
7
13
|
|
8
14
|
**Note:** Version bump only for package @aws-amplify/graphql-api-construct
|
@@ -112,5 +112,5 @@ class AmplifyDynamoDbTableWrapper {
|
|
112
112
|
}
|
113
113
|
exports.AmplifyDynamoDbTableWrapper = AmplifyDynamoDbTableWrapper;
|
114
114
|
_a = JSII_RTTI_SYMBOL_1;
|
115
|
-
AmplifyDynamoDbTableWrapper[_a] = { fqn: "@aws-amplify/graphql-api-construct.AmplifyDynamoDbTableWrapper", version: "1.20.
|
115
|
+
AmplifyDynamoDbTableWrapper[_a] = { fqn: "@aws-amplify/graphql-api-construct.AmplifyDynamoDbTableWrapper", version: "1.20.2" };
|
116
116
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW1wbGlmeS1keW5hbW9kYi10YWJsZS13cmFwcGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2FtcGxpZnktZHluYW1vZGItdGFibGUtd3JhcHBlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLDZDQUF5RDtBQUd6RCxNQUFNLG9DQUFvQyxHQUFHLDhCQUE4QixDQUFDO0FBaUQ1RTs7O0dBR0c7QUFDSCxJQUFZLE9BRVg7QUFGRCxXQUFZLE9BQU87SUFDakIsc0JBQVcsQ0FBQTtBQUNiLENBQUMsRUFGVyxPQUFPLHVCQUFQLE9BQU8sUUFFbEI7QUEyQ0Q7Ozs7Ozs7R0FPRztBQUNILE1BQWEsMkJBQTJCO0lBQ3RDOzs7O09BSUc7SUFDSCxNQUFNLENBQUMsOEJBQThCLENBQUMsQ0FBTTtRQUMxQyxPQUFPLENBQUMsWUFBWSx5QkFBVyxJQUFJLENBQUMsQ0FBQyxlQUFlLEtBQUssb0NBQW9DLENBQUM7SUFDaEcsQ0FBQztJQUVEOzs7T0FHRztJQUNILFlBQTZCLFFBQXFCO1FBQXJCLGFBQVEsR0FBUixRQUFRLENBQWE7UUFDaEQsSUFBSSxRQUFRLENBQUMsZUFBZSxLQUFLLG9DQUFvQyxFQUFFLENBQUM7WUFDdEUsTUFBTSxJQUFJLEtBQUssQ0FBQyw4QkFBOEIsb0NBQW9DLHNDQUFzQyxDQUFDLENBQUM7UUFDNUgsQ0FBQztJQUNILENBQUM7SUFFRDs7O09BR0c7SUFDSCxrQkFBa0IsQ0FBQyxNQUFxQjtRQUN0QyxJQUFJLENBQUMsUUFBUSxDQUFDLGtCQUFrQixDQUFDLE1BQU0sQ0FBQyxDQUFDO0lBQzNDLENBQUM7SUFFRDs7T0FFRztJQUNILElBQUksV0FBVyxDQUFDLFdBQXdCO1FBQ3RDLElBQUksQ0FBQyxRQUFRLENBQUMsbUJBQW1CLENBQUMsYUFBYSxFQUFFLFdBQVcsQ0FBQyxDQUFDO0lBQ2hFLENBQUM7SUFFRDs7T0FFRztJQUNILElBQUksbUJBQW1CLENBQUMsdUJBQWdEO1FBQ3RFLElBQUksQ0FBQyxRQUFRLENBQUMsbUJBQW1CLENBQUMseUJBQXlCLEVBQUUsdUJBQXVCLENBQUMsQ0FBQztJQUN4RixDQUFDO0lBRUQ7O09BRUc7SUFDSCxJQUFJLDBCQUEwQixDQUFDLDBCQUFtQztRQUNoRSxJQUFJLENBQUMsUUFBUSxDQUFDLG1CQUFtQixDQUFDLGtDQUFrQyxFQUFFLEVBQUUsMEJBQTBCLEVBQUUsQ0FBQyxDQUFDO0lBQ3hHLENBQUM7SUFFRDs7O09BR0c7SUFDSCxJQUFJLGdDQUFnQyxDQUFDLGdDQUFrRTtRQUNyRyxJQUFJLENBQUMsUUFBUSxDQUFDLG1CQUFtQixDQUFDLGtDQUFrQyxFQUFFLGdDQUFnQyxDQUFDLENBQUM7SUFDMUcsQ0FBQztJQUVEOztPQUVHO0lBQ0gsSUFBSSxxQkFBcUIsQ0FBQyxxQkFBNEM7UUFDcEUsSUFBSSxDQUFDLFFBQVEsQ0FBQyxtQkFBbUIsQ0FBQyx1QkFBdUIsRUFBRSxxQkFBcUIsQ0FBQyxDQUFDO0lBQ3BGLENBQUM7SUFFRDs7OztPQUlHO0lBQ0gsNENBQTRDLENBQUMsU0FBaUIsRUFBRSxxQkFBNEM7UUFDMUcsTUFBTSxJQUFJLEdBQTJDLE1BQU0sQ0FBQyxPQUFPLENBQ2hFLElBQUksQ0FBQyxRQUFnQixDQUFDLFlBQVksRUFBRSxVQUFVLEVBQUUsc0JBQXNCLElBQUksRUFBRSxDQUM5RSxDQUFDO1FBQ0YsTUFBTSxTQUFTLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLFNBQVMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxTQUFTLEtBQUssU0FBUyxDQUFDLFNBQVMsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsUUFBUSxDQUFDLEVBQUUsRUFBRSxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBQ25ILElBQUksU0FBUyxDQUFDLE1BQU0sS0FBSyxDQUFDLEVBQUUsQ0FBQztZQUMzQixNQUFNLElBQUksS0FBSyxDQUFDLG1CQUFtQixTQUFTLGdDQUFnQyxDQUFDLENBQUM7UUFDaEYsQ0FBQztRQUNELElBQUksQ0FBQyxRQUFRLENBQUMsbUJBQW1CLENBQUMsMEJBQTBCLFNBQVMsQ0FBQyxDQUFDLENBQUMsd0JBQXdCLEVBQUUscUJBQXFCLENBQUMsQ0FBQztJQUMzSCxDQUFDO0lBRUQ7O09BRUc7SUFDSCxJQUFJLG1CQUFtQixDQUFDLG1CQUF3QztRQUM5RCxJQUFJLENBQUMsUUFBUSxDQUFDLG1CQUFtQixDQUFDLHFCQUFxQixFQUFFLG1CQUFtQixDQUFDLENBQUM7SUFDaEYsQ0FBQztJQUVEOztPQUVHO0lBQ0gsSUFBSSxnQkFBZ0IsQ0FBQyxnQkFBa0M7UUFDckQsSUFBSSxDQUFDLFFBQVEsQ0FBQyxtQkFBbUIsQ0FBQyxrQkFBa0IsRUFBRSxnQkFBZ0IsQ0FBQyxDQUFDO0lBQzFFLENBQUM7SUFFRDs7T0FFRztJQUNILElBQUkseUJBQXlCLENBQUMseUJBQWtDO1FBQzlELElBQUksQ0FBQyxRQUFRLENBQUMsbUJBQW1CLENBQUMsMkJBQTJCLEVBQUUseUJBQXlCLENBQUMsQ0FBQztJQUM1RixDQUFDOztBQW5HSCxrRUFvR0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDZm5SZXNvdXJjZSwgUmVtb3ZhbFBvbGljeSB9IGZyb20gJ2F3cy1jZGstbGliJztcbmltcG9ydCB7IEJpbGxpbmdNb2RlLCBTdHJlYW1WaWV3VHlwZSB9IGZyb20gJ2F3cy1jZGstbGliL2F3cy1keW5hbW9kYic7XG5cbmNvbnN0IEFNUExJRllfRFlOQU1PREJfVEFCTEVfUkVTT1VSQ0VfVFlQRSA9ICdDdXN0b206OkFtcGxpZnlEeW5hbW9EQlRhYmxlJztcblxuLyoqXG4gKiBTaGFwZSBmb3IgVFRMIGNvbmZpZy5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBUaW1lVG9MaXZlU3BlY2lmaWNhdGlvbiB7XG4gIC8qKlxuICAgKiBCb29sZWFuIGRldGVybWluaW5nIGlmIHRoZSB0dGwgaXMgZW5hYmxlZCBvciBub3QuXG4gICAqL1xuICByZWFkb25seSBlbmFibGVkOiBib29sZWFuO1xuXG4gIC8qKlxuICAgKiBBdHRyaWJ1dGUgbmFtZSB0byBhcHBseSB0byB0aGUgdHRsIHNwZWMuXG4gICAqL1xuICByZWFkb25seSBhdHRyaWJ1dGVOYW1lPzogc3RyaW5nO1xufVxuXG4vKipcbiAqIFJlZmVyZW5jZSB0byBQb2ludEluVGltZVJlY292ZXkgU3BlY2lmaWNhdGlvblxuICogZm9yIGNvbnRpbnVvdXMgYmFja3Vwc1xuICovXG5leHBvcnQgaW50ZXJmYWNlIFBvaW50SW5UaW1lUmVjb3ZlcnlTcGVjaWZpY2F0aW9uIHtcbiAgLyoqXG4gICAqIEluZGljYXRlcyB3aGV0aGVyIHBvaW50IGluIHRpbWUgcmVjb3ZlcnkgaXMgZW5hYmxlZCAodHJ1ZSkgb3IgZGlzYWJsZWQgKGZhbHNlKSBvbiB0aGUgdGFibGUuXG4gICAqL1xuICByZWFkb25seSBwb2ludEluVGltZVJlY292ZXJ5RW5hYmxlZDogYm9vbGVhbjtcbiAgLyoqXG4gICAqIFRoZSBudW1iZXIgb2YgcHJlY2VkaW5nIGRheXMgZm9yIHdoaWNoIGNvbnRpbnVvdXMgYmFja3VwcyBhcmUgdGFrZW4gYW5kIG1haW50YWluZWQuXG4gICAqIFlvdXIgdGFibGUgZGF0YSBpcyBvbmx5IHJlY292ZXJhYmxlIHRvIGFueSBwb2ludC1pbi10aW1lIGZyb20gd2l0aGluIHRoZSBjb25maWd1cmVkIHJlY292ZXJ5IHBlcmlvZC5cbiAgICogSWYgbm8gdmFsdWUgaXMgcHJvdmlkZWQsIHRoZSB2YWx1ZSB3aWxsIGRlZmF1bHQgdG8gMzUuXG4gICAqL1xuICByZWFkb25seSByZWNvdmVyeVBlcmlvZEluRGF5cz86IG51bWJlcjtcbn1cblxuLyoqXG4gKiBXcmFwcGVyIGZvciBwcm92aXNpb25lZCB0aHJvdWdocHV0IGNvbmZpZyBpbiBEREIuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgUHJvdmlzaW9uZWRUaHJvdWdocHV0IHtcbiAgLyoqXG4gICAqIFRoZSByZWFkIGNhcGFjaXR5IHVuaXRzIG9uIHRoZSB0YWJsZSBvciBpbmRleC5cbiAgICovXG4gIHJlYWRvbmx5IHJlYWRDYXBhY2l0eVVuaXRzOiBudW1iZXI7XG5cbiAgLyoqXG4gICAqIFRoZSB3cml0ZSBjYXBhY2l0eSB1bml0cyBvbiB0aGUgdGFibGUgb3IgaW5kZXguXG4gICAqL1xuICByZWFkb25seSB3cml0ZUNhcGFjaXR5VW5pdHM6IG51bWJlcjtcbn1cblxuLyoqXG4gKiBTZXJ2ZXIgU2lkZSBFbmNyeXB0aW9uIFR5cGUgVmFsdWVzXG4gKiAtIGBLTVNgIC0gU2VydmVyLXNpZGUgZW5jcnlwdGlvbiB0aGF0IHVzZXMgQVdTIEtNUy4gVGhlIGtleSBpcyBzdG9yZWQgaW4geW91ciBhY2NvdW50IGFuZCBpcyBtYW5hZ2VkIGJ5IEtNUyAoQVdTIEtNUyBjaGFyZ2VzIGFwcGx5KS5cbiAqL1xuZXhwb3J0IGVudW0gU1NFVHlwZSB7XG4gIEtNUyA9ICdLTVMnLFxufVxuXG4vKipcbiAqIFJlcHJlc2VudHMgdGhlIHNldHRpbmdzIHVzZWQgdG8gZW5hYmxlIHNlcnZlci1zaWRlIGVuY3J5cHRpb24uXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgU1NFU3BlY2lmaWNhdGlvbiB7XG4gIC8qKlxuICAgKiBJbmRpY2F0ZXMgd2hldGhlciBzZXJ2ZXItc2lkZSBlbmNyeXB0aW9uIGlzIGRvbmUgdXNpbmcgYW4gQVdTIG1hbmFnZWQga2V5IG9yIGFuIEFXUyBvd25lZCBrZXkuXG4gICAqIElmIGVuYWJsZWQgKHRydWUpLCBzZXJ2ZXItc2lkZSBlbmNyeXB0aW9uIHR5cGUgaXMgc2V0IHRvIGBLTVNgIGFuZCBhbiBBV1MgbWFuYWdlZCBrZXkgaXMgdXNlZCAoIEFXUyBLTVMgY2hhcmdlcyBhcHBseSkuXG4gICAqIElmIGRpc2FibGVkIChmYWxzZSkgb3Igbm90IHNwZWNpZmllZCwgc2VydmVyLXNpZGUgZW5jcnlwdGlvbiBpcyBzZXQgdG8gQVdTIG93bmVkIGtleS5cbiAgICovXG4gIHJlYWRvbmx5IHNzZUVuYWJsZWQ6IGJvb2xlYW47XG5cbiAgLyoqXG4gICAqIFRoZSBBV1MgS01TIGtleSB0aGF0IHNob3VsZCBiZSB1c2VkIGZvciB0aGUgQVdTIEtNUyBlbmNyeXB0aW9uLlxuICAgKiBUbyBzcGVjaWZ5IGEga2V5LCB1c2UgaXRzIGtleSBJRCwgQW1hem9uIFJlc291cmNlIE5hbWUgKEFSTiksIGFsaWFzIG5hbWUsIG9yIGFsaWFzIEFSTi4gTm90ZSB0aGF0IHlvdSBzaG91bGQgb25seSBwcm92aWRlXG4gICAqIHRoaXMgcGFyYW1ldGVyIGlmIHRoZSBrZXkgaXMgZGlmZmVyZW50IGZyb20gdGhlIGRlZmF1bHQgRHluYW1vREIga2V5IGBhbGlhcy9hd3MvZHluYW1vZGJgIC5cbiAgICovXG4gIHJlYWRvbmx5IGttc01hc3RlcktleUlkPzogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBTZXJ2ZXItc2lkZSBlbmNyeXB0aW9uIHR5cGUuIFRoZSBvbmx5IHN1cHBvcnRlZCB2YWx1ZSBpczpcbiAgICogYEtNU2AgU2VydmVyLXNpZGUgZW5jcnlwdGlvbiB0aGF0IHVzZXMgQVdTIEtleSBNYW5hZ2VtZW50IFNlcnZpY2UuXG4gICAqICAgVGhlIGtleSBpcyBzdG9yZWQgaW4geW91ciBhY2NvdW50IGFuZCBpcyBtYW5hZ2VkIGJ5IEFXUyBLTVMgKCBBV1MgS01TIGNoYXJnZXMgYXBwbHkpLlxuICAgKi9cbiAgcmVhZG9ubHkgc3NlVHlwZT86IFNTRVR5cGU7XG59XG5cbi8qKlxuICogUmVwcmVzZW50cyB0aGUgRHluYW1vREIgU3RyZWFtcyBjb25maWd1cmF0aW9uIGZvciBhIHRhYmxlIGluIER5bmFtb0RCLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIFN0cmVhbVNwZWNpZmljYXRpb24ge1xuICAvKipcbiAgICogV2hlbiBhbiBpdGVtIGluIHRoZSB0YWJsZSBpcyBtb2RpZmllZCwgYFN0cmVhbVZpZXdUeXBlYCBkZXRlcm1pbmVzIHdoYXQgaW5mb3JtYXRpb24gaXMgd3JpdHRlbiB0byB0aGUgc3RyZWFtIGZvciB0aGlzIHRhYmxlLlxuICAgKiBWYWxpZCB2YWx1ZXMgZm9yIGBTdHJlYW1WaWV3VHlwZWAgYXJlOlxuICAgKiAtIGBLRVlTX09OTFlgIC0gT25seSB0aGUga2V5IGF0dHJpYnV0ZXMgb2YgdGhlIG1vZGlmaWVkIGl0ZW0gYXJlIHdyaXR0ZW4gdG8gdGhlIHN0cmVhbS5cbiAgICogLSBgTkVXX0lNQUdFYCAtIFRoZSBlbnRpcmUgaXRlbSwgYXMgaXQgYXBwZWFycyBhZnRlciBpdCB3YXMgbW9kaWZpZWQsIGlzIHdyaXR0ZW4gdG8gdGhlIHN0cmVhbS5cbiAgICogLSBgT0xEX0lNQUdFYCAtIFRoZSBlbnRpcmUgaXRlbSwgYXMgaXQgYXBwZWFyZWQgYmVmb3JlIGl0IHdhcyBtb2RpZmllZCwgaXMgd3JpdHRlbiB0byB0aGUgc3RyZWFtLlxuICAgKiAtIGBORVdfQU5EX09MRF9JTUFHRVNgIC0gQm90aCB0aGUgbmV3IGFuZCB0aGUgb2xkIGl0ZW0gaW1hZ2VzIG9mIHRoZSBpdGVtIGFyZSB3cml0dGVuIHRvIHRoZSBzdHJlYW0uXG4gICAqL1xuICByZWFkb25seSBzdHJlYW1WaWV3VHlwZTogU3RyZWFtVmlld1R5cGU7XG59XG5cbi8qKlxuICogV3JhcHBlciBjbGFzcyBhcm91bmQgQ3VzdG9tOjpBbXBsaWZ5RHluYW1vREJUYWJsZSBjdXN0b20gcmVzb3VyY2UsIHRvIHNpbXBsaWZ5XG4gKiB0aGUgb3ZlcnJpZGUgZXhwZXJpZW5jZSBhIGJpdC4gVGhpcyBpcyBOT1QgYSBjb25zdHJ1Y3QsIGp1c3QgYW4gZWFzaWVyIHdheSB0byBhY2Nlc3NcbiAqIHRoZSBnZW5lcmF0ZWQgY29uc3RydWN0LlxuICogVGhpcyBpcyBhIHdyYXBwZXIgaW50ZW5kZWQgdG8gbWltaWMgdGhlIGBhd3NfY2RrX2xpYi5hd3NfZHluYW1vZGIuVGFibGVgIGZ1bmN0aW9uYWxpdHkgbW9yZS1vci1sZXNzLlxuICogTm90YWJsZSBkaWZmZXJlbmNlcyBpcyB0aGUgYWRkaXRpb24gb2YgVEtUSyBwcm9wZXJ0aWVzLCB0byBhY2NvdW50IGZvciB0aGUgZmFjdCB0aGF0IHRoZXkncmUgY29uc3RydWN0b3IgcHJvcHNcbiAqIGluIHRoZSBDREsgY29uc3RydWN0LCBhcyB3ZWxsIGFzIHRoZSByZW1vdmFsIG9mIGFsbCBmcm9tKiwgZ3JhbnQqLCBhbmQgbWV0cmljKiBtZXRob2RzIGltcGxlbWVudGVkIGJ5IFRhYmxlLlxuICovXG5leHBvcnQgY2xhc3MgQW1wbGlmeUR5bmFtb0RiVGFibGVXcmFwcGVyIHtcbiAgLyoqXG4gICAqIFJldHVybiB0cnVlIGFuZCBwZXJmb3JtIHR5cGUgbmFycm93aW5nIGlmIGEgZ2l2ZW4gaW5wdXQgYXBwZWFycyB0byBiZSBjYXBhYmxlIG9mXG4gICAqIEBwYXJhbSB4IHRoZSBvYmplY3QgdG8gY2hlY2suXG4gICAqIEByZXR1cm5zIHdoZXRoZXIgb3Igbm90IHRoZSByZXNvdXJjZSBpcyBhbiB1bmRlcmx5aW5nIGFtcGxpZnkgZHluYW1vZGIgdGFibGUgcmVzb3VyY2UuXG4gICAqL1xuICBzdGF0aWMgaXNBbXBsaWZ5RHluYW1vRGJUYWJsZVJlc291cmNlKHg6IGFueSk6IHggaXMgQ2ZuUmVzb3VyY2Uge1xuICAgIHJldHVybiB4IGluc3RhbmNlb2YgQ2ZuUmVzb3VyY2UgJiYgeC5jZm5SZXNvdXJjZVR5cGUgPT09IEFNUExJRllfRFlOQU1PREJfVEFCTEVfUkVTT1VSQ0VfVFlQRTtcbiAgfVxuXG4gIC8qKlxuICAgKiBDcmVhdGUgdGhlIHdyYXBwZXIgZ2l2ZW4gYW4gdW5kZXJseWluZyBDZm5SZXNvdXJjZSB0aGF0IGlzIGFuIGluc3RhbmNlIG9mIEN1c3RvbTo6QW1wbGlmeUR5bmFtb0RCVGFibGUuXG4gICAqIEBwYXJhbSByZXNvdXJjZSB0aGUgQ2ZuIHJlc291cmNlLlxuICAgKi9cbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZWFkb25seSByZXNvdXJjZTogQ2ZuUmVzb3VyY2UpIHtcbiAgICBpZiAocmVzb3VyY2UuY2ZuUmVzb3VyY2VUeXBlICE9PSBBTVBMSUZZX0RZTkFNT0RCX1RBQkxFX1JFU09VUkNFX1RZUEUpIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcihgT25seSBDZm5SZXNvdXJjZSB3aXRoIHR5cGUgJHtBTVBMSUZZX0RZTkFNT0RCX1RBQkxFX1JFU09VUkNFX1RZUEV9IGNhbiBiZSB1c2VkIGluIEFtcGxpZnlEeW5hbW9EYlRhYmxlYCk7XG4gICAgfVxuICB9XG5cbiAgLyoqXG4gICAqIFNldCB0aGUgZGVsZXRpb24gcG9saWN5IG9mIHRoZSByZXNvdXJjZSBiYXNlZCBvbiB0aGUgcmVtb3ZhbCBwb2xpY3kgc3BlY2lmaWVkLlxuICAgKiBAcGFyYW0gcG9saWN5IHJlbW92YWwgcG9saWN5IHRvIHNldFxuICAgKi9cbiAgYXBwbHlSZW1vdmFsUG9saWN5KHBvbGljeTogUmVtb3ZhbFBvbGljeSk6IHZvaWQge1xuICAgIHRoaXMucmVzb3VyY2UuYXBwbHlSZW1vdmFsUG9saWN5KHBvbGljeSk7XG4gIH1cblxuICAvKipcbiAgICogU3BlY2lmeSBob3cgeW91IGFyZSBjaGFyZ2VkIGZvciByZWFkIGFuZCB3cml0ZSB0aHJvdWdocHV0IGFuZCBob3cgeW91IG1hbmFnZSBjYXBhY2l0eS5cbiAgICovXG4gIHNldCBiaWxsaW5nTW9kZShiaWxsaW5nTW9kZTogQmlsbGluZ01vZGUpIHtcbiAgICB0aGlzLnJlc291cmNlLmFkZFByb3BlcnR5T3ZlcnJpZGUoJ2JpbGxpbmdNb2RlJywgYmlsbGluZ01vZGUpO1xuICB9XG5cbiAgLyoqXG4gICAqIFRoZSBuYW1lIG9mIFRUTCBhdHRyaWJ1dGUuXG4gICAqL1xuICBzZXQgdGltZVRvTGl2ZUF0dHJpYnV0ZSh0aW1lVG9MaXZlU3BlY2lmaWNhdGlvbjogVGltZVRvTGl2ZVNwZWNpZmljYXRpb24pIHtcbiAgICB0aGlzLnJlc291cmNlLmFkZFByb3BlcnR5T3ZlcnJpZGUoJ3RpbWVUb0xpdmVTcGVjaWZpY2F0aW9uJywgdGltZVRvTGl2ZVNwZWNpZmljYXRpb24pO1xuICB9XG5cbiAgLyoqXG4gICAqIFdoZXRoZXIgcG9pbnQtaW4tdGltZSByZWNvdmVyeSBpcyBlbmFibGVkLlxuICAgKi9cbiAgc2V0IHBvaW50SW5UaW1lUmVjb3ZlcnlFbmFibGVkKHBvaW50SW5UaW1lUmVjb3ZlcnlFbmFibGVkOiBib29sZWFuKSB7XG4gICAgdGhpcy5yZXNvdXJjZS5hZGRQcm9wZXJ0eU92ZXJyaWRlKCdwb2ludEluVGltZVJlY292ZXJ5U3BlY2lmaWNhdGlvbicsIHsgcG9pbnRJblRpbWVSZWNvdmVyeUVuYWJsZWQgfSk7XG4gIH1cblxuICAvKipcbiAgICogV2hldGhlciBwb2ludC1pbi10aW1lIHJlY292ZXJ5IGlzIGVuYWJsZWRcbiAgICogYW5kIHJlY292ZXJ5UGVyaW9kSW5EYXlzIGlzIHNldC5cbiAgICovXG4gIHNldCBwb2ludEluVGltZVJlY292ZXJ5U3BlY2lmaWNhdGlvbihwb2ludEluVGltZVJlY292ZXJ5U3BlY2lmaWNhdGlvbjogUG9pbnRJblRpbWVSZWNvdmVyeVNwZWNpZmljYXRpb24pIHtcbiAgICB0aGlzLnJlc291cmNlLmFkZFByb3BlcnR5T3ZlcnJpZGUoJ3BvaW50SW5UaW1lUmVjb3ZlcnlTcGVjaWZpY2F0aW9uJywgcG9pbnRJblRpbWVSZWNvdmVyeVNwZWNpZmljYXRpb24pO1xuICB9XG5cbiAgLyoqXG4gICAqIFVwZGF0ZSB0aGUgcHJvdmlzaW9uZWQgdGhyb3VnaHB1dCBmb3IgdGhlIGJhc2UgdGFibGUuXG4gICAqL1xuICBzZXQgcHJvdmlzaW9uZWRUaHJvdWdocHV0KHByb3Zpc2lvbmVkVGhyb3VnaHB1dDogUHJvdmlzaW9uZWRUaHJvdWdocHV0KSB7XG4gICAgdGhpcy5yZXNvdXJjZS5hZGRQcm9wZXJ0eU92ZXJyaWRlKCdwcm92aXNpb25lZFRocm91Z2hwdXQnLCBwcm92aXNpb25lZFRocm91Z2hwdXQpO1xuICB9XG5cbiAgLyoqXG4gICAqIFNldCB0aGUgcHJvdmlzaW9uZWRUaHJvdWdodHB1dCBmb3IgYSBzcGVjaWZpZWQgR1NJIGJ5IG5hbWUuXG4gICAqIEBwYXJhbSBpbmRleE5hbWUgdGhlIGluZGV4IHRvIHNwZWNpZnkgYSBwcm92aXNpb25lZFRocm91Z2hwdXQgY29uZmlnIGZvclxuICAgKiBAcGFyYW0gcHJvdmlzaW9uZWRUaHJvdWdocHV0IHRoZSBjb25maWcgdG8gc2V0XG4gICAqL1xuICBzZXRHbG9iYWxTZWNvbmRhcnlJbmRleFByb3Zpc2lvbmVkVGhyb3VnaHB1dChpbmRleE5hbWU6IHN0cmluZywgcHJvdmlzaW9uZWRUaHJvdWdocHV0OiBQcm92aXNpb25lZFRocm91Z2hwdXQpOiB2b2lkIHtcbiAgICBjb25zdCBnc2lzOiBBcnJheTxbc3RyaW5nLCB7IGluZGV4TmFtZTogc3RyaW5nIH1dPiA9IE9iamVjdC5lbnRyaWVzKFxuICAgICAgKHRoaXMucmVzb3VyY2UgYXMgYW55KS5yYXdPdmVycmlkZXM/LlByb3BlcnRpZXM/Lmdsb2JhbFNlY29uZGFyeUluZGV4ZXMgPz8ge30sXG4gICAgKTtcbiAgICBjb25zdCBmb3VuZEdzaXMgPSBnc2lzLmZpbHRlcigoW18sIGdzaUNvbmZpZ10pID0+IGluZGV4TmFtZSA9PT0gZ3NpQ29uZmlnLmluZGV4TmFtZSkubWFwKChbZ3NpSW5kZXhdKSA9PiBnc2lJbmRleCk7XG4gICAgaWYgKGZvdW5kR3Npcy5sZW5ndGggIT09IDEpIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcihgSW5kZXggd2l0aCBuYW1lICR7aW5kZXhOYW1lfSBub3QgZm91bmQgaW4gdGFibGUgZGVmaW5pdGlvbmApO1xuICAgIH1cbiAgICB0aGlzLnJlc291cmNlLmFkZFByb3BlcnR5T3ZlcnJpZGUoYGdsb2JhbFNlY29uZGFyeUluZGV4ZXMuJHtmb3VuZEdzaXNbMF19LnByb3Zpc2lvbmVkVGhyb3VnaHB1dGAsIHByb3Zpc2lvbmVkVGhyb3VnaHB1dCk7XG4gIH1cblxuICAvKipcbiAgICogU2V0IHRoZSBkZGIgc3RyZWFtIHNwZWNpZmljYXRpb24gb24gdGhlIHRhYmxlLlxuICAgKi9cbiAgc2V0IHN0cmVhbVNwZWNpZmljYXRpb24oc3RyZWFtU3BlY2lmaWNhdGlvbjogU3RyZWFtU3BlY2lmaWNhdGlvbikge1xuICAgIHRoaXMucmVzb3VyY2UuYWRkUHJvcGVydHlPdmVycmlkZSgnc3RyZWFtU3BlY2lmaWNhdGlvbicsIHN0cmVhbVNwZWNpZmljYXRpb24pO1xuICB9XG5cbiAgLyoqXG4gICAqIFNldCB0aGUgZGRiIHNlcnZlci1zaWRlIGVuY3J5cHRpb24gc3BlY2lmaWNhdGlvbiBvbiB0aGUgdGFibGUuXG4gICAqL1xuICBzZXQgc3NlU3BlY2lmaWNhdGlvbihzc2VTcGVjaWZpY2F0aW9uOiBTU0VTcGVjaWZpY2F0aW9uKSB7XG4gICAgdGhpcy5yZXNvdXJjZS5hZGRQcm9wZXJ0eU92ZXJyaWRlKCdzc2VTcGVjaWZpY2F0aW9uJywgc3NlU3BlY2lmaWNhdGlvbik7XG4gIH1cblxuICAvKipcbiAgICogU2V0IHRhYmxlIGRlbGV0aW9uIHByb3RlY3Rpb24uXG4gICAqL1xuICBzZXQgZGVsZXRpb25Qcm90ZWN0aW9uRW5hYmxlZChkZWxldGlvblByb3RlY3Rpb25FbmFibGVkOiBib29sZWFuKSB7XG4gICAgdGhpcy5yZXNvdXJjZS5hZGRQcm9wZXJ0eU92ZXJyaWRlKCdkZWxldGlvblByb3RlY3Rpb25FbmFibGVkJywgZGVsZXRpb25Qcm90ZWN0aW9uRW5hYmxlZCk7XG4gIH1cbn1cbiJdfQ==
|
@@ -272,7 +272,7 @@ class AmplifyGraphqlApi extends constructs_1.Construct {
|
|
272
272
|
}
|
273
273
|
exports.AmplifyGraphqlApi = AmplifyGraphqlApi;
|
274
274
|
_a = JSII_RTTI_SYMBOL_1;
|
275
|
-
AmplifyGraphqlApi[_a] = { fqn: "@aws-amplify/graphql-api-construct.AmplifyGraphqlApi", version: "1.20.
|
275
|
+
AmplifyGraphqlApi[_a] = { fqn: "@aws-amplify/graphql-api-construct.AmplifyGraphqlApi", version: "1.20.2" };
|
276
276
|
/**
|
277
277
|
* Given the provided scope, walk the node tree, and throw an exception if any other AmplifyGraphqlApi constructs
|
278
278
|
* are found in the stack.
|
@@ -101,5 +101,5 @@ class AmplifyGraphqlDefinition {
|
|
101
101
|
}
|
102
102
|
exports.AmplifyGraphqlDefinition = AmplifyGraphqlDefinition;
|
103
103
|
_a = JSII_RTTI_SYMBOL_1;
|
104
|
-
AmplifyGraphqlDefinition[_a] = { fqn: "@aws-amplify/graphql-api-construct.AmplifyGraphqlDefinition", version: "1.20.
|
104
|
+
AmplifyGraphqlDefinition[_a] = { fqn: "@aws-amplify/graphql-api-construct.AmplifyGraphqlDefinition", version: "1.20.2" };
|
105
105
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW1wbGlmeS1ncmFwaHFsLWRlZmluaXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvYW1wbGlmeS1ncmFwaHFsLWRlZmluaXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSx5QkFBeUI7QUFDekIseURBQXFEO0FBQ3JELG9GQUFzRTtBQUV0RSx5Q0FBMkQ7QUFFM0Qsc0VBSXVDO0FBRTFCLFFBQUEsa0NBQWtDLEdBQTRCO0lBQ3pFLE1BQU0sRUFBRSxVQUFVO0lBQ2xCLGlCQUFpQixFQUFFLFNBQVM7Q0FDN0IsQ0FBQztBQUVGOztHQUVHO0FBQ0gsTUFBYSx3QkFBd0I7SUFDbkM7Ozs7OztPQU1HO0lBQ0gsTUFBTSxDQUFDLFVBQVUsQ0FDZixNQUFjLEVBQ2QscUJBQThDLDBDQUFrQztRQUVoRixJQUFBLCtDQUEwQixFQUFDLGtCQUFrQixDQUFDLENBQUM7UUFDL0MsT0FBTztZQUNMLE1BQU07WUFDTixhQUFhLEVBQUUsRUFBRTtZQUNqQix5QkFBeUIsRUFBRSxFQUFFO1lBQzdCLG9CQUFvQixFQUFFLElBQUEsd0NBQTZCLEVBQUMsTUFBTSxFQUFFLGtCQUFrQixDQUFDO1lBQy9FLDZCQUE2QixFQUFFLElBQUEsMkRBQXNDLEVBQUMsTUFBTSxFQUFFLGtCQUFrQixDQUFDO1NBQ2xHLENBQUM7SUFDSixDQUFDO0lBRUQ7Ozs7T0FJRztJQUNILE1BQU0sQ0FBQyxTQUFTLENBQUMsR0FBRyxTQUFtQjtRQUNyQyxJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxTQUFTLENBQUMsRUFBRSxDQUFDO1lBQzlCLFNBQVMsR0FBRyxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBQzFCLENBQUM7UUFDRCxNQUFNLE1BQU0sR0FBRyxTQUFTLENBQUMsR0FBRyxDQUFDLENBQUMsUUFBUSxFQUFFLEVBQUUsQ0FBQyxJQUFJLHdCQUFVLENBQUMsRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUFDLFVBQVUsQ0FBQyxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsR0FBRyxDQUFDLENBQUM7UUFDakcsT0FBTyx3QkFBd0IsQ0FBQyxVQUFVLENBQUMsTUFBTSxFQUFFLDBDQUFrQyxDQUFDLENBQUM7SUFDekYsQ0FBQztJQUVEOzs7Ozs7T0FNRztJQUNILE1BQU0sQ0FBQyxvQkFBb0IsQ0FDekIsU0FBNEIsRUFDNUIscUJBQThDLDBDQUFrQztRQUVoRixJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxTQUFTLENBQUMsRUFBRSxDQUFDO1lBQzlCLFNBQVMsR0FBRyxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBQzFCLENBQUM7UUFDRCxNQUFNLE1BQU0sR0FBRyxTQUFTLENBQUMsR0FBRyxDQUFDLENBQUMsUUFBUSxFQUFFLEVBQUUsQ0FBQyxJQUFJLHdCQUFVLENBQUMsRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUFDLFVBQVUsQ0FBQyxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsR0FBRyxDQUFDLENBQUM7UUFDakcsT0FBTyx3QkFBd0IsQ0FBQyxVQUFVLENBQUMsTUFBTSxFQUFFLGtCQUFrQixDQUFDLENBQUM7SUFDekUsQ0FBQztJQUVEOzs7T0FHRztJQUNILE1BQU0sQ0FBQyxPQUFPLENBQUMsV0FBd0M7UUFDckQsSUFBSSxXQUFXLENBQUMsTUFBTSxLQUFLLENBQUMsRUFBRSxDQUFDO1lBQzdCLE1BQU0sSUFBSSxLQUFLLENBQUMscURBQXFELENBQUMsQ0FBQztRQUN6RSxDQUFDO1FBQ0QsSUFBSSxXQUFXLENBQUMsTUFBTSxLQUFLLENBQUMsRUFBRSxDQUFDO1lBQzdCLE9BQU8sV0FBVyxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQ3hCLENBQUM7UUFFRCx1SUFBdUk7UUFDdkksK0JBQStCO1FBQy9CLElBQUkscUJBQXFCLEdBQWEsRUFBRSxDQUFDO1FBQ3pDLEtBQUssTUFBTSxVQUFVLElBQUksV0FBVyxFQUFFLENBQUM7WUFDckMsTUFBTSx1QkFBdUIsR0FBRyxJQUFJLEdBQUcsRUFBVSxDQUFDO1lBQ2xELEtBQUssTUFBTSxRQUFRLElBQUksTUFBTSxDQUFDLE1BQU0sQ0FBQyxVQUFVLENBQUMsb0JBQW9CLENBQUMsRUFBRSxDQUFDO2dCQUN0RSxJQUFJLENBQUMsSUFBQSx3Q0FBYSxFQUFDLFFBQVEsQ0FBQyxFQUFFLENBQUM7b0JBQzdCLFNBQVM7Z0JBQ1gsQ0FBQztnQkFDRCxNQUFNLFlBQVksR0FBRyxRQUFRLENBQUMsSUFBSSxDQUFDO2dCQUNuQyxJQUFJLHFCQUFxQixDQUFDLFFBQVEsQ0FBQyxZQUFZLENBQUMsRUFBRSxDQUFDO29CQUNqRCxNQUFNLElBQUksS0FBSyxDQUNiLDBDQUEwQyxZQUFZLHFFQUFxRTt3QkFDekgsdUhBQXVILENBQzFILENBQUM7Z0JBQ0osQ0FBQztnQkFDRCx1QkFBdUIsQ0FBQyxHQUFHLENBQUMsWUFBWSxDQUFDLENBQUM7WUFDNUMsQ0FBQztZQUNELHFCQUFxQixHQUFHLENBQUMsR0FBRyxxQkFBcUIsRUFBRSxHQUFHLHVCQUF1QixDQUFDLENBQUM7UUFDakYsQ0FBQztRQUVELE1BQU0sNkJBQTZCLEdBQUcsV0FBVyxDQUFDLE1BQU0sQ0FDdEQsQ0FBQyxHQUFHLEVBQUUsR0FBRyxFQUFFLEVBQUUsQ0FBQyxDQUFDLEdBQUcsR0FBRyxFQUFFLEdBQUcsQ0FBQyxHQUFHLENBQUMsNkJBQTZCLElBQUksRUFBRSxDQUFDLENBQUMsRUFDcEUsRUFBbUMsQ0FDcEMsQ0FBQztRQUVGLE1BQU0sWUFBWSxHQUFHLElBQUEsK0NBQTBCLEVBQUMsV0FBVyxDQUFDLENBQUM7UUFFN0QsT0FBTztZQUNMLE1BQU0sRUFBRSxZQUFZO1lBQ3BCLGFBQWEsRUFBRSxFQUFFO1lBQ2pCLHlCQUF5QixFQUFFLFdBQVcsQ0FBQyxNQUFNLENBQUMsQ0FBQyxHQUFHLEVBQUUsR0FBRyxFQUFFLEVBQUUsQ0FBQyxDQUFDLEVBQUUsR0FBRyxHQUFHLEVBQUUsR0FBRyxHQUFHLENBQUMseUJBQXlCLEVBQUUsQ0FBQyxFQUFFLEVBQUUsQ0FBQztZQUMvRyxvQkFBb0IsRUFBRSxXQUFXLENBQUMsTUFBTSxDQUFDLENBQUMsR0FBRyxFQUFFLEdBQUcsRUFBRSxFQUFFLENBQUMsQ0FBQyxFQUFFLEdBQUcsR0FBRyxFQUFFLEdBQUcsR0FBRyxDQUFDLG9CQUFvQixFQUFFLENBQUMsRUFBRSxFQUFFLENBQUM7WUFDckcsNkJBQTZCO1NBQzlCLENBQUM7SUFDSixDQUFDOztBQXBHSCw0REFxR0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBvcyBmcm9tICdvcyc7XG5pbXBvcnQgeyBTY2hlbWFGaWxlIH0gZnJvbSAnYXdzLWNkay1saWIvYXdzLWFwcHN5bmMnO1xuaW1wb3J0IHsgaXNTcWxTdHJhdGVneSB9IGZyb20gJ0Bhd3MtYW1wbGlmeS9ncmFwaHFsLXRyYW5zZm9ybWVyLWNvcmUnO1xuaW1wb3J0IHsgSUFtcGxpZnlHcmFwaHFsRGVmaW5pdGlvbiB9IGZyb20gJy4vdHlwZXMnO1xuaW1wb3J0IHsgY29uc3RydWN0RGF0YVNvdXJjZVN0cmF0ZWdpZXMgfSBmcm9tICcuL2ludGVybmFsJztcbmltcG9ydCB7IEN1c3RvbVNxbERhdGFTb3VyY2VTdHJhdGVneSwgTW9kZWxEYXRhU291cmNlU3RyYXRlZ3kgfSBmcm9tICcuL21vZGVsLWRhdGFzb3VyY2Utc3RyYXRlZ3ktdHlwZXMnO1xuaW1wb3J0IHtcbiAgY29uc3RydWN0Q3VzdG9tU3FsRGF0YVNvdXJjZVN0cmF0ZWdpZXMsXG4gIHNjaGVtYUJ5TWVyZ2luZ0RlZmluaXRpb25zLFxuICB2YWxpZGF0ZURhdGFTb3VyY2VTdHJhdGVneSxcbn0gZnJvbSAnLi9pbnRlcm5hbC9kYXRhLXNvdXJjZS1jb25maWcnO1xuXG5leHBvcnQgY29uc3QgREVGQVVMVF9NT0RFTF9EQVRBX1NPVVJDRV9TVFJBVEVHWTogTW9kZWxEYXRhU291cmNlU3RyYXRlZ3kgPSB7XG4gIGRiVHlwZTogJ0RZTkFNT0RCJyxcbiAgcHJvdmlzaW9uU3RyYXRlZ3k6ICdERUZBVUxUJyxcbn07XG5cbi8qKlxuICogQ2xhc3MgZXhwb3NpbmcgdXRpbGl0aWVzIHRvIHByb2R1Y2UgSUFtcGxpZnlHcmFwaHFsRGVmaW5pdGlvbiBvYmplY3RzIGdpdmVuIHZhcmlvdXMgaW5wdXRzLlxuICovXG5leHBvcnQgY2xhc3MgQW1wbGlmeUdyYXBocWxEZWZpbml0aW9uIHtcbiAgLyoqXG4gICAqIFByb2R1Y2UgYSBzY2hlbWEgZGVmaW5pdGlvbiBmcm9tIGEgc3RyaW5nIGlucHV0LlxuICAgKiBAcGFyYW0gc2NoZW1hIHRoZSBncmFwaHFsIGlucHV0IGFzIGEgc3RyaW5nXG4gICAqIEBwYXJhbSBkYXRhU291cmNlU3RyYXRlZ3kgdGhlIHByb3Zpc2lvbmluZyBkZWZpbml0aW9uIGZvciBkYXRhc291cmNlcyB0aGF0IHJlc29sdmUgYEBtb2RlbGBzIGFuZCBjdXN0b20gU1FMIHN0YXRlbWVudHMgaW4gdGhpcyBzY2hlbWEuXG4gICAqIFRoZSBEeW5hbW9EQiBmcm9tIENsb3VkRm9ybWF0aW9uIHdpbGwgYmUgdXNlZCBieSBkZWZhdWx0LlxuICAgKiBAcmV0dXJucyBhIGZ1bGx5IGZvcm1lZCBhbXBsaWZ5IGdyYXBocWwgZGVmaW5pdGlvblxuICAgKi9cbiAgc3RhdGljIGZyb21TdHJpbmcoXG4gICAgc2NoZW1hOiBzdHJpbmcsXG4gICAgZGF0YVNvdXJjZVN0cmF0ZWd5OiBNb2RlbERhdGFTb3VyY2VTdHJhdGVneSA9IERFRkFVTFRfTU9ERUxfREFUQV9TT1VSQ0VfU1RSQVRFR1ksXG4gICk6IElBbXBsaWZ5R3JhcGhxbERlZmluaXRpb24ge1xuICAgIHZhbGlkYXRlRGF0YVNvdXJjZVN0cmF0ZWd5KGRhdGFTb3VyY2VTdHJhdGVneSk7XG4gICAgcmV0dXJuIHtcbiAgICAgIHNjaGVtYSxcbiAgICAgIGZ1bmN0aW9uU2xvdHM6IFtdLFxuICAgICAgcmVmZXJlbmNlZExhbWJkYUZ1bmN0aW9uczoge30sXG4gICAgICBkYXRhU291cmNlU3RyYXRlZ2llczogY29uc3RydWN0RGF0YVNvdXJjZVN0cmF0ZWdpZXMoc2NoZW1hLCBkYXRhU291cmNlU3RyYXRlZ3kpLFxuICAgICAgY3VzdG9tU3FsRGF0YVNvdXJjZVN0cmF0ZWdpZXM6IGNvbnN0cnVjdEN1c3RvbVNxbERhdGFTb3VyY2VTdHJhdGVnaWVzKHNjaGVtYSwgZGF0YVNvdXJjZVN0cmF0ZWd5KSxcbiAgICB9O1xuICB9XG5cbiAgLyoqXG4gICAqIENvbnZlcnQgb25lIG9yIG1vcmUgYXBwc3luYyBTY2hlbWFGaWxlIG9iamVjdHMgaW50byBhbiBBbXBsaWZ5IEdyYXBocWwgU2NoZW1hLCBiaW5kaW5nIHRoZW0gdG8gYSBEeW5hbW9EQiBkYXRhIHNvdXJjZS5cbiAgICogQHBhcmFtIGZpbGVQYXRocyBvbmUgb3IgbW9yZSBwYXRocyB0byB0aGUgZ3JhcGhxbCBmaWxlcyB0byBwcm9jZXNzXG4gICAqIEByZXR1cm5zIGEgZnVsbHkgZm9ybWVkIGFtcGxpZnkgZ3JhcGhxbCBkZWZpbml0aW9uLCB3aG9zZSBtb2RlbHMgd2lsbCBiZSByZXNvbHZlZCBieSBEeW5hbW9EQiB0YWJsZXMgY3JlYXRlZCBkdXJpbmcgZGVwbG95bWVudC5cbiAgICovXG4gIHN0YXRpYyBmcm9tRmlsZXMoLi4uZmlsZVBhdGhzOiBzdHJpbmdbXSk6IElBbXBsaWZ5R3JhcGhxbERlZmluaXRpb24ge1xuICAgIGlmICghQXJyYXkuaXNBcnJheShmaWxlUGF0aHMpKSB7XG4gICAgICBmaWxlUGF0aHMgPSBbZmlsZVBhdGhzXTtcbiAgICB9XG4gICAgY29uc3Qgc2NoZW1hID0gZmlsZVBhdGhzLm1hcCgoZmlsZVBhdGgpID0+IG5ldyBTY2hlbWFGaWxlKHsgZmlsZVBhdGggfSkuZGVmaW5pdGlvbikuam9pbihvcy5FT0wpO1xuICAgIHJldHVybiBBbXBsaWZ5R3JhcGhxbERlZmluaXRpb24uZnJvbVN0cmluZyhzY2hlbWEsIERFRkFVTFRfTU9ERUxfREFUQV9TT1VSQ0VfU1RSQVRFR1kpO1xuICB9XG5cbiAgLyoqXG4gICAqIENvbnZlcnQgb25lIG9yIG1vcmUgYXBwc3luYyBTY2hlbWFGaWxlIG9iamVjdHMgaW50byBhbiBBbXBsaWZ5IEdyYXBocWwgU2NoZW1hXG4gICAqIEBwYXJhbSBmaWxlUGF0aHMgb25lIG9yIG1vcmUgcGF0aHMgdG8gdGhlIGdyYXBocWwgZmlsZXMgdG8gcHJvY2Vzc1xuICAgKiBAcGFyYW0gZGF0YVNvdXJjZVN0cmF0ZWd5IHRoZSBwcm92aXNpb25pbmcgZGVmaW5pdGlvbiBmb3IgZGF0YXNvdXJjZXMgdGhhdCByZXNvbHZlIGBAbW9kZWxgcyBpbiB0aGlzIHNjaGVtYS4gVGhlIER5bmFtb0RCIGZyb21cbiAgICogQ2xvdWRGb3JtYXRpb24gd2lsbCBiZSB1c2VkIGJ5IGRlZmF1bHQuXG4gICAqIEByZXR1cm5zIGEgZnVsbHkgZm9ybWVkIGFtcGxpZnkgZ3JhcGhxbCBkZWZpbml0aW9uXG4gICAqL1xuICBzdGF0aWMgZnJvbUZpbGVzQW5kU3RyYXRlZ3koXG4gICAgZmlsZVBhdGhzOiBzdHJpbmcgfCBzdHJpbmdbXSxcbiAgICBkYXRhU291cmNlU3RyYXRlZ3k6IE1vZGVsRGF0YVNvdXJjZVN0cmF0ZWd5ID0gREVGQVVMVF9NT0RFTF9EQVRBX1NPVVJDRV9TVFJBVEVHWSxcbiAgKTogSUFtcGxpZnlHcmFwaHFsRGVmaW5pdGlvbiB7XG4gICAgaWYgKCFBcnJheS5pc0FycmF5KGZpbGVQYXRocykpIHtcbiAgICAgIGZpbGVQYXRocyA9IFtmaWxlUGF0aHNdO1xuICAgIH1cbiAgICBjb25zdCBzY2hlbWEgPSBmaWxlUGF0aHMubWFwKChmaWxlUGF0aCkgPT4gbmV3IFNjaGVtYUZpbGUoeyBmaWxlUGF0aCB9KS5kZWZpbml0aW9uKS5qb2luKG9zLkVPTCk7XG4gICAgcmV0dXJuIEFtcGxpZnlHcmFwaHFsRGVmaW5pdGlvbi5mcm9tU3RyaW5nKHNjaGVtYSwgZGF0YVNvdXJjZVN0cmF0ZWd5KTtcbiAgfVxuXG4gIC8qKlxuICAgKiBDb21iaW5lcyBtdWx0aXBsZSBJQW1wbGlmeUdyYXBocWxEZWZpbml0aW9ucyBpbnRvIGEgc2luZ2xlIGRlZmluaXRpb24uXG4gICAqIEBwYXJhbSBkZWZpbml0aW9ucyB0aGUgZGVmaW5pdGlvbnMgdG8gY29tYmluZVxuICAgKi9cbiAgc3RhdGljIGNvbWJpbmUoZGVmaW5pdGlvbnM6IElBbXBsaWZ5R3JhcGhxbERlZmluaXRpb25bXSk6IElBbXBsaWZ5R3JhcGhxbERlZmluaXRpb24ge1xuICAgIGlmIChkZWZpbml0aW9ucy5sZW5ndGggPT09IDApIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcignVGhlIGRlZmluaXRpb25zIG9mIGFtcGxpZnkgR3JhcGhRTCBjYW5ub3QgYmUgZW1wdHkuJyk7XG4gICAgfVxuICAgIGlmIChkZWZpbml0aW9ucy5sZW5ndGggPT09IDEpIHtcbiAgICAgIHJldHVybiBkZWZpbml0aW9uc1swXTtcbiAgICB9XG5cbiAgICAvLyBBIHN0cmF0ZWd5IHdpbGwgYmUgcHJlc2VudCBtdWx0aXBsZSB0aW1lcyBpbiBhIGdpdmVuIGRlZmluaXRpb246IG9uY2UgcGVyIG1vZGVsLiBXZSdsbCBjcmVhdGUgYSB1bmlxdWUgbGlzdCBwZXIgZGVmaW5pdGlvbiB0byBlbnN1cmVcbiAgICAvLyBubyByZXVzZSBhY3Jvc3MgZGVmaW5pdGlvbnMuXG4gICAgbGV0IGNvbWJpbmVkU3RyYXRlZ3lOYW1lczogc3RyaW5nW10gPSBbXTtcbiAgICBmb3IgKGNvbnN0IGRlZmluaXRpb24gb2YgZGVmaW5pdGlvbnMpIHtcbiAgICAgIGNvbnN0IGRlZmluaXRpb25TdHJhdGVneU5hbWVzID0gbmV3IFNldDxzdHJpbmc+KCk7XG4gICAgICBmb3IgKGNvbnN0IHN0cmF0ZWd5IG9mIE9iamVjdC52YWx1ZXMoZGVmaW5pdGlvbi5kYXRhU291cmNlU3RyYXRlZ2llcykpIHtcbiAgICAgICAgaWYgKCFpc1NxbFN0cmF0ZWd5KHN0cmF0ZWd5KSkge1xuICAgICAgICAgIGNvbnRpbnVlO1xuICAgICAgICB9XG4gICAgICAgIGNvbnN0IHN0cmF0ZWd5TmFtZSA9IHN0cmF0ZWd5Lm5hbWU7XG4gICAgICAgIGlmIChjb21iaW5lZFN0cmF0ZWd5TmFtZXMuaW5jbHVkZXMoc3RyYXRlZ3lOYW1lKSkge1xuICAgICAgICAgIHRocm93IG5ldyBFcnJvcihcbiAgICAgICAgICAgIGBUaGUgU1FMLWJhc2VkIE1vZGVsRGF0YVNvdXJjZVN0cmF0ZWd5ICcke3N0cmF0ZWd5TmFtZX0nIHdhcyBmb3VuZCBpbiBtdWx0aXBsZSBkZWZpbml0aW9ucywgYnV0IGEgc3RyYXRlZ3kgbmFtZSBjYW5ub3QgYmUgYCArXG4gICAgICAgICAgICAgIFwic2hhcmVkIGJldHdlZW4gZGVmaW5pdGlvbnMuIFRvIHNwZWNpZnkgYSBTUUwtYmFzZWQgQVBJIHdpdGggc2NoZW1hcyBhY3Jvc3MgbXVsdGlwbGUgZmlsZXMsIHVzZSAnZnJvbUZpbGVzQW5kU3RyYXRlZ3knXCIsXG4gICAgICAgICAgKTtcbiAgICAgICAgfVxuICAgICAgICBkZWZpbml0aW9uU3RyYXRlZ3lOYW1lcy5hZGQoc3RyYXRlZ3lOYW1lKTtcbiAgICAgIH1cbiAgICAgIGNvbWJpbmVkU3RyYXRlZ3lOYW1lcyA9IFsuLi5jb21iaW5lZFN0cmF0ZWd5TmFtZXMsIC4uLmRlZmluaXRpb25TdHJhdGVneU5hbWVzXTtcbiAgICB9XG5cbiAgICBjb25zdCBjdXN0b21TcWxEYXRhU291cmNlU3RyYXRlZ2llcyA9IGRlZmluaXRpb25zLnJlZHVjZShcbiAgICAgIChhY2MsIGN1cikgPT4gWy4uLmFjYywgLi4uKGN1ci5jdXN0b21TcWxEYXRhU291cmNlU3RyYXRlZ2llcyA/PyBbXSldLFxuICAgICAgW10gYXMgQ3VzdG9tU3FsRGF0YVNvdXJjZVN0cmF0ZWd5W10sXG4gICAgKTtcblxuICAgIGNvbnN0IG1lcmdlZFNjaGVtYSA9IHNjaGVtYUJ5TWVyZ2luZ0RlZmluaXRpb25zKGRlZmluaXRpb25zKTtcblxuICAgIHJldHVybiB7XG4gICAgICBzY2hlbWE6IG1lcmdlZFNjaGVtYSxcbiAgICAgIGZ1bmN0aW9uU2xvdHM6IFtdLFxuICAgICAgcmVmZXJlbmNlZExhbWJkYUZ1bmN0aW9uczogZGVmaW5pdGlvbnMucmVkdWNlKChhY2MsIGN1cikgPT4gKHsgLi4uYWNjLCAuLi5jdXIucmVmZXJlbmNlZExhbWJkYUZ1bmN0aW9ucyB9KSwge30pLFxuICAgICAgZGF0YVNvdXJjZVN0cmF0ZWdpZXM6IGRlZmluaXRpb25zLnJlZHVjZSgoYWNjLCBjdXIpID0+ICh7IC4uLmFjYywgLi4uY3VyLmRhdGFTb3VyY2VTdHJhdGVnaWVzIH0pLCB7fSksXG4gICAgICBjdXN0b21TcWxEYXRhU291cmNlU3RyYXRlZ2llcyxcbiAgICB9O1xuICB9XG59XG4iXX0=
|
@@ -91,5 +91,5 @@ class SQLLambdaModelDataSourceStrategyFactory {
|
|
91
91
|
}
|
92
92
|
exports.SQLLambdaModelDataSourceStrategyFactory = SQLLambdaModelDataSourceStrategyFactory;
|
93
93
|
_a = JSII_RTTI_SYMBOL_1;
|
94
|
-
SQLLambdaModelDataSourceStrategyFactory[_a] = { fqn: "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategyFactory", version: "1.20.
|
94
|
+
SQLLambdaModelDataSourceStrategyFactory[_a] = { fqn: "@aws-amplify/graphql-api-construct.SQLLambdaModelDataSourceStrategyFactory", version: "1.20.2" };
|
95
95
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3FsLW1vZGVsLWRhdGFzb3VyY2Utc3RyYXRlZ3kuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvc3FsLW1vZGVsLWRhdGFzb3VyY2Utc3RyYXRlZ3kudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSx5QkFBeUI7QUFDekIsNkJBQTZCO0FBQzdCLG9GQUFvRTtBQVNwRTs7OztHQUlHO0FBQ0ksTUFBTSxrQ0FBa0MsR0FBRyxDQUFDLEdBQVEsRUFBMkMsRUFBRTtJQUN0RyxPQUFPLENBQ0wsQ0FBQyxPQUFPLEdBQUcsS0FBSyxRQUFRLElBQUksT0FBTyxHQUFHLEtBQUssVUFBVSxDQUFDO1FBQ3RELE9BQU8sR0FBRyxDQUFDLElBQUksS0FBSyxRQUFRO1FBQzVCLE9BQU8sR0FBRyxDQUFDLE1BQU0sS0FBSyxRQUFRO1FBQzlCLElBQUEsc0NBQVcsRUFBQyxHQUFHLENBQUMsTUFBTSxDQUFDO1FBQ3ZCLElBQUEsOENBQXNDLEVBQUMsR0FBRyxDQUFDLGtCQUFrQixDQUFDLENBQy9ELENBQUM7QUFDSixDQUFDLENBQUM7QUFSVyxRQUFBLGtDQUFrQyxzQ0FRN0M7QUFFRjs7OztHQUlHO0FBQ0ksTUFBTSxzQ0FBc0MsR0FBRyxDQUFDLEdBQVEsRUFBK0MsRUFBRTtJQUM5RyxPQUFPLENBQ0wsSUFBQSxpREFBeUMsRUFBQyxHQUFHLENBQUM7UUFDOUMsSUFBQSw0REFBb0QsRUFBQyxHQUFHLENBQUM7UUFDekQsSUFBQSx1REFBK0MsRUFBQyxHQUFHLENBQUMsQ0FDckQsQ0FBQztBQUNKLENBQUMsQ0FBQztBQU5XLFFBQUEsc0NBQXNDLDBDQU1qRDtBQUVGOzs7O0dBSUc7QUFDSSxNQUFNLHlDQUF5QyxHQUFHLENBQUMsR0FBUSxFQUFrRCxFQUFFO0lBQ3BILE9BQU8sQ0FDTCxDQUFDLE9BQU8sR0FBRyxLQUFLLFFBQVEsSUFBSSxPQUFPLEdBQUcsS0FBSyxVQUFVLENBQUM7UUFDdEQsT0FBTyxHQUFHLENBQUMsZUFBZSxLQUFLLFFBQVE7UUFDdkMsT0FBTyxHQUFHLENBQUMsV0FBVyxLQUFLLFFBQVE7UUFDbkMsT0FBTyxHQUFHLENBQUMsZUFBZSxLQUFLLFFBQVE7UUFDdkMsT0FBTyxHQUFHLENBQUMsZUFBZSxLQUFLLFFBQVE7UUFDdkMsT0FBTyxHQUFHLENBQUMsbUJBQW1CLEtBQUssUUFBUSxDQUM1QyxDQUFDO0FBQ0osQ0FBQyxDQUFDO0FBVFcsUUFBQSx5Q0FBeUMsNkNBU3BEO0FBRUY7Ozs7R0FJRztBQUNJLE1BQU0sb0RBQW9ELEdBQUcsQ0FDbEUsR0FBUSxFQUNtRCxFQUFFO0lBQzdELE9BQU8sQ0FDTCxDQUFDLE9BQU8sR0FBRyxLQUFLLFFBQVEsSUFBSSxPQUFPLEdBQUcsS0FBSyxVQUFVLENBQUM7UUFDdEQsT0FBTyxHQUFHLENBQUMsU0FBUyxLQUFLLFFBQVE7UUFDakMsT0FBTyxHQUFHLENBQUMsSUFBSSxLQUFLLFFBQVE7UUFDNUIsT0FBTyxHQUFHLENBQUMsWUFBWSxLQUFLLFFBQVE7UUFDcEMsT0FBTyxHQUFHLENBQUMsUUFBUSxJQUFJLFFBQVEsQ0FDaEMsQ0FBQztBQUNKLENBQUMsQ0FBQztBQVZXLFFBQUEsb0RBQW9ELHdEQVUvRDtBQUVGOzs7O0dBSUc7QUFDSSxNQUFNLCtDQUErQyxHQUFHLENBQUMsR0FBUSxFQUF3RCxFQUFFO0lBQ2hJLE9BQU8sQ0FDTCxDQUFDLE9BQU8sR0FBRyxLQUFLLFFBQVEsSUFBSSxPQUFPLEdBQUcsS0FBSyxVQUFVLENBQUM7UUFDdEQsQ0FBQyxPQUFPLEdBQUcsQ0FBQyxvQkFBb0IsS0FBSyxRQUFRLElBQUksS0FBSyxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsb0JBQW9CLENBQUMsQ0FBQyxDQUMxRixDQUFDO0FBQ0osQ0FBQyxDQUFDO0FBTFcsUUFBQSwrQ0FBK0MsbURBSzFEO0FBRUY7O0dBRUc7QUFDSCxNQUFhLHVDQUF1QztJQUNsRDs7Ozs7T0FLRztJQUNILE1BQU0sQ0FBQyxrQkFBa0IsQ0FDdkIsUUFBa0IsRUFDbEIsT0FBeUU7UUFFekUsTUFBTSxtQkFBbUIsR0FBRyxRQUFRLENBQUMsTUFBTSxDQUFDLENBQUMsR0FBRyxFQUFFLFFBQVEsRUFBMEIsRUFBRTtZQUNwRixNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLFFBQVEsQ0FBQyxDQUFDLElBQUksQ0FBQztZQUMzQyxHQUFHLENBQUMsUUFBUSxDQUFDLEdBQUcsRUFBRSxDQUFDLFlBQVksQ0FBQyxRQUFRLEVBQUUsTUFBTSxDQUFDLENBQUM7WUFDbEQsT0FBTyxHQUFHLENBQUM7UUFDYixDQUFDLEVBQUUsRUFBNEIsQ0FBQyxDQUFDO1FBRWpDLE9BQU87WUFDTCxtQkFBbUI7WUFDbkIsR0FBRyxPQUFPO1NBQ1gsQ0FBQztJQUNKLENBQUM7O0FBckJILDBGQXNCQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGZzIGZyb20gJ2ZzJztcbmltcG9ydCAqIGFzIHBhdGggZnJvbSAncGF0aCc7XG5pbXBvcnQgeyBpc1NxbERiVHlwZSB9IGZyb20gJ0Bhd3MtYW1wbGlmeS9ncmFwaHFsLXRyYW5zZm9ybWVyLWNvcmUnO1xuaW1wb3J0IHtcbiAgU1FMTGFtYmRhTW9kZWxEYXRhU291cmNlU3RyYXRlZ3ksXG4gIFNxbE1vZGVsRGF0YVNvdXJjZURiQ29ubmVjdGlvbkNvbmZpZyxcbiAgU3FsTW9kZWxEYXRhU291cmNlU3NtRGJDb25uZWN0aW9uQ29uZmlnLFxuICBTcWxNb2RlbERhdGFTb3VyY2VTZWNyZXRzTWFuYWdlckRiQ29ubmVjdGlvbkNvbmZpZyxcbiAgU3FsTW9kZWxEYXRhU291cmNlU3NtRGJDb25uZWN0aW9uU3RyaW5nQ29uZmlnLFxufSBmcm9tICcuL21vZGVsLWRhdGFzb3VyY2Utc3RyYXRlZ3ktdHlwZXMnO1xuXG4vKipcbiAqIFR5cGUgcHJlZGljYXRlIHRoYXQgcmV0dXJucyB0cnVlIGlmIHRoZSBvYmplY3QgaXMgYSBTUUxMYW1iZGFNb2RlbERhdGFTb3VyY2VTdHJhdGVneS5cbiAqIEBwYXJhbSBvYmogdGhlIG9iamVjdCB0byBpbnNwZWN0XG4gKiBAcmV0dXJucyB0cnVlIGlmIHRoZSBvYmplY3QgaXMgc2hhcGVkIGxpa2UgYSBTUUxMYW1iZGFNb2RlbERhdGFTb3VyY2VTdHJhdGVneVxuICovXG5leHBvcnQgY29uc3QgaXNTUUxMYW1iZGFNb2RlbERhdGFTb3VyY2VTdHJhdGVneSA9IChvYmo6IGFueSk6IG9iaiBpcyBTUUxMYW1iZGFNb2RlbERhdGFTb3VyY2VTdHJhdGVneSA9PiB7XG4gIHJldHVybiAoXG4gICAgKHR5cGVvZiBvYmogPT09ICdvYmplY3QnIHx8IHR5cGVvZiBvYmogPT09ICdmdW5jdGlvbicpICYmXG4gICAgdHlwZW9mIG9iai5uYW1lID09PSAnc3RyaW5nJyAmJlxuICAgIHR5cGVvZiBvYmouZGJUeXBlID09PSAnc3RyaW5nJyAmJlxuICAgIGlzU3FsRGJUeXBlKG9iai5kYlR5cGUpICYmXG4gICAgaXNTcWxNb2RlbERhdGFTb3VyY2VEYkNvbm5lY3Rpb25Db25maWcob2JqLmRiQ29ubmVjdGlvbkNvbmZpZylcbiAgKTtcbn07XG5cbi8qKlxuICogVHlwZSBwcmVkaWNhdGUgdGhhdCByZXR1cm5zIHRydWUgaWYgdGhlIG9iamVjdCBpcyBhIFNxbE1vZGVsRGF0YVNvdXJjZURiQ29ubmVjdGlvbkNvbmZpZy5cbiAqIEBwYXJhbSBvYmogdGhlIG9iamVjdCB0byBpbnNwZWN0XG4gKiBAcmV0dXJucyB0cnVlIGlmIHRoZSBvYmplY3QgaXMgc2hhcGVkIGxpa2UgYSBTcWxNb2RlbERhdGFTb3VyY2VEYkNvbm5lY3Rpb25Db25maWdcbiAqL1xuZXhwb3J0IGNvbnN0IGlzU3FsTW9kZWxEYXRhU291cmNlRGJDb25uZWN0aW9uQ29uZmlnID0gKG9iajogYW55KTogb2JqIGlzIFNxbE1vZGVsRGF0YVNvdXJjZURiQ29ubmVjdGlvbkNvbmZpZyA9PiB7XG4gIHJldHVybiAoXG4gICAgaXNTcWxNb2RlbERhdGFTb3VyY2VTc21EYkNvbm5lY3Rpb25Db25maWcob2JqKSB8fFxuICAgIGlzU3FsTW9kZWxEYXRhU291cmNlU2VjcmV0c01hbmFnZXJEYkNvbm5lY3Rpb25Db25maWcob2JqKSB8fFxuICAgIGlzU3FsTW9kZWxEYXRhU291cmNlU3NtRGJDb25uZWN0aW9uU3RyaW5nQ29uZmlnKG9iailcbiAgKTtcbn07XG5cbi8qKlxuICogVHlwZSBwcmVkaWNhdGUgdGhhdCByZXR1cm5zIHRydWUgaWYgdGhlIG9iamVjdCBpcyBhIFNxbE1vZGVsRGF0YVNvdXJjZVNzbURiQ29ubmVjdGlvbkNvbmZpZy5cbiAqIEBwYXJhbSBvYmogdGhlIG9iamVjdCB0byBpbnNwZWN0XG4gKiBAcmV0dXJucyB0cnVlIGlmIHRoZSBvYmplY3QgaXMgc2hhcGVkIGxpa2UgYSBTcWxNb2RlbERhdGFTb3VyY2VTc21EYkNvbm5lY3Rpb25Db25maWdcbiAqL1xuZXhwb3J0IGNvbnN0IGlzU3FsTW9kZWxEYXRhU291cmNlU3NtRGJDb25uZWN0aW9uQ29uZmlnID0gKG9iajogYW55KTogb2JqIGlzIFNxbE1vZGVsRGF0YVNvdXJjZVNzbURiQ29ubmVjdGlvbkNvbmZpZyA9PiB7XG4gIHJldHVybiAoXG4gICAgKHR5cGVvZiBvYmogPT09ICdvYmplY3QnIHx8IHR5cGVvZiBvYmogPT09ICdmdW5jdGlvbicpICYmXG4gICAgdHlwZW9mIG9iai5ob3N0bmFtZVNzbVBhdGggPT09ICdzdHJpbmcnICYmXG4gICAgdHlwZW9mIG9iai5wb3J0U3NtUGF0aCA9PT0gJ3N0cmluZycgJiZcbiAgICB0eXBlb2Ygb2JqLnVzZXJuYW1lU3NtUGF0aCA9PT0gJ3N0cmluZycgJiZcbiAgICB0eXBlb2Ygb2JqLnBhc3N3b3JkU3NtUGF0aCA9PT0gJ3N0cmluZycgJiZcbiAgICB0eXBlb2Ygb2JqLmRhdGFiYXNlTmFtZVNzbVBhdGggPT09ICdzdHJpbmcnXG4gICk7XG59O1xuXG4vKipcbiAqIFR5cGUgcHJlZGljYXRlIHRoYXQgcmV0dXJucyB0cnVlIGlmIHRoZSBvYmplY3QgaXMgYSBTcWxNb2RlbERhdGFTb3VyY2VTZWNyZXRzTWFuYWdlckRiQ29ubmVjdGlvbkNvbmZpZy5cbiAqIEBwYXJhbSBvYmogdGhlIG9iamVjdCB0byBpbnNwZWN0XG4gKiBAcmV0dXJucyB0cnVlIGlmIHRoZSBvYmplY3QgaXMgc2hhcGVkIGxpa2UgYSBTcWxNb2RlbERhdGFTb3VyY2VTZWNyZXRzTWFuYWdlckRiQ29ubmVjdGlvbkNvbmZpZ1xuICovXG5leHBvcnQgY29uc3QgaXNTcWxNb2RlbERhdGFTb3VyY2VTZWNyZXRzTWFuYWdlckRiQ29ubmVjdGlvbkNvbmZpZyA9IChcbiAgb2JqOiBhbnksXG4pOiBvYmogaXMgU3FsTW9kZWxEYXRhU291cmNlU2VjcmV0c01hbmFnZXJEYkNvbm5lY3Rpb25Db25maWcgPT4ge1xuICByZXR1cm4gKFxuICAgICh0eXBlb2Ygb2JqID09PSAnb2JqZWN0JyB8fCB0eXBlb2Ygb2JqID09PSAnZnVuY3Rpb24nKSAmJlxuICAgIHR5cGVvZiBvYmouc2VjcmV0QXJuID09PSAnc3RyaW5nJyAmJlxuICAgIHR5cGVvZiBvYmoucG9ydCA9PT0gJ251bWJlcicgJiZcbiAgICB0eXBlb2Ygb2JqLmRhdGFiYXNlTmFtZSA9PT0gJ3N0cmluZycgJiZcbiAgICB0eXBlb2Ygb2JqLmhvc3RuYW1lID09ICdzdHJpbmcnXG4gICk7XG59O1xuXG4vKipcbiAqIFR5cGUgcHJlZGljYXRlIHRoYXQgcmV0dXJucyB0cnVlIGlmIHRoZSBvYmplY3QgaXMgYSBTcWxNb2RlbERhdGFTb3VyY2VTc21EYkNvbm5lY3Rpb25TdHJpbmdDb25maWcuXG4gKiBAcGFyYW0gb2JqIHRoZSBvYmplY3QgdG8gaW5zcGVjdFxuICogQHJldHVybnMgdHJ1ZSBpZiB0aGUgb2JqZWN0IGlzIHNoYXBlZCBsaWtlIGEgU3FsTW9kZWxEYXRhU291cmNlU3NtRGJDb25uZWN0aW9uU3RyaW5nQ29uZmlnXG4gKi9cbmV4cG9ydCBjb25zdCBpc1NxbE1vZGVsRGF0YVNvdXJjZVNzbURiQ29ubmVjdGlvblN0cmluZ0NvbmZpZyA9IChvYmo6IGFueSk6IG9iaiBpcyBTcWxNb2RlbERhdGFTb3VyY2VTc21EYkNvbm5lY3Rpb25TdHJpbmdDb25maWcgPT4ge1xuICByZXR1cm4gKFxuICAgICh0eXBlb2Ygb2JqID09PSAnb2JqZWN0JyB8fCB0eXBlb2Ygb2JqID09PSAnZnVuY3Rpb24nKSAmJlxuICAgICh0eXBlb2Ygb2JqLmNvbm5lY3Rpb25VcmlTc21QYXRoID09PSAnc3RyaW5nJyB8fCBBcnJheS5pc0FycmF5KG9iai5jb25uZWN0aW9uVXJpU3NtUGF0aCkpXG4gICk7XG59O1xuXG4vKipcbiAqIENsYXNzIGV4cG9zaW5nIHV0aWxpdGllcyB0byBwcm9kdWNlIFNRTExhbWJkYU1vZGVsRGF0YVNvdXJjZVN0cmF0ZWd5IG9iamVjdHMgZ2l2ZW4gdmFyaW91cyBpbnB1dHMuXG4gKi9cbmV4cG9ydCBjbGFzcyBTUUxMYW1iZGFNb2RlbERhdGFTb3VyY2VTdHJhdGVneUZhY3Rvcnkge1xuICAvKipcbiAgICogQ3JlYXRlcyBhIFNRTExhbWJkYU1vZGVsRGF0YVNvdXJjZVN0cmF0ZWd5IHdoZXJlIHRoZSBiaW5kaW5nJ3MgYGN1c3RvbVNxbFN0YXRlbWVudHNgIGFyZSBwb3B1bGF0ZWQgZnJvbSBgc3FsRmlsZXNgLiBUaGUga2V5XG4gICAqIG9mIHRoZSBgY3VzdG9tU3FsU3RhdGVtZW50c2AgcmVjb3JkIGlzIHRoZSBmaWxlJ3MgYmFzZSBuYW1lICh0aGF0IGlzLCB0aGUgbmFtZSBvZiB0aGUgZmlsZSBtaW51cyB0aGUgZGlyZWN0b3J5IGFuZCBleHRlbnNpb24pLlxuICAgKiBAcGFyYW0gc3FsRmlsZXMgdGhlIGxpc3Qgb2YgZmlsZXMgdG8gbG9hZCBTUUwgc3RhdGVtZW50cyBmcm9tLlxuICAgKiBAcGFyYW0gb3B0aW9ucyB0aGUgcmVtYWluaW5nIFNRTExhbWJkYU1vZGVsRGF0YVNvdXJjZVN0cmF0ZWd5IG9wdGlvbnMuXG4gICAqL1xuICBzdGF0aWMgZnJvbUN1c3RvbVNxbEZpbGVzKFxuICAgIHNxbEZpbGVzOiBzdHJpbmdbXSxcbiAgICBvcHRpb25zOiBFeGNsdWRlPFNRTExhbWJkYU1vZGVsRGF0YVNvdXJjZVN0cmF0ZWd5LCAnY3VzdG9tU3FsU3RhdGVtZW50cyc+LFxuICApOiBTUUxMYW1iZGFNb2RlbERhdGFTb3VyY2VTdHJhdGVneSB7XG4gICAgY29uc3QgY3VzdG9tU3FsU3RhdGVtZW50cyA9IHNxbEZpbGVzLnJlZHVjZSgoYWNjLCBmaWxlUGF0aCk6IFJlY29yZDxzdHJpbmcsIHN0cmluZz4gPT4ge1xuICAgICAgY29uc3QgYmFzZW5hbWUgPSBwYXRoLnBhcnNlKGZpbGVQYXRoKS5uYW1lO1xuICAgICAgYWNjW2Jhc2VuYW1lXSA9IGZzLnJlYWRGaWxlU3luYyhmaWxlUGF0aCwgJ3V0ZjgnKTtcbiAgICAgIHJldHVybiBhY2M7XG4gICAgfSwge30gYXMgUmVjb3JkPHN0cmluZywgc3RyaW5nPik7XG5cbiAgICByZXR1cm4ge1xuICAgICAgY3VzdG9tU3FsU3RhdGVtZW50cyxcbiAgICAgIC4uLm9wdGlvbnMsXG4gICAgfTtcbiAgfVxufVxuIl19
|
package/node_modules/@aws-amplify/ai-constructs/lib/conversation/conversation_handler_construct.js
CHANGED
@@ -11,10 +11,9 @@ const aws_lambda_nodejs_1 = require("aws-cdk-lib/aws-lambda-nodejs");
|
|
11
11
|
const aws_logs_1 = require("aws-cdk-lib/aws-logs");
|
12
12
|
const constructs_1 = require("constructs");
|
13
13
|
const path_1 = __importDefault(require("path"));
|
14
|
-
const platform_core_1 = require("@aws-amplify/platform-core");
|
15
14
|
const backend_output_schemas_1 = require("@aws-amplify/backend-output-schemas");
|
16
15
|
const resourcesRoot = path_1.default.normalize(path_1.default.join(__dirname, 'runtime'));
|
17
|
-
const defaultHandlerFilePath = path_1.default.join(resourcesRoot, '
|
16
|
+
const defaultHandlerFilePath = path_1.default.join(resourcesRoot, 'default_handler_bundled');
|
18
17
|
/**
|
19
18
|
* Conversation Handler Function CDK construct.
|
20
19
|
* This construct deploys resources that integrate conversation routes
|
@@ -30,7 +29,7 @@ class ConversationHandlerFunction extends constructs_1.Construct {
|
|
30
29
|
* Creates Conversation Handler Function CDK construct.
|
31
30
|
*/
|
32
31
|
constructor(scope, id, props) {
|
33
|
-
var _a, _b, _c
|
32
|
+
var _a, _b, _c;
|
34
33
|
super(scope, id);
|
35
34
|
this.props = props;
|
36
35
|
/**
|
@@ -71,30 +70,45 @@ class ConversationHandlerFunction extends constructs_1.Construct {
|
|
71
70
|
if (this.props.entry && !path_1.default.isAbsolute(this.props.entry)) {
|
72
71
|
throw new Error('Entry must be absolute path');
|
73
72
|
}
|
74
|
-
|
75
|
-
|
76
|
-
|
73
|
+
// Intentionally not using import from 'platform-core'
|
74
|
+
// To not drag excessive amount of dependencies into construct layer.
|
75
|
+
aws_cdk_lib_1.Tags.of(this).add('amplify:friendly-name', id);
|
76
|
+
const commonHandlerProperties = {
|
77
|
+
runtime: aws_lambda_1.Runtime.NODEJS_20_X,
|
77
78
|
timeout: aws_cdk_lib_1.Duration.seconds(this.resolveTimeout()),
|
78
|
-
entry: (_a = this.props.entry) !== null && _a !== void 0 ? _a : defaultHandlerFilePath,
|
79
|
-
handler: 'handler',
|
80
79
|
memorySize: this.resolveMemory(),
|
81
|
-
bundling: {
|
82
|
-
// Do not bundle SDK if conversation handler is using our default implementation which is
|
83
|
-
// compatible with Lambda provided SDK.
|
84
|
-
// For custom entry we do bundle SDK as we can't control version customer is coding against.
|
85
|
-
bundleAwsSDK: !!this.props.entry,
|
86
|
-
},
|
87
80
|
loggingFormat: aws_lambda_1.LoggingFormat.JSON,
|
88
|
-
applicationLogLevelV2: (
|
81
|
+
applicationLogLevelV2: (_a = this.props.logging) === null || _a === void 0 ? void 0 : _a.level,
|
89
82
|
logGroup: new aws_logs_1.LogGroup(this, 'conversationHandlerFunctionLogGroup', {
|
90
|
-
retention: (
|
83
|
+
retention: (_c = (_b = this.props.logging) === null || _b === void 0 ? void 0 : _b.retention) !== null && _c !== void 0 ? _c : aws_logs_1.RetentionDays.INFINITE,
|
91
84
|
dataProtectionPolicy: new aws_logs_1.DataProtectionPolicy({
|
92
85
|
identifiers: [
|
93
86
|
new aws_logs_1.CustomDataIdentifier('JWTToken', 'ey[A-Za-z0-9-_=]+\\.[A-Za-z0-9-_=]+\\.?[A-Za-z0-9-_.+/=]*'),
|
94
87
|
],
|
95
88
|
}),
|
96
89
|
}),
|
97
|
-
}
|
90
|
+
};
|
91
|
+
let conversationHandler;
|
92
|
+
if (this.props.entry) {
|
93
|
+
// When custom entry is defined. Use NodejsFunction to bundle the handler.
|
94
|
+
conversationHandler = new aws_lambda_nodejs_1.NodejsFunction(this, `conversationHandlerFunction`, {
|
95
|
+
entry: this.props.entry,
|
96
|
+
handler: 'handler',
|
97
|
+
bundling: {
|
98
|
+
// For custom entry we do bundle SDK as we can't control version customer is coding against.
|
99
|
+
bundleAwsSDK: true,
|
100
|
+
},
|
101
|
+
...commonHandlerProperties,
|
102
|
+
});
|
103
|
+
}
|
104
|
+
else {
|
105
|
+
// Use default handler that is bundled by us at the package build time.
|
106
|
+
conversationHandler = new aws_lambda_1.Function(this, `conversationHandlerFunction`, {
|
107
|
+
handler: 'index.handler',
|
108
|
+
code: aws_lambda_1.Code.fromAsset(defaultHandlerFilePath),
|
109
|
+
...commonHandlerProperties,
|
110
|
+
});
|
111
|
+
}
|
98
112
|
if (this.props.models && this.props.models.length > 0) {
|
99
113
|
const resources = this.props.models.map((model) => {
|
100
114
|
var _a;
|
@@ -121,4 +135,4 @@ class ConversationHandlerFunction extends constructs_1.Construct {
|
|
121
135
|
exports.ConversationHandlerFunction = ConversationHandlerFunction;
|
122
136
|
ConversationHandlerFunction.eventVersion = '1.0';
|
123
137
|
const isWholeNumberBetweenInclusive = (test, min, max) => min <= test && test <= max && test % 1 === 0;
|
124
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udmVyc2F0aW9uX2hhbmRsZXJfY29uc3RydWN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2NvbnZlcnNhdGlvbi9jb252ZXJzYXRpb25faGFuZGxlcl9jb25zdHJ1Y3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBS0EsNkNBQW9EO0FBQ3BELGlEQUE4RDtBQUM5RCx1REFLZ0M7QUFDaEMscUVBQStEO0FBQy9ELG1EQUs4QjtBQUM5QiwyQ0FBdUM7QUFDdkMsZ0RBQXdCO0FBQ3hCLDhEQUFxRDtBQUNyRCxnRkFHNkM7QUFFN0MsTUFBTSxhQUFhLEdBQUcsY0FBSSxDQUFDLFNBQVMsQ0FBQyxjQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxTQUFTLENBQUMsQ0FBQyxDQUFDO0FBQ3RFLE1BQU0sc0JBQXNCLEdBQUcsY0FBSSxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUUsb0JBQW9CLENBQUMsQ0FBQztBQXNDOUU7Ozs7Ozs7OztHQVNHO0FBQ0gsTUFBYSwyQkFDWCxTQUFRLHNCQUFTO0lBTWpCOztPQUVHO0lBQ0gsWUFDRSxLQUFnQixFQUNoQixFQUFVLEVBQ08sS0FBdUM7O1FBRXhELEtBQUssQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFGQSxVQUFLLEdBQUwsS0FBSyxDQUFrQztRQXdFMUQ7O1dBRUc7UUFDSyxnQkFBVyxHQUFHLENBQ3BCLHFCQUVhLEVBQ1AsRUFBRTtZQUNSLHFCQUFxQixhQUFyQixxQkFBcUIsdUJBQXJCLHFCQUFxQixDQUFFLHlCQUF5QixDQUFDLGdEQUF1QixFQUFFO2dCQUN4RSxPQUFPLEVBQUUsR0FBRztnQkFDWixPQUFPLEVBQUU7b0JBQ1AsMkJBQTJCLEVBQUUsSUFBSSxDQUFDLFNBQVMsQ0FBQyxNQUFNLENBQUMsWUFBWTtpQkFDaEU7YUFDRixDQUFDLENBQUM7UUFDTCxDQUFDLENBQUM7UUFFTSxrQkFBYSxHQUFHLEdBQUcsRUFBRTtZQUMzQixNQUFNLFNB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ZE91dHB1dFN0b3JhZ2VTdHJhdGVneSxcbiAgRnVuY3Rpb25SZXNvdXJjZXMsXG4gIFJlc291cmNlUHJvdmlkZXIsXG59IGZyb20gJ0Bhd3MtYW1wbGlmeS9wbHVnaW4tdHlwZXMnO1xuaW1wb3J0IHsgRHVyYXRpb24sIFN0YWNrLCBUYWdzIH0gZnJvbSAnYXdzLWNkay1saWInO1xuaW1wb3J0IHsgRWZmZWN0LCBQb2xpY3lTdGF0ZW1lbnQgfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtaWFtJztcbmltcG9ydCB7XG4gIEFwcGxpY2F0aW9uTG9nTGV2ZWwsXG4gIENmbkZ1bmN0aW9uLFxuICBSdW50aW1lIGFzIExhbWJkYVJ1bnRpbWUsXG4gIExvZ2dpbmdGb3JtYXQsXG59IGZyb20gJ2F3cy1jZGstbGliL2F3cy1sYW1iZGEnO1xuaW1wb3J0IHsgTm9kZWpzRnVuY3Rpb24gfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtbGFtYmRhLW5vZGVqcyc7XG5pbXBvcnQge1xuICBDdXN0b21EYXRhSWRlbnRpZmllcixcbiAgRGF0YVByb3RlY3Rpb25Qb2xpY3ksXG4gIExvZ0dyb3VwLFxuICBSZXRlbnRpb25EYXlzLFxufSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtbG9ncyc7XG5pbXBvcnQgeyBDb25zdHJ1Y3QgfSBmcm9tICdjb25zdHJ1Y3RzJztcbmltcG9ydCBwYXRoIGZyb20gJ3BhdGgnO1xuaW1wb3J0IHsgVGFnTmFtZSB9IGZyb20gJ0Bhd3MtYW1wbGlmeS9wbGF0Zm9ybS1jb3JlJztcbmltcG9ydCB7XG4gIEFJQ29udmVyc2F0aW9uT3V0cHV0LFxuICBhaUNvbnZlcnNhdGlvbk91dHB1dEtleSxcbn0gZnJvbSAnQGF3cy1hbXBsaWZ5L2JhY2tlbmQtb3V0cHV0LXNjaGVtYXMnO1xuXG5jb25zdCByZXNvdXJjZXNSb290ID0gcGF0aC5ub3JtYWxpemUocGF0aC5qb2luKF9fZGlybmFtZSwgJ3J1bnRpbWUnKSk7XG5jb25zdCBkZWZhdWx0SGFuZGxlckZpbGVQYXRoID0gcGF0aC5qb2luKHJlc291cmNlc1Jvb3QsICdkZWZhdWx0X2hhbmRsZXIuanMnKTtcblxuZXhwb3J0IHR5cGUgQ29udmVyc2F0aW9uSGFuZGxlckZ1bmN0aW9uUHJvcHMgPSB7XG4gIGVudHJ5Pzogc3RyaW5nO1xuICBtb2RlbHM6IEFycmF5PHtcbiAgICBtb2RlbElkOiBzdHJpbmc7XG4gICAgcmVnaW9uPzogc3RyaW5nO1xuICB9PjtcbiAgLyoqXG4gICAqIEFuIGFtb3VudCBvZiBtZW1vcnkgKFJBTSkgdG8gYWxsb2NhdGUgdG8gdGhlIGZ1bmN0aW9uIGJldHdlZW4gMTI4IGFuZCAxMDI0MCBNQi5cbiAgICogTXVzdCBiZSBhIHdob2xlIG51bWJlci5cbiAgICogRGVmYXVsdCBpcyA1MTJNQi5cbiAgICovXG4gIG1lbW9yeU1CPzogbnVtYmVyO1xuXG4gIC8qKlxuICAgKiBBbiBhbW91bnQgb2YgdGltZSBpbiBzZWNvbmRzIGJldHdlZW4gMSBzZWNvbmQgYW5kIDE1IG1pbnV0ZXMuXG4gICAqIE11c3QgYmUgYSB3aG9sZSBudW1iZXIuXG4gICAqIERlZmF1bHQgaXMgNjAgc2Vjb25kcy5cbiAgICovXG4gIHRpbWVvdXRTZWNvbmRzPzogbnVtYmVyO1xuXG4gIGxvZ2dpbmc/OiB7XG4gICAgbGV2ZWw/OiBBcHBsaWNhdGlvbkxvZ0xldmVsO1xuICAgIHJldGVudGlvbj86IFJldGVudGlvbkRheXM7XG4gIH07XG5cbiAgLyoqXG4gICAqIEBpbnRlcm5hbFxuICAgKi9cbiAgb3V0cHV0U3RvcmFnZVN0cmF0ZWd5PzogQmFja2VuZE91dHB1dFN0b3JhZ2VTdHJhdGVneTxBSUNvbnZlcnNhdGlvbk91dHB1dD47XG59O1xuXG4vLyBFdmVudCBpcyBhIHByb3RvY29sIGJldHdlZW4gQXBwU3luYyBhbmQgTGFtYmRhIGhhbmRsZXIuIFRoZXJlZm9yZSwgWC5ZIHN1YnNldCBvZiBzZW12ZXIgaXMgZW5vdWdoLlxuLy8gVHlwaW5nIHRoaXMgYXMgMS5YIHNvIHRoYXQgbWFqb3IgdmVyc2lvbiBjaGFuZ2VzIGFyZSBjYXVnaHQgYnkgY29tcGlsZXIgaWYgY29uc3VtZXIgb2YgdGhpcyBjb25zdHJ1Y3QgaW5zcGVjdHNcbi8vIGV2ZW50IHZlcnNpb24uXG5leHBvcnQgdHlwZSBDb252ZXJzYXRpb25UdXJuRXZlbnRWZXJzaW9uID0gYDEuJHtudW1iZXJ9YDtcblxuLyoqXG4gKiBDb252ZXJzYXRpb24gSGFuZGxlciBGdW5jdGlvbiBDREsgY29uc3RydWN0LlxuICogVGhpcyBjb25zdHJ1Y3QgZGVwbG95cyByZXNvdXJjZXMgdGhhdCBpbnRlZ3JhdGUgY29udmVyc2F0aW9uIHJvdXRlc1xuICogZGVmaW5lZCBpbiBkYXRhIHNjaGVtYSB3aXRoIEFJIG1vZGVscyBhdmFpbGFibGUgaW4gQVdTIEJlZHJvY2suIEkuZS5cbiAqIDEuIEFXUyBMYW1iZGEgZnVuY3Rpb24gdGhhdCBoYW5kbGVzIGNvbnZlcnNhdGlvbiB0dXJuIGV2ZW50cy5cbiAqICAgIFdpdGggQW1wbGlmeSBwcm92aWRlZCBpbXBsZW1lbnRhdGlvbiBieSBkZWZhdWx0IGFuZCBvcHRpb24gdG8gc3BlY2lmeVxuICogICAgY3VzdG9tIGhhbmRsZXIuXG4gKiAyLiBBV1MgQ2xvdWRXYXRjaCBsb2cgZ3JvdXAgcG9saWN5IHdpdGggYXBwcm9wcmlhdGUgZGF0YSBwcm90ZWN0aW9uIHBvbGljaWVzLlxuICogMy4gQVdTIElBTSBwb2xpY3kgdGhhdCBncmFudHMgYWNjZXNzIHRvIHNlbGVjdGVkIEFXUyBCZWRyb2NrIG1vZGVscy5cbiAqL1xuZXhwb3J0IGNsYXNzIENvbnZlcnNhdGlvbkhhbmRsZXJGdW5jdGlvblxuICBleHRlbmRzIENvbnN0cnVjdFxuICBpbXBsZW1lbnRzIFJlc291cmNlUHJvdmlkZXI8RnVuY3Rpb25SZXNvdXJjZXM+XG57XG4gIHN0YXRpYyByZWFkb25seSBldmVudFZlcnNpb246IENvbnZlcnNhdGlvblR1cm5FdmVudFZlcnNpb24gPSAnMS4wJztcbiAgcmVzb3VyY2VzOiBGdW5jdGlvblJlc291cmNlcztcblxuICAvKipcbiAgICogQ3JlYXRlcyBDb252ZXJzYXRpb24gSGFuZGxlciBGdW5jdGlvbiBDREsgY29uc3RydWN0LlxuICAgKi9cbiAgY29uc3RydWN0b3IoXG4gICAgc2NvcGU6IENvbnN0cnVjdCxcbiAgICBpZDogc3RyaW5nLFxuICAgIHByaXZhdGUgcmVhZG9ubHkgcHJvcHM6IENvbnZlcnNhdGlvbkhhbmRsZXJGdW5jdGlvblByb3BzLFxuICApIHtcbiAgICBzdXBlcihzY29wZSwgaWQpO1xuXG4gICAgaWYgKHRoaXMucHJvcHMuZW50cnkgJiYgIXBhdGguaXNBYnNvbHV0ZSh0aGlzLnByb3BzLmVudHJ5KSkge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKCdFbnRyeSBtdXN0IGJlIGFic29sdXRlIHBhdGgnKTtcbiAgICB9XG5cbiAgICBUYWdzLm9mKHRoaXMpLmFkZChUYWdOYW1lLkZSSUVORExZX05BTUUsIGlkKTtcblxuICAgIGNvbnN0IGNvbnZlcnNhdGlvbkhhbmRsZXIgPSBuZXcgTm9kZWpzRnVuY3Rpb24oXG4gICAgICB0aGlzLFxuICAgICAgYGNvbnZlcnNhdGlvbkhhbmRsZXJGdW5jdGlvbmAsXG4gICAgICB7XG4gICAgICAgIHJ1bnRpbWU6IExhbWJkYVJ1bnRpbWUuTk9ERUpTXzE4X1gsXG4gICAgICAgIHRpbWVvdXQ6IER1cmF0aW9uLnNlY29uZHModGhpcy5yZXNvbHZlVGltZW91dCgpKSxcbiAgICAgICAgZW50cnk6IHRoaXMucHJvcHMuZW50cnkgPz8gZGVmYXVsdEhhbmRsZXJGaWxlUGF0aCxcbiAgICAgICAgaGFuZGxlcjogJ2hhbmRsZXInLFxuICAgICAgICBtZW1vcnlTaXplOiB0aGlzLnJlc29sdmVNZW1vcnkoKSxcbiAgICAgICAgYnVuZGxpbmc6IHtcbiAgICAgICAgICAvLyBEbyBub3QgYnVuZGxlIFNESyBpZiBjb252ZXJzYXRpb24gaGFuZGxlciBpcyB1c2luZyBvdXIgZGVmYXVsdCBpbXBsZW1lbnRhdGlvbiB3aGljaCBpc1xuICAgICAgICAgIC8vIGNvbXBhdGlibGUgd2l0aCBMYW1iZGEgcHJvdmlkZWQgU0RLLlxuICAgICAgICAgIC8vIEZvciBjdXN0b20gZW50cnkgd2UgZG8gYnVuZGxlIFNESyBhcyB3ZSBjYW4ndCBjb250cm9sIHZlcnNpb24gY3VzdG9tZXIgaXMgY29kaW5nIGFnYWluc3QuXG4gICAgICAgICAgYnVuZGxlQXdzU0RLOiAhIXRoaXMucHJvcHMuZW50cnksXG4gICAgICAgIH0sXG4gICAgICAgIGxvZ2dpbmdGb3JtYXQ6IExvZ2dpbmdGb3JtYXQuSlNPTixcbiAgICAgICAgYXBwbGljYXRpb25Mb2dMZXZlbFYyOiB0aGlzLnByb3BzLmxvZ2dpbmc/LmxldmVsLFxuICAgICAgICBsb2dHcm91cDogbmV3IExvZ0dyb3VwKHRoaXMsICdjb252ZXJzYXRpb25IYW5kbGVyRnVuY3Rpb25Mb2dHcm91cCcsIHtcbiAgICAgICAgICByZXRlbnRpb246IHRoaXMucHJvcHMubG9nZ2luZz8ucmV0ZW50aW9uID8/IFJldGVudGlvbkRheXMuSU5GSU5JVEUsXG4gICAgICAgICAgZGF0YVByb3RlY3Rpb25Qb2xpY3k6IG5ldyBEYXRhUHJvdGVjdGlvblBvbGljeSh7XG4gICAgICAgICAgICBpZGVudGlmaWVyczogW1xuICAgICAgICAgICAgICBuZXcgQ3VzdG9tRGF0YUlkZW50aWZpZXIoXG4gICAgICAgICAgICAgICAgJ0pXVFRva2VuJyxcbiAgICAgICAgICAgICAgICAnZXlbQS1aYS16MC05LV89XStcXFxcLltBLVphLXowLTktXz1dK1xcXFwuP1tBLVphLXowLTktXy4rLz1dKicsXG4gICAgICAgICAgICAgICksXG4gICAgICAgICAgICBdLFxuICAgICAgICAgIH0pLFxuICAgICAgICB9KSxcbiAgICAgIH0sXG4gICAgKTtcblxuICAgIGlmICh0aGlzLnByb3BzLm1vZGVscyAmJiB0aGlzLnByb3BzLm1vZGVscy5sZW5ndGggPiAwKSB7XG4gICAgICBjb25zdCByZXNvdXJjZXMgPSB0aGlzLnByb3BzLm1vZGVscy5tYXAoXG4gICAgICAgIChtb2RlbCkgPT5cbiAgICAgICAgICBgYXJuOmF3czpiZWRyb2NrOiR7XG4gICAgICAgICAgICBtb2RlbC5yZWdpb24gPz8gU3RhY2sub2YodGhpcykucmVnaW9uXG4gICAgICAgICAgfTo6Zm91bmRhdGlvbi1tb2RlbC8ke21vZGVsLm1vZGVsSWR9YCxcbiAgICAgICk7XG4gICAgICBjb252ZXJzYXRpb25IYW5kbGVyLmFkZFRvUm9sZVBvbGljeShcbiAgICAgICAgbmV3IFBvbGljeVN0YXRlbWVudCh7XG4gICAgICAgICAgZWZmZWN0OiBFZmZlY3QuQUxMT1csXG4gICAgICAgICAgYWN0aW9uczogW1xuICAgICAgICAgICAgJ2JlZHJvY2s6SW52b2tlTW9kZWwnLFxuICAgICAgICAgICAgJ2JlZHJvY2s6SW52b2tlTW9kZWxXaXRoUmVzcG9uc2VTdHJlYW0nLFxuICAgICAgICAgIF0sXG4gICAgICAgICAgcmVzb3VyY2VzLFxuICAgICAgICB9KSxcbiAgICAgICk7XG4gICAgfVxuXG4gICAgdGhpcy5yZXNvdXJjZXMgPSB7XG4gICAgICBsYW1iZGE6IGNvbnZlcnNhdGlvbkhhbmRsZXIsXG4gICAgICBjZm5SZXNvdXJjZXM6IHtcbiAgICAgICAgY2ZuRnVuY3Rpb246IGNvbnZlcnNhdGlvbkhhbmRsZXIubm9kZS5maW5kQ2hpbGQoXG4gICAgICAgICAgJ1Jlc291cmNlJyxcbiAgICAgICAgKSBhcyBDZm5GdW5jdGlvbixcbiAgICAgIH0sXG4gICAgfTtcblxuICAgIHRoaXMuc3RvcmVPdXRwdXQodGhpcy5wcm9wcy5vdXRwdXRTdG9yYWdlU3RyYXRlZ3kpO1xuICB9XG5cbiAgLyoqXG4gICAqIEFwcGVuZCBjb252ZXJzYXRpb24gaGFuZGxlciB0byBkZWZpbmVkIGZ1bmN0aW9ucy5cbiAgICovXG4gIHByaXZhdGUgc3RvcmVPdXRwdXQgPSAoXG4gICAgb3V0cHV0U3RvcmFnZVN0cmF0ZWd5OlxuICAgICAgfCBCYWNrZW5kT3V0cHV0U3RvcmFnZVN0cmF0ZWd5PEFJQ29udmVyc2F0aW9uT3V0cHV0PlxuICAgICAgfCB1bmRlZmluZWQsXG4gICk6IHZvaWQgPT4ge1xuICAgIG91dHB1dFN0b3JhZ2VTdHJhdGVneT8uYXBwZW5kVG9CYWNrZW5kT3V0cHV0TGlzdChhaUNvbnZlcnNhdGlvbk91dHB1dEtleSwge1xuICAgICAgdmVyc2lvbjogJzEnLFxuICAgICAgcGF5bG9hZDoge1xuICAgICAgICBkZWZpbmVkQ29udmVyc2F0aW9uSGFuZGxlcnM6IHRoaXMucmVzb3VyY2VzLmxhbWJkYS5mdW5jdGlvbk5hbWUsXG4gICAgICB9LFxuICAgIH0pO1xuICB9O1xuXG4gIHByaXZhdGUgcmVzb2x2ZU1lbW9yeSA9ICgpID0+IHtcbiAgICBjb25zdCBtZW1vcnlNaW4gPSAxMjg7XG4gICAgY29uc3QgbWVtb3J5TWF4ID0gMTAyNDA7XG4gICAgY29uc3QgbWVtb3J5RGVmYXVsdCA9IDUxMjtcbiAgICBpZiAodGhpcy5wcm9wcy5tZW1vcnlNQiA9PT0gdW5kZWZpbmVkKSB7XG4gICAgICByZXR1cm4gbWVtb3J5RGVmYXVsdDtcbiAgICB9XG4gICAgaWYgKFxuICAgICAgIWlzV2hvbGVOdW1iZXJCZXR3ZWVuSW5jbHVzaXZlKHRoaXMucHJvcHMubWVtb3J5TUIsIG1lbW9yeU1pbiwgbWVtb3J5TWF4KVxuICAgICkge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKFxuICAgICAgICBgbWVtb3J5TUIgbXVzdCBiZSBhIHdob2xlIG51bWJlciBiZXR3ZWVuICR7bWVtb3J5TWlufSBhbmQgJHttZW1vcnlNYXh9IGluY2x1c2l2ZWAsXG4gICAgICApO1xuICAgIH1cbiAgICByZXR1cm4gdGhpcy5wcm9wcy5tZW1vcnlNQjtcbiAgfTtcblxuICBwcml2YXRlIHJlc29sdmVUaW1lb3V0ID0gKCkgPT4ge1xuICAgIGNvbnN0IHRpbWVvdXRNaW4gPSAxO1xuICAgIGNvbnN0IHRpbWVvdXRNYXggPSA2MCAqIDE1OyAvLyAxNSBtaW51dGVzIGluIHNlY29uZHNcbiAgICBjb25zdCB0aW1lb3V0RGVmYXVsdCA9IDYwO1xuICAgIGlmICh0aGlzLnByb3BzLnRpbWVvdXRTZWNvbmRzID09PSB1bmRlZmluZWQpIHtcbiAgICAgIHJldHVybiB0aW1lb3V0RGVmYXVsdDtcbiAgICB9XG5cbiAgICBpZiAoXG4gICAgICAhaXNXaG9sZU51bWJlckJldHdlZW5JbmNsdXNpdmUoXG4gICAgICAgIHRoaXMucHJvcHMudGltZW91dFNlY29uZHMsXG4gICAgICAgIHRpbWVvdXRNaW4sXG4gICAgICAgIHRpbWVvdXRNYXgsXG4gICAgICApXG4gICAgKSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoXG4gICAgICAgIGB0aW1lb3V0U2Vjb25kcyBtdXN0IGJlIGEgd2hvbGUgbnVtYmVyIGJldHdlZW4gJHt0aW1lb3V0TWlufSBhbmQgJHt0aW1lb3V0TWF4fSBpbmNsdXNpdmVgLFxuICAgICAgKTtcbiAgICB9XG4gICAgcmV0dXJuIHRoaXMucHJvcHMudGltZW91dFNlY29uZHM7XG4gIH07XG59XG5cbmNvbnN0IGlzV2hvbGVOdW1iZXJCZXR3ZWVuSW5jbHVzaXZlID0gKFxuICB0ZXN0OiBudW1iZXIsXG4gIG1pbjogbnVtYmVyLFxuICBtYXg6IG51bWJlcixcbikgPT4gbWluIDw9IHRlc3QgJiYgdGVzdCA8PSBtYXggJiYgdGVzdCAlIDEgPT09IDA7XG4iXX0=
|
138
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udmVyc2F0aW9uX2hhbmRsZXJfY29uc3RydWN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2NvbnZlcnNhdGlvbi9jb252ZXJzYXRpb25faGFuZGxlcl9jb25zdHJ1Y3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBS0EsNkNBQW9EO0FBQ3BELGlEQUE4RDtBQUM5RCx1REFRZ0M7QUFDaEMscUVBQStEO0FBQy9ELG1EQUs4QjtBQUM5QiwyQ0FBdUM7QUFDdkMsZ0RBQXdCO0FBQ3hCLGdGQUc2QztBQUU3QyxNQUFNLGFBQWEsR0FBRyxjQUFJLENBQUMsU0FBUyxDQUFDLGNBQUksQ0FBQyxJQUFJLENBQUMsU0FBUyxFQUFFLFNBQVMsQ0FBQyxDQUFDLENBQUM7QUFDdEUsTUFBTSxzQkFBc0IsR0FBRyxjQUFJLENBQUMsSUFBSSxDQUN0QyxhQUFhLEVBQ2IseUJBQXlCLENBQzFCLENBQUM7QUFzQ0Y7Ozs7Ozs7OztHQVNHO0FBQ0gsTUFBYSwyQkFDWCxTQUFRLHNCQUFTO0lBTWpCOztPQUVHO0lBQ0gsWUFDRSxLQUFnQixFQUNoQixFQUFVLEVBQ08sS0FBdUM7O1FBRXhELEtBQUssQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFGQSxVQUFLLEdBQUwsS0FBSyxDQUFrQztRQXVGMUQ7O1dBRUc7UUFDSyxnQkFBVyxHQUFHLENBQ3BCLHFCQUVhLEVBQ1AsRUFBRTtZQUNSLHFCQUFxQixhQUFyQixxQkFBcUIsdUJBQXJCLHFCQUFxQixDQUFFLHlCQUF5QixDQUFDLGdEQUF1QixFQUFFO2dCQUN4RSxPQUFPLEVBQUUsR0FBRztnQkFDWixPQUFPLEVBQUU7b0JBQ1AsMkJBQTJCLEVBQUUsSUFBSSxDQUFDLFNBQVMsQ0FBQyxNQUFNLENBQUMsWUFBWTtpQkFDaEU7YUFDRixDQUFDLENBQUM7UUFDTCxDQUFDLENBQUM7UUFFTSxrQkFBYSxHQUFHLEdBQUcsRUFBRTtZQUMzQixNQUFNLFNBQVMsR0FBRyxHQUFH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VUFBVSxDQUNJO2FBQ2pCO1NBQ0YsQ0FBQztRQUVGLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxxQkFBcUIsQ0FBQyxDQUFDO0lBQ3JELENBQUM7O0FBbEdILGtFQTBKQztBQXRKaUIsd0NBQVksR0FBaUMsS0FBSyxBQUF0QyxDQUF1QztBQXdKckUsTUFBTSw2QkFBNkIsR0FBRyxDQUNwQyxJQUFZLEVBQ1osR0FBVyxFQUNYLEdBQVcsRUFDWCxFQUFFLENBQUMsR0FBRyxJQUFJLElBQUksSUFBSSxJQUFJLElBQUksR0FBRyxJQUFJLElBQUksR0FBRyxDQUFDLEtBQUssQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQmFja2VuZE91dHB1dFN0b3JhZ2VTdHJhdGVneSxcbiAgRnVuY3Rpb25SZXNvdXJjZXMsXG4gIFJlc291cmNlUHJvdmlkZXIsXG59IGZyb20gJ0Bhd3MtYW1wbGlmeS9wbHVnaW4tdHlwZXMnO1xuaW1wb3J0IHsgRHVyYXRpb24sIFN0YWNrLCBUYWdzIH0gZnJvbSAnYXdzLWNkay1saWInO1xuaW1wb3J0IHsgRWZmZWN0LCBQb2xpY3lTdGF0ZW1lbnQgfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtaWFtJztcbmltcG9ydCB7XG4gIEFwcGxpY2F0aW9uTG9nTGV2ZWwsXG4gIENmbkZ1bmN0aW9uLFxuICBDb2RlLFxuICBGdW5jdGlvbixcbiAgSUZ1bmN0aW9uLFxuICBSdW50aW1lIGFzIExhbWJkYVJ1bnRpbWUsXG4gIExvZ2dpbmdGb3JtYXQsXG59IGZyb20gJ2F3cy1jZGstbGliL2F3cy1sYW1iZGEnO1xuaW1wb3J0IHsgTm9kZWpzRnVuY3Rpb24gfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtbGFtYmRhLW5vZGVqcyc7XG5pbXBvcnQge1xuICBDdXN0b21EYXRhSWRlbnRpZmllcixcbiAgRGF0YVByb3RlY3Rpb25Qb2xpY3ksXG4gIExvZ0dyb3VwLFxuICBSZXRlbnRpb25EYXlzLFxufSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtbG9ncyc7XG5pbXBvcnQgeyBDb25zdHJ1Y3QgfSBmcm9tICdjb25zdHJ1Y3RzJztcbmltcG9ydCBwYXRoIGZyb20gJ3BhdGgnO1xuaW1wb3J0IHtcbiAgQUlDb252ZXJzYXRpb25PdXRwdXQsXG4gIGFpQ29udmVyc2F0aW9uT3V0cHV0S2V5LFxufSBmcm9tICdAYXdzLWFtcGxpZnkvYmFja2VuZC1vdXRwdXQtc2NoZW1hcyc7XG5cbmNvbnN0IHJlc291cmNlc1Jvb3QgPSBwYXRoLm5vcm1hbGl6ZShwYXRoLmpvaW4oX19kaXJuYW1lLCAncnVudGltZScpKTtcbmNvbnN0IGRlZmF1bHRIYW5kbGVyRmlsZVBhdGggPSBwYXRoLmpvaW4oXG4gIHJlc291cmNlc1Jvb3QsXG4gICdkZWZhdWx0X2hhbmRsZXJfYnVuZGxlZCcsXG4pO1xuXG5leHBvcnQgdHlwZSBDb252ZXJzYXRpb25IYW5kbGVyRnVuY3Rpb25Qcm9wcyA9IHtcbiAgZW50cnk/OiBzdHJpbmc7XG4gIG1vZGVsczogQXJyYXk8e1xuICAgIG1vZGVsSWQ6IHN0cmluZztcbiAgICByZWdpb24/OiBzdHJpbmc7XG4gIH0+O1xuICAvKipcbiAgICogQW4gYW1vdW50IG9mIG1lbW9yeSAoUkFNKSB0byBhbGxvY2F0ZSB0byB0aGUgZnVuY3Rpb24gYmV0d2VlbiAxMjggYW5kIDEwMjQwIE1CLlxuICAgKiBNdXN0IGJlIGEgd2hvbGUgbnVtYmVyLlxuICAgKiBEZWZhdWx0IGlzIDUxMk1CLlxuICAgKi9cbiAgbWVtb3J5TUI/OiBudW1iZXI7XG5cbiAgLyoqXG4gICAqIEFuIGFtb3VudCBvZiB0aW1lIGluIHNlY29uZHMgYmV0d2VlbiAxIHNlY29uZCBhbmQgMTUgbWludXRlcy5cbiAgICogTXVzdCBiZSBhIHdob2xlIG51bWJlci5cbiAgICogRGVmYXVsdCBpcyA2MCBzZWNvbmRzLlxuICAgKi9cbiAgdGltZW91dFNlY29uZHM/OiBudW1iZXI7XG5cbiAgbG9nZ2luZz86IHtcbiAgICBsZXZlbD86IEFwcGxpY2F0aW9uTG9nTGV2ZWw7XG4gICAgcmV0ZW50aW9uPzogUmV0ZW50aW9uRGF5cztcbiAgfTtcblxuICAvKipcbiAgICogQGludGVybmFsXG4gICAqL1xuICBvdXRwdXRTdG9yYWdlU3RyYXRlZ3k/OiBCYWNrZW5kT3V0cHV0U3RvcmFnZVN0cmF0ZWd5PEFJQ29udmVyc2F0aW9uT3V0cHV0Pjtcbn07XG5cbi8vIEV2ZW50IGlzIGEgcHJvdG9jb2wgYmV0d2VlbiBBcHBTeW5jIGFuZCBMYW1iZGEgaGFuZGxlci4gVGhlcmVmb3JlLCBYLlkgc3Vic2V0IG9mIHNlbXZlciBpcyBlbm91Z2guXG4vLyBUeXBpbmcgdGhpcyBhcyAxLlggc28gdGhhdCBtYWpvciB2ZXJzaW9uIGNoYW5nZXMgYXJlIGNhdWdodCBieSBjb21waWxlciBpZiBjb25zdW1lciBvZiB0aGlzIGNvbnN0cnVjdCBpbnNwZWN0c1xuLy8gZXZlbnQgdmVyc2lvbi5cbmV4cG9ydCB0eXBlIENvbnZlcnNhdGlvblR1cm5FdmVudFZlcnNpb24gPSBgMS4ke251bWJlcn1gO1xuXG4vKipcbiAqIENvbnZlcnNhdGlvbiBIYW5kbGVyIEZ1bmN0aW9uIENESyBjb25zdHJ1Y3QuXG4gKiBUaGlzIGNvbnN0cnVjdCBkZXBsb3lzIHJlc291cmNlcyB0aGF0IGludGVncmF0ZSBjb252ZXJzYXRpb24gcm91dGVzXG4gKiBkZWZpbmVkIGluIGRhdGEgc2NoZW1hIHdpdGggQUkgbW9kZWxzIGF2YWlsYWJsZSBpbiBBV1MgQmVkcm9jay4gSS5lLlxuICogMS4gQVdTIExhbWJkYSBmdW5jdGlvbiB0aGF0IGhhbmRsZXMgY29udmVyc2F0aW9uIHR1cm4gZXZlbnRzLlxuICogICAgV2l0aCBBbXBsaWZ5IHByb3ZpZGVkIGltcGxlbWVudGF0aW9uIGJ5IGRlZmF1bHQgYW5kIG9wdGlvbiB0byBzcGVjaWZ5XG4gKiAgICBjdXN0b20gaGFuZGxlci5cbiAqIDIuIEFXUyBDbG91ZFdhdGNoIGxvZyBncm91cCBwb2xpY3kgd2l0aCBhcHByb3ByaWF0ZSBkYXRhIHByb3RlY3Rpb24gcG9saWNpZXMuXG4gKiAzLiBBV1MgSUFNIHBvbGljeSB0aGF0IGdyYW50cyBhY2Nlc3MgdG8gc2VsZWN0ZWQgQVdTIEJlZHJvY2sgbW9kZWxzLlxuICovXG5leHBvcnQgY2xhc3MgQ29udmVyc2F0aW9uSGFuZGxlckZ1bmN0aW9uXG4gIGV4dGVuZHMgQ29uc3RydWN0XG4gIGltcGxlbWVudHMgUmVzb3VyY2VQcm92aWRlcjxGdW5jdGlvblJlc291cmNlcz5cbntcbiAgc3RhdGljIHJlYWRvbmx5IGV2ZW50VmVyc2lvbjogQ29udmVyc2F0aW9uVHVybkV2ZW50VmVyc2lvbiA9ICcxLjAnO1xuICByZXNvdXJjZXM6IEZ1bmN0aW9uUmVzb3VyY2VzO1xuXG4gIC8qKlxuICAgKiBDcmVhdGVzIENvbnZlcnNhdGlvbiBIYW5kbGVyIEZ1bmN0aW9uIENESyBjb25zdHJ1Y3QuXG4gICAqL1xuICBjb25zdHJ1Y3RvcihcbiAgICBzY29wZTogQ29uc3RydWN0LFxuICAgIGlkOiBzdHJpbmcsXG4gICAgcHJpdmF0ZSByZWFkb25seSBwcm9wczogQ29udmVyc2F0aW9uSGFuZGxlckZ1bmN0aW9uUHJvcHMsXG4gICkge1xuICAgIHN1cGVyKHNjb3BlLCBpZCk7XG5cbiAgICBpZiAodGhpcy5wcm9wcy5lbnRyeSAmJiAhcGF0aC5pc0Fic29sdXRlKHRoaXMucHJvcHMuZW50cnkpKSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoJ0VudHJ5IG11c3QgYmUgYWJzb2x1dGUgcGF0aCcpO1xuICAgIH1cblxuICAgIC8vIEludGVudGlvbmFsbHkgbm90IHVzaW5nIGltcG9ydCBmcm9tICdwbGF0Zm9ybS1jb3JlJ1xuICAgIC8vIFRvIG5vdCBkcmFnIGV4Y2Vzc2l2ZSBhbW91bnQgb2YgZGVwZW5kZW5jaWVzIGludG8gY29uc3RydWN0IGxheWVyLlxuICAgIFRhZ3Mub2YodGhpcykuYWRkKCdhbXBsaWZ5OmZyaWVuZGx5LW5hbWUnLCBpZCk7XG5cbiAgICBjb25zdCBjb21tb25IYW5kbGVyUHJvcGVydGllcyA9IHtcbiAgICAgIHJ1bnRpbWU6IExhbWJkYVJ1bnRpbWUuTk9ERUpTXzIwX1gsXG4gICAgICB0aW1lb3V0OiBEdXJhdGlvbi5zZWNvbmRzKHRoaXMucmVzb2x2ZVRpbWVvdXQoKSksXG4gICAgICBtZW1vcnlTaXplOiB0aGlzLnJlc29sdmVNZW1vcnkoKSxcbiAgICAgIGxvZ2dpbmdGb3JtYXQ6IExvZ2dpbmdGb3JtYXQuSlNPTixcbiAgICAgIGFwcGxpY2F0aW9uTG9nTGV2ZWxWMjogdGhpcy5wcm9wcy5sb2dnaW5nPy5sZXZlbCxcbiAgICAgIGxvZ0dyb3VwOiBuZXcgTG9nR3JvdXAodGhpcywgJ2NvbnZlcnNhdGlvbkhhbmRsZXJGdW5jdGlvbkxvZ0dyb3VwJywge1xuICAgICAgICByZXRlbnRpb246IHRoaXMucHJvcHMubG9nZ2luZz8ucmV0ZW50aW9uID8/IFJldGVudGlvbkRheXMuSU5GSU5JVEUsXG4gICAgICAgIGRhdGFQcm90ZWN0aW9uUG9saWN5OiBuZXcgRGF0YVByb3RlY3Rpb25Qb2xpY3koe1xuICAgICAgICAgIGlkZW50aWZpZXJzOiBbXG4gICAgICAgICAgICBuZXcgQ3VzdG9tRGF0YUlkZW50aWZpZXIoXG4gICAgICAgICAgICAgICdKV1RUb2tlbicsXG4gICAgICAgICAgICAgICdleVtBLVphLXowLTktXz1dK1xcXFwuW0EtWmEtejAtOS1fPV0rXFxcXC4/W0EtWmEtejAtOS1fLisvPV0qJyxcbiAgICAgICAgICAgICksXG4gICAgICAgICAgXSxcbiAgICAgICAgfSksXG4gICAgICB9KSxcbiAgICB9O1xuXG4gICAgbGV0IGNvbnZlcnNhdGlvbkhhbmRsZXI6IElGdW5jdGlvbjtcbiAgICBpZiAodGhpcy5wcm9wcy5lbnRyeSkge1xuICAgICAgLy8gV2hlbiBjdXN0b20gZW50cnkgaXMgZGVmaW5lZC4gVXNlIE5vZGVqc0Z1bmN0aW9uIHRvIGJ1bmRsZSB0aGUgaGFuZGxlci5cbiAgICAgIGNvbnZlcnNhdGlvbkhhbmRsZXIgPSBuZXcgTm9kZWpzRnVuY3Rpb24oXG4gICAgICAgIHRoaXMsXG4gICAgICAgIGBjb252ZXJzYXRpb25IYW5kbGVyRnVuY3Rpb25gLFxuICAgICAgICB7XG4gICAgICAgICAgZW50cnk6IHRoaXMucHJvcHMuZW50cnksXG4gICAgICAgICAgaGFuZGxlcjogJ2hhbmRsZXInLFxuICAgICAgICAgIGJ1bmRsaW5nOiB7XG4gICAgICAgICAgICAvLyBGb3IgY3VzdG9tIGVudHJ5IHdlIGRvIGJ1bmRsZSBTREsgYXMgd2UgY2FuJ3QgY29udHJvbCB2ZXJzaW9uIGN1c3RvbWVyIGlzIGNvZGluZyBhZ2FpbnN0LlxuICAgICAgICAgICAgYnVuZGxlQXdzU0RLOiB0cnVlLFxuICAgICAgICAgIH0sXG4gICAgICAgICAgLi4uY29tbW9uSGFuZGxlclByb3BlcnRpZXMsXG4gICAgICAgIH0sXG4gICAgICApO1xuICAgIH0gZWxzZSB7XG4gICAgICAvLyBVc2UgZGVmYXVsdCBoYW5kbGVyIHRoYXQgaXMgYnVuZGxlZCBieSB1cyBhdCB0aGUgcGFja2FnZSBidWlsZCB0aW1lLlxuICAgICAgY29udmVyc2F0aW9uSGFuZGxlciA9IG5ldyBGdW5jdGlvbih0aGlzLCBgY29udmVyc2F0aW9uSGFuZGxlckZ1bmN0aW9uYCwge1xuICAgICAgICBoYW5kbGVyOiAnaW5kZXguaGFuZGxlcicsXG4gICAgICAgIGNvZGU6IENvZGUuZnJvbUFzc2V0KGRlZmF1bHRIYW5kbGVyRmlsZVBhdGgpLFxuICAgICAgICAuLi5jb21tb25IYW5kbGVyUHJvcGVydGllcyxcbiAgICAgIH0pO1xuICAgIH1cblxuICAgIGlmICh0aGlzLnByb3BzLm1vZGVscyAmJiB0aGlzLnByb3BzLm1vZGVscy5sZW5ndGggPiAwKSB7XG4gICAgICBjb25zdCByZXNvdXJjZXMgPSB0aGlzLnByb3BzLm1vZGVscy5tYXAoXG4gICAgICAgIChtb2RlbCkgPT5cbiAgICAgICAgICBgYXJuOmF3czpiZWRyb2NrOiR7XG4gICAgICAgICAgICBtb2RlbC5yZWdpb24gPz8gU3RhY2sub2YodGhpcykucmVnaW9uXG4gICAgICAgICAgfTo6Zm91bmRhdGlvbi1tb2RlbC8ke21vZGVsLm1vZGVsSWR9YCxcbiAgICAgICk7XG4gICAgICBjb252ZXJzYXRpb25IYW5kbGVyLmFkZFRvUm9sZVBvbGljeShcbiAgICAgICAgbmV3IFBvbGljeVN0YXRlbWVudCh7XG4gICAgICAgICAgZWZmZWN0OiBFZmZlY3QuQUxMT1csXG4gICAgICAgICAgYWN0aW9uczogW1xuICAgICAgICAgICAgJ2JlZHJvY2s6SW52b2tlTW9kZWwnLFxuICAgICAgICAgICAgJ2JlZHJvY2s6SW52b2tlTW9kZWxXaXRoUmVzcG9uc2VTdHJlYW0nLFxuICAgICAgICAgIF0sXG4gICAgICAgICAgcmVzb3VyY2VzLFxuICAgICAgICB9KSxcbiAgICAgICk7XG4gICAgfVxuXG4gICAgdGhpcy5yZXNvdXJjZXMgPSB7XG4gICAgICBsYW1iZGE6IGNvbnZlcnNhdGlvbkhhbmRsZXIsXG4gICAgICBjZm5SZXNvdXJjZXM6IHtcbiAgICAgICAgY2ZuRnVuY3Rpb246IGNvbnZlcnNhdGlvbkhhbmRsZXIubm9kZS5maW5kQ2hpbGQoXG4gICAgICAgICAgJ1Jlc291cmNlJyxcbiAgICAgICAgKSBhcyBDZm5GdW5jdGlvbixcbiAgICAgIH0sXG4gICAgfTtcblxuICAgIHRoaXMuc3RvcmVPdXRwdXQodGhpcy5wcm9wcy5vdXRwdXRTdG9yYWdlU3RyYXRlZ3kpO1xuICB9XG5cbiAgLyoqXG4gICAqIEFwcGVuZCBjb252ZXJzYXRpb24gaGFuZGxlciB0byBkZWZpbmVkIGZ1bmN0aW9ucy5cbiAgICovXG4gIHByaXZhdGUgc3RvcmVPdXRwdXQgPSAoXG4gICAgb3V0cHV0U3RvcmFnZVN0cmF0ZWd5OlxuICAgICAgfCBCYWNrZW5kT3V0cHV0U3RvcmFnZVN0cmF0ZWd5PEFJQ29udmVyc2F0aW9uT3V0cHV0PlxuICAgICAgfCB1bmRlZmluZWQsXG4gICk6IHZvaWQgPT4ge1xuICAgIG91dHB1dFN0b3JhZ2VTdHJhdGVneT8uYXBwZW5kVG9CYWNrZW5kT3V0cHV0TGlzdChhaUNvbnZlcnNhdGlvbk91dHB1dEtleSwge1xuICAgICAgdmVyc2lvbjogJzEnLFxuICAgICAgcGF5bG9hZDoge1xuICAgICAgICBkZWZpbmVkQ29udmVyc2F0aW9uSGFuZGxlcnM6IHRoaXMucmVzb3VyY2VzLmxhbWJkYS5mdW5jdGlvbk5hbWUsXG4gICAgICB9LFxuICAgIH0pO1xuICB9O1xuXG4gIHByaXZhdGUgcmVzb2x2ZU1lbW9yeSA9ICgpID0+IHtcbiAgICBjb25zdCBtZW1vcnlNaW4gPSAxMjg7XG4gICAgY29uc3QgbWVtb3J5TWF4ID0gMTAyNDA7XG4gICAgY29uc3QgbWVtb3J5RGVmYXVsdCA9IDUxMjtcbiAgICBpZiAodGhpcy5wcm9wcy5tZW1vcnlNQiA9PT0gdW5kZWZpbmVkKSB7XG4gICAgICByZXR1cm4gbWVtb3J5RGVmYXVsdDtcbiAgICB9XG4gICAgaWYgKFxuICAgICAgIWlzV2hvbGVOdW1iZXJCZXR3ZWVuSW5jbHVzaXZlKHRoaXMucHJvcHMubWVtb3J5TUIsIG1lbW9yeU1pbiwgbWVtb3J5TWF4KVxuICAgICkge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKFxuICAgICAgICBgbWVtb3J5TUIgbXVzdCBiZSBhIHdob2xlIG51bWJlciBiZXR3ZWVuICR7bWVtb3J5TWlufSBhbmQgJHttZW1vcnlNYXh9IGluY2x1c2l2ZWAsXG4gICAgICApO1xuICAgIH1cbiAgICByZXR1cm4gdGhpcy5wcm9wcy5tZW1vcnlNQjtcbiAgfTtcblxuICBwcml2YXRlIHJlc29sdmVUaW1lb3V0ID0gKCkgPT4ge1xuICAgIGNvbnN0IHRpbWVvdXRNaW4gPSAxO1xuICAgIGNvbnN0IHRpbWVvdXRNYXggPSA2MCAqIDE1OyAvLyAxNSBtaW51dGVzIGluIHNlY29uZHNcbiAgICBjb25zdCB0aW1lb3V0RGVmYXVsdCA9IDYwO1xuICAgIGlmICh0aGlzLnByb3BzLnRpbWVvdXRTZWNvbmRzID09PSB1bmRlZmluZWQpIHtcbiAgICAgIHJldHVybiB0aW1lb3V0RGVmYXVsdDtcbiAgICB9XG5cbiAgICBpZiAoXG4gICAgICAhaXNXaG9sZU51bWJlckJldHdlZW5JbmNsdXNpdmUoXG4gICAgICAgIHRoaXMucHJvcHMudGltZW91dFNlY29uZHMsXG4gICAgICAgIHRpbWVvdXRNaW4sXG4gICAgICAgIHRpbWVvdXRNYXgsXG4gICAgICApXG4gICAgKSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoXG4gICAgICAgIGB0aW1lb3V0U2Vjb25kcyBtdXN0IGJlIGEgd2hvbGUgbnVtYmVyIGJldHdlZW4gJHt0aW1lb3V0TWlufSBhbmQgJHt0aW1lb3V0TWF4fSBpbmNsdXNpdmVgLFxuICAgICAgKTtcbiAgICB9XG4gICAgcmV0dXJuIHRoaXMucHJvcHMudGltZW91dFNlY29uZHM7XG4gIH07XG59XG5cbmNvbnN0IGlzV2hvbGVOdW1iZXJCZXR3ZWVuSW5jbHVzaXZlID0gKFxuICB0ZXN0OiBudW1iZXIsXG4gIG1pbjogbnVtYmVyLFxuICBtYXg6IG51bWJlcixcbikgPT4gbWluIDw9IHRlc3QgJiYgdGVzdCA8PSBtYXggJiYgdGVzdCAlIDEgPT09IDA7XG4iXX0=
|
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="node" />
|
2
1
|
import { BedrockRuntimeClient, ContentBlock } from '@aws-sdk/client-bedrock-runtime';
|
3
2
|
import { ConversationTurnEvent, ExecutableTool, StreamingResponseChunk } from './types.js';
|
4
3
|
import { ConversationTurnEventToolsProvider } from './event-tools-provider';
|
package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/bedrock_converse_adapter.js
CHANGED
@@ -401,4 +401,4 @@ class BedrockConverseAdapter {
|
|
401
401
|
}
|
402
402
|
}
|
403
403
|
exports.BedrockConverseAdapter = BedrockConverseAdapter;
|
404
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVkcm9ja19jb252ZXJzZV9hZGFwdGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2NvbnZlcnNhdGlvbi9ydW50aW1lL2JlZHJvY2tfY29udmVyc2VfYWRhcHRlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSw0RUFheUM7QUFPekMsaUVBQTRFO0FBQzVFLHFHQUErRjtBQUUvRixxQ0FBMkM7QUFDM0MsK0RBQTBEO0FBRTFEOzs7R0FHRztBQUNILE1BQWEsc0JBQXNCO0lBUWpDOztPQUVHO0lBQ0gsWUFDbUIsS0FBNEIsRUFDN0MsZUFBc0MsRUFDckIsZ0JBQXNDLElBQUksNkNBQW9CLENBQzdFLEVBQUUsTUFBTSxFQUFFLEtBQUssQ0FBQyxrQkFBa0IsQ0FBQyxNQUFNLEVBQUUsQ0FDNUMsRUFDRCxrQkFBa0IsR0FBRyxJQUFJLHlEQUFrQyxDQUFDLEtBQUssQ0FBQyxFQUNqRCwwQkFBMEIsSUFBSSw0RUFBbUMsQ0FDaEYsS0FBSyxDQUNOLEVBQ0QsaUJBQWlCLEdBQUcsSUFBSSx1Q0FBaUIsQ0FBQyxLQUFLLENBQUMsRUFDL0IsU0FBUyxPQUFPOztRQVZoQixVQUFLLEdBQUwsS0FBSyxDQUF1QjtRQUU1QixrQkFBYSxHQUFiLGFBQWEsQ0FFN0I7UUFFZ0IsNEJBQXVCLEdBQXZCLHVCQUF1QixDQUV2QztRQUVnQixXQUFNLEdBQU4sTUFBTSxDQUFVO1FBbEJsQix5QkFBb0IsR0FDbkMsSUFBSSxHQUFHLEVBQUUsQ0FBQztRQUNLLHFCQUFnQixHQUFnQyxJQUFJLEdBQUcsRUFBRSxDQUFDO1FBOEQzRSxlQUFVLEdBQUcsS0FBSyxJQUE2QixFQUFFOztZQUMvQyxNQUFNLEVBQUUsT0FBTyxFQUFFLFlBQVksRUFBRSxzQkFBc0IsRUFBRSxHQUNyRCxJQUFJLENBQUMsS0FBSyxDQUFDLGtCQUFrQixDQUFDO1lBRWhDLE1BQU0sUUFBUSxHQUNaLE1BQU0sSUFBSSxDQUFDLGlDQUFpQyxFQUFFLENBQUM7WUFFakQsSUFBSSxlQUFzQyxDQUFDO1lBQzNDLEdBQUc7Z0JBQ0QsTUFBTSxVQUFVLEdBQUcsSUFBSSxDQUFDLHVCQUF1QixFQUFFLENBQUM7Z0JBQ2xELE1BQU0sb0JBQW9CLEdBQXlCO29CQUNqRCxPQUFPO29CQUNQLFFBQVEsRUFBRSxDQUFDLEdBQUcsUUFBUSxDQUFDO29CQUN2QixNQUFNLEVBQUUsQ0FBQyxFQUFFLElBQUksRUFBRSxZQUFZLEVBQUUsQ0FBQztvQkFDaEMsZUFBZSxFQUFFLHNCQUFzQjtvQkFDdkMsVUFBVTtpQkFDWCxDQUFDO2dCQUNGLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLGtDQUFrQyxDQUFDLENBQUM7Z0JBQ3JELElBQUksQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLDJCQUEyQixFQUFFLG9CQUFvQixDQUFDLENBQUM7Z0JBQ3JFLGVBQWUsR0FBRyxNQUFNLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUM3QyxJQUFJLHdDQUFlLENBQUMsb0JBQW9CLENBQUMsQ0FDMUMsQ0FBQztnQkFDRixJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FDZCxpREFBaUQsZUFBZSxDQUFDLFNBQVMsQ0FBQyxTQUFTLEVBQUUsRUFDdEYsZUFBZSxDQUFDLEtBQUssQ0FDdEIsQ0FBQztnQkFDRixJQUFJLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyw0QkFBNEIsRUFBRSxlQUFlLENBQUMsQ0FBQztnQkFDakUsSUFBSSxNQUFBLGVBQWUsQ0FBQyxNQUFNLDBDQUFFLE9BQU8sRUFBRTtvQkFDbkMsUUFBUSxDQUFDLElBQUksQ0FBQyxNQUFBLGVBQWUsQ0FBQyxNQUFNLDBDQUFFLE9BQU8sQ0FBQyxDQUFDO2lCQUNoRDtnQkFDRCxJQUFJLGVBQWUsQ0FBQyxVQUFVLEtBQUssVUFBVSxFQUFFO29CQUM3QyxNQUFNLHFCQUFxQixHQUN6QixNQUFBLE1BQUEsTUFBQSxlQUFlLENBQUMsTUFBTSwwQ0FBRSxPQUFPLDBDQUFFLE9BQU8sbUNBQUksRUFBRSxDQUFDO29CQUNqRCxNQUFNLGFBQWEsR0FBRyxxQkFBcUIsQ0FBQyxNQUFNLENBQ2hELENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxTQUFTLElBQUksS0FBSyxDQUNPLENBQUM7b0JBQ3ZDLE1BQU0sbUJBQW1CLEdBQUcscUJBQXFCLENBQUMsTUFBTSxDQUN0RCxDQUFDLEtBQUssRUFBRSxFQUFFOzt3QkFDUixPQUFBLENBQUEsTUFBQSxLQUFLLENBQUMsT0FBTywwQ0FBRSxJQUFJOzRCQUNuQixJQUFJLENBQUMsZ0JBQWdCLENBQUMsR0FBRyxDQUFDLE1BQUEsS0FBSyxDQUFDLE9BQU8sMENBQUUsSUFBSSxDQUFDLENBQUE7cUJBQUEsQ0FDakQsQ0FBQztvQkFDRixJQUFJLG1CQUFtQixDQUFDLE1BQU0sR0FBRyxDQUFDLEVBQUU7d0JBQ2xDLG9FQUFvRTt3QkFDcEUsdUNBQXVDO3dCQUN2QyxPQUFPLG1CQUFtQixDQUFDO3FCQUM1QjtvQkFDRCxNQUFNLHlCQUF5QixHQUF3QixFQUFFLENBQUM7b0JBQzFELEtBQUssTUFBTSxvQkFBb0IsSUFBSSxhQUFhLEVBQUU7d0JBQ2hELE1BQU0sWUFBWSxHQUNoQixvQkFBa0QsQ0FBQzt3QkFDckQsTUFBTSxzQkFBc0IsR0FBRyxNQUFNLElBQUksQ0FBQyxXQUFXLENBQUMsWUFBWSxDQUFDLENBQUM7d0JBQ3BFLHlCQUF5QixDQUFDLElBQUksQ0FBQyxzQkFBc0IsQ0FBQyxDQUFDO3FCQUN4RDtvQkFDRCxRQUFRLENBQUMsSUFBSSxDQUFDO3dCQUNaLElBQUksRUFBRSxNQUFNO3dCQUNaLE9BQU8sRUFBRSx5QkFBeUI7cUJBQ25DLENBQUMsQ0FBQztpQkFDSjthQUNGLFFBQVEsZUFBZSxDQUFDLFVBQVUsS0FBSyxVQUFVLEVBQUU7WUFFcEQsT0FBTyxNQUFBLE1BQUEsTUFBQSxlQUFlLENBQUMsTUFBTSwwQ0FBRSxPQUFPLDBDQUFFLE9BQU8sbUNBQUksRUFBRSxDQUFDO1FBQ3hELENBQUMsQ0FBQztRQTZNRjs7OztXQUlHO1FBQ0ssc0NBQWlDLEdBQUcsS0FBSyxJQUUvQyxFQUFFOztZQUNGLE1BQU0sUUFBUSxHQUFtQixFQUFFLENBQUM7WUFDcEMsTUFBTSxhQUFhLEdBQ2pCLE1BQU0sSUFBSSxDQUFDLHVCQUF1QixDQUFDLGlCQUFpQixFQUFFLENBQUM7WUFDekQsS0FBSyxNQUFNLE9BQU8sSUFBSSxhQUFhLEVBQUU7Z0JBQ25DLE1BQU0sY0FBYyxHQUF3QixFQUFFLENBQUM7Z0JBQy9DLEtBQUssTUFBTSxjQUFjLElBQUksT0FBTyxDQUFDLE9BQU8sRUFBRTtvQkFDNUMsSUFBSSxPQUFPLENBQUEsTUFBQSxNQUFBLGNBQWMsQ0FBQyxLQUFLLDBDQUFFLE1BQU0sMENBQUUsS0FBSyxDQUFBLEtBQUssUUFBUSxFQUFFO3dCQUMzRCxjQUFjLENBQUMsSUFBSSxDQUFDOzRCQUNsQixLQUFLLEVBQUU7Z0NBQ0wsTUFBTSxFQUFFLGNBQWMsQ0FBQyxLQUFLLENBQUMsTUFBTTtnQ0FDbkMsTUFBTSxFQUFFO29DQUNOLEtBQUssRUFBRSxNQUFNLENBQUMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLEtBQUssRUFBRSxRQUFRLENBQUM7aUNBQ2hFOzZCQUNGO3lCQUNGLENBQUMsQ0FBQztxQkFDSjt5QkFBTSxJQUFJLE9BQU8sQ0FBQSxNQUFBLE1BQUEsY0FBYyxDQUFDLFFBQVEsMENBQUUsTUFBTSwwQ0FBRSxLQUFLLENBQUEsS0FBSyxRQUFRLEVBQUU7d0JBQ3JFLGNBQWMsQ0FBQyxJQUFJLENBQUM7NEJBQ2xCLFFBQVEsRUFBRTtnQ0FDUixHQUFHLGNBQWMsQ0FBQyxRQUFRO2dDQUMxQixNQUFNLEVBQUU7b0NBQ04sS0FBSyxFQUFFLE1BQU0sQ0FBQyxJQUFJLENBQ2hCLGNBQWMsQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLEtBQUssRUFDcEMsUUFBUSxDQUNUO2lDQUNGOzZCQUNGO3lCQUNGLENBQUMsQ0FBQztxQkFDSjt5QkFBTTt3QkFDTCxtRUFBbUU7d0JBQ25FLGNBQWMsQ0FBQyxJQUFJLENBQUMsY0FBOEIsQ0FBQyxDQUFDO3FCQUNyRDtpQkFDRjtnQkFDRCxRQUFRLENBQUMsSUFBSSxDQUFDO29CQUNaLElBQUksRUFBRSxPQUFPLENBQUMsSUFBSTtvQkFDbEIsT0FBTyxFQUFFLGNBQWM7aUJBQ3hCLENBQUMsQ0FBQzthQUNKO1lBQ0QsT0FBTyxRQUFRLENBQUM7UUFDbEIsQ0FBQyxDQUFDO1FBRU0sNEJBQXVCLEdBQUcsR0FBa0MsRUFBRTtZQUNwRSxJQUFJLElBQUksQ0FBQyxRQUFRLENBQUMsTUFBTSxLQUFLLENBQUMsRUFBRTtnQkFDOUIsT0FBTyxTQUFTLENBQUM7YUFDbEI7WUFFRCxPQUFPO2dCQUNMLEtBQUssRUFBRSxJQUFJLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBUSxFQUFFO29CQUNuQyxPQUFPO3dCQUNMLFFBQVEsRUFBRTs0QkFDUixJQUFJLEVBQUUsQ0FBQyxDQUFDLElBQUk7NEJBQ1osV0FBVyxFQUFFLENBQUMsQ0FBQyxXQUFXOzRCQUMxQixxR0FBcUc7NEJBQ3JHLHNDQUFzQzs0QkFDdEMsV0FBVyxFQUFFLENBQUMsQ0FBQyxXQUE4Qjt5QkFDOUM7cUJBQ0YsQ0FBQztnQkFDSixDQUFDLENBQUM7YUFDSCxDQUFDO1FBQ0osQ0FBQyxDQUFDO1FBRU0sZ0JBQVcsR0FBRyxLQUFLLEVBQ3pCLFlBQXdDLEVBQ2pCLEVBQUU7WUFDekIsSUFBSSxDQUFDLFlBQVksQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFO2dCQUM5QixNQUFNLEtBQUssQ0FBQyxrREFBa0QsQ0FBQyxDQUFDO2FBQ2pFO1lBQ0QsTUFBTSxJQUFJLEdBQUcsSUFBSSxDQUFDLG9CQUFvQixDQUFDLEdBQUcsQ0FBQyxZQUFZLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO1lBQ3RFLElBQUksQ0FBQyxJQUFJLEVBQUU7Z0JBQ1QsTUFBTSxLQUFLLENBQ1Qsb0RBQW9ELFlBQVksQ0FBQyxPQUFPLENBQUMsSUFBSSxHQUFHLENBQ2pGLENBQUM7YUFDSDtZQUNELElBQUk7Z0JBQ0YsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsaUJBQWlCLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDO2dCQUMvQyxJQUFJLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxhQUFhLEVBQUUsWUFBWSxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQztnQkFDN0QsTUFBTSxZQUFZLEdBQUcsTUFBTSxJQUFJLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLENBQUM7Z0JBQ3BFLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLDBCQUEwQixJQUFJLENBQUMsSUFBSSxPQUFPLENBQUMsQ0FBQztnQkFDN0QsSUFBSSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLENBQUM7Z0JBQ2hDLE9BQU87b0JBQ0wsVUFBVSxFQUFFO3dCQUNWLFNBQVMsRUFBRSxZQUFZLENBQUMsT0FBTyxDQUFDLFNBQVM7d0JBQ3pDLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQzt3QkFDdkIsTUFBTSxFQUFFLFNBQVM7cUJBQ2xCO2lCQUNGLENBQUM7YUFDSDtZQUFDLE9BQU8sQ0FBQyxFQUFFO2dCQUNWLElBQUksQ0FBQyxZQUFZLEtBQUssRUFBRTtvQkFDdEIsT0FBTzt3QkFDTCxVQUFVLEVBQUU7NEJBQ1YsU0FBUyxFQUFFLFlBQVksQ0FBQyxPQUFPLENBQUMsU0FBUzs0QkFDekMsT0FBTyxFQUFFLENBQUMsRUFBRSxJQUFJLEVBQUUsQ0FBQyxDQUFDLFFBQVEsRUFBRSxFQUFFLENBQUM7NEJBQ2pDLE1BQU0sRUFBRSxPQUFPO3lCQUNoQjtxQkFDRixDQUFDO2lCQUNIO2dCQUNELE9BQU87b0JBQ0wsVUFBVSxFQUFFO3dCQUNWLFNBQVMsRUFBRSxZQUFZLENBQUMsT0FBTyxDQUFDLFNBQVM7d0JBQ3pDLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLHdCQUF3QixFQUFFLENBQUM7d0JBQzdDLE1BQU0sRUFBRSxPQUFPO3FCQUNoQjtpQkFDRixDQUFDO2FBQ0g7UUFDSCxDQUFDLENBQUM7UUFyYUEsSUFBSSxDQUFDLGFBQWEsQ0FBQyxlQUFlLENBQUMsR0FBRyxDQUNwQyxDQUFDLElBQUksRUFBRSxFQUFFLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRTtZQUNqQixnREFBZ0Q7WUFDaEQsNkdBQTZHO1lBQzdHLElBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxDQUFDLGtCQUFrQixDQUFDO2dCQUN0QyxpQkFBaUIsQ0FBQyxZQUFZLEVBQUUsQ0FBQztZQUNuQyxPQUFPLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUNwQixDQUFDLEVBQ0Q7WUFDRSxJQUFJLEVBQUUsT0FBTztZQUNiLElBQUksRUFBRSw2QkFBNkI7U0FDcEMsQ0FDRixDQUFDO1FBQ0YsSUFBSSxDQUFDLGVBQWUsR0FBRztZQUNyQixHQUFHLGtCQUFrQixDQUFDLGFBQWEsRUFBRTtZQUNyQyxHQUFHLGVBQWU7U0FDbkIsQ0FBQztRQUNGLElBQUksQ0FBQyxXQUFXLEdBQUcsTUFBQSxNQUFBLElBQUksQ0FBQyxLQUFLLENBQUMsa0JBQWtCLDBDQUFFLFdBQVcsbUNBQUksRUFBRSxDQUFDO1FBQ3BFLElBQUksQ0FBQyxRQUFRLEdBQUcsQ0FBQyxHQUFHLElBQUksQ0FBQyxlQUFlLEVBQUUsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUM7UUFDL0QsTUFBTSxjQUFjLEdBQUcsSUFBSSxHQUFHLEVBQVUsQ0FBQztRQUN6QyxJQUFJLENBQUMsZUFBZSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFO1lBQ2pDLElBQUksSUFBSSxDQUFDLG9CQUFvQixDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEVBQUU7Z0JBQ3pDLGNBQWMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDO2FBQzVCO1lBQ0QsSUFBSSxDQUFDLG9CQUFvQixDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBQzNDLENBQUMsQ0FBQyxDQUFDO1FBQ0gsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRTtZQUM3QixJQUFJLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxFQUFFO2dCQUN6QyxjQUFjLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQzthQUM1QjtZQUNELElBQUksSUFBSSxDQUFDLGdCQUFnQixDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEVBQUU7Z0JBQ3JDLGNBQWMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDO2FBQzVCO1lBQ0QsSUFBSSxDQUFDLGdCQUFnQixDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBQ3ZDLENBQUMsQ0FBQyxDQUFDO1FBQ0gsSUFBSSxjQUFjLENBQUMsSUFBSSxHQUFHLENBQUMsRUFBRTtZQUMzQixNQUFNLElBQUksd0JBQWUsQ0FDdkIsa0RBQWtEO2dCQUNoRCxHQUFHLGNBQWM7YUFDbEIsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FDaEIsQ0FBQztTQUNIO0lBQ0gsQ0FBQztJQWlFRDs7T0FFRztJQUNILEtBQUssQ0FBQyxDQUFDLG1CQUFtQjs7UUFDeEIsTUFBTSxFQUFFLE9BQU8sRUFBRSxZQUFZLEVBQUUsc0JBQXNCLEVBQUUsR0FDckQsSUFBSSxDQUFDLEtBQUssQ0FBQyxrQkFBa0IsQ0FBQztRQUVoQyxNQUFNLFFBQVEsR0FDWixNQUFNLElBQUksQ0FBQyxpQ0FBaUMsRUFBRSxDQUFDO1FBRWpELElBQUksZUFBNEMsQ0FBQztRQUNqRCxzRUFBc0U7UUFDdEUsNENBQTRDO1FBQzVDLElBQUksVUFBVSxHQUFHLENBQUMsQ0FBQztRQUNuQixJQUFJLGNBQWMsR0FBRyxDQUFDLENBQUM7UUFDdkIsSUFBSSxVQUFVLEdBQUcsRUFBRSxDQUFDO1FBQ3BCLDhDQUE4QztRQUM5Qyx5RUFBeUU7UUFDekUsTUFBTSxzQkFBc0IsR0FBZ0MsRUFBRSxDQUFDO1FBQy9ELEdBQUc7WUFDRCxNQUFNLFVBQVUsR0FBRyxJQUFJLENBQUMsdUJBQXVCLEVBQUUsQ0FBQztZQUNsRCxNQUFNLG9CQUFvQixHQUErQjtnQkFDdkQsT0FBTztnQkFDUCxRQUFRLEVBQUUsQ0FBQyxHQUFHLFFBQVEsQ0FBQztnQkFDdkIsTUFBTSxFQUFFLENBQUMsRUFBRSxJQUFJLEVBQUUsWUFBWSxFQUFFLENBQUM7Z0JBQ2hDLGVBQWUsRUFBRSxzQkFBc0I7Z0JBQ3ZDLFVBQVU7YUFDWCxDQUFDO1lBQ0YsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMseUNBQXlDLENBQUMsQ0FBQztZQUM1RCxJQUFJLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FDZixrQ0FBa0MsRUFDbEMsb0JBQW9CLENBQ3JCLENBQUM7WUFDRixlQUFlLEdBQUcsTUFBTSxJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FDN0MsSUFBSSw4Q0FBcUIsQ0FBQyxvQkFBb0IsQ0FBQyxDQUNoRCxDQUFDO1lBQ0YsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQ2Qsd0RBQXdELGVBQWUsQ0FBQyxTQUFTLENBQUMsU0FBUyxFQUFFLENBQzlGLENBQUM7WUFDRixJQUFJLENBQUMsZUFBZSxDQUFDLE1BQU0sRUFBRTtnQkFDM0IsTUFBTSxJQUFJLEtBQUssQ0FBQyxvQ0FBb0MsQ0FBQyxDQUFDO2FBQ3ZEO1lBQ0QsSUFBSSxZQUFvRCxDQUFDO1lBQ3pELElBQUksb0JBQW9CLEdBQUcsS0FBSyxDQUFDO1lBQ2pDLElBQUksSUFBSSxHQUFXLEVBQUUsQ0FBQztZQUN0QixJQUFJLFlBQVksR0FBVyxFQUFFLENBQUM7WUFDOUIsSUFBSSxlQUFlLEdBQUcsQ0FBQyxDQUFDO1lBQ3hCLElBQUksbUJBQW1CLEdBQUcsQ0FBQyxDQUFDO1lBQzVCLDREQUE0RDtZQUM1RCxNQUFNLDJCQUEyQixHQUFZO2dCQUMzQyxJQUFJLEVBQUUsU0FBUztnQkFDZixPQUFPLEVBQUUsRUFBRTthQUNaLENBQUM7WUFFRixJQUFJLHNCQUFzQixHQUFHLENBQUMsQ0FBQztZQUMvQixJQUFJO2dCQUNGLElBQUksS0FBSyxFQUFFLE1BQU0sS0FBSyxJQUFJLGVBQWUsQ0FBQyxNQUFNLEVBQUU7b0JBQ2hELElBQUksQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLHlDQUF5QyxFQUFFLEtBQUssQ0FBQyxDQUFDO29CQUNwRSxJQUFJLEtBQUssQ0FBQyxZQUFZLEVBQUU7d0JBQ3RCLDJCQUEyQixDQUFDLElBQUksR0FBRyxLQUFLLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQztxQkFDNUQ7eUJBQU0sSUFBSSxLQUFLLENBQUMsaUJBQWlCLEVBQUU7d0JBQ2xDLGVBQWUsR0FBRyxDQUFDLENBQUM7d0JBQ3BCLG1CQUFtQixHQUFHLENBQUMsQ0FBQzt3QkFDeEIsSUFBSSxNQUFBLEtBQUssQ0FBQyxpQkFBaUIsQ0FBQyxLQUFLLDBDQUFFLE9BQU8sRUFBRTs0QkFDMUMsWUFBWSxHQUFHO2dDQUNiLE9BQU8sRUFBRTtvQ0FDUCxHQUFHLE1BQUEsS0FBSyxDQUFDLGlCQUFpQixDQUFDLEtBQUssMENBQUUsT0FBTztvQ0FDekMsS0FBSyxFQUFFLFNBQVM7aUNBQ2pCOzZCQUNGLENBQUM7eUJBQ0g7cUJBQ0Y7eUJBQU0sSUFBSSxLQUFLLENBQUMsaUJBQWlCLEVBQUU7d0JBQ2xDLElBQUksTUFBQSxLQUFLLENBQUMsaUJBQWlCLENBQUMsS0FBSywwQ0FBRSxPQUFPLEVBQUU7NEJBQzFDLElBQUksQ0FBQyxLQUFLLENBQUMsaUJBQWlCLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxLQUFLLEVBQUU7Z0NBQ2hELFlBQVksR0FBRyxFQUFFLENBQUM7NkJBQ25CO2lDQUFNO2dDQUNMLFlBQVksSUFBSSxLQUFLLENBQUMsaUJBQWlCLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUM7NkJBQzdEO3lCQUNGOzZCQUFNLElBQUksTUFBQSxLQUFLLENBQUMsaUJBQWlCLENBQUMsS0FBSywwQ0FBRSxJQUFJLEVBQUU7NEJBQzlDLElBQUksSUFBSSxLQUFLLENBQUMsaUJBQWlCLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQzs0QkFDM0MsTUFBTSxZQUFZLEdBQTJCO2dDQUMzQyxzQkFBc0IsRUFBRSxDQUFDLEdBQUcsc0JBQXNCLEVBQUUsRUFBRSxJQUFJLEVBQUUsQ0FBQztnQ0FDN0QsY0FBYyxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsY0FBYztnQ0FDekMsdUJBQXVCLEVBQUUsSUFBSSxDQUFDLEtBQUssQ0FBQyxnQkFBZ0I7Z0NBQ3BELGdCQUFnQixFQUFFLEtBQUssQ0FBQyxpQkFBaUIsQ0FBQyxLQUFLLENBQUMsSUFBSTtnQ0FDcEQsaUJBQWlCLEVBQUUsVUFBVTtnQ0FDN0Isc0JBQXNCLEVBQUUsZUFBZTs2QkFDeEMsQ0FBQzs0QkFDRiw0REFBNEQ7NEJBQzVELElBQUksR0FBRyxJQUFJLEtBQUssQ0FBQyxpQkFBaUIsRUFBRTtnQ0FDbEMsTUFBTSxjQUFjLEdBQUcsS0FBSyxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQztnQ0FDakQsSUFBSSxPQUFPLGNBQWMsS0FBSyxRQUFRLEVBQUU7b0NBQ3RDLFlBQVksQ0FBQyxDQUFDLEdBQUcsY0FBYyxDQUFDO2lDQUNqQzs2QkFDRjs0QkFDRCxNQUFNLFlBQVksQ0FBQzs0QkFDbkIsbUJBQW1CLEdBQUcsZUFBZSxDQUFDOzRCQUN0QyxlQUFlLEVBQUUsQ0FBQzt5QkFDbkI7cUJBQ0Y7eUJBQU0sSUFBSSxLQUFLLENBQUMsZ0JBQWdCLEVBQUU7d0JBQ2pDLElBQUksWUFBWSxFQUFFOzRCQUNoQixJQUFJLFlBQVksRUFBRTtnQ0FDaEIsWUFBWSxDQUFDLE9BQU8sQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxZQUFZLENBQUMsQ0FBQzs2QkFDdkQ7aUNBQU07Z0NBQ0wscUVBQXFFO2dDQUNyRSwyQ0FBMkM7Z0NBQzNDLFlBQVksQ0FBQyxPQUFPLENBQUMsS0FBSyxHQUFHLEVBQUUsQ0FBQzs2QkFDakM7NEJBQ0QsTUFBQSwyQkFBMkIsQ0FBQyxPQUFPLDBDQUFFLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQzs0QkFDeEQsSUFDRSxZQUFZLENBQUMsT0FBTyxDQUFDLElBQUk7Z0NBQ3pCLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxHQUFHLENBQUMsWUFBWSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsRUFDcEQ7Z0NBQ0Esb0JBQW9CLEdBQUcsSUFBSSxDQUFDO2dDQUM1QixzQkFBc0IsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7Z0NBQzFDLE1BQU07b0NBQ0osc0JBQXNCLEVBQUUsQ0FBQyxHQUFHLHNCQUFzQixDQUFDO29DQUNuRCxjQUFjLEVBQUUsSUFBSSxDQUFDLEtBQUssQ0FBQyxjQUFjO29DQUN6Qyx1QkFBdUIsRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLGdCQUFnQjtvQ0FDcEQsaUJBQWlCLEVBQUUsVUFBVTtvQ0FDN0IsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLFNBQVMsQ0FBQyxZQUFZLENBQUM7aUNBQ2xELENBQUM7Z0NBQ0YsY0FBYyxHQUFHLFVBQVUsQ0FBQztnQ0FDNUIsVUFBVSxFQUFFLENBQUM7NkJBQ2Q7NEJBQ0QsWUFBWSxHQUFHLFNBQVMsQ0FBQzs0QkFDekIsWUFBWSxHQUFHLEVBQUUsQ0FBQzt5QkFDbkI7NkJBQU07NEJBQ0wsTUFBQSwyQkFBMkIsQ0FBQyxPQUFPLDBDQUFFLElBQUksQ0FBQztnQ0FDeEMsSUFBSTs2QkFDTCxDQUFDLENBQUM7NEJBQ0gsc0JBQXNCLENBQUMsSUFBSSxDQUFDLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FBQzs0QkFDdEMsTUFBTTtnQ0FDSixzQkFBc0IsRUFBRSxDQUFDLEdBQUcsc0JBQXNCLENBQUM7Z0NBQ25ELGNBQWMsRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLGNBQWM7Z0NBQ3pDLHVCQUF1QixFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsZ0JBQWdCO2dDQUNwRCxpQkFBaUIsRUFBRSxVQUFVO2dDQUM3Qix1QkFBdUIsRUFBRSxtQkFBbUI7NkJBQzdDLENBQUM7NEJBQ0YsSUFBSSxHQUFHLEVBQUUsQ0FBQzs0QkFDVixjQUFjLEdBQUcsVUFBVSxDQUFDOzRCQUM1QixVQUFVLEVBQUUsQ0FBQzt5QkFDZDtxQkFDRjt5QkFBTSxJQUFJLEtBQUssQ0FBQyxXQUFXLEVBQUU7d0JBQzVCLFVBQVUsR0FBRyxNQUFBLEtBQUssQ0FBQyxXQUFXLENBQUMsVUFBVSxtQ0FBSSxFQUFFLENBQUM7cUJBQ2pEO29CQUNELHNCQUFzQixFQUFFLENBQUM7b0JBQ3pCLElBQUksc0JBQXNCLEdBQUcsSUFBSSxLQUFLLENBQUMsRUFBRTt3QkFDdkMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQ2QsYUFBYSxzQkFBc0IsNERBQTRELGVBQWUsQ0FBQyxTQUFTLENBQUMsU0FBUyxFQUFFLENBQ3JJLENBQUM7cUJBQ0g7aUJBQ0Y7YUFDRjtvQkFBUztnQkFDUixJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FDZCx3QkFBd0Isc0JBQXNCLDREQUE0RCxlQUFlLENBQUMsU0FBUyxDQUFDLFNBQVMsRUFBRSxDQUNoSixDQUFDO2FBQ0g7WUFDRCxJQUFJLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FDZiwrQ0FBK0MsRUFDL0MsMkJBQTJCLENBQzVCLENBQUM7WUFDRixJQUFJLG9CQUFvQixFQUFFO2dCQUN4QixvRUFBb0U7Z0JBQ3BFLHVDQUF1QztnQkFDdkMsTUFBTTtvQkFDSixzQkFBc0IsRUFBRSxDQUFDLEdBQUcsc0JBQXNCLENBQUM7b0JBQ25ELGNBQWMsRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLGNBQWM7b0JBQ3pDLHVCQUF1QixFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsZ0JBQWdCO29CQUNwRCxpQkFBaUIsRUFBRSxjQUFjO29CQUNqQyxVQUFVLEVBQUUsVUFBVTtpQkFDdkIsQ0FBQztnQkFDRixPQUFPO2FBQ1I7WUFDRCxRQUFRLENBQUMsSUFBSSxDQUFDLDJCQUEyQixDQUFDLENBQUM7WUFDM0MsSUFBSSxVQUFVLEtBQUssVUFBVSxFQUFFO2dCQUM3QixNQUFNLHFCQUFxQixHQUFHLE1BQUEsMkJBQTJCLENBQUMsT0FBTyxtQ0FBSSxFQUFFLENBQUM7Z0JBQ3hFLE1BQU0sYUFBYSxHQUFHLHFCQUFxQixDQUFDLE1BQU0sQ0FDaEQsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLFNBQVMsSUFBSSxLQUFLLENBQ08sQ0FBQztnQkFDdkMsTUFBTSx5QkFBeUIsR0FBd0IsRUFBRSxDQUFDO2dCQUMxRCxLQUFLLE1BQU0sb0JBQW9CLElBQUksYUFBYSxFQUFFO29CQUNoRCxNQUFNLFlBQVksR0FDaEIsb0JBQWtELENBQUM7b0JBQ3JELE1BQU0sc0JBQXNCLEdBQUcsTUFBTSxJQUFJLENBQUMsV0FBVyxDQUFDLFlBQVksQ0FBQyxDQUFDO29CQUNwRSx5QkFBeUIsQ0FBQyxJQUFJLENBQUMsc0JBQXNCLENBQUMsQ0FBQztpQkFDeEQ7Z0JBQ0QsUUFBUSxDQUFDLElBQUksQ0FBQztvQkFDWixJQUFJLEVBQUUsTUFBTTtvQkFDWixPQUFPLEVBQUUseUJBQXlCO2lCQUNuQyxDQUFDLENBQUM7YUFDSjtTQUNGLFFBQVEsVUFBVSxLQUFLLFVBQVUsRUFBRTtRQUVwQyxNQUFNO1lBQ0osc0JBQXNCLEVBQUUsQ0FBQyxHQUFHLHNCQUFzQixDQUFDO1lBQ25ELGNBQWMsRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLGNBQWM7WUFDekMsdUJBQXVCLEVBQUUsSUFBSSxDQUFDLEtBQUssQ0FBQyxnQkFBZ0I7WUFDcEQsaUJBQWlCLEVBQUUsY0FBYztZQUNqQyxVQUFVLEVBQUUsVUFBVTtTQUN2QixDQUFDO0lBQ0osQ0FBQztDQWtIRjtBQTliRCx3REE4YkMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBCZWRyb2NrUnVudGltZUNsaWVudCxcbiAgQ29udGVudEJsb2NrLFxuICBDb252ZXJzZUNvbW1hbmQsXG4gIENvbnZlcnNlQ29tbWFuZElucHV0LFxuICBDb252ZXJzZUNvbW1hbmRPdXRwdXQsXG4gIENvbnZlcnNlU3RyZWFtQ29tbWFuZCxcbiAgQ29udmVyc2VTdHJlYW1Db21tYW5kSW5wdXQsXG4gIENvbnZlcnNlU3RyZWFtQ29tbWFuZE91dHB1dCxcbiAgTWVzc2FnZSxcbiAgVG9vbCxcbiAgVG9vbENvbmZpZ3VyYXRpb24sXG4gIFRvb2xJbnB1dFNjaGVtYSxcbn0gZnJvbSAnQGF3cy1zZGsvY2xpZW50LWJlZHJvY2stcnVudGltZSc7XG5pbXBvcnQge1xuICBDb252ZXJzYXRpb25UdXJuRXZlbnQsXG4gIEV4ZWN1dGFibGVUb29sLFxuICBTdHJlYW1pbmdSZXNwb25zZUNodW5rLFxuICBUb29sRGVmaW5pdGlvbixcbn0gZnJvbSAnLi90eXBlcy5qcyc7XG5pbXBvcnQgeyBDb252ZXJzYXRpb25UdXJuRXZlbnRUb29sc1Byb3ZpZGVyIH0gZnJvbSAnLi9ldmVudC10b29scy1wcm92aWRlcic7XG5pbXBvcnQgeyBDb252ZXJzYXRpb25NZXNzYWdlSGlzdG9yeVJldHJpZXZlciB9IGZyb20gJy4vY29udmVyc2F0aW9uX21lc3NhZ2VfaGlzdG9yeV9yZXRyaWV2ZXInO1xuaW1wb3J0ICogYXMgYmVkcm9jayBmcm9tICdAYXdzLXNkay9jbGllbnQtYmVkcm9jay1ydW50aW1lJztcbmltcG9ydCB7IFZhbGlkYXRpb25FcnJvciB9IGZyb20gJy4vZXJyb3JzJztcbmltcG9ydCB7IFVzZXJBZ2VudFByb3ZpZGVyIH0gZnJvbSAnLi91c2VyX2FnZW50X3Byb3ZpZGVyJztcblxuLyoqXG4gKiBUaGlzIGNsYXNzIGlzIHJlc3BvbnNpYmxlIGZvciBpbnRlcmFjdGluZyB3aXRoIEJlZHJvY2sgQ29udmVyc2UgQVBJXG4gKiBpbiBvcmRlciB0byBwcm9kdWNlIGZpbmFsIHJlc3BvbnNlIHRoYXQgY2FuIGJlIHNlbnQgYmFjayB0byBjYWxsZXIuXG4gKi9cbmV4cG9ydCBjbGFzcyBCZWRyb2NrQ29udmVyc2VBZGFwdGVyIHtcbiAgcHJpdmF0ZSByZWFkb25seSBhbGxUb29sczogQXJyYXk8VG9vbERlZmluaXRpb24+O1xuICBwcml2YXRlIHJlYWRvbmx5IGV4ZWN1dGFibGVUb29sczogQXJyYXk8RXhlY3V0YWJsZVRvb2w+O1xuICBwcml2YXRlIHJlYWRvbmx5IGNsaWVudFRvb2xzOiBBcnJheTxUb29sRGVmaW5pdGlvbj47XG4gIHByaXZhdGUgcmVhZG9ubHkgZXhlY3V0YWJsZVRvb2xCeU5hbWU6IE1hcDxzdHJpbmcsIEV4ZWN1dGFibGVUb29sPiA9XG4gICAgbmV3IE1hcCgpO1xuICBwcml2YXRlIHJlYWRvbmx5IGNsaWVudFRvb2xCeU5hbWU6IE1hcDxzdHJpbmcsIFRvb2xEZWZpbml0aW9uPiA9IG5ldyBNYXAoKTtcblxuICAvKipcbiAgICogQ3JlYXRlcyBCZWRyb2NrIENvbnZlcnNlIEFkYXB0ZXIuXG4gICAqL1xuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIHJlYWRvbmx5IGV2ZW50OiBDb252ZXJzYXRpb25UdXJuRXZlbnQsXG4gICAgYWRkaXRpb25hbFRvb2xzOiBBcnJheTxFeGVjdXRhYmxlVG9vbD4sXG4gICAgcHJpdmF0ZSByZWFkb25seSBiZWRyb2NrQ2xpZW50OiBCZWRyb2NrUnVudGltZUNsaWVudCA9IG5ldyBCZWRyb2NrUnVudGltZUNsaWVudChcbiAgICAgIHsgcmVnaW9uOiBldmVudC5tb2RlbENvbmZpZ3VyYXRpb24ucmVnaW9uIH0sXG4gICAgKSxcbiAgICBldmVudFRvb2xzUHJvdmlkZXIgPSBuZXcgQ29udmVyc2F0aW9uVHVybkV2ZW50VG9vbHNQcm92aWRlcihldmVudCksXG4gICAgcHJpdmF0ZSByZWFkb25seSBtZXNzYWdlSGlzdG9yeVJldHJpZXZlciA9IG5ldyBDb252ZXJzYXRpb25NZXNzYWdlSGlzdG9yeVJldHJpZXZlcihcbiAgICAgIGV2ZW50LFxuICAgICksXG4gICAgdXNlckFnZW50UHJvdmlkZXIgPSBuZXcgVXNlckFnZW50UHJvdmlkZXIoZXZlbnQpLFxuICAgIHByaXZhdGUgcmVhZG9ubHkgbG9nZ2VyID0gY29uc29sZSxcbiAgKSB7XG4gICAgdGhpcy5iZWRyb2NrQ2xpZW50Lm1pZGRsZXdhcmVTdGFjay5hZGQoXG4gICAgICAobmV4dCkgPT4gKGFyZ3MpID0+IHtcbiAgICAgICAgLy8gQHRzLWV4cGVjdC1lcnJvciBSZXF1ZXN0IGlzIHR5cGVkIGFzIHVua25vd24uXG4gICAgICAgIC8vIEJ1dCB0aGlzIGlzIHJlY29tbWVuZGVkIHdheSB0byBhbHRlciBoZWFkZXJzIHBlciBodHRwczovL2dpdGh1Yi5jb20vYXdzL2F3cy1zZGstanMtdjMvYmxvYi9tYWluL1JFQURNRS5tZC5cbiAgICAgICAgYXJncy5yZXF1ZXN0LmhlYWRlcnNbJ3gtYW16LXVzZXItYWdlbnQnXSA9XG4gICAgICAgICAgdXNlckFnZW50UHJvdmlkZXIuZ2V0VXNlckFnZW50KCk7XG4gICAgICAgIHJldHVybiBuZXh0KGFyZ3MpO1xuICAgICAgfSxcbiAgICAgIHtcbiAgICAgICAgc3RlcDogJ2J1aWxkJyxcbiAgICAgICAgbmFtZTogJ2FtcGxpZnktdXNlci1hZ2VudC1pbmplY3RvcicsXG4gICAgICB9LFxuICAgICk7XG4gICAgdGhpcy5leGVjdXRhYmxlVG9vbHMgPSBbXG4gICAgICAuLi5ldmVudFRvb2xzUHJvdmlkZXIuZ2V0RXZlbnRUb29scygpLFxuICAgICAgLi4uYWRkaXRpb25hbFRvb2xzLFxuICAgIF07XG4gICAgdGhpcy5jbGllbnRUb29scyA9IHRoaXMuZXZlbnQudG9vbHNDb25maWd1cmF0aW9uPy5jbGllbnRUb29scyA/PyBbXTtcbiAgICB0aGlzLmFsbFRvb2xzID0gWy4uLnRoaXMuZXhlY3V0YWJsZVRvb2xzLCAuLi50aGlzLmNsaWVudFRvb2xzXTtcbiAgICBjb25zdCBkdXBsaWNhdGVUb29scyA9IG5ldyBTZXQ8c3RyaW5nPigpO1xuICAgIHRoaXMuZXhlY3V0YWJsZVRvb2xzLmZvckVhY2goKHQpID0+IHtcbiAgICAgIGlmICh0aGlzLmV4ZWN1dGFibGVUb29sQnlOYW1lLmhhcyh0Lm5hbWUpKSB7XG4gICAgICAgIGR1cGxpY2F0ZVRvb2xzLmFkZCh0Lm5hbWUpO1xuICAgICAgfVxuICAgICAgdGhpcy5leGVjdXRhYmxlVG9vbEJ5TmFtZS5zZXQodC5uYW1lLCB0KTtcbiAgICB9KTtcbiAgICB0aGlzLmNsaWVudFRvb2xzLmZvckVhY2goKHQpID0+IHtcbiAgICAgIGlmICh0aGlzLmV4ZWN1dGFibGVUb29sQnlOYW1lLmhhcyh0Lm5hbWUpKSB7XG4gICAgICAgIGR1cGxpY2F0ZVRvb2xzLmFkZCh0Lm5hbWUpO1xuICAgICAgfVxuICAgICAgaWYgKHRoaXMuY2xpZW50VG9vbEJ5TmFtZS5oYXModC5uYW1lKSkge1xuICAgICAgICBkdXBsaWNhdGVUb29scy5hZGQodC5uYW1lKTtcbiAgICAgIH1cbiAgICAgIHRoaXMuY2xpZW50VG9vbEJ5TmFtZS5zZXQodC5uYW1lLCB0KTtcbiAgICB9KTtcbiAgICBpZiAoZHVwbGljYXRlVG9vbHMuc2l6ZSA+IDApIHtcbiAgICAgIHRocm93IG5ldyBWYWxpZGF0aW9uRXJyb3IoXG4gICAgICAgIGBUb29scyBtdXN0IGhhdmUgdW5pcXVlIG5hbWVzLiBEdXBsaWNhdGUgdG9vbHM6ICR7W1xuICAgICAgICAgIC4uLmR1cGxpY2F0ZVRvb2xzLFxuICAgICAgICBdLmpvaW4oJywgJyl9LmAsXG4gICAgICApO1xuICAgIH1cbiAgfVxuXG4gIGFza0JlZHJvY2sgPSBhc3luYyAoKTogUHJvbWlzZTxDb250ZW50QmxvY2tbXT4gPT4ge1xuICAgIGNvbnN0IHsgbW9kZWxJZCwgc3lzdGVtUHJvbXB0LCBpbmZlcmVuY2VDb25maWd1cmF0aW9uIH0gPVxuICAgICAgdGhpcy5ldmVudC5tb2RlbENvbmZpZ3VyYXRpb247XG5cbiAgICBjb25zdCBtZXNzYWdlczogQXJyYXk8TWVzc2FnZT4gPVxuICAgICAgYXdhaXQgdGhpcy5nZXRFdmVudE1lc3NhZ2VzQXNCZWRyb2NrTWVzc2FnZXMoKTtcblxuICAgIGxldCBiZWRyb2NrUmVzcG9uc2U6IENvbnZlcnNlQ29tbWFuZE91dHB1dDtcbiAgICBkbyB7XG4gICAgICBjb25zdCB0b29sQ29uZmlnID0gdGhpcy5jcmVhdGVUb29sQ29uZmlndXJhdGlvbigpO1xuICAgICAgY29uc3QgY29udmVyc2VDb21tYW5kSW5wdXQ6IENvbnZlcnNlQ29tbWFuZElucHV0ID0ge1xuICAgICAgICBtb2RlbElkLFxuICAgICAgICBtZXNzYWdlczogWy4uLm1lc3NhZ2VzXSxcbiAgICAgICAgc3lzdGVtOiBbeyB0ZXh0OiBzeXN0ZW1Qcm9tcHQgfV0sXG4gICAgICAgIGluZmVyZW5jZUNvbmZpZzogaW5mZXJlbmNlQ29uZmlndXJhdGlvbixcbiAgICAgICAgdG9vbENvbmZpZyxcbiAgICAgIH07XG4gICAgICB0aGlzLmxvZ2dlci5pbmZvKCdTZW5kaW5nIEJlZHJvY2sgQ29udmVyc2UgcmVxdWVzdCcpO1xuICAgICAgdGhpcy5sb2dnZXIuZGVidWcoJ0JlZHJvY2sgQ29udmVyc2UgcmVxdWVzdDonLCBjb252ZXJzZUNvbW1hbmRJbnB1dCk7XG4gICAgICBiZWRyb2NrUmVzcG9uc2UgPSBhd2FpdCB0aGlzLmJlZHJvY2tDbGllbnQuc2VuZChcbiAgICAgICAgbmV3IENvbnZlcnNlQ29tbWFuZChjb252ZXJzZUNvbW1hbmRJbnB1dCksXG4gICAgICApO1xuICAgICAgdGhpcy5sb2dnZXIuaW5mbyhcbiAgICAgICAgYFJlY2VpdmVkIEJlZHJvY2sgQ29udmVyc2UgcmVzcG9uc2UsIHJlcXVlc3RJZD0ke2JlZHJvY2tSZXNwb25zZS4kbWV0YWRhdGEucmVxdWVzdElkfWAsXG4gICAgICAgIGJlZHJvY2tSZXNwb25zZS51c2FnZSxcbiAgICAgICk7XG4gICAgICB0aGlzLmxvZ2dlci5kZWJ1ZygnQmVkcm9jayBDb252ZXJzZSByZXNwb25zZTonLCBiZWRyb2NrUmVzcG9uc2UpO1xuICAgICAgaWYgKGJlZHJvY2tSZXNwb25zZS5vdXRwdXQ/Lm1lc3NhZ2UpIHtcbiAgICAgICAgbWVzc2FnZXMucHVzaChiZWRyb2NrUmVzcG9uc2Uub3V0cHV0Py5tZXNzYWdlKTtcbiAgICAgIH1cbiAgICAgIGlmIChiZWRyb2NrUmVzcG9uc2Uuc3RvcFJlYXNvbiA9PT0gJ3Rvb2xfdXNlJykge1xuICAgICAgICBjb25zdCByZXNwb25zZUNvbnRlbnRCbG9ja3MgPVxuICAgICAgICAgIGJlZHJvY2tSZXNwb25zZS5vdXRwdXQ/Lm1lc3NhZ2U/LmNvbnRlbnQgPz8gW107XG4gICAgICAgIGNvbnN0IHRvb2xVc2VCbG9ja3MgPSByZXNwb25zZUNvbnRlbnRCbG9ja3MuZmlsdGVyKFxuICAgICAgICAgIChibG9jaykgPT4gJ3Rvb2xVc2UnIGluIGJsb2NrLFxuICAgICAgICApIGFzIEFycmF5PENvbnRlbnRCbG9jay5Ub29sVXNlTWVtYmVyPjtcbiAgICAgICAgY29uc3QgY2xpZW50VG9vbFVzZUJsb2NrcyA9IHJlc3BvbnNlQ29udGVudEJsb2Nrcy5maWx0ZXIoXG4gICAgICAgICAgKGJsb2NrKSA9PlxuICAgICAgICAgICAgYmxvY2sudG9vbFVzZT8ubmFtZSAmJlxuICAgICAgICAgICAgdGhpcy5jbGllbnRUb29sQnlOYW1lLmhhcyhibG9jay50b29sVXNlPy5uYW1lKSxcbiAgICAgICAgKTtcbiAgICAgICAgaWYgKGNsaWVudFRvb2xVc2VCbG9ja3MubGVuZ3RoID4gMCkge1xuICAgICAgICAgIC8vIEZvciBub3cgaWYgYW55IG9mIGNsaWVudCB0b29scyBpcyB1c2VkIHdlIGlnbm9yZSBleGVjdXRhYmxlIHRvb2xzXG4gICAgICAgICAgLy8gYW5kIHByb3BhZ2F0ZSByZXN1bHQgYmFjayB0byBjbGllbnQuXG4gICAgICAgICAgcmV0dXJuIGNsaWVudFRvb2xVc2VCbG9ja3M7XG4gICAgICAgIH1cbiAgICAgICAgY29uc3QgdG9vbFJlc3BvbnNlQ29udGVudEJsb2NrczogQXJyYXk8Q29udGVudEJsb2NrPiA9IFtdO1xuICAgICAgICBmb3IgKGNvbnN0IHJlc3BvbnNlQ29udGVudEJsb2NrIG9mIHRvb2xVc2VCbG9ja3MpIHtcbiAgICAgICAgICBjb25zdCB0b29sVXNlQmxvY2sgPVxuICAgICAgICAgICAgcmVzcG9uc2VDb250ZW50QmxvY2sgYXMgQ29udGVudEJsb2NrLlRvb2xVc2VNZW1iZXI7XG4gICAgICAgICAgY29uc3QgdG9vbFJlc3VsdENvbnRlbnRCbG9jayA9IGF3YWl0IHRoaXMuZXhlY3V0ZVRvb2wodG9vbFVzZUJsb2NrKTtcbiAgICAgICAgICB0b29sUmVzcG9uc2VDb250ZW50QmxvY2tzLnB1c2godG9vbFJlc3VsdENvbnRlbnRCbG9jayk7XG4gICAgICAgIH1cbiAgICAgICAgbWVzc2FnZXMucHVzaCh7XG4gICAgICAgICAgcm9sZTogJ3VzZXInLFxuICAgICAgICAgIGNvbnRlbnQ6IHRvb2xSZXNwb25zZUNvbnRlbnRCbG9ja3MsXG4gICAgICAgIH0pO1xuICAgICAgfVxuICAgIH0gd2hpbGUgKGJlZHJvY2tSZXNwb25zZS5zdG9wUmVhc29uID09PSAndG9vbF91c2UnKTtcblxuICAgIHJldHVybiBiZWRyb2NrUmVzcG9uc2Uub3V0cHV0Py5tZXNzYWdlPy5jb250ZW50ID8/IFtdO1xuICB9O1xuXG4gIC8qKlxuICAgKiBBc2tzIEJlZHJvY2sgZm9yIHJlc3BvbnNlIHVzaW5nIHN0cmVhbWluZyB2ZXJzaW9uIG9mIENvbnZlcnNlIEFQSS5cbiAgICovXG4gIGFzeW5jICphc2tCZWRyb2NrU3RyZWFtaW5nKCk6IEFzeW5jR2VuZXJhdG9yPFN0cmVhbWluZ1Jlc3BvbnNlQ2h1bms+IHtcbiAgICBjb25zdCB7IG1vZGVsSWQsIHN5c3RlbVByb21wdCwgaW5mZXJlbmNlQ29uZmlndXJhdGlvbiB9ID1cbiAgICAgIHRoaXMuZXZlbnQubW9kZWxDb25maWd1cmF0aW9uO1xuXG4gICAgY29uc3QgbWVzc2FnZXM6IEFycmF5PE1lc3NhZ2U+ID1cbiAgICAgIGF3YWl0IHRoaXMuZ2V0RXZlbnRNZXNzYWdlc0FzQmVkcm9ja01lc3NhZ2VzKCk7XG5cbiAgICBsZXQgYmVkcm9ja1Jlc3BvbnNlOiBDb252ZXJzZVN0cmVhbUNvbW1hbmRPdXRwdXQ7XG4gICAgLy8ga2VlcCBvdXIgb3duIGluZGV4aW5nIGZvciBibG9ja3MgaW5zdGVhZCBvZiB1c2luZyBCZWRyb2NrJ3MgaW5kZXhlc1xuICAgIC8vIHNpbmNlIHdlIHN0cmVhbSBzdWJzZXQgb2YgdGhlc2UgdXBzdHJlYW0uXG4gICAgbGV0IGJsb2NrSW5kZXggPSAwO1xuICAgIGxldCBsYXN0QmxvY2tJbmRleCA9IDA7XG4gICAgbGV0IHN0b3BSZWFzb24gPSAnJztcbiAgICAvLyBBY2N1bXVsYXRlcyBjbGllbnQgZmFjaW5nIGNvbnRlbnQgcGVyIHR1cm4uXG4gICAgLy8gU28gdGhhdCB1cHN0cmVhbSBjYW4gcGVyc2lzdCBmdWxsIG1lc3NhZ2UgYXQgdGhlIGVuZCBvZiB0aGUgc3RyZWFtaW5nLlxuICAgIGNvbnN0IGFjY3VtdWxhdGVkVHVybkNvbnRlbnQ6IEFycmF5PGJlZHJvY2suQ29udGVudEJsb2NrPiA9IFtdO1xuICAgIGRvIHtcbiAgICAgIGNvbnN0IHRvb2xDb25maWcgPSB0aGlzLmNyZWF0ZVRvb2xDb25maWd1cmF0aW9uKCk7XG4gICAgICBjb25zdCBjb252ZXJzZUNvbW1hbmRJbnB1dDogQ29udmVyc2VTdHJlYW1Db21tYW5kSW5wdXQgPSB7XG4gICAgICAgIG1vZGVsSWQsXG4gICAgICAgIG1lc3NhZ2VzOiBbLi4ubWVzc2FnZXNdLFxuICAgICAgICBzeXN0ZW06IFt7IHRleHQ6IHN5c3RlbVByb21wdCB9XSxcbiAgICAgICAgaW5mZXJlbmNlQ29uZmlnOiBpbmZlcmVuY2VDb25maWd1cmF0aW9uLFxuICAgICAgICB0b29sQ29uZmlnLFxuICAgICAgfTtcbiAgICAgIHRoaXMubG9nZ2VyLmluZm8oJ1NlbmRpbmcgQmVkcm9jayBDb252ZXJzZSBTdHJlYW0gcmVxdWVzdCcpO1xuICAgICAgdGhpcy5sb2dnZXIuZGVidWcoXG4gICAgICAgICdCZWRyb2NrIENvbnZlcnNlIFN0cmVhbSByZXF1ZXN0OicsXG4gICAgICAgIGNvbnZlcnNlQ29tbWFuZElucHV0LFxuICAgICAgKTtcbiAgICAgIGJlZHJvY2tSZXNwb25zZSA9IGF3YWl0IHRoaXMuYmVkcm9ja0NsaWVudC5zZW5kKFxuICAgICAgICBuZXcgQ29udmVyc2VTdHJlYW1Db21tYW5kKGNvbnZlcnNlQ29tbWFuZElucHV0KSxcbiAgICAgICk7XG4gICAgICB0aGlzLmxvZ2dlci5pbmZvKFxuICAgICAgICBgUmVjZWl2ZWQgQmVkcm9jayBDb252ZXJzZSBTdHJlYW0gcmVzcG9uc2UsIHJlcXVlc3RJZD0ke2JlZHJvY2tSZXNwb25zZS4kbWV0YWRhdGEucmVxdWVzdElkfWAsXG4gICAgICApO1xuICAgICAgaWYgKCFiZWRyb2NrUmVzcG9uc2Uuc3RyZWFtKSB7XG4gICAgICAgIHRocm93IG5ldyBFcnJvcignQmVkcm9jayByZXNwb25zZSBpcyBtaXNzaW5nIHN0cmVhbScpO1xuICAgICAgfVxuICAgICAgbGV0IHRvb2xVc2VCbG9jazogQ29udGVudEJsb2NrLlRvb2xVc2VNZW1iZXIgfCB1bmRlZmluZWQ7XG4gICAgICBsZXQgY2xpZW50VG9vbHNSZXF1ZXN0ZWQgPSBmYWxzZTtcbiAgICAgIGxldCB0ZXh0OiBzdHJpbmcgPSAnJztcbiAgICAgIGxldCB0b29sVXNlSW5wdXQ6IHN0cmluZyA9ICcnO1xuICAgICAgbGV0IGJsb2NrRGVsdGFJbmRleCA9IDA7XG4gICAgICBsZXQgbGFzdEJsb2NrRGVsdGFJbmRleCA9IDA7XG4gICAgICAvLyBBY2N1bXVsYXRlIGN1cnJlbnQgbWVzc2FnZSBmb3IgdGhlIHRvb2wgdXNlIGxvb3AgcHVycG9zZS5cbiAgICAgIGNvbnN0IGFjY3VtdWxhdGVkQXNzaXN0YW50TWVzc2FnZTogTWVzc2FnZSA9IHtcbiAgICAgICAgcm9sZTogdW5kZWZpbmVkLFxuICAgICAgICBjb250ZW50OiBbXSxcbiAgICAgIH07XG5cbiAgICAgIGxldCBwcm9jZXNzZWRCZWRyb2NrQ2h1bmtzID0gMDtcbiAgICAgIHRyeSB7XG4gICAgICAgIGZvciBhd2FpdCAoY29uc3QgY2h1bmsgb2YgYmVkcm9ja1Jlc3BvbnNlLnN0cmVhbSkge1xuICAgICAgICAgIHRoaXMubG9nZ2VyLmRlYnVnKCdCZWRyb2NrIENvbnZlcnNlIFN0cmVhbSByZXNwb25zZSBjaHVuazonLCBjaHVuayk7XG4gICAgICAgICAgaWYgKGNodW5rLm1lc3NhZ2VTdGFydCkge1xuICAgICAgICAgICAgYWNjdW11bGF0ZWRBc3Npc3RhbnRNZXNzYWdlLnJvbGUgPSBjaHVuay5tZXNzYWdlU3RhcnQucm9sZTtcbiAgICAgICAgICB9IGVsc2UgaWYgKGNodW5rLmNvbnRlbnRCbG9ja1N0YXJ0KSB7XG4gICAgICAgICAgICBibG9ja0RlbHRhSW5kZXggPSAwO1xuICAgICAgICAgICAgbGFzdEJsb2NrRGVsdGFJbmRleCA9IDA7XG4gICAgICAgICAgICBpZiAoY2h1bmsuY29udGVudEJsb2NrU3RhcnQuc3RhcnQ/LnRvb2xVc2UpIHtcbiAgICAgICAgICAgICAgdG9vbFVzZUJsb2NrID0ge1xuICAgICAgICAgICAgICAgIHRvb2xVc2U6IHtcbiAgICAgICAgICAgICAgICAgIC4uLmNodW5rLmNvbnRlbnRCbG9ja1N0YXJ0LnN0YXJ0Py50b29sVXNlLFxuICAgICAgICAgICAgICAgICAgaW5wdXQ6IHVuZGVmaW5lZCxcbiAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICB9O1xuICAgICAgICAgICAgfVxuICAgICAgICAgIH0gZWxzZSBpZiAoY2h1bmsuY29udGVudEJsb2NrRGVsdGEpIHtcbiAgICAgICAgICAgIGlmIChjaHVuay5jb250ZW50QmxvY2tEZWx0YS5kZWx0YT8udG9vbFVzZSkge1xuICAgICAgICAgICAgICBpZiAoIWNodW5rLmNvbnRlbnRCbG9ja0RlbHRhLmRlbHRhLnRvb2xVc2UuaW5wdXQpIHtcbiAgICAgICAgICAgICAgICB0b29sVXNlSW5wdXQgPSAnJztcbiAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICB0b29sVXNlSW5wdXQgKz0gY2h1bmsuY29udGVudEJsb2NrRGVsdGEuZGVsdGEudG9vbFVzZS5pbnB1dDtcbiAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBlbHNlIGlmIChjaHVuay5jb250ZW50QmxvY2tEZWx0YS5kZWx0YT8udGV4dCkge1xuICAgICAgICAgICAgICB0ZXh0ICs9IGNodW5rLmNvbnRlbnRCbG9ja0RlbHRhLmRlbHRhLnRleHQ7XG4gICAgICAgICAgICAgIGNvbnN0IGFtcGxpZnlDaHVuazogU3RyZWFtaW5nUmVzcG9uc2VDaHVuayA9IHtcbiAgICAgICAgICAgICAgICBhY2N1bXVsYXRlZFR1cm5Db250ZW50OiBbLi4uYWNjdW11bGF0ZWRUdXJuQ29udGVudCwgeyB0ZXh0IH1dLFxuICAgICAgICAgICAgICAgIGNvbnZlcnNhdGlvbklkOiB0aGlzLmV2ZW50LmNvbnZlcnNhdGlvbklkLFxuICAgICAgICAgICAgICAgIGFzc29jaWF0ZWRVc2VyTWVzc2FnZUlkOiB0aGlzLmV2ZW50LmN1cnJlbnRNZXNzYWdlSWQsXG4gICAgICAgICAgICAgICAgY29udGVudEJsb2NrVGV4dDogY2h1bmsuY29udGVudEJsb2NrRGVsdGEuZGVsdGEudGV4dCxcbiAgICAgICAgICAgICAgICBjb250ZW50QmxvY2tJbmRleDogYmxvY2tJbmRleCxcbiAgICAgICAgICAgICAgICBjb250ZW50QmxvY2tEZWx0YUluZGV4OiBibG9ja0RlbHRhSW5kZXgsXG4gICAgICAgICAgICAgIH07XG4gICAgICAgICAgICAgIC8vIHBhZGRpbmcgaXMgc2VudCBmcm9tIEJlZHJvY2sgYnV0IG5vdCBpbmNsdWRlZCBpbiB0aGUgQVBJLlxuICAgICAgICAgICAgICBpZiAoJ3AnIGluIGNodW5rLmNvbnRlbnRCbG9ja0RlbHRhKSB7XG4gICAgICAgICAgICAgICAgY29uc3QgYmVkcm9ja1BhZGRpbmcgPSBjaHVuay5jb250ZW50QmxvY2tEZWx0YS5wO1xuICAgICAgICAgICAgICAgIGlmICh0eXBlb2YgYmVkcm9ja1BhZGRpbmcgPT09ICdzdHJpbmcnKSB7XG4gICAgICAgICAgICAgICAgICBhbXBsaWZ5Q2h1bmsucCA9IGJlZHJvY2tQYWRkaW5nO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICB5aWVsZCBhbXBsaWZ5Q2h1bms7XG4gICAgICAgICAgICAgIGxhc3RCbG9ja0RlbHRhSW5kZXggPSBibG9ja0RlbHRhSW5kZXg7XG4gICAgICAgICAgICAgIGJsb2NrRGVsdGFJbmRleCsrO1xuICAgICAgICAgICAgfVxuICAgICAgICAgIH0gZWxzZSBpZiAoY2h1bmsuY29udGVudEJsb2NrU3RvcCkge1xuICAgICAgICAgICAgaWYgKHRvb2xVc2VCbG9jaykge1xuICAgICAgICAgICAgICBpZiAodG9vbFVzZUlucHV0KSB7XG4gICAgICAgICAgICAgICAgdG9vbFVzZUJsb2NrLnRvb2xVc2UuaW5wdXQgPSBKU09OLnBhcnNlKHRvb2xVc2VJbnB1dCk7XG4gICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgLy8gQmVkcm9jayBBUEkgcmVxdWlyZXMgdG9vbCBpbnB1dCB0byBiZSBub24tbnVsbCBpbiBtZXNzYWdlIGhpc3RvcnkuXG4gICAgICAgICAgICAgICAgLy8gVGhlcmVmb3JlLCBmYWxsaW5nIGJhY2sgdG8gZW1wdHkgb2JqZWN0LlxuICAgICAgICAgICAgICAgIHRvb2xVc2VCbG9jay50b29sVXNlLmlucHV0ID0ge307XG4gICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgYWNjdW11bGF0ZWRBc3Npc3RhbnRNZXNzYWdlLmNvbnRlbnQ/LnB1c2godG9vbFVzZUJsb2NrKTtcbiAgICAgICAgICAgICAgaWYgKFxuICAgICAgICAgICAgICAgIHRvb2xVc2VCbG9jay50b29sVXNlLm5hbWUgJiZcbiAgICAgICAgICAgICAgICB0aGlzLmNsaWVudFRvb2xCeU5hbWUuaGFzKHRvb2xVc2VCbG9jay50b29sVXNlLm5hbWUpXG4gICAgICAgICAgICAgICkge1xuICAgICAgICAgICAgICAgIGNsaWVudFRvb2xzUmVxdWVzdGVkID0gdHJ1ZTtcbiAgICAgICAgICAgICAgICBhY2N1bXVsYXRlZFR1cm5Db250ZW50LnB1c2godG9vbFVzZUJsb2NrKTtcbiAgICAgICAgICAgICAgICB5aWVsZCB7XG4gICAgICAgICAgICAgICAgICBhY2N1bXVsYXRlZFR1cm5Db250ZW50OiBbLi4uYWNjdW11bGF0ZWRUdXJuQ29udGVudF0sXG4gICAgICAgICAgICAgICAgICBjb252ZXJzYXRpb25JZDogdGhpcy5ldmVudC5jb252ZXJzYXRpb25JZCxcbiAgICAgICAgICAgICAgICAgIGFzc29jaWF0ZWRVc2VyTWVzc2FnZUlkOiB0aGlzLmV2ZW50LmN1cnJlbnRNZXNzYWdlSWQsXG4gICAgICAgICAgICAgICAgICBjb250ZW50QmxvY2tJbmRleDogYmxvY2tJbmRleCxcbiAgICAgICAgICAgICAgICAgIGNvbnRlbnRCbG9ja1Rvb2xVc2U6IEpTT04uc3RyaW5naWZ5KHRvb2xVc2VCbG9jayksXG4gICAgICAgICAgICAgICAgfTtcbiAgICAgICAgICAgICAgICBsYXN0QmxvY2tJbmRleCA9IGJsb2NrSW5kZXg7XG4gICAgICAgICAgICAgICAgYmxvY2tJbmRleCsrO1xuICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgIHRvb2xVc2VCbG9jayA9IHVuZGVmaW5lZDtcbiAgICAgICAgICAgICAgdG9vbFVzZUlucHV0ID0gJyc7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICBhY2N1bXVsYXRlZEFzc2lzdGFudE1lc3NhZ2UuY29udGVudD8ucHVzaCh7XG4gICAgICAgICAgICAgICAgdGV4dCxcbiAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICAgIGFjY3VtdWxhdGVkVHVybkNvbnRlbnQucHVzaCh7IHRleHQgfSk7XG4gICAgICAgICAgICAgIHlpZWxkIHtcbiAgICAgICAgICAgICAgICBhY2N1bXVsYXRlZFR1cm5Db250ZW50OiBbLi4uYWNjdW11bGF0ZWRUdXJuQ29udGVudF0sXG4gICAgICAgICAgICAgICAgY29udmVyc2F0aW9uSWQ6IHRoaXMuZXZlbnQuY29udmVyc2F0aW9uSWQsXG4gICAgICAgICAgICAgICAgYXNzb2NpYXRlZFVzZXJNZXNzYWdlSWQ6IHRoaXMuZXZlbnQuY3VycmVudE1lc3NhZ2VJZCxcbiAgICAgICAgICAgICAgICBjb250ZW50QmxvY2tJbmRleDogYmxvY2tJbmRleCxcbiAgICAgICAgICAgICAgICBjb250ZW50QmxvY2tEb25lQXRJbmRleDogbGFzdEJsb2NrRGVsdGFJbmRleCxcbiAgICAgICAgICAgICAgfTtcbiAgICAgICAgICAgICAgdGV4dCA9ICcnO1xuICAgICAgICAgICAgICBsYXN0QmxvY2tJbmRleCA9IGJsb2NrSW5kZXg7XG4gICAgICAgICAgICAgIGJsb2NrSW5kZXgrKztcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9IGVsc2UgaWYgKGNodW5rLm1lc3NhZ2VTdG9wKSB7XG4gICAgICAgICAgICBzdG9wUmVhc29uID0gY2h1bmsubWVzc2FnZVN0b3Auc3RvcFJlYXNvbiA/PyAnJztcbiAgICAgICAgICB9XG4gICAgICAgICAgcHJvY2Vzc2VkQmVkcm9ja0NodW5rcysrO1xuICAgICAgICAgIGlmIChwcm9jZXNzZWRCZWRyb2NrQ2h1bmtzICUgMTAwMCA9PT0gMCkge1xuICAgICAgICAgICAgdGhpcy5sb2dnZXIuaW5mbyhcbiAgICAgICAgICAgICAgYFByb2Nlc3NlZCAke3Byb2Nlc3NlZEJlZHJvY2tDaHVua3N9IGNodW5rcyBmcm9tIEJlZHJvY2sgQ29udmVyc2UgU3RyZWFtIHJlc3BvbnNlLCByZXF1ZXN0SWQ9JHtiZWRyb2NrUmVzcG9uc2UuJG1ldGFkYXRhLnJlcXVlc3RJZH1gLFxuICAgICAgICAgICAgKTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH0gZmluYWxseSB7XG4gICAgICAgIHRoaXMubG9nZ2VyLmluZm8oXG4gICAgICAgICAgYENvbXBsZXRlZCBwcm9jZXNzaW5nICR7cHJvY2Vzc2VkQmVkcm9ja0NodW5rc30gY2h1bmtzIGZyb20gQmVkcm9jayBDb252ZXJzZSBTdHJlYW0gcmVzcG9uc2UsIHJlcXVlc3RJZD0ke2JlZHJvY2tSZXNwb25zZS4kbWV0YWRhdGEucmVxdWVzdElkfWAsXG4gICAgICAgICk7XG4gICAgICB9XG4gICAgICB0aGlzLmxvZ2dlci5kZWJ1ZyhcbiAgICAgICAgJ0FjY3VtdWxhdGVkIEJlZHJvY2sgQ29udmVyc2UgU3RyZWFtIHJlc3BvbnNlOicsXG4gICAgICAgIGFjY3VtdWxhdGVkQXNzaXN0YW50TWVzc2FnZSxcbiAgICAgICk7XG4gICAgICBpZiAoY2xpZW50VG9vbHNSZXF1ZXN0ZWQpIHtcbiAgICAgICAgLy8gRm9yIG5vdyBpZiBhbnkgb2YgY2xpZW50IHRvb2xzIGlzIHVzZWQgd2UgaWdub3JlIGV4ZWN1dGFibGUgdG9vbHNcbiAgICAgICAgLy8gYW5kIHByb3BhZ2F0ZSByZXN1bHQgYmFjayB0byBjbGllbnQuXG4gICAgICAgIHlpZWxkIHtcbiAgICAgICAgICBhY2N1bXVsYXRlZFR1cm5Db250ZW50OiBbLi4uYWNjdW11bGF0ZWRUdXJuQ29udGVudF0sXG4gICAgICAgICAgY29udmVyc2F0aW9uSWQ6IHRoaXMuZXZlbnQuY29udmVyc2F0aW9uSWQsXG4gICAgICAgICAgYXNzb2NpYXRlZFVzZXJNZXNzYWdlSWQ6IHRoaXMuZXZlbnQuY3VycmVudE1lc3NhZ2VJZCxcbiAgICAgICAgICBjb250ZW50QmxvY2tJbmRleDogbGFzdEJsb2NrSW5kZXgsXG4gICAgICAgICAgc3RvcFJlYXNvbjogc3RvcFJlYXNvbixcbiAgICAgICAgfTtcbiAgICAgICAgcmV0dXJuO1xuICAgICAgfVxuICAgICAgbWVzc2FnZXMucHVzaChhY2N1bXVsYXRlZEFzc2lzdGFudE1lc3NhZ2UpO1xuICAgICAgaWYgKHN0b3BSZWFzb24gPT09ICd0b29sX3VzZScpIHtcbiAgICAgICAgY29uc3QgcmVzcG9uc2VDb250ZW50QmxvY2tzID0gYWNjdW11bGF0ZWRBc3Npc3RhbnRNZXNzYWdlLmNvbnRlbnQgPz8gW107XG4gICAgICAgIGNvbnN0IHRvb2xVc2VCbG9ja3MgPSByZXNwb25zZUNvbnRlbnRCbG9ja3MuZmlsdGVyKFxuICAgICAgICAgIChibG9jaykgPT4gJ3Rvb2xVc2UnIGluIGJsb2NrLFxuICAgICAgICApIGFzIEFycmF5PENvbnRlbnRCbG9jay5Ub29sVXNlTWVtYmVyPjtcbiAgICAgICAgY29uc3QgdG9vbFJlc3BvbnNlQ29udGVudEJsb2NrczogQXJyYXk8Q29udGVudEJsb2NrPiA9IFtdO1xuICAgICAgICBmb3IgKGNvbnN0IHJlc3BvbnNlQ29udGVudEJsb2NrIG9mIHRvb2xVc2VCbG9ja3MpIHtcbiAgICAgICAgICBjb25zdCB0b29sVXNlQmxvY2sgPVxuICAgICAgICAgICAgcmVzcG9uc2VDb250ZW50QmxvY2sgYXMgQ29udGVudEJsb2NrLlRvb2xVc2VNZW1iZXI7XG4gICAgICAgICAgY29uc3QgdG9vbFJlc3VsdENvbnRlbnRCbG9jayA9IGF3YWl0IHRoaXMuZXhlY3V0ZVRvb2wodG9vbFVzZUJsb2NrKTtcbiAgICAgICAgICB0b29sUmVzcG9uc2VDb250ZW50QmxvY2tzLnB1c2godG9vbFJlc3VsdENvbnRlbnRCbG9jayk7XG4gICAgICAgIH1cbiAgICAgICAgbWVzc2FnZXMucHVzaCh7XG4gICAgICAgICAgcm9sZTogJ3VzZXInLFxuICAgICAgICAgIGNvbnRlbnQ6IHRvb2xSZXNwb25zZUNvbnRlbnRCbG9ja3MsXG4gICAgICAgIH0pO1xuICAgICAgfVxuICAgIH0gd2hpbGUgKHN0b3BSZWFzb24gPT09ICd0b29sX3VzZScpO1xuXG4gICAgeWllbGQge1xuICAgICAgYWNjdW11bGF0ZWRUdXJuQ29udGVudDogWy4uLmFjY3VtdWxhdGVkVHVybkNvbnRlbnRdLFxuICAgICAgY29udmVyc2F0aW9uSWQ6IHRoaXMuZXZlbnQuY29udmVyc2F0aW9uSWQsXG4gICAgICBhc3NvY2lhdGVkVXNlck1lc3NhZ2VJZDogdGhpcy5ldmVudC5jdXJyZW50TWVzc2FnZUlkLFxuICAgICAgY29udGVudEJsb2NrSW5kZXg6IGxhc3RCbG9ja0luZGV4LFxuICAgICAgc3RvcFJlYXNvbjogc3RvcFJlYXNvbixcbiAgICB9O1xuICB9XG5cbiAgLyoqXG4gICAqIE1hcHMgZXZlbnQgbWVzc2FnZXMgdG8gQmVkcm9jayB0eXBlcy5cbiAgICogMS4gTWFrZXMgYSBjb3B5IHNvIHRoYXQgd2UgZG9uJ3QgbXV0YXRlIGV2ZW50LlxuICAgKiAyLiBEZWNvZGVzIEJhc2U2NCBlbmNvZGVkIGltYWdlcy5cbiAgICovXG4gIHByaXZhdGUgZ2V0RXZlbnRNZXNzYWdlc0FzQmVkcm9ja01lc3NhZ2VzID0gYXN5bmMgKCk6IFByb21pc2U8XG4gICAgQXJyYXk8TWVzc2FnZT5cbiAgPiA9PiB7XG4gICAgY29uc3QgbWVzc2FnZXM6IEFycmF5PE1lc3NhZ2U+ID0gW107XG4gICAgY29uc3QgZXZlbnRNZXNzYWdlcyA9XG4gICAgICBhd2FpdCB0aGlzLm1lc3NhZ2VIaXN0b3J5UmV0cmlldmVyLmdldE1lc3NhZ2VIaXN0b3J5KCk7XG4gICAgZm9yIChjb25zdCBtZXNzYWdlIG9mIGV2ZW50TWVzc2FnZXMpIHtcbiAgICAgIGNvbnN0IG1lc3NhZ2VDb250ZW50OiBBcnJheTxDb250ZW50QmxvY2s+ID0gW107XG4gICAgICBmb3IgKGNvbnN0IGNvbnRlbnRFbGVtZW50IG9mIG1lc3NhZ2UuY29udGVudCkge1xuICAgICAgICBpZiAodHlwZW9mIGNvbnRlbnRFbGVtZW50LmltYWdlPy5zb3VyY2U/LmJ5dGVzID09PSAnc3RyaW5nJykge1xuICAgICAgICAgIG1lc3NhZ2VDb250ZW50LnB1c2goe1xuICAgICAgICAgICAgaW1hZ2U6IHtcbiAgICAgICAgICAgICAgZm9ybWF0OiBjb250ZW50RWxlbWVudC5pbWFnZS5mb3JtYXQsXG4gICAgICAgICAgICAgIHNvdXJjZToge1xuICAgICAgICAgICAgICAgIGJ5dGVzOiBCdWZmZXIuZnJvbShjb250ZW50RWxlbWVudC5pbWFnZS5zb3VyY2UuYnl0ZXMsICdiYXNlNjQnKSxcbiAgICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgfSk7XG4gICAgICAgIH0gZWxzZSBpZiAodHlwZW9mIGNvbnRlbnRFbGVtZW50LmRvY3VtZW50Py5zb3VyY2U/LmJ5dGVzID09PSAnc3RyaW5nJykge1xuICAgICAgICAgIG1lc3NhZ2VDb250ZW50LnB1c2goe1xuICAgICAgICAgICAgZG9jdW1lbnQ6IHtcbiAgICAgICAgICAgICAgLi4uY29udGVudEVsZW1lbnQuZG9jdW1lbnQsXG4gICAgICAgICAgICAgIHNvdXJjZToge1xuICAgICAgICAgICAgICAgIGJ5dGVzOiBCdWZmZXIuZnJvbShcbiAgICAgICAgICAgICAgICAgIGNvbnRlbnRFbGVtZW50LmRvY3VtZW50LnNvdXJjZS5ieXRlcyxcbiAgICAgICAgICAgICAgICAgICdiYXNlNjQnLFxuICAgICAgICAgICAgICAgICksXG4gICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICB9LFxuICAgICAgICAgIH0pO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgIC8vIE90aGVyd2lzZSB0eXBlIGNvbmZvcm1zIHRvIEJlZHJvY2sncyB0eXBlIGFuZCBpdCdzIHNhZmUgdG8gY2FzdC5cbiAgICAgICAgICBtZXNzYWdlQ29udGVudC5wdXNoKGNvbnRlbnRFbGVtZW50IGFzIENvbnRlbnRCbG9jayk7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIG1lc3NhZ2VzLnB1c2goe1xuICAgICAgICByb2xlOiBtZXNzYWdlLnJvbGUsXG4gICAgICAgIGNvbnRlbnQ6IG1lc3NhZ2VDb250ZW50LFxuICAgICAgfSk7XG4gICAgfVxuICAgIHJldHVybiBtZXNzYWdlcztcbiAgfTtcblxuICBwcml2YXRlIGNyZWF0ZVRvb2xDb25maWd1cmF0aW9uID0gKCk6IFRvb2xDb25maWd1cmF0aW9uIHwgdW5kZWZpbmVkID0+IHtcbiAgICBpZiAodGhpcy5hbGxUb29scy5sZW5ndGggPT09IDApIHtcbiAgICAgIHJldHVybiB1bmRlZmluZWQ7XG4gICAgfVxuXG4gICAgcmV0dXJuIHtcbiAgICAgIHRvb2xzOiB0aGlzLmFsbFRvb2xzLm1hcCgodCk6IFRvb2wgPT4ge1xuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgIHRvb2xTcGVjOiB7XG4gICAgICAgICAgICBuYW1lOiB0Lm5hbWUsXG4gICAgICAgICAgICBkZXNjcmlwdGlvbjogdC5kZXNjcmlwdGlvbixcbiAgICAgICAgICAgIC8vIFdlIGhhdmUgdG8gY2FzdCB0byBiZWRyb2NrIHR5cGUgYXMgd2UncmUgdXNpbmcgZGlmZmVyZW50IHR5cGVzIHRvIGRlc2NyaWJlIEpTT04gc2NoZW1hIGluIG91ciBBUEkuXG4gICAgICAgICAgICAvLyBUaGVzZSB0eXBlcyBhcmUgcnVudGltZSBjb21wYXRpYmxlLlxuICAgICAgICAgICAgaW5wdXRTY2hlbWE6IHQuaW5wdXRTY2hlbWEgYXMgVG9vbElucHV0U2NoZW1hLFxuICAgICAgICAgIH0sXG4gICAgICAgIH07XG4gICAgICB9KSxcbiAgICB9O1xuICB9O1xuXG4gIHByaXZhdGUgZXhlY3V0ZVRvb2wgPSBhc3luYyAoXG4gICAgdG9vbFVzZUJsb2NrOiBDb250ZW50QmxvY2suVG9vbFVzZU1lbWJlcixcbiAgKTogUHJvbWlzZTxDb250ZW50QmxvY2s+ID0+IHtcbiAgICBpZiAoIXRvb2xVc2VCbG9jay50b29sVXNlLm5hbWUpIHtcbiAgICAgIHRocm93IEVycm9yKCdCZWRyb2NrIHRvb2wgdXNlIHJlc3BvbnNlIGlzIG1pc3NpbmcgYSB0b29sIG5hbWUnKTtcbiAgICB9XG4gICAgY29uc3QgdG9vbCA9IHRoaXMuZXhlY3V0YWJsZVRvb2xCeU5hbWUuZ2V0KHRvb2xVc2VCbG9jay50b29sVXNlLm5hbWUpO1xuICAgIGlmICghdG9vbCkge1xuICAgICAgdGhyb3cgRXJyb3IoXG4gICAgICAgIGBCZWRyb2NrIHRvb2wgdXNlIHJlc3BvbnNlIGNvbnRhaW5zIHVua25vd24gdG9vbCAnJHt0b29sVXNlQmxvY2sudG9vbFVzZS5uYW1lfSdgLFxuICAgICAgKTtcbiAgICB9XG4gICAgdHJ5IHtcbiAgICAgIHRoaXMubG9nZ2VyLmluZm8oYEludm9raW5nIHRvb2wgJHt0b29sLm5hbWV9YCk7XG4gICAgICB0aGlzLmxvZ2dlci5kZWJ1ZygnVG9vbCBpbnB1dDonLCB0b29sVXNlQmxvY2sudG9vbFVzZS5pbnB1dCk7XG4gICAgICBjb25zdCB0b29sUmVzcG9uc2UgPSBhd2FpdCB0b29sLmV4ZWN1dGUodG9vbFVzZUJsb2NrLnRvb2xVc2UuaW5wdXQpO1xuICAgICAgdGhpcy5sb2dnZXIuaW5mbyhgUmVjZWl2ZWQgcmVzcG9uc2UgZnJvbSAke3Rvb2wubmFtZX0gdG9vbGApO1xuICAgICAgdGhpcy5sb2dnZXIuZGVidWcodG9vbFJlc3BvbnNlKTtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIHRvb2xSZXN1bHQ6IHtcbiAgICAgICAgICB0b29sVXNlSWQ6IHRvb2xVc2VCbG9jay50b29sVXNlLnRvb2xVc2VJZCxcbiAgICAgICAgICBjb250ZW50OiBbdG9vbFJlc3BvbnNlXSxcbiAgICAgICAgICBzdGF0dXM6ICdzdWNjZXNzJyxcbiAgICAgICAgfSxcbiAgICAgIH07XG4gICAgfSBjYXRjaCAoZSkge1xuICAgICAgaWYgKGUgaW5zdGFuY2VvZiBFcnJvcikge1xuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgIHRvb2xSZXN1bHQ6IHtcbiAgICAgICAgICAgIHRvb2xVc2VJZDogdG9vbFVzZUJsb2NrLnRvb2xVc2UudG9vbFVzZUlkLFxuICAgICAgICAgICAgY29udGVudDogW3sgdGV4dDogZS50b1N0cmluZygpIH1dLFxuICAgICAgICAgICAgc3RhdHVzOiAnZXJyb3InLFxuICAgICAgICAgIH0sXG4gICAgICAgIH07XG4gICAgICB9XG4gICAgICByZXR1cm4ge1xuICAgICAgICB0b29sUmVzdWx0OiB7XG4gICAgICAgICAgdG9vbFVzZUlkOiB0b29sVXNlQmxvY2sudG9vbFVzZS50b29sVXNlSWQsXG4gICAgICAgICAgY29udGVudDogW3sgdGV4dDogJ3Vua25vd24gZXJyb3Igb2NjdXJyZWQnIH1dLFxuICAgICAgICAgIHN0YXR1czogJ2Vycm9yJyxcbiAgICAgICAgfSxcbiAgICAgIH07XG4gICAgfVxuICB9O1xufVxuIl19
|
404
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVkcm9ja19jb252ZXJzZV9hZGFwdGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2NvbnZlcnNhdGlvbi9ydW50aW1lL2JlZHJvY2tfY29udmVyc2VfYWRhcHRlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSw0RUFheUM7QUFPekMsaUVBQTRFO0FBQzVFLHFHQUErRjtBQUUvRixxQ0FBMkM7QUFDM0MsK0RBQTBEO0FBRTFEOzs7R0FHRztBQUNILE1BQWEsc0JBQXNCO0lBUWpDOztPQUVHO0lBQ0gsWUFDbUIsS0FBNEIsRUFDN0MsZUFBc0MsRUFDckIsZ0JBQXNDLElBQUksNkNBQW9CLENBQzdFLEVBQUUsTUFBTSxFQUFFLEtBQUssQ0FBQyxrQkFBa0IsQ0FBQyxNQUFNLEVBQUUsQ0FDNUMsRUFDRCxrQkFBa0IsR0FBRyxJQUFJLHlEQUFrQyxDQUFDLEtBQUssQ0FBQyxFQUNqRCwwQkFBMEIsSUFBSSw0RUFBbUMsQ0FDaEYsS0FBSyxDQUNOLEVBQ0QsaUJBQWlCLEdBQUcsSUFBSSx1Q0FBaUIsQ0FBQyxLQUFLLENBQUMsRUFDL0IsU0FBUyxPQUFPOztRQVZoQixVQUFLLEdBQUwsS0FBSyxDQUF1QjtRQUU1QixrQkFBYSxHQUFiLGFBQWEsQ0FFN0I7UUFFZ0IsNEJBQXVCLEdBQXZCLHVCQUF1QixDQUV2QztRQUVnQixXQUFNLEdBQU4sTUFBTSxDQUFVO1FBbEJsQix5QkFBb0IsR0FDbkMsSUFBSSxHQUFHLEVBQUUsQ0FBQztRQUNLLHFCQUFnQixHQUFnQyxJQUFJLEdBQUcsRUFBRSxDQUFDO1FBOEQzRSxlQUFVLEdBQUcsS0FBSyxJQUE2QixFQUFFOztZQUMvQyxNQUFNLEVBQUUsT0FBTyxFQUFFLFlBQVksRUFBRSxzQkFBc0IsRUFBRSxHQUNyRCxJQUFJLENBQUMsS0FBSyxDQUFDLGtCQUFrQixDQUFDO1lBRWhDLE1BQU0sUUFBUSxHQUNaLE1BQU0sSUFBSSxDQUFDLGlDQUFpQyxFQUFFLENBQUM7WUFFakQsSUFBSSxlQUFzQyxDQUFDO1lBQzNDLEdBQUcsQ0FBQztnQkFDRixNQUFNLFVBQVUsR0FBRyxJQUFJLENBQUMsdUJBQXVCLEVBQUUsQ0FBQztnQkFDbEQsTUFBTSxvQkFBb0IsR0FBeUI7b0JBQ2pELE9BQU87b0JBQ1AsUUFBUSxFQUFFLENBQUMsR0FBRyxRQUFRLENBQUM7b0JBQ3ZCLE1BQU0sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLFlBQVksRUFBRSxDQUFDO29CQUNoQyxlQUFlLEVBQUUsc0JBQXNCO29CQUN2QyxVQUFVO2lCQUNYLENBQUM7Z0JBQ0YsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsa0NBQWtDLENBQUMsQ0FBQztnQkFDckQsSUFBSSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsMkJBQTJCLEVBQUUsb0JBQW9CLENBQUMsQ0FBQztnQkFDckUsZUFBZSxHQUFHLE1BQU0sSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQzdDLElBQUksd0NBQWUsQ0FBQyxvQkFBb0IsQ0FBQyxDQUMxQyxDQUFDO2dCQUNGLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUNkLGlEQUFpRCxlQUFlLENBQUMsU0FBUyxDQUFDLFNBQVMsRUFBRSxFQUN0RixlQUFlLENBQUMsS0FBSyxDQUN0QixDQUFDO2dCQUNGLElBQUksQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLDRCQUE0QixFQUFFLGVBQWUsQ0FBQyxDQUFDO2dCQUNqRSxJQUFJLE1BQUEsZUFBZSxDQUFDLE1BQU0sMENBQUUsT0FBTyxFQUFFLENBQUM7b0JBQ3BDLFFBQVEsQ0FBQyxJQUFJLENBQUMsTUFBQSxlQUFlLENBQUMsTUFBTSwwQ0FBRSxPQUFPLENBQUMsQ0FBQztnQkFDakQsQ0FBQztnQkFDRCxJQUFJLGVBQWUsQ0FBQyxVQUFVLEtBQUssVUFBVSxFQUFFLENBQUM7b0JBQzlDLE1BQU0scUJBQXFCLEdBQ3pCLE1BQUEsTUFBQSxNQUFBLGVBQWUsQ0FBQyxNQUFNLDBDQUFFLE9BQU8sMENBQUUsT0FBTyxtQ0FBSSxFQUFFLENBQUM7b0JBQ2pELE1BQU0sYUFBYSxHQUFHLHFCQUFxQixDQUFDLE1BQU0sQ0FDaEQsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLFNBQVMsSUFBSSxLQUFLLENBQ08sQ0FBQztvQkFDdkMsTUFBTSxtQkFBbUIsR0FBRyxxQkFBcUIsQ0FBQyxNQUFNLENBQ3RELENBQUMsS0FBSyxFQUFFLEVBQUU7O3dCQUNSLE9BQUEsQ0FBQSxNQUFBLEtBQUssQ0FBQyxPQUFPLDBDQUFFLElBQUk7NEJBQ25CLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxHQUFHLENBQUMsTUFBQSxLQUFLLENBQUMsT0FBTywwQ0FBRSxJQUFJLENBQUMsQ0FBQTtxQkFBQSxDQUNqRCxDQUFDO29CQUNGLElBQUksbUJBQW1CLENBQUMsTUFBTSxHQUFHLENBQUMsRUFBRSxDQUFDO3dCQUNuQyxvRUFBb0U7d0JBQ3BFLHVDQUF1Qzt3QkFDdkMsT0FBTyxtQkFBbUIsQ0FBQztvQkFDN0IsQ0FBQztvQkFDRCxNQUFNLHlCQUF5QixHQUF3QixFQUFFLENBQUM7b0JBQzFELEtBQUssTUFBTSxvQkFBb0IsSUFBSSxhQUFhLEVBQUUsQ0FBQzt3QkFDakQsTUFBTSxZQUFZLEdBQ2hCLG9CQUFrRCxDQUFDO3dCQUNyRCxNQUFNLHNCQUFzQixHQUFHLE1BQU0sSUFBSSxDQUFDLFdBQVcsQ0FBQyxZQUFZLENBQUMsQ0FBQzt3QkFDcEUseUJBQXlCLENBQUMsSUFBSSxDQUFDLHNCQUFzQixDQUFDLENBQUM7b0JBQ3pELENBQUM7b0JBQ0QsUUFBUSxDQUFDLElBQUksQ0FBQzt3QkFDWixJQUFJLEVBQUUsTUFBTTt3QkFDWixPQUFPLEVBQUUseUJBQXlCO3FCQUNuQyxDQUFDLENBQUM7Z0JBQ0wsQ0FBQztZQUNILENBQUMsUUFBUSxlQUFlLENBQUMsVUFBVSxLQUFLLFVBQVUsRUFBRTtZQUVwRCxPQUFPLE1BQUEsTUFBQSxNQUFBLGVBQWUsQ0FBQyxNQUFNLDBDQUFFLE9BQU8sMENBQUUsT0FBTyxtQ0FBSSxFQUFFLENBQUM7UUFDeEQsQ0FBQyxDQUFDO1FBNk1GOzs7O1dBSUc7UUFDSyxzQ0FBaUMsR0FBRyxLQUFLLElBRS9DLEVBQUU7O1lBQ0YsTUFBTSxRQUFRLEdBQW1CLEVBQUUsQ0FBQztZQUNwQyxNQUFNLGFBQWEsR0FDakIsTUFBTSxJQUFJLENBQUMsdUJBQXVCLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztZQUN6RCxLQUFLLE1BQU0sT0FBTyxJQUFJLGFBQWEsRUFBRSxDQUFDO2dCQUNwQyxNQUFNLGNBQWMsR0FBd0IsRUFBRSxDQUFDO2dCQUMvQyxLQUFLLE1BQU0sY0FBYyxJQUFJLE9BQU8sQ0FBQyxPQUFPLEVBQUUsQ0FBQztvQkFDN0MsSUFBSSxPQUFPLENBQUEsTUFBQSxNQUFBLGNBQWMsQ0FBQyxLQUFLLDBDQUFFLE1BQU0sMENBQUUsS0FBSyxDQUFBLEtBQUssUUFBUSxFQUFFLENBQUM7d0JBQzVELGNBQWMsQ0FBQyxJQUFJLENBQUM7NEJBQ2xCLEtBQUssRUFBRTtnQ0FDTCxNQUFNLEVBQUUsY0FBYyxDQUFDLEtBQUssQ0FBQyxNQUFNO2dDQUNuQyxNQUFNLEVBQUU7b0NBQ04sS0FBSyxFQUFFLE1BQU0sQ0FBQyxJQUFJLENBQUMsY0FBYyxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsS0FBSyxFQUFFLFFBQVEsQ0FBQztpQ0FDaEU7NkJBQ0Y7eUJBQ0YsQ0FBQyxDQUFDO29CQUNMLENBQUM7eUJBQU0sSUFBSSxPQUFPLENBQUEsTUFBQSxNQUFBLGNBQWMsQ0FBQyxRQUFRLDBDQUFFLE1BQU0sMENBQUUsS0FBSyxDQUFBLEtBQUssUUFBUSxFQUFFLENBQUM7d0JBQ3RFLGNBQWMsQ0FBQyxJQUFJLENBQUM7NEJBQ2xCLFFBQVEsRUFBRTtnQ0FDUixHQUFHLGNBQWMsQ0FBQyxRQUFRO2dDQUMxQixNQUFNLEVBQUU7b0NBQ04sS0FBSyxFQUFFLE1BQU0sQ0FBQyxJQUFJLENBQ2hCLGNBQWMsQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLEtBQUssRUFDcEMsUUFBUSxDQUNUO2lDQUNGOzZCQUNGO3lCQUNGLENBQUMsQ0FBQztvQkFDTCxDQUFDO3lCQUFNLENBQUM7d0JBQ04sbUVBQW1FO3dCQUNuRSxjQUFjLENBQUMsSUFBSSxDQUFDLGNBQThCLENBQUMsQ0FBQztvQkFDdEQsQ0FBQztnQkFDSCxDQUFDO2dCQUNELFFBQVEsQ0FBQyxJQUFJLENBQUM7b0JBQ1osSUFBSSxFQUFFLE9BQU8sQ0FBQyxJQUFJO29CQUNsQixPQUFPLEVBQUUsY0FBYztpQkFDeEIsQ0FBQyxDQUFDO1lBQ0wsQ0FBQztZQUNELE9BQU8sUUFBUSxDQUFDO1FBQ2xCLENBQUMsQ0FBQztRQUVNLDRCQUF1QixHQUFHLEdBQWtDLEVBQUU7WUFDcEUsSUFBSSxJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sS0FBSyxDQUFDLEVBQUUsQ0FBQztnQkFDL0IsT0FBTyxTQUFTLENBQUM7WUFDbkIsQ0FBQztZQUVELE9BQU87Z0JBQ0wsS0FBSyxFQUFFLElBQUksQ0FBQyxRQUFRLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFRLEVBQUU7b0JBQ25DLE9BQU87d0JBQ0wsUUFBUSxFQUFFOzRCQUNSLElBQUksRUFBRSxDQUFDLENBQUMsSUFBSTs0QkFDWixXQUFXLEVBQUUsQ0FBQyxDQUFDLFdBQVc7NEJBQzFCLHFHQUFxRzs0QkFDckcsc0NBQXNDOzRCQUN0QyxXQUFXLEVBQUUsQ0FBQyxDQUFDLFdBQThCO3lCQUM5QztxQkFDRixDQUFDO2dCQUNKLENBQUMsQ0FBQzthQUNILENBQUM7UUFDSixDQUFDLENBQUM7UUFFTSxnQkFBVyxHQUFHLEtBQUssRUFDekIsWUFBd0MsRUFDakIsRUFBRTtZQUN6QixJQUFJLENBQUMsWUFBWSxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsQ0FBQztnQkFDL0IsTUFBTSxLQUFLLENBQUMsa0RBQWtELENBQUMsQ0FBQztZQUNsRSxDQUFDO1lBQ0QsTUFBTSxJQUFJLEdBQUcsSUFBSSxDQUFDLG9CQUFvQixDQUFDLEdBQUcsQ0FBQyxZQUFZLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO1lBQ3RFLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQztnQkFDVixNQUFNLEtBQUssQ0FDVCxvREFBb0QsWUFBWSxDQUFDLE9BQU8sQ0FBQyxJQUFJLEdBQUcsQ0FDakYsQ0FBQztZQUNKLENBQUM7WUFDRCxJQUFJLENBQUM7Z0JBQ0gsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsaUJBQWlCLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDO2dCQUMvQyxJQUFJLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxhQUFhLEVBQUUsWUFBWSxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQztnQkFDN0QsTUFBTSxZQUFZLEdBQUcsTUFBTSxJQUFJLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLENBQUM7Z0JBQ3BFLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLDBCQUEwQixJQUFJLENBQUMsSUFBSSxPQUFPLENBQUMsQ0FBQztnQkFDN0QsSUFBSSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLENBQUM7Z0JBQ2hDLE9BQU87b0JBQ0wsVUFBVSxFQUFFO3dCQUNWLFNBQVMsRUFBRSxZQUFZLENBQUMsT0FBTyxDQUFDLFNBQVM7d0JBQ3pDLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQzt3QkFDdkIsTUFBTSxFQUFFLFNBQVM7cUJBQ2xCO2lCQUNGLENBQUM7WUFDSixDQUFDO1lBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQztnQkFDWCxJQUFJLENBQUMsWUFBWSxLQUFLLEVBQUUsQ0FBQztvQkFDdkIsT0FBTzt3QkFDTCxVQUFVLEVBQUU7NEJBQ1YsU0FBUyxFQUFFLFlBQVksQ0FBQyxPQUFPLENBQUMsU0FBUzs0QkFDekMsT0FBTyxFQUFFLENBQUMsRUFBRSxJQUFJLEVBQUUsQ0FBQyxDQUFDLFFBQVEsRUFBRSxFQUFFLENBQUM7NEJBQ2pDLE1BQU0sRUFBRSxPQUFPO3lCQUNoQjtxQkFDRixDQUFDO2dCQUNKLENBQUM7Z0JBQ0QsT0FBTztvQkFDTCxVQUFVLEVBQUU7d0JBQ1YsU0FBUyxFQUFFLFlBQVksQ0FBQyxPQUFPLENBQUMsU0FBUzt3QkFDekMsT0FBTyxFQUFFLENBQUMsRUFBRSxJQUFJLEVBQUUsd0JBQXdCLEVBQUUsQ0FBQzt3QkFDN0MsTUFBTSxFQUFFLE9BQU87cUJBQ2hCO2lCQUNGLENBQUM7WUFDSixDQUFDO1FBQ0gsQ0FBQyxDQUFDO1FBcmFBLElBQUksQ0FBQyxhQUFhLENBQUMsZUFBZSxDQUFDLEdBQUcsQ0FDcEMsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLENBQUMsSUFBSSxFQUFFLEVBQUU7WUFDakIsZ0RBQWdEO1lBQ2hELDZHQUE2RztZQUM3RyxJQUFJLENBQUMsT0FBTyxDQUFDLE9BQU8sQ0FBQyxrQkFBa0IsQ0FBQztnQkFDdEMsaUJBQWlCLENBQUMsWUFBWSxFQUFFLENBQUM7WUFDbkMsT0FBTyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDcEIsQ0FBQyxFQUNEO1lBQ0UsSUFBSSxFQUFFLE9BQU87WUFDYixJQUFJLEVBQUUsNkJBQTZCO1NBQ3BDLENBQ0YsQ0FBQztRQUNGLElBQUksQ0FBQyxlQUFlLEdBQUc7WUFDckIsR0FBRyxrQkFBa0IsQ0FBQyxhQUFhLEVBQUU7WUFDckMsR0FBRyxlQUFlO1NBQ25CLENBQUM7UUFDRixJQUFJLENBQUMsV0FBVyxHQUFHLE1BQUEsTUFBQSxJQUFJLENBQUMsS0FBSyxDQUFDLGtCQUFrQiwwQ0FBRSxXQUFXLG1DQUFJLEVBQUUsQ0FBQztRQUNwRSxJQUFJLENBQUMsUUFBUSxHQUFHLENBQUMsR0FBRyxJQUFJLENBQUMsZUFBZSxFQUFFLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDO1FBQy9ELE1BQU0sY0FBYyxHQUFHLElBQUksR0FBRyxFQUFVLENBQUM7UUFDekMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRTtZQUNqQyxJQUFJLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUM7Z0JBQzFDLGNBQWMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDO1lBQzdCLENBQUM7WUFDRCxJQUFJLENBQUMsb0JBQW9CLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFDM0MsQ0FBQyxDQUFDLENBQUM7UUFDSCxJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFO1lBQzdCLElBQUksSUFBSSxDQUFDLG9CQUFvQixDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQztnQkFDMUMsY0FBYyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUM7WUFDN0IsQ0FBQztZQUNELElBQUksSUFBSSxDQUFDLGdCQUFnQixDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQztnQkFDdEMsY0FBYyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUM7WUFDN0IsQ0FBQztZQUNELElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQztRQUN2QyxDQUFDLENBQUMsQ0FBQztRQUNILElBQUksY0FBYyxDQUFDLElBQUksR0FBRyxDQUFDLEVBQUUsQ0FBQztZQUM1QixNQUFNLElBQUksd0JBQWUsQ0FDdkIsa0RBQWtEO2dCQUNoRCxHQUFHLGNBQWM7YUFDbEIsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FDaEIsQ0FBQztRQUNKLENBQUM7SUFDSCxDQUFDO0lBaUVEOztPQUVHO0lBQ0gsS0FBSyxDQUFDLENBQUMsbUJBQW1COztRQUN4QixNQUFNLEVBQUUsT0FBTyxFQUFFLFlBQVksRUFBRSxzQkFBc0IsRUFBRSxHQUNyRCxJQUFJLENBQUMsS0FBSyxDQUFDLGtCQUFrQixDQUFDO1FBRWhDLE1BQU0sUUFBUSxHQUNaLE1BQU0sSUFBSSxDQUFDLGlDQUFpQyxFQUFFLENBQUM7UUFFakQsSUFBSSxlQUE0QyxDQUFDO1FBQ2pELHNFQUFzRTtRQUN0RSw0Q0FBNEM7UUFDNUMsSUFBSSxVQUFVLEdBQUcsQ0FBQyxDQUFDO1FBQ25CLElBQUksY0FBYyxHQUFHLENBQUMsQ0FBQztRQUN2QixJQUFJLFVBQVUsR0FBRyxFQUFFLENBQUM7UUFDcEIsOENBQThDO1FBQzlDLHlFQUF5RTtRQUN6RSxNQUFNLHNCQUFzQixHQUFnQyxFQUFFLENBQUM7UUFDL0QsR0FBRyxDQUFDO1lBQ0YsTUFBTSxVQUFVLEdBQUcsSUFBSSxDQUFDLHVCQUF1QixFQUFFLENBQUM7WUFDbEQsTUFBTSxvQkFBb0IsR0FBK0I7Z0JBQ3ZELE9BQU87Z0JBQ1AsUUFBUSxFQUFFLENBQUMsR0FBRyxRQUFRLENBQUM7Z0JBQ3ZCLE1BQU0sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLFlBQVksRUFBRSxDQUFDO2dCQUNoQyxlQUFlLEVBQUUsc0JBQXNCO2dCQUN2QyxVQUFVO2FBQ1gsQ0FBQztZQUNGLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLHlDQUF5QyxDQUFDLENBQUM7WUFDNUQsSUFBSSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQ2Ysa0NBQWtDLEVBQ2xDLG9CQUFvQixDQUNyQixDQUFDO1lBQ0YsZUFBZSxHQUFHLE1BQU0sSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQzdDLElBQUksOENBQXFCLENBQUMsb0JBQW9CLENBQUMsQ0FDaEQsQ0FBQztZQUNGLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUNkLHdEQUF3RCxlQUFlLENBQUMsU0FBUyxDQUFDLFNBQVMsRUFBRSxDQUM5RixDQUFDO1lBQ0YsSUFBSSxDQUFDLGVBQWUsQ0FBQyxNQUFNLEVBQUUsQ0FBQztnQkFDNUIsTUFBTSxJQUFJLEtBQUssQ0FBQyxvQ0FBb0MsQ0FBQyxDQUFDO1lBQ3hELENBQUM7WUFDRCxJQUFJLFlBQW9ELENBQUM7WUFDekQsSUFBSSxvQkFBb0IsR0FBRyxLQUFLLENBQUM7WUFDakMsSUFBSSxJQUFJLEdBQVcsRUFBRSxDQUFDO1lBQ3RCLElBQUksWUFBWSxHQUFXLEVBQUUsQ0FBQztZQUM5QixJQUFJLGVBQWUsR0FBRyxDQUFDLENBQUM7WUFDeEIsSUFBSSxtQkFBbUIsR0FBRyxDQUFDLENBQUM7WUFDNUIsNERBQTREO1lBQzVELE1BQU0sMkJBQTJCLEdBQVk7Z0JBQzNDLElBQUksRUFBRSxTQUFTO2dCQUNmLE9BQU8sRUFBRSxFQUFFO2FBQ1osQ0FBQztZQUVGLElBQUksc0JBQXNCLEdBQUcsQ0FBQyxDQUFDO1lBQy9CLElBQUksQ0FBQztnQkFDSCxJQUFJLEtBQUssRUFBRSxNQUFNLEtBQUssSUFBSSxlQUFlLENBQUMsTUFBTSxFQUFFLENBQUM7b0JBQ2pELElBQUksQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLHlDQUF5QyxFQUFFLEtBQUssQ0FBQyxDQUFDO29CQUNwRSxJQUFJLEtBQUssQ0FBQyxZQUFZLEVBQUUsQ0FBQzt3QkFDdkIsMkJBQTJCLENBQUMsSUFBSSxHQUFHLEtBQUssQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDO29CQUM3RCxDQUFDO3lCQUFNLElBQUksS0FBSyxDQUFDLGlCQUFpQixFQUFFLENBQUM7d0JBQ25DLGVBQWUsR0FBRyxDQUFDLENBQUM7d0JBQ3BCLG1CQUFtQixHQUFHLENBQUMsQ0FBQzt3QkFDeEIsSUFBSSxNQUFBLEtBQUssQ0FBQyxpQkFBaUIsQ0FBQyxLQUFLLDBDQUFFLE9BQU8sRUFBRSxDQUFDOzRCQUMzQyxZQUFZLEdBQUc7Z0NBQ2IsT0FBTyxFQUFFO29DQUNQLEdBQUcsTUFBQSxLQUFLLENBQUMsaUJBQWlCLENBQUMsS0FBSywwQ0FBRSxPQUFPO29DQUN6QyxLQUFLLEVBQUUsU0FBUztpQ0FDakI7NkJBQ0YsQ0FBQzt3QkFDSixDQUFDO29CQUNILENBQUM7eUJBQU0sSUFBSSxLQUFLLENBQUMsaUJBQWlCLEVBQUUsQ0FBQzt3QkFDbkMsSUFBSSxNQUFBLEtBQUssQ0FBQyxpQkFBaUIsQ0FBQyxLQUFLLDBDQUFFLE9BQU8sRUFBRSxDQUFDOzRCQUMzQyxJQUFJLENBQUMsS0FBSyxDQUFDLGlCQUFpQixDQUFDLEtBQUssQ0FBQyxPQUFPLENBQUMsS0FBSyxFQUFFLENBQUM7Z0NBQ2pELFlBQVksR0FBRyxFQUFFLENBQUM7NEJBQ3BCLENBQUM7aUNBQU0sQ0FBQztnQ0FDTixZQUFZLElBQUksS0FBSyxDQUFDLGlCQUFpQixDQUFDLEtBQUssQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDOzRCQUM5RCxDQUFDO3dCQUNILENBQUM7NkJBQU0sSUFBSSxNQUFBLEtBQUssQ0FBQyxpQkFBaUIsQ0FBQyxLQUFLLDBDQUFFLElBQUksRUFBRSxDQUFDOzRCQUMvQyxJQUFJLElBQUksS0FBSyxDQUFDLGlCQUFpQixDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUM7NEJBQzNDLE1BQU0sWUFBWSxHQUEyQjtnQ0FDM0Msc0JBQXNCLEVBQUUsQ0FBQyxHQUFHLHNCQUFzQixFQUFFLEVBQUUsSUFBSSxFQUFFLENBQUM7Z0NBQzdELGNBQWMsRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLGNBQWM7Z0NBQ3pDLHVCQUF1QixFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsZ0JBQWdCO2dDQUNwRCxnQkFBZ0IsRUFBRSxLQUFLLENBQUMsaUJBQWlCLENBQUMsS0FBSyxDQUFDLElBQUk7Z0NBQ3BELGlCQUFpQixFQUFFLFVBQVU7Z0NBQzdCLHNCQUFzQixFQUFFLGVBQWU7NkJBQ3hDLENBQUM7NEJBQ0YsNERBQTREOzRCQUM1RCxJQUFJLEdBQUcsSUFBSSxLQUFLLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztnQ0FDbkMsTUFBTSxjQUFjLEdBQUcsS0FBSyxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQztnQ0FDakQsSUFBSSxPQUFPLGNBQWMsS0FBSyxRQUFRLEVBQUUsQ0FBQztvQ0FDdkMsWUFBWSxDQUFDLENBQUMsR0FBRyxjQUFjLENBQUM7Z0NBQ2xDLENBQUM7NEJBQ0gsQ0FBQzs0QkFDRCxNQUFNLFlBQVksQ0FBQzs0QkFDbkIsbUJBQW1CLEdBQUcsZUFBZSxDQUFDOzRCQUN0QyxlQUFlLEVBQUUsQ0FBQzt3QkFDcEIsQ0FBQztvQkFDSCxDQUFDO3lCQUFNLElBQUksS0FBSyxDQUFDLGdCQUFnQixFQUFFLENBQUM7d0JBQ2xDLElBQUksWUFBWSxFQUFFLENBQUM7NEJBQ2pCLElBQUksWUFBWSxFQUFFLENBQUM7Z0NBQ2pCLFlBQVksQ0FBQyxPQUFPLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLENBQUM7NEJBQ3hELENBQUM7aUNBQU0sQ0FBQztnQ0FDTixxRUFBcUU7Z0NBQ3JFLDJDQUEyQztnQ0FDM0MsWUFBWSxDQUFDLE9BQU8sQ0FBQyxLQUFLLEdBQUcsRUFBRSxDQUFDOzRCQUNsQyxDQUFDOzRCQUNELE1BQUEsMkJBQTJCLENBQUMsT0FBTywwQ0FBRSxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7NEJBQ3hELElBQ0UsWUFBWSxDQUFDLE9BQU8sQ0FBQyxJQUFJO2dDQUN6QixJQUFJLENBQUMsZ0JBQWdCLENBQUMsR0FBRyxDQUFDLFlBQVksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEVBQ3BELENBQUM7Z0NBQ0Qsb0JBQW9CLEdBQUcsSUFBSSxDQUFDO2dDQUM1QixzQkFBc0IsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7Z0NBQzFDLE1BQU07b0NBQ0osc0JBQXNCLEVBQUUsQ0FBQyxHQUFHLHNCQUFzQixDQUFDO29DQUNuRCxjQUFjLEVBQUUsSUFBSSxDQUFDLEtBQUssQ0FBQyxjQUFjO29DQUN6Qyx1QkFBdUIsRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLGdCQUFnQjtvQ0FDcEQsaUJBQWlCLEVBQUUsVUFBVTtvQ0FDN0IsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLFNBQVMsQ0FBQyxZQUFZLENBQUM7aUNBQ2xELENBQUM7Z0NBQ0YsY0FBYyxHQUFHLFVBQVUsQ0FBQztnQ0FDNUIsVUFBVSxFQUFFLENBQUM7NEJBQ2YsQ0FBQzs0QkFDRCxZQUFZLEdBQUcsU0FBUyxDQUFDOzRCQUN6QixZQUFZLEdBQUcsRUFBRSxDQUFDO3dCQUNwQixDQUFDOzZCQUFNLENBQUM7NEJBQ04sTUFBQSwyQkFBMkIsQ0FBQyxPQUFPLDBDQUFFLElBQUksQ0FBQztnQ0FDeEMsSUFBSTs2QkFDTCxDQUFDLENBQUM7NEJBQ0gsc0JBQXNCLENBQUMsSUFBSSxDQUFDLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FBQzs0QkFDdEMsTUFBTTtnQ0FDSixzQkFBc0IsRUFBRSxDQUFDLEdBQUcsc0JBQXNCLENBQUM7Z0NBQ25ELGNBQWMsRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLGNBQWM7Z0NBQ3pDLHVCQUF1QixFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsZ0JBQWdCO2dDQUNwRCxpQkFBaUIsRUFBRSxVQUFVO2dDQUM3Qix1QkFBdUIsRUFBRSxtQkFBbUI7NkJBQzdDLENBQUM7NEJBQ0YsSUFBSSxHQUFHLEVBQUUsQ0FBQzs0QkFDVixjQUFjLEdBQUcsVUFBVSxDQUFDOzRCQUM1QixVQUFVLEVBQUUsQ0FBQzt3QkFDZixDQUFDO29CQUNILENBQUM7eUJBQU0sSUFBSSxLQUFLLENBQUMsV0FBVyxFQUFFLENBQUM7d0JBQzdCLFVBQVUsR0FBRyxNQUFBLEtBQUssQ0FBQyxXQUFXLENBQUMsVUFBVSxtQ0FBSSxFQUFFLENBQUM7b0JBQ2xELENBQUM7b0JBQ0Qsc0JBQXNCLEVBQUUsQ0FBQztvQkFDekIsSUFBSSxzQkFBc0IsR0FBRyxJQUFJLEtBQUssQ0FBQyxFQUFFLENBQUM7d0JBQ3hDLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUNkLGFBQWEsc0JBQXNCLDREQUE0RCxlQUFlLENBQUMsU0FBUyxDQUFDLFNBQVMsRUFBRSxDQUNySSxDQUFDO29CQUNKLENBQUM7Z0JBQ0gsQ0FBQztZQUNILENBQUM7b0JBQVMsQ0FBQztnQkFDVCxJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FDZCx3QkFBd0Isc0JBQXNCLDREQUE0RCxlQUFlLENBQUMsU0FBUyxDQUFDLFNBQVMsRUFBRSxDQUNoSixDQUFDO1lBQ0osQ0FBQztZQUNELElBQUksQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUNmLCtDQUErQyxFQUMvQywyQkFBMkIsQ0FDNUIsQ0FBQztZQUNGLElBQUksb0JBQW9CLEVBQUUsQ0FBQztnQkFDekIsb0VBQW9FO2dCQUNwRSx1Q0FBdUM7Z0JBQ3ZDLE1BQU07b0JBQ0osc0JBQXNCLEVBQUUsQ0FBQyxHQUFHLHNCQUFzQixDQUFDO29CQUNuRCxjQUFjLEVBQUUsSUFBSSxDQUFDLEtBQUssQ0FBQyxjQUFjO29CQUN6Qyx1QkFBdUIsRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLGdCQUFnQjtvQkFDcEQsaUJBQWlCLEVBQUUsY0FBYztvQkFDakMsVUFBVSxFQUFFLFVBQVU7aUJBQ3ZCLENBQUM7Z0JBQ0YsT0FBTztZQUNULENBQUM7WUFDRCxRQUFRLENBQUMsSUFBSSxDQUFDLDJCQUEyQixDQUFDLENBQUM7WUFDM0MsSUFBSSxVQUFVLEtBQUssVUFBVSxFQUFFLENBQUM7Z0JBQzlCLE1BQU0scUJBQXFCLEdBQUcsTUFBQSwyQkFBMkIsQ0FBQyxPQUFPLG1DQUFJLEVBQUUsQ0FBQztnQkFDeEUsTUFBTSxhQUFhLEdBQUcscUJBQXFCLENBQUMsTUFBTSxDQUNoRCxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsU0FBUyxJQUFJLEtBQUssQ0FDTyxDQUFDO2dCQUN2QyxNQUFNLHlCQUF5QixHQUF3QixFQUFFLENBQUM7Z0JBQzFELEtBQUssTUFBTSxvQkFBb0IsSUFBSSxhQUFhLEVBQUUsQ0FBQztvQkFDakQsTUFBTSxZQUFZLEdBQ2hCLG9CQUFrRCxDQUFDO29CQUNyRCxNQUFNLHNCQUFzQixHQUFHLE1BQU0sSUFBSSxDQUFDLFdBQVcsQ0FBQyxZQUFZLENBQUMsQ0FBQztvQkFDcEUseUJBQXlCLENBQUMsSUFBSSxDQUFDLHNCQUFzQixDQUFDLENBQUM7Z0JBQ3pELENBQUM7Z0JBQ0QsUUFBUSxDQUFDLElBQUksQ0FBQztvQkFDWixJQUFJLEVBQUUsTUFBTTtvQkFDWixPQUFPLEVBQUUseUJBQXlCO2lCQUNuQyxDQUFDLENBQUM7WUFDTCxDQUFDO1FBQ0gsQ0FBQyxRQUFRLFVBQVUsS0FBSyxVQUFVLEVBQUU7UUFFcEMsTUFBTTtZQUNKLHNCQUFzQixFQUFFLENBQUMsR0FBRyxzQkFBc0IsQ0FBQztZQUNuRCxjQUFjLEVBQUUsSUFBSSxDQUFDLEtBQUssQ0FBQyxjQUFjO1lBQ3pDLHVCQUF1QixFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsZ0JBQWdCO1lBQ3BELGlCQUFpQixFQUFFLGNBQWM7WUFDakMsVUFBVSxFQUFFLFVBQVU7U0FDdkIsQ0FBQztJQUNKLENBQUM7Q0FrSEY7QUE5YkQsd0RBOGJDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQmVkcm9ja1J1bnRpbWVDbGllbnQsXG4gIENvbnRlbnRCbG9jayxcbiAgQ29udmVyc2VDb21tYW5kLFxuICBDb252ZXJzZUNvbW1hbmRJbnB1dCxcbiAgQ29udmVyc2VDb21tYW5kT3V0cHV0LFxuICBDb252ZXJzZVN0cmVhbUNvbW1hbmQsXG4gIENvbnZlcnNlU3RyZWFtQ29tbWFuZElucHV0LFxuICBDb252ZXJzZVN0cmVhbUNvbW1hbmRPdXRwdXQsXG4gIE1lc3NhZ2UsXG4gIFRvb2wsXG4gIFRvb2xDb25maWd1cmF0aW9uLFxuICBUb29sSW5wdXRTY2hlbWEsXG59IGZyb20gJ0Bhd3Mtc2RrL2NsaWVudC1iZWRyb2NrLXJ1bnRpbWUnO1xuaW1wb3J0IHtcbiAgQ29udmVyc2F0aW9uVHVybkV2ZW50LFxuICBFeGVjdXRhYmxlVG9vbCxcbiAgU3RyZWFtaW5nUmVzcG9uc2VDaHVuayxcbiAgVG9vbERlZmluaXRpb24sXG59IGZyb20gJy4vdHlwZXMuanMnO1xuaW1wb3J0IHsgQ29udmVyc2F0aW9uVHVybkV2ZW50VG9vbHNQcm92aWRlciB9IGZyb20gJy4vZXZlbnQtdG9vbHMtcHJvdmlkZXInO1xuaW1wb3J0IHsgQ29udmVyc2F0aW9uTWVzc2FnZUhpc3RvcnlSZXRyaWV2ZXIgfSBmcm9tICcuL2NvbnZlcnNhdGlvbl9tZXNzYWdlX2hpc3RvcnlfcmV0cmlldmVyJztcbmltcG9ydCAqIGFzIGJlZHJvY2sgZnJvbSAnQGF3cy1zZGsvY2xpZW50LWJlZHJvY2stcnVudGltZSc7XG5pbXBvcnQgeyBWYWxpZGF0aW9uRXJyb3IgfSBmcm9tICcuL2Vycm9ycyc7XG5pbXBvcnQgeyBVc2VyQWdlbnRQcm92aWRlciB9IGZyb20gJy4vdXNlcl9hZ2VudF9wcm92aWRlcic7XG5cbi8qKlxuICogVGhpcyBjbGFzcyBpcyByZXNwb25zaWJsZSBmb3IgaW50ZXJhY3Rpbmcgd2l0aCBCZWRyb2NrIENvbnZlcnNlIEFQSVxuICogaW4gb3JkZXIgdG8gcHJvZHVjZSBmaW5hbCByZXNwb25zZSB0aGF0IGNhbiBiZSBzZW50IGJhY2sgdG8gY2FsbGVyLlxuICovXG5leHBvcnQgY2xhc3MgQmVkcm9ja0NvbnZlcnNlQWRhcHRlciB7XG4gIHByaXZhdGUgcmVhZG9ubHkgYWxsVG9vbHM6IEFycmF5PFRvb2xEZWZpbml0aW9uPjtcbiAgcHJpdmF0ZSByZWFkb25seSBleGVjdXRhYmxlVG9vbHM6IEFycmF5PEV4ZWN1dGFibGVUb29sPjtcbiAgcHJpdmF0ZSByZWFkb25seSBjbGllbnRUb29sczogQXJyYXk8VG9vbERlZmluaXRpb24+O1xuICBwcml2YXRlIHJlYWRvbmx5IGV4ZWN1dGFibGVUb29sQnlOYW1lOiBNYXA8c3RyaW5nLCBFeGVjdXRhYmxlVG9vbD4gPVxuICAgIG5ldyBNYXAoKTtcbiAgcHJpdmF0ZSByZWFkb25seSBjbGllbnRUb29sQnlOYW1lOiBNYXA8c3RyaW5nLCBUb29sRGVmaW5pdGlvbj4gPSBuZXcgTWFwKCk7XG5cbiAgLyoqXG4gICAqIENyZWF0ZXMgQmVkcm9jayBDb252ZXJzZSBBZGFwdGVyLlxuICAgKi9cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSByZWFkb25seSBldmVudDogQ29udmVyc2F0aW9uVHVybkV2ZW50LFxuICAgIGFkZGl0aW9uYWxUb29sczogQXJyYXk8RXhlY3V0YWJsZVRvb2w+LFxuICAgIHByaXZhdGUgcmVhZG9ubHkgYmVkcm9ja0NsaWVudDogQmVkcm9ja1J1bnRpbWVDbGllbnQgPSBuZXcgQmVkcm9ja1J1bnRpbWVDbGllbnQoXG4gICAgICB7IHJlZ2lvbjogZXZlbnQubW9kZWxDb25maWd1cmF0aW9uLnJlZ2lvbiB9LFxuICAgICksXG4gICAgZXZlbnRUb29sc1Byb3ZpZGVyID0gbmV3IENvbnZlcnNhdGlvblR1cm5FdmVudFRvb2xzUHJvdmlkZXIoZXZlbnQpLFxuICAgIHByaXZhdGUgcmVhZG9ubHkgbWVzc2FnZUhpc3RvcnlSZXRyaWV2ZXIgPSBuZXcgQ29udmVyc2F0aW9uTWVzc2FnZUhpc3RvcnlSZXRyaWV2ZXIoXG4gICAgICBldmVudCxcbiAgICApLFxuICAgIHVzZXJBZ2VudFByb3ZpZGVyID0gbmV3IFVzZXJBZ2VudFByb3ZpZGVyKGV2ZW50KSxcbiAgICBwcml2YXRlIHJlYWRvbmx5IGxvZ2dlciA9IGNvbnNvbGUsXG4gICkge1xuICAgIHRoaXMuYmVkcm9ja0NsaWVudC5taWRkbGV3YXJlU3RhY2suYWRkKFxuICAgICAgKG5leHQpID0+IChhcmdzKSA9PiB7XG4gICAgICAgIC8vIEB0cy1leHBlY3QtZXJyb3IgUmVxdWVzdCBpcyB0eXBlZCBhcyB1bmtub3duLlxuICAgICAgICAvLyBCdXQgdGhpcyBpcyByZWNvbW1lbmRlZCB3YXkgdG8gYWx0ZXIgaGVhZGVycyBwZXIgaHR0cHM6Ly9naXRodWIuY29tL2F3cy9hd3Mtc2RrLWpzLXYzL2Jsb2IvbWFpbi9SRUFETUUubWQuXG4gICAgICAgIGFyZ3MucmVxdWVzdC5oZWFkZXJzWyd4LWFtei11c2VyLWFnZW50J10gPVxuICAgICAgICAgIHVzZXJBZ2VudFByb3ZpZGVyLmdldFVzZXJBZ2VudCgpO1xuICAgICAgICByZXR1cm4gbmV4dChhcmdzKTtcbiAgICAgIH0sXG4gICAgICB7XG4gICAgICAgIHN0ZXA6ICdidWlsZCcsXG4gICAgICAgIG5hbWU6ICdhbXBsaWZ5LXVzZXItYWdlbnQtaW5qZWN0b3InLFxuICAgICAgfSxcbiAgICApO1xuICAgIHRoaXMuZXhlY3V0YWJsZVRvb2xzID0gW1xuICAgICAgLi4uZXZlbnRUb29sc1Byb3ZpZGVyLmdldEV2ZW50VG9vbHMoKSxcbiAgICAgIC4uLmFkZGl0aW9uYWxUb29scyxcbiAgICBdO1xuICAgIHRoaXMuY2xpZW50VG9vbHMgPSB0aGlzLmV2ZW50LnRvb2xzQ29uZmlndXJhdGlvbj8uY2xpZW50VG9vbHMgPz8gW107XG4gICAgdGhpcy5hbGxUb29scyA9IFsuLi50aGlzLmV4ZWN1dGFibGVUb29scywgLi4udGhpcy5jbGllbnRUb29sc107XG4gICAgY29uc3QgZHVwbGljYXRlVG9vbHMgPSBuZXcgU2V0PHN0cmluZz4oKTtcbiAgICB0aGlzLmV4ZWN1dGFibGVUb29scy5mb3JFYWNoKCh0KSA9PiB7XG4gICAgICBpZiAodGhpcy5leGVjdXRhYmxlVG9vbEJ5TmFtZS5oYXModC5uYW1lKSkge1xuICAgICAgICBkdXBsaWNhdGVUb29scy5hZGQodC5uYW1lKTtcbiAgICAgIH1cbiAgICAgIHRoaXMuZXhlY3V0YWJsZVRvb2xCeU5hbWUuc2V0KHQubmFtZSwgdCk7XG4gICAgfSk7XG4gICAgdGhpcy5jbGllbnRUb29scy5mb3JFYWNoKCh0KSA9PiB7XG4gICAgICBpZiAodGhpcy5leGVjdXRhYmxlVG9vbEJ5TmFtZS5oYXModC5uYW1lKSkge1xuICAgICAgICBkdXBsaWNhdGVUb29scy5hZGQodC5uYW1lKTtcbiAgICAgIH1cbiAgICAgIGlmICh0aGlzLmNsaWVudFRvb2xCeU5hbWUuaGFzKHQubmFtZSkpIHtcbiAgICAgICAgZHVwbGljYXRlVG9vbHMuYWRkKHQubmFtZSk7XG4gICAgICB9XG4gICAgICB0aGlzLmNsaWVudFRvb2xCeU5hbWUuc2V0KHQubmFtZSwgdCk7XG4gICAgfSk7XG4gICAgaWYgKGR1cGxpY2F0ZVRvb2xzLnNpemUgPiAwKSB7XG4gICAgICB0aHJvdyBuZXcgVmFsaWRhdGlvbkVycm9yKFxuICAgICAgICBgVG9vbHMgbXVzdCBoYXZlIHVuaXF1ZSBuYW1lcy4gRHVwbGljYXRlIHRvb2xzOiAke1tcbiAgICAgICAgICAuLi5kdXBsaWNhdGVUb29scyxcbiAgICAgICAgXS5qb2luKCcsICcpfS5gLFxuICAgICAgKTtcbiAgICB9XG4gIH1cblxuICBhc2tCZWRyb2NrID0gYXN5bmMgKCk6IFByb21pc2U8Q29udGVudEJsb2NrW10+ID0+IHtcbiAgICBjb25zdCB7IG1vZGVsSWQsIHN5c3RlbVByb21wdCwgaW5mZXJlbmNlQ29uZmlndXJhdGlvbiB9ID1cbiAgICAgIHRoaXMuZXZlbnQubW9kZWxDb25maWd1cmF0aW9uO1xuXG4gICAgY29uc3QgbWVzc2FnZXM6IEFycmF5PE1lc3NhZ2U+ID1cbiAgICAgIGF3YWl0IHRoaXMuZ2V0RXZlbnRNZXNzYWdlc0FzQmVkcm9ja01lc3NhZ2VzKCk7XG5cbiAgICBsZXQgYmVkcm9ja1Jlc3BvbnNlOiBDb252ZXJzZUNvbW1hbmRPdXRwdXQ7XG4gICAgZG8ge1xuICAgICAgY29uc3QgdG9vbENvbmZpZyA9IHRoaXMuY3JlYXRlVG9vbENvbmZpZ3VyYXRpb24oKTtcbiAgICAgIGNvbnN0IGNvbnZlcnNlQ29tbWFuZElucHV0OiBDb252ZXJzZUNvbW1hbmRJbnB1dCA9IHtcbiAgICAgICAgbW9kZWxJZCxcbiAgICAgICAgbWVzc2FnZXM6IFsuLi5tZXNzYWdlc10sXG4gICAgICAgIHN5c3RlbTogW3sgdGV4dDogc3lzdGVtUHJvbXB0IH1dLFxuICAgICAgICBpbmZlcmVuY2VDb25maWc6IGluZmVyZW5jZUNvbmZpZ3VyYXRpb24sXG4gICAgICAgIHRvb2xDb25maWcsXG4gICAgICB9O1xuICAgICAgdGhpcy5sb2dnZXIuaW5mbygnU2VuZGluZyBCZWRyb2NrIENvbnZlcnNlIHJlcXVlc3QnKTtcbiAgICAgIHRoaXMubG9nZ2VyLmRlYnVnKCdCZWRyb2NrIENvbnZlcnNlIHJlcXVlc3Q6JywgY29udmVyc2VDb21tYW5kSW5wdXQpO1xuICAgICAgYmVkcm9ja1Jlc3BvbnNlID0gYXdhaXQgdGhpcy5iZWRyb2NrQ2xpZW50LnNlbmQoXG4gICAgICAgIG5ldyBDb252ZXJzZUNvbW1hbmQoY29udmVyc2VDb21tYW5kSW5wdXQpLFxuICAgICAgKTtcbiAgICAgIHRoaXMubG9nZ2VyLmluZm8oXG4gICAgICAgIGBSZWNlaXZlZCBCZWRyb2NrIENvbnZlcnNlIHJlc3BvbnNlLCByZXF1ZXN0SWQ9JHtiZWRyb2NrUmVzcG9uc2UuJG1ldGFkYXRhLnJlcXVlc3RJZH1gLFxuICAgICAgICBiZWRyb2NrUmVzcG9uc2UudXNhZ2UsXG4gICAgICApO1xuICAgICAgdGhpcy5sb2dnZXIuZGVidWcoJ0JlZHJvY2sgQ29udmVyc2UgcmVzcG9uc2U6JywgYmVkcm9ja1Jlc3BvbnNlKTtcbiAgICAgIGlmIChiZWRyb2NrUmVzcG9uc2Uub3V0cHV0Py5tZXNzYWdlKSB7XG4gICAgICAgIG1lc3NhZ2VzLnB1c2goYmVkcm9ja1Jlc3BvbnNlLm91dHB1dD8ubWVzc2FnZSk7XG4gICAgICB9XG4gICAgICBpZiAoYmVkcm9ja1Jlc3BvbnNlLnN0b3BSZWFzb24gPT09ICd0b29sX3VzZScpIHtcbiAgICAgICAgY29uc3QgcmVzcG9uc2VDb250ZW50QmxvY2tzID1cbiAgICAgICAgICBiZWRyb2NrUmVzcG9uc2Uub3V0cHV0Py5tZXNzYWdlPy5jb250ZW50ID8/IFtdO1xuICAgICAgICBjb25zdCB0b29sVXNlQmxvY2tzID0gcmVzcG9uc2VDb250ZW50QmxvY2tzLmZpbHRlcihcbiAgICAgICAgICAoYmxvY2spID0+ICd0b29sVXNlJyBpbiBibG9jayxcbiAgICAgICAgKSBhcyBBcnJheTxDb250ZW50QmxvY2suVG9vbFVzZU1lbWJlcj47XG4gICAgICAgIGNvbnN0IGNsaWVudFRvb2xVc2VCbG9ja3MgPSByZXNwb25zZUNvbnRlbnRCbG9ja3MuZmlsdGVyKFxuICAgICAgICAgIChibG9jaykgPT5cbiAgICAgICAgICAgIGJsb2NrLnRvb2xVc2U/Lm5hbWUgJiZcbiAgICAgICAgICAgIHRoaXMuY2xpZW50VG9vbEJ5TmFtZS5oYXMoYmxvY2sudG9vbFVzZT8ubmFtZSksXG4gICAgICAgICk7XG4gICAgICAgIGlmIChjbGllbnRUb29sVXNlQmxvY2tzLmxlbmd0aCA+IDApIHtcbiAgICAgICAgICAvLyBGb3Igbm93IGlmIGFueSBvZiBjbGllbnQgdG9vbHMgaXMgdXNlZCB3ZSBpZ25vcmUgZXhlY3V0YWJsZSB0b29sc1xuICAgICAgICAgIC8vIGFuZCBwcm9wYWdhdGUgcmVzdWx0IGJhY2sgdG8gY2xpZW50LlxuICAgICAgICAgIHJldHVybiBjbGllbnRUb29sVXNlQmxvY2tzO1xuICAgICAgICB9XG4gICAgICAgIGNvbnN0IHRvb2xSZXNwb25zZUNvbnRlbnRCbG9ja3M6IEFycmF5PENvbnRlbnRCbG9jaz4gPSBbXTtcbiAgICAgICAgZm9yIChjb25zdCByZXNwb25zZUNvbnRlbnRCbG9jayBvZiB0b29sVXNlQmxvY2tzKSB7XG4gICAgICAgICAgY29uc3QgdG9vbFVzZUJsb2NrID1cbiAgICAgICAgICAgIHJlc3BvbnNlQ29udGVudEJsb2NrIGFzIENvbnRlbnRCbG9jay5Ub29sVXNlTWVtYmVyO1xuICAgICAgICAgIGNvbnN0IHRvb2xSZXN1bHRDb250ZW50QmxvY2sgPSBhd2FpdCB0aGlzLmV4ZWN1dGVUb29sKHRvb2xVc2VCbG9jayk7XG4gICAgICAgICAgdG9vbFJlc3BvbnNlQ29udGVudEJsb2Nrcy5wdXNoKHRvb2xSZXN1bHRDb250ZW50QmxvY2spO1xuICAgICAgICB9XG4gICAgICAgIG1lc3NhZ2VzLnB1c2goe1xuICAgICAgICAgIHJvbGU6ICd1c2VyJyxcbiAgICAgICAgICBjb250ZW50OiB0b29sUmVzcG9uc2VDb250ZW50QmxvY2tzLFxuICAgICAgICB9KTtcbiAgICAgIH1cbiAgICB9IHdoaWxlIChiZWRyb2NrUmVzcG9uc2Uuc3RvcFJlYXNvbiA9PT0gJ3Rvb2xfdXNlJyk7XG5cbiAgICByZXR1cm4gYmVkcm9ja1Jlc3BvbnNlLm91dHB1dD8ubWVzc2FnZT8uY29udGVudCA/PyBbXTtcbiAgfTtcblxuICAvKipcbiAgICogQXNrcyBCZWRyb2NrIGZvciByZXNwb25zZSB1c2luZyBzdHJlYW1pbmcgdmVyc2lvbiBvZiBDb252ZXJzZSBBUEkuXG4gICAqL1xuICBhc3luYyAqYXNrQmVkcm9ja1N0cmVhbWluZygpOiBBc3luY0dlbmVyYXRvcjxTdHJlYW1pbmdSZXNwb25zZUNodW5rPiB7XG4gICAgY29uc3QgeyBtb2RlbElkLCBzeXN0ZW1Qcm9tcHQsIGluZmVyZW5jZUNvbmZpZ3VyYXRpb24gfSA9XG4gICAgICB0aGlzLmV2ZW50Lm1vZGVsQ29uZmlndXJhdGlvbjtcblxuICAgIGNvbnN0IG1lc3NhZ2VzOiBBcnJheTxNZXNzYWdlPiA9XG4gICAgICBhd2FpdCB0aGlzLmdldEV2ZW50TWVzc2FnZXNBc0JlZHJvY2tNZXNzYWdlcygpO1xuXG4gICAgbGV0IGJlZHJvY2tSZXNwb25zZTogQ29udmVyc2VTdHJlYW1Db21tYW5kT3V0cHV0O1xuICAgIC8vIGtlZXAgb3VyIG93biBpbmRleGluZyBmb3IgYmxvY2tzIGluc3RlYWQgb2YgdXNpbmcgQmVkcm9jaydzIGluZGV4ZXNcbiAgICAvLyBzaW5jZSB3ZSBzdHJlYW0gc3Vic2V0IG9mIHRoZXNlIHVwc3RyZWFtLlxuICAgIGxldCBibG9ja0luZGV4ID0gMDtcbiAgICBsZXQgbGFzdEJsb2NrSW5kZXggPSAwO1xuICAgIGxldCBzdG9wUmVhc29uID0gJyc7XG4gICAgLy8gQWNjdW11bGF0ZXMgY2xpZW50IGZhY2luZyBjb250ZW50IHBlciB0dXJuLlxuICAgIC8vIFNvIHRoYXQgdXBzdHJlYW0gY2FuIHBlcnNpc3QgZnVsbCBtZXNzYWdlIGF0IHRoZSBlbmQgb2YgdGhlIHN0cmVhbWluZy5cbiAgICBjb25zdCBhY2N1bXVsYXRlZFR1cm5Db250ZW50OiBBcnJheTxiZWRyb2NrLkNvbnRlbnRCbG9jaz4gPSBbXTtcbiAgICBkbyB7XG4gICAgICBjb25zdCB0b29sQ29uZmlnID0gdGhpcy5jcmVhdGVUb29sQ29uZmlndXJhdGlvbigpO1xuICAgICAgY29uc3QgY29udmVyc2VDb21tYW5kSW5wdXQ6IENvbnZlcnNlU3RyZWFtQ29tbWFuZElucHV0ID0ge1xuICAgICAgICBtb2RlbElkLFxuICAgICAgICBtZXNzYWdlczogWy4uLm1lc3NhZ2VzXSxcbiAgICAgICAgc3lzdGVtOiBbeyB0ZXh0OiBzeXN0ZW1Qcm9tcHQgfV0sXG4gICAgICAgIGluZmVyZW5jZUNvbmZpZzogaW5mZXJlbmNlQ29uZmlndXJhdGlvbixcbiAgICAgICAgdG9vbENvbmZpZyxcbiAgICAgIH07XG4gICAgICB0aGlzLmxvZ2dlci5pbmZvKCdTZW5kaW5nIEJlZHJvY2sgQ29udmVyc2UgU3RyZWFtIHJlcXVlc3QnKTtcbiAgICAgIHRoaXMubG9nZ2VyLmRlYnVnKFxuICAgICAgICAnQmVkcm9jayBDb252ZXJzZSBTdHJlYW0gcmVxdWVzdDonLFxuICAgICAgICBjb252ZXJzZUNvbW1hbmRJbnB1dCxcbiAgICAgICk7XG4gICAgICBiZWRyb2NrUmVzcG9uc2UgPSBhd2FpdCB0aGlzLmJlZHJvY2tDbGllbnQuc2VuZChcbiAgICAgICAgbmV3IENvbnZlcnNlU3RyZWFtQ29tbWFuZChjb252ZXJzZUNvbW1hbmRJbnB1dCksXG4gICAgICApO1xuICAgICAgdGhpcy5sb2dnZXIuaW5mbyhcbiAgICAgICAgYFJlY2VpdmVkIEJlZHJvY2sgQ29udmVyc2UgU3RyZWFtIHJlc3BvbnNlLCByZXF1ZXN0SWQ9JHtiZWRyb2NrUmVzcG9uc2UuJG1ldGFkYXRhLnJlcXVlc3RJZH1gLFxuICAgICAgKTtcbiAgICAgIGlmICghYmVkcm9ja1Jlc3BvbnNlLnN0cmVhbSkge1xuICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ0JlZHJvY2sgcmVzcG9uc2UgaXMgbWlzc2luZyBzdHJlYW0nKTtcbiAgICAgIH1cbiAgICAgIGxldCB0b29sVXNlQmxvY2s6IENvbnRlbnRCbG9jay5Ub29sVXNlTWVtYmVyIHwgdW5kZWZpbmVkO1xuICAgICAgbGV0IGNsaWVudFRvb2xzUmVxdWVzdGVkID0gZmFsc2U7XG4gICAgICBsZXQgdGV4dDogc3RyaW5nID0gJyc7XG4gICAgICBsZXQgdG9vbFVzZUlucHV0OiBzdHJpbmcgPSAnJztcbiAgICAgIGxldCBibG9ja0RlbHRhSW5kZXggPSAwO1xuICAgICAgbGV0IGxhc3RCbG9ja0RlbHRhSW5kZXggPSAwO1xuICAgICAgLy8gQWNjdW11bGF0ZSBjdXJyZW50IG1lc3NhZ2UgZm9yIHRoZSB0b29sIHVzZSBsb29wIHB1cnBvc2UuXG4gICAgICBjb25zdCBhY2N1bXVsYXRlZEFzc2lzdGFudE1lc3NhZ2U6IE1lc3NhZ2UgPSB7XG4gICAgICAgIHJvbGU6IHVuZGVmaW5lZCxcbiAgICAgICAgY29udGVudDogW10sXG4gICAgICB9O1xuXG4gICAgICBsZXQgcHJvY2Vzc2VkQmVkcm9ja0NodW5rcyA9IDA7XG4gICAgICB0cnkge1xuICAgICAgICBmb3IgYXdhaXQgKGNvbnN0IGNodW5rIG9mIGJlZHJvY2tSZXNwb25zZS5zdHJlYW0pIHtcbiAgICAgICAgICB0aGlzLmxvZ2dlci5kZWJ1ZygnQmVkcm9jayBDb252ZXJzZSBTdHJlYW0gcmVzcG9uc2UgY2h1bms6JywgY2h1bmspO1xuICAgICAgICAgIGlmIChjaHVuay5tZXNzYWdlU3RhcnQpIHtcbiAgICAgICAgICAgIGFjY3VtdWxhdGVkQXNzaXN0YW50TWVzc2FnZS5yb2xlID0gY2h1bmsubWVzc2FnZVN0YXJ0LnJvbGU7XG4gICAgICAgICAgfSBlbHNlIGlmIChjaHVuay5jb250ZW50QmxvY2tTdGFydCkge1xuICAgICAgICAgICAgYmxvY2tEZWx0YUluZGV4ID0gMDtcbiAgICAgICAgICAgIGxhc3RCbG9ja0RlbHRhSW5kZXggPSAwO1xuICAgICAgICAgICAgaWYgKGNodW5rLmNvbnRlbnRCbG9ja1N0YXJ0LnN0YXJ0Py50b29sVXNlKSB7XG4gICAgICAgICAgICAgIHRvb2xVc2VCbG9jayA9IHtcbiAgICAgICAgICAgICAgICB0b29sVXNlOiB7XG4gICAgICAgICAgICAgICAgICAuLi5jaHVuay5jb250ZW50QmxvY2tTdGFydC5zdGFydD8udG9vbFVzZSxcbiAgICAgICAgICAgICAgICAgIGlucHV0OiB1bmRlZmluZWQsXG4gICAgICAgICAgICAgICAgfSxcbiAgICAgICAgICAgICAgfTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9IGVsc2UgaWYgKGNodW5rLmNvbnRlbnRCbG9ja0RlbHRhKSB7XG4gICAgICAgICAgICBpZiAoY2h1bmsuY29udGVudEJsb2NrRGVsdGEuZGVsdGE/LnRvb2xVc2UpIHtcbiAgICAgICAgICAgICAgaWYgKCFjaHVuay5jb250ZW50QmxvY2tEZWx0YS5kZWx0YS50b29sVXNlLmlucHV0KSB7XG4gICAgICAgICAgICAgICAgdG9vbFVzZUlucHV0ID0gJyc7XG4gICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgdG9vbFVzZUlucHV0ICs9IGNodW5rLmNvbnRlbnRCbG9ja0RlbHRhLmRlbHRhLnRvb2xVc2UuaW5wdXQ7XG4gICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0gZWxzZSBpZiAoY2h1bmsuY29udGVudEJsb2NrRGVsdGEuZGVsdGE/LnRleHQpIHtcbiAgICAgICAgICAgICAgdGV4dCArPSBjaHVuay5jb250ZW50QmxvY2tEZWx0YS5kZWx0YS50ZXh0O1xuICAgICAgICAgICAgICBjb25zdCBhbXBsaWZ5Q2h1bms6IFN0cmVhbWluZ1Jlc3BvbnNlQ2h1bmsgPSB7XG4gICAgICAgICAgICAgICAgYWNjdW11bGF0ZWRUdXJuQ29udGVudDogWy4uLmFjY3VtdWxhdGVkVHVybkNvbnRlbnQsIHsgdGV4dCB9XSxcbiAgICAgICAgICAgICAgICBjb252ZXJzYXRpb25JZDogdGhpcy5ldmVudC5jb252ZXJzYXRpb25JZCxcbiAgICAgICAgICAgICAgICBhc3NvY2lhdGVkVXNlck1lc3NhZ2VJZDogdGhpcy5ldmVudC5jdXJyZW50TWVzc2FnZUlkLFxuICAgICAgICAgICAgICAgIGNvbnRlbnRCbG9ja1RleHQ6IGNodW5rLmNvbnRlbnRCbG9ja0RlbHRhLmRlbHRhLnRleHQsXG4gICAgICAgICAgICAgICAgY29udGVudEJsb2NrSW5kZXg6IGJsb2NrSW5kZXgsXG4gICAgICAgICAgICAgICAgY29udGVudEJsb2NrRGVsdGFJbmRleDogYmxvY2tEZWx0YUluZGV4LFxuICAgICAgICAgICAgICB9O1xuICAgICAgICAgICAgICAvLyBwYWRkaW5nIGlzIHNlbnQgZnJvbSBCZWRyb2NrIGJ1dCBub3QgaW5jbHVkZWQgaW4gdGhlIEFQSS5cbiAgICAgICAgICAgICAgaWYgKCdwJyBpbiBjaHVuay5jb250ZW50QmxvY2tEZWx0YSkge1xuICAgICAgICAgICAgICAgIGNvbnN0IGJlZHJvY2tQYWRkaW5nID0gY2h1bmsuY29udGVudEJsb2NrRGVsdGEucDtcbiAgICAgICAgICAgICAgICBpZiAodHlwZW9mIGJlZHJvY2tQYWRkaW5nID09PSAnc3RyaW5nJykge1xuICAgICAgICAgICAgICAgICAgYW1wbGlmeUNodW5rLnAgPSBiZWRyb2NrUGFkZGluZztcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgeWllbGQgYW1wbGlmeUNodW5rO1xuICAgICAgICAgICAgICBsYXN0QmxvY2tEZWx0YUluZGV4ID0gYmxvY2tEZWx0YUluZGV4O1xuICAgICAgICAgICAgICBibG9ja0RlbHRhSW5kZXgrKztcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9IGVsc2UgaWYgKGNodW5rLmNvbnRlbnRCbG9ja1N0b3ApIHtcbiAgICAgICAgICAgIGlmICh0b29sVXNlQmxvY2spIHtcbiAgICAgICAgICAgICAgaWYgKHRvb2xVc2VJbnB1dCkge1xuICAgICAgICAgICAgICAgIHRvb2xVc2VCbG9jay50b29sVXNlLmlucHV0ID0gSlNPTi5wYXJzZSh0b29sVXNlSW5wdXQpO1xuICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIC8vIEJlZHJvY2sgQVBJIHJlcXVpcmVzIHRvb2wgaW5wdXQgdG8gYmUgbm9uLW51bGwgaW4gbWVzc2FnZSBoaXN0b3J5LlxuICAgICAgICAgICAgICAgIC8vIFRoZXJlZm9yZSwgZmFsbGluZyBiYWNrIHRvIGVtcHR5IG9iamVjdC5cbiAgICAgICAgICAgICAgICB0b29sVXNlQmxvY2sudG9vbFVzZS5pbnB1dCA9IHt9O1xuICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgIGFjY3VtdWxhdGVkQXNzaXN0YW50TWVzc2FnZS5jb250ZW50Py5wdXNoKHRvb2xVc2VCbG9jayk7XG4gICAgICAgICAgICAgIGlmIChcbiAgICAgICAgICAgICAgICB0b29sVXNlQmxvY2sudG9vbFVzZS5uYW1lICYmXG4gICAgICAgICAgICAgICAgdGhpcy5jbGllbnRUb29sQnlOYW1lLmhhcyh0b29sVXNlQmxvY2sudG9vbFVzZS5uYW1lKVxuICAgICAgICAgICAgICApIHtcbiAgICAgICAgICAgICAgICBjbGllbnRUb29sc1JlcXVlc3RlZCA9IHRydWU7XG4gICAgICAgICAgICAgICAgYWNjdW11bGF0ZWRUdXJuQ29udGVudC5wdXNoKHRvb2xVc2VCbG9jayk7XG4gICAgICAgICAgICAgICAgeWllbGQge1xuICAgICAgICAgICAgICAgICAgYWNjdW11bGF0ZWRUdXJuQ29udGVudDogWy4uLmFjY3VtdWxhdGVkVHVybkNvbnRlbnRdLFxuICAgICAgICAgICAgICAgICAgY29udmVyc2F0aW9uSWQ6IHRoaXMuZXZlbnQuY29udmVyc2F0aW9uSWQsXG4gICAgICAgICAgICAgICAgICBhc3NvY2lhdGVkVXNlck1lc3NhZ2VJZDogdGhpcy5ldmVudC5jdXJyZW50TWVzc2FnZUlkLFxuICAgICAgICAgICAgICAgICAgY29udGVudEJsb2NrSW5kZXg6IGJsb2NrSW5kZXgsXG4gICAgICAgICAgICAgICAgICBjb250ZW50QmxvY2tUb29sVXNlOiBKU09OLnN0cmluZ2lmeSh0b29sVXNlQmxvY2spLFxuICAgICAgICAgICAgICAgIH07XG4gICAgICAgICAgICAgICAgbGFzdEJsb2NrSW5kZXggPSBibG9ja0luZGV4O1xuICAgICAgICAgICAgICAgIGJsb2NrSW5kZXgrKztcbiAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICB0b29sVXNlQmxvY2sgPSB1bmRlZmluZWQ7XG4gICAgICAgICAgICAgIHRvb2xVc2VJbnB1dCA9ICcnO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgYWNjdW11bGF0ZWRBc3Npc3RhbnRNZXNzYWdlLmNvbnRlbnQ/LnB1c2goe1xuICAgICAgICAgICAgICAgIHRleHQsXG4gICAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgICBhY2N1bXVsYXRlZFR1cm5Db250ZW50LnB1c2goeyB0ZXh0IH0pO1xuICAgICAgICAgICAgICB5aWVsZCB7XG4gICAgICAgICAgICAgICAgYWNjdW11bGF0ZWRUdXJuQ29udGVudDogWy4uLmFjY3VtdWxhdGVkVHVybkNvbnRlbnRdLFxuICAgICAgICAgICAgICAgIGNvbnZlcnNhdGlvbklkOiB0aGlzLmV2ZW50LmNvbnZlcnNhdGlvbklkLFxuICAgICAgICAgICAgICAgIGFzc29jaWF0ZWRVc2VyTWVzc2FnZUlkOiB0aGlzLmV2ZW50LmN1cnJlbnRNZXNzYWdlSWQsXG4gICAgICAgICAgICAgICAgY29udGVudEJsb2NrSW5kZXg6IGJsb2NrSW5kZXgsXG4gICAgICAgICAgICAgICAgY29udGVudEJsb2NrRG9uZUF0SW5kZXg6IGxhc3RCbG9ja0RlbHRhSW5kZXgsXG4gICAgICAgICAgICAgIH07XG4gICAgICAgICAgICAgIHRleHQgPSAnJztcbiAgICAgICAgICAgICAgbGFzdEJsb2NrSW5kZXggPSBibG9ja0luZGV4O1xuICAgICAgICAgICAgICBibG9ja0luZGV4Kys7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfSBlbHNlIGlmIChjaHVuay5tZXNzYWdlU3RvcCkge1xuICAgICAgICAgICAgc3RvcFJlYXNvbiA9IGNodW5rLm1lc3NhZ2VTdG9wLnN0b3BSZWFzb24gPz8gJyc7XG4gICAgICAgICAgfVxuICAgICAgICAgIHByb2Nlc3NlZEJlZHJvY2tDaHVua3MrKztcbiAgICAgICAgICBpZiAocHJvY2Vzc2VkQmVkcm9ja0NodW5rcyAlIDEwMDAgPT09IDApIHtcbiAgICAgICAgICAgIHRoaXMubG9nZ2VyLmluZm8oXG4gICAgICAgICAgICAgIGBQcm9jZXNzZWQgJHtwcm9jZXNzZWRCZWRyb2NrQ2h1bmtzfSBjaHVua3MgZnJvbSBCZWRyb2NrIENvbnZlcnNlIFN0cmVhbSByZXNwb25zZSwgcmVxdWVzdElkPSR7YmVkcm9ja1Jlc3BvbnNlLiRtZXRhZGF0YS5yZXF1ZXN0SWR9YCxcbiAgICAgICAgICAgICk7XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9IGZpbmFsbHkge1xuICAgICAgICB0aGlzLmxvZ2dlci5pbmZvKFxuICAgICAgICAgIGBDb21wbGV0ZWQgcHJvY2Vzc2luZyAke3Byb2Nlc3NlZEJlZHJvY2tDaHVua3N9IGNodW5rcyBmcm9tIEJlZHJvY2sgQ29udmVyc2UgU3RyZWFtIHJlc3BvbnNlLCByZXF1ZXN0SWQ9JHtiZWRyb2NrUmVzcG9uc2UuJG1ldGFkYXRhLnJlcXVlc3RJZH1gLFxuICAgICAgICApO1xuICAgICAgfVxuICAgICAgdGhpcy5sb2dnZXIuZGVidWcoXG4gICAgICAgICdBY2N1bXVsYXRlZCBCZWRyb2NrIENvbnZlcnNlIFN0cmVhbSByZXNwb25zZTonLFxuICAgICAgICBhY2N1bXVsYXRlZEFzc2lzdGFudE1lc3NhZ2UsXG4gICAgICApO1xuICAgICAgaWYgKGNsaWVudFRvb2xzUmVxdWVzdGVkKSB7XG4gICAgICAgIC8vIEZvciBub3cgaWYgYW55IG9mIGNsaWVudCB0b29scyBpcyB1c2VkIHdlIGlnbm9yZSBleGVjdXRhYmxlIHRvb2xzXG4gICAgICAgIC8vIGFuZCBwcm9wYWdhdGUgcmVzdWx0IGJhY2sgdG8gY2xpZW50LlxuICAgICAgICB5aWVsZCB7XG4gICAgICAgICAgYWNjdW11bGF0ZWRUdXJuQ29udGVudDogWy4uLmFjY3VtdWxhdGVkVHVybkNvbnRlbnRdLFxuICAgICAgICAgIGNvbnZlcnNhdGlvbklkOiB0aGlzLmV2ZW50LmNvbnZlcnNhdGlvbklkLFxuICAgICAgICAgIGFzc29jaWF0ZWRVc2VyTWVzc2FnZUlkOiB0aGlzLmV2ZW50LmN1cnJlbnRNZXNzYWdlSWQsXG4gICAgICAgICAgY29udGVudEJsb2NrSW5kZXg6IGxhc3RCbG9ja0luZGV4LFxuICAgICAgICAgIHN0b3BSZWFzb246IHN0b3BSZWFzb24sXG4gICAgICAgIH07XG4gICAgICAgIHJldHVybjtcbiAgICAgIH1cbiAgICAgIG1lc3NhZ2VzLnB1c2goYWNjdW11bGF0ZWRBc3Npc3RhbnRNZXNzYWdlKTtcbiAgICAgIGlmIChzdG9wUmVhc29uID09PSAndG9vbF91c2UnKSB7XG4gICAgICAgIGNvbnN0IHJlc3BvbnNlQ29udGVudEJsb2NrcyA9IGFjY3VtdWxhdGVkQXNzaXN0YW50TWVzc2FnZS5jb250ZW50ID8/IFtdO1xuICAgICAgICBjb25zdCB0b29sVXNlQmxvY2tzID0gcmVzcG9uc2VDb250ZW50QmxvY2tzLmZpbHRlcihcbiAgICAgICAgICAoYmxvY2spID0+ICd0b29sVXNlJyBpbiBibG9jayxcbiAgICAgICAgKSBhcyBBcnJheTxDb250ZW50QmxvY2suVG9vbFVzZU1lbWJlcj47XG4gICAgICAgIGNvbnN0IHRvb2xSZXNwb25zZUNvbnRlbnRCbG9ja3M6IEFycmF5PENvbnRlbnRCbG9jaz4gPSBbXTtcbiAgICAgICAgZm9yIChjb25zdCByZXNwb25zZUNvbnRlbnRCbG9jayBvZiB0b29sVXNlQmxvY2tzKSB7XG4gICAgICAgICAgY29uc3QgdG9vbFVzZUJsb2NrID1cbiAgICAgICAgICAgIHJlc3BvbnNlQ29udGVudEJsb2NrIGFzIENvbnRlbnRCbG9jay5Ub29sVXNlTWVtYmVyO1xuICAgICAgICAgIGNvbnN0IHRvb2xSZXN1bHRDb250ZW50QmxvY2sgPSBhd2FpdCB0aGlzLmV4ZWN1dGVUb29sKHRvb2xVc2VCbG9jayk7XG4gICAgICAgICAgdG9vbFJlc3BvbnNlQ29udGVudEJsb2Nrcy5wdXNoKHRvb2xSZXN1bHRDb250ZW50QmxvY2spO1xuICAgICAgICB9XG4gICAgICAgIG1lc3NhZ2VzLnB1c2goe1xuICAgICAgICAgIHJvbGU6ICd1c2VyJyxcbiAgICAgICAgICBjb250ZW50OiB0b29sUmVzcG9uc2VDb250ZW50QmxvY2tzLFxuICAgICAgICB9KTtcbiAgICAgIH1cbiAgICB9IHdoaWxlIChzdG9wUmVhc29uID09PSAndG9vbF91c2UnKTtcblxuICAgIHlpZWxkIHtcbiAgICAgIGFjY3VtdWxhdGVkVHVybkNvbnRlbnQ6IFsuLi5hY2N1bXVsYXRlZFR1cm5Db250ZW50XSxcbiAgICAgIGNvbnZlcnNhdGlvbklkOiB0aGlzLmV2ZW50LmNvbnZlcnNhdGlvbklkLFxuICAgICAgYXNzb2NpYXRlZFVzZXJNZXNzYWdlSWQ6IHRoaXMuZXZlbnQuY3VycmVudE1lc3NhZ2VJZCxcbiAgICAgIGNvbnRlbnRCbG9ja0luZGV4OiBsYXN0QmxvY2tJbmRleCxcbiAgICAgIHN0b3BSZWFzb246IHN0b3BSZWFzb24sXG4gICAgfTtcbiAgfVxuXG4gIC8qKlxuICAgKiBNYXBzIGV2ZW50IG1lc3NhZ2VzIHRvIEJlZHJvY2sgdHlwZXMuXG4gICAqIDEuIE1ha2VzIGEgY29weSBzbyB0aGF0IHdlIGRvbid0IG11dGF0ZSBldmVudC5cbiAgICogMi4gRGVjb2RlcyBCYXNlNjQgZW5jb2RlZCBpbWFnZXMuXG4gICAqL1xuICBwcml2YXRlIGdldEV2ZW50TWVzc2FnZXNBc0JlZHJvY2tNZXNzYWdlcyA9IGFzeW5jICgpOiBQcm9taXNlPFxuICAgIEFycmF5PE1lc3NhZ2U+XG4gID4gPT4ge1xuICAgIGNvbnN0IG1lc3NhZ2VzOiBBcnJheTxNZXNzYWdlPiA9IFtdO1xuICAgIGNvbnN0IGV2ZW50TWVzc2FnZXMgPVxuICAgICAgYXdhaXQgdGhpcy5tZXNzYWdlSGlzdG9yeVJldHJpZXZlci5nZXRNZXNzYWdlSGlzdG9yeSgpO1xuICAgIGZvciAoY29uc3QgbWVzc2FnZSBvZiBldmVudE1lc3NhZ2VzKSB7XG4gICAgICBjb25zdCBtZXNzYWdlQ29udGVudDogQXJyYXk8Q29udGVudEJsb2NrPiA9IFtdO1xuICAgICAgZm9yIChjb25zdCBjb250ZW50RWxlbWVudCBvZiBtZXNzYWdlLmNvbnRlbnQpIHtcbiAgICAgICAgaWYgKHR5cGVvZiBjb250ZW50RWxlbWVudC5pbWFnZT8uc291cmNlPy5ieXRlcyA9PT0gJ3N0cmluZycpIHtcbiAgICAgICAgICBtZXNzYWdlQ29udGVudC5wdXNoKHtcbiAgICAgICAgICAgIGltYWdlOiB7XG4gICAgICAgICAgICAgIGZvcm1hdDogY29udGVudEVsZW1lbnQuaW1hZ2UuZm9ybWF0LFxuICAgICAgICAgICAgICBzb3VyY2U6IHtcbiAgICAgICAgICAgICAgICBieXRlczogQnVmZmVyLmZyb20oY29udGVudEVsZW1lbnQuaW1hZ2Uuc291cmNlLmJ5dGVzLCAnYmFzZTY0JyksXG4gICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICB9LFxuICAgICAgICAgIH0pO1xuICAgICAgICB9IGVsc2UgaWYgKHR5cGVvZiBjb250ZW50RWxlbWVudC5kb2N1bWVudD8uc291cmNlPy5ieXRlcyA9PT0gJ3N0cmluZycpIHtcbiAgICAgICAgICBtZXNzYWdlQ29udGVudC5wdXNoKHtcbiAgICAgICAgICAgIGRvY3VtZW50OiB7XG4gICAgICAgICAgICAgIC4uLmNvbnRlbnRFbGVtZW50LmRvY3VtZW50LFxuICAgICAgICAgICAgICBzb3VyY2U6IHtcbiAgICAgICAgICAgICAgICBieXRlczogQnVmZmVyLmZyb20oXG4gICAgICAgICAgICAgICAgICBjb250ZW50RWxlbWVudC5kb2N1bWVudC5zb3VyY2UuYnl0ZXMsXG4gICAgICAgICAgICAgICAgICAnYmFzZTY0JyxcbiAgICAgICAgICAgICAgICApLFxuICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgfSxcbiAgICAgICAgICB9KTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAvLyBPdGhlcndpc2UgdHlwZSBjb25mb3JtcyB0byBCZWRyb2NrJ3MgdHlwZSBhbmQgaXQncyBzYWZlIHRvIGNhc3QuXG4gICAgICAgICAgbWVzc2FnZUNvbnRlbnQucHVzaChjb250ZW50RWxlbWVudCBhcyBDb250ZW50QmxvY2spO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgICBtZXNzYWdlcy5wdXNoKHtcbiAgICAgICAgcm9sZTogbWVzc2FnZS5yb2xlLFxuICAgICAgICBjb250ZW50OiBtZXNzYWdlQ29udGVudCxcbiAgICAgIH0pO1xuICAgIH1cbiAgICByZXR1cm4gbWVzc2FnZXM7XG4gIH07XG5cbiAgcHJpdmF0ZSBjcmVhdGVUb29sQ29uZmlndXJhdGlvbiA9ICgpOiBUb29sQ29uZmlndXJhdGlvbiB8IHVuZGVmaW5lZCA9PiB7XG4gICAgaWYgKHRoaXMuYWxsVG9vbHMubGVuZ3RoID09PSAwKSB7XG4gICAgICByZXR1cm4gdW5kZWZpbmVkO1xuICAgIH1cblxuICAgIHJldHVybiB7XG4gICAgICB0b29sczogdGhpcy5hbGxUb29scy5tYXAoKHQpOiBUb29sID0+IHtcbiAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICB0b29sU3BlYzoge1xuICAgICAgICAgICAgbmFtZTogdC5uYW1lLFxuICAgICAgICAgICAgZGVzY3JpcHRpb246IHQuZGVzY3JpcHRpb24sXG4gICAgICAgICAgICAvLyBXZSBoYXZlIHRvIGNhc3QgdG8gYmVkcm9jayB0eXBlIGFzIHdlJ3JlIHVzaW5nIGRpZmZlcmVudCB0eXBlcyB0byBkZXNjcmliZSBKU09OIHNjaGVtYSBpbiBvdXIgQVBJLlxuICAgICAgICAgICAgLy8gVGhlc2UgdHlwZXMgYXJlIHJ1bnRpbWUgY29tcGF0aWJsZS5cbiAgICAgICAgICAgIGlucHV0U2NoZW1hOiB0LmlucHV0U2NoZW1hIGFzIFRvb2xJbnB1dFNjaGVtYSxcbiAgICAgICAgICB9LFxuICAgICAgICB9O1xuICAgICAgfSksXG4gICAgfTtcbiAgfTtcblxuICBwcml2YXRlIGV4ZWN1dGVUb29sID0gYXN5bmMgKFxuICAgIHRvb2xVc2VCbG9jazogQ29udGVudEJsb2NrLlRvb2xVc2VNZW1iZXIsXG4gICk6IFByb21pc2U8Q29udGVudEJsb2NrPiA9PiB7XG4gICAgaWYgKCF0b29sVXNlQmxvY2sudG9vbFVzZS5uYW1lKSB7XG4gICAgICB0aHJvdyBFcnJvcignQmVkcm9jayB0b29sIHVzZSByZXNwb25zZSBpcyBtaXNzaW5nIGEgdG9vbCBuYW1lJyk7XG4gICAgfVxuICAgIGNvbnN0IHRvb2wgPSB0aGlzLmV4ZWN1dGFibGVUb29sQnlOYW1lLmdldCh0b29sVXNlQmxvY2sudG9vbFVzZS5uYW1lKTtcbiAgICBpZiAoIXRvb2wpIHtcbiAgICAgIHRocm93IEVycm9yKFxuICAgICAgICBgQmVkcm9jayB0b29sIHVzZSByZXNwb25zZSBjb250YWlucyB1bmtub3duIHRvb2wgJyR7dG9vbFVzZUJsb2NrLnRvb2xVc2UubmFtZX0nYCxcbiAgICAgICk7XG4gICAgfVxuICAgIHRyeSB7XG4gICAgICB0aGlzLmxvZ2dlci5pbmZvKGBJbnZva2luZyB0b29sICR7dG9vbC5uYW1lfWApO1xuICAgICAgdGhpcy5sb2dnZXIuZGVidWcoJ1Rvb2wgaW5wdXQ6JywgdG9vbFVzZUJsb2NrLnRvb2xVc2UuaW5wdXQpO1xuICAgICAgY29uc3QgdG9vbFJlc3BvbnNlID0gYXdhaXQgdG9vbC5leGVjdXRlKHRvb2xVc2VCbG9jay50b29sVXNlLmlucHV0KTtcbiAgICAgIHRoaXMubG9nZ2VyLmluZm8oYFJlY2VpdmVkIHJlc3BvbnNlIGZyb20gJHt0b29sLm5hbWV9IHRvb2xgKTtcbiAgICAgIHRoaXMubG9nZ2VyLmRlYnVnKHRvb2xSZXNwb25zZSk7XG4gICAgICByZXR1cm4ge1xuICAgICAgICB0b29sUmVzdWx0OiB7XG4gICAgICAgICAgdG9vbFVzZUlkOiB0b29sVXNlQmxvY2sudG9vbFVzZS50b29sVXNlSWQsXG4gICAgICAgICAgY29udGVudDogW3Rvb2xSZXNwb25zZV0sXG4gICAgICAgICAgc3RhdHVzOiAnc3VjY2VzcycsXG4gICAgICAgIH0sXG4gICAgICB9O1xuICAgIH0gY2F0Y2ggKGUpIHtcbiAgICAgIGlmIChlIGluc3RhbmNlb2YgRXJyb3IpIHtcbiAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICB0b29sUmVzdWx0OiB7XG4gICAgICAgICAgICB0b29sVXNlSWQ6IHRvb2xVc2VCbG9jay50b29sVXNlLnRvb2xVc2VJZCxcbiAgICAgICAgICAgIGNvbnRlbnQ6IFt7IHRleHQ6IGUudG9TdHJpbmcoKSB9XSxcbiAgICAgICAgICAgIHN0YXR1czogJ2Vycm9yJyxcbiAgICAgICAgICB9LFxuICAgICAgICB9O1xuICAgICAgfVxuICAgICAgcmV0dXJuIHtcbiAgICAgICAgdG9vbFJlc3VsdDoge1xuICAgICAgICAgIHRvb2xVc2VJZDogdG9vbFVzZUJsb2NrLnRvb2xVc2UudG9vbFVzZUlkLFxuICAgICAgICAgIGNvbnRlbnQ6IFt7IHRleHQ6ICd1bmtub3duIGVycm9yIG9jY3VycmVkJyB9XSxcbiAgICAgICAgICBzdGF0dXM6ICdlcnJvcicsXG4gICAgICAgIH0sXG4gICAgICB9O1xuICAgIH1cbiAgfTtcbn1cbiJdfQ==
|