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
|
@@ -1,30 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { IoTServiceException as __BaseException } from "./IoTServiceException";
|
|
3
|
-
/**
|
|
4
|
-
* @public
|
|
5
|
-
* @enum
|
|
6
|
-
*/
|
|
7
|
-
export declare const AbortAction: {
|
|
8
|
-
readonly CANCEL: "CANCEL";
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* @public
|
|
12
|
-
*/
|
|
13
|
-
export type AbortAction = (typeof AbortAction)[keyof typeof AbortAction];
|
|
14
|
-
/**
|
|
15
|
-
* @public
|
|
16
|
-
* @enum
|
|
17
|
-
*/
|
|
18
|
-
export declare const JobExecutionFailureType: {
|
|
19
|
-
readonly ALL: "ALL";
|
|
20
|
-
readonly FAILED: "FAILED";
|
|
21
|
-
readonly REJECTED: "REJECTED";
|
|
22
|
-
readonly TIMED_OUT: "TIMED_OUT";
|
|
23
|
-
};
|
|
24
|
-
/**
|
|
25
|
-
* @public
|
|
26
|
-
*/
|
|
27
|
-
export type JobExecutionFailureType = (typeof JobExecutionFailureType)[keyof typeof JobExecutionFailureType];
|
|
1
|
+
import { AbortAction, ActionType, AggregationTypeName, AlertTargetType, ApplicationProtocol, AuditCheckRunStatus, AuditFindingSeverity, AuditFrequency, AuditMitigationActionsExecutionStatus, AuditMitigationActionsTaskStatus, AuditNotificationType, AuditTaskStatus, AuditTaskType, AuthDecision, AuthenticationType, AuthorizerStatus, AwsJobAbortCriteriaAbortAction, AwsJobAbortCriteriaFailureType, CACertificateUpdateAction, CannedAccessControlList, CertificateProviderOperation, CommandNamespace, ComparisonOperator, ConfidenceLevel, ConfigName, CustomMetricType, DayOfWeek, DeviceCertificateUpdateAction, DimensionType, DimensionValueOperator, DynamoKeyType, FleetMetricUnit, JobEndBehavior, JobExecutionFailureType, LogLevel, LogTargetType, MessageFormat, OTAUpdateStatus, PackageVersionStatus, PolicyTemplateName, Protocol, ResourceType, RetryableFailureType, SbomValidationStatus, ServiceType, TargetSelection, TemplateType, ThingPrincipalType, TopicRuleDestinationStatus, VerificationState } from "./enums";
|
|
28
2
|
/**
|
|
29
3
|
* <p>The criteria that determine when and how a job abort takes place.</p>
|
|
30
4
|
* @public
|
|
@@ -83,91 +57,6 @@ export interface AcceptCertificateTransferRequest {
|
|
|
83
57
|
*/
|
|
84
58
|
setAsActive?: boolean | undefined;
|
|
85
59
|
}
|
|
86
|
-
/**
|
|
87
|
-
* <p>An unexpected error has occurred.</p>
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
export declare class InternalFailureException extends __BaseException {
|
|
91
|
-
readonly name: "InternalFailureException";
|
|
92
|
-
readonly $fault: "server";
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
constructor(opts: __ExceptionOptionType<InternalFailureException, __BaseException>);
|
|
97
|
-
}
|
|
98
|
-
/**
|
|
99
|
-
* <p>The request is not valid.</p>
|
|
100
|
-
* @public
|
|
101
|
-
*/
|
|
102
|
-
export declare class InvalidRequestException extends __BaseException {
|
|
103
|
-
readonly name: "InvalidRequestException";
|
|
104
|
-
readonly $fault: "client";
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
109
|
-
}
|
|
110
|
-
/**
|
|
111
|
-
* <p>The specified resource does not exist.</p>
|
|
112
|
-
* @public
|
|
113
|
-
*/
|
|
114
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
115
|
-
readonly name: "ResourceNotFoundException";
|
|
116
|
-
readonly $fault: "client";
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
121
|
-
}
|
|
122
|
-
/**
|
|
123
|
-
* <p>The service is temporarily unavailable.</p>
|
|
124
|
-
* @public
|
|
125
|
-
*/
|
|
126
|
-
export declare class ServiceUnavailableException extends __BaseException {
|
|
127
|
-
readonly name: "ServiceUnavailableException";
|
|
128
|
-
readonly $fault: "server";
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
133
|
-
}
|
|
134
|
-
/**
|
|
135
|
-
* <p>The rate exceeds the limit.</p>
|
|
136
|
-
* @public
|
|
137
|
-
*/
|
|
138
|
-
export declare class ThrottlingException extends __BaseException {
|
|
139
|
-
readonly name: "ThrottlingException";
|
|
140
|
-
readonly $fault: "client";
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
145
|
-
}
|
|
146
|
-
/**
|
|
147
|
-
* <p>You can't revert the certificate transfer because the transfer is already
|
|
148
|
-
* complete.</p>
|
|
149
|
-
* @public
|
|
150
|
-
*/
|
|
151
|
-
export declare class TransferAlreadyCompletedException extends __BaseException {
|
|
152
|
-
readonly name: "TransferAlreadyCompletedException";
|
|
153
|
-
readonly $fault: "client";
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
|
-
constructor(opts: __ExceptionOptionType<TransferAlreadyCompletedException, __BaseException>);
|
|
158
|
-
}
|
|
159
|
-
/**
|
|
160
|
-
* <p>You are not authorized to perform this operation.</p>
|
|
161
|
-
* @public
|
|
162
|
-
*/
|
|
163
|
-
export declare class UnauthorizedException extends __BaseException {
|
|
164
|
-
readonly name: "UnauthorizedException";
|
|
165
|
-
readonly $fault: "client";
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
|
|
170
|
-
}
|
|
171
60
|
/**
|
|
172
61
|
* <p>Describes an action that updates a CloudWatch alarm.</p>
|
|
173
62
|
* @public
|
|
@@ -254,18 +143,6 @@ export interface CloudwatchMetricAction {
|
|
|
254
143
|
*/
|
|
255
144
|
metricTimestamp?: string | undefined;
|
|
256
145
|
}
|
|
257
|
-
/**
|
|
258
|
-
* @public
|
|
259
|
-
* @enum
|
|
260
|
-
*/
|
|
261
|
-
export declare const DynamoKeyType: {
|
|
262
|
-
readonly NUMBER: "NUMBER";
|
|
263
|
-
readonly STRING: "STRING";
|
|
264
|
-
};
|
|
265
|
-
/**
|
|
266
|
-
* @public
|
|
267
|
-
*/
|
|
268
|
-
export type DynamoKeyType = (typeof DynamoKeyType)[keyof typeof DynamoKeyType];
|
|
269
146
|
/**
|
|
270
147
|
* <p>Describes an action to write to a DynamoDB table.</p>
|
|
271
148
|
* <p>The <code>tableName</code>, <code>hashKeyField</code>, and <code>rangeKeyField</code>
|
|
@@ -1077,24 +954,6 @@ export interface RepublishAction {
|
|
|
1077
954
|
*/
|
|
1078
955
|
headers?: MqttHeaders | undefined;
|
|
1079
956
|
}
|
|
1080
|
-
/**
|
|
1081
|
-
* @public
|
|
1082
|
-
* @enum
|
|
1083
|
-
*/
|
|
1084
|
-
export declare const CannedAccessControlList: {
|
|
1085
|
-
readonly AuthenticatedRead: "authenticated-read";
|
|
1086
|
-
readonly AwsExecRead: "aws-exec-read";
|
|
1087
|
-
readonly BucketOwnerFullControl: "bucket-owner-full-control";
|
|
1088
|
-
readonly BucketOwnerRead: "bucket-owner-read";
|
|
1089
|
-
readonly LogDeliveryWrite: "log-delivery-write";
|
|
1090
|
-
readonly Private: "private";
|
|
1091
|
-
readonly PublicRead: "public-read";
|
|
1092
|
-
readonly PublicReadWrite: "public-read-write";
|
|
1093
|
-
};
|
|
1094
|
-
/**
|
|
1095
|
-
* @public
|
|
1096
|
-
*/
|
|
1097
|
-
export type CannedAccessControlList = (typeof CannedAccessControlList)[keyof typeof CannedAccessControlList];
|
|
1098
957
|
/**
|
|
1099
958
|
* <p>Describes an action to write data to an Amazon S3 bucket.</p>
|
|
1100
959
|
* @public
|
|
@@ -1142,18 +1001,6 @@ export interface SalesforceAction {
|
|
|
1142
1001
|
*/
|
|
1143
1002
|
url: string | undefined;
|
|
1144
1003
|
}
|
|
1145
|
-
/**
|
|
1146
|
-
* @public
|
|
1147
|
-
* @enum
|
|
1148
|
-
*/
|
|
1149
|
-
export declare const MessageFormat: {
|
|
1150
|
-
readonly JSON: "JSON";
|
|
1151
|
-
readonly RAW: "RAW";
|
|
1152
|
-
};
|
|
1153
|
-
/**
|
|
1154
|
-
* @public
|
|
1155
|
-
*/
|
|
1156
|
-
export type MessageFormat = (typeof MessageFormat)[keyof typeof MessageFormat];
|
|
1157
1004
|
/**
|
|
1158
1005
|
* <p>Describes an action to publish to an Amazon SNS topic.</p>
|
|
1159
1006
|
* @public
|
|
@@ -1440,53 +1287,6 @@ export interface Action {
|
|
|
1440
1287
|
*/
|
|
1441
1288
|
location?: LocationAction | undefined;
|
|
1442
1289
|
}
|
|
1443
|
-
/**
|
|
1444
|
-
* @public
|
|
1445
|
-
* @enum
|
|
1446
|
-
*/
|
|
1447
|
-
export declare const ActionType: {
|
|
1448
|
-
readonly CONNECT: "CONNECT";
|
|
1449
|
-
readonly PUBLISH: "PUBLISH";
|
|
1450
|
-
readonly RECEIVE: "RECEIVE";
|
|
1451
|
-
readonly SUBSCRIBE: "SUBSCRIBE";
|
|
1452
|
-
};
|
|
1453
|
-
/**
|
|
1454
|
-
* @public
|
|
1455
|
-
*/
|
|
1456
|
-
export type ActionType = (typeof ActionType)[keyof typeof ActionType];
|
|
1457
|
-
/**
|
|
1458
|
-
* @public
|
|
1459
|
-
* @enum
|
|
1460
|
-
*/
|
|
1461
|
-
export declare const ComparisonOperator: {
|
|
1462
|
-
readonly GREATER_THAN: "greater-than";
|
|
1463
|
-
readonly GREATER_THAN_EQUALS: "greater-than-equals";
|
|
1464
|
-
readonly IN_CIDR_SET: "in-cidr-set";
|
|
1465
|
-
readonly IN_PORT_SET: "in-port-set";
|
|
1466
|
-
readonly IN_SET: "in-set";
|
|
1467
|
-
readonly LESS_THAN: "less-than";
|
|
1468
|
-
readonly LESS_THAN_EQUALS: "less-than-equals";
|
|
1469
|
-
readonly NOT_IN_CIDR_SET: "not-in-cidr-set";
|
|
1470
|
-
readonly NOT_IN_PORT_SET: "not-in-port-set";
|
|
1471
|
-
readonly NOT_IN_SET: "not-in-set";
|
|
1472
|
-
};
|
|
1473
|
-
/**
|
|
1474
|
-
* @public
|
|
1475
|
-
*/
|
|
1476
|
-
export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
1477
|
-
/**
|
|
1478
|
-
* @public
|
|
1479
|
-
* @enum
|
|
1480
|
-
*/
|
|
1481
|
-
export declare const ConfidenceLevel: {
|
|
1482
|
-
readonly HIGH: "HIGH";
|
|
1483
|
-
readonly LOW: "LOW";
|
|
1484
|
-
readonly MEDIUM: "MEDIUM";
|
|
1485
|
-
};
|
|
1486
|
-
/**
|
|
1487
|
-
* @public
|
|
1488
|
-
*/
|
|
1489
|
-
export type ConfidenceLevel = (typeof ConfidenceLevel)[keyof typeof ConfidenceLevel];
|
|
1490
1290
|
/**
|
|
1491
1291
|
* <p>
|
|
1492
1292
|
* The configuration of an ML Detect Security Profile.
|
|
@@ -1643,18 +1443,6 @@ export interface BehaviorCriteria {
|
|
|
1643
1443
|
*/
|
|
1644
1444
|
mlDetectionConfig?: MachineLearningDetectionConfig | undefined;
|
|
1645
1445
|
}
|
|
1646
|
-
/**
|
|
1647
|
-
* @public
|
|
1648
|
-
* @enum
|
|
1649
|
-
*/
|
|
1650
|
-
export declare const DimensionValueOperator: {
|
|
1651
|
-
readonly IN: "IN";
|
|
1652
|
-
readonly NOT_IN: "NOT_IN";
|
|
1653
|
-
};
|
|
1654
|
-
/**
|
|
1655
|
-
* @public
|
|
1656
|
-
*/
|
|
1657
|
-
export type DimensionValueOperator = (typeof DimensionValueOperator)[keyof typeof DimensionValueOperator];
|
|
1658
1446
|
/**
|
|
1659
1447
|
* <p>The dimension of a metric.</p>
|
|
1660
1448
|
* @public
|
|
@@ -1714,20 +1502,6 @@ export interface Behavior {
|
|
|
1714
1502
|
*/
|
|
1715
1503
|
exportMetric?: boolean | undefined;
|
|
1716
1504
|
}
|
|
1717
|
-
/**
|
|
1718
|
-
* @public
|
|
1719
|
-
* @enum
|
|
1720
|
-
*/
|
|
1721
|
-
export declare const VerificationState: {
|
|
1722
|
-
readonly BENIGN_POSITIVE: "BENIGN_POSITIVE";
|
|
1723
|
-
readonly FALSE_POSITIVE: "FALSE_POSITIVE";
|
|
1724
|
-
readonly TRUE_POSITIVE: "TRUE_POSITIVE";
|
|
1725
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
1726
|
-
};
|
|
1727
|
-
/**
|
|
1728
|
-
* @public
|
|
1729
|
-
*/
|
|
1730
|
-
export type VerificationState = (typeof VerificationState)[keyof typeof VerificationState];
|
|
1731
1505
|
/**
|
|
1732
1506
|
* <p>
|
|
1733
1507
|
* The details of a violation event.
|
|
@@ -1909,19 +1683,6 @@ export interface AddThingToThingGroupRequest {
|
|
|
1909
1683
|
*/
|
|
1910
1684
|
export interface AddThingToThingGroupResponse {
|
|
1911
1685
|
}
|
|
1912
|
-
/**
|
|
1913
|
-
* @public
|
|
1914
|
-
* @enum
|
|
1915
|
-
*/
|
|
1916
|
-
export declare const AggregationTypeName: {
|
|
1917
|
-
readonly CARDINALITY: "Cardinality";
|
|
1918
|
-
readonly PERCENTILES: "Percentiles";
|
|
1919
|
-
readonly STATISTICS: "Statistics";
|
|
1920
|
-
};
|
|
1921
|
-
/**
|
|
1922
|
-
* @public
|
|
1923
|
-
*/
|
|
1924
|
-
export type AggregationTypeName = (typeof AggregationTypeName)[keyof typeof AggregationTypeName];
|
|
1925
1686
|
/**
|
|
1926
1687
|
* <p>The type of aggregation queries.</p>
|
|
1927
1688
|
* @public
|
|
@@ -1955,17 +1716,6 @@ export interface AlertTarget {
|
|
|
1955
1716
|
*/
|
|
1956
1717
|
roleArn: string | undefined;
|
|
1957
1718
|
}
|
|
1958
|
-
/**
|
|
1959
|
-
* @public
|
|
1960
|
-
* @enum
|
|
1961
|
-
*/
|
|
1962
|
-
export declare const AlertTargetType: {
|
|
1963
|
-
readonly SNS: "SNS";
|
|
1964
|
-
};
|
|
1965
|
-
/**
|
|
1966
|
-
* @public
|
|
1967
|
-
*/
|
|
1968
|
-
export type AlertTargetType = (typeof AlertTargetType)[keyof typeof AlertTargetType];
|
|
1969
1719
|
/**
|
|
1970
1720
|
* <p>Describes an IoT policy.</p>
|
|
1971
1721
|
* @public
|
|
@@ -1993,20 +1743,6 @@ export interface Allowed {
|
|
|
1993
1743
|
*/
|
|
1994
1744
|
policies?: Policy[] | undefined;
|
|
1995
1745
|
}
|
|
1996
|
-
/**
|
|
1997
|
-
* @public
|
|
1998
|
-
* @enum
|
|
1999
|
-
*/
|
|
2000
|
-
export declare const ApplicationProtocol: {
|
|
2001
|
-
readonly DEFAULT: "DEFAULT";
|
|
2002
|
-
readonly HTTPS: "HTTPS";
|
|
2003
|
-
readonly MQTT_WSS: "MQTT_WSS";
|
|
2004
|
-
readonly SECURE_MQTT: "SECURE_MQTT";
|
|
2005
|
-
};
|
|
2006
|
-
/**
|
|
2007
|
-
* @public
|
|
2008
|
-
*/
|
|
2009
|
-
export type ApplicationProtocol = (typeof ApplicationProtocol)[keyof typeof ApplicationProtocol];
|
|
2010
1746
|
/**
|
|
2011
1747
|
* <p>The S3 location.</p>
|
|
2012
1748
|
* @public
|
|
@@ -2066,19 +1802,6 @@ export interface AssociateSbomWithPackageVersionRequest {
|
|
|
2066
1802
|
*/
|
|
2067
1803
|
clientToken?: string | undefined;
|
|
2068
1804
|
}
|
|
2069
|
-
/**
|
|
2070
|
-
* @public
|
|
2071
|
-
* @enum
|
|
2072
|
-
*/
|
|
2073
|
-
export declare const SbomValidationStatus: {
|
|
2074
|
-
readonly FAILED: "FAILED";
|
|
2075
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
2076
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
2077
|
-
};
|
|
2078
|
-
/**
|
|
2079
|
-
* @public
|
|
2080
|
-
*/
|
|
2081
|
-
export type SbomValidationStatus = (typeof SbomValidationStatus)[keyof typeof SbomValidationStatus];
|
|
2082
1805
|
/**
|
|
2083
1806
|
* @public
|
|
2084
1807
|
*/
|
|
@@ -2105,60 +1828,6 @@ export interface AssociateSbomWithPackageVersionResponse {
|
|
|
2105
1828
|
*/
|
|
2106
1829
|
sbomValidationStatus?: SbomValidationStatus | undefined;
|
|
2107
1830
|
}
|
|
2108
|
-
/**
|
|
2109
|
-
* <p>The request conflicts with the current state of the resource.</p>
|
|
2110
|
-
* @public
|
|
2111
|
-
*/
|
|
2112
|
-
export declare class ConflictException extends __BaseException {
|
|
2113
|
-
readonly name: "ConflictException";
|
|
2114
|
-
readonly $fault: "client";
|
|
2115
|
-
/**
|
|
2116
|
-
* <p>A resource with the same name already exists.</p>
|
|
2117
|
-
* @public
|
|
2118
|
-
*/
|
|
2119
|
-
resourceId?: string | undefined;
|
|
2120
|
-
/**
|
|
2121
|
-
* @internal
|
|
2122
|
-
*/
|
|
2123
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
2124
|
-
}
|
|
2125
|
-
/**
|
|
2126
|
-
* <p>Internal error from the service that indicates an unexpected error or that the service
|
|
2127
|
-
* is unavailable.</p>
|
|
2128
|
-
* @public
|
|
2129
|
-
*/
|
|
2130
|
-
export declare class InternalServerException extends __BaseException {
|
|
2131
|
-
readonly name: "InternalServerException";
|
|
2132
|
-
readonly $fault: "server";
|
|
2133
|
-
/**
|
|
2134
|
-
* @internal
|
|
2135
|
-
*/
|
|
2136
|
-
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
2137
|
-
}
|
|
2138
|
-
/**
|
|
2139
|
-
* <p>Service quota has been exceeded.</p>
|
|
2140
|
-
* @public
|
|
2141
|
-
*/
|
|
2142
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
2143
|
-
readonly name: "ServiceQuotaExceededException";
|
|
2144
|
-
readonly $fault: "client";
|
|
2145
|
-
/**
|
|
2146
|
-
* @internal
|
|
2147
|
-
*/
|
|
2148
|
-
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
2149
|
-
}
|
|
2150
|
-
/**
|
|
2151
|
-
* <p>The request is not valid.</p>
|
|
2152
|
-
* @public
|
|
2153
|
-
*/
|
|
2154
|
-
export declare class ValidationException extends __BaseException {
|
|
2155
|
-
readonly name: "ValidationException";
|
|
2156
|
-
readonly $fault: "client";
|
|
2157
|
-
/**
|
|
2158
|
-
* @internal
|
|
2159
|
-
*/
|
|
2160
|
-
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
2161
|
-
}
|
|
2162
1831
|
/**
|
|
2163
1832
|
* @public
|
|
2164
1833
|
*/
|
|
@@ -2215,18 +1884,6 @@ export interface AssociateTargetsWithJobResponse {
|
|
|
2215
1884
|
*/
|
|
2216
1885
|
description?: string | undefined;
|
|
2217
1886
|
}
|
|
2218
|
-
/**
|
|
2219
|
-
* <p>A limit has been exceeded.</p>
|
|
2220
|
-
* @public
|
|
2221
|
-
*/
|
|
2222
|
-
export declare class LimitExceededException extends __BaseException {
|
|
2223
|
-
readonly name: "LimitExceededException";
|
|
2224
|
-
readonly $fault: "client";
|
|
2225
|
-
/**
|
|
2226
|
-
* @internal
|
|
2227
|
-
*/
|
|
2228
|
-
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
2229
|
-
}
|
|
2230
1887
|
/**
|
|
2231
1888
|
* @public
|
|
2232
1889
|
*/
|
|
@@ -2279,32 +1936,6 @@ export interface AttachSecurityProfileRequest {
|
|
|
2279
1936
|
*/
|
|
2280
1937
|
export interface AttachSecurityProfileResponse {
|
|
2281
1938
|
}
|
|
2282
|
-
/**
|
|
2283
|
-
* <p>An exception thrown when the version of an entity specified with the
|
|
2284
|
-
* <code>expectedVersion</code> parameter does not match the latest version in the
|
|
2285
|
-
* system.</p>
|
|
2286
|
-
* @public
|
|
2287
|
-
*/
|
|
2288
|
-
export declare class VersionConflictException extends __BaseException {
|
|
2289
|
-
readonly name: "VersionConflictException";
|
|
2290
|
-
readonly $fault: "client";
|
|
2291
|
-
/**
|
|
2292
|
-
* @internal
|
|
2293
|
-
*/
|
|
2294
|
-
constructor(opts: __ExceptionOptionType<VersionConflictException, __BaseException>);
|
|
2295
|
-
}
|
|
2296
|
-
/**
|
|
2297
|
-
* @public
|
|
2298
|
-
* @enum
|
|
2299
|
-
*/
|
|
2300
|
-
export declare const ThingPrincipalType: {
|
|
2301
|
-
readonly EXCLUSIVE_THING: "EXCLUSIVE_THING";
|
|
2302
|
-
readonly NON_EXCLUSIVE_THING: "NON_EXCLUSIVE_THING";
|
|
2303
|
-
};
|
|
2304
|
-
/**
|
|
2305
|
-
* @public
|
|
2306
|
-
*/
|
|
2307
|
-
export type ThingPrincipalType = (typeof ThingPrincipalType)[keyof typeof ThingPrincipalType];
|
|
2308
1939
|
/**
|
|
2309
1940
|
* <p>The input for the AttachThingPrincipal operation.</p>
|
|
2310
1941
|
* @public
|
|
@@ -2371,18 +2002,6 @@ export interface AttributePayload {
|
|
|
2371
2002
|
*/
|
|
2372
2003
|
merge?: boolean | undefined;
|
|
2373
2004
|
}
|
|
2374
|
-
/**
|
|
2375
|
-
* @public
|
|
2376
|
-
* @enum
|
|
2377
|
-
*/
|
|
2378
|
-
export declare const ConfigName: {
|
|
2379
|
-
readonly CERT_AGE_THRESHOLD_IN_DAYS: "CERT_AGE_THRESHOLD_IN_DAYS";
|
|
2380
|
-
readonly CERT_EXPIRATION_THRESHOLD_IN_DAYS: "CERT_EXPIRATION_THRESHOLD_IN_DAYS";
|
|
2381
|
-
};
|
|
2382
|
-
/**
|
|
2383
|
-
* @public
|
|
2384
|
-
*/
|
|
2385
|
-
export type ConfigName = (typeof ConfigName)[keyof typeof ConfigName];
|
|
2386
2005
|
/**
|
|
2387
2006
|
* <p>Which audit checks are enabled and disabled for this account.</p>
|
|
2388
2007
|
* @public
|
|
@@ -2399,22 +2018,6 @@ export interface AuditCheckConfiguration {
|
|
|
2399
2018
|
*/
|
|
2400
2019
|
configuration?: Partial<Record<ConfigName, string>> | undefined;
|
|
2401
2020
|
}
|
|
2402
|
-
/**
|
|
2403
|
-
* @public
|
|
2404
|
-
* @enum
|
|
2405
|
-
*/
|
|
2406
|
-
export declare const AuditCheckRunStatus: {
|
|
2407
|
-
readonly CANCELED: "CANCELED";
|
|
2408
|
-
readonly COMPLETED_COMPLIANT: "COMPLETED_COMPLIANT";
|
|
2409
|
-
readonly COMPLETED_NON_COMPLIANT: "COMPLETED_NON_COMPLIANT";
|
|
2410
|
-
readonly FAILED: "FAILED";
|
|
2411
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
2412
|
-
readonly WAITING_FOR_DATA_COLLECTION: "WAITING_FOR_DATA_COLLECTION";
|
|
2413
|
-
};
|
|
2414
|
-
/**
|
|
2415
|
-
* @public
|
|
2416
|
-
*/
|
|
2417
|
-
export type AuditCheckRunStatus = (typeof AuditCheckRunStatus)[keyof typeof AuditCheckRunStatus];
|
|
2418
2021
|
/**
|
|
2419
2022
|
* <p>Information about the audit check.</p>
|
|
2420
2023
|
* @public
|
|
@@ -2553,25 +2156,6 @@ export interface ResourceIdentifier {
|
|
|
2553
2156
|
*/
|
|
2554
2157
|
deviceCertificateArn?: string | undefined;
|
|
2555
2158
|
}
|
|
2556
|
-
/**
|
|
2557
|
-
* @public
|
|
2558
|
-
* @enum
|
|
2559
|
-
*/
|
|
2560
|
-
export declare const ResourceType: {
|
|
2561
|
-
readonly ACCOUNT_SETTINGS: "ACCOUNT_SETTINGS";
|
|
2562
|
-
readonly CA_CERTIFICATE: "CA_CERTIFICATE";
|
|
2563
|
-
readonly CLIENT_ID: "CLIENT_ID";
|
|
2564
|
-
readonly COGNITO_IDENTITY_POOL: "COGNITO_IDENTITY_POOL";
|
|
2565
|
-
readonly DEVICE_CERTIFICATE: "DEVICE_CERTIFICATE";
|
|
2566
|
-
readonly IAM_ROLE: "IAM_ROLE";
|
|
2567
|
-
readonly IOT_POLICY: "IOT_POLICY";
|
|
2568
|
-
readonly ISSUER_CERTIFICATE: "ISSUER_CERTIFICATE";
|
|
2569
|
-
readonly ROLE_ALIAS: "ROLE_ALIAS";
|
|
2570
|
-
};
|
|
2571
|
-
/**
|
|
2572
|
-
* @public
|
|
2573
|
-
*/
|
|
2574
|
-
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
2575
2159
|
/**
|
|
2576
2160
|
* <p>Information about the resource that was noncompliant with the audit check.</p>
|
|
2577
2161
|
* @public
|
|
@@ -2614,20 +2198,6 @@ export interface RelatedResource {
|
|
|
2614
2198
|
*/
|
|
2615
2199
|
additionalInfo?: Record<string, string> | undefined;
|
|
2616
2200
|
}
|
|
2617
|
-
/**
|
|
2618
|
-
* @public
|
|
2619
|
-
* @enum
|
|
2620
|
-
*/
|
|
2621
|
-
export declare const AuditFindingSeverity: {
|
|
2622
|
-
readonly CRITICAL: "CRITICAL";
|
|
2623
|
-
readonly HIGH: "HIGH";
|
|
2624
|
-
readonly LOW: "LOW";
|
|
2625
|
-
readonly MEDIUM: "MEDIUM";
|
|
2626
|
-
};
|
|
2627
|
-
/**
|
|
2628
|
-
* @public
|
|
2629
|
-
*/
|
|
2630
|
-
export type AuditFindingSeverity = (typeof AuditFindingSeverity)[keyof typeof AuditFindingSeverity];
|
|
2631
2201
|
/**
|
|
2632
2202
|
* <p>The findings (results) of the audit.</p>
|
|
2633
2203
|
* @public
|
|
@@ -2693,36 +2263,6 @@ export interface AuditFinding {
|
|
|
2693
2263
|
*/
|
|
2694
2264
|
isSuppressed?: boolean | undefined;
|
|
2695
2265
|
}
|
|
2696
|
-
/**
|
|
2697
|
-
* @public
|
|
2698
|
-
* @enum
|
|
2699
|
-
*/
|
|
2700
|
-
export declare const AuditFrequency: {
|
|
2701
|
-
readonly BIWEEKLY: "BIWEEKLY";
|
|
2702
|
-
readonly DAILY: "DAILY";
|
|
2703
|
-
readonly MONTHLY: "MONTHLY";
|
|
2704
|
-
readonly WEEKLY: "WEEKLY";
|
|
2705
|
-
};
|
|
2706
|
-
/**
|
|
2707
|
-
* @public
|
|
2708
|
-
*/
|
|
2709
|
-
export type AuditFrequency = (typeof AuditFrequency)[keyof typeof AuditFrequency];
|
|
2710
|
-
/**
|
|
2711
|
-
* @public
|
|
2712
|
-
* @enum
|
|
2713
|
-
*/
|
|
2714
|
-
export declare const AuditMitigationActionsExecutionStatus: {
|
|
2715
|
-
readonly CANCELED: "CANCELED";
|
|
2716
|
-
readonly COMPLETED: "COMPLETED";
|
|
2717
|
-
readonly FAILED: "FAILED";
|
|
2718
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
2719
|
-
readonly PENDING: "PENDING";
|
|
2720
|
-
readonly SKIPPED: "SKIPPED";
|
|
2721
|
-
};
|
|
2722
|
-
/**
|
|
2723
|
-
* @public
|
|
2724
|
-
*/
|
|
2725
|
-
export type AuditMitigationActionsExecutionStatus = (typeof AuditMitigationActionsExecutionStatus)[keyof typeof AuditMitigationActionsExecutionStatus];
|
|
2726
2266
|
/**
|
|
2727
2267
|
* <p>Returned by ListAuditMitigationActionsTask, this object contains information that describes a mitigation action that has been started.</p>
|
|
2728
2268
|
* @public
|
|
@@ -2774,20 +2314,6 @@ export interface AuditMitigationActionExecutionMetadata {
|
|
|
2774
2314
|
*/
|
|
2775
2315
|
message?: string | undefined;
|
|
2776
2316
|
}
|
|
2777
|
-
/**
|
|
2778
|
-
* @public
|
|
2779
|
-
* @enum
|
|
2780
|
-
*/
|
|
2781
|
-
export declare const AuditMitigationActionsTaskStatus: {
|
|
2782
|
-
readonly CANCELED: "CANCELED";
|
|
2783
|
-
readonly COMPLETED: "COMPLETED";
|
|
2784
|
-
readonly FAILED: "FAILED";
|
|
2785
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
2786
|
-
};
|
|
2787
|
-
/**
|
|
2788
|
-
* @public
|
|
2789
|
-
*/
|
|
2790
|
-
export type AuditMitigationActionsTaskStatus = (typeof AuditMitigationActionsTaskStatus)[keyof typeof AuditMitigationActionsTaskStatus];
|
|
2791
2317
|
/**
|
|
2792
2318
|
* <p>Information about an audit mitigation actions task that is returned by <code>ListAuditMitigationActionsTasks</code>.</p>
|
|
2793
2319
|
* @public
|
|
@@ -2882,17 +2408,6 @@ export interface AuditNotificationTarget {
|
|
|
2882
2408
|
*/
|
|
2883
2409
|
enabled?: boolean | undefined;
|
|
2884
2410
|
}
|
|
2885
|
-
/**
|
|
2886
|
-
* @public
|
|
2887
|
-
* @enum
|
|
2888
|
-
*/
|
|
2889
|
-
export declare const AuditNotificationType: {
|
|
2890
|
-
readonly SNS: "SNS";
|
|
2891
|
-
};
|
|
2892
|
-
/**
|
|
2893
|
-
* @public
|
|
2894
|
-
*/
|
|
2895
|
-
export type AuditNotificationType = (typeof AuditNotificationType)[keyof typeof AuditNotificationType];
|
|
2896
2411
|
/**
|
|
2897
2412
|
* <p> Filters out specific findings of a Device Defender audit. </p>
|
|
2898
2413
|
* @public
|
|
@@ -2933,32 +2448,6 @@ export interface AuditSuppression {
|
|
|
2933
2448
|
*/
|
|
2934
2449
|
description?: string | undefined;
|
|
2935
2450
|
}
|
|
2936
|
-
/**
|
|
2937
|
-
* @public
|
|
2938
|
-
* @enum
|
|
2939
|
-
*/
|
|
2940
|
-
export declare const AuditTaskStatus: {
|
|
2941
|
-
readonly CANCELED: "CANCELED";
|
|
2942
|
-
readonly COMPLETED: "COMPLETED";
|
|
2943
|
-
readonly FAILED: "FAILED";
|
|
2944
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
2945
|
-
};
|
|
2946
|
-
/**
|
|
2947
|
-
* @public
|
|
2948
|
-
*/
|
|
2949
|
-
export type AuditTaskStatus = (typeof AuditTaskStatus)[keyof typeof AuditTaskStatus];
|
|
2950
|
-
/**
|
|
2951
|
-
* @public
|
|
2952
|
-
* @enum
|
|
2953
|
-
*/
|
|
2954
|
-
export declare const AuditTaskType: {
|
|
2955
|
-
readonly ON_DEMAND_AUDIT_TASK: "ON_DEMAND_AUDIT_TASK";
|
|
2956
|
-
readonly SCHEDULED_AUDIT_TASK: "SCHEDULED_AUDIT_TASK";
|
|
2957
|
-
};
|
|
2958
|
-
/**
|
|
2959
|
-
* @public
|
|
2960
|
-
*/
|
|
2961
|
-
export type AuditTaskType = (typeof AuditTaskType)[keyof typeof AuditTaskType];
|
|
2962
2451
|
/**
|
|
2963
2452
|
* <p>The audits that were performed.</p>
|
|
2964
2453
|
* @public
|
|
@@ -2981,34 +2470,6 @@ export interface AuditTaskMetadata {
|
|
|
2981
2470
|
*/
|
|
2982
2471
|
taskType?: AuditTaskType | undefined;
|
|
2983
2472
|
}
|
|
2984
|
-
/**
|
|
2985
|
-
* @public
|
|
2986
|
-
* @enum
|
|
2987
|
-
*/
|
|
2988
|
-
export declare const AuthDecision: {
|
|
2989
|
-
readonly ALLOWED: "ALLOWED";
|
|
2990
|
-
readonly EXPLICIT_DENY: "EXPLICIT_DENY";
|
|
2991
|
-
readonly IMPLICIT_DENY: "IMPLICIT_DENY";
|
|
2992
|
-
};
|
|
2993
|
-
/**
|
|
2994
|
-
* @public
|
|
2995
|
-
*/
|
|
2996
|
-
export type AuthDecision = (typeof AuthDecision)[keyof typeof AuthDecision];
|
|
2997
|
-
/**
|
|
2998
|
-
* @public
|
|
2999
|
-
* @enum
|
|
3000
|
-
*/
|
|
3001
|
-
export declare const AuthenticationType: {
|
|
3002
|
-
readonly AWS_SIGV4: "AWS_SIGV4";
|
|
3003
|
-
readonly AWS_X509: "AWS_X509";
|
|
3004
|
-
readonly CUSTOM_AUTH: "CUSTOM_AUTH";
|
|
3005
|
-
readonly CUSTOM_AUTH_X509: "CUSTOM_AUTH_X509";
|
|
3006
|
-
readonly DEFAULT: "DEFAULT";
|
|
3007
|
-
};
|
|
3008
|
-
/**
|
|
3009
|
-
* @public
|
|
3010
|
-
*/
|
|
3011
|
-
export type AuthenticationType = (typeof AuthenticationType)[keyof typeof AuthenticationType];
|
|
3012
2473
|
/**
|
|
3013
2474
|
* <p>A collection of authorization information.</p>
|
|
3014
2475
|
* @public
|
|
@@ -3042,18 +2503,6 @@ export interface AuthorizerConfig {
|
|
|
3042
2503
|
*/
|
|
3043
2504
|
allowAuthorizerOverride?: boolean | undefined;
|
|
3044
2505
|
}
|
|
3045
|
-
/**
|
|
3046
|
-
* @public
|
|
3047
|
-
* @enum
|
|
3048
|
-
*/
|
|
3049
|
-
export declare const AuthorizerStatus: {
|
|
3050
|
-
readonly ACTIVE: "ACTIVE";
|
|
3051
|
-
readonly INACTIVE: "INACTIVE";
|
|
3052
|
-
};
|
|
3053
|
-
/**
|
|
3054
|
-
* @public
|
|
3055
|
-
*/
|
|
3056
|
-
export type AuthorizerStatus = (typeof AuthorizerStatus)[keyof typeof AuthorizerStatus];
|
|
3057
2506
|
/**
|
|
3058
2507
|
* <p>The authorizer description.</p>
|
|
3059
2508
|
* @public
|
|
@@ -3204,18 +2653,6 @@ export interface AuthResult {
|
|
|
3204
2653
|
*/
|
|
3205
2654
|
missingContextValues?: string[] | undefined;
|
|
3206
2655
|
}
|
|
3207
|
-
/**
|
|
3208
|
-
* @public
|
|
3209
|
-
* @enum
|
|
3210
|
-
*/
|
|
3211
|
-
export declare const AutoRegistrationStatus: {
|
|
3212
|
-
readonly DISABLE: "DISABLE";
|
|
3213
|
-
readonly ENABLE: "ENABLE";
|
|
3214
|
-
};
|
|
3215
|
-
/**
|
|
3216
|
-
* @public
|
|
3217
|
-
*/
|
|
3218
|
-
export type AutoRegistrationStatus = (typeof AutoRegistrationStatus)[keyof typeof AutoRegistrationStatus];
|
|
3219
2656
|
/**
|
|
3220
2657
|
* @public
|
|
3221
2658
|
*/
|
|
@@ -3371,20 +2808,6 @@ export interface CancelJobExecutionRequest {
|
|
|
3371
2808
|
*/
|
|
3372
2809
|
statusDetails?: Record<string, string> | undefined;
|
|
3373
2810
|
}
|
|
3374
|
-
/**
|
|
3375
|
-
* <p>An attempt was made to change to an invalid state, for example by deleting a job or a
|
|
3376
|
-
* job execution which is "IN_PROGRESS" without setting the <code>force</code>
|
|
3377
|
-
* parameter.</p>
|
|
3378
|
-
* @public
|
|
3379
|
-
*/
|
|
3380
|
-
export declare class InvalidStateTransitionException extends __BaseException {
|
|
3381
|
-
readonly name: "InvalidStateTransitionException";
|
|
3382
|
-
readonly $fault: "client";
|
|
3383
|
-
/**
|
|
3384
|
-
* @internal
|
|
3385
|
-
*/
|
|
3386
|
-
constructor(opts: __ExceptionOptionType<InvalidStateTransitionException, __BaseException>);
|
|
3387
|
-
}
|
|
3388
2811
|
/**
|
|
3389
2812
|
* @public
|
|
3390
2813
|
*/
|
|
@@ -3410,31 +2833,6 @@ export interface ConfirmTopicRuleDestinationRequest {
|
|
|
3410
2833
|
*/
|
|
3411
2834
|
export interface ConfirmTopicRuleDestinationResponse {
|
|
3412
2835
|
}
|
|
3413
|
-
/**
|
|
3414
|
-
* <p>A conflicting resource update exception. This exception is thrown when two pending
|
|
3415
|
-
* updates cause a conflict.</p>
|
|
3416
|
-
* @public
|
|
3417
|
-
*/
|
|
3418
|
-
export declare class ConflictingResourceUpdateException extends __BaseException {
|
|
3419
|
-
readonly name: "ConflictingResourceUpdateException";
|
|
3420
|
-
readonly $fault: "client";
|
|
3421
|
-
/**
|
|
3422
|
-
* @internal
|
|
3423
|
-
*/
|
|
3424
|
-
constructor(opts: __ExceptionOptionType<ConflictingResourceUpdateException, __BaseException>);
|
|
3425
|
-
}
|
|
3426
|
-
/**
|
|
3427
|
-
* <p>An unexpected error has occurred.</p>
|
|
3428
|
-
* @public
|
|
3429
|
-
*/
|
|
3430
|
-
export declare class InternalException extends __BaseException {
|
|
3431
|
-
readonly name: "InternalException";
|
|
3432
|
-
readonly $fault: "server";
|
|
3433
|
-
/**
|
|
3434
|
-
* @internal
|
|
3435
|
-
*/
|
|
3436
|
-
constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
|
|
3437
|
-
}
|
|
3438
2836
|
/**
|
|
3439
2837
|
* @public
|
|
3440
2838
|
*/
|
|
@@ -3487,28 +2885,6 @@ export interface CreateAuditSuppressionRequest {
|
|
|
3487
2885
|
*/
|
|
3488
2886
|
export interface CreateAuditSuppressionResponse {
|
|
3489
2887
|
}
|
|
3490
|
-
/**
|
|
3491
|
-
* <p>The resource already exists.</p>
|
|
3492
|
-
* @public
|
|
3493
|
-
*/
|
|
3494
|
-
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
3495
|
-
readonly name: "ResourceAlreadyExistsException";
|
|
3496
|
-
readonly $fault: "client";
|
|
3497
|
-
/**
|
|
3498
|
-
* <p>The ID of the resource that caused the exception.</p>
|
|
3499
|
-
* @public
|
|
3500
|
-
*/
|
|
3501
|
-
resourceId?: string | undefined;
|
|
3502
|
-
/**
|
|
3503
|
-
* <p>The ARN of the resource that caused the exception.</p>
|
|
3504
|
-
* @public
|
|
3505
|
-
*/
|
|
3506
|
-
resourceArn?: string | undefined;
|
|
3507
|
-
/**
|
|
3508
|
-
* @internal
|
|
3509
|
-
*/
|
|
3510
|
-
constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
|
|
3511
|
-
}
|
|
3512
2888
|
/**
|
|
3513
2889
|
* <p>A set of key/value pairs that are used to manage the resource.</p>
|
|
3514
2890
|
* @public
|
|
@@ -3687,17 +3063,6 @@ export interface CreateCertificateFromCsrResponse {
|
|
|
3687
3063
|
*/
|
|
3688
3064
|
certificatePem?: string | undefined;
|
|
3689
3065
|
}
|
|
3690
|
-
/**
|
|
3691
|
-
* @public
|
|
3692
|
-
* @enum
|
|
3693
|
-
*/
|
|
3694
|
-
export declare const CertificateProviderOperation: {
|
|
3695
|
-
readonly CreateCertificateFromCsr: "CreateCertificateFromCsr";
|
|
3696
|
-
};
|
|
3697
|
-
/**
|
|
3698
|
-
* @public
|
|
3699
|
-
*/
|
|
3700
|
-
export type CertificateProviderOperation = (typeof CertificateProviderOperation)[keyof typeof CertificateProviderOperation];
|
|
3701
3066
|
/**
|
|
3702
3067
|
* @public
|
|
3703
3068
|
*/
|
|
@@ -3828,18 +3193,6 @@ export interface CommandParameter {
|
|
|
3828
3193
|
*/
|
|
3829
3194
|
description?: string | undefined;
|
|
3830
3195
|
}
|
|
3831
|
-
/**
|
|
3832
|
-
* @public
|
|
3833
|
-
* @enum
|
|
3834
|
-
*/
|
|
3835
|
-
export declare const CommandNamespace: {
|
|
3836
|
-
readonly AWSIoT: "AWS-IoT";
|
|
3837
|
-
readonly AWSIoTFleetWise: "AWS-IoT-FleetWise";
|
|
3838
|
-
};
|
|
3839
|
-
/**
|
|
3840
|
-
* @public
|
|
3841
|
-
*/
|
|
3842
|
-
export type CommandNamespace = (typeof CommandNamespace)[keyof typeof CommandNamespace];
|
|
3843
3196
|
/**
|
|
3844
3197
|
* <p>The command payload object that contains the instructions for the device
|
|
3845
3198
|
* to process.</p>
|
|
@@ -3935,20 +3288,6 @@ export interface CreateCommandResponse {
|
|
|
3935
3288
|
*/
|
|
3936
3289
|
commandArn?: string | undefined;
|
|
3937
3290
|
}
|
|
3938
|
-
/**
|
|
3939
|
-
* @public
|
|
3940
|
-
* @enum
|
|
3941
|
-
*/
|
|
3942
|
-
export declare const CustomMetricType: {
|
|
3943
|
-
readonly IP_ADDRESS_LIST: "ip-address-list";
|
|
3944
|
-
readonly NUMBER: "number";
|
|
3945
|
-
readonly NUMBER_LIST: "number-list";
|
|
3946
|
-
readonly STRING_LIST: "string-list";
|
|
3947
|
-
};
|
|
3948
|
-
/**
|
|
3949
|
-
* @public
|
|
3950
|
-
*/
|
|
3951
|
-
export type CustomMetricType = (typeof CustomMetricType)[keyof typeof CustomMetricType];
|
|
3952
3291
|
/**
|
|
3953
3292
|
* @public
|
|
3954
3293
|
*/
|
|
@@ -4014,17 +3353,6 @@ export interface CreateCustomMetricResponse {
|
|
|
4014
3353
|
*/
|
|
4015
3354
|
metricArn?: string | undefined;
|
|
4016
3355
|
}
|
|
4017
|
-
/**
|
|
4018
|
-
* @public
|
|
4019
|
-
* @enum
|
|
4020
|
-
*/
|
|
4021
|
-
export declare const DimensionType: {
|
|
4022
|
-
readonly TOPIC_FILTER: "TOPIC_FILTER";
|
|
4023
|
-
};
|
|
4024
|
-
/**
|
|
4025
|
-
* @public
|
|
4026
|
-
*/
|
|
4027
|
-
export type DimensionType = (typeof DimensionType)[keyof typeof DimensionType];
|
|
4028
3356
|
/**
|
|
4029
3357
|
* @public
|
|
4030
3358
|
*/
|
|
@@ -4075,18 +3403,6 @@ export interface CreateDimensionResponse {
|
|
|
4075
3403
|
*/
|
|
4076
3404
|
arn?: string | undefined;
|
|
4077
3405
|
}
|
|
4078
|
-
/**
|
|
4079
|
-
* <p>The certificate is invalid.</p>
|
|
4080
|
-
* @public
|
|
4081
|
-
*/
|
|
4082
|
-
export declare class CertificateValidationException extends __BaseException {
|
|
4083
|
-
readonly name: "CertificateValidationException";
|
|
4084
|
-
readonly $fault: "client";
|
|
4085
|
-
/**
|
|
4086
|
-
* @internal
|
|
4087
|
-
*/
|
|
4088
|
-
constructor(opts: __ExceptionOptionType<CertificateValidationException, __BaseException>);
|
|
4089
|
-
}
|
|
4090
3406
|
/**
|
|
4091
3407
|
* <p>An object that specifies the client certificate configuration for a domain.</p>
|
|
4092
3408
|
* @public
|
|
@@ -4134,19 +3450,6 @@ export interface ServerCertificateConfig {
|
|
|
4134
3450
|
*/
|
|
4135
3451
|
ocspAuthorizedResponderArn?: string | undefined;
|
|
4136
3452
|
}
|
|
4137
|
-
/**
|
|
4138
|
-
* @public
|
|
4139
|
-
* @enum
|
|
4140
|
-
*/
|
|
4141
|
-
export declare const ServiceType: {
|
|
4142
|
-
readonly CREDENTIAL_PROVIDER: "CREDENTIAL_PROVIDER";
|
|
4143
|
-
readonly DATA: "DATA";
|
|
4144
|
-
readonly JOBS: "JOBS";
|
|
4145
|
-
};
|
|
4146
|
-
/**
|
|
4147
|
-
* @public
|
|
4148
|
-
*/
|
|
4149
|
-
export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
|
|
4150
3453
|
/**
|
|
4151
3454
|
* <p>An object that specifies the TLS configuration for a domain.</p>
|
|
4152
3455
|
* @public
|
|
@@ -4404,55 +3707,6 @@ export interface CreateDynamicThingGroupResponse {
|
|
|
4404
3707
|
*/
|
|
4405
3708
|
queryVersion?: string | undefined;
|
|
4406
3709
|
}
|
|
4407
|
-
/**
|
|
4408
|
-
* <p>The query is invalid.</p>
|
|
4409
|
-
* @public
|
|
4410
|
-
*/
|
|
4411
|
-
export declare class InvalidQueryException extends __BaseException {
|
|
4412
|
-
readonly name: "InvalidQueryException";
|
|
4413
|
-
readonly $fault: "client";
|
|
4414
|
-
/**
|
|
4415
|
-
* @internal
|
|
4416
|
-
*/
|
|
4417
|
-
constructor(opts: __ExceptionOptionType<InvalidQueryException, __BaseException>);
|
|
4418
|
-
}
|
|
4419
|
-
/**
|
|
4420
|
-
* @public
|
|
4421
|
-
* @enum
|
|
4422
|
-
*/
|
|
4423
|
-
export declare const FleetMetricUnit: {
|
|
4424
|
-
readonly Bits: "Bits";
|
|
4425
|
-
readonly BitsSecond: "Bits/Second";
|
|
4426
|
-
readonly Bytes: "Bytes";
|
|
4427
|
-
readonly BytesSecond: "Bytes/Second";
|
|
4428
|
-
readonly Count: "Count";
|
|
4429
|
-
readonly CountSecond: "Count/Second";
|
|
4430
|
-
readonly Gigabits: "Gigabits";
|
|
4431
|
-
readonly GigabitsSecond: "Gigabits/Second";
|
|
4432
|
-
readonly Gigabytes: "Gigabytes";
|
|
4433
|
-
readonly GigabytesSecond: "Gigabytes/Second";
|
|
4434
|
-
readonly Kilobits: "Kilobits";
|
|
4435
|
-
readonly KilobitsSecond: "Kilobits/Second";
|
|
4436
|
-
readonly Kilobytes: "Kilobytes";
|
|
4437
|
-
readonly KilobytesSecond: "Kilobytes/Second";
|
|
4438
|
-
readonly Megabits: "Megabits";
|
|
4439
|
-
readonly MegabitsSecond: "Megabits/Second";
|
|
4440
|
-
readonly Megabytes: "Megabytes";
|
|
4441
|
-
readonly MegabytesSecond: "Megabytes/Second";
|
|
4442
|
-
readonly Microseconds: "Microseconds";
|
|
4443
|
-
readonly Milliseconds: "Milliseconds";
|
|
4444
|
-
readonly None: "None";
|
|
4445
|
-
readonly Percent: "Percent";
|
|
4446
|
-
readonly Seconds: "Seconds";
|
|
4447
|
-
readonly Terabits: "Terabits";
|
|
4448
|
-
readonly TerabitsSecond: "Terabits/Second";
|
|
4449
|
-
readonly Terabytes: "Terabytes";
|
|
4450
|
-
readonly TerabytesSecond: "Terabytes/Second";
|
|
4451
|
-
};
|
|
4452
|
-
/**
|
|
4453
|
-
* @public
|
|
4454
|
-
*/
|
|
4455
|
-
export type FleetMetricUnit = (typeof FleetMetricUnit)[keyof typeof FleetMetricUnit];
|
|
4456
3710
|
/**
|
|
4457
3711
|
* @public
|
|
4458
3712
|
*/
|
|
@@ -4524,43 +3778,6 @@ export interface CreateFleetMetricResponse {
|
|
|
4524
3778
|
*/
|
|
4525
3779
|
metricArn?: string | undefined;
|
|
4526
3780
|
}
|
|
4527
|
-
/**
|
|
4528
|
-
* <p>The index is not ready.</p>
|
|
4529
|
-
* @public
|
|
4530
|
-
*/
|
|
4531
|
-
export declare class IndexNotReadyException extends __BaseException {
|
|
4532
|
-
readonly name: "IndexNotReadyException";
|
|
4533
|
-
readonly $fault: "client";
|
|
4534
|
-
/**
|
|
4535
|
-
* @internal
|
|
4536
|
-
*/
|
|
4537
|
-
constructor(opts: __ExceptionOptionType<IndexNotReadyException, __BaseException>);
|
|
4538
|
-
}
|
|
4539
|
-
/**
|
|
4540
|
-
* <p>The aggregation is invalid.</p>
|
|
4541
|
-
* @public
|
|
4542
|
-
*/
|
|
4543
|
-
export declare class InvalidAggregationException extends __BaseException {
|
|
4544
|
-
readonly name: "InvalidAggregationException";
|
|
4545
|
-
readonly $fault: "client";
|
|
4546
|
-
/**
|
|
4547
|
-
* @internal
|
|
4548
|
-
*/
|
|
4549
|
-
constructor(opts: __ExceptionOptionType<InvalidAggregationException, __BaseException>);
|
|
4550
|
-
}
|
|
4551
|
-
/**
|
|
4552
|
-
* @public
|
|
4553
|
-
* @enum
|
|
4554
|
-
*/
|
|
4555
|
-
export declare const RetryableFailureType: {
|
|
4556
|
-
readonly ALL: "ALL";
|
|
4557
|
-
readonly FAILED: "FAILED";
|
|
4558
|
-
readonly TIMED_OUT: "TIMED_OUT";
|
|
4559
|
-
};
|
|
4560
|
-
/**
|
|
4561
|
-
* @public
|
|
4562
|
-
*/
|
|
4563
|
-
export type RetryableFailureType = (typeof RetryableFailureType)[keyof typeof RetryableFailureType];
|
|
4564
3781
|
/**
|
|
4565
3782
|
* <p>The criteria that determines how many retries are allowed for each failure type for a
|
|
4566
3783
|
* job.</p>
|
|
@@ -4677,19 +3894,6 @@ export interface PresignedUrlConfig {
|
|
|
4677
3894
|
*/
|
|
4678
3895
|
expiresInSec?: number | undefined;
|
|
4679
3896
|
}
|
|
4680
|
-
/**
|
|
4681
|
-
* @public
|
|
4682
|
-
* @enum
|
|
4683
|
-
*/
|
|
4684
|
-
export declare const JobEndBehavior: {
|
|
4685
|
-
readonly CANCEL: "CANCEL";
|
|
4686
|
-
readonly FORCE_CANCEL: "FORCE_CANCEL";
|
|
4687
|
-
readonly STOP_ROLLOUT: "STOP_ROLLOUT";
|
|
4688
|
-
};
|
|
4689
|
-
/**
|
|
4690
|
-
* @public
|
|
4691
|
-
*/
|
|
4692
|
-
export type JobEndBehavior = (typeof JobEndBehavior)[keyof typeof JobEndBehavior];
|
|
4693
3897
|
/**
|
|
4694
3898
|
* <p>An optional configuration within the <code>SchedulingConfig</code> to setup a
|
|
4695
3899
|
* recurring maintenance window with a predetermined start time and duration for the
|
|
@@ -4754,18 +3958,6 @@ export interface SchedulingConfig {
|
|
|
4754
3958
|
*/
|
|
4755
3959
|
maintenanceWindows?: MaintenanceWindow[] | undefined;
|
|
4756
3960
|
}
|
|
4757
|
-
/**
|
|
4758
|
-
* @public
|
|
4759
|
-
* @enum
|
|
4760
|
-
*/
|
|
4761
|
-
export declare const TargetSelection: {
|
|
4762
|
-
readonly CONTINUOUS: "CONTINUOUS";
|
|
4763
|
-
readonly SNAPSHOT: "SNAPSHOT";
|
|
4764
|
-
};
|
|
4765
|
-
/**
|
|
4766
|
-
* @public
|
|
4767
|
-
*/
|
|
4768
|
-
export type TargetSelection = (typeof TargetSelection)[keyof typeof TargetSelection];
|
|
4769
3961
|
/**
|
|
4770
3962
|
* <p>Specifies the amount of time each device has to finish its execution of the job. A
|
|
4771
3963
|
* timer is started when the job execution status is set to <code>IN_PROGRESS</code>. If
|
|
@@ -5095,21 +4287,6 @@ export interface CreateKeysAndCertificateResponse {
|
|
|
5095
4287
|
*/
|
|
5096
4288
|
keyPair?: KeyPair | undefined;
|
|
5097
4289
|
}
|
|
5098
|
-
/**
|
|
5099
|
-
* @public
|
|
5100
|
-
* @enum
|
|
5101
|
-
*/
|
|
5102
|
-
export declare const LogLevel: {
|
|
5103
|
-
readonly DEBUG: "DEBUG";
|
|
5104
|
-
readonly DISABLED: "DISABLED";
|
|
5105
|
-
readonly ERROR: "ERROR";
|
|
5106
|
-
readonly INFO: "INFO";
|
|
5107
|
-
readonly WARN: "WARN";
|
|
5108
|
-
};
|
|
5109
|
-
/**
|
|
5110
|
-
* @public
|
|
5111
|
-
*/
|
|
5112
|
-
export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];
|
|
5113
4290
|
/**
|
|
5114
4291
|
* <p>Parameters used when defining a mitigation action that enable Amazon Web Services IoT Core logging.</p>
|
|
5115
4292
|
* @public
|
|
@@ -5137,17 +4314,6 @@ export interface PublishFindingToSnsParams {
|
|
|
5137
4314
|
*/
|
|
5138
4315
|
topicArn: string | undefined;
|
|
5139
4316
|
}
|
|
5140
|
-
/**
|
|
5141
|
-
* @public
|
|
5142
|
-
* @enum
|
|
5143
|
-
*/
|
|
5144
|
-
export declare const PolicyTemplateName: {
|
|
5145
|
-
readonly BLANK_POLICY: "BLANK_POLICY";
|
|
5146
|
-
};
|
|
5147
|
-
/**
|
|
5148
|
-
* @public
|
|
5149
|
-
*/
|
|
5150
|
-
export type PolicyTemplateName = (typeof PolicyTemplateName)[keyof typeof PolicyTemplateName];
|
|
5151
4317
|
/**
|
|
5152
4318
|
* <p>Parameters to define a mitigation action that adds a blank policy to restrict permissions.</p>
|
|
5153
4319
|
* @public
|
|
@@ -5159,17 +4325,6 @@ export interface ReplaceDefaultPolicyVersionParams {
|
|
|
5159
4325
|
*/
|
|
5160
4326
|
templateName: PolicyTemplateName | undefined;
|
|
5161
4327
|
}
|
|
5162
|
-
/**
|
|
5163
|
-
* @public
|
|
5164
|
-
* @enum
|
|
5165
|
-
*/
|
|
5166
|
-
export declare const CACertificateUpdateAction: {
|
|
5167
|
-
readonly DEACTIVATE: "DEACTIVATE";
|
|
5168
|
-
};
|
|
5169
|
-
/**
|
|
5170
|
-
* @public
|
|
5171
|
-
*/
|
|
5172
|
-
export type CACertificateUpdateAction = (typeof CACertificateUpdateAction)[keyof typeof CACertificateUpdateAction];
|
|
5173
4328
|
/**
|
|
5174
4329
|
* <p>Parameters to define a mitigation action that changes the state of the CA certificate to inactive.</p>
|
|
5175
4330
|
* @public
|
|
@@ -5181,17 +4336,6 @@ export interface UpdateCACertificateParams {
|
|
|
5181
4336
|
*/
|
|
5182
4337
|
action: CACertificateUpdateAction | undefined;
|
|
5183
4338
|
}
|
|
5184
|
-
/**
|
|
5185
|
-
* @public
|
|
5186
|
-
* @enum
|
|
5187
|
-
*/
|
|
5188
|
-
export declare const DeviceCertificateUpdateAction: {
|
|
5189
|
-
readonly DEACTIVATE: "DEACTIVATE";
|
|
5190
|
-
};
|
|
5191
|
-
/**
|
|
5192
|
-
* @public
|
|
5193
|
-
*/
|
|
5194
|
-
export type DeviceCertificateUpdateAction = (typeof DeviceCertificateUpdateAction)[keyof typeof DeviceCertificateUpdateAction];
|
|
5195
4339
|
/**
|
|
5196
4340
|
* <p>Parameters to define a mitigation action that changes the state of the device certificate to inactive.</p>
|
|
5197
4341
|
* @public
|
|
@@ -5279,31 +4423,6 @@ export interface CreateMitigationActionResponse {
|
|
|
5279
4423
|
*/
|
|
5280
4424
|
actionId?: string | undefined;
|
|
5281
4425
|
}
|
|
5282
|
-
/**
|
|
5283
|
-
* @public
|
|
5284
|
-
* @enum
|
|
5285
|
-
*/
|
|
5286
|
-
export declare const AwsJobAbortCriteriaAbortAction: {
|
|
5287
|
-
readonly CANCEL: "CANCEL";
|
|
5288
|
-
};
|
|
5289
|
-
/**
|
|
5290
|
-
* @public
|
|
5291
|
-
*/
|
|
5292
|
-
export type AwsJobAbortCriteriaAbortAction = (typeof AwsJobAbortCriteriaAbortAction)[keyof typeof AwsJobAbortCriteriaAbortAction];
|
|
5293
|
-
/**
|
|
5294
|
-
* @public
|
|
5295
|
-
* @enum
|
|
5296
|
-
*/
|
|
5297
|
-
export declare const AwsJobAbortCriteriaFailureType: {
|
|
5298
|
-
readonly ALL: "ALL";
|
|
5299
|
-
readonly FAILED: "FAILED";
|
|
5300
|
-
readonly REJECTED: "REJECTED";
|
|
5301
|
-
readonly TIMED_OUT: "TIMED_OUT";
|
|
5302
|
-
};
|
|
5303
|
-
/**
|
|
5304
|
-
* @public
|
|
5305
|
-
*/
|
|
5306
|
-
export type AwsJobAbortCriteriaFailureType = (typeof AwsJobAbortCriteriaFailureType)[keyof typeof AwsJobAbortCriteriaFailureType];
|
|
5307
4426
|
/**
|
|
5308
4427
|
* <p>The criteria that determine when and how a job abort takes place.</p>
|
|
5309
4428
|
* @public
|
|
@@ -5646,18 +4765,6 @@ export interface OTAUpdateFile {
|
|
|
5646
4765
|
*/
|
|
5647
4766
|
attributes?: Record<string, string> | undefined;
|
|
5648
4767
|
}
|
|
5649
|
-
/**
|
|
5650
|
-
* @public
|
|
5651
|
-
* @enum
|
|
5652
|
-
*/
|
|
5653
|
-
export declare const Protocol: {
|
|
5654
|
-
readonly HTTP: "HTTP";
|
|
5655
|
-
readonly MQTT: "MQTT";
|
|
5656
|
-
};
|
|
5657
|
-
/**
|
|
5658
|
-
* @public
|
|
5659
|
-
*/
|
|
5660
|
-
export type Protocol = (typeof Protocol)[keyof typeof Protocol];
|
|
5661
4768
|
/**
|
|
5662
4769
|
* @public
|
|
5663
4770
|
*/
|
|
@@ -5738,22 +4845,6 @@ export interface CreateOTAUpdateRequest {
|
|
|
5738
4845
|
*/
|
|
5739
4846
|
tags?: Tag[] | undefined;
|
|
5740
4847
|
}
|
|
5741
|
-
/**
|
|
5742
|
-
* @public
|
|
5743
|
-
* @enum
|
|
5744
|
-
*/
|
|
5745
|
-
export declare const OTAUpdateStatus: {
|
|
5746
|
-
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
5747
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
5748
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
5749
|
-
readonly CREATE_PENDING: "CREATE_PENDING";
|
|
5750
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
5751
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
5752
|
-
};
|
|
5753
|
-
/**
|
|
5754
|
-
* @public
|
|
5755
|
-
*/
|
|
5756
|
-
export type OTAUpdateStatus = (typeof OTAUpdateStatus)[keyof typeof OTAUpdateStatus];
|
|
5757
4848
|
/**
|
|
5758
4849
|
* @public
|
|
5759
4850
|
*/
|
|
@@ -5890,19 +4981,6 @@ export interface CreatePackageVersionRequest {
|
|
|
5890
4981
|
*/
|
|
5891
4982
|
clientToken?: string | undefined;
|
|
5892
4983
|
}
|
|
5893
|
-
/**
|
|
5894
|
-
* @public
|
|
5895
|
-
* @enum
|
|
5896
|
-
*/
|
|
5897
|
-
export declare const PackageVersionStatus: {
|
|
5898
|
-
readonly DEPRECATED: "DEPRECATED";
|
|
5899
|
-
readonly DRAFT: "DRAFT";
|
|
5900
|
-
readonly PUBLISHED: "PUBLISHED";
|
|
5901
|
-
};
|
|
5902
|
-
/**
|
|
5903
|
-
* @public
|
|
5904
|
-
*/
|
|
5905
|
-
export type PackageVersionStatus = (typeof PackageVersionStatus)[keyof typeof PackageVersionStatus];
|
|
5906
4984
|
/**
|
|
5907
4985
|
* @public
|
|
5908
4986
|
*/
|
|
@@ -5998,18 +5076,6 @@ export interface CreatePolicyResponse {
|
|
|
5998
5076
|
*/
|
|
5999
5077
|
policyVersionId?: string | undefined;
|
|
6000
5078
|
}
|
|
6001
|
-
/**
|
|
6002
|
-
* <p>The policy documentation is not valid.</p>
|
|
6003
|
-
* @public
|
|
6004
|
-
*/
|
|
6005
|
-
export declare class MalformedPolicyException extends __BaseException {
|
|
6006
|
-
readonly name: "MalformedPolicyException";
|
|
6007
|
-
readonly $fault: "client";
|
|
6008
|
-
/**
|
|
6009
|
-
* @internal
|
|
6010
|
-
*/
|
|
6011
|
-
constructor(opts: __ExceptionOptionType<MalformedPolicyException, __BaseException>);
|
|
6012
|
-
}
|
|
6013
5079
|
/**
|
|
6014
5080
|
* <p>The input for the CreatePolicyVersion operation.</p>
|
|
6015
5081
|
* @public
|
|
@@ -6060,18 +5126,6 @@ export interface CreatePolicyVersionResponse {
|
|
|
6060
5126
|
*/
|
|
6061
5127
|
isDefaultVersion?: boolean | undefined;
|
|
6062
5128
|
}
|
|
6063
|
-
/**
|
|
6064
|
-
* <p>The number of policy versions exceeds the limit.</p>
|
|
6065
|
-
* @public
|
|
6066
|
-
*/
|
|
6067
|
-
export declare class VersionsLimitExceededException extends __BaseException {
|
|
6068
|
-
readonly name: "VersionsLimitExceededException";
|
|
6069
|
-
readonly $fault: "client";
|
|
6070
|
-
/**
|
|
6071
|
-
* @internal
|
|
6072
|
-
*/
|
|
6073
|
-
constructor(opts: __ExceptionOptionType<VersionsLimitExceededException, __BaseException>);
|
|
6074
|
-
}
|
|
6075
5129
|
/**
|
|
6076
5130
|
* @public
|
|
6077
5131
|
*/
|
|
@@ -6128,18 +5182,6 @@ export interface ProvisioningHook {
|
|
|
6128
5182
|
*/
|
|
6129
5183
|
targetArn: string | undefined;
|
|
6130
5184
|
}
|
|
6131
|
-
/**
|
|
6132
|
-
* @public
|
|
6133
|
-
* @enum
|
|
6134
|
-
*/
|
|
6135
|
-
export declare const TemplateType: {
|
|
6136
|
-
readonly FLEET_PROVISIONING: "FLEET_PROVISIONING";
|
|
6137
|
-
readonly JITP: "JITP";
|
|
6138
|
-
};
|
|
6139
|
-
/**
|
|
6140
|
-
* @public
|
|
6141
|
-
*/
|
|
6142
|
-
export type TemplateType = (typeof TemplateType)[keyof typeof TemplateType];
|
|
6143
5185
|
/**
|
|
6144
5186
|
* @public
|
|
6145
5187
|
*/
|
|
@@ -6314,23 +5356,6 @@ export interface CreateRoleAliasResponse {
|
|
|
6314
5356
|
*/
|
|
6315
5357
|
roleAliasArn?: string | undefined;
|
|
6316
5358
|
}
|
|
6317
|
-
/**
|
|
6318
|
-
* @public
|
|
6319
|
-
* @enum
|
|
6320
|
-
*/
|
|
6321
|
-
export declare const DayOfWeek: {
|
|
6322
|
-
readonly FRI: "FRI";
|
|
6323
|
-
readonly MON: "MON";
|
|
6324
|
-
readonly SAT: "SAT";
|
|
6325
|
-
readonly SUN: "SUN";
|
|
6326
|
-
readonly THU: "THU";
|
|
6327
|
-
readonly TUE: "TUE";
|
|
6328
|
-
readonly WED: "WED";
|
|
6329
|
-
};
|
|
6330
|
-
/**
|
|
6331
|
-
* @public
|
|
6332
|
-
*/
|
|
6333
|
-
export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
|
|
6334
5359
|
/**
|
|
6335
5360
|
* @public
|
|
6336
5361
|
*/
|
|
@@ -6813,18 +5838,6 @@ export interface CreateTopicRuleRequest {
|
|
|
6813
5838
|
*/
|
|
6814
5839
|
tags?: string | undefined;
|
|
6815
5840
|
}
|
|
6816
|
-
/**
|
|
6817
|
-
* <p>The Rule-SQL expression can't be parsed correctly.</p>
|
|
6818
|
-
* @public
|
|
6819
|
-
*/
|
|
6820
|
-
export declare class SqlParseException extends __BaseException {
|
|
6821
|
-
readonly name: "SqlParseException";
|
|
6822
|
-
readonly $fault: "client";
|
|
6823
|
-
/**
|
|
6824
|
-
* @internal
|
|
6825
|
-
*/
|
|
6826
|
-
constructor(opts: __ExceptionOptionType<SqlParseException, __BaseException>);
|
|
6827
|
-
}
|
|
6828
5841
|
/**
|
|
6829
5842
|
* <p>HTTP URL destination configuration used by the topic rule's HTTP action.</p>
|
|
6830
5843
|
* @public
|
|
@@ -6900,18 +5913,924 @@ export interface HttpUrlDestinationProperties {
|
|
|
6900
5913
|
*/
|
|
6901
5914
|
confirmationUrl?: string | undefined;
|
|
6902
5915
|
}
|
|
5916
|
+
/**
|
|
5917
|
+
* <p>The properties of a virtual private cloud (VPC) destination.</p>
|
|
5918
|
+
* @public
|
|
5919
|
+
*/
|
|
5920
|
+
export interface VpcDestinationProperties {
|
|
5921
|
+
/**
|
|
5922
|
+
* <p>The subnet IDs of the VPC destination.</p>
|
|
5923
|
+
* @public
|
|
5924
|
+
*/
|
|
5925
|
+
subnetIds?: string[] | undefined;
|
|
5926
|
+
/**
|
|
5927
|
+
* <p>The security groups of the VPC destination.</p>
|
|
5928
|
+
* @public
|
|
5929
|
+
*/
|
|
5930
|
+
securityGroups?: string[] | undefined;
|
|
5931
|
+
/**
|
|
5932
|
+
* <p>The ID of the VPC.</p>
|
|
5933
|
+
* @public
|
|
5934
|
+
*/
|
|
5935
|
+
vpcId?: string | undefined;
|
|
5936
|
+
/**
|
|
5937
|
+
* <p>The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).</p>
|
|
5938
|
+
* @public
|
|
5939
|
+
*/
|
|
5940
|
+
roleArn?: string | undefined;
|
|
5941
|
+
}
|
|
5942
|
+
/**
|
|
5943
|
+
* <p>A topic rule destination.</p>
|
|
5944
|
+
* @public
|
|
5945
|
+
*/
|
|
5946
|
+
export interface TopicRuleDestination {
|
|
5947
|
+
/**
|
|
5948
|
+
* <p>The topic rule destination URL.</p>
|
|
5949
|
+
* @public
|
|
5950
|
+
*/
|
|
5951
|
+
arn?: string | undefined;
|
|
5952
|
+
/**
|
|
5953
|
+
* <p>The status of the topic rule destination. Valid values are:</p>
|
|
5954
|
+
* <dl>
|
|
5955
|
+
* <dt>IN_PROGRESS</dt>
|
|
5956
|
+
* <dd>
|
|
5957
|
+
* <p>A topic rule destination was created but has not been confirmed. You can set
|
|
5958
|
+
* <code>status</code> to <code>IN_PROGRESS</code> by calling
|
|
5959
|
+
* <code>UpdateTopicRuleDestination</code>. Calling
|
|
5960
|
+
* <code>UpdateTopicRuleDestination</code> causes a new confirmation challenge to
|
|
5961
|
+
* be sent to your confirmation endpoint.</p>
|
|
5962
|
+
* </dd>
|
|
5963
|
+
* <dt>ENABLED</dt>
|
|
5964
|
+
* <dd>
|
|
5965
|
+
* <p>Confirmation was completed, and traffic to this destination is allowed. You can
|
|
5966
|
+
* set <code>status</code> to <code>DISABLED</code> by calling
|
|
5967
|
+
* <code>UpdateTopicRuleDestination</code>.</p>
|
|
5968
|
+
* </dd>
|
|
5969
|
+
* <dt>DISABLED</dt>
|
|
5970
|
+
* <dd>
|
|
5971
|
+
* <p>Confirmation was completed, and traffic to this destination is not allowed. You
|
|
5972
|
+
* can set <code>status</code> to <code>ENABLED</code> by calling
|
|
5973
|
+
* <code>UpdateTopicRuleDestination</code>.</p>
|
|
5974
|
+
* </dd>
|
|
5975
|
+
* <dt>ERROR</dt>
|
|
5976
|
+
* <dd>
|
|
5977
|
+
* <p>Confirmation could not be completed, for example if the confirmation timed out.
|
|
5978
|
+
* You can call <code>GetTopicRuleDestination</code> for details about the error. You
|
|
5979
|
+
* can set <code>status</code> to <code>IN_PROGRESS</code> by calling
|
|
5980
|
+
* <code>UpdateTopicRuleDestination</code>. Calling
|
|
5981
|
+
* <code>UpdateTopicRuleDestination</code> causes a new confirmation challenge to
|
|
5982
|
+
* be sent to your confirmation endpoint.</p>
|
|
5983
|
+
* </dd>
|
|
5984
|
+
* </dl>
|
|
5985
|
+
* @public
|
|
5986
|
+
*/
|
|
5987
|
+
status?: TopicRuleDestinationStatus | undefined;
|
|
5988
|
+
/**
|
|
5989
|
+
* <p>The date and time when the topic rule destination was created.</p>
|
|
5990
|
+
* @public
|
|
5991
|
+
*/
|
|
5992
|
+
createdAt?: Date | undefined;
|
|
5993
|
+
/**
|
|
5994
|
+
* <p>The date and time when the topic rule destination was last updated.</p>
|
|
5995
|
+
* @public
|
|
5996
|
+
*/
|
|
5997
|
+
lastUpdatedAt?: Date | undefined;
|
|
5998
|
+
/**
|
|
5999
|
+
* <p>Additional details or reason why the topic rule destination is in the current
|
|
6000
|
+
* status.</p>
|
|
6001
|
+
* @public
|
|
6002
|
+
*/
|
|
6003
|
+
statusReason?: string | undefined;
|
|
6004
|
+
/**
|
|
6005
|
+
* <p>Properties of the HTTP URL.</p>
|
|
6006
|
+
* @public
|
|
6007
|
+
*/
|
|
6008
|
+
httpUrlProperties?: HttpUrlDestinationProperties | undefined;
|
|
6009
|
+
/**
|
|
6010
|
+
* <p>Properties of the virtual private cloud (VPC) connection.</p>
|
|
6011
|
+
* @public
|
|
6012
|
+
*/
|
|
6013
|
+
vpcProperties?: VpcDestinationProperties | undefined;
|
|
6014
|
+
}
|
|
6015
|
+
/**
|
|
6016
|
+
* @public
|
|
6017
|
+
*/
|
|
6018
|
+
export interface CreateTopicRuleDestinationResponse {
|
|
6019
|
+
/**
|
|
6020
|
+
* <p>The topic rule destination.</p>
|
|
6021
|
+
* @public
|
|
6022
|
+
*/
|
|
6023
|
+
topicRuleDestination?: TopicRuleDestination | undefined;
|
|
6024
|
+
}
|
|
6025
|
+
/**
|
|
6026
|
+
* @public
|
|
6027
|
+
*/
|
|
6028
|
+
export interface DeleteAccountAuditConfigurationRequest {
|
|
6029
|
+
/**
|
|
6030
|
+
* <p>If true, all scheduled audits are deleted.</p>
|
|
6031
|
+
* @public
|
|
6032
|
+
*/
|
|
6033
|
+
deleteScheduledAudits?: boolean | undefined;
|
|
6034
|
+
}
|
|
6903
6035
|
/**
|
|
6904
6036
|
* @public
|
|
6905
|
-
* @enum
|
|
6906
6037
|
*/
|
|
6907
|
-
export
|
|
6908
|
-
|
|
6909
|
-
readonly DISABLED: "DISABLED";
|
|
6910
|
-
readonly ENABLED: "ENABLED";
|
|
6911
|
-
readonly ERROR: "ERROR";
|
|
6912
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
6913
|
-
};
|
|
6038
|
+
export interface DeleteAccountAuditConfigurationResponse {
|
|
6039
|
+
}
|
|
6914
6040
|
/**
|
|
6915
6041
|
* @public
|
|
6916
6042
|
*/
|
|
6917
|
-
export
|
|
6043
|
+
export interface DeleteAuditSuppressionRequest {
|
|
6044
|
+
/**
|
|
6045
|
+
* <p>An audit check name. Checks must be enabled
|
|
6046
|
+
* for your account. (Use <code>DescribeAccountAuditConfiguration</code> to see the list
|
|
6047
|
+
* of all checks, including those that are enabled or use <code>UpdateAccountAuditConfiguration</code>
|
|
6048
|
+
* to select which checks are enabled.)</p>
|
|
6049
|
+
* @public
|
|
6050
|
+
*/
|
|
6051
|
+
checkName: string | undefined;
|
|
6052
|
+
/**
|
|
6053
|
+
* <p>Information that identifies the noncompliant resource.</p>
|
|
6054
|
+
* @public
|
|
6055
|
+
*/
|
|
6056
|
+
resourceIdentifier: ResourceIdentifier | undefined;
|
|
6057
|
+
}
|
|
6058
|
+
/**
|
|
6059
|
+
* @public
|
|
6060
|
+
*/
|
|
6061
|
+
export interface DeleteAuditSuppressionResponse {
|
|
6062
|
+
}
|
|
6063
|
+
/**
|
|
6064
|
+
* @public
|
|
6065
|
+
*/
|
|
6066
|
+
export interface DeleteAuthorizerRequest {
|
|
6067
|
+
/**
|
|
6068
|
+
* <p>The name of the authorizer to delete.</p>
|
|
6069
|
+
* @public
|
|
6070
|
+
*/
|
|
6071
|
+
authorizerName: string | undefined;
|
|
6072
|
+
}
|
|
6073
|
+
/**
|
|
6074
|
+
* @public
|
|
6075
|
+
*/
|
|
6076
|
+
export interface DeleteAuthorizerResponse {
|
|
6077
|
+
}
|
|
6078
|
+
/**
|
|
6079
|
+
* @public
|
|
6080
|
+
*/
|
|
6081
|
+
export interface DeleteBillingGroupRequest {
|
|
6082
|
+
/**
|
|
6083
|
+
* <p>The name of the billing group.</p>
|
|
6084
|
+
* @public
|
|
6085
|
+
*/
|
|
6086
|
+
billingGroupName: string | undefined;
|
|
6087
|
+
/**
|
|
6088
|
+
* <p>The expected version of the billing group. If the version of the billing group does
|
|
6089
|
+
* not match the expected version specified in the request, the
|
|
6090
|
+
* <code>DeleteBillingGroup</code> request is rejected with a
|
|
6091
|
+
* <code>VersionConflictException</code>.</p>
|
|
6092
|
+
* @public
|
|
6093
|
+
*/
|
|
6094
|
+
expectedVersion?: number | undefined;
|
|
6095
|
+
}
|
|
6096
|
+
/**
|
|
6097
|
+
* @public
|
|
6098
|
+
*/
|
|
6099
|
+
export interface DeleteBillingGroupResponse {
|
|
6100
|
+
}
|
|
6101
|
+
/**
|
|
6102
|
+
* <p>Input for the DeleteCACertificate operation.</p>
|
|
6103
|
+
* @public
|
|
6104
|
+
*/
|
|
6105
|
+
export interface DeleteCACertificateRequest {
|
|
6106
|
+
/**
|
|
6107
|
+
* <p>The ID of the certificate to delete. (The last part of the certificate ARN contains
|
|
6108
|
+
* the certificate ID.)</p>
|
|
6109
|
+
* @public
|
|
6110
|
+
*/
|
|
6111
|
+
certificateId: string | undefined;
|
|
6112
|
+
}
|
|
6113
|
+
/**
|
|
6114
|
+
* <p>The output for the DeleteCACertificate operation.</p>
|
|
6115
|
+
* @public
|
|
6116
|
+
*/
|
|
6117
|
+
export interface DeleteCACertificateResponse {
|
|
6118
|
+
}
|
|
6119
|
+
/**
|
|
6120
|
+
* <p>The input for the DeleteCertificate operation.</p>
|
|
6121
|
+
* @public
|
|
6122
|
+
*/
|
|
6123
|
+
export interface DeleteCertificateRequest {
|
|
6124
|
+
/**
|
|
6125
|
+
* <p>The ID of the certificate. (The last part of the certificate ARN contains the
|
|
6126
|
+
* certificate ID.)</p>
|
|
6127
|
+
* @public
|
|
6128
|
+
*/
|
|
6129
|
+
certificateId: string | undefined;
|
|
6130
|
+
/**
|
|
6131
|
+
* <p>Forces the deletion of a certificate if it is inactive and is not attached to an IoT
|
|
6132
|
+
* thing.</p>
|
|
6133
|
+
* @public
|
|
6134
|
+
*/
|
|
6135
|
+
forceDelete?: boolean | undefined;
|
|
6136
|
+
}
|
|
6137
|
+
/**
|
|
6138
|
+
* @public
|
|
6139
|
+
*/
|
|
6140
|
+
export interface DeleteCertificateProviderRequest {
|
|
6141
|
+
/**
|
|
6142
|
+
* <p>The name of the certificate provider.</p>
|
|
6143
|
+
* @public
|
|
6144
|
+
*/
|
|
6145
|
+
certificateProviderName: string | undefined;
|
|
6146
|
+
}
|
|
6147
|
+
/**
|
|
6148
|
+
* @public
|
|
6149
|
+
*/
|
|
6150
|
+
export interface DeleteCertificateProviderResponse {
|
|
6151
|
+
}
|
|
6152
|
+
/**
|
|
6153
|
+
* @public
|
|
6154
|
+
*/
|
|
6155
|
+
export interface DeleteCommandRequest {
|
|
6156
|
+
/**
|
|
6157
|
+
* <p>The unique identifier of the command to be deleted.</p>
|
|
6158
|
+
* @public
|
|
6159
|
+
*/
|
|
6160
|
+
commandId: string | undefined;
|
|
6161
|
+
}
|
|
6162
|
+
/**
|
|
6163
|
+
* @public
|
|
6164
|
+
*/
|
|
6165
|
+
export interface DeleteCommandResponse {
|
|
6166
|
+
/**
|
|
6167
|
+
* <p>The status code for the command deletion request. The status code is in the 200 range
|
|
6168
|
+
* for a successful request.</p>
|
|
6169
|
+
* <ul>
|
|
6170
|
+
* <li>
|
|
6171
|
+
* <p>If the command hasn't been deprecated, or has been deprecated for a duration that
|
|
6172
|
+
* is shorter than the maximum time out duration of 12 hours, when calling the
|
|
6173
|
+
* <code>DeleteCommand</code> request, the deletion will be scheduled and a 202 status code
|
|
6174
|
+
* will be returned. While the command is being deleted, it will be in a
|
|
6175
|
+
* <code>pendingDeletion</code> state. Once the time out duration has been reached,
|
|
6176
|
+
* the command will be permanently removed from your account.</p>
|
|
6177
|
+
* </li>
|
|
6178
|
+
* <li>
|
|
6179
|
+
* <p>If the command has been deprecated for a duration that is longer than the
|
|
6180
|
+
* maximum time out duration of 12 hours, when calling the <code>DeleteCommand</code> request,
|
|
6181
|
+
* the command will be deleted immediately and a 204 status code will be returned.</p>
|
|
6182
|
+
* </li>
|
|
6183
|
+
* </ul>
|
|
6184
|
+
* @public
|
|
6185
|
+
*/
|
|
6186
|
+
statusCode?: number | undefined;
|
|
6187
|
+
}
|
|
6188
|
+
/**
|
|
6189
|
+
* @public
|
|
6190
|
+
*/
|
|
6191
|
+
export interface DeleteCommandExecutionRequest {
|
|
6192
|
+
/**
|
|
6193
|
+
* <p>The unique identifier of the command execution that you want to delete from your
|
|
6194
|
+
* account.</p>
|
|
6195
|
+
* @public
|
|
6196
|
+
*/
|
|
6197
|
+
executionId: string | undefined;
|
|
6198
|
+
/**
|
|
6199
|
+
* <p>The Amazon Resource Number (ARN) of the target device for which you want to delete
|
|
6200
|
+
* command executions.</p>
|
|
6201
|
+
* @public
|
|
6202
|
+
*/
|
|
6203
|
+
targetArn: string | undefined;
|
|
6204
|
+
}
|
|
6205
|
+
/**
|
|
6206
|
+
* @public
|
|
6207
|
+
*/
|
|
6208
|
+
export interface DeleteCommandExecutionResponse {
|
|
6209
|
+
}
|
|
6210
|
+
/**
|
|
6211
|
+
* @public
|
|
6212
|
+
*/
|
|
6213
|
+
export interface DeleteCustomMetricRequest {
|
|
6214
|
+
/**
|
|
6215
|
+
* <p>
|
|
6216
|
+
* The name of the custom metric.
|
|
6217
|
+
* </p>
|
|
6218
|
+
* @public
|
|
6219
|
+
*/
|
|
6220
|
+
metricName: string | undefined;
|
|
6221
|
+
}
|
|
6222
|
+
/**
|
|
6223
|
+
* @public
|
|
6224
|
+
*/
|
|
6225
|
+
export interface DeleteCustomMetricResponse {
|
|
6226
|
+
}
|
|
6227
|
+
/**
|
|
6228
|
+
* @public
|
|
6229
|
+
*/
|
|
6230
|
+
export interface DeleteDimensionRequest {
|
|
6231
|
+
/**
|
|
6232
|
+
* <p>The unique identifier for the dimension that you want to delete.</p>
|
|
6233
|
+
* @public
|
|
6234
|
+
*/
|
|
6235
|
+
name: string | undefined;
|
|
6236
|
+
}
|
|
6237
|
+
/**
|
|
6238
|
+
* @public
|
|
6239
|
+
*/
|
|
6240
|
+
export interface DeleteDimensionResponse {
|
|
6241
|
+
}
|
|
6242
|
+
/**
|
|
6243
|
+
* @public
|
|
6244
|
+
*/
|
|
6245
|
+
export interface DeleteDomainConfigurationRequest {
|
|
6246
|
+
/**
|
|
6247
|
+
* <p>The name of the domain configuration to be deleted.</p>
|
|
6248
|
+
* @public
|
|
6249
|
+
*/
|
|
6250
|
+
domainConfigurationName: string | undefined;
|
|
6251
|
+
}
|
|
6252
|
+
/**
|
|
6253
|
+
* @public
|
|
6254
|
+
*/
|
|
6255
|
+
export interface DeleteDomainConfigurationResponse {
|
|
6256
|
+
}
|
|
6257
|
+
/**
|
|
6258
|
+
* @public
|
|
6259
|
+
*/
|
|
6260
|
+
export interface DeleteDynamicThingGroupRequest {
|
|
6261
|
+
/**
|
|
6262
|
+
* <p>The name of the dynamic thing group to delete.</p>
|
|
6263
|
+
* @public
|
|
6264
|
+
*/
|
|
6265
|
+
thingGroupName: string | undefined;
|
|
6266
|
+
/**
|
|
6267
|
+
* <p>The expected version of the dynamic thing group to delete.</p>
|
|
6268
|
+
* @public
|
|
6269
|
+
*/
|
|
6270
|
+
expectedVersion?: number | undefined;
|
|
6271
|
+
}
|
|
6272
|
+
/**
|
|
6273
|
+
* @public
|
|
6274
|
+
*/
|
|
6275
|
+
export interface DeleteDynamicThingGroupResponse {
|
|
6276
|
+
}
|
|
6277
|
+
/**
|
|
6278
|
+
* @public
|
|
6279
|
+
*/
|
|
6280
|
+
export interface DeleteFleetMetricRequest {
|
|
6281
|
+
/**
|
|
6282
|
+
* <p>The name of the fleet metric to delete.</p>
|
|
6283
|
+
* @public
|
|
6284
|
+
*/
|
|
6285
|
+
metricName: string | undefined;
|
|
6286
|
+
/**
|
|
6287
|
+
* <p>The expected version of the fleet metric to delete.</p>
|
|
6288
|
+
* @public
|
|
6289
|
+
*/
|
|
6290
|
+
expectedVersion?: number | undefined;
|
|
6291
|
+
}
|
|
6292
|
+
/**
|
|
6293
|
+
* @public
|
|
6294
|
+
*/
|
|
6295
|
+
export interface DeleteJobRequest {
|
|
6296
|
+
/**
|
|
6297
|
+
* <p>The ID of the job to be deleted.</p>
|
|
6298
|
+
* <p>After a job deletion is completed, you may reuse this jobId when you create a new
|
|
6299
|
+
* job. However, this is not recommended, and you must ensure that your devices are not
|
|
6300
|
+
* using the jobId to refer to the deleted job.</p>
|
|
6301
|
+
* @public
|
|
6302
|
+
*/
|
|
6303
|
+
jobId: string | undefined;
|
|
6304
|
+
/**
|
|
6305
|
+
* <p>(Optional) When true, you can delete a job which is "IN_PROGRESS". Otherwise, you
|
|
6306
|
+
* can only delete a job which is in a terminal state ("COMPLETED" or "CANCELED") or an
|
|
6307
|
+
* exception will occur. The default is false.</p>
|
|
6308
|
+
* <note>
|
|
6309
|
+
* <p>Deleting a job which is "IN_PROGRESS", will cause a device which is executing
|
|
6310
|
+
* the job to be unable to access job information or update the job execution status.
|
|
6311
|
+
* Use caution and ensure that each device executing a job which is deleted is able to
|
|
6312
|
+
* recover to a valid state.</p>
|
|
6313
|
+
* </note>
|
|
6314
|
+
* @public
|
|
6315
|
+
*/
|
|
6316
|
+
force?: boolean | undefined;
|
|
6317
|
+
/**
|
|
6318
|
+
* <p>The namespace used to indicate that a job is a customer-managed job.</p>
|
|
6319
|
+
* <p>When you specify a value for this parameter, Amazon Web Services IoT Core sends jobs notifications to
|
|
6320
|
+
* MQTT topics that contain the value in the following format.</p>
|
|
6321
|
+
* <p>
|
|
6322
|
+
* <code>$aws/things/<i>THING_NAME</i>/jobs/<i>JOB_ID</i>/notify-namespace-<i>NAMESPACE_ID</i>/</code>
|
|
6323
|
+
* </p>
|
|
6324
|
+
* <note>
|
|
6325
|
+
* <p>The <code>namespaceId</code> feature is only supported by IoT Greengrass at this time. For
|
|
6326
|
+
* more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html">Setting up IoT Greengrass core devices.</a>
|
|
6327
|
+
* </p>
|
|
6328
|
+
* </note>
|
|
6329
|
+
* @public
|
|
6330
|
+
*/
|
|
6331
|
+
namespaceId?: string | undefined;
|
|
6332
|
+
}
|
|
6333
|
+
/**
|
|
6334
|
+
* @public
|
|
6335
|
+
*/
|
|
6336
|
+
export interface DeleteJobExecutionRequest {
|
|
6337
|
+
/**
|
|
6338
|
+
* <p>The ID of the job whose execution on a particular device will be deleted.</p>
|
|
6339
|
+
* @public
|
|
6340
|
+
*/
|
|
6341
|
+
jobId: string | undefined;
|
|
6342
|
+
/**
|
|
6343
|
+
* <p>The name of the thing whose job execution will be deleted.</p>
|
|
6344
|
+
* @public
|
|
6345
|
+
*/
|
|
6346
|
+
thingName: string | undefined;
|
|
6347
|
+
/**
|
|
6348
|
+
* <p>The ID of the job execution to be deleted. The <code>executionNumber</code> refers
|
|
6349
|
+
* to the execution of a particular job on a particular device.</p>
|
|
6350
|
+
* <p>Note that once a job execution is deleted, the <code>executionNumber</code> may be
|
|
6351
|
+
* reused by IoT, so be sure you get and use the correct value here.</p>
|
|
6352
|
+
* @public
|
|
6353
|
+
*/
|
|
6354
|
+
executionNumber: number | undefined;
|
|
6355
|
+
/**
|
|
6356
|
+
* <p>(Optional) When true, you can delete a job execution which is "IN_PROGRESS".
|
|
6357
|
+
* Otherwise, you can only delete a job execution which is in a terminal state
|
|
6358
|
+
* ("SUCCEEDED", "FAILED", "REJECTED", "REMOVED" or "CANCELED") or an exception will occur.
|
|
6359
|
+
* The default is false.</p>
|
|
6360
|
+
* <note>
|
|
6361
|
+
* <p>Deleting a job execution which is "IN_PROGRESS", will cause the device to be
|
|
6362
|
+
* unable to access job information or update the job execution status. Use caution and
|
|
6363
|
+
* ensure that the device is able to recover to a valid state.</p>
|
|
6364
|
+
* </note>
|
|
6365
|
+
* @public
|
|
6366
|
+
*/
|
|
6367
|
+
force?: boolean | undefined;
|
|
6368
|
+
/**
|
|
6369
|
+
* <p>The namespace used to indicate that a job is a customer-managed job.</p>
|
|
6370
|
+
* <p>When you specify a value for this parameter, Amazon Web Services IoT Core sends jobs notifications to
|
|
6371
|
+
* MQTT topics that contain the value in the following format.</p>
|
|
6372
|
+
* <p>
|
|
6373
|
+
* <code>$aws/things/<i>THING_NAME</i>/jobs/<i>JOB_ID</i>/notify-namespace-<i>NAMESPACE_ID</i>/</code>
|
|
6374
|
+
* </p>
|
|
6375
|
+
* <note>
|
|
6376
|
+
* <p>The <code>namespaceId</code> feature is only supported by IoT Greengrass at this time. For
|
|
6377
|
+
* more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html">Setting up IoT Greengrass core devices.</a>
|
|
6378
|
+
* </p>
|
|
6379
|
+
* </note>
|
|
6380
|
+
* @public
|
|
6381
|
+
*/
|
|
6382
|
+
namespaceId?: string | undefined;
|
|
6383
|
+
}
|
|
6384
|
+
/**
|
|
6385
|
+
* @public
|
|
6386
|
+
*/
|
|
6387
|
+
export interface DeleteJobTemplateRequest {
|
|
6388
|
+
/**
|
|
6389
|
+
* <p>The unique identifier of the job template to delete.</p>
|
|
6390
|
+
* @public
|
|
6391
|
+
*/
|
|
6392
|
+
jobTemplateId: string | undefined;
|
|
6393
|
+
}
|
|
6394
|
+
/**
|
|
6395
|
+
* @public
|
|
6396
|
+
*/
|
|
6397
|
+
export interface DeleteMitigationActionRequest {
|
|
6398
|
+
/**
|
|
6399
|
+
* <p>The name of the mitigation action that you want to delete.</p>
|
|
6400
|
+
* @public
|
|
6401
|
+
*/
|
|
6402
|
+
actionName: string | undefined;
|
|
6403
|
+
}
|
|
6404
|
+
/**
|
|
6405
|
+
* @public
|
|
6406
|
+
*/
|
|
6407
|
+
export interface DeleteMitigationActionResponse {
|
|
6408
|
+
}
|
|
6409
|
+
/**
|
|
6410
|
+
* @public
|
|
6411
|
+
*/
|
|
6412
|
+
export interface DeleteOTAUpdateRequest {
|
|
6413
|
+
/**
|
|
6414
|
+
* <p>The ID of the OTA update to delete.</p>
|
|
6415
|
+
* @public
|
|
6416
|
+
*/
|
|
6417
|
+
otaUpdateId: string | undefined;
|
|
6418
|
+
/**
|
|
6419
|
+
* <p>When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted.
|
|
6420
|
+
* Ignored if the stream specified in the OTAUpdate is supplied by the user.</p>
|
|
6421
|
+
* @public
|
|
6422
|
+
*/
|
|
6423
|
+
deleteStream?: boolean | undefined;
|
|
6424
|
+
/**
|
|
6425
|
+
* <p>When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS". Otherwise, if the
|
|
6426
|
+
* job is not in a terminal state ("COMPLETED" or "CANCELED") an exception will occur. The default is false.</p>
|
|
6427
|
+
* @public
|
|
6428
|
+
*/
|
|
6429
|
+
forceDeleteAWSJob?: boolean | undefined;
|
|
6430
|
+
}
|
|
6431
|
+
/**
|
|
6432
|
+
* @public
|
|
6433
|
+
*/
|
|
6434
|
+
export interface DeleteOTAUpdateResponse {
|
|
6435
|
+
}
|
|
6436
|
+
/**
|
|
6437
|
+
* @public
|
|
6438
|
+
*/
|
|
6439
|
+
export interface DeletePackageRequest {
|
|
6440
|
+
/**
|
|
6441
|
+
* <p>The name of the target software package.</p>
|
|
6442
|
+
* @public
|
|
6443
|
+
*/
|
|
6444
|
+
packageName: string | undefined;
|
|
6445
|
+
/**
|
|
6446
|
+
* <p>A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
|
6447
|
+
* Don't reuse this client token if a new idempotent request is required.</p>
|
|
6448
|
+
* @public
|
|
6449
|
+
*/
|
|
6450
|
+
clientToken?: string | undefined;
|
|
6451
|
+
}
|
|
6452
|
+
/**
|
|
6453
|
+
* @public
|
|
6454
|
+
*/
|
|
6455
|
+
export interface DeletePackageResponse {
|
|
6456
|
+
}
|
|
6457
|
+
/**
|
|
6458
|
+
* @public
|
|
6459
|
+
*/
|
|
6460
|
+
export interface DeletePackageVersionRequest {
|
|
6461
|
+
/**
|
|
6462
|
+
* <p>The name of the associated software package.</p>
|
|
6463
|
+
* @public
|
|
6464
|
+
*/
|
|
6465
|
+
packageName: string | undefined;
|
|
6466
|
+
/**
|
|
6467
|
+
* <p>The name of the target package version.</p>
|
|
6468
|
+
* @public
|
|
6469
|
+
*/
|
|
6470
|
+
versionName: string | undefined;
|
|
6471
|
+
/**
|
|
6472
|
+
* <p>A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
|
6473
|
+
* Don't reuse this client token if a new idempotent request is required.</p>
|
|
6474
|
+
* @public
|
|
6475
|
+
*/
|
|
6476
|
+
clientToken?: string | undefined;
|
|
6477
|
+
}
|
|
6478
|
+
/**
|
|
6479
|
+
* @public
|
|
6480
|
+
*/
|
|
6481
|
+
export interface DeletePackageVersionResponse {
|
|
6482
|
+
}
|
|
6483
|
+
/**
|
|
6484
|
+
* <p>The input for the DeletePolicy operation.</p>
|
|
6485
|
+
* @public
|
|
6486
|
+
*/
|
|
6487
|
+
export interface DeletePolicyRequest {
|
|
6488
|
+
/**
|
|
6489
|
+
* <p>The name of the policy to delete.</p>
|
|
6490
|
+
* @public
|
|
6491
|
+
*/
|
|
6492
|
+
policyName: string | undefined;
|
|
6493
|
+
}
|
|
6494
|
+
/**
|
|
6495
|
+
* <p>The input for the DeletePolicyVersion operation.</p>
|
|
6496
|
+
* @public
|
|
6497
|
+
*/
|
|
6498
|
+
export interface DeletePolicyVersionRequest {
|
|
6499
|
+
/**
|
|
6500
|
+
* <p>The name of the policy.</p>
|
|
6501
|
+
* @public
|
|
6502
|
+
*/
|
|
6503
|
+
policyName: string | undefined;
|
|
6504
|
+
/**
|
|
6505
|
+
* <p>The policy version ID.</p>
|
|
6506
|
+
* @public
|
|
6507
|
+
*/
|
|
6508
|
+
policyVersionId: string | undefined;
|
|
6509
|
+
}
|
|
6510
|
+
/**
|
|
6511
|
+
* @public
|
|
6512
|
+
*/
|
|
6513
|
+
export interface DeleteProvisioningTemplateRequest {
|
|
6514
|
+
/**
|
|
6515
|
+
* <p>The name of the fleet provision template to delete.</p>
|
|
6516
|
+
* @public
|
|
6517
|
+
*/
|
|
6518
|
+
templateName: string | undefined;
|
|
6519
|
+
}
|
|
6520
|
+
/**
|
|
6521
|
+
* @public
|
|
6522
|
+
*/
|
|
6523
|
+
export interface DeleteProvisioningTemplateResponse {
|
|
6524
|
+
}
|
|
6525
|
+
/**
|
|
6526
|
+
* @public
|
|
6527
|
+
*/
|
|
6528
|
+
export interface DeleteProvisioningTemplateVersionRequest {
|
|
6529
|
+
/**
|
|
6530
|
+
* <p>The name of the provisioning template version to delete.</p>
|
|
6531
|
+
* @public
|
|
6532
|
+
*/
|
|
6533
|
+
templateName: string | undefined;
|
|
6534
|
+
/**
|
|
6535
|
+
* <p>The provisioning template version ID to delete.</p>
|
|
6536
|
+
* @public
|
|
6537
|
+
*/
|
|
6538
|
+
versionId: number | undefined;
|
|
6539
|
+
}
|
|
6540
|
+
/**
|
|
6541
|
+
* @public
|
|
6542
|
+
*/
|
|
6543
|
+
export interface DeleteProvisioningTemplateVersionResponse {
|
|
6544
|
+
}
|
|
6545
|
+
/**
|
|
6546
|
+
* <p>The input for the DeleteRegistrationCode operation.</p>
|
|
6547
|
+
* @public
|
|
6548
|
+
*/
|
|
6549
|
+
export interface DeleteRegistrationCodeRequest {
|
|
6550
|
+
}
|
|
6551
|
+
/**
|
|
6552
|
+
* <p>The output for the DeleteRegistrationCode operation.</p>
|
|
6553
|
+
* @public
|
|
6554
|
+
*/
|
|
6555
|
+
export interface DeleteRegistrationCodeResponse {
|
|
6556
|
+
}
|
|
6557
|
+
/**
|
|
6558
|
+
* @public
|
|
6559
|
+
*/
|
|
6560
|
+
export interface DeleteRoleAliasRequest {
|
|
6561
|
+
/**
|
|
6562
|
+
* <p>The role alias to delete.</p>
|
|
6563
|
+
* @public
|
|
6564
|
+
*/
|
|
6565
|
+
roleAlias: string | undefined;
|
|
6566
|
+
}
|
|
6567
|
+
/**
|
|
6568
|
+
* @public
|
|
6569
|
+
*/
|
|
6570
|
+
export interface DeleteRoleAliasResponse {
|
|
6571
|
+
}
|
|
6572
|
+
/**
|
|
6573
|
+
* @public
|
|
6574
|
+
*/
|
|
6575
|
+
export interface DeleteScheduledAuditRequest {
|
|
6576
|
+
/**
|
|
6577
|
+
* <p>The name of the scheduled audit you want to delete.</p>
|
|
6578
|
+
* @public
|
|
6579
|
+
*/
|
|
6580
|
+
scheduledAuditName: string | undefined;
|
|
6581
|
+
}
|
|
6582
|
+
/**
|
|
6583
|
+
* @public
|
|
6584
|
+
*/
|
|
6585
|
+
export interface DeleteScheduledAuditResponse {
|
|
6586
|
+
}
|
|
6587
|
+
/**
|
|
6588
|
+
* @public
|
|
6589
|
+
*/
|
|
6590
|
+
export interface DeleteSecurityProfileRequest {
|
|
6591
|
+
/**
|
|
6592
|
+
* <p>The name of the security profile to be deleted.</p>
|
|
6593
|
+
* @public
|
|
6594
|
+
*/
|
|
6595
|
+
securityProfileName: string | undefined;
|
|
6596
|
+
/**
|
|
6597
|
+
* <p>The expected version of the security profile. A new version is generated whenever
|
|
6598
|
+
* the security profile is updated. If you specify a value that is different from the actual
|
|
6599
|
+
* version, a <code>VersionConflictException</code> is thrown.</p>
|
|
6600
|
+
* @public
|
|
6601
|
+
*/
|
|
6602
|
+
expectedVersion?: number | undefined;
|
|
6603
|
+
}
|
|
6604
|
+
/**
|
|
6605
|
+
* @public
|
|
6606
|
+
*/
|
|
6607
|
+
export interface DeleteSecurityProfileResponse {
|
|
6608
|
+
}
|
|
6609
|
+
/**
|
|
6610
|
+
* @public
|
|
6611
|
+
*/
|
|
6612
|
+
export interface DeleteStreamRequest {
|
|
6613
|
+
/**
|
|
6614
|
+
* <p>The stream ID.</p>
|
|
6615
|
+
* @public
|
|
6616
|
+
*/
|
|
6617
|
+
streamId: string | undefined;
|
|
6618
|
+
}
|
|
6619
|
+
/**
|
|
6620
|
+
* @public
|
|
6621
|
+
*/
|
|
6622
|
+
export interface DeleteStreamResponse {
|
|
6623
|
+
}
|
|
6624
|
+
/**
|
|
6625
|
+
* <p>The input for the DeleteThing operation.</p>
|
|
6626
|
+
* @public
|
|
6627
|
+
*/
|
|
6628
|
+
export interface DeleteThingRequest {
|
|
6629
|
+
/**
|
|
6630
|
+
* <p>The name of the thing to delete.</p>
|
|
6631
|
+
* @public
|
|
6632
|
+
*/
|
|
6633
|
+
thingName: string | undefined;
|
|
6634
|
+
/**
|
|
6635
|
+
* <p>The expected version of the thing record in the registry. If the version of the
|
|
6636
|
+
* record in the registry does not match the expected version specified in the request, the
|
|
6637
|
+
* <code>DeleteThing</code> request is rejected with a
|
|
6638
|
+
* <code>VersionConflictException</code>.</p>
|
|
6639
|
+
* @public
|
|
6640
|
+
*/
|
|
6641
|
+
expectedVersion?: number | undefined;
|
|
6642
|
+
}
|
|
6643
|
+
/**
|
|
6644
|
+
* <p>The output of the DeleteThing operation.</p>
|
|
6645
|
+
* @public
|
|
6646
|
+
*/
|
|
6647
|
+
export interface DeleteThingResponse {
|
|
6648
|
+
}
|
|
6649
|
+
/**
|
|
6650
|
+
* @public
|
|
6651
|
+
*/
|
|
6652
|
+
export interface DeleteThingGroupRequest {
|
|
6653
|
+
/**
|
|
6654
|
+
* <p>The name of the thing group to delete.</p>
|
|
6655
|
+
* @public
|
|
6656
|
+
*/
|
|
6657
|
+
thingGroupName: string | undefined;
|
|
6658
|
+
/**
|
|
6659
|
+
* <p>The expected version of the thing group to delete.</p>
|
|
6660
|
+
* @public
|
|
6661
|
+
*/
|
|
6662
|
+
expectedVersion?: number | undefined;
|
|
6663
|
+
}
|
|
6664
|
+
/**
|
|
6665
|
+
* @public
|
|
6666
|
+
*/
|
|
6667
|
+
export interface DeleteThingGroupResponse {
|
|
6668
|
+
}
|
|
6669
|
+
/**
|
|
6670
|
+
* <p>The input for the DeleteThingType operation.</p>
|
|
6671
|
+
* @public
|
|
6672
|
+
*/
|
|
6673
|
+
export interface DeleteThingTypeRequest {
|
|
6674
|
+
/**
|
|
6675
|
+
* <p>The name of the thing type.</p>
|
|
6676
|
+
* @public
|
|
6677
|
+
*/
|
|
6678
|
+
thingTypeName: string | undefined;
|
|
6679
|
+
}
|
|
6680
|
+
/**
|
|
6681
|
+
* <p>The output for the DeleteThingType operation.</p>
|
|
6682
|
+
* @public
|
|
6683
|
+
*/
|
|
6684
|
+
export interface DeleteThingTypeResponse {
|
|
6685
|
+
}
|
|
6686
|
+
/**
|
|
6687
|
+
* <p>The input for the DeleteTopicRule operation.</p>
|
|
6688
|
+
* @public
|
|
6689
|
+
*/
|
|
6690
|
+
export interface DeleteTopicRuleRequest {
|
|
6691
|
+
/**
|
|
6692
|
+
* <p>The name of the rule.</p>
|
|
6693
|
+
* @public
|
|
6694
|
+
*/
|
|
6695
|
+
ruleName: string | undefined;
|
|
6696
|
+
}
|
|
6697
|
+
/**
|
|
6698
|
+
* @public
|
|
6699
|
+
*/
|
|
6700
|
+
export interface DeleteTopicRuleDestinationRequest {
|
|
6701
|
+
/**
|
|
6702
|
+
* <p>The ARN of the topic rule destination to delete.</p>
|
|
6703
|
+
* @public
|
|
6704
|
+
*/
|
|
6705
|
+
arn: string | undefined;
|
|
6706
|
+
}
|
|
6707
|
+
/**
|
|
6708
|
+
* @public
|
|
6709
|
+
*/
|
|
6710
|
+
export interface DeleteTopicRuleDestinationResponse {
|
|
6711
|
+
}
|
|
6712
|
+
/**
|
|
6713
|
+
* @public
|
|
6714
|
+
*/
|
|
6715
|
+
export interface DeleteV2LoggingLevelRequest {
|
|
6716
|
+
/**
|
|
6717
|
+
* <p>The type of resource for which you are configuring logging. Must be
|
|
6718
|
+
* <code>THING_Group</code>.</p>
|
|
6719
|
+
* @public
|
|
6720
|
+
*/
|
|
6721
|
+
targetType: LogTargetType | undefined;
|
|
6722
|
+
/**
|
|
6723
|
+
* <p>The name of the resource for which you are configuring logging.</p>
|
|
6724
|
+
* @public
|
|
6725
|
+
*/
|
|
6726
|
+
targetName: string | undefined;
|
|
6727
|
+
}
|
|
6728
|
+
/**
|
|
6729
|
+
* <p>The input for the DeprecateThingType operation.</p>
|
|
6730
|
+
* @public
|
|
6731
|
+
*/
|
|
6732
|
+
export interface DeprecateThingTypeRequest {
|
|
6733
|
+
/**
|
|
6734
|
+
* <p>The name of the thing type to deprecate.</p>
|
|
6735
|
+
* @public
|
|
6736
|
+
*/
|
|
6737
|
+
thingTypeName: string | undefined;
|
|
6738
|
+
/**
|
|
6739
|
+
* <p>Whether to undeprecate a deprecated thing type. If <b>true</b>, the thing type will not be deprecated anymore and you can
|
|
6740
|
+
* associate it with things.</p>
|
|
6741
|
+
* @public
|
|
6742
|
+
*/
|
|
6743
|
+
undoDeprecate?: boolean | undefined;
|
|
6744
|
+
}
|
|
6745
|
+
/**
|
|
6746
|
+
* <p>The output for the DeprecateThingType operation.</p>
|
|
6747
|
+
* @public
|
|
6748
|
+
*/
|
|
6749
|
+
export interface DeprecateThingTypeResponse {
|
|
6750
|
+
}
|
|
6751
|
+
/**
|
|
6752
|
+
* @public
|
|
6753
|
+
*/
|
|
6754
|
+
export interface DescribeAccountAuditConfigurationRequest {
|
|
6755
|
+
}
|
|
6756
|
+
/**
|
|
6757
|
+
* @public
|
|
6758
|
+
*/
|
|
6759
|
+
export interface DescribeAccountAuditConfigurationResponse {
|
|
6760
|
+
/**
|
|
6761
|
+
* <p>The ARN of the role that grants permission to IoT to access information
|
|
6762
|
+
* about your devices, policies, certificates, and other items as required when
|
|
6763
|
+
* performing an audit.</p>
|
|
6764
|
+
* <p>On the first call to <code>UpdateAccountAuditConfiguration</code>,
|
|
6765
|
+
* this parameter is required.</p>
|
|
6766
|
+
* @public
|
|
6767
|
+
*/
|
|
6768
|
+
roleArn?: string | undefined;
|
|
6769
|
+
/**
|
|
6770
|
+
* <p>Information about the targets to which audit notifications are sent for
|
|
6771
|
+
* this account.</p>
|
|
6772
|
+
* @public
|
|
6773
|
+
*/
|
|
6774
|
+
auditNotificationTargetConfigurations?: Partial<Record<AuditNotificationType, AuditNotificationTarget>> | undefined;
|
|
6775
|
+
/**
|
|
6776
|
+
* <p>Which audit checks are enabled and disabled for this account.</p>
|
|
6777
|
+
* @public
|
|
6778
|
+
*/
|
|
6779
|
+
auditCheckConfigurations?: Record<string, AuditCheckConfiguration> | undefined;
|
|
6780
|
+
}
|
|
6781
|
+
/**
|
|
6782
|
+
* @public
|
|
6783
|
+
*/
|
|
6784
|
+
export interface DescribeAuditFindingRequest {
|
|
6785
|
+
/**
|
|
6786
|
+
* <p>A unique identifier for a single audit finding. You can use this identifier to apply mitigation actions to the finding.</p>
|
|
6787
|
+
* @public
|
|
6788
|
+
*/
|
|
6789
|
+
findingId: string | undefined;
|
|
6790
|
+
}
|
|
6791
|
+
/**
|
|
6792
|
+
* @public
|
|
6793
|
+
*/
|
|
6794
|
+
export interface DescribeAuditFindingResponse {
|
|
6795
|
+
/**
|
|
6796
|
+
* <p>The findings (results) of the audit.</p>
|
|
6797
|
+
* @public
|
|
6798
|
+
*/
|
|
6799
|
+
finding?: AuditFinding | undefined;
|
|
6800
|
+
}
|
|
6801
|
+
/**
|
|
6802
|
+
* @public
|
|
6803
|
+
*/
|
|
6804
|
+
export interface DescribeAuditMitigationActionsTaskRequest {
|
|
6805
|
+
/**
|
|
6806
|
+
* <p>The unique identifier for the audit mitigation task.</p>
|
|
6807
|
+
* @public
|
|
6808
|
+
*/
|
|
6809
|
+
taskId: string | undefined;
|
|
6810
|
+
}
|
|
6811
|
+
/**
|
|
6812
|
+
* <p>Describes which changes should be applied as part of a mitigation action.</p>
|
|
6813
|
+
* @public
|
|
6814
|
+
*/
|
|
6815
|
+
export interface MitigationAction {
|
|
6816
|
+
/**
|
|
6817
|
+
* <p>A user-friendly name for the mitigation action.</p>
|
|
6818
|
+
* @public
|
|
6819
|
+
*/
|
|
6820
|
+
name?: string | undefined;
|
|
6821
|
+
/**
|
|
6822
|
+
* <p>A unique identifier for the mitigation action.</p>
|
|
6823
|
+
* @public
|
|
6824
|
+
*/
|
|
6825
|
+
id?: string | undefined;
|
|
6826
|
+
/**
|
|
6827
|
+
* <p>The IAM role ARN used to apply this mitigation action.</p>
|
|
6828
|
+
* @public
|
|
6829
|
+
*/
|
|
6830
|
+
roleArn?: string | undefined;
|
|
6831
|
+
/**
|
|
6832
|
+
* <p>The set of parameters for this mitigation action. The parameters vary, depending on the kind of action you apply.</p>
|
|
6833
|
+
* @public
|
|
6834
|
+
*/
|
|
6835
|
+
actionParams?: MitigationActionParams | undefined;
|
|
6836
|
+
}
|