lambda-live-debugger 1.10.4 → 1.10.5
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/dist/extension/extension.zip +0 -0
- package/dist/extension/nodejs/node_modules/interceptor.js +22958 -7459
- package/dist/extension/nodejs/node_modules/interceptor.js.map +4 -4
- package/node_modules/@aws/lambda-invoke-store/README.md +35 -27
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +104 -46
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +104 -46
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +40 -47
- package/node_modules/@aws/lambda-invoke-store/package.json +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/README.md +9 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +738 -534
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeEventsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/enums.js +520 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/errors.js +407 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +1 -805
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeChangeSetPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeEventsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +165 -30
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +9 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +20 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeEventsCommand.d.ts +143 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/enums.d.ts +1200 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/errors.d.ts +413 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +2953 -1450
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeChangeSetPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeEventsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/enums.d.ts +669 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/errors.d.ts +264 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +480 -798
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeChangeSetPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/package.json +18 -18
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/index.js +33 -16
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +33 -16
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/package.json +29 -18
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/package.json +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/package.json +19 -19
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js +19 -18
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/enums.js +18 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/errors.js +133 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/models_0.js +1 -151
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/enums.d.ts +50 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/errors.d.ts +144 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/models_0.d.ts +1 -194
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/errors.d.ts +88 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/models_0.d.ts +6 -113
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/package.json +18 -18
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/index.js +33 -16
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +33 -16
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/package.json +29 -18
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/package.json +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/package.json +20 -20
- package/node_modules/@aws-sdk/client-iam/README.md +88 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +623 -216
- package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +22 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetHumanReadableSummaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListDelegationRequestsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SendDelegationTokenCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-es/models/enums.js +176 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/errors.js +431 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +1 -446
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +1 -113
- package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +234 -35
- package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +81 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +13 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListDelegationRequestsCommand.d.ts +132 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/models/enums.d.ts +392 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/errors.d.ts +463 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +1695 -675
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +2 -1392
- package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +29 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +209 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +66 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/enums.d.ts +222 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/errors.d.ts +297 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +279 -390
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +1 -265
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +29 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/package.json +18 -18
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/index.js +33 -16
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +33 -16
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/package.json +29 -18
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/package.json +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/package.json +19 -19
- package/node_modules/@aws-sdk/client-iot/dist-cjs/index.js +514 -515
- package/node_modules/@aws-sdk/client-iot/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-es/models/enums.js +491 -0
- package/node_modules/@aws-sdk/client-iot/dist-es/models/errors.js +403 -0
- package/node_modules/@aws-sdk/client-iot/dist-es/models/models_0.js +1 -586
- package/node_modules/@aws-sdk/client-iot/dist-es/models/models_1.js +1 -210
- package/node_modules/@aws-sdk/client-iot/dist-es/models/models_2.js +1 -100
- package/node_modules/@aws-sdk/client-iot/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteAccountAuditConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteAuditSuppressionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteAuthorizerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteBillingGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteCACertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteCertificateProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteCommandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteCommandExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteCustomMetricCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteDimensionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteDomainConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteDynamicThingGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteFleetMetricCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteJobCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteJobExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteJobTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteMitigationActionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteOTAUpdateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeletePackageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeletePackageVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeletePolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteProvisioningTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteProvisioningTemplateVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteRegistrationCodeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteRoleAliasCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteScheduledAuditCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteSecurityProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteStreamCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteThingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteThingGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteThingTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteTopicRuleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteTopicRuleDestinationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeleteV2LoggingLevelCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DeprecateThingTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAccountAuditConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAuditFindingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCommandExecutionsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCommandsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCustomMetricsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListDetectMitigationActionsTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListDimensionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListDomainConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListFleetMetricsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListIndicesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListJobExecutionsForJobCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListJobExecutionsForThingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListJobTemplatesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListManagedJobTemplatesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListMetricValuesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListMitigationActionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListOTAUpdatesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListOutgoingCertificatesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPackageVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPackagesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPolicyPrincipalsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPolicyVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPrincipalPoliciesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPrincipalThingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListPrincipalThingsV2Command.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListProvisioningTemplateVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListProvisioningTemplatesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListRoleAliasesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListSbomValidationResultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListScheduledAuditsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListSecurityProfilesForTargetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListStreamsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListTargetsForPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListTargetsForSecurityProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingGroupsForThingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingPrincipalsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/index.d.ts +5 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/models/enums.d.ts +1171 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/models/errors.d.ts +426 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/models/models_0.d.ts +916 -997
- package/node_modules/@aws-sdk/client-iot/dist-types/models/models_1.d.ts +4566 -3536
- package/node_modules/@aws-sdk/client-iot/dist-types/models/models_2.d.ts +3 -2550
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/CreateTopicRuleDestinationCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteAccountAuditConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteAuditSuppressionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteCACertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteCertificateProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteCommandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteCommandExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteCustomMetricCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteDimensionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteDomainConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteDynamicThingGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteFleetMetricCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteJobExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteMitigationActionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteOTAUpdateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeletePackageVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteProvisioningTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteProvisioningTemplateVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteRegistrationCodeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteRoleAliasCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteScheduledAuditCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteThingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteThingGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteThingTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteTopicRuleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteTopicRuleDestinationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeleteV2LoggingLevelCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DeprecateThingTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAccountAuditConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAuditFindingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCommandExecutionsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCustomMetricsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListDetectMitigationActionsTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListDimensionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListDomainConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListFleetMetricsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListJobExecutionsForJobCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListJobExecutionsForThingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListManagedJobTemplatesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListMetricValuesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListMitigationActionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListOTAUpdatesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListOutgoingCertificatesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPolicyPrincipalsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPrincipalPoliciesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPrincipalThingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListPrincipalThingsV2Command.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListProvisioningTemplateVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListProvisioningTemplatesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListRoleAliasesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListSbomValidationResultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListScheduledAuditsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListSecurityProfilesForTargetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListTargetsForSecurityProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingGroupsForThingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingPrincipalsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/index.d.ts +5 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/enums.d.ts +637 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/errors.d.ts +245 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/models_0.d.ts +258 -553
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/models_1.d.ts +600 -481
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/models_2.d.ts +30 -664
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/package.json +18 -18
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/index.js +33 -16
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +33 -16
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/package.json +29 -18
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/package.json +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/package.json +19 -19
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/index.js +5 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/models/enums.js +4 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/models/errors.js +133 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/models/models_0.js +1 -137
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/models/enums.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/models/errors.d.ts +134 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/models/models_0.d.ts +2 -146
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/models/errors.d.ts +78 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/models/models_0.d.ts +2 -87
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/package.json +18 -18
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/index.js +33 -16
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +33 -16
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/package.json +29 -18
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/package.json +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/package.json +19 -19
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +264 -237
- package/node_modules/@aws-sdk/client-lambda/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/enums.js +237 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/errors.js +607 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +1 -841
- package/node_modules/@aws-sdk/client-lambda/dist-es/schemas/schemas_0.js +26 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +8 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +5 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/enums.d.ts +509 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/errors.d.ts +580 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +55 -1095
- package/node_modules/@aws-sdk/client-lambda/dist-types/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/enums.d.ts +294 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/errors.d.ts +357 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +43 -645
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/package.json +18 -18
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/index.js +33 -16
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +33 -16
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/package.json +29 -18
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/package.json +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/package.json +19 -19
- package/node_modules/@aws-sdk/client-s3/README.md +16 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +661 -503
- package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +4 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAbacCommand.js +20 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAbacCommand.js +26 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +396 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +173 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +1 -436
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +1 -126
- package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +153 -45
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +14 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +4 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +8 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAbacCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +7 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAbacCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +7 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +972 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +207 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3677 -932
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +3 -3790
- package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +8 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +34 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +12 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +520 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +87 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +603 -487
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +14 -657
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/package.json +18 -18
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/index.js +33 -16
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +33 -16
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/package.json +29 -18
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/package.json +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/package.json +27 -27
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/README.md +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/client.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/client.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-cjs/index.js +2000 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +55 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +51 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +299 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1655 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +72 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +131 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +105 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +41 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +53 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +73 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +82 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +122 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +130 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +126 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +54 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +141 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +73 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +143 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +46 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +27 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +43 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +117 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +55 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +26 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +46 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +65 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +43 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +44 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +57 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +41 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/package.json +121 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/protocols.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +41 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +35 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +29 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-host-header/package.json +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +48 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +25 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/configuration.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/getRecursionDetectionPlugin.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.browser.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +29 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.native.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/configuration.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.browser.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.native.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/package.json +63 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +194 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +82 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +44 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/package.json +62 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/README.md +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +561 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +54 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +62 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +488 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +68 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +47 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +50 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +38 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +211 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +50 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +55 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +106 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +63 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +43 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +214 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +55 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +229 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +176 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +38 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +53 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +109 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +58 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +58 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +57 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +85 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +271 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +291 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +44 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +588 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +60 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +58 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +26 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +125 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +116 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +111 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +120 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +53 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +132 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +57 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +57 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +125 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +107 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +129 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +53 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/package.json +127 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/README.md +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +49 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/package.json +62 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/README.md +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-cjs/index.js +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/index.js +34 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +52 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +67 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +61 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/index.d.ts +34 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +60 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +34 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/package.json +57 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/README.md +29 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +57 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +58 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/dist-es/createUserAgentStringParsingProvider.js +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +53 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/dist-types/createUserAgentStringParsingProvider.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +27 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/createUserAgentStringParsingProvider.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +58 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/package.json +66 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +124 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +57 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.browser.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/package.json +63 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/abort-controller/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/abort-controller/README.md +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/abort-controller/dist-cjs/index.js +32 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/abort-controller/dist-es/AbortController.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/abort-controller/package.json +63 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-cjs/index.js +186 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +29 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +37 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/index.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +34 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +37 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +34 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/package.json +66 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/README.md +45 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/cbor.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/cbor.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/index.js +349 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1050 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +252 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +839 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +620 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +697 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/getSmithyContext.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/index.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/normalizeProvider.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +41 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/request-builder/requestBuilder.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +168 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +96 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +37 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +426 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +221 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +25 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +86 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +247 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +266 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +122 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +94 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/SerdeContext.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +69 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +66 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +91 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +65 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/index.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +65 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +252 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/serde/date-utils.js +190 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/serde/index.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/serde/lazy-json.js +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +230 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/serde/quote-header.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +101 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/serde/split-every.js +27 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/serde/split-header.js +37 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +25 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +34 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +55 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/middleware-http-signing/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/request-builder/requestBuilder.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +62 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +26 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +27 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +76 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +64 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +37 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +127 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/serde/date-utils.d.ts +73 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +270 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/serde/quote-header.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/serde/split-every.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/serde/split-header.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/request-builder/requestBuilder.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +65 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +26 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +27 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +76 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +64 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +37 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +130 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +73 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +45 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +270 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/util-identity-and-auth/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/event-streams.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/event-streams.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/package.json +135 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/protocols.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/protocols.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/schema.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/schema.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/serde.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/serde.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +372 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +77 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +134 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-es/index.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +36 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +25 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +40 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +40 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/package.json +70 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +216 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +141 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +53 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/package.json +69 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/hash-node/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/hash-node/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/hash-node/dist-cjs/index.js +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/hash-node/dist-es/index.js +37 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/hash-node/dist-types/index.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/hash-node/package.json +65 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/invalid-dependency/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/invalid-dependency/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/invalid-dependency/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/invalid-dependency/package.json +61 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/is-array-buffer/package.json +61 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-content-length/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-content-length/README.md +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +46 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-content-length/dist-es/index.js +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-content-length/package.json +64 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +240 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +55 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +36 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +37 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +109 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +26 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +109 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +26 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +41 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +41 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/package.json +75 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-cjs/index.js +358 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +94 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-es/configurations.js +51 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-es/defaultRetryQuota.js +27 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-es/delayDecider.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-es/index.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-es/retryDecider.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +112 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-es/util.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +66 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +66 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +65 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +65 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/package.json +79 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/README.md +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/dist-cjs/index.js +103 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +58 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/package.json +65 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-stack/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-stack/README.md +78 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-stack/dist-cjs/index.js +285 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +281 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-stack/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-stack/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-stack/package.json +64 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-cjs/index.js +62 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/package.json +66 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/README.md +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-cjs/index.js +732 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +224 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +87 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +170 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +88 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +56 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +46 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +63 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +46 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +63 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/package.json +68 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-cjs/index.js +117 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/ProviderError.js +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/package.json +61 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/README.md +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-cjs/index.js +169 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-es/Field.js +26 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-es/Fields.js +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +64 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-es/index.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +50 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +35 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +56 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +29 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +50 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +44 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +35 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +56 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +29 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/package.json +62 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-builder/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-builder/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-builder/dist-cjs/index.js +26 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-builder/dist-es/index.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-builder/package.json +61 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-parser/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-parser/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-parser/dist-cjs/index.js +27 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-parser/dist-es/index.js +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-parser/package.json +61 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/service-error-classification/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/service-error-classification/README.md +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/service-error-classification/dist-cjs/index.js +77 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/service-error-classification/dist-es/constants.js +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/service-error-classification/dist-es/index.js +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +30 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +30 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/service-error-classification/package.json +60 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-cjs/index.js +556 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +126 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +135 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +79 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-es/constants.js +43 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +29 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +26 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-es/index.js +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +399 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-es/utilDate.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +43 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +30 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/index.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +30 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/package.json +70 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-cjs/index.js +589 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/client.js +45 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/command.js +124 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +26 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/exceptions.js +50 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +30 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/index.js +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +92 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/serde-json.js +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/client.d.ts +61 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/command.d.ts +119 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/index.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +162 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +61 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +119 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +178 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/package.json +68 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-cjs/index.js +91 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/index.js +43 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/command.d.ts +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +128 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/http.d.ts +112 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/index.d.ts +43 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/schema/schema.d.ts +230 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +82 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +77 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +128 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +112 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +43 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +245 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +101 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +41 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +81 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/package.json +61 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/url-parser/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/url-parser/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/url-parser/dist-cjs/index.js +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/url-parser/dist-es/index.js +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/url-parser/dist-types/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/url-parser/package.json +62 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/README.md +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +40 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-cjs/index.js +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +38 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-es/constants.browser.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +36 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-es/fromBase64.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +35 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-es/toBase64.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-base64/package.json +74 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-browser/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-browser/README.md +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +30 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +26 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-browser/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-browser/package.json +61 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-node/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-node/README.md +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +32 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +27 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-node/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-body-length-node/package.json +62 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-buffer-from/package.json +62 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-config-provider/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-config-provider/README.md +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-config-provider/dist-cjs/index.js +30 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-config-provider/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-config-provider/dist-es/numberSelector.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-config-provider/dist-es/types.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-config-provider/dist-types/types.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-config-provider/package.json +63 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +34 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +30 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/package.json +66 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +74 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +52 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/package.json +67 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-cjs/index.js +472 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +50 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +25 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +51 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +27 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/types/index.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +27 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +29 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +36 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +28 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +34 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +34 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +25 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +25 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/package.json +69 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-hex-encoding/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-hex-encoding/README.md +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +38 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-hex-encoding/dist-es/index.js +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-hex-encoding/package.json +61 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-middleware/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-middleware/README.md +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-middleware/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-middleware/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-middleware/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-middleware/package.json +67 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/README.md +78 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-cjs/index.js +278 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +27 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +109 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +67 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/package.json +71 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/README.md +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +36 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +53 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +60 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +103 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +30 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +34 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/headStream.js +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/index.js +84 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +68 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +54 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +32 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +49 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +57 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +95 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +27 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +26 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/headStream.js +38 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/index.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +64 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +50 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/splitStream.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +60 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +50 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/index.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +54 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/package.json +99 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-uri-escape/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-uri-escape/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-uri-escape/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-uri-escape/package.json +60 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/README.md +4 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-cjs/index.js +32 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-utf8/package.json +67 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/CHANGELOG.md +671 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/LICENSE +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/README.md +223 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/lib/fxp.d.cts +458 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/package.json +90 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/cli/cli.js +97 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/cli/man.js +17 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/cli/read.js +43 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/fxp.d.ts +445 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/fxp.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/util.js +68 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/CharsSymbol.js +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +104 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +61 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +69 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +103 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +100 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +154 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +94 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/Report.js +0 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/TagPath.js +81 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/TagPathMatcher.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/XMLParser.js +83 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/Xml2JsParser.js +235 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/XmlPartReader.js +210 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/XmlSpecialTagsReader.js +111 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/inputSource/BufferSource.js +116 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/inputSource/StringSource.js +121 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +105 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParser.js +22 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParserExt.js +19 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/valueParsers/currency.js +38 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/valueParsers/join.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/valueParsers/number.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/v6/valueParsers/trim.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/validator.js +425 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +285 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +134 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +369 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +46 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +606 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +71 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/xmlparser/node2json.js +119 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +40 -0
- package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
- package/node_modules/@aws-sdk/credential-providers/README.md +106 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromLoginCredentials.js +8 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/index.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromLoginCredentials.js +4 -0
- package/node_modules/@aws-sdk/credential-providers/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/package.json +18 -18
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/index.js +33 -16
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +33 -16
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/package.json +29 -18
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/package.json +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/package.json +15 -14
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/index.js +33 -16
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +33 -16
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-ssec/package.json +2 -2
- package/node_modules/@inquirer/ansi/package.json +7 -28
- package/node_modules/@inquirer/checkbox/README.md +1 -1
- package/node_modules/@inquirer/checkbox/dist/index.d.ts +52 -0
- package/node_modules/@inquirer/checkbox/dist/index.js +190 -0
- package/node_modules/@inquirer/checkbox/package.json +12 -34
- package/node_modules/@inquirer/confirm/package.json +10 -31
- package/node_modules/@inquirer/core/README.md +4 -4
- package/node_modules/@inquirer/core/dist/lib/Separator.js +21 -0
- package/node_modules/@inquirer/core/dist/lib/create-prompt.js +117 -0
- package/node_modules/@inquirer/core/dist/lib/theme.d.ts +155 -0
- package/node_modules/@inquirer/core/dist/lib/theme.js +21 -0
- package/node_modules/@inquirer/core/node_modules/ansi-regex/index.d.ts +33 -0
- package/node_modules/@inquirer/core/node_modules/ansi-regex/index.js +14 -0
- package/node_modules/@inquirer/core/node_modules/ansi-regex/package.json +61 -0
- package/node_modules/@inquirer/core/node_modules/ansi-regex/readme.md +66 -0
- package/node_modules/@inquirer/core/node_modules/ansi-styles/index.d.ts +236 -0
- package/node_modules/@inquirer/core/node_modules/ansi-styles/index.js +223 -0
- package/node_modules/@inquirer/core/node_modules/ansi-styles/license +9 -0
- package/node_modules/@inquirer/core/node_modules/ansi-styles/package.json +54 -0
- package/node_modules/@inquirer/core/node_modules/ansi-styles/readme.md +173 -0
- package/node_modules/@inquirer/core/node_modules/emoji-regex/README.md +107 -0
- package/node_modules/@inquirer/core/node_modules/emoji-regex/index.d.ts +3 -0
- package/node_modules/@inquirer/core/node_modules/emoji-regex/index.js +4 -0
- package/node_modules/@inquirer/core/node_modules/emoji-regex/index.mjs +4 -0
- package/node_modules/@inquirer/core/node_modules/emoji-regex/package.json +45 -0
- package/node_modules/@inquirer/core/node_modules/string-width/index.d.ts +39 -0
- package/node_modules/@inquirer/core/node_modules/string-width/index.js +82 -0
- package/node_modules/@inquirer/core/node_modules/string-width/license +9 -0
- package/node_modules/@inquirer/core/node_modules/string-width/package.json +64 -0
- package/node_modules/@inquirer/core/node_modules/string-width/readme.md +66 -0
- package/node_modules/@inquirer/core/node_modules/strip-ansi/index.d.ts +15 -0
- package/node_modules/@inquirer/core/node_modules/strip-ansi/index.js +14 -0
- package/node_modules/@inquirer/core/node_modules/strip-ansi/license +9 -0
- package/node_modules/@inquirer/core/node_modules/strip-ansi/package.json +59 -0
- package/node_modules/@inquirer/core/node_modules/strip-ansi/readme.md +37 -0
- package/node_modules/@inquirer/core/node_modules/wrap-ansi/index.d.ts +41 -0
- package/node_modules/@inquirer/core/node_modules/wrap-ansi/index.js +222 -0
- package/node_modules/@inquirer/core/node_modules/wrap-ansi/license +9 -0
- package/node_modules/@inquirer/core/node_modules/wrap-ansi/package.json +69 -0
- package/node_modules/@inquirer/core/node_modules/wrap-ansi/readme.md +75 -0
- package/node_modules/@inquirer/core/package.json +14 -37
- package/node_modules/@inquirer/editor/dist/index.d.ts +17 -0
- package/node_modules/@inquirer/editor/package.json +11 -32
- package/node_modules/@inquirer/expand/dist/index.d.ts +23 -0
- package/node_modules/@inquirer/expand/dist/index.js +108 -0
- package/node_modules/@inquirer/expand/package.json +10 -32
- package/node_modules/@inquirer/external-editor/package.json +7 -28
- package/node_modules/@inquirer/figures/package.json +7 -28
- package/node_modules/@inquirer/input/package.json +10 -31
- package/node_modules/@inquirer/number/dist/index.d.ts +13 -0
- package/node_modules/@inquirer/number/package.json +10 -31
- package/node_modules/@inquirer/password/package.json +11 -32
- package/node_modules/@inquirer/prompts/package.json +18 -39
- package/node_modules/@inquirer/rawlist/dist/index.d.ts +16 -0
- package/node_modules/@inquirer/rawlist/dist/index.js +125 -0
- package/node_modules/@inquirer/rawlist/package.json +10 -32
- package/node_modules/@inquirer/search/README.md +1 -1
- package/node_modules/@inquirer/search/dist/index.d.ts +32 -0
- package/node_modules/@inquirer/search/dist/index.js +186 -0
- package/node_modules/@inquirer/search/package.json +11 -33
- package/node_modules/@inquirer/select/README.md +1 -1
- package/node_modules/@inquirer/select/dist/index.d.ts +32 -0
- package/node_modules/@inquirer/select/dist/index.js +174 -0
- package/node_modules/@inquirer/select/package.json +12 -34
- package/node_modules/@inquirer/type/dist/inquirer.d.ts +35 -0
- package/node_modules/@inquirer/type/dist/inquirer.js +1 -0
- package/node_modules/@inquirer/type/package.json +7 -28
- package/node_modules/fast-xml-parser/CHANGELOG.md +3 -0
- package/node_modules/fast-xml-parser/package.json +1 -1
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +4 -4
- package/node_modules/get-east-asian-width/index.d.ts +60 -0
- package/node_modules/get-east-asian-width/index.js +30 -0
- package/node_modules/get-east-asian-width/license +9 -0
- package/node_modules/get-east-asian-width/lookup.js +403 -0
- package/node_modules/get-east-asian-width/package.json +70 -0
- package/node_modules/get-east-asian-width/readme.md +65 -0
- package/node_modules/inquirer/dist/index.js +65 -0
- package/node_modules/inquirer/dist/types.d.ts +99 -0
- package/node_modules/inquirer/dist/types.js +1 -0
- package/node_modules/inquirer/package.json +12 -33
- package/node_modules/mute-stream/package.json +4 -4
- package/package.json +18 -17
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/index.js +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +0 -81
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +0 -2571
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +0 -433
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iam/dist-es/models/index.js +0 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot/dist-es/models/index.js +0 -3
- package/node_modules/@aws-sdk/client-iot/dist-types/models/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/models/index.js +0 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@inquirer/ansi/dist/commonjs/index.js +0 -28
- package/node_modules/@inquirer/ansi/dist/commonjs/package.json +0 -3
- package/node_modules/@inquirer/ansi/dist/esm/index.d.ts +0 -14
- package/node_modules/@inquirer/ansi/dist/esm/package.json +0 -3
- package/node_modules/@inquirer/checkbox/dist/commonjs/index.d.ts +0 -57
- package/node_modules/@inquirer/checkbox/dist/commonjs/index.js +0 -209
- package/node_modules/@inquirer/checkbox/dist/commonjs/package.json +0 -3
- package/node_modules/@inquirer/checkbox/dist/esm/index.d.ts +0 -57
- package/node_modules/@inquirer/checkbox/dist/esm/index.js +0 -202
- package/node_modules/@inquirer/checkbox/dist/esm/package.json +0 -3
- package/node_modules/@inquirer/confirm/dist/commonjs/index.js +0 -50
- package/node_modules/@inquirer/confirm/dist/commonjs/package.json +0 -3
- package/node_modules/@inquirer/confirm/dist/esm/index.d.ts +0 -10
- package/node_modules/@inquirer/confirm/dist/esm/package.json +0 -3
- package/node_modules/@inquirer/core/dist/commonjs/index.js +0 -46
- package/node_modules/@inquirer/core/dist/commonjs/lib/Separator.js +0 -28
- package/node_modules/@inquirer/core/dist/commonjs/lib/create-prompt.js +0 -156
- package/node_modules/@inquirer/core/dist/commonjs/lib/errors.js +0 -29
- package/node_modules/@inquirer/core/dist/commonjs/lib/hook-engine.js +0 -118
- package/node_modules/@inquirer/core/dist/commonjs/lib/key.js +0 -29
- package/node_modules/@inquirer/core/dist/commonjs/lib/make-theme.js +0 -33
- package/node_modules/@inquirer/core/dist/commonjs/lib/pagination/use-pagination.js +0 -124
- package/node_modules/@inquirer/core/dist/commonjs/lib/promise-polyfill.js +0 -18
- package/node_modules/@inquirer/core/dist/commonjs/lib/screen-manager.js +0 -82
- package/node_modules/@inquirer/core/dist/commonjs/lib/theme.d.ts +0 -155
- package/node_modules/@inquirer/core/dist/commonjs/lib/theme.js +0 -27
- package/node_modules/@inquirer/core/dist/commonjs/lib/use-effect.js +0 -14
- package/node_modules/@inquirer/core/dist/commonjs/lib/use-keypress.js +0 -23
- package/node_modules/@inquirer/core/dist/commonjs/lib/use-memo.js +0 -17
- package/node_modules/@inquirer/core/dist/commonjs/lib/use-prefix.js +0 -38
- package/node_modules/@inquirer/core/dist/commonjs/lib/use-ref.js +0 -7
- package/node_modules/@inquirer/core/dist/commonjs/lib/use-state.js +0 -23
- package/node_modules/@inquirer/core/dist/commonjs/lib/utils.js +0 -32
- package/node_modules/@inquirer/core/dist/commonjs/package.json +0 -3
- package/node_modules/@inquirer/core/dist/esm/index.d.ts +0 -13
- package/node_modules/@inquirer/core/dist/esm/lib/Separator.d.ts +0 -10
- package/node_modules/@inquirer/core/dist/esm/lib/Separator.js +0 -21
- package/node_modules/@inquirer/core/dist/esm/lib/create-prompt.d.ts +0 -4
- package/node_modules/@inquirer/core/dist/esm/lib/create-prompt.js +0 -117
- package/node_modules/@inquirer/core/dist/esm/lib/errors.d.ts +0 -20
- package/node_modules/@inquirer/core/dist/esm/lib/hook-engine.d.ts +0 -23
- package/node_modules/@inquirer/core/dist/esm/lib/key.d.ts +0 -12
- package/node_modules/@inquirer/core/dist/esm/lib/make-theme.d.ts +0 -3
- package/node_modules/@inquirer/core/dist/esm/lib/pagination/use-pagination.d.ts +0 -16
- package/node_modules/@inquirer/core/dist/esm/lib/promise-polyfill.d.ts +0 -7
- package/node_modules/@inquirer/core/dist/esm/lib/screen-manager.d.ts +0 -14
- package/node_modules/@inquirer/core/dist/esm/lib/theme.d.ts +0 -155
- package/node_modules/@inquirer/core/dist/esm/lib/theme.js +0 -21
- package/node_modules/@inquirer/core/dist/esm/lib/use-effect.d.ts +0 -2
- package/node_modules/@inquirer/core/dist/esm/lib/use-keypress.d.ts +0 -3
- package/node_modules/@inquirer/core/dist/esm/lib/use-memo.d.ts +0 -1
- package/node_modules/@inquirer/core/dist/esm/lib/use-prefix.d.ts +0 -5
- package/node_modules/@inquirer/core/dist/esm/lib/use-ref.d.ts +0 -6
- package/node_modules/@inquirer/core/dist/esm/lib/use-state.d.ts +0 -4
- package/node_modules/@inquirer/core/dist/esm/lib/utils.d.ts +0 -13
- package/node_modules/@inquirer/core/dist/esm/package.json +0 -3
- package/node_modules/@inquirer/editor/dist/commonjs/index.d.ts +0 -17
- package/node_modules/@inquirer/editor/dist/commonjs/index.js +0 -76
- package/node_modules/@inquirer/editor/dist/commonjs/package.json +0 -3
- package/node_modules/@inquirer/editor/dist/esm/index.d.ts +0 -17
- package/node_modules/@inquirer/editor/dist/esm/package.json +0 -3
- package/node_modules/@inquirer/expand/dist/commonjs/index.d.ts +0 -25
- package/node_modules/@inquirer/expand/dist/commonjs/index.js +0 -115
- package/node_modules/@inquirer/expand/dist/commonjs/package.json +0 -3
- package/node_modules/@inquirer/expand/dist/esm/index.d.ts +0 -25
- package/node_modules/@inquirer/expand/dist/esm/index.js +0 -108
- package/node_modules/@inquirer/expand/dist/esm/package.json +0 -3
- package/node_modules/@inquirer/external-editor/dist/commonjs/errors/CreateFileError.js +0 -17
- package/node_modules/@inquirer/external-editor/dist/commonjs/errors/LaunchEditorError.js +0 -17
- package/node_modules/@inquirer/external-editor/dist/commonjs/errors/ReadFileError.js +0 -17
- package/node_modules/@inquirer/external-editor/dist/commonjs/errors/RemoveFileError.js +0 -17
- package/node_modules/@inquirer/external-editor/dist/commonjs/index.js +0 -203
- package/node_modules/@inquirer/external-editor/dist/commonjs/package.json +0 -3
- package/node_modules/@inquirer/external-editor/dist/esm/errors/CreateFileError.d.ts +0 -10
- package/node_modules/@inquirer/external-editor/dist/esm/errors/LaunchEditorError.d.ts +0 -10
- package/node_modules/@inquirer/external-editor/dist/esm/errors/ReadFileError.d.ts +0 -10
- package/node_modules/@inquirer/external-editor/dist/esm/errors/RemoveFileError.d.ts +0 -10
- package/node_modules/@inquirer/external-editor/dist/esm/index.d.ts +0 -39
- package/node_modules/@inquirer/external-editor/dist/esm/package.json +0 -3
- package/node_modules/@inquirer/figures/dist/commonjs/index.js +0 -321
- package/node_modules/@inquirer/figures/dist/commonjs/package.json +0 -3
- package/node_modules/@inquirer/figures/dist/esm/index.d.ts +0 -275
- package/node_modules/@inquirer/figures/dist/esm/package.json +0 -3
- package/node_modules/@inquirer/input/dist/commonjs/index.js +0 -99
- package/node_modules/@inquirer/input/dist/commonjs/package.json +0 -3
- package/node_modules/@inquirer/input/dist/esm/index.d.ts +0 -20
- package/node_modules/@inquirer/input/dist/esm/package.json +0 -3
- package/node_modules/@inquirer/number/dist/commonjs/index.d.ts +0 -15
- package/node_modules/@inquirer/number/dist/commonjs/index.js +0 -96
- package/node_modules/@inquirer/number/dist/commonjs/package.json +0 -3
- package/node_modules/@inquirer/number/dist/esm/index.d.ts +0 -15
- package/node_modules/@inquirer/number/dist/esm/package.json +0 -3
- package/node_modules/@inquirer/password/dist/commonjs/index.js +0 -57
- package/node_modules/@inquirer/password/dist/commonjs/package.json +0 -3
- package/node_modules/@inquirer/password/dist/esm/index.d.ts +0 -10
- package/node_modules/@inquirer/password/dist/esm/package.json +0 -3
- package/node_modules/@inquirer/prompts/dist/commonjs/index.js +0 -27
- package/node_modules/@inquirer/prompts/dist/commonjs/package.json +0 -3
- package/node_modules/@inquirer/prompts/dist/esm/index.d.ts +0 -10
- package/node_modules/@inquirer/prompts/dist/esm/package.json +0 -3
- package/node_modules/@inquirer/rawlist/dist/commonjs/index.d.ts +0 -18
- package/node_modules/@inquirer/rawlist/dist/commonjs/index.js +0 -132
- package/node_modules/@inquirer/rawlist/dist/commonjs/package.json +0 -3
- package/node_modules/@inquirer/rawlist/dist/esm/index.d.ts +0 -18
- package/node_modules/@inquirer/rawlist/dist/esm/index.js +0 -125
- package/node_modules/@inquirer/rawlist/dist/esm/package.json +0 -3
- package/node_modules/@inquirer/search/dist/commonjs/index.d.ts +0 -40
- package/node_modules/@inquirer/search/dist/commonjs/index.js +0 -206
- package/node_modules/@inquirer/search/dist/commonjs/package.json +0 -3
- package/node_modules/@inquirer/search/dist/esm/index.d.ts +0 -40
- package/node_modules/@inquirer/search/dist/esm/index.js +0 -199
- package/node_modules/@inquirer/search/dist/esm/package.json +0 -3
- package/node_modules/@inquirer/select/dist/commonjs/index.d.ts +0 -40
- package/node_modules/@inquirer/select/dist/commonjs/index.js +0 -194
- package/node_modules/@inquirer/select/dist/commonjs/package.json +0 -3
- package/node_modules/@inquirer/select/dist/esm/index.d.ts +0 -40
- package/node_modules/@inquirer/select/dist/esm/index.js +0 -187
- package/node_modules/@inquirer/select/dist/esm/package.json +0 -3
- package/node_modules/@inquirer/type/dist/commonjs/index.js +0 -18
- package/node_modules/@inquirer/type/dist/commonjs/inquirer.d.ts +0 -38
- package/node_modules/@inquirer/type/dist/commonjs/package.json +0 -3
- package/node_modules/@inquirer/type/dist/commonjs/utils.js +0 -3
- package/node_modules/@inquirer/type/dist/esm/index.d.ts +0 -2
- package/node_modules/@inquirer/type/dist/esm/inquirer.d.ts +0 -38
- package/node_modules/@inquirer/type/dist/esm/package.json +0 -3
- package/node_modules/@inquirer/type/dist/esm/utils.d.ts +0 -29
- package/node_modules/ansi-regex/index.d.ts +0 -37
- package/node_modules/ansi-regex/index.js +0 -10
- package/node_modules/ansi-regex/license +0 -9
- package/node_modules/ansi-regex/package.json +0 -55
- package/node_modules/ansi-regex/readme.md +0 -78
- package/node_modules/ansi-styles/index.d.ts +0 -345
- package/node_modules/ansi-styles/index.js +0 -163
- package/node_modules/ansi-styles/license +0 -9
- package/node_modules/ansi-styles/package.json +0 -56
- package/node_modules/ansi-styles/readme.md +0 -152
- package/node_modules/color-convert/CHANGELOG.md +0 -54
- package/node_modules/color-convert/LICENSE +0 -21
- package/node_modules/color-convert/README.md +0 -68
- package/node_modules/color-convert/conversions.js +0 -839
- package/node_modules/color-convert/index.js +0 -81
- package/node_modules/color-convert/package.json +0 -48
- package/node_modules/color-convert/route.js +0 -97
- package/node_modules/color-name/LICENSE +0 -8
- package/node_modules/color-name/README.md +0 -11
- package/node_modules/color-name/index.js +0 -152
- package/node_modules/color-name/package.json +0 -28
- package/node_modules/emoji-regex/README.md +0 -73
- package/node_modules/emoji-regex/es2015/index.js +0 -6
- package/node_modules/emoji-regex/es2015/text.js +0 -6
- package/node_modules/emoji-regex/index.d.ts +0 -23
- package/node_modules/emoji-regex/index.js +0 -6
- package/node_modules/emoji-regex/package.json +0 -50
- package/node_modules/emoji-regex/text.js +0 -6
- package/node_modules/inquirer/dist/commonjs/index.js +0 -73
- package/node_modules/inquirer/dist/commonjs/package.json +0 -3
- package/node_modules/inquirer/dist/commonjs/types.d.ts +0 -99
- package/node_modules/inquirer/dist/commonjs/types.js +0 -2
- package/node_modules/inquirer/dist/commonjs/ui/prompt.js +0 -270
- package/node_modules/inquirer/dist/esm/index.d.ts +0 -44
- package/node_modules/inquirer/dist/esm/index.js +0 -67
- package/node_modules/inquirer/dist/esm/package.json +0 -3
- package/node_modules/inquirer/dist/esm/types.d.ts +0 -99
- package/node_modules/inquirer/dist/esm/ui/prompt.d.ts +0 -60
- package/node_modules/is-fullwidth-code-point/index.d.ts +0 -17
- package/node_modules/is-fullwidth-code-point/index.js +0 -50
- package/node_modules/is-fullwidth-code-point/license +0 -9
- package/node_modules/is-fullwidth-code-point/package.json +0 -42
- package/node_modules/is-fullwidth-code-point/readme.md +0 -39
- package/node_modules/string-width/index.d.ts +0 -29
- package/node_modules/string-width/index.js +0 -47
- package/node_modules/string-width/license +0 -9
- package/node_modules/string-width/package.json +0 -56
- package/node_modules/string-width/readme.md +0 -50
- package/node_modules/strip-ansi/index.d.ts +0 -17
- package/node_modules/strip-ansi/index.js +0 -4
- package/node_modules/strip-ansi/license +0 -9
- package/node_modules/strip-ansi/package.json +0 -54
- package/node_modules/strip-ansi/readme.md +0 -46
- package/node_modules/wrap-ansi/index.js +0 -186
- package/node_modules/wrap-ansi/license +0 -9
- package/node_modules/wrap-ansi/package.json +0 -61
- package/node_modules/wrap-ansi/readme.md +0 -97
- package/node_modules/yoctocolors-cjs/index.d.ts +0 -94
- package/node_modules/yoctocolors-cjs/index.js +0 -98
- package/node_modules/yoctocolors-cjs/package.json +0 -67
- package/node_modules/yoctocolors-cjs/readme.md +0 -130
- /package/node_modules/{@inquirer/type/dist/esm/inquirer.js → @aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js} +0 -0
- /package/node_modules/{inquirer/dist/esm/types.js → @aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js} +0 -0
- /package/node_modules/{@inquirer/type/dist/commonjs/inquirer.js → @aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js} +0 -0
- /package/node_modules/@inquirer/ansi/dist/{commonjs/index.d.ts → index.d.ts} +0 -0
- /package/node_modules/@inquirer/ansi/dist/{esm/index.js → index.js} +0 -0
- /package/node_modules/@inquirer/confirm/dist/{commonjs/index.d.ts → index.d.ts} +0 -0
- /package/node_modules/@inquirer/confirm/dist/{esm/index.js → index.js} +0 -0
- /package/node_modules/@inquirer/core/dist/{commonjs/index.d.ts → index.d.ts} +0 -0
- /package/node_modules/@inquirer/core/dist/{esm/index.js → index.js} +0 -0
- /package/node_modules/@inquirer/core/dist/{commonjs/lib → lib}/Separator.d.ts +0 -0
- /package/node_modules/@inquirer/core/dist/{commonjs/lib → lib}/create-prompt.d.ts +0 -0
- /package/node_modules/@inquirer/core/dist/{commonjs/lib → lib}/errors.d.ts +0 -0
- /package/node_modules/@inquirer/core/dist/{esm/lib → lib}/errors.js +0 -0
- /package/node_modules/@inquirer/core/dist/{commonjs/lib → lib}/hook-engine.d.ts +0 -0
- /package/node_modules/@inquirer/core/dist/{esm/lib → lib}/hook-engine.js +0 -0
- /package/node_modules/@inquirer/core/dist/{commonjs/lib → lib}/key.d.ts +0 -0
- /package/node_modules/@inquirer/core/dist/{esm/lib → lib}/key.js +0 -0
- /package/node_modules/@inquirer/core/dist/{commonjs/lib → lib}/make-theme.d.ts +0 -0
- /package/node_modules/@inquirer/core/dist/{esm/lib → lib}/make-theme.js +0 -0
- /package/node_modules/@inquirer/core/dist/{commonjs/lib → lib}/pagination/use-pagination.d.ts +0 -0
- /package/node_modules/@inquirer/core/dist/{esm/lib → lib}/pagination/use-pagination.js +0 -0
- /package/node_modules/@inquirer/core/dist/{commonjs/lib → lib}/promise-polyfill.d.ts +0 -0
- /package/node_modules/@inquirer/core/dist/{esm/lib → lib}/promise-polyfill.js +0 -0
- /package/node_modules/@inquirer/core/dist/{commonjs/lib → lib}/screen-manager.d.ts +0 -0
- /package/node_modules/@inquirer/core/dist/{esm/lib → lib}/screen-manager.js +0 -0
- /package/node_modules/@inquirer/core/dist/{commonjs/lib → lib}/use-effect.d.ts +0 -0
- /package/node_modules/@inquirer/core/dist/{esm/lib → lib}/use-effect.js +0 -0
- /package/node_modules/@inquirer/core/dist/{commonjs/lib → lib}/use-keypress.d.ts +0 -0
- /package/node_modules/@inquirer/core/dist/{esm/lib → lib}/use-keypress.js +0 -0
- /package/node_modules/@inquirer/core/dist/{commonjs/lib → lib}/use-memo.d.ts +0 -0
- /package/node_modules/@inquirer/core/dist/{esm/lib → lib}/use-memo.js +0 -0
- /package/node_modules/@inquirer/core/dist/{commonjs/lib → lib}/use-prefix.d.ts +0 -0
- /package/node_modules/@inquirer/core/dist/{esm/lib → lib}/use-prefix.js +0 -0
- /package/node_modules/@inquirer/core/dist/{commonjs/lib → lib}/use-ref.d.ts +0 -0
- /package/node_modules/@inquirer/core/dist/{esm/lib → lib}/use-ref.js +0 -0
- /package/node_modules/@inquirer/core/dist/{commonjs/lib → lib}/use-state.d.ts +0 -0
- /package/node_modules/@inquirer/core/dist/{esm/lib → lib}/use-state.js +0 -0
- /package/node_modules/@inquirer/core/dist/{commonjs/lib → lib}/utils.d.ts +0 -0
- /package/node_modules/@inquirer/core/dist/{esm/lib → lib}/utils.js +0 -0
- /package/node_modules/{yoctocolors-cjs → @inquirer/core/node_modules/ansi-regex}/license +0 -0
- /package/node_modules/{emoji-regex → @inquirer/core/node_modules/emoji-regex}/LICENSE-MIT.txt +0 -0
- /package/node_modules/@inquirer/editor/dist/{esm/index.js → index.js} +0 -0
- /package/node_modules/@inquirer/external-editor/dist/{commonjs/errors → errors}/CreateFileError.d.ts +0 -0
- /package/node_modules/@inquirer/external-editor/dist/{esm/errors → errors}/CreateFileError.js +0 -0
- /package/node_modules/@inquirer/external-editor/dist/{commonjs/errors → errors}/LaunchEditorError.d.ts +0 -0
- /package/node_modules/@inquirer/external-editor/dist/{esm/errors → errors}/LaunchEditorError.js +0 -0
- /package/node_modules/@inquirer/external-editor/dist/{commonjs/errors → errors}/ReadFileError.d.ts +0 -0
- /package/node_modules/@inquirer/external-editor/dist/{esm/errors → errors}/ReadFileError.js +0 -0
- /package/node_modules/@inquirer/external-editor/dist/{commonjs/errors → errors}/RemoveFileError.d.ts +0 -0
- /package/node_modules/@inquirer/external-editor/dist/{esm/errors → errors}/RemoveFileError.js +0 -0
- /package/node_modules/@inquirer/external-editor/dist/{commonjs/index.d.ts → index.d.ts} +0 -0
- /package/node_modules/@inquirer/external-editor/dist/{esm/index.js → index.js} +0 -0
- /package/node_modules/@inquirer/figures/dist/{commonjs/index.d.ts → index.d.ts} +0 -0
- /package/node_modules/@inquirer/figures/dist/{esm/index.js → index.js} +0 -0
- /package/node_modules/@inquirer/input/dist/{commonjs/index.d.ts → index.d.ts} +0 -0
- /package/node_modules/@inquirer/input/dist/{esm/index.js → index.js} +0 -0
- /package/node_modules/@inquirer/number/dist/{esm/index.js → index.js} +0 -0
- /package/node_modules/@inquirer/password/dist/{commonjs/index.d.ts → index.d.ts} +0 -0
- /package/node_modules/@inquirer/password/dist/{esm/index.js → index.js} +0 -0
- /package/node_modules/@inquirer/prompts/dist/{commonjs/index.d.ts → index.d.ts} +0 -0
- /package/node_modules/@inquirer/prompts/dist/{esm/index.js → index.js} +0 -0
- /package/node_modules/@inquirer/type/dist/{commonjs/index.d.ts → index.d.ts} +0 -0
- /package/node_modules/@inquirer/type/dist/{esm/index.js → index.js} +0 -0
- /package/node_modules/@inquirer/type/dist/{commonjs/utils.d.ts → utils.d.ts} +0 -0
- /package/node_modules/@inquirer/type/dist/{esm/utils.js → utils.js} +0 -0
- /package/node_modules/inquirer/dist/{commonjs/index.d.ts → index.d.ts} +0 -0
- /package/node_modules/inquirer/dist/{commonjs/ui → ui}/prompt.d.ts +0 -0
- /package/node_modules/inquirer/dist/{esm/ui → ui}/prompt.js +0 -0
|
@@ -118,17 +118,6 @@ let CloudFormationServiceException$1 = class CloudFormationServiceException exte
|
|
|
118
118
|
}
|
|
119
119
|
};
|
|
120
120
|
|
|
121
|
-
const AccountFilterType = {
|
|
122
|
-
DIFFERENCE: "DIFFERENCE",
|
|
123
|
-
INTERSECTION: "INTERSECTION",
|
|
124
|
-
NONE: "NONE",
|
|
125
|
-
UNION: "UNION",
|
|
126
|
-
};
|
|
127
|
-
const AccountGateStatus = {
|
|
128
|
-
FAILED: "FAILED",
|
|
129
|
-
SKIPPED: "SKIPPED",
|
|
130
|
-
SUCCEEDED: "SUCCEEDED",
|
|
131
|
-
};
|
|
132
121
|
let InvalidOperationException$1 = class InvalidOperationException extends CloudFormationServiceException$1 {
|
|
133
122
|
name = "InvalidOperationException";
|
|
134
123
|
$fault = "client";
|
|
@@ -157,15 +146,6 @@ let OperationNotFoundException$1 = class OperationNotFoundException extends Clou
|
|
|
157
146
|
this.Message = opts.Message;
|
|
158
147
|
}
|
|
159
148
|
};
|
|
160
|
-
const ThirdPartyType = {
|
|
161
|
-
HOOK: "HOOK",
|
|
162
|
-
MODULE: "MODULE",
|
|
163
|
-
RESOURCE: "RESOURCE",
|
|
164
|
-
};
|
|
165
|
-
const VersionBump = {
|
|
166
|
-
MAJOR: "MAJOR",
|
|
167
|
-
MINOR: "MINOR",
|
|
168
|
-
};
|
|
169
149
|
let CFNRegistryException$1 = class CFNRegistryException extends CloudFormationServiceException$1 {
|
|
170
150
|
name = "CFNRegistryException";
|
|
171
151
|
$fault = "client";
|
|
@@ -208,23 +188,6 @@ let AlreadyExistsException$1 = class AlreadyExistsException extends CloudFormati
|
|
|
208
188
|
this.Message = opts.Message;
|
|
209
189
|
}
|
|
210
190
|
};
|
|
211
|
-
const AnnotationSeverityLevel = {
|
|
212
|
-
CRITICAL: "CRITICAL",
|
|
213
|
-
HIGH: "HIGH",
|
|
214
|
-
INFORMATIONAL: "INFORMATIONAL",
|
|
215
|
-
LOW: "LOW",
|
|
216
|
-
MEDIUM: "MEDIUM",
|
|
217
|
-
};
|
|
218
|
-
const AnnotationStatus = {
|
|
219
|
-
FAILED: "FAILED",
|
|
220
|
-
PASSED: "PASSED",
|
|
221
|
-
SKIPPED: "SKIPPED",
|
|
222
|
-
};
|
|
223
|
-
const AttributeChangeType = {
|
|
224
|
-
Add: "Add",
|
|
225
|
-
Modify: "Modify",
|
|
226
|
-
Remove: "Remove",
|
|
227
|
-
};
|
|
228
191
|
let TypeConfigurationNotFoundException$1 = class TypeConfigurationNotFoundException extends CloudFormationServiceException$1 {
|
|
229
192
|
name = "TypeConfigurationNotFoundException";
|
|
230
193
|
$fault = "client";
|
|
@@ -239,10 +202,6 @@ let TypeConfigurationNotFoundException$1 = class TypeConfigurationNotFoundExcept
|
|
|
239
202
|
this.Message = opts.Message;
|
|
240
203
|
}
|
|
241
204
|
};
|
|
242
|
-
const CallAs = {
|
|
243
|
-
DELEGATED_ADMIN: "DELEGATED_ADMIN",
|
|
244
|
-
SELF: "SELF",
|
|
245
|
-
};
|
|
246
205
|
let TokenAlreadyExistsException$1 = class TokenAlreadyExistsException extends CloudFormationServiceException$1 {
|
|
247
206
|
name = "TokenAlreadyExistsException";
|
|
248
207
|
$fault = "client";
|
|
@@ -257,80 +216,6 @@ let TokenAlreadyExistsException$1 = class TokenAlreadyExistsException extends Cl
|
|
|
257
216
|
this.Message = opts.Message;
|
|
258
217
|
}
|
|
259
218
|
};
|
|
260
|
-
const Capability = {
|
|
261
|
-
CAPABILITY_AUTO_EXPAND: "CAPABILITY_AUTO_EXPAND",
|
|
262
|
-
CAPABILITY_IAM: "CAPABILITY_IAM",
|
|
263
|
-
CAPABILITY_NAMED_IAM: "CAPABILITY_NAMED_IAM",
|
|
264
|
-
};
|
|
265
|
-
const Category = {
|
|
266
|
-
ACTIVATED: "ACTIVATED",
|
|
267
|
-
AWS_TYPES: "AWS_TYPES",
|
|
268
|
-
REGISTERED: "REGISTERED",
|
|
269
|
-
THIRD_PARTY: "THIRD_PARTY",
|
|
270
|
-
};
|
|
271
|
-
const ChangeAction = {
|
|
272
|
-
Add: "Add",
|
|
273
|
-
Dynamic: "Dynamic",
|
|
274
|
-
Import: "Import",
|
|
275
|
-
Modify: "Modify",
|
|
276
|
-
Remove: "Remove",
|
|
277
|
-
};
|
|
278
|
-
const ChangeSource = {
|
|
279
|
-
Automatic: "Automatic",
|
|
280
|
-
DirectModification: "DirectModification",
|
|
281
|
-
ParameterReference: "ParameterReference",
|
|
282
|
-
ResourceAttribute: "ResourceAttribute",
|
|
283
|
-
ResourceReference: "ResourceReference",
|
|
284
|
-
};
|
|
285
|
-
const EvaluationType = {
|
|
286
|
-
Dynamic: "Dynamic",
|
|
287
|
-
Static: "Static",
|
|
288
|
-
};
|
|
289
|
-
const ResourceAttribute = {
|
|
290
|
-
CreationPolicy: "CreationPolicy",
|
|
291
|
-
DeletionPolicy: "DeletionPolicy",
|
|
292
|
-
Metadata: "Metadata",
|
|
293
|
-
Properties: "Properties",
|
|
294
|
-
Tags: "Tags",
|
|
295
|
-
UpdatePolicy: "UpdatePolicy",
|
|
296
|
-
UpdateReplacePolicy: "UpdateReplacePolicy",
|
|
297
|
-
};
|
|
298
|
-
const RequiresRecreation = {
|
|
299
|
-
Always: "Always",
|
|
300
|
-
Conditionally: "Conditionally",
|
|
301
|
-
Never: "Never",
|
|
302
|
-
};
|
|
303
|
-
const PolicyAction = {
|
|
304
|
-
Delete: "Delete",
|
|
305
|
-
ReplaceAndDelete: "ReplaceAndDelete",
|
|
306
|
-
ReplaceAndRetain: "ReplaceAndRetain",
|
|
307
|
-
ReplaceAndSnapshot: "ReplaceAndSnapshot",
|
|
308
|
-
Retain: "Retain",
|
|
309
|
-
Snapshot: "Snapshot",
|
|
310
|
-
};
|
|
311
|
-
const Replacement = {
|
|
312
|
-
Conditional: "Conditional",
|
|
313
|
-
False: "False",
|
|
314
|
-
True: "True",
|
|
315
|
-
};
|
|
316
|
-
const ChangeType = {
|
|
317
|
-
Resource: "Resource",
|
|
318
|
-
};
|
|
319
|
-
const HookFailureMode = {
|
|
320
|
-
FAIL: "FAIL",
|
|
321
|
-
WARN: "WARN",
|
|
322
|
-
};
|
|
323
|
-
const HookInvocationPoint = {
|
|
324
|
-
PRE_PROVISION: "PRE_PROVISION",
|
|
325
|
-
};
|
|
326
|
-
const HookTargetType = {
|
|
327
|
-
RESOURCE: "RESOURCE",
|
|
328
|
-
};
|
|
329
|
-
const ChangeSetHooksStatus = {
|
|
330
|
-
PLANNED: "PLANNED",
|
|
331
|
-
PLANNING: "PLANNING",
|
|
332
|
-
UNAVAILABLE: "UNAVAILABLE",
|
|
333
|
-
};
|
|
334
219
|
let ChangeSetNotFoundException$1 = class ChangeSetNotFoundException extends CloudFormationServiceException$1 {
|
|
335
220
|
name = "ChangeSetNotFoundException";
|
|
336
221
|
$fault = "client";
|
|
@@ -345,34 +230,6 @@ let ChangeSetNotFoundException$1 = class ChangeSetNotFoundException extends Clou
|
|
|
345
230
|
this.Message = opts.Message;
|
|
346
231
|
}
|
|
347
232
|
};
|
|
348
|
-
const ChangeSetStatus = {
|
|
349
|
-
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
350
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
351
|
-
CREATE_PENDING: "CREATE_PENDING",
|
|
352
|
-
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
353
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
354
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
355
|
-
DELETE_PENDING: "DELETE_PENDING",
|
|
356
|
-
FAILED: "FAILED",
|
|
357
|
-
};
|
|
358
|
-
const ExecutionStatus = {
|
|
359
|
-
AVAILABLE: "AVAILABLE",
|
|
360
|
-
EXECUTE_COMPLETE: "EXECUTE_COMPLETE",
|
|
361
|
-
EXECUTE_FAILED: "EXECUTE_FAILED",
|
|
362
|
-
EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS",
|
|
363
|
-
OBSOLETE: "OBSOLETE",
|
|
364
|
-
UNAVAILABLE: "UNAVAILABLE",
|
|
365
|
-
};
|
|
366
|
-
const ChangeSetType = {
|
|
367
|
-
CREATE: "CREATE",
|
|
368
|
-
IMPORT: "IMPORT",
|
|
369
|
-
UPDATE: "UPDATE",
|
|
370
|
-
};
|
|
371
|
-
const OnStackFailure = {
|
|
372
|
-
DELETE: "DELETE",
|
|
373
|
-
DO_NOTHING: "DO_NOTHING",
|
|
374
|
-
ROLLBACK: "ROLLBACK",
|
|
375
|
-
};
|
|
376
233
|
let InsufficientCapabilitiesException$1 = class InsufficientCapabilitiesException extends CloudFormationServiceException$1 {
|
|
377
234
|
name = "InsufficientCapabilitiesException";
|
|
378
235
|
$fault = "client";
|
|
@@ -415,27 +272,6 @@ let ConcurrentResourcesLimitExceededException$1 = class ConcurrentResourcesLimit
|
|
|
415
272
|
this.Message = opts.Message;
|
|
416
273
|
}
|
|
417
274
|
};
|
|
418
|
-
const GeneratedTemplateDeletionPolicy = {
|
|
419
|
-
DELETE: "DELETE",
|
|
420
|
-
RETAIN: "RETAIN",
|
|
421
|
-
};
|
|
422
|
-
const GeneratedTemplateUpdateReplacePolicy = {
|
|
423
|
-
DELETE: "DELETE",
|
|
424
|
-
RETAIN: "RETAIN",
|
|
425
|
-
};
|
|
426
|
-
const OnFailure = {
|
|
427
|
-
DELETE: "DELETE",
|
|
428
|
-
DO_NOTHING: "DO_NOTHING",
|
|
429
|
-
ROLLBACK: "ROLLBACK",
|
|
430
|
-
};
|
|
431
|
-
const ConcurrencyMode = {
|
|
432
|
-
SOFT_FAILURE_TOLERANCE: "SOFT_FAILURE_TOLERANCE",
|
|
433
|
-
STRICT_FAILURE_TOLERANCE: "STRICT_FAILURE_TOLERANCE",
|
|
434
|
-
};
|
|
435
|
-
const RegionConcurrencyType = {
|
|
436
|
-
PARALLEL: "PARALLEL",
|
|
437
|
-
SEQUENTIAL: "SEQUENTIAL",
|
|
438
|
-
};
|
|
439
275
|
let OperationIdAlreadyExistsException$1 = class OperationIdAlreadyExistsException extends CloudFormationServiceException$1 {
|
|
440
276
|
name = "OperationIdAlreadyExistsException";
|
|
441
277
|
$fault = "client";
|
|
@@ -506,10 +342,6 @@ let CreatedButModifiedException$1 = class CreatedButModifiedException extends Cl
|
|
|
506
342
|
this.Message = opts.Message;
|
|
507
343
|
}
|
|
508
344
|
};
|
|
509
|
-
const PermissionModels = {
|
|
510
|
-
SELF_MANAGED: "SELF_MANAGED",
|
|
511
|
-
SERVICE_MANAGED: "SERVICE_MANAGED",
|
|
512
|
-
};
|
|
513
345
|
let NameAlreadyExistsException$1 = class NameAlreadyExistsException extends CloudFormationServiceException$1 {
|
|
514
346
|
name = "NameAlreadyExistsException";
|
|
515
347
|
$fault = "client";
|
|
@@ -552,10 +384,6 @@ let GeneratedTemplateNotFoundException$1 = class GeneratedTemplateNotFoundExcept
|
|
|
552
384
|
this.Message = opts.Message;
|
|
553
385
|
}
|
|
554
386
|
};
|
|
555
|
-
const DeletionMode = {
|
|
556
|
-
FORCE_DELETE_STACK: "FORCE_DELETE_STACK",
|
|
557
|
-
STANDARD: "STANDARD",
|
|
558
|
-
};
|
|
559
387
|
let StackSetNotEmptyException$1 = class StackSetNotEmptyException extends CloudFormationServiceException$1 {
|
|
560
388
|
name = "StackSetNotEmptyException";
|
|
561
389
|
$fault = "client";
|
|
@@ -570,54 +398,6 @@ let StackSetNotEmptyException$1 = class StackSetNotEmptyException extends CloudF
|
|
|
570
398
|
this.Message = opts.Message;
|
|
571
399
|
}
|
|
572
400
|
};
|
|
573
|
-
const RegistryType = {
|
|
574
|
-
HOOK: "HOOK",
|
|
575
|
-
MODULE: "MODULE",
|
|
576
|
-
RESOURCE: "RESOURCE",
|
|
577
|
-
};
|
|
578
|
-
const GeneratedTemplateResourceStatus = {
|
|
579
|
-
COMPLETE: "COMPLETE",
|
|
580
|
-
FAILED: "FAILED",
|
|
581
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
582
|
-
PENDING: "PENDING",
|
|
583
|
-
};
|
|
584
|
-
const WarningType = {
|
|
585
|
-
EXCLUDED_PROPERTIES: "EXCLUDED_PROPERTIES",
|
|
586
|
-
EXCLUDED_RESOURCES: "EXCLUDED_RESOURCES",
|
|
587
|
-
MUTUALLY_EXCLUSIVE_PROPERTIES: "MUTUALLY_EXCLUSIVE_PROPERTIES",
|
|
588
|
-
MUTUALLY_EXCLUSIVE_TYPES: "MUTUALLY_EXCLUSIVE_TYPES",
|
|
589
|
-
UNSUPPORTED_PROPERTIES: "UNSUPPORTED_PROPERTIES",
|
|
590
|
-
};
|
|
591
|
-
const GeneratedTemplateStatus = {
|
|
592
|
-
COMPLETE: "COMPLETE",
|
|
593
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
594
|
-
CREATE_PENDING: "CREATE_PENDING",
|
|
595
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
596
|
-
DELETE_PENDING: "DELETE_PENDING",
|
|
597
|
-
FAILED: "FAILED",
|
|
598
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
599
|
-
UPDATE_PENDING: "UPDATE_PENDING",
|
|
600
|
-
};
|
|
601
|
-
const OrganizationStatus = {
|
|
602
|
-
DISABLED: "DISABLED",
|
|
603
|
-
DISABLED_PERMANENTLY: "DISABLED_PERMANENTLY",
|
|
604
|
-
ENABLED: "ENABLED",
|
|
605
|
-
};
|
|
606
|
-
const IdentityProvider = {
|
|
607
|
-
AWS_Marketplace: "AWS_Marketplace",
|
|
608
|
-
Bitbucket: "Bitbucket",
|
|
609
|
-
GitHub: "GitHub",
|
|
610
|
-
};
|
|
611
|
-
const PublisherStatus = {
|
|
612
|
-
UNVERIFIED: "UNVERIFIED",
|
|
613
|
-
VERIFIED: "VERIFIED",
|
|
614
|
-
};
|
|
615
|
-
const ResourceScanStatus = {
|
|
616
|
-
COMPLETE: "COMPLETE",
|
|
617
|
-
EXPIRED: "EXPIRED",
|
|
618
|
-
FAILED: "FAILED",
|
|
619
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
620
|
-
};
|
|
621
401
|
let ResourceScanNotFoundException$1 = class ResourceScanNotFoundException extends CloudFormationServiceException$1 {
|
|
622
402
|
name = "ResourceScanNotFoundException";
|
|
623
403
|
$fault = "client";
|
|
@@ -632,219 +412,33 @@ let ResourceScanNotFoundException$1 = class ResourceScanNotFoundException extend
|
|
|
632
412
|
this.Message = opts.Message;
|
|
633
413
|
}
|
|
634
414
|
};
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
415
|
+
let StackInstanceNotFoundException$1 = class StackInstanceNotFoundException extends CloudFormationServiceException$1 {
|
|
416
|
+
name = "StackInstanceNotFoundException";
|
|
417
|
+
$fault = "client";
|
|
418
|
+
Message;
|
|
419
|
+
constructor(opts) {
|
|
420
|
+
super({
|
|
421
|
+
name: "StackInstanceNotFoundException",
|
|
422
|
+
$fault: "client",
|
|
423
|
+
...opts,
|
|
424
|
+
});
|
|
425
|
+
Object.setPrototypeOf(this, StackInstanceNotFoundException.prototype);
|
|
426
|
+
this.Message = opts.Message;
|
|
427
|
+
}
|
|
639
428
|
};
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
};
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
HOOK_FAILED: "HOOK_FAILED",
|
|
654
|
-
HOOK_IN_PROGRESS: "HOOK_IN_PROGRESS",
|
|
655
|
-
};
|
|
656
|
-
const ResourceStatus = {
|
|
657
|
-
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
658
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
659
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
660
|
-
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
661
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
662
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
663
|
-
DELETE_SKIPPED: "DELETE_SKIPPED",
|
|
664
|
-
EXPORT_COMPLETE: "EXPORT_COMPLETE",
|
|
665
|
-
EXPORT_FAILED: "EXPORT_FAILED",
|
|
666
|
-
EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS",
|
|
667
|
-
EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE",
|
|
668
|
-
EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED",
|
|
669
|
-
EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS",
|
|
670
|
-
IMPORT_COMPLETE: "IMPORT_COMPLETE",
|
|
671
|
-
IMPORT_FAILED: "IMPORT_FAILED",
|
|
672
|
-
IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
|
|
673
|
-
IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE",
|
|
674
|
-
IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED",
|
|
675
|
-
IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS",
|
|
676
|
-
ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
|
|
677
|
-
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
678
|
-
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
679
|
-
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
680
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
681
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
682
|
-
UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE",
|
|
683
|
-
UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED",
|
|
684
|
-
UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS",
|
|
685
|
-
};
|
|
686
|
-
const StackInstanceDetailedStatus = {
|
|
687
|
-
CANCELLED: "CANCELLED",
|
|
688
|
-
FAILED: "FAILED",
|
|
689
|
-
FAILED_IMPORT: "FAILED_IMPORT",
|
|
690
|
-
INOPERABLE: "INOPERABLE",
|
|
691
|
-
PENDING: "PENDING",
|
|
692
|
-
RUNNING: "RUNNING",
|
|
693
|
-
SKIPPED_SUSPENDED_ACCOUNT: "SKIPPED_SUSPENDED_ACCOUNT",
|
|
694
|
-
SUCCEEDED: "SUCCEEDED",
|
|
695
|
-
};
|
|
696
|
-
const StackInstanceStatus = {
|
|
697
|
-
CURRENT: "CURRENT",
|
|
698
|
-
INOPERABLE: "INOPERABLE",
|
|
699
|
-
OUTDATED: "OUTDATED",
|
|
700
|
-
};
|
|
701
|
-
let StackInstanceNotFoundException$1 = class StackInstanceNotFoundException extends CloudFormationServiceException$1 {
|
|
702
|
-
name = "StackInstanceNotFoundException";
|
|
703
|
-
$fault = "client";
|
|
704
|
-
Message;
|
|
705
|
-
constructor(opts) {
|
|
706
|
-
super({
|
|
707
|
-
name: "StackInstanceNotFoundException",
|
|
708
|
-
$fault: "client",
|
|
709
|
-
...opts,
|
|
710
|
-
});
|
|
711
|
-
Object.setPrototypeOf(this, StackInstanceNotFoundException.prototype);
|
|
712
|
-
this.Message = opts.Message;
|
|
713
|
-
}
|
|
714
|
-
};
|
|
715
|
-
const StackRefactorExecutionStatus = {
|
|
716
|
-
AVAILABLE: "AVAILABLE",
|
|
717
|
-
EXECUTE_COMPLETE: "EXECUTE_COMPLETE",
|
|
718
|
-
EXECUTE_FAILED: "EXECUTE_FAILED",
|
|
719
|
-
EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS",
|
|
720
|
-
OBSOLETE: "OBSOLETE",
|
|
721
|
-
ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
|
|
722
|
-
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
723
|
-
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
724
|
-
UNAVAILABLE: "UNAVAILABLE",
|
|
725
|
-
};
|
|
726
|
-
const StackRefactorStatus = {
|
|
727
|
-
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
728
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
729
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
730
|
-
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
731
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
732
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
733
|
-
};
|
|
734
|
-
let StackRefactorNotFoundException$1 = class StackRefactorNotFoundException extends CloudFormationServiceException$1 {
|
|
735
|
-
name = "StackRefactorNotFoundException";
|
|
736
|
-
$fault = "client";
|
|
737
|
-
Message;
|
|
738
|
-
constructor(opts) {
|
|
739
|
-
super({
|
|
740
|
-
name: "StackRefactorNotFoundException",
|
|
741
|
-
$fault: "client",
|
|
742
|
-
...opts,
|
|
743
|
-
});
|
|
744
|
-
Object.setPrototypeOf(this, StackRefactorNotFoundException.prototype);
|
|
745
|
-
this.Message = opts.Message;
|
|
746
|
-
}
|
|
747
|
-
};
|
|
748
|
-
const StackResourceDriftStatus = {
|
|
749
|
-
DELETED: "DELETED",
|
|
750
|
-
IN_SYNC: "IN_SYNC",
|
|
751
|
-
MODIFIED: "MODIFIED",
|
|
752
|
-
NOT_CHECKED: "NOT_CHECKED",
|
|
753
|
-
UNKNOWN: "UNKNOWN",
|
|
754
|
-
};
|
|
755
|
-
const DifferenceType = {
|
|
756
|
-
ADD: "ADD",
|
|
757
|
-
NOT_EQUAL: "NOT_EQUAL",
|
|
758
|
-
REMOVE: "REMOVE",
|
|
759
|
-
};
|
|
760
|
-
const StackStatus = {
|
|
761
|
-
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
762
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
763
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
764
|
-
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
765
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
766
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
767
|
-
IMPORT_COMPLETE: "IMPORT_COMPLETE",
|
|
768
|
-
IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
|
|
769
|
-
IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE",
|
|
770
|
-
IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED",
|
|
771
|
-
IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS",
|
|
772
|
-
REVIEW_IN_PROGRESS: "REVIEW_IN_PROGRESS",
|
|
773
|
-
ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
|
|
774
|
-
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
775
|
-
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
776
|
-
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
777
|
-
UPDATE_COMPLETE_CLEANUP_IN_PROGRESS: "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS",
|
|
778
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
779
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
780
|
-
UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE",
|
|
781
|
-
UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS: "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
|
|
782
|
-
UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED",
|
|
783
|
-
UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS",
|
|
784
|
-
};
|
|
785
|
-
const StackSetDriftDetectionStatus = {
|
|
786
|
-
COMPLETED: "COMPLETED",
|
|
787
|
-
FAILED: "FAILED",
|
|
788
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
789
|
-
PARTIAL_SUCCESS: "PARTIAL_SUCCESS",
|
|
790
|
-
STOPPED: "STOPPED",
|
|
791
|
-
};
|
|
792
|
-
const StackSetDriftStatus = {
|
|
793
|
-
DRIFTED: "DRIFTED",
|
|
794
|
-
IN_SYNC: "IN_SYNC",
|
|
795
|
-
NOT_CHECKED: "NOT_CHECKED",
|
|
796
|
-
};
|
|
797
|
-
const StackSetStatus = {
|
|
798
|
-
ACTIVE: "ACTIVE",
|
|
799
|
-
DELETED: "DELETED",
|
|
800
|
-
};
|
|
801
|
-
const StackSetOperationAction = {
|
|
802
|
-
CREATE: "CREATE",
|
|
803
|
-
DELETE: "DELETE",
|
|
804
|
-
DETECT_DRIFT: "DETECT_DRIFT",
|
|
805
|
-
UPDATE: "UPDATE",
|
|
806
|
-
};
|
|
807
|
-
const StackSetOperationStatus = {
|
|
808
|
-
FAILED: "FAILED",
|
|
809
|
-
QUEUED: "QUEUED",
|
|
810
|
-
RUNNING: "RUNNING",
|
|
811
|
-
STOPPED: "STOPPED",
|
|
812
|
-
STOPPING: "STOPPING",
|
|
813
|
-
SUCCEEDED: "SUCCEEDED",
|
|
814
|
-
};
|
|
815
|
-
const DeprecatedStatus = {
|
|
816
|
-
DEPRECATED: "DEPRECATED",
|
|
817
|
-
LIVE: "LIVE",
|
|
818
|
-
};
|
|
819
|
-
const ProvisioningType = {
|
|
820
|
-
FULLY_MUTABLE: "FULLY_MUTABLE",
|
|
821
|
-
IMMUTABLE: "IMMUTABLE",
|
|
822
|
-
NON_PROVISIONABLE: "NON_PROVISIONABLE",
|
|
823
|
-
};
|
|
824
|
-
const TypeTestsStatus = {
|
|
825
|
-
FAILED: "FAILED",
|
|
826
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
827
|
-
NOT_TESTED: "NOT_TESTED",
|
|
828
|
-
PASSED: "PASSED",
|
|
829
|
-
};
|
|
830
|
-
const Visibility = {
|
|
831
|
-
PRIVATE: "PRIVATE",
|
|
832
|
-
PUBLIC: "PUBLIC",
|
|
833
|
-
};
|
|
834
|
-
const RegistrationStatus = {
|
|
835
|
-
COMPLETE: "COMPLETE",
|
|
836
|
-
FAILED: "FAILED",
|
|
837
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
838
|
-
};
|
|
839
|
-
const TemplateFormat = {
|
|
840
|
-
JSON: "JSON",
|
|
841
|
-
YAML: "YAML",
|
|
842
|
-
};
|
|
843
|
-
const HookTargetAction = {
|
|
844
|
-
CREATE: "CREATE",
|
|
845
|
-
DELETE: "DELETE",
|
|
846
|
-
IMPORT: "IMPORT",
|
|
847
|
-
UPDATE: "UPDATE",
|
|
429
|
+
let StackRefactorNotFoundException$1 = class StackRefactorNotFoundException extends CloudFormationServiceException$1 {
|
|
430
|
+
name = "StackRefactorNotFoundException";
|
|
431
|
+
$fault = "client";
|
|
432
|
+
Message;
|
|
433
|
+
constructor(opts) {
|
|
434
|
+
super({
|
|
435
|
+
name: "StackRefactorNotFoundException",
|
|
436
|
+
$fault: "client",
|
|
437
|
+
...opts,
|
|
438
|
+
});
|
|
439
|
+
Object.setPrototypeOf(this, StackRefactorNotFoundException.prototype);
|
|
440
|
+
this.Message = opts.Message;
|
|
441
|
+
}
|
|
848
442
|
};
|
|
849
443
|
let HookResultNotFoundException$1 = class HookResultNotFoundException extends CloudFormationServiceException$1 {
|
|
850
444
|
name = "HookResultNotFoundException";
|
|
@@ -860,10 +454,6 @@ let HookResultNotFoundException$1 = class HookResultNotFoundException extends Cl
|
|
|
860
454
|
this.Message = opts.Message;
|
|
861
455
|
}
|
|
862
456
|
};
|
|
863
|
-
const TemplateStage = {
|
|
864
|
-
Original: "Original",
|
|
865
|
-
Processed: "Processed",
|
|
866
|
-
};
|
|
867
457
|
let StackNotFoundException$1 = class StackNotFoundException extends CloudFormationServiceException$1 {
|
|
868
458
|
name = "StackNotFoundException";
|
|
869
459
|
$fault = "client";
|
|
@@ -878,12 +468,6 @@ let StackNotFoundException$1 = class StackNotFoundException extends CloudFormati
|
|
|
878
468
|
this.Message = opts.Message;
|
|
879
469
|
}
|
|
880
470
|
};
|
|
881
|
-
const ListHookResultsTargetType = {
|
|
882
|
-
CHANGE_SET: "CHANGE_SET",
|
|
883
|
-
CLOUD_CONTROL: "CLOUD_CONTROL",
|
|
884
|
-
RESOURCE: "RESOURCE",
|
|
885
|
-
STACK: "STACK",
|
|
886
|
-
};
|
|
887
471
|
let ResourceScanInProgressException$1 = class ResourceScanInProgressException extends CloudFormationServiceException$1 {
|
|
888
472
|
name = "ResourceScanInProgressException";
|
|
889
473
|
$fault = "client";
|
|
@@ -898,38 +482,6 @@ let ResourceScanInProgressException$1 = class ResourceScanInProgressException ex
|
|
|
898
482
|
this.Message = opts.Message;
|
|
899
483
|
}
|
|
900
484
|
};
|
|
901
|
-
const ScanType = {
|
|
902
|
-
FULL: "FULL",
|
|
903
|
-
PARTIAL: "PARTIAL",
|
|
904
|
-
};
|
|
905
|
-
const StackInstanceFilterName = {
|
|
906
|
-
DETAILED_STATUS: "DETAILED_STATUS",
|
|
907
|
-
DRIFT_STATUS: "DRIFT_STATUS",
|
|
908
|
-
LAST_OPERATION_ID: "LAST_OPERATION_ID",
|
|
909
|
-
};
|
|
910
|
-
const StackRefactorActionType = {
|
|
911
|
-
CREATE: "CREATE",
|
|
912
|
-
MOVE: "MOVE",
|
|
913
|
-
};
|
|
914
|
-
const StackRefactorDetection = {
|
|
915
|
-
AUTO: "AUTO",
|
|
916
|
-
MANUAL: "MANUAL",
|
|
917
|
-
};
|
|
918
|
-
const StackRefactorActionEntity = {
|
|
919
|
-
RESOURCE: "RESOURCE",
|
|
920
|
-
STACK: "STACK",
|
|
921
|
-
};
|
|
922
|
-
const OperationResultFilterName = {
|
|
923
|
-
OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS",
|
|
924
|
-
};
|
|
925
|
-
|
|
926
|
-
const StackSetOperationResultStatus = {
|
|
927
|
-
CANCELLED: "CANCELLED",
|
|
928
|
-
FAILED: "FAILED",
|
|
929
|
-
PENDING: "PENDING",
|
|
930
|
-
RUNNING: "RUNNING",
|
|
931
|
-
SUCCEEDED: "SUCCEEDED",
|
|
932
|
-
};
|
|
933
485
|
let InvalidStateTransitionException$1 = class InvalidStateTransitionException extends CloudFormationServiceException$1 {
|
|
934
486
|
name = "InvalidStateTransitionException";
|
|
935
487
|
$fault = "client";
|
|
@@ -958,37 +510,6 @@ let OperationStatusCheckFailedException$1 = class OperationStatusCheckFailedExce
|
|
|
958
510
|
this.Message = opts.Message;
|
|
959
511
|
}
|
|
960
512
|
};
|
|
961
|
-
const OperationStatus = {
|
|
962
|
-
FAILED: "FAILED",
|
|
963
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
964
|
-
PENDING: "PENDING",
|
|
965
|
-
SUCCESS: "SUCCESS",
|
|
966
|
-
};
|
|
967
|
-
const HandlerErrorCode = {
|
|
968
|
-
AccessDenied: "AccessDenied",
|
|
969
|
-
AlreadyExists: "AlreadyExists",
|
|
970
|
-
GeneralServiceException: "GeneralServiceException",
|
|
971
|
-
HandlerInternalFailure: "HandlerInternalFailure",
|
|
972
|
-
InternalFailure: "InternalFailure",
|
|
973
|
-
InvalidCredentials: "InvalidCredentials",
|
|
974
|
-
InvalidRequest: "InvalidRequest",
|
|
975
|
-
InvalidTypeConfiguration: "InvalidTypeConfiguration",
|
|
976
|
-
NetworkFailure: "NetworkFailure",
|
|
977
|
-
NonCompliant: "NonCompliant",
|
|
978
|
-
NotFound: "NotFound",
|
|
979
|
-
NotUpdatable: "NotUpdatable",
|
|
980
|
-
ResourceConflict: "ResourceConflict",
|
|
981
|
-
ServiceInternalError: "ServiceInternalError",
|
|
982
|
-
ServiceLimitExceeded: "ServiceLimitExceeded",
|
|
983
|
-
ServiceTimeout: "NotStabilized",
|
|
984
|
-
Throttling: "Throttling",
|
|
985
|
-
Unknown: "Unknown",
|
|
986
|
-
UnsupportedTarget: "UnsupportedTarget",
|
|
987
|
-
};
|
|
988
|
-
const ResourceSignalStatus = {
|
|
989
|
-
FAILURE: "FAILURE",
|
|
990
|
-
SUCCESS: "SUCCESS",
|
|
991
|
-
};
|
|
992
513
|
let ResourceScanLimitExceededException$1 = class ResourceScanLimitExceededException extends CloudFormationServiceException$1 {
|
|
993
514
|
name = "ResourceScanLimitExceededException";
|
|
994
515
|
$fault = "client";
|
|
@@ -1028,9 +549,10 @@ const _ATI = "ActivateTypeInput";
|
|
|
1028
549
|
const _ATO = "ActivateTypeOutput";
|
|
1029
550
|
const _AU = "AutoUpdate";
|
|
1030
551
|
const _AUc = "AccountsUrl";
|
|
1031
|
-
const _AV = "
|
|
1032
|
-
const
|
|
552
|
+
const _AV = "ActualValue";
|
|
553
|
+
const _AVF = "AfterValueFrom";
|
|
1033
554
|
const _AVf = "AfterValue";
|
|
555
|
+
const _AVl = "AllowedValues";
|
|
1034
556
|
const _Ac = "Accounts";
|
|
1035
557
|
const _Acc = "Account";
|
|
1036
558
|
const _Act = "Action";
|
|
@@ -1047,6 +569,7 @@ const _BDTCI = "BatchDescribeTypeConfigurationsInput";
|
|
|
1047
569
|
const _BDTCO = "BatchDescribeTypeConfigurationsOutput";
|
|
1048
570
|
const _BT = "BearerToken";
|
|
1049
571
|
const _BV = "BeforeValue";
|
|
572
|
+
const _BVF = "BeforeValueFrom";
|
|
1050
573
|
const _C = "Change";
|
|
1051
574
|
const _CA = "CallAs";
|
|
1052
575
|
const _CAo = "ConnectionArn";
|
|
@@ -1116,13 +639,19 @@ const _DCSO = "DeleteChangeSetOutput";
|
|
|
1116
639
|
const _DCSOe = "DescribeChangeSetOutput";
|
|
1117
640
|
const _DCSe = "DescribeChangeSet";
|
|
1118
641
|
const _DDS = "DriftDetectionStatus";
|
|
642
|
+
const _DDT = "DriftDetectionTimestamp";
|
|
643
|
+
const _DE = "DescribeEvents";
|
|
644
|
+
const _DEI = "DescribeEventsInput";
|
|
645
|
+
const _DEO = "DescribeEventsOutput";
|
|
1119
646
|
const _DGT = "DeleteGeneratedTemplate";
|
|
1120
647
|
const _DGTI = "DeleteGeneratedTemplateInput";
|
|
1121
648
|
const _DGTIe = "DescribeGeneratedTemplateInput";
|
|
1122
649
|
const _DGTO = "DescribeGeneratedTemplateOutput";
|
|
1123
650
|
const _DGTe = "DescribeGeneratedTemplate";
|
|
1124
651
|
const _DI = "DriftInformation";
|
|
1125
|
-
const _DM = "
|
|
652
|
+
const _DM = "DeploymentMode";
|
|
653
|
+
const _DMe = "DeletionMode";
|
|
654
|
+
const _DO = "DependsOn";
|
|
1126
655
|
const _DOA = "DeactivateOrganizationsAccess";
|
|
1127
656
|
const _DOAI = "DeactivateOrganizationsAccessInput";
|
|
1128
657
|
const _DOAIe = "DescribeOrganizationsAccessInput";
|
|
@@ -1215,11 +744,13 @@ const _DVI = "DefaultVersionId";
|
|
|
1215
744
|
const _De = "Details";
|
|
1216
745
|
const _Des = "Destination";
|
|
1217
746
|
const _Det = "Detection";
|
|
747
|
+
const _Dr = "Drift";
|
|
1218
748
|
const _E = "Enabled";
|
|
1219
749
|
const _EC = "ErrorCode";
|
|
1220
750
|
const _ECS = "ExecuteChangeSet";
|
|
1221
751
|
const _ECSI = "ExecuteChangeSetInput";
|
|
1222
752
|
const _ECSO = "ExecuteChangeSetOutput";
|
|
753
|
+
const _EF = "EventFilter";
|
|
1223
754
|
const _EI = "EventId";
|
|
1224
755
|
const _EM = "ErrorMessage";
|
|
1225
756
|
const _EN = "ExportName";
|
|
@@ -1239,18 +770,20 @@ const _ETCI = "EstimateTemplateCostInput";
|
|
|
1239
770
|
const _ETCO = "EstimateTemplateCostOutput";
|
|
1240
771
|
const _ETP = "EnableTerminationProtection";
|
|
1241
772
|
const _ETn = "EndTimestamp";
|
|
773
|
+
const _ETv = "EventType";
|
|
1242
774
|
const _EV = "ExpectedValue";
|
|
1243
775
|
const _En = "Entity";
|
|
1244
776
|
const _Er = "Errors";
|
|
1245
777
|
const _Ev = "Evaluation";
|
|
1246
778
|
const _Ex = "Export";
|
|
1247
779
|
const _Exp = "Exports";
|
|
1248
|
-
const _F = "
|
|
780
|
+
const _F = "Filters";
|
|
781
|
+
const _FE = "FailedEvents";
|
|
1249
782
|
const _FM = "FailureMode";
|
|
1250
783
|
const _FSIC = "FailedStackInstancesCount";
|
|
1251
784
|
const _FTC = "FailureToleranceCount";
|
|
1252
785
|
const _FTP = "FailureTolerancePercentage";
|
|
1253
|
-
const
|
|
786
|
+
const _Fo = "Format";
|
|
1254
787
|
const _GGT = "GetGeneratedTemplate";
|
|
1255
788
|
const _GGTI = "GetGeneratedTemplateInput";
|
|
1256
789
|
const _GGTO = "GetGeneratedTemplateOutput";
|
|
@@ -1327,9 +860,11 @@ const _LI = "ListImports";
|
|
|
1327
860
|
const _LIH = "LogicalIdHierarchy";
|
|
1328
861
|
const _LII = "ListImportsInput";
|
|
1329
862
|
const _LIO = "ListImportsOutput";
|
|
863
|
+
const _LO = "LastOperations";
|
|
1330
864
|
const _LOI = "LastOperationId";
|
|
1331
865
|
const _LPV = "LatestPublicVersion";
|
|
1332
866
|
const _LRA = "LogRoleArn";
|
|
867
|
+
const _LRD = "LiveResourceDrift";
|
|
1333
868
|
const _LRI = "LogicalResourceId";
|
|
1334
869
|
const _LRIo = "LogicalResourceIds";
|
|
1335
870
|
const _LRS = "ListResourceScans";
|
|
@@ -1401,6 +936,9 @@ const _NGTN = "NewGeneratedTemplateName";
|
|
|
1401
936
|
const _NOR = "NumberOfResources";
|
|
1402
937
|
const _NT = "NextToken";
|
|
1403
938
|
const _O = "Output";
|
|
939
|
+
const _OE = "OperationEvents";
|
|
940
|
+
const _OEp = "OperationEntry";
|
|
941
|
+
const _OEpe = "OperationEvent";
|
|
1404
942
|
const _OF = "OnFailure";
|
|
1405
943
|
const _OI = "OperationId";
|
|
1406
944
|
const _OIAEE = "OperationIdAlreadyExistsException";
|
|
@@ -1413,6 +951,7 @@ const _ORFp = "OperationResultFilters";
|
|
|
1413
951
|
const _OS = "OperationStatus";
|
|
1414
952
|
const _OSCFE = "OperationStatusCheckFailedException";
|
|
1415
953
|
const _OSF = "OnStackFailure";
|
|
954
|
+
const _OT = "OperationType";
|
|
1416
955
|
const _OTA = "OriginalTypeArn";
|
|
1417
956
|
const _OTN = "OriginalTypeName";
|
|
1418
957
|
const _OUI = "OrganizationalUnitIds";
|
|
@@ -1425,6 +964,7 @@ const _PC = "PercentageCompleted";
|
|
|
1425
964
|
const _PCSI = "ParentChangeSetId";
|
|
1426
965
|
const _PCa = "ParameterConstraints";
|
|
1427
966
|
const _PD = "ParameterDeclaration";
|
|
967
|
+
const _PDC = "PreviousDeploymentContext";
|
|
1428
968
|
const _PDa = "ParameterDeclarations";
|
|
1429
969
|
const _PDr = "PropertyDifference";
|
|
1430
970
|
const _PDro = "PropertyDifferences";
|
|
@@ -1448,8 +988,9 @@ const _PTI = "PublishTypeInput";
|
|
|
1448
988
|
const _PTO = "PublishTypeOutput";
|
|
1449
989
|
const _PTa = "ParameterType";
|
|
1450
990
|
const _PTu = "PublishType";
|
|
1451
|
-
const _PV = "
|
|
991
|
+
const _PV = "PreviousValue";
|
|
1452
992
|
const _PVN = "PublicVersionNumber";
|
|
993
|
+
const _PVa = "ParameterValue";
|
|
1453
994
|
const _Pa = "Parameter";
|
|
1454
995
|
const _Pat = "Path";
|
|
1455
996
|
const _Pr = "Progress";
|
|
@@ -1467,6 +1008,9 @@ const _RCSI = "RootChangeSetId";
|
|
|
1467
1008
|
const _RCT = "RegionConcurrencyType";
|
|
1468
1009
|
const _RCo = "RollbackConfiguration";
|
|
1469
1010
|
const _RD = "ResourceDefinition";
|
|
1011
|
+
const _RDIA = "ResourceDriftIgnoredAttributes";
|
|
1012
|
+
const _RDIAe = "ResourceDriftIgnoredAttribute";
|
|
1013
|
+
const _RDS = "ResourceDriftStatus";
|
|
1470
1014
|
const _RDe = "ResourceDetail";
|
|
1471
1015
|
const _RDes = "ResourceDefinitions";
|
|
1472
1016
|
const _RDeso = "ResourceDetails";
|
|
@@ -1531,6 +1075,7 @@ const _RTo = "RollbackTriggers";
|
|
|
1531
1075
|
const _RTol = "RollbackTrigger";
|
|
1532
1076
|
const _RV = "ResolvedValue";
|
|
1533
1077
|
const _Re = "Regions";
|
|
1078
|
+
const _Rea = "Reason";
|
|
1534
1079
|
const _Reg = "Region";
|
|
1535
1080
|
const _Rep = "Replacement";
|
|
1536
1081
|
const _Req = "Required";
|
|
@@ -1728,7 +1273,12 @@ const _UTPI = "UpdateTerminationProtectionInput";
|
|
|
1728
1273
|
const _UTPO = "UpdateTerminationProtectionOutput";
|
|
1729
1274
|
const _V = "Value";
|
|
1730
1275
|
const _VB = "VersionBump";
|
|
1276
|
+
const _VFM = "ValidationFailureMode";
|
|
1731
1277
|
const _VI = "VersionId";
|
|
1278
|
+
const _VN = "ValidationName";
|
|
1279
|
+
const _VP = "ValidationPath";
|
|
1280
|
+
const _VS = "ValidationStatus";
|
|
1281
|
+
const _VSR = "ValidationStatusReason";
|
|
1732
1282
|
const _VT = "ValidateTemplate";
|
|
1733
1283
|
const _VTI = "ValidateTemplateInput";
|
|
1734
1284
|
const _VTO = "ValidateTemplateOutput";
|
|
@@ -1773,7 +1323,7 @@ var AlreadyExistsException = [
|
|
|
1773
1323
|
];
|
|
1774
1324
|
schema.TypeRegistry.for(n0).registerError(AlreadyExistsException, AlreadyExistsException$1);
|
|
1775
1325
|
var Annotation = [3, n0, _An, 0, [_AN, _S, _SM, _RM, _RL, _SL], [0, 0, 0, 0, 0, 0]];
|
|
1776
|
-
var AutoDeployment = [3, n0, _AD, 0, [_E, _RSOAR], [2, 2]];
|
|
1326
|
+
var AutoDeployment = [3, n0, _AD, 0, [_E, _RSOAR, _DO], [2, 2, 64 | 0]];
|
|
1777
1327
|
var BatchDescribeTypeConfigurationsError = [
|
|
1778
1328
|
3,
|
|
1779
1329
|
n0,
|
|
@@ -1882,7 +1432,7 @@ var CreateChangeSetInput = [
|
|
|
1882
1432
|
n0,
|
|
1883
1433
|
_CCSI,
|
|
1884
1434
|
0,
|
|
1885
|
-
[_SN, _TB, _TURL, _UPT, _P, _Ca, _RTe, _RARN, _RCo, _NARN, _Ta, _CSN, _CTl, _D, _CST, _RTI, _INS, _OSF, _IER],
|
|
1435
|
+
[_SN, _TB, _TURL, _UPT, _P, _Ca, _RTe, _RARN, _RCo, _NARN, _Ta, _CSN, _CTl, _D, _CST, _RTI, _INS, _OSF, _IER, _DM],
|
|
1886
1436
|
[
|
|
1887
1437
|
0,
|
|
1888
1438
|
0,
|
|
@@ -1903,6 +1453,7 @@ var CreateChangeSetInput = [
|
|
|
1903
1453
|
2,
|
|
1904
1454
|
0,
|
|
1905
1455
|
2,
|
|
1456
|
+
0,
|
|
1906
1457
|
],
|
|
1907
1458
|
];
|
|
1908
1459
|
var CreateChangeSetOutput = [3, n0, _CCSO, 0, [_I, _SI], [0, 0]];
|
|
@@ -1964,7 +1515,7 @@ var CreateStackInstancesInput = [
|
|
|
1964
1515
|
[0, 64 | 0, () => DeploymentTargets, 64 | 0, () => _Parameters, () => StackSetOperationPreferences, [0, 4], 0],
|
|
1965
1516
|
];
|
|
1966
1517
|
var CreateStackInstancesOutput = [3, n0, _CSIO, 0, [_OI], [0]];
|
|
1967
|
-
var CreateStackOutput = [3, n0, _CSO, 0, [_SI], [0]];
|
|
1518
|
+
var CreateStackOutput = [3, n0, _CSO, 0, [_SI, _OI], [0, 0]];
|
|
1968
1519
|
var CreateStackRefactorInput = [
|
|
1969
1520
|
3,
|
|
1970
1521
|
n0,
|
|
@@ -2011,7 +1562,7 @@ var DeleteStackInput = [
|
|
|
2011
1562
|
n0,
|
|
2012
1563
|
_DSI,
|
|
2013
1564
|
0,
|
|
2014
|
-
[_SN, _RR, _RARN, _CRT,
|
|
1565
|
+
[_SN, _RR, _RARN, _CRT, _DMe],
|
|
2015
1566
|
[0, 64 | 0, 0, 0, 0],
|
|
2016
1567
|
];
|
|
2017
1568
|
var DeleteStackInstancesInput = [
|
|
@@ -2059,7 +1610,31 @@ var DescribeChangeSetOutput = [
|
|
|
2059
1610
|
n0,
|
|
2060
1611
|
_DCSOe,
|
|
2061
1612
|
0,
|
|
2062
|
-
[
|
|
1613
|
+
[
|
|
1614
|
+
_CSN,
|
|
1615
|
+
_CSI,
|
|
1616
|
+
_SI,
|
|
1617
|
+
_SN,
|
|
1618
|
+
_D,
|
|
1619
|
+
_P,
|
|
1620
|
+
_CT,
|
|
1621
|
+
_ES,
|
|
1622
|
+
_S,
|
|
1623
|
+
_SR,
|
|
1624
|
+
_SDS,
|
|
1625
|
+
_NARN,
|
|
1626
|
+
_RCo,
|
|
1627
|
+
_Ca,
|
|
1628
|
+
_Ta,
|
|
1629
|
+
_Ch,
|
|
1630
|
+
_NT,
|
|
1631
|
+
_INS,
|
|
1632
|
+
_PCSI,
|
|
1633
|
+
_RCSI,
|
|
1634
|
+
_OSF,
|
|
1635
|
+
_IER,
|
|
1636
|
+
_DM,
|
|
1637
|
+
],
|
|
2063
1638
|
[
|
|
2064
1639
|
0,
|
|
2065
1640
|
0,
|
|
@@ -2071,6 +1646,7 @@ var DescribeChangeSetOutput = [
|
|
|
2071
1646
|
0,
|
|
2072
1647
|
0,
|
|
2073
1648
|
0,
|
|
1649
|
+
0,
|
|
2074
1650
|
64 | 0,
|
|
2075
1651
|
() => RollbackConfiguration,
|
|
2076
1652
|
64 | 0,
|
|
@@ -2082,8 +1658,18 @@ var DescribeChangeSetOutput = [
|
|
|
2082
1658
|
0,
|
|
2083
1659
|
0,
|
|
2084
1660
|
2,
|
|
1661
|
+
0,
|
|
2085
1662
|
],
|
|
2086
1663
|
];
|
|
1664
|
+
var DescribeEventsInput = [
|
|
1665
|
+
3,
|
|
1666
|
+
n0,
|
|
1667
|
+
_DEI,
|
|
1668
|
+
0,
|
|
1669
|
+
[_SN, _CSN, _OI, _F, _NT],
|
|
1670
|
+
[0, 0, 0, () => EventFilter, 0],
|
|
1671
|
+
];
|
|
1672
|
+
var DescribeEventsOutput = [3, n0, _DEO, 0, [_OE, _NT], [() => OperationEvents, 0]];
|
|
2087
1673
|
var DescribeGeneratedTemplateInput = [3, n0, _DGTIe, 0, [_GTN], [0]];
|
|
2088
1674
|
var DescribeGeneratedTemplateOutput = [
|
|
2089
1675
|
3,
|
|
@@ -2285,6 +1871,7 @@ var EstimateTemplateCostInput = [
|
|
|
2285
1871
|
[0, 0, () => _Parameters],
|
|
2286
1872
|
];
|
|
2287
1873
|
var EstimateTemplateCostOutput = [3, n0, _ETCO, 0, [_U], [0]];
|
|
1874
|
+
var EventFilter = [3, n0, _EF, 0, [_FE], [2]];
|
|
2288
1875
|
var ExecuteChangeSetInput = [
|
|
2289
1876
|
3,
|
|
2290
1877
|
n0,
|
|
@@ -2309,7 +1896,7 @@ var GeneratedTemplateNotFoundException = [
|
|
|
2309
1896
|
[0],
|
|
2310
1897
|
];
|
|
2311
1898
|
schema.TypeRegistry.for(n0).registerError(GeneratedTemplateNotFoundException, GeneratedTemplateNotFoundException$1);
|
|
2312
|
-
var GetGeneratedTemplateInput = [3, n0, _GGTI, 0, [
|
|
1899
|
+
var GetGeneratedTemplateInput = [3, n0, _GGTI, 0, [_Fo, _GTN], [0, 0]];
|
|
2313
1900
|
var GetGeneratedTemplateOutput = [3, n0, _GGTO, 0, [_S, _TB], [0, 0]];
|
|
2314
1901
|
var GetHookResultInput = [3, n0, _GHRI, 0, [_HRI], [0]];
|
|
2315
1902
|
var GetHookResultOutput = [
|
|
@@ -2522,7 +2109,7 @@ var ListStackInstancesInput = [
|
|
|
2522
2109
|
n0,
|
|
2523
2110
|
_LSII,
|
|
2524
2111
|
0,
|
|
2525
|
-
[_SSN, _NT, _MR,
|
|
2112
|
+
[_SSN, _NT, _MR, _F, _SIA, _SIR, _CA],
|
|
2526
2113
|
[0, 0, 1, () => StackInstanceFilters, 0, 0, 0],
|
|
2527
2114
|
];
|
|
2528
2115
|
var ListStackInstancesOutput = [
|
|
@@ -2581,7 +2168,7 @@ var ListStackSetOperationResultsInput = [
|
|
|
2581
2168
|
n0,
|
|
2582
2169
|
_LSSORI,
|
|
2583
2170
|
0,
|
|
2584
|
-
[_SSN, _OI, _NT, _MR, _CA,
|
|
2171
|
+
[_SSN, _OI, _NT, _MR, _CA, _F],
|
|
2585
2172
|
[0, 0, 0, 1, 0, () => OperationResultFilters],
|
|
2586
2173
|
];
|
|
2587
2174
|
var ListStackSetOperationResultsOutput = [
|
|
@@ -2619,7 +2206,7 @@ var ListTypesInput = [
|
|
|
2619
2206
|
n0,
|
|
2620
2207
|
_LTI,
|
|
2621
2208
|
0,
|
|
2622
|
-
[_Vi, _PT, _DSe, _T,
|
|
2209
|
+
[_Vi, _PT, _DSe, _T, _F, _MR, _NT],
|
|
2623
2210
|
[0, 0, 0, 0, () => TypeFilters, 1, 0],
|
|
2624
2211
|
];
|
|
2625
2212
|
var ListTypesOutput = [3, n0, _LTO, 0, [_TSy, _NT], [() => TypeSummaries, 0]];
|
|
@@ -2639,6 +2226,7 @@ var ListTypeVersionsOutput = [
|
|
|
2639
2226
|
[_TVS, _NT],
|
|
2640
2227
|
[() => TypeVersionSummaries, 0],
|
|
2641
2228
|
];
|
|
2229
|
+
var LiveResourceDrift = [3, n0, _LRD, 0, [_PV, _AV, _DDT], [0, 0, 4]];
|
|
2642
2230
|
var LoggingConfig = [3, n0, _LC, 0, [_LRA, _LGN], [0, 0]];
|
|
2643
2231
|
var ManagedExecution = [3, n0, _ME, 0, [_Acti], [2]];
|
|
2644
2232
|
var ModuleInfo = [3, n0, _MI, 0, [_TH, _LIH], [0, 0]];
|
|
@@ -2655,6 +2243,43 @@ var NameAlreadyExistsException = [
|
|
|
2655
2243
|
[0],
|
|
2656
2244
|
];
|
|
2657
2245
|
schema.TypeRegistry.for(n0).registerError(NameAlreadyExistsException, NameAlreadyExistsException$1);
|
|
2246
|
+
var OperationEntry = [3, n0, _OEp, 0, [_OT, _OI], [0, 0]];
|
|
2247
|
+
var OperationEvent = [
|
|
2248
|
+
3,
|
|
2249
|
+
n0,
|
|
2250
|
+
_OEpe,
|
|
2251
|
+
0,
|
|
2252
|
+
[
|
|
2253
|
+
_EI,
|
|
2254
|
+
_SI,
|
|
2255
|
+
_OI,
|
|
2256
|
+
_OT,
|
|
2257
|
+
_OS,
|
|
2258
|
+
_ETv,
|
|
2259
|
+
_LRI,
|
|
2260
|
+
_PRI,
|
|
2261
|
+
_RT,
|
|
2262
|
+
_Ti,
|
|
2263
|
+
_ST,
|
|
2264
|
+
_ET,
|
|
2265
|
+
_RSes,
|
|
2266
|
+
_RSR,
|
|
2267
|
+
_RP,
|
|
2268
|
+
_CRT,
|
|
2269
|
+
_HTo,
|
|
2270
|
+
_HS,
|
|
2271
|
+
_HSR,
|
|
2272
|
+
_HIP,
|
|
2273
|
+
_HFM,
|
|
2274
|
+
_DSet,
|
|
2275
|
+
_VFM,
|
|
2276
|
+
_VN,
|
|
2277
|
+
_VS,
|
|
2278
|
+
_VSR,
|
|
2279
|
+
_VP,
|
|
2280
|
+
],
|
|
2281
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
2282
|
+
];
|
|
2658
2283
|
var OperationIdAlreadyExistsException = [
|
|
2659
2284
|
-3,
|
|
2660
2285
|
n0,
|
|
@@ -2709,8 +2334,8 @@ var OperationStatusCheckFailedException = [
|
|
|
2709
2334
|
];
|
|
2710
2335
|
schema.TypeRegistry.for(n0).registerError(OperationStatusCheckFailedException, OperationStatusCheckFailedException$1);
|
|
2711
2336
|
var Output = [3, n0, _O, 0, [_OK, _OV, _D, _EN], [0, 0, 0, 0]];
|
|
2712
|
-
var Parameter = [3, n0, _Pa, 0, [_PK,
|
|
2713
|
-
var ParameterConstraints = [3, n0, _PCa, 0, [
|
|
2337
|
+
var Parameter = [3, n0, _Pa, 0, [_PK, _PVa, _UPV, _RV], [0, 0, 2, 0]];
|
|
2338
|
+
var ParameterConstraints = [3, n0, _PCa, 0, [_AVl], [64 | 0]];
|
|
2714
2339
|
var ParameterDeclaration = [
|
|
2715
2340
|
3,
|
|
2716
2341
|
n0,
|
|
@@ -2720,7 +2345,7 @@ var ParameterDeclaration = [
|
|
|
2720
2345
|
[0, 0, 0, 2, 0, () => ParameterConstraints],
|
|
2721
2346
|
];
|
|
2722
2347
|
var PhysicalResourceIdContextKeyValuePair = [3, n0, _PRICKVP, 0, [_K, _V], [0, 0]];
|
|
2723
|
-
var PropertyDifference = [3, n0, _PDr, 0, [_PPr, _EV,
|
|
2348
|
+
var PropertyDifference = [3, n0, _PDr, 0, [_PPr, _EV, _AV, _DTi], [0, 0, 0, 0]];
|
|
2724
2349
|
var PublishTypeInput = [3, n0, _PTI, 0, [_T, _A, _TN, _PVN], [0, 0, 0, 0]];
|
|
2725
2350
|
var PublishTypeOutput = [3, n0, _PTO, 0, [_PTA], [0]];
|
|
2726
2351
|
var RecordHandlerProgressInput = [
|
|
@@ -2749,8 +2374,24 @@ var ResourceChange = [
|
|
|
2749
2374
|
n0,
|
|
2750
2375
|
_RC,
|
|
2751
2376
|
0,
|
|
2752
|
-
[_PA, _Act, _LRI, _PRI, _RT, _Rep, _Sco, _De, _CSI, _MI, _BC, _AC],
|
|
2753
|
-
[
|
|
2377
|
+
[_PA, _Act, _LRI, _PRI, _RT, _Rep, _Sco, _RDS, _RDIA, _De, _CSI, _MI, _BC, _AC, _PDC],
|
|
2378
|
+
[
|
|
2379
|
+
0,
|
|
2380
|
+
0,
|
|
2381
|
+
0,
|
|
2382
|
+
0,
|
|
2383
|
+
0,
|
|
2384
|
+
0,
|
|
2385
|
+
64 | 0,
|
|
2386
|
+
0,
|
|
2387
|
+
() => ResourceDriftIgnoredAttributes,
|
|
2388
|
+
() => ResourceChangeDetails,
|
|
2389
|
+
0,
|
|
2390
|
+
() => ModuleInfo,
|
|
2391
|
+
0,
|
|
2392
|
+
0,
|
|
2393
|
+
0,
|
|
2394
|
+
],
|
|
2754
2395
|
];
|
|
2755
2396
|
var ResourceChangeDetail = [
|
|
2756
2397
|
3,
|
|
@@ -2769,6 +2410,7 @@ var ResourceDetail = [
|
|
|
2769
2410
|
[_RT, _LRI, _RI, _RSes, _RSR, _W],
|
|
2770
2411
|
[0, 0, 128 | 0, 0, 0, () => WarningDetails],
|
|
2771
2412
|
];
|
|
2413
|
+
var ResourceDriftIgnoredAttribute = [3, n0, _RDIAe, 0, [_Pat, _Rea], [0, 0]];
|
|
2772
2414
|
var ResourceIdentifierSummary = [
|
|
2773
2415
|
3,
|
|
2774
2416
|
n0,
|
|
@@ -2838,13 +2480,13 @@ var ResourceTargetDefinition = [
|
|
|
2838
2480
|
n0,
|
|
2839
2481
|
_RTDe,
|
|
2840
2482
|
0,
|
|
2841
|
-
[_At, _N, _RReq, _Pat, _BV, _AVf, _ACT],
|
|
2842
|
-
[0, 0, 0, 0, 0, 0, 0],
|
|
2483
|
+
[_At, _N, _RReq, _Pat, _BV, _AVf, _BVF, _AVF, _Dr, _ACT],
|
|
2484
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => LiveResourceDrift, 0],
|
|
2843
2485
|
];
|
|
2844
2486
|
var ResourceToImport = [3, n0, _RTIes, 0, [_RT, _LRI, _RI], [0, 0, 128 | 0]];
|
|
2845
2487
|
var RollbackConfiguration = [3, n0, _RCo, 0, [_RTo, _MTIM], [() => RollbackTriggers, 1]];
|
|
2846
2488
|
var RollbackStackInput = [3, n0, _RSIo, 0, [_SN, _RARN, _CRT, _REOC], [0, 0, 0, 2]];
|
|
2847
|
-
var RollbackStackOutput = [3, n0, _RSO, 0, [_SI], [0]];
|
|
2489
|
+
var RollbackStackOutput = [3, n0, _RSO, 0, [_SI, _OI], [0, 0]];
|
|
2848
2490
|
var RollbackTrigger = [3, n0, _RTol, 0, [_A, _T], [0, 0]];
|
|
2849
2491
|
var ScanFilter = [3, n0, _SFc, 0, [_Ty], [64 | 0]];
|
|
2850
2492
|
var ScannedResource = [3, n0, _SRc, 0, [_RT, _RI, _MBS], [0, 128 | 0, 2]];
|
|
@@ -2891,8 +2533,9 @@ var Stack = [
|
|
|
2891
2533
|
_RIo,
|
|
2892
2534
|
_DI,
|
|
2893
2535
|
_REOC,
|
|
2894
|
-
|
|
2536
|
+
_DMe,
|
|
2895
2537
|
_DSet,
|
|
2538
|
+
_LO,
|
|
2896
2539
|
],
|
|
2897
2540
|
[
|
|
2898
2541
|
0,
|
|
@@ -2920,6 +2563,7 @@ var Stack = [
|
|
|
2920
2563
|
2,
|
|
2921
2564
|
0,
|
|
2922
2565
|
0,
|
|
2566
|
+
() => LastOperations,
|
|
2923
2567
|
],
|
|
2924
2568
|
];
|
|
2925
2569
|
var StackDefinition = [3, n0, _SDt, 0, [_SN, _TB, _TURL], [0, 0, 0]];
|
|
@@ -2930,8 +2574,8 @@ var StackEvent = [
|
|
|
2930
2574
|
n0,
|
|
2931
2575
|
_SEt,
|
|
2932
2576
|
0,
|
|
2933
|
-
[_SI, _EI, _SN, _LRI, _PRI, _RT, _Ti, _RSes, _RSR, _RP, _CRT, _HTo, _HS, _HSR, _HIP, _HII, _HFM, _DSet],
|
|
2934
|
-
[0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
2577
|
+
[_SI, _EI, _SN, _OI, _LRI, _PRI, _RT, _Ti, _RSes, _RSR, _RP, _CRT, _HTo, _HS, _HSR, _HIP, _HII, _HFM, _DSet],
|
|
2578
|
+
[0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
2935
2579
|
];
|
|
2936
2580
|
var StackInstance = [
|
|
2937
2581
|
3,
|
|
@@ -3170,8 +2814,8 @@ var StackSummary = [
|
|
|
3170
2814
|
n0,
|
|
3171
2815
|
_SStac,
|
|
3172
2816
|
0,
|
|
3173
|
-
[_SI, _SN, _TDe, _CT, _LUT, _DTel, _SSta, _SSR, _PIa, _RIo, _DI],
|
|
3174
|
-
[0, 0, 0, 4, 4, 4, 0, 0, 0, 0, () => StackDriftInformationSummary],
|
|
2817
|
+
[_SI, _SN, _TDe, _CT, _LUT, _DTel, _SSta, _SSR, _PIa, _RIo, _DI, _LO],
|
|
2818
|
+
[0, 0, 0, 4, 4, 4, 0, 0, 0, 0, () => StackDriftInformationSummary, () => LastOperations],
|
|
3175
2819
|
];
|
|
3176
2820
|
var StaleRequestException = [
|
|
3177
2821
|
-3,
|
|
@@ -3322,7 +2966,7 @@ var UpdateStackInstancesInput = [
|
|
|
3322
2966
|
[0, 64 | 0, () => DeploymentTargets, 64 | 0, () => _Parameters, () => StackSetOperationPreferences, [0, 4], 0],
|
|
3323
2967
|
];
|
|
3324
2968
|
var UpdateStackInstancesOutput = [3, n0, _USIO, 0, [_OI], [0]];
|
|
3325
|
-
var UpdateStackOutput = [3, n0, _USO, 0, [_SI], [0]];
|
|
2969
|
+
var UpdateStackOutput = [3, n0, _USO, 0, [_SI, _OI], [0, 0]];
|
|
3326
2970
|
var UpdateStackSetInput = [
|
|
3327
2971
|
3,
|
|
3328
2972
|
n0,
|
|
@@ -3383,6 +3027,8 @@ var ChangeSetHooks = [1, n0, _CSHh, 0, () => ChangeSetHook];
|
|
|
3383
3027
|
var ChangeSetSummaries = [1, n0, _CSSh, 0, () => ChangeSetSummary];
|
|
3384
3028
|
var Exports = [1, n0, _Exp, 0, () => Export];
|
|
3385
3029
|
var HookResultSummaries = [1, n0, _HRSo, 0, () => HookResultSummary];
|
|
3030
|
+
var LastOperations = [1, n0, _LO, 0, () => OperationEntry];
|
|
3031
|
+
var OperationEvents = [1, n0, _OE, 0, () => OperationEvent];
|
|
3386
3032
|
var OperationResultFilters = [1, n0, _ORFp, 0, () => OperationResultFilter];
|
|
3387
3033
|
var Outputs = [1, n0, _Ou, 0, () => Output];
|
|
3388
3034
|
var ParameterDeclarations = [1, n0, _PDa, 0, () => ParameterDeclaration];
|
|
@@ -3394,6 +3040,7 @@ var RequiredActivatedTypes = [1, n0, _RAT, 0, () => RequiredActivatedType];
|
|
|
3394
3040
|
var ResourceChangeDetails = [1, n0, _RCDe, 0, () => ResourceChangeDetail];
|
|
3395
3041
|
var ResourceDefinitions = [1, n0, _RDes, 0, () => ResourceDefinition];
|
|
3396
3042
|
var ResourceDetails = [1, n0, _RDeso, 0, () => ResourceDetail];
|
|
3043
|
+
var ResourceDriftIgnoredAttributes = [1, n0, _RDIA, 0, () => ResourceDriftIgnoredAttribute];
|
|
3397
3044
|
var ResourceIdentifierSummaries = [1, n0, _RIS, 0, () => ResourceIdentifierSummary];
|
|
3398
3045
|
var ResourceMappings = [1, n0, _RMe, 0, () => ResourceMapping];
|
|
3399
3046
|
var ResourceScanSummaries = [1, n0, _RSS, 0, () => ResourceScanSummary];
|
|
@@ -3595,6 +3242,14 @@ var DescribeChangeSetHooks = [
|
|
|
3595
3242
|
() => DescribeChangeSetHooksInput,
|
|
3596
3243
|
() => DescribeChangeSetHooksOutput,
|
|
3597
3244
|
];
|
|
3245
|
+
var DescribeEvents = [
|
|
3246
|
+
9,
|
|
3247
|
+
n0,
|
|
3248
|
+
_DE,
|
|
3249
|
+
0,
|
|
3250
|
+
() => DescribeEventsInput,
|
|
3251
|
+
() => DescribeEventsOutput,
|
|
3252
|
+
];
|
|
3598
3253
|
var DescribeGeneratedTemplate = [
|
|
3599
3254
|
9,
|
|
3600
3255
|
n0,
|
|
@@ -4291,6 +3946,18 @@ class DescribeChangeSetHooksCommand extends smithyClient.Command
|
|
|
4291
3946
|
.build() {
|
|
4292
3947
|
}
|
|
4293
3948
|
|
|
3949
|
+
class DescribeEventsCommand extends smithyClient.Command
|
|
3950
|
+
.classBuilder()
|
|
3951
|
+
.ep(commonParams)
|
|
3952
|
+
.m(function (Command, cs, config, o) {
|
|
3953
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3954
|
+
})
|
|
3955
|
+
.s("CloudFormation", "DescribeEvents", {})
|
|
3956
|
+
.n("CloudFormationClient", "DescribeEventsCommand")
|
|
3957
|
+
.sc(DescribeEvents)
|
|
3958
|
+
.build() {
|
|
3959
|
+
}
|
|
3960
|
+
|
|
4294
3961
|
class DescribeGeneratedTemplateCommand extends smithyClient.Command
|
|
4295
3962
|
.classBuilder()
|
|
4296
3963
|
.ep(commonParams)
|
|
@@ -5118,6 +4785,7 @@ const commands = {
|
|
|
5118
4785
|
DescribeAccountLimitsCommand,
|
|
5119
4786
|
DescribeChangeSetCommand,
|
|
5120
4787
|
DescribeChangeSetHooksCommand,
|
|
4788
|
+
DescribeEventsCommand,
|
|
5121
4789
|
DescribeGeneratedTemplateCommand,
|
|
5122
4790
|
DescribeOrganizationsAccessCommand,
|
|
5123
4791
|
DescribePublisherCommand,
|
|
@@ -5192,6 +4860,10 @@ smithyClient.createAggregatedClient(commands, CloudFormation);
|
|
|
5192
4860
|
|
|
5193
4861
|
const paginateDescribeAccountLimits = core.createPaginator(CloudFormationClient, DescribeAccountLimitsCommand, "NextToken", "NextToken", "");
|
|
5194
4862
|
|
|
4863
|
+
const paginateDescribeChangeSet = core.createPaginator(CloudFormationClient, DescribeChangeSetCommand, "NextToken", "NextToken", "");
|
|
4864
|
+
|
|
4865
|
+
const paginateDescribeEvents = core.createPaginator(CloudFormationClient, DescribeEventsCommand, "NextToken", "NextToken", "");
|
|
4866
|
+
|
|
5195
4867
|
const paginateDescribeStackEvents = core.createPaginator(CloudFormationClient, DescribeStackEventsCommand, "NextToken", "NextToken", "");
|
|
5196
4868
|
|
|
5197
4869
|
const paginateDescribeStackResourceDrifts = core.createPaginator(CloudFormationClient, DescribeStackResourceDriftsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -6119,6 +5791,527 @@ const waitUntilTypeRegistrationComplete = async (params, input) => {
|
|
|
6119
5791
|
return utilWaiter.checkExceptions(result);
|
|
6120
5792
|
};
|
|
6121
5793
|
|
|
5794
|
+
const AccountFilterType = {
|
|
5795
|
+
DIFFERENCE: "DIFFERENCE",
|
|
5796
|
+
INTERSECTION: "INTERSECTION",
|
|
5797
|
+
NONE: "NONE",
|
|
5798
|
+
UNION: "UNION",
|
|
5799
|
+
};
|
|
5800
|
+
const AccountGateStatus = {
|
|
5801
|
+
FAILED: "FAILED",
|
|
5802
|
+
SKIPPED: "SKIPPED",
|
|
5803
|
+
SUCCEEDED: "SUCCEEDED",
|
|
5804
|
+
};
|
|
5805
|
+
const ThirdPartyType = {
|
|
5806
|
+
HOOK: "HOOK",
|
|
5807
|
+
MODULE: "MODULE",
|
|
5808
|
+
RESOURCE: "RESOURCE",
|
|
5809
|
+
};
|
|
5810
|
+
const VersionBump = {
|
|
5811
|
+
MAJOR: "MAJOR",
|
|
5812
|
+
MINOR: "MINOR",
|
|
5813
|
+
};
|
|
5814
|
+
const AfterValueFrom = {
|
|
5815
|
+
TEMPLATE: "TEMPLATE",
|
|
5816
|
+
};
|
|
5817
|
+
const AnnotationSeverityLevel = {
|
|
5818
|
+
CRITICAL: "CRITICAL",
|
|
5819
|
+
HIGH: "HIGH",
|
|
5820
|
+
INFORMATIONAL: "INFORMATIONAL",
|
|
5821
|
+
LOW: "LOW",
|
|
5822
|
+
MEDIUM: "MEDIUM",
|
|
5823
|
+
};
|
|
5824
|
+
const AnnotationStatus = {
|
|
5825
|
+
FAILED: "FAILED",
|
|
5826
|
+
PASSED: "PASSED",
|
|
5827
|
+
SKIPPED: "SKIPPED",
|
|
5828
|
+
};
|
|
5829
|
+
const AttributeChangeType = {
|
|
5830
|
+
Add: "Add",
|
|
5831
|
+
Modify: "Modify",
|
|
5832
|
+
Remove: "Remove",
|
|
5833
|
+
SyncWithActual: "SyncWithActual",
|
|
5834
|
+
};
|
|
5835
|
+
const BeaconStackOperationStatus = {
|
|
5836
|
+
FAILED: "FAILED",
|
|
5837
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
5838
|
+
SUCCEEDED: "SUCCEEDED",
|
|
5839
|
+
};
|
|
5840
|
+
const BeforeValueFrom = {
|
|
5841
|
+
ACTUAL_STATE: "ACTUAL_STATE",
|
|
5842
|
+
PREVIOUS_DEPLOYMENT_STATE: "PREVIOUS_DEPLOYMENT_STATE",
|
|
5843
|
+
};
|
|
5844
|
+
const CallAs = {
|
|
5845
|
+
DELEGATED_ADMIN: "DELEGATED_ADMIN",
|
|
5846
|
+
SELF: "SELF",
|
|
5847
|
+
};
|
|
5848
|
+
const Capability = {
|
|
5849
|
+
CAPABILITY_AUTO_EXPAND: "CAPABILITY_AUTO_EXPAND",
|
|
5850
|
+
CAPABILITY_IAM: "CAPABILITY_IAM",
|
|
5851
|
+
CAPABILITY_NAMED_IAM: "CAPABILITY_NAMED_IAM",
|
|
5852
|
+
};
|
|
5853
|
+
const Category = {
|
|
5854
|
+
ACTIVATED: "ACTIVATED",
|
|
5855
|
+
AWS_TYPES: "AWS_TYPES",
|
|
5856
|
+
REGISTERED: "REGISTERED",
|
|
5857
|
+
THIRD_PARTY: "THIRD_PARTY",
|
|
5858
|
+
};
|
|
5859
|
+
const ChangeAction = {
|
|
5860
|
+
Add: "Add",
|
|
5861
|
+
Dynamic: "Dynamic",
|
|
5862
|
+
Import: "Import",
|
|
5863
|
+
Modify: "Modify",
|
|
5864
|
+
Remove: "Remove",
|
|
5865
|
+
SyncWithActual: "SyncWithActual",
|
|
5866
|
+
};
|
|
5867
|
+
const ChangeSource = {
|
|
5868
|
+
Automatic: "Automatic",
|
|
5869
|
+
DirectModification: "DirectModification",
|
|
5870
|
+
NoModification: "NoModification",
|
|
5871
|
+
ParameterReference: "ParameterReference",
|
|
5872
|
+
ResourceAttribute: "ResourceAttribute",
|
|
5873
|
+
ResourceReference: "ResourceReference",
|
|
5874
|
+
};
|
|
5875
|
+
const EvaluationType = {
|
|
5876
|
+
Dynamic: "Dynamic",
|
|
5877
|
+
Static: "Static",
|
|
5878
|
+
};
|
|
5879
|
+
const ResourceAttribute = {
|
|
5880
|
+
CreationPolicy: "CreationPolicy",
|
|
5881
|
+
DeletionPolicy: "DeletionPolicy",
|
|
5882
|
+
Metadata: "Metadata",
|
|
5883
|
+
Properties: "Properties",
|
|
5884
|
+
Tags: "Tags",
|
|
5885
|
+
UpdatePolicy: "UpdatePolicy",
|
|
5886
|
+
UpdateReplacePolicy: "UpdateReplacePolicy",
|
|
5887
|
+
};
|
|
5888
|
+
const RequiresRecreation = {
|
|
5889
|
+
Always: "Always",
|
|
5890
|
+
Conditionally: "Conditionally",
|
|
5891
|
+
Never: "Never",
|
|
5892
|
+
};
|
|
5893
|
+
const PolicyAction = {
|
|
5894
|
+
Delete: "Delete",
|
|
5895
|
+
ReplaceAndDelete: "ReplaceAndDelete",
|
|
5896
|
+
ReplaceAndRetain: "ReplaceAndRetain",
|
|
5897
|
+
ReplaceAndSnapshot: "ReplaceAndSnapshot",
|
|
5898
|
+
Retain: "Retain",
|
|
5899
|
+
Snapshot: "Snapshot",
|
|
5900
|
+
};
|
|
5901
|
+
const Replacement = {
|
|
5902
|
+
Conditional: "Conditional",
|
|
5903
|
+
False: "False",
|
|
5904
|
+
True: "True",
|
|
5905
|
+
};
|
|
5906
|
+
const DriftIgnoredReason = {
|
|
5907
|
+
MANAGED_BY_AWS: "MANAGED_BY_AWS",
|
|
5908
|
+
WRITE_ONLY_PROPERTY: "WRITE_ONLY_PROPERTY",
|
|
5909
|
+
};
|
|
5910
|
+
const StackResourceDriftStatus = {
|
|
5911
|
+
DELETED: "DELETED",
|
|
5912
|
+
IN_SYNC: "IN_SYNC",
|
|
5913
|
+
MODIFIED: "MODIFIED",
|
|
5914
|
+
NOT_CHECKED: "NOT_CHECKED",
|
|
5915
|
+
UNKNOWN: "UNKNOWN",
|
|
5916
|
+
UNSUPPORTED: "UNSUPPORTED",
|
|
5917
|
+
};
|
|
5918
|
+
const ChangeType = {
|
|
5919
|
+
Resource: "Resource",
|
|
5920
|
+
};
|
|
5921
|
+
const HookFailureMode = {
|
|
5922
|
+
FAIL: "FAIL",
|
|
5923
|
+
WARN: "WARN",
|
|
5924
|
+
};
|
|
5925
|
+
const HookInvocationPoint = {
|
|
5926
|
+
PRE_PROVISION: "PRE_PROVISION",
|
|
5927
|
+
};
|
|
5928
|
+
const HookTargetType = {
|
|
5929
|
+
RESOURCE: "RESOURCE",
|
|
5930
|
+
};
|
|
5931
|
+
const ChangeSetHooksStatus = {
|
|
5932
|
+
PLANNED: "PLANNED",
|
|
5933
|
+
PLANNING: "PLANNING",
|
|
5934
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
5935
|
+
};
|
|
5936
|
+
const ChangeSetStatus = {
|
|
5937
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
5938
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
5939
|
+
CREATE_PENDING: "CREATE_PENDING",
|
|
5940
|
+
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
5941
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
5942
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
5943
|
+
DELETE_PENDING: "DELETE_PENDING",
|
|
5944
|
+
FAILED: "FAILED",
|
|
5945
|
+
};
|
|
5946
|
+
const ExecutionStatus = {
|
|
5947
|
+
AVAILABLE: "AVAILABLE",
|
|
5948
|
+
EXECUTE_COMPLETE: "EXECUTE_COMPLETE",
|
|
5949
|
+
EXECUTE_FAILED: "EXECUTE_FAILED",
|
|
5950
|
+
EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS",
|
|
5951
|
+
OBSOLETE: "OBSOLETE",
|
|
5952
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
5953
|
+
};
|
|
5954
|
+
const ChangeSetType = {
|
|
5955
|
+
CREATE: "CREATE",
|
|
5956
|
+
IMPORT: "IMPORT",
|
|
5957
|
+
UPDATE: "UPDATE",
|
|
5958
|
+
};
|
|
5959
|
+
const DeploymentMode = {
|
|
5960
|
+
REVERT_DRIFT: "REVERT_DRIFT",
|
|
5961
|
+
};
|
|
5962
|
+
const OnStackFailure = {
|
|
5963
|
+
DELETE: "DELETE",
|
|
5964
|
+
DO_NOTHING: "DO_NOTHING",
|
|
5965
|
+
ROLLBACK: "ROLLBACK",
|
|
5966
|
+
};
|
|
5967
|
+
const GeneratedTemplateDeletionPolicy = {
|
|
5968
|
+
DELETE: "DELETE",
|
|
5969
|
+
RETAIN: "RETAIN",
|
|
5970
|
+
};
|
|
5971
|
+
const GeneratedTemplateUpdateReplacePolicy = {
|
|
5972
|
+
DELETE: "DELETE",
|
|
5973
|
+
RETAIN: "RETAIN",
|
|
5974
|
+
};
|
|
5975
|
+
const OnFailure = {
|
|
5976
|
+
DELETE: "DELETE",
|
|
5977
|
+
DO_NOTHING: "DO_NOTHING",
|
|
5978
|
+
ROLLBACK: "ROLLBACK",
|
|
5979
|
+
};
|
|
5980
|
+
const ConcurrencyMode = {
|
|
5981
|
+
SOFT_FAILURE_TOLERANCE: "SOFT_FAILURE_TOLERANCE",
|
|
5982
|
+
STRICT_FAILURE_TOLERANCE: "STRICT_FAILURE_TOLERANCE",
|
|
5983
|
+
};
|
|
5984
|
+
const RegionConcurrencyType = {
|
|
5985
|
+
PARALLEL: "PARALLEL",
|
|
5986
|
+
SEQUENTIAL: "SEQUENTIAL",
|
|
5987
|
+
};
|
|
5988
|
+
const PermissionModels = {
|
|
5989
|
+
SELF_MANAGED: "SELF_MANAGED",
|
|
5990
|
+
SERVICE_MANAGED: "SERVICE_MANAGED",
|
|
5991
|
+
};
|
|
5992
|
+
const DeletionMode = {
|
|
5993
|
+
FORCE_DELETE_STACK: "FORCE_DELETE_STACK",
|
|
5994
|
+
STANDARD: "STANDARD",
|
|
5995
|
+
};
|
|
5996
|
+
const RegistryType = {
|
|
5997
|
+
HOOK: "HOOK",
|
|
5998
|
+
MODULE: "MODULE",
|
|
5999
|
+
RESOURCE: "RESOURCE",
|
|
6000
|
+
};
|
|
6001
|
+
const StackDriftStatus = {
|
|
6002
|
+
DRIFTED: "DRIFTED",
|
|
6003
|
+
IN_SYNC: "IN_SYNC",
|
|
6004
|
+
NOT_CHECKED: "NOT_CHECKED",
|
|
6005
|
+
UNKNOWN: "UNKNOWN",
|
|
6006
|
+
};
|
|
6007
|
+
const DetailedStatus = {
|
|
6008
|
+
CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE",
|
|
6009
|
+
VALIDATION_FAILED: "VALIDATION_FAILED",
|
|
6010
|
+
};
|
|
6011
|
+
const EventType = {
|
|
6012
|
+
HOOK_INVOCATION_ERROR: "HOOK_INVOCATION_ERROR",
|
|
6013
|
+
PROGRESS_EVENT: "PROGRESS_EVENT",
|
|
6014
|
+
PROVISIONING_ERROR: "PROVISIONING_ERROR",
|
|
6015
|
+
STACK_EVENT: "STACK_EVENT",
|
|
6016
|
+
VALIDATION_ERROR: "VALIDATION_ERROR",
|
|
6017
|
+
};
|
|
6018
|
+
const HookStatus = {
|
|
6019
|
+
HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED",
|
|
6020
|
+
HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED",
|
|
6021
|
+
HOOK_FAILED: "HOOK_FAILED",
|
|
6022
|
+
HOOK_IN_PROGRESS: "HOOK_IN_PROGRESS",
|
|
6023
|
+
};
|
|
6024
|
+
const OperationType = {
|
|
6025
|
+
CONTINUE_ROLLBACK: "CONTINUE_ROLLBACK",
|
|
6026
|
+
CREATE_CHANGESET: "CREATE_CHANGESET",
|
|
6027
|
+
CREATE_STACK: "CREATE_STACK",
|
|
6028
|
+
DELETE_STACK: "DELETE_STACK",
|
|
6029
|
+
ROLLBACK: "ROLLBACK",
|
|
6030
|
+
UPDATE_STACK: "UPDATE_STACK",
|
|
6031
|
+
};
|
|
6032
|
+
const ResourceStatus = {
|
|
6033
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
6034
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
6035
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6036
|
+
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
6037
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
6038
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6039
|
+
DELETE_SKIPPED: "DELETE_SKIPPED",
|
|
6040
|
+
EXPORT_COMPLETE: "EXPORT_COMPLETE",
|
|
6041
|
+
EXPORT_FAILED: "EXPORT_FAILED",
|
|
6042
|
+
EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS",
|
|
6043
|
+
EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE",
|
|
6044
|
+
EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED",
|
|
6045
|
+
EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS",
|
|
6046
|
+
IMPORT_COMPLETE: "IMPORT_COMPLETE",
|
|
6047
|
+
IMPORT_FAILED: "IMPORT_FAILED",
|
|
6048
|
+
IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
|
|
6049
|
+
IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE",
|
|
6050
|
+
IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED",
|
|
6051
|
+
IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS",
|
|
6052
|
+
ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
|
|
6053
|
+
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
6054
|
+
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
6055
|
+
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
6056
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
6057
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
6058
|
+
UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE",
|
|
6059
|
+
UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED",
|
|
6060
|
+
UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS",
|
|
6061
|
+
};
|
|
6062
|
+
const ValidationStatus = {
|
|
6063
|
+
FAILED: "FAILED",
|
|
6064
|
+
SKIPPED: "SKIPPED",
|
|
6065
|
+
};
|
|
6066
|
+
const GeneratedTemplateResourceStatus = {
|
|
6067
|
+
COMPLETE: "COMPLETE",
|
|
6068
|
+
FAILED: "FAILED",
|
|
6069
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
6070
|
+
PENDING: "PENDING",
|
|
6071
|
+
};
|
|
6072
|
+
const WarningType = {
|
|
6073
|
+
EXCLUDED_PROPERTIES: "EXCLUDED_PROPERTIES",
|
|
6074
|
+
EXCLUDED_RESOURCES: "EXCLUDED_RESOURCES",
|
|
6075
|
+
MUTUALLY_EXCLUSIVE_PROPERTIES: "MUTUALLY_EXCLUSIVE_PROPERTIES",
|
|
6076
|
+
MUTUALLY_EXCLUSIVE_TYPES: "MUTUALLY_EXCLUSIVE_TYPES",
|
|
6077
|
+
UNSUPPORTED_PROPERTIES: "UNSUPPORTED_PROPERTIES",
|
|
6078
|
+
};
|
|
6079
|
+
const GeneratedTemplateStatus = {
|
|
6080
|
+
COMPLETE: "COMPLETE",
|
|
6081
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6082
|
+
CREATE_PENDING: "CREATE_PENDING",
|
|
6083
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6084
|
+
DELETE_PENDING: "DELETE_PENDING",
|
|
6085
|
+
FAILED: "FAILED",
|
|
6086
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
6087
|
+
UPDATE_PENDING: "UPDATE_PENDING",
|
|
6088
|
+
};
|
|
6089
|
+
const OrganizationStatus = {
|
|
6090
|
+
DISABLED: "DISABLED",
|
|
6091
|
+
DISABLED_PERMANENTLY: "DISABLED_PERMANENTLY",
|
|
6092
|
+
ENABLED: "ENABLED",
|
|
6093
|
+
};
|
|
6094
|
+
const IdentityProvider = {
|
|
6095
|
+
AWS_Marketplace: "AWS_Marketplace",
|
|
6096
|
+
Bitbucket: "Bitbucket",
|
|
6097
|
+
GitHub: "GitHub",
|
|
6098
|
+
};
|
|
6099
|
+
const PublisherStatus = {
|
|
6100
|
+
UNVERIFIED: "UNVERIFIED",
|
|
6101
|
+
VERIFIED: "VERIFIED",
|
|
6102
|
+
};
|
|
6103
|
+
const ResourceScanStatus = {
|
|
6104
|
+
COMPLETE: "COMPLETE",
|
|
6105
|
+
EXPIRED: "EXPIRED",
|
|
6106
|
+
FAILED: "FAILED",
|
|
6107
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
6108
|
+
};
|
|
6109
|
+
const StackDriftDetectionStatus = {
|
|
6110
|
+
DETECTION_COMPLETE: "DETECTION_COMPLETE",
|
|
6111
|
+
DETECTION_FAILED: "DETECTION_FAILED",
|
|
6112
|
+
DETECTION_IN_PROGRESS: "DETECTION_IN_PROGRESS",
|
|
6113
|
+
};
|
|
6114
|
+
const StackInstanceDetailedStatus = {
|
|
6115
|
+
CANCELLED: "CANCELLED",
|
|
6116
|
+
FAILED: "FAILED",
|
|
6117
|
+
FAILED_IMPORT: "FAILED_IMPORT",
|
|
6118
|
+
INOPERABLE: "INOPERABLE",
|
|
6119
|
+
PENDING: "PENDING",
|
|
6120
|
+
RUNNING: "RUNNING",
|
|
6121
|
+
SKIPPED_SUSPENDED_ACCOUNT: "SKIPPED_SUSPENDED_ACCOUNT",
|
|
6122
|
+
SUCCEEDED: "SUCCEEDED",
|
|
6123
|
+
};
|
|
6124
|
+
const StackInstanceStatus = {
|
|
6125
|
+
CURRENT: "CURRENT",
|
|
6126
|
+
INOPERABLE: "INOPERABLE",
|
|
6127
|
+
OUTDATED: "OUTDATED",
|
|
6128
|
+
};
|
|
6129
|
+
const StackRefactorExecutionStatus = {
|
|
6130
|
+
AVAILABLE: "AVAILABLE",
|
|
6131
|
+
EXECUTE_COMPLETE: "EXECUTE_COMPLETE",
|
|
6132
|
+
EXECUTE_FAILED: "EXECUTE_FAILED",
|
|
6133
|
+
EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS",
|
|
6134
|
+
OBSOLETE: "OBSOLETE",
|
|
6135
|
+
ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
|
|
6136
|
+
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
6137
|
+
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
6138
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
6139
|
+
};
|
|
6140
|
+
const StackRefactorStatus = {
|
|
6141
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
6142
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
6143
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6144
|
+
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
6145
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
6146
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6147
|
+
};
|
|
6148
|
+
const DifferenceType = {
|
|
6149
|
+
ADD: "ADD",
|
|
6150
|
+
NOT_EQUAL: "NOT_EQUAL",
|
|
6151
|
+
REMOVE: "REMOVE",
|
|
6152
|
+
};
|
|
6153
|
+
const StackStatus = {
|
|
6154
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
6155
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
6156
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6157
|
+
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
6158
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
6159
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6160
|
+
IMPORT_COMPLETE: "IMPORT_COMPLETE",
|
|
6161
|
+
IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
|
|
6162
|
+
IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE",
|
|
6163
|
+
IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED",
|
|
6164
|
+
IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS",
|
|
6165
|
+
REVIEW_IN_PROGRESS: "REVIEW_IN_PROGRESS",
|
|
6166
|
+
ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE",
|
|
6167
|
+
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
6168
|
+
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
6169
|
+
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
6170
|
+
UPDATE_COMPLETE_CLEANUP_IN_PROGRESS: "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS",
|
|
6171
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
6172
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
6173
|
+
UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE",
|
|
6174
|
+
UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS: "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
|
|
6175
|
+
UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED",
|
|
6176
|
+
UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS",
|
|
6177
|
+
};
|
|
6178
|
+
const StackSetDriftDetectionStatus = {
|
|
6179
|
+
COMPLETED: "COMPLETED",
|
|
6180
|
+
FAILED: "FAILED",
|
|
6181
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
6182
|
+
PARTIAL_SUCCESS: "PARTIAL_SUCCESS",
|
|
6183
|
+
STOPPED: "STOPPED",
|
|
6184
|
+
};
|
|
6185
|
+
const StackSetDriftStatus = {
|
|
6186
|
+
DRIFTED: "DRIFTED",
|
|
6187
|
+
IN_SYNC: "IN_SYNC",
|
|
6188
|
+
NOT_CHECKED: "NOT_CHECKED",
|
|
6189
|
+
};
|
|
6190
|
+
const StackSetStatus = {
|
|
6191
|
+
ACTIVE: "ACTIVE",
|
|
6192
|
+
DELETED: "DELETED",
|
|
6193
|
+
};
|
|
6194
|
+
const StackSetOperationAction = {
|
|
6195
|
+
CREATE: "CREATE",
|
|
6196
|
+
DELETE: "DELETE",
|
|
6197
|
+
DETECT_DRIFT: "DETECT_DRIFT",
|
|
6198
|
+
UPDATE: "UPDATE",
|
|
6199
|
+
};
|
|
6200
|
+
const StackSetOperationStatus = {
|
|
6201
|
+
FAILED: "FAILED",
|
|
6202
|
+
QUEUED: "QUEUED",
|
|
6203
|
+
RUNNING: "RUNNING",
|
|
6204
|
+
STOPPED: "STOPPED",
|
|
6205
|
+
STOPPING: "STOPPING",
|
|
6206
|
+
SUCCEEDED: "SUCCEEDED",
|
|
6207
|
+
};
|
|
6208
|
+
const DeprecatedStatus = {
|
|
6209
|
+
DEPRECATED: "DEPRECATED",
|
|
6210
|
+
LIVE: "LIVE",
|
|
6211
|
+
};
|
|
6212
|
+
const ProvisioningType = {
|
|
6213
|
+
FULLY_MUTABLE: "FULLY_MUTABLE",
|
|
6214
|
+
IMMUTABLE: "IMMUTABLE",
|
|
6215
|
+
NON_PROVISIONABLE: "NON_PROVISIONABLE",
|
|
6216
|
+
};
|
|
6217
|
+
const TypeTestsStatus = {
|
|
6218
|
+
FAILED: "FAILED",
|
|
6219
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
6220
|
+
NOT_TESTED: "NOT_TESTED",
|
|
6221
|
+
PASSED: "PASSED",
|
|
6222
|
+
};
|
|
6223
|
+
const Visibility = {
|
|
6224
|
+
PRIVATE: "PRIVATE",
|
|
6225
|
+
PUBLIC: "PUBLIC",
|
|
6226
|
+
};
|
|
6227
|
+
const RegistrationStatus = {
|
|
6228
|
+
COMPLETE: "COMPLETE",
|
|
6229
|
+
FAILED: "FAILED",
|
|
6230
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
6231
|
+
};
|
|
6232
|
+
const TemplateFormat = {
|
|
6233
|
+
JSON: "JSON",
|
|
6234
|
+
YAML: "YAML",
|
|
6235
|
+
};
|
|
6236
|
+
const HookTargetAction = {
|
|
6237
|
+
CREATE: "CREATE",
|
|
6238
|
+
DELETE: "DELETE",
|
|
6239
|
+
IMPORT: "IMPORT",
|
|
6240
|
+
UPDATE: "UPDATE",
|
|
6241
|
+
};
|
|
6242
|
+
const TemplateStage = {
|
|
6243
|
+
Original: "Original",
|
|
6244
|
+
Processed: "Processed",
|
|
6245
|
+
};
|
|
6246
|
+
const ListHookResultsTargetType = {
|
|
6247
|
+
CHANGE_SET: "CHANGE_SET",
|
|
6248
|
+
CLOUD_CONTROL: "CLOUD_CONTROL",
|
|
6249
|
+
RESOURCE: "RESOURCE",
|
|
6250
|
+
STACK: "STACK",
|
|
6251
|
+
};
|
|
6252
|
+
const ScanType = {
|
|
6253
|
+
FULL: "FULL",
|
|
6254
|
+
PARTIAL: "PARTIAL",
|
|
6255
|
+
};
|
|
6256
|
+
const StackInstanceFilterName = {
|
|
6257
|
+
DETAILED_STATUS: "DETAILED_STATUS",
|
|
6258
|
+
DRIFT_STATUS: "DRIFT_STATUS",
|
|
6259
|
+
LAST_OPERATION_ID: "LAST_OPERATION_ID",
|
|
6260
|
+
};
|
|
6261
|
+
const StackRefactorActionType = {
|
|
6262
|
+
CREATE: "CREATE",
|
|
6263
|
+
MOVE: "MOVE",
|
|
6264
|
+
};
|
|
6265
|
+
const StackRefactorDetection = {
|
|
6266
|
+
AUTO: "AUTO",
|
|
6267
|
+
MANUAL: "MANUAL",
|
|
6268
|
+
};
|
|
6269
|
+
const StackRefactorActionEntity = {
|
|
6270
|
+
RESOURCE: "RESOURCE",
|
|
6271
|
+
STACK: "STACK",
|
|
6272
|
+
};
|
|
6273
|
+
const OperationResultFilterName = {
|
|
6274
|
+
OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS",
|
|
6275
|
+
};
|
|
6276
|
+
const StackSetOperationResultStatus = {
|
|
6277
|
+
CANCELLED: "CANCELLED",
|
|
6278
|
+
FAILED: "FAILED",
|
|
6279
|
+
PENDING: "PENDING",
|
|
6280
|
+
RUNNING: "RUNNING",
|
|
6281
|
+
SUCCEEDED: "SUCCEEDED",
|
|
6282
|
+
};
|
|
6283
|
+
const OperationStatus = {
|
|
6284
|
+
FAILED: "FAILED",
|
|
6285
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
6286
|
+
PENDING: "PENDING",
|
|
6287
|
+
SUCCESS: "SUCCESS",
|
|
6288
|
+
};
|
|
6289
|
+
const HandlerErrorCode = {
|
|
6290
|
+
AccessDenied: "AccessDenied",
|
|
6291
|
+
AlreadyExists: "AlreadyExists",
|
|
6292
|
+
GeneralServiceException: "GeneralServiceException",
|
|
6293
|
+
HandlerInternalFailure: "HandlerInternalFailure",
|
|
6294
|
+
InternalFailure: "InternalFailure",
|
|
6295
|
+
InvalidCredentials: "InvalidCredentials",
|
|
6296
|
+
InvalidRequest: "InvalidRequest",
|
|
6297
|
+
InvalidTypeConfiguration: "InvalidTypeConfiguration",
|
|
6298
|
+
NetworkFailure: "NetworkFailure",
|
|
6299
|
+
NonCompliant: "NonCompliant",
|
|
6300
|
+
NotFound: "NotFound",
|
|
6301
|
+
NotUpdatable: "NotUpdatable",
|
|
6302
|
+
ResourceConflict: "ResourceConflict",
|
|
6303
|
+
ServiceInternalError: "ServiceInternalError",
|
|
6304
|
+
ServiceLimitExceeded: "ServiceLimitExceeded",
|
|
6305
|
+
ServiceTimeout: "NotStabilized",
|
|
6306
|
+
Throttling: "Throttling",
|
|
6307
|
+
Unknown: "Unknown",
|
|
6308
|
+
UnsupportedTarget: "UnsupportedTarget",
|
|
6309
|
+
};
|
|
6310
|
+
const ResourceSignalStatus = {
|
|
6311
|
+
FAILURE: "FAILURE",
|
|
6312
|
+
SUCCESS: "SUCCESS",
|
|
6313
|
+
};
|
|
6314
|
+
|
|
6122
6315
|
Object.defineProperty(exports, "$Command", {
|
|
6123
6316
|
enumerable: true,
|
|
6124
6317
|
get: function () { return smithyClient.Command; }
|
|
@@ -6131,11 +6324,14 @@ exports.AccountFilterType = AccountFilterType;
|
|
|
6131
6324
|
exports.AccountGateStatus = AccountGateStatus;
|
|
6132
6325
|
exports.ActivateOrganizationsAccessCommand = ActivateOrganizationsAccessCommand;
|
|
6133
6326
|
exports.ActivateTypeCommand = ActivateTypeCommand;
|
|
6327
|
+
exports.AfterValueFrom = AfterValueFrom;
|
|
6134
6328
|
exports.AlreadyExistsException = AlreadyExistsException$1;
|
|
6135
6329
|
exports.AnnotationSeverityLevel = AnnotationSeverityLevel;
|
|
6136
6330
|
exports.AnnotationStatus = AnnotationStatus;
|
|
6137
6331
|
exports.AttributeChangeType = AttributeChangeType;
|
|
6138
6332
|
exports.BatchDescribeTypeConfigurationsCommand = BatchDescribeTypeConfigurationsCommand;
|
|
6333
|
+
exports.BeaconStackOperationStatus = BeaconStackOperationStatus;
|
|
6334
|
+
exports.BeforeValueFrom = BeforeValueFrom;
|
|
6139
6335
|
exports.CFNRegistryException = CFNRegistryException$1;
|
|
6140
6336
|
exports.CallAs = CallAs;
|
|
6141
6337
|
exports.CancelUpdateStackCommand = CancelUpdateStackCommand;
|
|
@@ -6169,11 +6365,13 @@ exports.DeleteStackCommand = DeleteStackCommand;
|
|
|
6169
6365
|
exports.DeleteStackInstancesCommand = DeleteStackInstancesCommand;
|
|
6170
6366
|
exports.DeleteStackSetCommand = DeleteStackSetCommand;
|
|
6171
6367
|
exports.DeletionMode = DeletionMode;
|
|
6368
|
+
exports.DeploymentMode = DeploymentMode;
|
|
6172
6369
|
exports.DeprecatedStatus = DeprecatedStatus;
|
|
6173
6370
|
exports.DeregisterTypeCommand = DeregisterTypeCommand;
|
|
6174
6371
|
exports.DescribeAccountLimitsCommand = DescribeAccountLimitsCommand;
|
|
6175
6372
|
exports.DescribeChangeSetCommand = DescribeChangeSetCommand;
|
|
6176
6373
|
exports.DescribeChangeSetHooksCommand = DescribeChangeSetHooksCommand;
|
|
6374
|
+
exports.DescribeEventsCommand = DescribeEventsCommand;
|
|
6177
6375
|
exports.DescribeGeneratedTemplateCommand = DescribeGeneratedTemplateCommand;
|
|
6178
6376
|
exports.DescribeOrganizationsAccessCommand = DescribeOrganizationsAccessCommand;
|
|
6179
6377
|
exports.DescribePublisherCommand = DescribePublisherCommand;
|
|
@@ -6195,8 +6393,10 @@ exports.DetectStackDriftCommand = DetectStackDriftCommand;
|
|
|
6195
6393
|
exports.DetectStackResourceDriftCommand = DetectStackResourceDriftCommand;
|
|
6196
6394
|
exports.DetectStackSetDriftCommand = DetectStackSetDriftCommand;
|
|
6197
6395
|
exports.DifferenceType = DifferenceType;
|
|
6396
|
+
exports.DriftIgnoredReason = DriftIgnoredReason;
|
|
6198
6397
|
exports.EstimateTemplateCostCommand = EstimateTemplateCostCommand;
|
|
6199
6398
|
exports.EvaluationType = EvaluationType;
|
|
6399
|
+
exports.EventType = EventType;
|
|
6200
6400
|
exports.ExecuteChangeSetCommand = ExecuteChangeSetCommand;
|
|
6201
6401
|
exports.ExecuteStackRefactorCommand = ExecuteStackRefactorCommand;
|
|
6202
6402
|
exports.ExecutionStatus = ExecutionStatus;
|
|
@@ -6255,6 +6455,7 @@ exports.OperationNotFoundException = OperationNotFoundException$1;
|
|
|
6255
6455
|
exports.OperationResultFilterName = OperationResultFilterName;
|
|
6256
6456
|
exports.OperationStatus = OperationStatus;
|
|
6257
6457
|
exports.OperationStatusCheckFailedException = OperationStatusCheckFailedException$1;
|
|
6458
|
+
exports.OperationType = OperationType;
|
|
6258
6459
|
exports.OrganizationStatus = OrganizationStatus;
|
|
6259
6460
|
exports.PermissionModels = PermissionModels;
|
|
6260
6461
|
exports.PolicyAction = PolicyAction;
|
|
@@ -6322,10 +6523,13 @@ exports.UpdateStackInstancesCommand = UpdateStackInstancesCommand;
|
|
|
6322
6523
|
exports.UpdateStackSetCommand = UpdateStackSetCommand;
|
|
6323
6524
|
exports.UpdateTerminationProtectionCommand = UpdateTerminationProtectionCommand;
|
|
6324
6525
|
exports.ValidateTemplateCommand = ValidateTemplateCommand;
|
|
6526
|
+
exports.ValidationStatus = ValidationStatus;
|
|
6325
6527
|
exports.VersionBump = VersionBump;
|
|
6326
6528
|
exports.Visibility = Visibility;
|
|
6327
6529
|
exports.WarningType = WarningType;
|
|
6328
6530
|
exports.paginateDescribeAccountLimits = paginateDescribeAccountLimits;
|
|
6531
|
+
exports.paginateDescribeChangeSet = paginateDescribeChangeSet;
|
|
6532
|
+
exports.paginateDescribeEvents = paginateDescribeEvents;
|
|
6329
6533
|
exports.paginateDescribeStackEvents = paginateDescribeStackEvents;
|
|
6330
6534
|
exports.paginateDescribeStackResourceDrifts = paginateDescribeStackResourceDrifts;
|
|
6331
6535
|
exports.paginateDescribeStacks = paginateDescribeStacks;
|