@cdklabs/cdk-ecs-codedeploy 0.0.421 → 0.0.422
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +4806 -80
- package/.jsii.tabl.json +1 -1
- package/API.md +96 -10
- package/lib/api-canary/index.js +1 -1
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/lib/ecs-deployment-provider/is-complete-function.js +2 -2
- package/lib/ecs-deployment-provider/on-event-function.js +2 -2
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
- package/node_modules/@aws/lambda-invoke-store/LICENSE +175 -0
- package/node_modules/@aws/lambda-invoke-store/README.md +198 -0
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +119 -0
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +117 -0
- 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 +50 -0
- package/node_modules/@aws/lambda-invoke-store/package.json +55 -0
- package/node_modules/@aws-sdk/client-codedeploy/README.md +1 -52
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/index.js +4903 -6171
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.js +5 -8
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.shared.js +8 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/CodeDeployClient.js +4 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetApplicationRevisionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetApplicationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentGroupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentInstancesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentTargetsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ContinueDeploymentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateApplicationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteApplicationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteDeploymentConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteDeploymentGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteGitHubAccountTokenCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteResourcesByExternalIdCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetApplicationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetApplicationRevisionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentInstanceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentTargetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetOnPremisesInstanceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListApplicationRevisionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListApplicationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentConfigsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentGroupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentInstancesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentTargetsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListOnPremisesInstancesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RegisterApplicationRevisionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RegisterOnPremisesInstanceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/StopDeploymentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/TagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UntagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UpdateApplicationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UpdateDeploymentGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/index.js +4 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/models/enums.js +221 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/models/errors.js +1321 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/models/models_0.js +1 -1542
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.js +6 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.shared.js +8 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/schemas/schemas_0.js +2141 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/waiters/waitForDeploymentSuccessful.js +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeploy.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeployClient.d.ts +10 -10
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/CodeDeployServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/enums.d.ts +493 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/errors.d.ts +1395 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +116 -2003
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/Interfaces.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListApplicationRevisionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentConfigsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentGroupsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentInstancesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.browser.d.ts +7 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.d.ts +8 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.native.d.ts +7 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.shared.d.ts +7 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/schemas/schemas_0.d.ts +299 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/CodeDeployClient.d.ts +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/CodeDeployServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/enums.d.ts +281 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/errors.d.ts +964 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/models_0.d.ts +36 -1245
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/schemas/schemas_0.d.ts +303 -0
- package/node_modules/@aws-sdk/client-codedeploy/package.json +44 -41
- package/node_modules/@aws-sdk/client-sso/README.md +1 -9
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +405 -610
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +5 -8
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +4 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +3 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -75
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +6 -9
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +152 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +10 -10
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -77
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +7 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +7 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +7 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +8 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -48
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +24 -0
- package/node_modules/@aws-sdk/client-sso/package.json +40 -39
- package/node_modules/@aws-sdk/core/LICENSE +201 -0
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +2193 -6
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +48 -88
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +36 -75
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +273 -365
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1803 -1666
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +122 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +49 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +7 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +7 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +36 -44
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +25 -61
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +70 -37
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +115 -61
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +136 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +31 -42
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +38 -8
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +40 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +29 -73
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +17 -13
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +38 -21
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +2 -13
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +61 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +10 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +10 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +13 -4
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +17 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +3 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +19 -6
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +10 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +11 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +47 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +13 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +13 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +15 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +10 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +4 -1
- package/node_modules/@aws-sdk/core/package.json +16 -18
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +38 -73
- package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -7
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +13 -12
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +207 -259
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +8 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +6 -6
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +4 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +6 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +8 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +5 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +19 -17
- 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/package.json +68 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +127 -124
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -44
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +54 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +19 -17
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +71 -106
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -8
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +179 -233
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +9 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -10
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +16 -25
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -8
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +35 -63
- package/node_modules/@aws-sdk/middleware-host-header/package.json +9 -8
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +44 -75
- package/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-logger/package.json +8 -7
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +20 -67
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +33 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/configuration.js +7 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/getRecursionDetectionPlugin.js +7 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +2 -37
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.browser.js +1 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +29 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.native.js +1 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +2 -18
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/configuration.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +2 -18
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.browser.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.native.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +15 -9
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +170 -203
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -11
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +344 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +481 -854
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +460 -931
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +48 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +43 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +114 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +4 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +4 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +133 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +4 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +3 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +22 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -102
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +186 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +189 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +63 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +63 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +11 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +5 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +1 -279
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +7 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +7 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +7 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +10 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +8 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +7 -131
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +7 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +8 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +7 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +123 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +118 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +129 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +58 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +4 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -105
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +20 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -64
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +24 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +49 -37
- package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +44 -100
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +2 -2
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +13 -10
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +143 -223
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +4 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
- package/node_modules/@aws-sdk/token-providers/package.json +13 -11
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +18 -290
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +5 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +398 -466
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +43 -37
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +43 -37
- package/node_modules/@aws-sdk/util-endpoints/package.json +10 -10
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +10 -38
- package/node_modules/@aws-sdk/util-locate-window/package.json +4 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/README.md +22 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +57 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +39 -8
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/createUserAgentStringParsingProvider.js +20 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +37 -6
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/createUserAgentStringParsingProvider.d.ts +14 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +14 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +4 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/createUserAgentStringParsingProvider.d.ts +9 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -5
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +50 -94
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +1 -2
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +10 -5
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -7
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +106 -155
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +18 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +57 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +15 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.browser.d.ts +9 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.d.ts +4 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +13 -4
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +28 -80
- package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +1 -3
- package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +2 -2
- package/node_modules/@smithy/abort-controller/package.json +3 -2
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +172 -214
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +15 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +5 -5
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +2 -2
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +9 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +3 -3
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +9 -0
- package/node_modules/@smithy/config-resolver/package.json +7 -5
- package/node_modules/@smithy/core/dist-cjs/index.js +308 -413
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1010 -939
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +251 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +808 -799
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +585 -807
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +662 -720
- package/node_modules/@smithy/core/dist-es/index.js +1 -1
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -1
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +0 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +109 -54
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +41 -19
- package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +35 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +18 -18
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +5 -5
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +246 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +106 -18
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +52 -101
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +38 -12
- package/node_modules/@smithy/core/dist-es/submodules/protocols/SerdeContext.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +9 -7
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +23 -21
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +5 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +16 -12
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +5 -6
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +27 -11
- package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +6 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +3 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +12 -24
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +11 -22
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +13 -23
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +149 -195
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +13 -13
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +17 -3
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +17 -22
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +13 -29
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +14 -14
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +22 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
- package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +101 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +6 -24
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +1 -1
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +4 -2
- package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +18 -14
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +14 -2
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +48 -5
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +4 -5
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +7 -4
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +6 -3
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +4 -5
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +15 -6
- package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +11 -15
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +6 -6
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +6 -10
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +38 -30
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +6 -3
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +7 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +12 -7
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +6 -7
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +4 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +2 -1
- package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +18 -14
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +14 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +48 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +4 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +6 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +6 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +4 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +14 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +11 -15
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +6 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +6 -10
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +38 -30
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +6 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +7 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +11 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +6 -10
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +3 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +1 -1
- package/node_modules/@smithy/core/event-streams.d.ts +7 -0
- package/node_modules/@smithy/core/event-streams.js +6 -0
- package/node_modules/@smithy/core/package.json +23 -10
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +340 -413
- package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +2 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +2 -2
- package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +3 -3
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +2 -2
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -2
- package/node_modules/@smithy/credential-provider-imds/package.json +6 -5
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +190 -238
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +2 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +1 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +3 -2
- package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +1 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +2 -1
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -8
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +38 -63
- package/node_modules/@smithy/hash-node/dist-es/index.js +3 -0
- package/node_modules/@smithy/hash-node/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/hash-node/package.json +5 -4
- package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +7 -38
- package/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +1 -1
- package/node_modules/@smithy/invalid-dependency/package.json +3 -2
- package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +4 -30
- package/node_modules/@smithy/is-array-buffer/package.json +5 -4
- package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +39 -64
- package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/middleware-content-length/package.json +6 -5
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +226 -276
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +3 -3
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +3 -3
- package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +3 -3
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@smithy/middleware-endpoint/package.json +9 -8
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +327 -394
- package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +1 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +2 -2
- package/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +6 -2
- package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +1 -1
- package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +4 -3
- package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +2 -2
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +2 -2
- package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +1 -1
- package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +1 -1
- package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -1
- package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +2 -2
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -1
- package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +1 -1
- package/node_modules/@smithy/middleware-retry/package.json +13 -13
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +92 -118
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -1
- package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +1 -1
- package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +1 -1
- package/node_modules/@smithy/middleware-serde/package.json +6 -5
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +274 -302
- package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +1 -1
- package/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/middleware-stack/package.json +3 -2
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +51 -98
- package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +4 -4
- package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +1 -1
- package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +2 -2
- package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +1 -1
- package/node_modules/@smithy/node-config-provider/package.json +5 -4
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +694 -770
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +30 -16
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +4 -2
- package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +3 -1
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -3
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -4
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +3 -1
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -3
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +3 -2
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -3
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +5 -4
- package/node_modules/@smithy/node-http-handler/package.json +6 -5
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +105 -158
- package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +1 -1
- package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +2 -1
- package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +1 -1
- package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +2 -1
- package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +2 -1
- package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +2 -1
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +2 -1
- package/node_modules/@smithy/property-provider/package.json +3 -2
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +154 -247
- package/node_modules/@smithy/protocol-http/dist-es/Field.js +3 -0
- package/node_modules/@smithy/protocol-http/dist-es/Fields.js +2 -1
- package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +11 -0
- package/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +4 -0
- package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +2 -1
- package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +2 -2
- package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +1 -1
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +2 -1
- package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +1 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +2 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +2 -1
- package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/protocol-http/package.json +3 -2
- package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +21 -47
- package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/querystring-builder/package.json +4 -3
- package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +22 -48
- package/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/querystring-parser/package.json +3 -2
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +70 -103
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/service-error-classification/package.json +3 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +7 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +177 -189
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +5 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +3 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +4 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +7 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +3 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +2 -5
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +7 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +3 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +1 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/package.json +6 -5
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +525 -651
- package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +2 -1
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +1 -1
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +6 -0
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -2
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +2 -1
- package/node_modules/@smithy/signature-v4/package.json +9 -8
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +563 -714
- package/node_modules/@smithy/smithy-client/dist-es/client.js +10 -1
- package/node_modules/@smithy/smithy-client/dist-es/command.js +23 -20
- package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +4 -0
- package/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
- package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +1 -1
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
- package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +3 -3
- package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +1 -1
- package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +1 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
- package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +1 -1
- package/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +3 -3
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/package.json +8 -7
- package/node_modules/@smithy/types/dist-cjs/index.js +80 -133
- package/node_modules/@smithy/types/dist-es/index.js +3 -0
- package/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +4 -4
- package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/client.d.ts +4 -4
- package/node_modules/@smithy/types/dist-types/command.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/encode.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +3 -3
- package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +3 -3
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +19 -12
- package/node_modules/@smithy/types/dist-types/http.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/retry.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +143 -0
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +33 -58
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +97 -0
- package/node_modules/@smithy/types/dist-types/serde.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/signature.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/stream.d.ts +3 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +17 -10
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +149 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +37 -62
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +116 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/uri.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/util.d.ts +3 -3
- package/node_modules/@smithy/types/dist-types/waiter.d.ts +1 -1
- package/node_modules/@smithy/types/package.json +2 -1
- package/node_modules/@smithy/url-parser/dist-cjs/index.js +20 -46
- package/node_modules/@smithy/url-parser/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/url-parser/package.json +4 -3
- package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +9 -32
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +16 -24
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +1 -2
- package/node_modules/@smithy/util-base64/dist-es/constants.browser.js +9 -28
- package/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +5 -6
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +5 -6
- package/node_modules/@smithy/util-base64/package.json +7 -6
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +26 -53
- package/node_modules/@smithy/util-body-length-browser/package.json +5 -4
- package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +29 -50
- package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +8 -6
- package/node_modules/@smithy/util-body-length-node/package.json +5 -4
- package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +17 -44
- package/node_modules/@smithy/util-buffer-from/package.json +6 -5
- package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +26 -60
- package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +1 -1
- package/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +1 -1
- package/node_modules/@smithy/util-config-provider/package.json +5 -4
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +9 -22
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +13 -12
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +2 -2
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +11 -8
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +65 -110
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +1 -1
- package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -7
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +435 -507
- package/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +3 -2
- package/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +1 -11
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +15 -2
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +17 -2
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +1 -13
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +25 -2
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +1 -21
- package/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +3 -3
- package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +2 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +1 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +7 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +6 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +1 -3
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +1 -3
- package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +2 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +7 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +7 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +1 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +7 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +1 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/package.json +6 -5
- package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +29 -58
- package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
- package/node_modules/@smithy/util-middleware/dist-cjs/index.js +11 -41
- package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +1 -1
- package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +1 -1
- package/node_modules/@smithy/util-middleware/package.json +3 -2
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +260 -340
- package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +4 -1
- package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +1 -0
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +17 -8
- package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +5 -3
- package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -2
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +1 -1
- package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +1 -1
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +1 -1
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
- package/node_modules/@smithy/util-retry/package.json +7 -4
- package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +3 -2
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +7 -3
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +2 -3
- package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
- package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +2 -3
- package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
- package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +4 -8
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +78 -97
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +1 -2
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
- package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +3 -7
- package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +3 -2
- package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +12 -7
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +5 -0
- package/node_modules/@smithy/util-stream/dist-es/headStream.js +3 -6
- package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +1 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +3 -2
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +3 -3
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +1 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +2 -1
- package/node_modules/@smithy/util-stream/package.json +13 -12
- package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +6 -40
- package/node_modules/@smithy/util-uri-escape/package.json +5 -4
- package/node_modules/@smithy/util-utf8/dist-cjs/index.js +27 -60
- package/node_modules/@smithy/util-utf8/package.json +6 -5
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +164 -189
- package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +2 -1
- package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
- package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +2 -2
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/package.json +4 -3
- package/node_modules/@smithy/uuid/LICENSE +201 -0
- package/node_modules/@smithy/uuid/README.md +10 -0
- package/node_modules/@smithy/uuid/dist-cjs/index.js +36 -0
- package/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +6 -0
- package/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js +4 -0
- package/node_modules/@smithy/uuid/dist-es/index.js +1 -0
- package/node_modules/@smithy/uuid/dist-es/randomUUID.browser.js +1 -0
- package/node_modules/@smithy/uuid/dist-es/randomUUID.js +2 -0
- package/node_modules/@smithy/uuid/dist-es/randomUUID.native.js +1 -0
- package/node_modules/@smithy/uuid/dist-es/v4.js +31 -0
- package/node_modules/@smithy/uuid/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/uuid/dist-types/randomUUID.browser.d.ts +1 -0
- package/node_modules/@smithy/uuid/dist-types/randomUUID.d.ts +2 -0
- package/node_modules/@smithy/uuid/dist-types/randomUUID.native.d.ts +1 -0
- package/node_modules/@smithy/uuid/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.browser.d.ts +1 -0
- package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.d.ts +2 -0
- package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.native.d.ts +1 -0
- package/node_modules/@smithy/uuid/dist-types/ts3.4/v4.d.ts +19 -0
- package/node_modules/@smithy/uuid/dist-types/v4.d.ts +19 -0
- package/node_modules/@smithy/uuid/package.json +66 -0
- package/node_modules/bowser/CHANGELOG.md +1 -1
- package/node_modules/bowser/README.md +2 -4
- package/node_modules/bowser/bundled.js +1 -1
- package/node_modules/bowser/es5.js +1 -1
- package/node_modules/bowser/index.d.ts +71 -6
- package/node_modules/bowser/package.json +8 -3
- package/node_modules/bowser/src/constants.js +71 -18
- package/node_modules/bowser/src/parser-browsers.js +394 -0
- package/node_modules/bowser/src/parser-os.js +12 -0
- package/node_modules/bowser/src/parser-platforms.js +259 -1
- package/node_modules/bowser/src/parser.js +20 -5
- package/node_modules/bowser/src/utils.js +33 -15
- package/node_modules/strnum/README.md +6 -0
- package/node_modules/strnum/package.json +1 -1
- package/node_modules/strnum/strnum.js +1 -1
- package/package.json +12 -12
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/protocols/Aws_json1_1.js +0 -2614
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/protocols/Aws_json1_1.d.ts +0 -425
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -569
- package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
- package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -255
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -24
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +0 -1
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/setFeature.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +0 -1
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +0 -1
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -1
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +0 -1
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +0 -1
- package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +0 -1
- package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/util.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/CHANGELOG.md +0 -274
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/CONTRIBUTING.md +0 -18
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/LICENSE.md +0 -9
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/README.md +0 -466
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/bin/uuid +0 -2
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/native.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/rng.js +0 -18
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v35.js +0 -66
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v4.js +0 -29
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/native.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/stringify.js +0 -33
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v35.js +0 -66
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v4.js +0 -29
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/index.js +0 -79
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/md5-browser.js +0 -223
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/md5.js +0 -23
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/native-browser.js +0 -11
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/native.js +0 -15
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/nil.js +0 -8
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/parse.js +0 -45
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/regex.js +0 -8
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/rng-browser.js +0 -25
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/rng.js +0 -24
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/sha1.js +0 -23
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/stringify.js +0 -44
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v1.js +0 -107
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v3.js +0 -16
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v35.js +0 -80
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v4.js +0 -43
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v5.js +0 -16
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/validate.js +0 -17
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/version.js +0 -21
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/package.json +0 -135
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/wrapper.mjs +0 -10
- package/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -1
- package/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +0 -1
- package/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +0 -1
- package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +0 -1
- package/node_modules/@smithy/middleware-stack/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +0 -1
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +0 -1
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -1
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +0 -1
- package/node_modules/@smithy/node-config-provider/dist-cjs/getSelectorName.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +0 -1
- package/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +0 -1
- package/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +0 -1
- package/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +0 -1
- package/node_modules/@smithy/property-provider/dist-cjs/chain.js +0 -1
- package/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +0 -1
- package/node_modules/@smithy/property-provider/dist-cjs/memoize.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/Field.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
- package/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/constants.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/client.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/command.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/constants.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/is-serializable-header-value.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/abort-handler.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/abort.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/auth.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/index.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/checksum.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/client.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/command.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/connection/config.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/connection/index.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/connection/manager.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/connection/pool.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/crypto.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/encode.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoint.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoints/index.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/eventStream.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/extensions/index.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/feature-ids.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/http.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/identity/identity.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/identity/index.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/logger.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/middleware.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/pagination.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/profile.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/response.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/retry.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/schema/schema.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/schema/traits.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/serde.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/shapes.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/signature.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/stream.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transfer.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transform/exact.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transform/mutable.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/uri.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/util.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/waiter.js +0 -1
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +0 -1
- package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +0 -1
- package/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +0 -1
- package/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +0 -1
- package/node_modules/@smithy/util-config-provider/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +0 -1
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +0 -1
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/cache/EndpointCache.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +0 -1
- package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +0 -1
- package/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/config.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/constants.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +0 -1
- package/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +0 -1
- package/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +0 -15
- package/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +0 -9
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +0 -9
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +0 -1
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +0 -1
- package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
- package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
- package/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
- package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
- package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
- package/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +0 -1
- package/node_modules/@smithy/util-waiter/dist-cjs/poller.js +0 -1
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +0 -1
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +0 -1
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +0 -1
- package/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +0 -1
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/CHANGELOG.md +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/LICENSE +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/README.md +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxbuilder.min.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxbuilder.min.js.map +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.cjs +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.d.cts +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.min.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.min.js.map +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxparser.min.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxparser.min.js.map +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxvalidator.min.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/package.json +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/cli.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/man.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/read.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/fxp.d.ts +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/fxp.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/ignoreAttributes.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/util.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/Report.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/TagPath.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XMLParser.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/validator.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/orderedJs2Xml.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/prettifyJs2Xml.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/DocTypeReader.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/OptionsBuilder.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/OrderedObjParser.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/XMLParser.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/node2json.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
- /package/node_modules/@smithy/core/dist-es/{protocols → request-builder}/requestBuilder.js +0 -0
- /package/node_modules/@smithy/core/dist-types/{protocols → request-builder}/requestBuilder.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/ts3.4/{protocols → request-builder}/requestBuilder.d.ts +0 -0
|
@@ -1,2614 +0,0 @@
|
|
|
1
|
-
import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core";
|
|
2
|
-
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
3
|
-
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, limitedParseDouble as __limitedParseDouble, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
|
|
4
|
-
import { CodeDeployServiceException as __BaseException } from "../models/CodeDeployServiceException";
|
|
5
|
-
import { AlarmsLimitExceededException, ApplicationAlreadyExistsException, ApplicationDoesNotExistException, ApplicationLimitExceededException, ApplicationNameRequiredException, ArnNotSupportedException, BatchLimitExceededException, BucketNameFilterRequiredException, DeploymentAlreadyCompletedException, DeploymentConfigAlreadyExistsException, DeploymentConfigDoesNotExistException, DeploymentConfigInUseException, DeploymentConfigLimitExceededException, DeploymentConfigNameRequiredException, DeploymentDoesNotExistException, DeploymentGroupAlreadyExistsException, DeploymentGroupDoesNotExistException, DeploymentGroupLimitExceededException, DeploymentGroupNameRequiredException, DeploymentIdRequiredException, DeploymentIsNotInReadyStateException, DeploymentLimitExceededException, DeploymentNotStartedException, DeploymentTargetDoesNotExistException, DeploymentTargetIdRequiredException, DeploymentTargetListSizeExceededException, DescriptionTooLongException, ECSServiceMappingLimitExceededException, GitHubAccountTokenDoesNotExistException, GitHubAccountTokenNameRequiredException, IamArnRequiredException, IamSessionArnAlreadyRegisteredException, IamUserArnAlreadyRegisteredException, IamUserArnRequiredException, InstanceDoesNotExistException, InstanceIdRequiredException, InstanceLimitExceededException, InstanceNameAlreadyRegisteredException, InstanceNameRequiredException, InstanceNotRegisteredException, InvalidAlarmConfigException, InvalidApplicationNameException, InvalidArnException, InvalidAutoRollbackConfigException, InvalidAutoScalingGroupException, InvalidBlueGreenDeploymentConfigurationException, InvalidBucketNameFilterException, InvalidComputePlatformException, InvalidDeployedStateFilterException, InvalidDeploymentConfigNameException, InvalidDeploymentGroupNameException, InvalidDeploymentIdException, InvalidDeploymentInstanceTypeException, InvalidDeploymentStatusException, InvalidDeploymentStyleException, InvalidDeploymentTargetIdException, InvalidDeploymentWaitTypeException, InvalidEC2TagCombinationException, InvalidEC2TagException, InvalidECSServiceException, InvalidExternalIdException, InvalidFileExistsBehaviorException, InvalidGitHubAccountTokenException, InvalidGitHubAccountTokenNameException, InvalidIamSessionArnException, InvalidIamUserArnException, InvalidIgnoreApplicationStopFailuresValueException, InvalidInputException, InvalidInstanceNameException, InvalidInstanceStatusException, InvalidInstanceTypeException, InvalidKeyPrefixFilterException, InvalidLifecycleEventHookExecutionIdException, InvalidLifecycleEventHookExecutionStatusException, InvalidLoadBalancerInfoException, InvalidMinimumHealthyHostValueException, InvalidNextTokenException, InvalidOnPremisesTagCombinationException, InvalidOperationException, InvalidRegistrationStatusException, InvalidRevisionException, InvalidRoleException, InvalidSortByException, InvalidSortOrderException, InvalidTagException, InvalidTagFilterException, InvalidTagsToAddException, InvalidTargetFilterNameException, InvalidTargetGroupPairException, InvalidTargetInstancesException, InvalidTimeRangeException, InvalidTrafficRoutingConfigurationException, InvalidTriggerConfigException, InvalidUpdateOutdatedInstancesOnlyValueException, InvalidZonalDeploymentConfigurationException, LifecycleEventAlreadyCompletedException, LifecycleHookLimitExceededException, MultipleIamArnsProvidedException, OperationNotSupportedException, ResourceArnRequiredException, ResourceValidationException, RevisionDoesNotExistException, RevisionRequiredException, RoleRequiredException, TagLimitExceededException, TagRequiredException, TagSetListLimitExceededException, ThrottlingException, TriggerTargetsLimitExceededException, UnsupportedActionForDeploymentTypeException, } from "../models/models_0";
|
|
6
|
-
export const se_AddTagsToOnPremisesInstancesCommand = async (input, context) => {
|
|
7
|
-
const headers = sharedHeaders("AddTagsToOnPremisesInstances");
|
|
8
|
-
let body;
|
|
9
|
-
body = JSON.stringify(_json(input));
|
|
10
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
11
|
-
};
|
|
12
|
-
export const se_BatchGetApplicationRevisionsCommand = async (input, context) => {
|
|
13
|
-
const headers = sharedHeaders("BatchGetApplicationRevisions");
|
|
14
|
-
let body;
|
|
15
|
-
body = JSON.stringify(_json(input));
|
|
16
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
17
|
-
};
|
|
18
|
-
export const se_BatchGetApplicationsCommand = async (input, context) => {
|
|
19
|
-
const headers = sharedHeaders("BatchGetApplications");
|
|
20
|
-
let body;
|
|
21
|
-
body = JSON.stringify(_json(input));
|
|
22
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
23
|
-
};
|
|
24
|
-
export const se_BatchGetDeploymentGroupsCommand = async (input, context) => {
|
|
25
|
-
const headers = sharedHeaders("BatchGetDeploymentGroups");
|
|
26
|
-
let body;
|
|
27
|
-
body = JSON.stringify(_json(input));
|
|
28
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
29
|
-
};
|
|
30
|
-
export const se_BatchGetDeploymentInstancesCommand = async (input, context) => {
|
|
31
|
-
const headers = sharedHeaders("BatchGetDeploymentInstances");
|
|
32
|
-
let body;
|
|
33
|
-
body = JSON.stringify(_json(input));
|
|
34
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
35
|
-
};
|
|
36
|
-
export const se_BatchGetDeploymentsCommand = async (input, context) => {
|
|
37
|
-
const headers = sharedHeaders("BatchGetDeployments");
|
|
38
|
-
let body;
|
|
39
|
-
body = JSON.stringify(_json(input));
|
|
40
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
41
|
-
};
|
|
42
|
-
export const se_BatchGetDeploymentTargetsCommand = async (input, context) => {
|
|
43
|
-
const headers = sharedHeaders("BatchGetDeploymentTargets");
|
|
44
|
-
let body;
|
|
45
|
-
body = JSON.stringify(_json(input));
|
|
46
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
47
|
-
};
|
|
48
|
-
export const se_BatchGetOnPremisesInstancesCommand = async (input, context) => {
|
|
49
|
-
const headers = sharedHeaders("BatchGetOnPremisesInstances");
|
|
50
|
-
let body;
|
|
51
|
-
body = JSON.stringify(_json(input));
|
|
52
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
53
|
-
};
|
|
54
|
-
export const se_ContinueDeploymentCommand = async (input, context) => {
|
|
55
|
-
const headers = sharedHeaders("ContinueDeployment");
|
|
56
|
-
let body;
|
|
57
|
-
body = JSON.stringify(_json(input));
|
|
58
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
59
|
-
};
|
|
60
|
-
export const se_CreateApplicationCommand = async (input, context) => {
|
|
61
|
-
const headers = sharedHeaders("CreateApplication");
|
|
62
|
-
let body;
|
|
63
|
-
body = JSON.stringify(_json(input));
|
|
64
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
65
|
-
};
|
|
66
|
-
export const se_CreateDeploymentCommand = async (input, context) => {
|
|
67
|
-
const headers = sharedHeaders("CreateDeployment");
|
|
68
|
-
let body;
|
|
69
|
-
body = JSON.stringify(_json(input));
|
|
70
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
71
|
-
};
|
|
72
|
-
export const se_CreateDeploymentConfigCommand = async (input, context) => {
|
|
73
|
-
const headers = sharedHeaders("CreateDeploymentConfig");
|
|
74
|
-
let body;
|
|
75
|
-
body = JSON.stringify(_json(input));
|
|
76
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
77
|
-
};
|
|
78
|
-
export const se_CreateDeploymentGroupCommand = async (input, context) => {
|
|
79
|
-
const headers = sharedHeaders("CreateDeploymentGroup");
|
|
80
|
-
let body;
|
|
81
|
-
body = JSON.stringify(_json(input));
|
|
82
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
83
|
-
};
|
|
84
|
-
export const se_DeleteApplicationCommand = async (input, context) => {
|
|
85
|
-
const headers = sharedHeaders("DeleteApplication");
|
|
86
|
-
let body;
|
|
87
|
-
body = JSON.stringify(_json(input));
|
|
88
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
89
|
-
};
|
|
90
|
-
export const se_DeleteDeploymentConfigCommand = async (input, context) => {
|
|
91
|
-
const headers = sharedHeaders("DeleteDeploymentConfig");
|
|
92
|
-
let body;
|
|
93
|
-
body = JSON.stringify(_json(input));
|
|
94
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
95
|
-
};
|
|
96
|
-
export const se_DeleteDeploymentGroupCommand = async (input, context) => {
|
|
97
|
-
const headers = sharedHeaders("DeleteDeploymentGroup");
|
|
98
|
-
let body;
|
|
99
|
-
body = JSON.stringify(_json(input));
|
|
100
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
101
|
-
};
|
|
102
|
-
export const se_DeleteGitHubAccountTokenCommand = async (input, context) => {
|
|
103
|
-
const headers = sharedHeaders("DeleteGitHubAccountToken");
|
|
104
|
-
let body;
|
|
105
|
-
body = JSON.stringify(_json(input));
|
|
106
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
107
|
-
};
|
|
108
|
-
export const se_DeleteResourcesByExternalIdCommand = async (input, context) => {
|
|
109
|
-
const headers = sharedHeaders("DeleteResourcesByExternalId");
|
|
110
|
-
let body;
|
|
111
|
-
body = JSON.stringify(_json(input));
|
|
112
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
113
|
-
};
|
|
114
|
-
export const se_DeregisterOnPremisesInstanceCommand = async (input, context) => {
|
|
115
|
-
const headers = sharedHeaders("DeregisterOnPremisesInstance");
|
|
116
|
-
let body;
|
|
117
|
-
body = JSON.stringify(_json(input));
|
|
118
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
119
|
-
};
|
|
120
|
-
export const se_GetApplicationCommand = async (input, context) => {
|
|
121
|
-
const headers = sharedHeaders("GetApplication");
|
|
122
|
-
let body;
|
|
123
|
-
body = JSON.stringify(_json(input));
|
|
124
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
125
|
-
};
|
|
126
|
-
export const se_GetApplicationRevisionCommand = async (input, context) => {
|
|
127
|
-
const headers = sharedHeaders("GetApplicationRevision");
|
|
128
|
-
let body;
|
|
129
|
-
body = JSON.stringify(_json(input));
|
|
130
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
131
|
-
};
|
|
132
|
-
export const se_GetDeploymentCommand = async (input, context) => {
|
|
133
|
-
const headers = sharedHeaders("GetDeployment");
|
|
134
|
-
let body;
|
|
135
|
-
body = JSON.stringify(_json(input));
|
|
136
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
137
|
-
};
|
|
138
|
-
export const se_GetDeploymentConfigCommand = async (input, context) => {
|
|
139
|
-
const headers = sharedHeaders("GetDeploymentConfig");
|
|
140
|
-
let body;
|
|
141
|
-
body = JSON.stringify(_json(input));
|
|
142
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
143
|
-
};
|
|
144
|
-
export const se_GetDeploymentGroupCommand = async (input, context) => {
|
|
145
|
-
const headers = sharedHeaders("GetDeploymentGroup");
|
|
146
|
-
let body;
|
|
147
|
-
body = JSON.stringify(_json(input));
|
|
148
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
149
|
-
};
|
|
150
|
-
export const se_GetDeploymentInstanceCommand = async (input, context) => {
|
|
151
|
-
const headers = sharedHeaders("GetDeploymentInstance");
|
|
152
|
-
let body;
|
|
153
|
-
body = JSON.stringify(_json(input));
|
|
154
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
155
|
-
};
|
|
156
|
-
export const se_GetDeploymentTargetCommand = async (input, context) => {
|
|
157
|
-
const headers = sharedHeaders("GetDeploymentTarget");
|
|
158
|
-
let body;
|
|
159
|
-
body = JSON.stringify(_json(input));
|
|
160
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
161
|
-
};
|
|
162
|
-
export const se_GetOnPremisesInstanceCommand = async (input, context) => {
|
|
163
|
-
const headers = sharedHeaders("GetOnPremisesInstance");
|
|
164
|
-
let body;
|
|
165
|
-
body = JSON.stringify(_json(input));
|
|
166
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
167
|
-
};
|
|
168
|
-
export const se_ListApplicationRevisionsCommand = async (input, context) => {
|
|
169
|
-
const headers = sharedHeaders("ListApplicationRevisions");
|
|
170
|
-
let body;
|
|
171
|
-
body = JSON.stringify(_json(input));
|
|
172
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
173
|
-
};
|
|
174
|
-
export const se_ListApplicationsCommand = async (input, context) => {
|
|
175
|
-
const headers = sharedHeaders("ListApplications");
|
|
176
|
-
let body;
|
|
177
|
-
body = JSON.stringify(_json(input));
|
|
178
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
179
|
-
};
|
|
180
|
-
export const se_ListDeploymentConfigsCommand = async (input, context) => {
|
|
181
|
-
const headers = sharedHeaders("ListDeploymentConfigs");
|
|
182
|
-
let body;
|
|
183
|
-
body = JSON.stringify(_json(input));
|
|
184
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
185
|
-
};
|
|
186
|
-
export const se_ListDeploymentGroupsCommand = async (input, context) => {
|
|
187
|
-
const headers = sharedHeaders("ListDeploymentGroups");
|
|
188
|
-
let body;
|
|
189
|
-
body = JSON.stringify(_json(input));
|
|
190
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
191
|
-
};
|
|
192
|
-
export const se_ListDeploymentInstancesCommand = async (input, context) => {
|
|
193
|
-
const headers = sharedHeaders("ListDeploymentInstances");
|
|
194
|
-
let body;
|
|
195
|
-
body = JSON.stringify(_json(input));
|
|
196
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
197
|
-
};
|
|
198
|
-
export const se_ListDeploymentsCommand = async (input, context) => {
|
|
199
|
-
const headers = sharedHeaders("ListDeployments");
|
|
200
|
-
let body;
|
|
201
|
-
body = JSON.stringify(se_ListDeploymentsInput(input, context));
|
|
202
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
203
|
-
};
|
|
204
|
-
export const se_ListDeploymentTargetsCommand = async (input, context) => {
|
|
205
|
-
const headers = sharedHeaders("ListDeploymentTargets");
|
|
206
|
-
let body;
|
|
207
|
-
body = JSON.stringify(_json(input));
|
|
208
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
209
|
-
};
|
|
210
|
-
export const se_ListGitHubAccountTokenNamesCommand = async (input, context) => {
|
|
211
|
-
const headers = sharedHeaders("ListGitHubAccountTokenNames");
|
|
212
|
-
let body;
|
|
213
|
-
body = JSON.stringify(_json(input));
|
|
214
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
215
|
-
};
|
|
216
|
-
export const se_ListOnPremisesInstancesCommand = async (input, context) => {
|
|
217
|
-
const headers = sharedHeaders("ListOnPremisesInstances");
|
|
218
|
-
let body;
|
|
219
|
-
body = JSON.stringify(_json(input));
|
|
220
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
221
|
-
};
|
|
222
|
-
export const se_ListTagsForResourceCommand = async (input, context) => {
|
|
223
|
-
const headers = sharedHeaders("ListTagsForResource");
|
|
224
|
-
let body;
|
|
225
|
-
body = JSON.stringify(_json(input));
|
|
226
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
227
|
-
};
|
|
228
|
-
export const se_PutLifecycleEventHookExecutionStatusCommand = async (input, context) => {
|
|
229
|
-
const headers = sharedHeaders("PutLifecycleEventHookExecutionStatus");
|
|
230
|
-
let body;
|
|
231
|
-
body = JSON.stringify(_json(input));
|
|
232
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
233
|
-
};
|
|
234
|
-
export const se_RegisterApplicationRevisionCommand = async (input, context) => {
|
|
235
|
-
const headers = sharedHeaders("RegisterApplicationRevision");
|
|
236
|
-
let body;
|
|
237
|
-
body = JSON.stringify(_json(input));
|
|
238
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
239
|
-
};
|
|
240
|
-
export const se_RegisterOnPremisesInstanceCommand = async (input, context) => {
|
|
241
|
-
const headers = sharedHeaders("RegisterOnPremisesInstance");
|
|
242
|
-
let body;
|
|
243
|
-
body = JSON.stringify(_json(input));
|
|
244
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
245
|
-
};
|
|
246
|
-
export const se_RemoveTagsFromOnPremisesInstancesCommand = async (input, context) => {
|
|
247
|
-
const headers = sharedHeaders("RemoveTagsFromOnPremisesInstances");
|
|
248
|
-
let body;
|
|
249
|
-
body = JSON.stringify(_json(input));
|
|
250
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
251
|
-
};
|
|
252
|
-
export const se_SkipWaitTimeForInstanceTerminationCommand = async (input, context) => {
|
|
253
|
-
const headers = sharedHeaders("SkipWaitTimeForInstanceTermination");
|
|
254
|
-
let body;
|
|
255
|
-
body = JSON.stringify(_json(input));
|
|
256
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
257
|
-
};
|
|
258
|
-
export const se_StopDeploymentCommand = async (input, context) => {
|
|
259
|
-
const headers = sharedHeaders("StopDeployment");
|
|
260
|
-
let body;
|
|
261
|
-
body = JSON.stringify(_json(input));
|
|
262
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
263
|
-
};
|
|
264
|
-
export const se_TagResourceCommand = async (input, context) => {
|
|
265
|
-
const headers = sharedHeaders("TagResource");
|
|
266
|
-
let body;
|
|
267
|
-
body = JSON.stringify(_json(input));
|
|
268
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
269
|
-
};
|
|
270
|
-
export const se_UntagResourceCommand = async (input, context) => {
|
|
271
|
-
const headers = sharedHeaders("UntagResource");
|
|
272
|
-
let body;
|
|
273
|
-
body = JSON.stringify(_json(input));
|
|
274
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
275
|
-
};
|
|
276
|
-
export const se_UpdateApplicationCommand = async (input, context) => {
|
|
277
|
-
const headers = sharedHeaders("UpdateApplication");
|
|
278
|
-
let body;
|
|
279
|
-
body = JSON.stringify(_json(input));
|
|
280
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
281
|
-
};
|
|
282
|
-
export const se_UpdateDeploymentGroupCommand = async (input, context) => {
|
|
283
|
-
const headers = sharedHeaders("UpdateDeploymentGroup");
|
|
284
|
-
let body;
|
|
285
|
-
body = JSON.stringify(_json(input));
|
|
286
|
-
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
287
|
-
};
|
|
288
|
-
export const de_AddTagsToOnPremisesInstancesCommand = async (output, context) => {
|
|
289
|
-
if (output.statusCode >= 300) {
|
|
290
|
-
return de_CommandError(output, context);
|
|
291
|
-
}
|
|
292
|
-
await collectBody(output.body, context);
|
|
293
|
-
const response = {
|
|
294
|
-
$metadata: deserializeMetadata(output),
|
|
295
|
-
};
|
|
296
|
-
return response;
|
|
297
|
-
};
|
|
298
|
-
export const de_BatchGetApplicationRevisionsCommand = async (output, context) => {
|
|
299
|
-
if (output.statusCode >= 300) {
|
|
300
|
-
return de_CommandError(output, context);
|
|
301
|
-
}
|
|
302
|
-
const data = await parseBody(output.body, context);
|
|
303
|
-
let contents = {};
|
|
304
|
-
contents = de_BatchGetApplicationRevisionsOutput(data, context);
|
|
305
|
-
const response = {
|
|
306
|
-
$metadata: deserializeMetadata(output),
|
|
307
|
-
...contents,
|
|
308
|
-
};
|
|
309
|
-
return response;
|
|
310
|
-
};
|
|
311
|
-
export const de_BatchGetApplicationsCommand = async (output, context) => {
|
|
312
|
-
if (output.statusCode >= 300) {
|
|
313
|
-
return de_CommandError(output, context);
|
|
314
|
-
}
|
|
315
|
-
const data = await parseBody(output.body, context);
|
|
316
|
-
let contents = {};
|
|
317
|
-
contents = de_BatchGetApplicationsOutput(data, context);
|
|
318
|
-
const response = {
|
|
319
|
-
$metadata: deserializeMetadata(output),
|
|
320
|
-
...contents,
|
|
321
|
-
};
|
|
322
|
-
return response;
|
|
323
|
-
};
|
|
324
|
-
export const de_BatchGetDeploymentGroupsCommand = async (output, context) => {
|
|
325
|
-
if (output.statusCode >= 300) {
|
|
326
|
-
return de_CommandError(output, context);
|
|
327
|
-
}
|
|
328
|
-
const data = await parseBody(output.body, context);
|
|
329
|
-
let contents = {};
|
|
330
|
-
contents = de_BatchGetDeploymentGroupsOutput(data, context);
|
|
331
|
-
const response = {
|
|
332
|
-
$metadata: deserializeMetadata(output),
|
|
333
|
-
...contents,
|
|
334
|
-
};
|
|
335
|
-
return response;
|
|
336
|
-
};
|
|
337
|
-
export const de_BatchGetDeploymentInstancesCommand = async (output, context) => {
|
|
338
|
-
if (output.statusCode >= 300) {
|
|
339
|
-
return de_CommandError(output, context);
|
|
340
|
-
}
|
|
341
|
-
const data = await parseBody(output.body, context);
|
|
342
|
-
let contents = {};
|
|
343
|
-
contents = de_BatchGetDeploymentInstancesOutput(data, context);
|
|
344
|
-
const response = {
|
|
345
|
-
$metadata: deserializeMetadata(output),
|
|
346
|
-
...contents,
|
|
347
|
-
};
|
|
348
|
-
return response;
|
|
349
|
-
};
|
|
350
|
-
export const de_BatchGetDeploymentsCommand = async (output, context) => {
|
|
351
|
-
if (output.statusCode >= 300) {
|
|
352
|
-
return de_CommandError(output, context);
|
|
353
|
-
}
|
|
354
|
-
const data = await parseBody(output.body, context);
|
|
355
|
-
let contents = {};
|
|
356
|
-
contents = de_BatchGetDeploymentsOutput(data, context);
|
|
357
|
-
const response = {
|
|
358
|
-
$metadata: deserializeMetadata(output),
|
|
359
|
-
...contents,
|
|
360
|
-
};
|
|
361
|
-
return response;
|
|
362
|
-
};
|
|
363
|
-
export const de_BatchGetDeploymentTargetsCommand = async (output, context) => {
|
|
364
|
-
if (output.statusCode >= 300) {
|
|
365
|
-
return de_CommandError(output, context);
|
|
366
|
-
}
|
|
367
|
-
const data = await parseBody(output.body, context);
|
|
368
|
-
let contents = {};
|
|
369
|
-
contents = de_BatchGetDeploymentTargetsOutput(data, context);
|
|
370
|
-
const response = {
|
|
371
|
-
$metadata: deserializeMetadata(output),
|
|
372
|
-
...contents,
|
|
373
|
-
};
|
|
374
|
-
return response;
|
|
375
|
-
};
|
|
376
|
-
export const de_BatchGetOnPremisesInstancesCommand = async (output, context) => {
|
|
377
|
-
if (output.statusCode >= 300) {
|
|
378
|
-
return de_CommandError(output, context);
|
|
379
|
-
}
|
|
380
|
-
const data = await parseBody(output.body, context);
|
|
381
|
-
let contents = {};
|
|
382
|
-
contents = de_BatchGetOnPremisesInstancesOutput(data, context);
|
|
383
|
-
const response = {
|
|
384
|
-
$metadata: deserializeMetadata(output),
|
|
385
|
-
...contents,
|
|
386
|
-
};
|
|
387
|
-
return response;
|
|
388
|
-
};
|
|
389
|
-
export const de_ContinueDeploymentCommand = async (output, context) => {
|
|
390
|
-
if (output.statusCode >= 300) {
|
|
391
|
-
return de_CommandError(output, context);
|
|
392
|
-
}
|
|
393
|
-
await collectBody(output.body, context);
|
|
394
|
-
const response = {
|
|
395
|
-
$metadata: deserializeMetadata(output),
|
|
396
|
-
};
|
|
397
|
-
return response;
|
|
398
|
-
};
|
|
399
|
-
export const de_CreateApplicationCommand = async (output, context) => {
|
|
400
|
-
if (output.statusCode >= 300) {
|
|
401
|
-
return de_CommandError(output, context);
|
|
402
|
-
}
|
|
403
|
-
const data = await parseBody(output.body, context);
|
|
404
|
-
let contents = {};
|
|
405
|
-
contents = _json(data);
|
|
406
|
-
const response = {
|
|
407
|
-
$metadata: deserializeMetadata(output),
|
|
408
|
-
...contents,
|
|
409
|
-
};
|
|
410
|
-
return response;
|
|
411
|
-
};
|
|
412
|
-
export const de_CreateDeploymentCommand = async (output, context) => {
|
|
413
|
-
if (output.statusCode >= 300) {
|
|
414
|
-
return de_CommandError(output, context);
|
|
415
|
-
}
|
|
416
|
-
const data = await parseBody(output.body, context);
|
|
417
|
-
let contents = {};
|
|
418
|
-
contents = _json(data);
|
|
419
|
-
const response = {
|
|
420
|
-
$metadata: deserializeMetadata(output),
|
|
421
|
-
...contents,
|
|
422
|
-
};
|
|
423
|
-
return response;
|
|
424
|
-
};
|
|
425
|
-
export const de_CreateDeploymentConfigCommand = async (output, context) => {
|
|
426
|
-
if (output.statusCode >= 300) {
|
|
427
|
-
return de_CommandError(output, context);
|
|
428
|
-
}
|
|
429
|
-
const data = await parseBody(output.body, context);
|
|
430
|
-
let contents = {};
|
|
431
|
-
contents = _json(data);
|
|
432
|
-
const response = {
|
|
433
|
-
$metadata: deserializeMetadata(output),
|
|
434
|
-
...contents,
|
|
435
|
-
};
|
|
436
|
-
return response;
|
|
437
|
-
};
|
|
438
|
-
export const de_CreateDeploymentGroupCommand = async (output, context) => {
|
|
439
|
-
if (output.statusCode >= 300) {
|
|
440
|
-
return de_CommandError(output, context);
|
|
441
|
-
}
|
|
442
|
-
const data = await parseBody(output.body, context);
|
|
443
|
-
let contents = {};
|
|
444
|
-
contents = _json(data);
|
|
445
|
-
const response = {
|
|
446
|
-
$metadata: deserializeMetadata(output),
|
|
447
|
-
...contents,
|
|
448
|
-
};
|
|
449
|
-
return response;
|
|
450
|
-
};
|
|
451
|
-
export const de_DeleteApplicationCommand = async (output, context) => {
|
|
452
|
-
if (output.statusCode >= 300) {
|
|
453
|
-
return de_CommandError(output, context);
|
|
454
|
-
}
|
|
455
|
-
await collectBody(output.body, context);
|
|
456
|
-
const response = {
|
|
457
|
-
$metadata: deserializeMetadata(output),
|
|
458
|
-
};
|
|
459
|
-
return response;
|
|
460
|
-
};
|
|
461
|
-
export const de_DeleteDeploymentConfigCommand = async (output, context) => {
|
|
462
|
-
if (output.statusCode >= 300) {
|
|
463
|
-
return de_CommandError(output, context);
|
|
464
|
-
}
|
|
465
|
-
await collectBody(output.body, context);
|
|
466
|
-
const response = {
|
|
467
|
-
$metadata: deserializeMetadata(output),
|
|
468
|
-
};
|
|
469
|
-
return response;
|
|
470
|
-
};
|
|
471
|
-
export const de_DeleteDeploymentGroupCommand = async (output, context) => {
|
|
472
|
-
if (output.statusCode >= 300) {
|
|
473
|
-
return de_CommandError(output, context);
|
|
474
|
-
}
|
|
475
|
-
const data = await parseBody(output.body, context);
|
|
476
|
-
let contents = {};
|
|
477
|
-
contents = _json(data);
|
|
478
|
-
const response = {
|
|
479
|
-
$metadata: deserializeMetadata(output),
|
|
480
|
-
...contents,
|
|
481
|
-
};
|
|
482
|
-
return response;
|
|
483
|
-
};
|
|
484
|
-
export const de_DeleteGitHubAccountTokenCommand = async (output, context) => {
|
|
485
|
-
if (output.statusCode >= 300) {
|
|
486
|
-
return de_CommandError(output, context);
|
|
487
|
-
}
|
|
488
|
-
const data = await parseBody(output.body, context);
|
|
489
|
-
let contents = {};
|
|
490
|
-
contents = _json(data);
|
|
491
|
-
const response = {
|
|
492
|
-
$metadata: deserializeMetadata(output),
|
|
493
|
-
...contents,
|
|
494
|
-
};
|
|
495
|
-
return response;
|
|
496
|
-
};
|
|
497
|
-
export const de_DeleteResourcesByExternalIdCommand = async (output, context) => {
|
|
498
|
-
if (output.statusCode >= 300) {
|
|
499
|
-
return de_CommandError(output, context);
|
|
500
|
-
}
|
|
501
|
-
const data = await parseBody(output.body, context);
|
|
502
|
-
let contents = {};
|
|
503
|
-
contents = _json(data);
|
|
504
|
-
const response = {
|
|
505
|
-
$metadata: deserializeMetadata(output),
|
|
506
|
-
...contents,
|
|
507
|
-
};
|
|
508
|
-
return response;
|
|
509
|
-
};
|
|
510
|
-
export const de_DeregisterOnPremisesInstanceCommand = async (output, context) => {
|
|
511
|
-
if (output.statusCode >= 300) {
|
|
512
|
-
return de_CommandError(output, context);
|
|
513
|
-
}
|
|
514
|
-
await collectBody(output.body, context);
|
|
515
|
-
const response = {
|
|
516
|
-
$metadata: deserializeMetadata(output),
|
|
517
|
-
};
|
|
518
|
-
return response;
|
|
519
|
-
};
|
|
520
|
-
export const de_GetApplicationCommand = async (output, context) => {
|
|
521
|
-
if (output.statusCode >= 300) {
|
|
522
|
-
return de_CommandError(output, context);
|
|
523
|
-
}
|
|
524
|
-
const data = await parseBody(output.body, context);
|
|
525
|
-
let contents = {};
|
|
526
|
-
contents = de_GetApplicationOutput(data, context);
|
|
527
|
-
const response = {
|
|
528
|
-
$metadata: deserializeMetadata(output),
|
|
529
|
-
...contents,
|
|
530
|
-
};
|
|
531
|
-
return response;
|
|
532
|
-
};
|
|
533
|
-
export const de_GetApplicationRevisionCommand = async (output, context) => {
|
|
534
|
-
if (output.statusCode >= 300) {
|
|
535
|
-
return de_CommandError(output, context);
|
|
536
|
-
}
|
|
537
|
-
const data = await parseBody(output.body, context);
|
|
538
|
-
let contents = {};
|
|
539
|
-
contents = de_GetApplicationRevisionOutput(data, context);
|
|
540
|
-
const response = {
|
|
541
|
-
$metadata: deserializeMetadata(output),
|
|
542
|
-
...contents,
|
|
543
|
-
};
|
|
544
|
-
return response;
|
|
545
|
-
};
|
|
546
|
-
export const de_GetDeploymentCommand = async (output, context) => {
|
|
547
|
-
if (output.statusCode >= 300) {
|
|
548
|
-
return de_CommandError(output, context);
|
|
549
|
-
}
|
|
550
|
-
const data = await parseBody(output.body, context);
|
|
551
|
-
let contents = {};
|
|
552
|
-
contents = de_GetDeploymentOutput(data, context);
|
|
553
|
-
const response = {
|
|
554
|
-
$metadata: deserializeMetadata(output),
|
|
555
|
-
...contents,
|
|
556
|
-
};
|
|
557
|
-
return response;
|
|
558
|
-
};
|
|
559
|
-
export const de_GetDeploymentConfigCommand = async (output, context) => {
|
|
560
|
-
if (output.statusCode >= 300) {
|
|
561
|
-
return de_CommandError(output, context);
|
|
562
|
-
}
|
|
563
|
-
const data = await parseBody(output.body, context);
|
|
564
|
-
let contents = {};
|
|
565
|
-
contents = de_GetDeploymentConfigOutput(data, context);
|
|
566
|
-
const response = {
|
|
567
|
-
$metadata: deserializeMetadata(output),
|
|
568
|
-
...contents,
|
|
569
|
-
};
|
|
570
|
-
return response;
|
|
571
|
-
};
|
|
572
|
-
export const de_GetDeploymentGroupCommand = async (output, context) => {
|
|
573
|
-
if (output.statusCode >= 300) {
|
|
574
|
-
return de_CommandError(output, context);
|
|
575
|
-
}
|
|
576
|
-
const data = await parseBody(output.body, context);
|
|
577
|
-
let contents = {};
|
|
578
|
-
contents = de_GetDeploymentGroupOutput(data, context);
|
|
579
|
-
const response = {
|
|
580
|
-
$metadata: deserializeMetadata(output),
|
|
581
|
-
...contents,
|
|
582
|
-
};
|
|
583
|
-
return response;
|
|
584
|
-
};
|
|
585
|
-
export const de_GetDeploymentInstanceCommand = async (output, context) => {
|
|
586
|
-
if (output.statusCode >= 300) {
|
|
587
|
-
return de_CommandError(output, context);
|
|
588
|
-
}
|
|
589
|
-
const data = await parseBody(output.body, context);
|
|
590
|
-
let contents = {};
|
|
591
|
-
contents = de_GetDeploymentInstanceOutput(data, context);
|
|
592
|
-
const response = {
|
|
593
|
-
$metadata: deserializeMetadata(output),
|
|
594
|
-
...contents,
|
|
595
|
-
};
|
|
596
|
-
return response;
|
|
597
|
-
};
|
|
598
|
-
export const de_GetDeploymentTargetCommand = async (output, context) => {
|
|
599
|
-
if (output.statusCode >= 300) {
|
|
600
|
-
return de_CommandError(output, context);
|
|
601
|
-
}
|
|
602
|
-
const data = await parseBody(output.body, context);
|
|
603
|
-
let contents = {};
|
|
604
|
-
contents = de_GetDeploymentTargetOutput(data, context);
|
|
605
|
-
const response = {
|
|
606
|
-
$metadata: deserializeMetadata(output),
|
|
607
|
-
...contents,
|
|
608
|
-
};
|
|
609
|
-
return response;
|
|
610
|
-
};
|
|
611
|
-
export const de_GetOnPremisesInstanceCommand = async (output, context) => {
|
|
612
|
-
if (output.statusCode >= 300) {
|
|
613
|
-
return de_CommandError(output, context);
|
|
614
|
-
}
|
|
615
|
-
const data = await parseBody(output.body, context);
|
|
616
|
-
let contents = {};
|
|
617
|
-
contents = de_GetOnPremisesInstanceOutput(data, context);
|
|
618
|
-
const response = {
|
|
619
|
-
$metadata: deserializeMetadata(output),
|
|
620
|
-
...contents,
|
|
621
|
-
};
|
|
622
|
-
return response;
|
|
623
|
-
};
|
|
624
|
-
export const de_ListApplicationRevisionsCommand = async (output, context) => {
|
|
625
|
-
if (output.statusCode >= 300) {
|
|
626
|
-
return de_CommandError(output, context);
|
|
627
|
-
}
|
|
628
|
-
const data = await parseBody(output.body, context);
|
|
629
|
-
let contents = {};
|
|
630
|
-
contents = _json(data);
|
|
631
|
-
const response = {
|
|
632
|
-
$metadata: deserializeMetadata(output),
|
|
633
|
-
...contents,
|
|
634
|
-
};
|
|
635
|
-
return response;
|
|
636
|
-
};
|
|
637
|
-
export const de_ListApplicationsCommand = async (output, context) => {
|
|
638
|
-
if (output.statusCode >= 300) {
|
|
639
|
-
return de_CommandError(output, context);
|
|
640
|
-
}
|
|
641
|
-
const data = await parseBody(output.body, context);
|
|
642
|
-
let contents = {};
|
|
643
|
-
contents = _json(data);
|
|
644
|
-
const response = {
|
|
645
|
-
$metadata: deserializeMetadata(output),
|
|
646
|
-
...contents,
|
|
647
|
-
};
|
|
648
|
-
return response;
|
|
649
|
-
};
|
|
650
|
-
export const de_ListDeploymentConfigsCommand = async (output, context) => {
|
|
651
|
-
if (output.statusCode >= 300) {
|
|
652
|
-
return de_CommandError(output, context);
|
|
653
|
-
}
|
|
654
|
-
const data = await parseBody(output.body, context);
|
|
655
|
-
let contents = {};
|
|
656
|
-
contents = _json(data);
|
|
657
|
-
const response = {
|
|
658
|
-
$metadata: deserializeMetadata(output),
|
|
659
|
-
...contents,
|
|
660
|
-
};
|
|
661
|
-
return response;
|
|
662
|
-
};
|
|
663
|
-
export const de_ListDeploymentGroupsCommand = async (output, context) => {
|
|
664
|
-
if (output.statusCode >= 300) {
|
|
665
|
-
return de_CommandError(output, context);
|
|
666
|
-
}
|
|
667
|
-
const data = await parseBody(output.body, context);
|
|
668
|
-
let contents = {};
|
|
669
|
-
contents = _json(data);
|
|
670
|
-
const response = {
|
|
671
|
-
$metadata: deserializeMetadata(output),
|
|
672
|
-
...contents,
|
|
673
|
-
};
|
|
674
|
-
return response;
|
|
675
|
-
};
|
|
676
|
-
export const de_ListDeploymentInstancesCommand = async (output, context) => {
|
|
677
|
-
if (output.statusCode >= 300) {
|
|
678
|
-
return de_CommandError(output, context);
|
|
679
|
-
}
|
|
680
|
-
const data = await parseBody(output.body, context);
|
|
681
|
-
let contents = {};
|
|
682
|
-
contents = _json(data);
|
|
683
|
-
const response = {
|
|
684
|
-
$metadata: deserializeMetadata(output),
|
|
685
|
-
...contents,
|
|
686
|
-
};
|
|
687
|
-
return response;
|
|
688
|
-
};
|
|
689
|
-
export const de_ListDeploymentsCommand = async (output, context) => {
|
|
690
|
-
if (output.statusCode >= 300) {
|
|
691
|
-
return de_CommandError(output, context);
|
|
692
|
-
}
|
|
693
|
-
const data = await parseBody(output.body, context);
|
|
694
|
-
let contents = {};
|
|
695
|
-
contents = _json(data);
|
|
696
|
-
const response = {
|
|
697
|
-
$metadata: deserializeMetadata(output),
|
|
698
|
-
...contents,
|
|
699
|
-
};
|
|
700
|
-
return response;
|
|
701
|
-
};
|
|
702
|
-
export const de_ListDeploymentTargetsCommand = async (output, context) => {
|
|
703
|
-
if (output.statusCode >= 300) {
|
|
704
|
-
return de_CommandError(output, context);
|
|
705
|
-
}
|
|
706
|
-
const data = await parseBody(output.body, context);
|
|
707
|
-
let contents = {};
|
|
708
|
-
contents = _json(data);
|
|
709
|
-
const response = {
|
|
710
|
-
$metadata: deserializeMetadata(output),
|
|
711
|
-
...contents,
|
|
712
|
-
};
|
|
713
|
-
return response;
|
|
714
|
-
};
|
|
715
|
-
export const de_ListGitHubAccountTokenNamesCommand = async (output, context) => {
|
|
716
|
-
if (output.statusCode >= 300) {
|
|
717
|
-
return de_CommandError(output, context);
|
|
718
|
-
}
|
|
719
|
-
const data = await parseBody(output.body, context);
|
|
720
|
-
let contents = {};
|
|
721
|
-
contents = _json(data);
|
|
722
|
-
const response = {
|
|
723
|
-
$metadata: deserializeMetadata(output),
|
|
724
|
-
...contents,
|
|
725
|
-
};
|
|
726
|
-
return response;
|
|
727
|
-
};
|
|
728
|
-
export const de_ListOnPremisesInstancesCommand = async (output, context) => {
|
|
729
|
-
if (output.statusCode >= 300) {
|
|
730
|
-
return de_CommandError(output, context);
|
|
731
|
-
}
|
|
732
|
-
const data = await parseBody(output.body, context);
|
|
733
|
-
let contents = {};
|
|
734
|
-
contents = _json(data);
|
|
735
|
-
const response = {
|
|
736
|
-
$metadata: deserializeMetadata(output),
|
|
737
|
-
...contents,
|
|
738
|
-
};
|
|
739
|
-
return response;
|
|
740
|
-
};
|
|
741
|
-
export const de_ListTagsForResourceCommand = async (output, context) => {
|
|
742
|
-
if (output.statusCode >= 300) {
|
|
743
|
-
return de_CommandError(output, context);
|
|
744
|
-
}
|
|
745
|
-
const data = await parseBody(output.body, context);
|
|
746
|
-
let contents = {};
|
|
747
|
-
contents = _json(data);
|
|
748
|
-
const response = {
|
|
749
|
-
$metadata: deserializeMetadata(output),
|
|
750
|
-
...contents,
|
|
751
|
-
};
|
|
752
|
-
return response;
|
|
753
|
-
};
|
|
754
|
-
export const de_PutLifecycleEventHookExecutionStatusCommand = async (output, context) => {
|
|
755
|
-
if (output.statusCode >= 300) {
|
|
756
|
-
return de_CommandError(output, context);
|
|
757
|
-
}
|
|
758
|
-
const data = await parseBody(output.body, context);
|
|
759
|
-
let contents = {};
|
|
760
|
-
contents = _json(data);
|
|
761
|
-
const response = {
|
|
762
|
-
$metadata: deserializeMetadata(output),
|
|
763
|
-
...contents,
|
|
764
|
-
};
|
|
765
|
-
return response;
|
|
766
|
-
};
|
|
767
|
-
export const de_RegisterApplicationRevisionCommand = async (output, context) => {
|
|
768
|
-
if (output.statusCode >= 300) {
|
|
769
|
-
return de_CommandError(output, context);
|
|
770
|
-
}
|
|
771
|
-
await collectBody(output.body, context);
|
|
772
|
-
const response = {
|
|
773
|
-
$metadata: deserializeMetadata(output),
|
|
774
|
-
};
|
|
775
|
-
return response;
|
|
776
|
-
};
|
|
777
|
-
export const de_RegisterOnPremisesInstanceCommand = async (output, context) => {
|
|
778
|
-
if (output.statusCode >= 300) {
|
|
779
|
-
return de_CommandError(output, context);
|
|
780
|
-
}
|
|
781
|
-
await collectBody(output.body, context);
|
|
782
|
-
const response = {
|
|
783
|
-
$metadata: deserializeMetadata(output),
|
|
784
|
-
};
|
|
785
|
-
return response;
|
|
786
|
-
};
|
|
787
|
-
export const de_RemoveTagsFromOnPremisesInstancesCommand = async (output, context) => {
|
|
788
|
-
if (output.statusCode >= 300) {
|
|
789
|
-
return de_CommandError(output, context);
|
|
790
|
-
}
|
|
791
|
-
await collectBody(output.body, context);
|
|
792
|
-
const response = {
|
|
793
|
-
$metadata: deserializeMetadata(output),
|
|
794
|
-
};
|
|
795
|
-
return response;
|
|
796
|
-
};
|
|
797
|
-
export const de_SkipWaitTimeForInstanceTerminationCommand = async (output, context) => {
|
|
798
|
-
if (output.statusCode >= 300) {
|
|
799
|
-
return de_CommandError(output, context);
|
|
800
|
-
}
|
|
801
|
-
await collectBody(output.body, context);
|
|
802
|
-
const response = {
|
|
803
|
-
$metadata: deserializeMetadata(output),
|
|
804
|
-
};
|
|
805
|
-
return response;
|
|
806
|
-
};
|
|
807
|
-
export const de_StopDeploymentCommand = async (output, context) => {
|
|
808
|
-
if (output.statusCode >= 300) {
|
|
809
|
-
return de_CommandError(output, context);
|
|
810
|
-
}
|
|
811
|
-
const data = await parseBody(output.body, context);
|
|
812
|
-
let contents = {};
|
|
813
|
-
contents = _json(data);
|
|
814
|
-
const response = {
|
|
815
|
-
$metadata: deserializeMetadata(output),
|
|
816
|
-
...contents,
|
|
817
|
-
};
|
|
818
|
-
return response;
|
|
819
|
-
};
|
|
820
|
-
export const de_TagResourceCommand = async (output, context) => {
|
|
821
|
-
if (output.statusCode >= 300) {
|
|
822
|
-
return de_CommandError(output, context);
|
|
823
|
-
}
|
|
824
|
-
const data = await parseBody(output.body, context);
|
|
825
|
-
let contents = {};
|
|
826
|
-
contents = _json(data);
|
|
827
|
-
const response = {
|
|
828
|
-
$metadata: deserializeMetadata(output),
|
|
829
|
-
...contents,
|
|
830
|
-
};
|
|
831
|
-
return response;
|
|
832
|
-
};
|
|
833
|
-
export const de_UntagResourceCommand = async (output, context) => {
|
|
834
|
-
if (output.statusCode >= 300) {
|
|
835
|
-
return de_CommandError(output, context);
|
|
836
|
-
}
|
|
837
|
-
const data = await parseBody(output.body, context);
|
|
838
|
-
let contents = {};
|
|
839
|
-
contents = _json(data);
|
|
840
|
-
const response = {
|
|
841
|
-
$metadata: deserializeMetadata(output),
|
|
842
|
-
...contents,
|
|
843
|
-
};
|
|
844
|
-
return response;
|
|
845
|
-
};
|
|
846
|
-
export const de_UpdateApplicationCommand = async (output, context) => {
|
|
847
|
-
if (output.statusCode >= 300) {
|
|
848
|
-
return de_CommandError(output, context);
|
|
849
|
-
}
|
|
850
|
-
await collectBody(output.body, context);
|
|
851
|
-
const response = {
|
|
852
|
-
$metadata: deserializeMetadata(output),
|
|
853
|
-
};
|
|
854
|
-
return response;
|
|
855
|
-
};
|
|
856
|
-
export const de_UpdateDeploymentGroupCommand = async (output, context) => {
|
|
857
|
-
if (output.statusCode >= 300) {
|
|
858
|
-
return de_CommandError(output, context);
|
|
859
|
-
}
|
|
860
|
-
const data = await parseBody(output.body, context);
|
|
861
|
-
let contents = {};
|
|
862
|
-
contents = _json(data);
|
|
863
|
-
const response = {
|
|
864
|
-
$metadata: deserializeMetadata(output),
|
|
865
|
-
...contents,
|
|
866
|
-
};
|
|
867
|
-
return response;
|
|
868
|
-
};
|
|
869
|
-
const de_CommandError = async (output, context) => {
|
|
870
|
-
const parsedOutput = {
|
|
871
|
-
...output,
|
|
872
|
-
body: await parseErrorBody(output.body, context),
|
|
873
|
-
};
|
|
874
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
875
|
-
switch (errorCode) {
|
|
876
|
-
case "InstanceLimitExceededException":
|
|
877
|
-
case "com.amazonaws.codedeploy#InstanceLimitExceededException":
|
|
878
|
-
throw await de_InstanceLimitExceededExceptionRes(parsedOutput, context);
|
|
879
|
-
case "InstanceNameRequiredException":
|
|
880
|
-
case "com.amazonaws.codedeploy#InstanceNameRequiredException":
|
|
881
|
-
throw await de_InstanceNameRequiredExceptionRes(parsedOutput, context);
|
|
882
|
-
case "InstanceNotRegisteredException":
|
|
883
|
-
case "com.amazonaws.codedeploy#InstanceNotRegisteredException":
|
|
884
|
-
throw await de_InstanceNotRegisteredExceptionRes(parsedOutput, context);
|
|
885
|
-
case "InvalidInstanceNameException":
|
|
886
|
-
case "com.amazonaws.codedeploy#InvalidInstanceNameException":
|
|
887
|
-
throw await de_InvalidInstanceNameExceptionRes(parsedOutput, context);
|
|
888
|
-
case "InvalidTagException":
|
|
889
|
-
case "com.amazonaws.codedeploy#InvalidTagException":
|
|
890
|
-
throw await de_InvalidTagExceptionRes(parsedOutput, context);
|
|
891
|
-
case "TagLimitExceededException":
|
|
892
|
-
case "com.amazonaws.codedeploy#TagLimitExceededException":
|
|
893
|
-
throw await de_TagLimitExceededExceptionRes(parsedOutput, context);
|
|
894
|
-
case "TagRequiredException":
|
|
895
|
-
case "com.amazonaws.codedeploy#TagRequiredException":
|
|
896
|
-
throw await de_TagRequiredExceptionRes(parsedOutput, context);
|
|
897
|
-
case "ApplicationDoesNotExistException":
|
|
898
|
-
case "com.amazonaws.codedeploy#ApplicationDoesNotExistException":
|
|
899
|
-
throw await de_ApplicationDoesNotExistExceptionRes(parsedOutput, context);
|
|
900
|
-
case "ApplicationNameRequiredException":
|
|
901
|
-
case "com.amazonaws.codedeploy#ApplicationNameRequiredException":
|
|
902
|
-
throw await de_ApplicationNameRequiredExceptionRes(parsedOutput, context);
|
|
903
|
-
case "BatchLimitExceededException":
|
|
904
|
-
case "com.amazonaws.codedeploy#BatchLimitExceededException":
|
|
905
|
-
throw await de_BatchLimitExceededExceptionRes(parsedOutput, context);
|
|
906
|
-
case "InvalidApplicationNameException":
|
|
907
|
-
case "com.amazonaws.codedeploy#InvalidApplicationNameException":
|
|
908
|
-
throw await de_InvalidApplicationNameExceptionRes(parsedOutput, context);
|
|
909
|
-
case "InvalidRevisionException":
|
|
910
|
-
case "com.amazonaws.codedeploy#InvalidRevisionException":
|
|
911
|
-
throw await de_InvalidRevisionExceptionRes(parsedOutput, context);
|
|
912
|
-
case "RevisionRequiredException":
|
|
913
|
-
case "com.amazonaws.codedeploy#RevisionRequiredException":
|
|
914
|
-
throw await de_RevisionRequiredExceptionRes(parsedOutput, context);
|
|
915
|
-
case "DeploymentConfigDoesNotExistException":
|
|
916
|
-
case "com.amazonaws.codedeploy#DeploymentConfigDoesNotExistException":
|
|
917
|
-
throw await de_DeploymentConfigDoesNotExistExceptionRes(parsedOutput, context);
|
|
918
|
-
case "DeploymentGroupNameRequiredException":
|
|
919
|
-
case "com.amazonaws.codedeploy#DeploymentGroupNameRequiredException":
|
|
920
|
-
throw await de_DeploymentGroupNameRequiredExceptionRes(parsedOutput, context);
|
|
921
|
-
case "InvalidDeploymentGroupNameException":
|
|
922
|
-
case "com.amazonaws.codedeploy#InvalidDeploymentGroupNameException":
|
|
923
|
-
throw await de_InvalidDeploymentGroupNameExceptionRes(parsedOutput, context);
|
|
924
|
-
case "DeploymentDoesNotExistException":
|
|
925
|
-
case "com.amazonaws.codedeploy#DeploymentDoesNotExistException":
|
|
926
|
-
throw await de_DeploymentDoesNotExistExceptionRes(parsedOutput, context);
|
|
927
|
-
case "DeploymentIdRequiredException":
|
|
928
|
-
case "com.amazonaws.codedeploy#DeploymentIdRequiredException":
|
|
929
|
-
throw await de_DeploymentIdRequiredExceptionRes(parsedOutput, context);
|
|
930
|
-
case "InstanceIdRequiredException":
|
|
931
|
-
case "com.amazonaws.codedeploy#InstanceIdRequiredException":
|
|
932
|
-
throw await de_InstanceIdRequiredExceptionRes(parsedOutput, context);
|
|
933
|
-
case "InvalidComputePlatformException":
|
|
934
|
-
case "com.amazonaws.codedeploy#InvalidComputePlatformException":
|
|
935
|
-
throw await de_InvalidComputePlatformExceptionRes(parsedOutput, context);
|
|
936
|
-
case "InvalidDeploymentIdException":
|
|
937
|
-
case "com.amazonaws.codedeploy#InvalidDeploymentIdException":
|
|
938
|
-
throw await de_InvalidDeploymentIdExceptionRes(parsedOutput, context);
|
|
939
|
-
case "DeploymentNotStartedException":
|
|
940
|
-
case "com.amazonaws.codedeploy#DeploymentNotStartedException":
|
|
941
|
-
throw await de_DeploymentNotStartedExceptionRes(parsedOutput, context);
|
|
942
|
-
case "DeploymentTargetDoesNotExistException":
|
|
943
|
-
case "com.amazonaws.codedeploy#DeploymentTargetDoesNotExistException":
|
|
944
|
-
throw await de_DeploymentTargetDoesNotExistExceptionRes(parsedOutput, context);
|
|
945
|
-
case "DeploymentTargetIdRequiredException":
|
|
946
|
-
case "com.amazonaws.codedeploy#DeploymentTargetIdRequiredException":
|
|
947
|
-
throw await de_DeploymentTargetIdRequiredExceptionRes(parsedOutput, context);
|
|
948
|
-
case "DeploymentTargetListSizeExceededException":
|
|
949
|
-
case "com.amazonaws.codedeploy#DeploymentTargetListSizeExceededException":
|
|
950
|
-
throw await de_DeploymentTargetListSizeExceededExceptionRes(parsedOutput, context);
|
|
951
|
-
case "InstanceDoesNotExistException":
|
|
952
|
-
case "com.amazonaws.codedeploy#InstanceDoesNotExistException":
|
|
953
|
-
throw await de_InstanceDoesNotExistExceptionRes(parsedOutput, context);
|
|
954
|
-
case "InvalidDeploymentTargetIdException":
|
|
955
|
-
case "com.amazonaws.codedeploy#InvalidDeploymentTargetIdException":
|
|
956
|
-
throw await de_InvalidDeploymentTargetIdExceptionRes(parsedOutput, context);
|
|
957
|
-
case "DeploymentAlreadyCompletedException":
|
|
958
|
-
case "com.amazonaws.codedeploy#DeploymentAlreadyCompletedException":
|
|
959
|
-
throw await de_DeploymentAlreadyCompletedExceptionRes(parsedOutput, context);
|
|
960
|
-
case "DeploymentIsNotInReadyStateException":
|
|
961
|
-
case "com.amazonaws.codedeploy#DeploymentIsNotInReadyStateException":
|
|
962
|
-
throw await de_DeploymentIsNotInReadyStateExceptionRes(parsedOutput, context);
|
|
963
|
-
case "InvalidDeploymentStatusException":
|
|
964
|
-
case "com.amazonaws.codedeploy#InvalidDeploymentStatusException":
|
|
965
|
-
throw await de_InvalidDeploymentStatusExceptionRes(parsedOutput, context);
|
|
966
|
-
case "InvalidDeploymentWaitTypeException":
|
|
967
|
-
case "com.amazonaws.codedeploy#InvalidDeploymentWaitTypeException":
|
|
968
|
-
throw await de_InvalidDeploymentWaitTypeExceptionRes(parsedOutput, context);
|
|
969
|
-
case "UnsupportedActionForDeploymentTypeException":
|
|
970
|
-
case "com.amazonaws.codedeploy#UnsupportedActionForDeploymentTypeException":
|
|
971
|
-
throw await de_UnsupportedActionForDeploymentTypeExceptionRes(parsedOutput, context);
|
|
972
|
-
case "ApplicationAlreadyExistsException":
|
|
973
|
-
case "com.amazonaws.codedeploy#ApplicationAlreadyExistsException":
|
|
974
|
-
throw await de_ApplicationAlreadyExistsExceptionRes(parsedOutput, context);
|
|
975
|
-
case "ApplicationLimitExceededException":
|
|
976
|
-
case "com.amazonaws.codedeploy#ApplicationLimitExceededException":
|
|
977
|
-
throw await de_ApplicationLimitExceededExceptionRes(parsedOutput, context);
|
|
978
|
-
case "InvalidTagsToAddException":
|
|
979
|
-
case "com.amazonaws.codedeploy#InvalidTagsToAddException":
|
|
980
|
-
throw await de_InvalidTagsToAddExceptionRes(parsedOutput, context);
|
|
981
|
-
case "AlarmsLimitExceededException":
|
|
982
|
-
case "com.amazonaws.codedeploy#AlarmsLimitExceededException":
|
|
983
|
-
throw await de_AlarmsLimitExceededExceptionRes(parsedOutput, context);
|
|
984
|
-
case "DeploymentGroupDoesNotExistException":
|
|
985
|
-
case "com.amazonaws.codedeploy#DeploymentGroupDoesNotExistException":
|
|
986
|
-
throw await de_DeploymentGroupDoesNotExistExceptionRes(parsedOutput, context);
|
|
987
|
-
case "DeploymentLimitExceededException":
|
|
988
|
-
case "com.amazonaws.codedeploy#DeploymentLimitExceededException":
|
|
989
|
-
throw await de_DeploymentLimitExceededExceptionRes(parsedOutput, context);
|
|
990
|
-
case "DescriptionTooLongException":
|
|
991
|
-
case "com.amazonaws.codedeploy#DescriptionTooLongException":
|
|
992
|
-
throw await de_DescriptionTooLongExceptionRes(parsedOutput, context);
|
|
993
|
-
case "InvalidAlarmConfigException":
|
|
994
|
-
case "com.amazonaws.codedeploy#InvalidAlarmConfigException":
|
|
995
|
-
throw await de_InvalidAlarmConfigExceptionRes(parsedOutput, context);
|
|
996
|
-
case "InvalidAutoRollbackConfigException":
|
|
997
|
-
case "com.amazonaws.codedeploy#InvalidAutoRollbackConfigException":
|
|
998
|
-
throw await de_InvalidAutoRollbackConfigExceptionRes(parsedOutput, context);
|
|
999
|
-
case "InvalidAutoScalingGroupException":
|
|
1000
|
-
case "com.amazonaws.codedeploy#InvalidAutoScalingGroupException":
|
|
1001
|
-
throw await de_InvalidAutoScalingGroupExceptionRes(parsedOutput, context);
|
|
1002
|
-
case "InvalidDeploymentConfigNameException":
|
|
1003
|
-
case "com.amazonaws.codedeploy#InvalidDeploymentConfigNameException":
|
|
1004
|
-
throw await de_InvalidDeploymentConfigNameExceptionRes(parsedOutput, context);
|
|
1005
|
-
case "InvalidFileExistsBehaviorException":
|
|
1006
|
-
case "com.amazonaws.codedeploy#InvalidFileExistsBehaviorException":
|
|
1007
|
-
throw await de_InvalidFileExistsBehaviorExceptionRes(parsedOutput, context);
|
|
1008
|
-
case "InvalidGitHubAccountTokenException":
|
|
1009
|
-
case "com.amazonaws.codedeploy#InvalidGitHubAccountTokenException":
|
|
1010
|
-
throw await de_InvalidGitHubAccountTokenExceptionRes(parsedOutput, context);
|
|
1011
|
-
case "InvalidIgnoreApplicationStopFailuresValueException":
|
|
1012
|
-
case "com.amazonaws.codedeploy#InvalidIgnoreApplicationStopFailuresValueException":
|
|
1013
|
-
throw await de_InvalidIgnoreApplicationStopFailuresValueExceptionRes(parsedOutput, context);
|
|
1014
|
-
case "InvalidLoadBalancerInfoException":
|
|
1015
|
-
case "com.amazonaws.codedeploy#InvalidLoadBalancerInfoException":
|
|
1016
|
-
throw await de_InvalidLoadBalancerInfoExceptionRes(parsedOutput, context);
|
|
1017
|
-
case "InvalidRoleException":
|
|
1018
|
-
case "com.amazonaws.codedeploy#InvalidRoleException":
|
|
1019
|
-
throw await de_InvalidRoleExceptionRes(parsedOutput, context);
|
|
1020
|
-
case "InvalidTargetInstancesException":
|
|
1021
|
-
case "com.amazonaws.codedeploy#InvalidTargetInstancesException":
|
|
1022
|
-
throw await de_InvalidTargetInstancesExceptionRes(parsedOutput, context);
|
|
1023
|
-
case "InvalidTrafficRoutingConfigurationException":
|
|
1024
|
-
case "com.amazonaws.codedeploy#InvalidTrafficRoutingConfigurationException":
|
|
1025
|
-
throw await de_InvalidTrafficRoutingConfigurationExceptionRes(parsedOutput, context);
|
|
1026
|
-
case "InvalidUpdateOutdatedInstancesOnlyValueException":
|
|
1027
|
-
case "com.amazonaws.codedeploy#InvalidUpdateOutdatedInstancesOnlyValueException":
|
|
1028
|
-
throw await de_InvalidUpdateOutdatedInstancesOnlyValueExceptionRes(parsedOutput, context);
|
|
1029
|
-
case "RevisionDoesNotExistException":
|
|
1030
|
-
case "com.amazonaws.codedeploy#RevisionDoesNotExistException":
|
|
1031
|
-
throw await de_RevisionDoesNotExistExceptionRes(parsedOutput, context);
|
|
1032
|
-
case "ThrottlingException":
|
|
1033
|
-
case "com.amazonaws.codedeploy#ThrottlingException":
|
|
1034
|
-
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1035
|
-
case "DeploymentConfigAlreadyExistsException":
|
|
1036
|
-
case "com.amazonaws.codedeploy#DeploymentConfigAlreadyExistsException":
|
|
1037
|
-
throw await de_DeploymentConfigAlreadyExistsExceptionRes(parsedOutput, context);
|
|
1038
|
-
case "DeploymentConfigLimitExceededException":
|
|
1039
|
-
case "com.amazonaws.codedeploy#DeploymentConfigLimitExceededException":
|
|
1040
|
-
throw await de_DeploymentConfigLimitExceededExceptionRes(parsedOutput, context);
|
|
1041
|
-
case "DeploymentConfigNameRequiredException":
|
|
1042
|
-
case "com.amazonaws.codedeploy#DeploymentConfigNameRequiredException":
|
|
1043
|
-
throw await de_DeploymentConfigNameRequiredExceptionRes(parsedOutput, context);
|
|
1044
|
-
case "InvalidMinimumHealthyHostValueException":
|
|
1045
|
-
case "com.amazonaws.codedeploy#InvalidMinimumHealthyHostValueException":
|
|
1046
|
-
throw await de_InvalidMinimumHealthyHostValueExceptionRes(parsedOutput, context);
|
|
1047
|
-
case "InvalidZonalDeploymentConfigurationException":
|
|
1048
|
-
case "com.amazonaws.codedeploy#InvalidZonalDeploymentConfigurationException":
|
|
1049
|
-
throw await de_InvalidZonalDeploymentConfigurationExceptionRes(parsedOutput, context);
|
|
1050
|
-
case "DeploymentGroupAlreadyExistsException":
|
|
1051
|
-
case "com.amazonaws.codedeploy#DeploymentGroupAlreadyExistsException":
|
|
1052
|
-
throw await de_DeploymentGroupAlreadyExistsExceptionRes(parsedOutput, context);
|
|
1053
|
-
case "DeploymentGroupLimitExceededException":
|
|
1054
|
-
case "com.amazonaws.codedeploy#DeploymentGroupLimitExceededException":
|
|
1055
|
-
throw await de_DeploymentGroupLimitExceededExceptionRes(parsedOutput, context);
|
|
1056
|
-
case "ECSServiceMappingLimitExceededException":
|
|
1057
|
-
case "com.amazonaws.codedeploy#ECSServiceMappingLimitExceededException":
|
|
1058
|
-
throw await de_ECSServiceMappingLimitExceededExceptionRes(parsedOutput, context);
|
|
1059
|
-
case "InvalidBlueGreenDeploymentConfigurationException":
|
|
1060
|
-
case "com.amazonaws.codedeploy#InvalidBlueGreenDeploymentConfigurationException":
|
|
1061
|
-
throw await de_InvalidBlueGreenDeploymentConfigurationExceptionRes(parsedOutput, context);
|
|
1062
|
-
case "InvalidDeploymentStyleException":
|
|
1063
|
-
case "com.amazonaws.codedeploy#InvalidDeploymentStyleException":
|
|
1064
|
-
throw await de_InvalidDeploymentStyleExceptionRes(parsedOutput, context);
|
|
1065
|
-
case "InvalidEC2TagCombinationException":
|
|
1066
|
-
case "com.amazonaws.codedeploy#InvalidEC2TagCombinationException":
|
|
1067
|
-
throw await de_InvalidEC2TagCombinationExceptionRes(parsedOutput, context);
|
|
1068
|
-
case "InvalidEC2TagException":
|
|
1069
|
-
case "com.amazonaws.codedeploy#InvalidEC2TagException":
|
|
1070
|
-
throw await de_InvalidEC2TagExceptionRes(parsedOutput, context);
|
|
1071
|
-
case "InvalidECSServiceException":
|
|
1072
|
-
case "com.amazonaws.codedeploy#InvalidECSServiceException":
|
|
1073
|
-
throw await de_InvalidECSServiceExceptionRes(parsedOutput, context);
|
|
1074
|
-
case "InvalidInputException":
|
|
1075
|
-
case "com.amazonaws.codedeploy#InvalidInputException":
|
|
1076
|
-
throw await de_InvalidInputExceptionRes(parsedOutput, context);
|
|
1077
|
-
case "InvalidOnPremisesTagCombinationException":
|
|
1078
|
-
case "com.amazonaws.codedeploy#InvalidOnPremisesTagCombinationException":
|
|
1079
|
-
throw await de_InvalidOnPremisesTagCombinationExceptionRes(parsedOutput, context);
|
|
1080
|
-
case "InvalidTargetGroupPairException":
|
|
1081
|
-
case "com.amazonaws.codedeploy#InvalidTargetGroupPairException":
|
|
1082
|
-
throw await de_InvalidTargetGroupPairExceptionRes(parsedOutput, context);
|
|
1083
|
-
case "InvalidTriggerConfigException":
|
|
1084
|
-
case "com.amazonaws.codedeploy#InvalidTriggerConfigException":
|
|
1085
|
-
throw await de_InvalidTriggerConfigExceptionRes(parsedOutput, context);
|
|
1086
|
-
case "LifecycleHookLimitExceededException":
|
|
1087
|
-
case "com.amazonaws.codedeploy#LifecycleHookLimitExceededException":
|
|
1088
|
-
throw await de_LifecycleHookLimitExceededExceptionRes(parsedOutput, context);
|
|
1089
|
-
case "RoleRequiredException":
|
|
1090
|
-
case "com.amazonaws.codedeploy#RoleRequiredException":
|
|
1091
|
-
throw await de_RoleRequiredExceptionRes(parsedOutput, context);
|
|
1092
|
-
case "TagSetListLimitExceededException":
|
|
1093
|
-
case "com.amazonaws.codedeploy#TagSetListLimitExceededException":
|
|
1094
|
-
throw await de_TagSetListLimitExceededExceptionRes(parsedOutput, context);
|
|
1095
|
-
case "TriggerTargetsLimitExceededException":
|
|
1096
|
-
case "com.amazonaws.codedeploy#TriggerTargetsLimitExceededException":
|
|
1097
|
-
throw await de_TriggerTargetsLimitExceededExceptionRes(parsedOutput, context);
|
|
1098
|
-
case "DeploymentConfigInUseException":
|
|
1099
|
-
case "com.amazonaws.codedeploy#DeploymentConfigInUseException":
|
|
1100
|
-
throw await de_DeploymentConfigInUseExceptionRes(parsedOutput, context);
|
|
1101
|
-
case "InvalidOperationException":
|
|
1102
|
-
case "com.amazonaws.codedeploy#InvalidOperationException":
|
|
1103
|
-
throw await de_InvalidOperationExceptionRes(parsedOutput, context);
|
|
1104
|
-
case "GitHubAccountTokenDoesNotExistException":
|
|
1105
|
-
case "com.amazonaws.codedeploy#GitHubAccountTokenDoesNotExistException":
|
|
1106
|
-
throw await de_GitHubAccountTokenDoesNotExistExceptionRes(parsedOutput, context);
|
|
1107
|
-
case "GitHubAccountTokenNameRequiredException":
|
|
1108
|
-
case "com.amazonaws.codedeploy#GitHubAccountTokenNameRequiredException":
|
|
1109
|
-
throw await de_GitHubAccountTokenNameRequiredExceptionRes(parsedOutput, context);
|
|
1110
|
-
case "InvalidGitHubAccountTokenNameException":
|
|
1111
|
-
case "com.amazonaws.codedeploy#InvalidGitHubAccountTokenNameException":
|
|
1112
|
-
throw await de_InvalidGitHubAccountTokenNameExceptionRes(parsedOutput, context);
|
|
1113
|
-
case "OperationNotSupportedException":
|
|
1114
|
-
case "com.amazonaws.codedeploy#OperationNotSupportedException":
|
|
1115
|
-
throw await de_OperationNotSupportedExceptionRes(parsedOutput, context);
|
|
1116
|
-
case "ResourceValidationException":
|
|
1117
|
-
case "com.amazonaws.codedeploy#ResourceValidationException":
|
|
1118
|
-
throw await de_ResourceValidationExceptionRes(parsedOutput, context);
|
|
1119
|
-
case "BucketNameFilterRequiredException":
|
|
1120
|
-
case "com.amazonaws.codedeploy#BucketNameFilterRequiredException":
|
|
1121
|
-
throw await de_BucketNameFilterRequiredExceptionRes(parsedOutput, context);
|
|
1122
|
-
case "InvalidBucketNameFilterException":
|
|
1123
|
-
case "com.amazonaws.codedeploy#InvalidBucketNameFilterException":
|
|
1124
|
-
throw await de_InvalidBucketNameFilterExceptionRes(parsedOutput, context);
|
|
1125
|
-
case "InvalidDeployedStateFilterException":
|
|
1126
|
-
case "com.amazonaws.codedeploy#InvalidDeployedStateFilterException":
|
|
1127
|
-
throw await de_InvalidDeployedStateFilterExceptionRes(parsedOutput, context);
|
|
1128
|
-
case "InvalidKeyPrefixFilterException":
|
|
1129
|
-
case "com.amazonaws.codedeploy#InvalidKeyPrefixFilterException":
|
|
1130
|
-
throw await de_InvalidKeyPrefixFilterExceptionRes(parsedOutput, context);
|
|
1131
|
-
case "InvalidNextTokenException":
|
|
1132
|
-
case "com.amazonaws.codedeploy#InvalidNextTokenException":
|
|
1133
|
-
throw await de_InvalidNextTokenExceptionRes(parsedOutput, context);
|
|
1134
|
-
case "InvalidSortByException":
|
|
1135
|
-
case "com.amazonaws.codedeploy#InvalidSortByException":
|
|
1136
|
-
throw await de_InvalidSortByExceptionRes(parsedOutput, context);
|
|
1137
|
-
case "InvalidSortOrderException":
|
|
1138
|
-
case "com.amazonaws.codedeploy#InvalidSortOrderException":
|
|
1139
|
-
throw await de_InvalidSortOrderExceptionRes(parsedOutput, context);
|
|
1140
|
-
case "InvalidDeploymentInstanceTypeException":
|
|
1141
|
-
case "com.amazonaws.codedeploy#InvalidDeploymentInstanceTypeException":
|
|
1142
|
-
throw await de_InvalidDeploymentInstanceTypeExceptionRes(parsedOutput, context);
|
|
1143
|
-
case "InvalidInstanceStatusException":
|
|
1144
|
-
case "com.amazonaws.codedeploy#InvalidInstanceStatusException":
|
|
1145
|
-
throw await de_InvalidInstanceStatusExceptionRes(parsedOutput, context);
|
|
1146
|
-
case "InvalidInstanceTypeException":
|
|
1147
|
-
case "com.amazonaws.codedeploy#InvalidInstanceTypeException":
|
|
1148
|
-
throw await de_InvalidInstanceTypeExceptionRes(parsedOutput, context);
|
|
1149
|
-
case "InvalidTargetFilterNameException":
|
|
1150
|
-
case "com.amazonaws.codedeploy#InvalidTargetFilterNameException":
|
|
1151
|
-
throw await de_InvalidTargetFilterNameExceptionRes(parsedOutput, context);
|
|
1152
|
-
case "InvalidExternalIdException":
|
|
1153
|
-
case "com.amazonaws.codedeploy#InvalidExternalIdException":
|
|
1154
|
-
throw await de_InvalidExternalIdExceptionRes(parsedOutput, context);
|
|
1155
|
-
case "InvalidTimeRangeException":
|
|
1156
|
-
case "com.amazonaws.codedeploy#InvalidTimeRangeException":
|
|
1157
|
-
throw await de_InvalidTimeRangeExceptionRes(parsedOutput, context);
|
|
1158
|
-
case "InvalidRegistrationStatusException":
|
|
1159
|
-
case "com.amazonaws.codedeploy#InvalidRegistrationStatusException":
|
|
1160
|
-
throw await de_InvalidRegistrationStatusExceptionRes(parsedOutput, context);
|
|
1161
|
-
case "InvalidTagFilterException":
|
|
1162
|
-
case "com.amazonaws.codedeploy#InvalidTagFilterException":
|
|
1163
|
-
throw await de_InvalidTagFilterExceptionRes(parsedOutput, context);
|
|
1164
|
-
case "ArnNotSupportedException":
|
|
1165
|
-
case "com.amazonaws.codedeploy#ArnNotSupportedException":
|
|
1166
|
-
throw await de_ArnNotSupportedExceptionRes(parsedOutput, context);
|
|
1167
|
-
case "InvalidArnException":
|
|
1168
|
-
case "com.amazonaws.codedeploy#InvalidArnException":
|
|
1169
|
-
throw await de_InvalidArnExceptionRes(parsedOutput, context);
|
|
1170
|
-
case "ResourceArnRequiredException":
|
|
1171
|
-
case "com.amazonaws.codedeploy#ResourceArnRequiredException":
|
|
1172
|
-
throw await de_ResourceArnRequiredExceptionRes(parsedOutput, context);
|
|
1173
|
-
case "InvalidLifecycleEventHookExecutionIdException":
|
|
1174
|
-
case "com.amazonaws.codedeploy#InvalidLifecycleEventHookExecutionIdException":
|
|
1175
|
-
throw await de_InvalidLifecycleEventHookExecutionIdExceptionRes(parsedOutput, context);
|
|
1176
|
-
case "InvalidLifecycleEventHookExecutionStatusException":
|
|
1177
|
-
case "com.amazonaws.codedeploy#InvalidLifecycleEventHookExecutionStatusException":
|
|
1178
|
-
throw await de_InvalidLifecycleEventHookExecutionStatusExceptionRes(parsedOutput, context);
|
|
1179
|
-
case "LifecycleEventAlreadyCompletedException":
|
|
1180
|
-
case "com.amazonaws.codedeploy#LifecycleEventAlreadyCompletedException":
|
|
1181
|
-
throw await de_LifecycleEventAlreadyCompletedExceptionRes(parsedOutput, context);
|
|
1182
|
-
case "IamArnRequiredException":
|
|
1183
|
-
case "com.amazonaws.codedeploy#IamArnRequiredException":
|
|
1184
|
-
throw await de_IamArnRequiredExceptionRes(parsedOutput, context);
|
|
1185
|
-
case "IamSessionArnAlreadyRegisteredException":
|
|
1186
|
-
case "com.amazonaws.codedeploy#IamSessionArnAlreadyRegisteredException":
|
|
1187
|
-
throw await de_IamSessionArnAlreadyRegisteredExceptionRes(parsedOutput, context);
|
|
1188
|
-
case "IamUserArnAlreadyRegisteredException":
|
|
1189
|
-
case "com.amazonaws.codedeploy#IamUserArnAlreadyRegisteredException":
|
|
1190
|
-
throw await de_IamUserArnAlreadyRegisteredExceptionRes(parsedOutput, context);
|
|
1191
|
-
case "IamUserArnRequiredException":
|
|
1192
|
-
case "com.amazonaws.codedeploy#IamUserArnRequiredException":
|
|
1193
|
-
throw await de_IamUserArnRequiredExceptionRes(parsedOutput, context);
|
|
1194
|
-
case "InstanceNameAlreadyRegisteredException":
|
|
1195
|
-
case "com.amazonaws.codedeploy#InstanceNameAlreadyRegisteredException":
|
|
1196
|
-
throw await de_InstanceNameAlreadyRegisteredExceptionRes(parsedOutput, context);
|
|
1197
|
-
case "InvalidIamSessionArnException":
|
|
1198
|
-
case "com.amazonaws.codedeploy#InvalidIamSessionArnException":
|
|
1199
|
-
throw await de_InvalidIamSessionArnExceptionRes(parsedOutput, context);
|
|
1200
|
-
case "InvalidIamUserArnException":
|
|
1201
|
-
case "com.amazonaws.codedeploy#InvalidIamUserArnException":
|
|
1202
|
-
throw await de_InvalidIamUserArnExceptionRes(parsedOutput, context);
|
|
1203
|
-
case "MultipleIamArnsProvidedException":
|
|
1204
|
-
case "com.amazonaws.codedeploy#MultipleIamArnsProvidedException":
|
|
1205
|
-
throw await de_MultipleIamArnsProvidedExceptionRes(parsedOutput, context);
|
|
1206
|
-
default:
|
|
1207
|
-
const parsedBody = parsedOutput.body;
|
|
1208
|
-
return throwDefaultError({
|
|
1209
|
-
output,
|
|
1210
|
-
parsedBody,
|
|
1211
|
-
errorCode,
|
|
1212
|
-
});
|
|
1213
|
-
}
|
|
1214
|
-
};
|
|
1215
|
-
const de_AlarmsLimitExceededExceptionRes = async (parsedOutput, context) => {
|
|
1216
|
-
const body = parsedOutput.body;
|
|
1217
|
-
const deserialized = _json(body);
|
|
1218
|
-
const exception = new AlarmsLimitExceededException({
|
|
1219
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1220
|
-
...deserialized,
|
|
1221
|
-
});
|
|
1222
|
-
return __decorateServiceException(exception, body);
|
|
1223
|
-
};
|
|
1224
|
-
const de_ApplicationAlreadyExistsExceptionRes = async (parsedOutput, context) => {
|
|
1225
|
-
const body = parsedOutput.body;
|
|
1226
|
-
const deserialized = _json(body);
|
|
1227
|
-
const exception = new ApplicationAlreadyExistsException({
|
|
1228
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1229
|
-
...deserialized,
|
|
1230
|
-
});
|
|
1231
|
-
return __decorateServiceException(exception, body);
|
|
1232
|
-
};
|
|
1233
|
-
const de_ApplicationDoesNotExistExceptionRes = async (parsedOutput, context) => {
|
|
1234
|
-
const body = parsedOutput.body;
|
|
1235
|
-
const deserialized = _json(body);
|
|
1236
|
-
const exception = new ApplicationDoesNotExistException({
|
|
1237
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1238
|
-
...deserialized,
|
|
1239
|
-
});
|
|
1240
|
-
return __decorateServiceException(exception, body);
|
|
1241
|
-
};
|
|
1242
|
-
const de_ApplicationLimitExceededExceptionRes = async (parsedOutput, context) => {
|
|
1243
|
-
const body = parsedOutput.body;
|
|
1244
|
-
const deserialized = _json(body);
|
|
1245
|
-
const exception = new ApplicationLimitExceededException({
|
|
1246
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1247
|
-
...deserialized,
|
|
1248
|
-
});
|
|
1249
|
-
return __decorateServiceException(exception, body);
|
|
1250
|
-
};
|
|
1251
|
-
const de_ApplicationNameRequiredExceptionRes = async (parsedOutput, context) => {
|
|
1252
|
-
const body = parsedOutput.body;
|
|
1253
|
-
const deserialized = _json(body);
|
|
1254
|
-
const exception = new ApplicationNameRequiredException({
|
|
1255
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1256
|
-
...deserialized,
|
|
1257
|
-
});
|
|
1258
|
-
return __decorateServiceException(exception, body);
|
|
1259
|
-
};
|
|
1260
|
-
const de_ArnNotSupportedExceptionRes = async (parsedOutput, context) => {
|
|
1261
|
-
const body = parsedOutput.body;
|
|
1262
|
-
const deserialized = _json(body);
|
|
1263
|
-
const exception = new ArnNotSupportedException({
|
|
1264
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1265
|
-
...deserialized,
|
|
1266
|
-
});
|
|
1267
|
-
return __decorateServiceException(exception, body);
|
|
1268
|
-
};
|
|
1269
|
-
const de_BatchLimitExceededExceptionRes = async (parsedOutput, context) => {
|
|
1270
|
-
const body = parsedOutput.body;
|
|
1271
|
-
const deserialized = _json(body);
|
|
1272
|
-
const exception = new BatchLimitExceededException({
|
|
1273
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1274
|
-
...deserialized,
|
|
1275
|
-
});
|
|
1276
|
-
return __decorateServiceException(exception, body);
|
|
1277
|
-
};
|
|
1278
|
-
const de_BucketNameFilterRequiredExceptionRes = async (parsedOutput, context) => {
|
|
1279
|
-
const body = parsedOutput.body;
|
|
1280
|
-
const deserialized = _json(body);
|
|
1281
|
-
const exception = new BucketNameFilterRequiredException({
|
|
1282
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1283
|
-
...deserialized,
|
|
1284
|
-
});
|
|
1285
|
-
return __decorateServiceException(exception, body);
|
|
1286
|
-
};
|
|
1287
|
-
const de_DeploymentAlreadyCompletedExceptionRes = async (parsedOutput, context) => {
|
|
1288
|
-
const body = parsedOutput.body;
|
|
1289
|
-
const deserialized = _json(body);
|
|
1290
|
-
const exception = new DeploymentAlreadyCompletedException({
|
|
1291
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1292
|
-
...deserialized,
|
|
1293
|
-
});
|
|
1294
|
-
return __decorateServiceException(exception, body);
|
|
1295
|
-
};
|
|
1296
|
-
const de_DeploymentConfigAlreadyExistsExceptionRes = async (parsedOutput, context) => {
|
|
1297
|
-
const body = parsedOutput.body;
|
|
1298
|
-
const deserialized = _json(body);
|
|
1299
|
-
const exception = new DeploymentConfigAlreadyExistsException({
|
|
1300
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1301
|
-
...deserialized,
|
|
1302
|
-
});
|
|
1303
|
-
return __decorateServiceException(exception, body);
|
|
1304
|
-
};
|
|
1305
|
-
const de_DeploymentConfigDoesNotExistExceptionRes = async (parsedOutput, context) => {
|
|
1306
|
-
const body = parsedOutput.body;
|
|
1307
|
-
const deserialized = _json(body);
|
|
1308
|
-
const exception = new DeploymentConfigDoesNotExistException({
|
|
1309
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1310
|
-
...deserialized,
|
|
1311
|
-
});
|
|
1312
|
-
return __decorateServiceException(exception, body);
|
|
1313
|
-
};
|
|
1314
|
-
const de_DeploymentConfigInUseExceptionRes = async (parsedOutput, context) => {
|
|
1315
|
-
const body = parsedOutput.body;
|
|
1316
|
-
const deserialized = _json(body);
|
|
1317
|
-
const exception = new DeploymentConfigInUseException({
|
|
1318
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1319
|
-
...deserialized,
|
|
1320
|
-
});
|
|
1321
|
-
return __decorateServiceException(exception, body);
|
|
1322
|
-
};
|
|
1323
|
-
const de_DeploymentConfigLimitExceededExceptionRes = async (parsedOutput, context) => {
|
|
1324
|
-
const body = parsedOutput.body;
|
|
1325
|
-
const deserialized = _json(body);
|
|
1326
|
-
const exception = new DeploymentConfigLimitExceededException({
|
|
1327
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1328
|
-
...deserialized,
|
|
1329
|
-
});
|
|
1330
|
-
return __decorateServiceException(exception, body);
|
|
1331
|
-
};
|
|
1332
|
-
const de_DeploymentConfigNameRequiredExceptionRes = async (parsedOutput, context) => {
|
|
1333
|
-
const body = parsedOutput.body;
|
|
1334
|
-
const deserialized = _json(body);
|
|
1335
|
-
const exception = new DeploymentConfigNameRequiredException({
|
|
1336
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1337
|
-
...deserialized,
|
|
1338
|
-
});
|
|
1339
|
-
return __decorateServiceException(exception, body);
|
|
1340
|
-
};
|
|
1341
|
-
const de_DeploymentDoesNotExistExceptionRes = async (parsedOutput, context) => {
|
|
1342
|
-
const body = parsedOutput.body;
|
|
1343
|
-
const deserialized = _json(body);
|
|
1344
|
-
const exception = new DeploymentDoesNotExistException({
|
|
1345
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1346
|
-
...deserialized,
|
|
1347
|
-
});
|
|
1348
|
-
return __decorateServiceException(exception, body);
|
|
1349
|
-
};
|
|
1350
|
-
const de_DeploymentGroupAlreadyExistsExceptionRes = async (parsedOutput, context) => {
|
|
1351
|
-
const body = parsedOutput.body;
|
|
1352
|
-
const deserialized = _json(body);
|
|
1353
|
-
const exception = new DeploymentGroupAlreadyExistsException({
|
|
1354
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1355
|
-
...deserialized,
|
|
1356
|
-
});
|
|
1357
|
-
return __decorateServiceException(exception, body);
|
|
1358
|
-
};
|
|
1359
|
-
const de_DeploymentGroupDoesNotExistExceptionRes = async (parsedOutput, context) => {
|
|
1360
|
-
const body = parsedOutput.body;
|
|
1361
|
-
const deserialized = _json(body);
|
|
1362
|
-
const exception = new DeploymentGroupDoesNotExistException({
|
|
1363
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1364
|
-
...deserialized,
|
|
1365
|
-
});
|
|
1366
|
-
return __decorateServiceException(exception, body);
|
|
1367
|
-
};
|
|
1368
|
-
const de_DeploymentGroupLimitExceededExceptionRes = async (parsedOutput, context) => {
|
|
1369
|
-
const body = parsedOutput.body;
|
|
1370
|
-
const deserialized = _json(body);
|
|
1371
|
-
const exception = new DeploymentGroupLimitExceededException({
|
|
1372
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1373
|
-
...deserialized,
|
|
1374
|
-
});
|
|
1375
|
-
return __decorateServiceException(exception, body);
|
|
1376
|
-
};
|
|
1377
|
-
const de_DeploymentGroupNameRequiredExceptionRes = async (parsedOutput, context) => {
|
|
1378
|
-
const body = parsedOutput.body;
|
|
1379
|
-
const deserialized = _json(body);
|
|
1380
|
-
const exception = new DeploymentGroupNameRequiredException({
|
|
1381
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1382
|
-
...deserialized,
|
|
1383
|
-
});
|
|
1384
|
-
return __decorateServiceException(exception, body);
|
|
1385
|
-
};
|
|
1386
|
-
const de_DeploymentIdRequiredExceptionRes = async (parsedOutput, context) => {
|
|
1387
|
-
const body = parsedOutput.body;
|
|
1388
|
-
const deserialized = _json(body);
|
|
1389
|
-
const exception = new DeploymentIdRequiredException({
|
|
1390
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1391
|
-
...deserialized,
|
|
1392
|
-
});
|
|
1393
|
-
return __decorateServiceException(exception, body);
|
|
1394
|
-
};
|
|
1395
|
-
const de_DeploymentIsNotInReadyStateExceptionRes = async (parsedOutput, context) => {
|
|
1396
|
-
const body = parsedOutput.body;
|
|
1397
|
-
const deserialized = _json(body);
|
|
1398
|
-
const exception = new DeploymentIsNotInReadyStateException({
|
|
1399
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1400
|
-
...deserialized,
|
|
1401
|
-
});
|
|
1402
|
-
return __decorateServiceException(exception, body);
|
|
1403
|
-
};
|
|
1404
|
-
const de_DeploymentLimitExceededExceptionRes = async (parsedOutput, context) => {
|
|
1405
|
-
const body = parsedOutput.body;
|
|
1406
|
-
const deserialized = _json(body);
|
|
1407
|
-
const exception = new DeploymentLimitExceededException({
|
|
1408
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1409
|
-
...deserialized,
|
|
1410
|
-
});
|
|
1411
|
-
return __decorateServiceException(exception, body);
|
|
1412
|
-
};
|
|
1413
|
-
const de_DeploymentNotStartedExceptionRes = async (parsedOutput, context) => {
|
|
1414
|
-
const body = parsedOutput.body;
|
|
1415
|
-
const deserialized = _json(body);
|
|
1416
|
-
const exception = new DeploymentNotStartedException({
|
|
1417
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1418
|
-
...deserialized,
|
|
1419
|
-
});
|
|
1420
|
-
return __decorateServiceException(exception, body);
|
|
1421
|
-
};
|
|
1422
|
-
const de_DeploymentTargetDoesNotExistExceptionRes = async (parsedOutput, context) => {
|
|
1423
|
-
const body = parsedOutput.body;
|
|
1424
|
-
const deserialized = _json(body);
|
|
1425
|
-
const exception = new DeploymentTargetDoesNotExistException({
|
|
1426
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1427
|
-
...deserialized,
|
|
1428
|
-
});
|
|
1429
|
-
return __decorateServiceException(exception, body);
|
|
1430
|
-
};
|
|
1431
|
-
const de_DeploymentTargetIdRequiredExceptionRes = async (parsedOutput, context) => {
|
|
1432
|
-
const body = parsedOutput.body;
|
|
1433
|
-
const deserialized = _json(body);
|
|
1434
|
-
const exception = new DeploymentTargetIdRequiredException({
|
|
1435
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1436
|
-
...deserialized,
|
|
1437
|
-
});
|
|
1438
|
-
return __decorateServiceException(exception, body);
|
|
1439
|
-
};
|
|
1440
|
-
const de_DeploymentTargetListSizeExceededExceptionRes = async (parsedOutput, context) => {
|
|
1441
|
-
const body = parsedOutput.body;
|
|
1442
|
-
const deserialized = _json(body);
|
|
1443
|
-
const exception = new DeploymentTargetListSizeExceededException({
|
|
1444
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1445
|
-
...deserialized,
|
|
1446
|
-
});
|
|
1447
|
-
return __decorateServiceException(exception, body);
|
|
1448
|
-
};
|
|
1449
|
-
const de_DescriptionTooLongExceptionRes = async (parsedOutput, context) => {
|
|
1450
|
-
const body = parsedOutput.body;
|
|
1451
|
-
const deserialized = _json(body);
|
|
1452
|
-
const exception = new DescriptionTooLongException({
|
|
1453
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1454
|
-
...deserialized,
|
|
1455
|
-
});
|
|
1456
|
-
return __decorateServiceException(exception, body);
|
|
1457
|
-
};
|
|
1458
|
-
const de_ECSServiceMappingLimitExceededExceptionRes = async (parsedOutput, context) => {
|
|
1459
|
-
const body = parsedOutput.body;
|
|
1460
|
-
const deserialized = _json(body);
|
|
1461
|
-
const exception = new ECSServiceMappingLimitExceededException({
|
|
1462
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1463
|
-
...deserialized,
|
|
1464
|
-
});
|
|
1465
|
-
return __decorateServiceException(exception, body);
|
|
1466
|
-
};
|
|
1467
|
-
const de_GitHubAccountTokenDoesNotExistExceptionRes = async (parsedOutput, context) => {
|
|
1468
|
-
const body = parsedOutput.body;
|
|
1469
|
-
const deserialized = _json(body);
|
|
1470
|
-
const exception = new GitHubAccountTokenDoesNotExistException({
|
|
1471
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1472
|
-
...deserialized,
|
|
1473
|
-
});
|
|
1474
|
-
return __decorateServiceException(exception, body);
|
|
1475
|
-
};
|
|
1476
|
-
const de_GitHubAccountTokenNameRequiredExceptionRes = async (parsedOutput, context) => {
|
|
1477
|
-
const body = parsedOutput.body;
|
|
1478
|
-
const deserialized = _json(body);
|
|
1479
|
-
const exception = new GitHubAccountTokenNameRequiredException({
|
|
1480
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1481
|
-
...deserialized,
|
|
1482
|
-
});
|
|
1483
|
-
return __decorateServiceException(exception, body);
|
|
1484
|
-
};
|
|
1485
|
-
const de_IamArnRequiredExceptionRes = async (parsedOutput, context) => {
|
|
1486
|
-
const body = parsedOutput.body;
|
|
1487
|
-
const deserialized = _json(body);
|
|
1488
|
-
const exception = new IamArnRequiredException({
|
|
1489
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1490
|
-
...deserialized,
|
|
1491
|
-
});
|
|
1492
|
-
return __decorateServiceException(exception, body);
|
|
1493
|
-
};
|
|
1494
|
-
const de_IamSessionArnAlreadyRegisteredExceptionRes = async (parsedOutput, context) => {
|
|
1495
|
-
const body = parsedOutput.body;
|
|
1496
|
-
const deserialized = _json(body);
|
|
1497
|
-
const exception = new IamSessionArnAlreadyRegisteredException({
|
|
1498
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1499
|
-
...deserialized,
|
|
1500
|
-
});
|
|
1501
|
-
return __decorateServiceException(exception, body);
|
|
1502
|
-
};
|
|
1503
|
-
const de_IamUserArnAlreadyRegisteredExceptionRes = async (parsedOutput, context) => {
|
|
1504
|
-
const body = parsedOutput.body;
|
|
1505
|
-
const deserialized = _json(body);
|
|
1506
|
-
const exception = new IamUserArnAlreadyRegisteredException({
|
|
1507
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1508
|
-
...deserialized,
|
|
1509
|
-
});
|
|
1510
|
-
return __decorateServiceException(exception, body);
|
|
1511
|
-
};
|
|
1512
|
-
const de_IamUserArnRequiredExceptionRes = async (parsedOutput, context) => {
|
|
1513
|
-
const body = parsedOutput.body;
|
|
1514
|
-
const deserialized = _json(body);
|
|
1515
|
-
const exception = new IamUserArnRequiredException({
|
|
1516
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1517
|
-
...deserialized,
|
|
1518
|
-
});
|
|
1519
|
-
return __decorateServiceException(exception, body);
|
|
1520
|
-
};
|
|
1521
|
-
const de_InstanceDoesNotExistExceptionRes = async (parsedOutput, context) => {
|
|
1522
|
-
const body = parsedOutput.body;
|
|
1523
|
-
const deserialized = _json(body);
|
|
1524
|
-
const exception = new InstanceDoesNotExistException({
|
|
1525
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1526
|
-
...deserialized,
|
|
1527
|
-
});
|
|
1528
|
-
return __decorateServiceException(exception, body);
|
|
1529
|
-
};
|
|
1530
|
-
const de_InstanceIdRequiredExceptionRes = async (parsedOutput, context) => {
|
|
1531
|
-
const body = parsedOutput.body;
|
|
1532
|
-
const deserialized = _json(body);
|
|
1533
|
-
const exception = new InstanceIdRequiredException({
|
|
1534
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1535
|
-
...deserialized,
|
|
1536
|
-
});
|
|
1537
|
-
return __decorateServiceException(exception, body);
|
|
1538
|
-
};
|
|
1539
|
-
const de_InstanceLimitExceededExceptionRes = async (parsedOutput, context) => {
|
|
1540
|
-
const body = parsedOutput.body;
|
|
1541
|
-
const deserialized = _json(body);
|
|
1542
|
-
const exception = new InstanceLimitExceededException({
|
|
1543
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1544
|
-
...deserialized,
|
|
1545
|
-
});
|
|
1546
|
-
return __decorateServiceException(exception, body);
|
|
1547
|
-
};
|
|
1548
|
-
const de_InstanceNameAlreadyRegisteredExceptionRes = async (parsedOutput, context) => {
|
|
1549
|
-
const body = parsedOutput.body;
|
|
1550
|
-
const deserialized = _json(body);
|
|
1551
|
-
const exception = new InstanceNameAlreadyRegisteredException({
|
|
1552
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1553
|
-
...deserialized,
|
|
1554
|
-
});
|
|
1555
|
-
return __decorateServiceException(exception, body);
|
|
1556
|
-
};
|
|
1557
|
-
const de_InstanceNameRequiredExceptionRes = async (parsedOutput, context) => {
|
|
1558
|
-
const body = parsedOutput.body;
|
|
1559
|
-
const deserialized = _json(body);
|
|
1560
|
-
const exception = new InstanceNameRequiredException({
|
|
1561
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1562
|
-
...deserialized,
|
|
1563
|
-
});
|
|
1564
|
-
return __decorateServiceException(exception, body);
|
|
1565
|
-
};
|
|
1566
|
-
const de_InstanceNotRegisteredExceptionRes = async (parsedOutput, context) => {
|
|
1567
|
-
const body = parsedOutput.body;
|
|
1568
|
-
const deserialized = _json(body);
|
|
1569
|
-
const exception = new InstanceNotRegisteredException({
|
|
1570
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1571
|
-
...deserialized,
|
|
1572
|
-
});
|
|
1573
|
-
return __decorateServiceException(exception, body);
|
|
1574
|
-
};
|
|
1575
|
-
const de_InvalidAlarmConfigExceptionRes = async (parsedOutput, context) => {
|
|
1576
|
-
const body = parsedOutput.body;
|
|
1577
|
-
const deserialized = _json(body);
|
|
1578
|
-
const exception = new InvalidAlarmConfigException({
|
|
1579
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1580
|
-
...deserialized,
|
|
1581
|
-
});
|
|
1582
|
-
return __decorateServiceException(exception, body);
|
|
1583
|
-
};
|
|
1584
|
-
const de_InvalidApplicationNameExceptionRes = async (parsedOutput, context) => {
|
|
1585
|
-
const body = parsedOutput.body;
|
|
1586
|
-
const deserialized = _json(body);
|
|
1587
|
-
const exception = new InvalidApplicationNameException({
|
|
1588
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1589
|
-
...deserialized,
|
|
1590
|
-
});
|
|
1591
|
-
return __decorateServiceException(exception, body);
|
|
1592
|
-
};
|
|
1593
|
-
const de_InvalidArnExceptionRes = async (parsedOutput, context) => {
|
|
1594
|
-
const body = parsedOutput.body;
|
|
1595
|
-
const deserialized = _json(body);
|
|
1596
|
-
const exception = new InvalidArnException({
|
|
1597
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1598
|
-
...deserialized,
|
|
1599
|
-
});
|
|
1600
|
-
return __decorateServiceException(exception, body);
|
|
1601
|
-
};
|
|
1602
|
-
const de_InvalidAutoRollbackConfigExceptionRes = async (parsedOutput, context) => {
|
|
1603
|
-
const body = parsedOutput.body;
|
|
1604
|
-
const deserialized = _json(body);
|
|
1605
|
-
const exception = new InvalidAutoRollbackConfigException({
|
|
1606
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1607
|
-
...deserialized,
|
|
1608
|
-
});
|
|
1609
|
-
return __decorateServiceException(exception, body);
|
|
1610
|
-
};
|
|
1611
|
-
const de_InvalidAutoScalingGroupExceptionRes = async (parsedOutput, context) => {
|
|
1612
|
-
const body = parsedOutput.body;
|
|
1613
|
-
const deserialized = _json(body);
|
|
1614
|
-
const exception = new InvalidAutoScalingGroupException({
|
|
1615
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1616
|
-
...deserialized,
|
|
1617
|
-
});
|
|
1618
|
-
return __decorateServiceException(exception, body);
|
|
1619
|
-
};
|
|
1620
|
-
const de_InvalidBlueGreenDeploymentConfigurationExceptionRes = async (parsedOutput, context) => {
|
|
1621
|
-
const body = parsedOutput.body;
|
|
1622
|
-
const deserialized = _json(body);
|
|
1623
|
-
const exception = new InvalidBlueGreenDeploymentConfigurationException({
|
|
1624
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1625
|
-
...deserialized,
|
|
1626
|
-
});
|
|
1627
|
-
return __decorateServiceException(exception, body);
|
|
1628
|
-
};
|
|
1629
|
-
const de_InvalidBucketNameFilterExceptionRes = async (parsedOutput, context) => {
|
|
1630
|
-
const body = parsedOutput.body;
|
|
1631
|
-
const deserialized = _json(body);
|
|
1632
|
-
const exception = new InvalidBucketNameFilterException({
|
|
1633
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1634
|
-
...deserialized,
|
|
1635
|
-
});
|
|
1636
|
-
return __decorateServiceException(exception, body);
|
|
1637
|
-
};
|
|
1638
|
-
const de_InvalidComputePlatformExceptionRes = async (parsedOutput, context) => {
|
|
1639
|
-
const body = parsedOutput.body;
|
|
1640
|
-
const deserialized = _json(body);
|
|
1641
|
-
const exception = new InvalidComputePlatformException({
|
|
1642
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1643
|
-
...deserialized,
|
|
1644
|
-
});
|
|
1645
|
-
return __decorateServiceException(exception, body);
|
|
1646
|
-
};
|
|
1647
|
-
const de_InvalidDeployedStateFilterExceptionRes = async (parsedOutput, context) => {
|
|
1648
|
-
const body = parsedOutput.body;
|
|
1649
|
-
const deserialized = _json(body);
|
|
1650
|
-
const exception = new InvalidDeployedStateFilterException({
|
|
1651
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1652
|
-
...deserialized,
|
|
1653
|
-
});
|
|
1654
|
-
return __decorateServiceException(exception, body);
|
|
1655
|
-
};
|
|
1656
|
-
const de_InvalidDeploymentConfigNameExceptionRes = async (parsedOutput, context) => {
|
|
1657
|
-
const body = parsedOutput.body;
|
|
1658
|
-
const deserialized = _json(body);
|
|
1659
|
-
const exception = new InvalidDeploymentConfigNameException({
|
|
1660
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1661
|
-
...deserialized,
|
|
1662
|
-
});
|
|
1663
|
-
return __decorateServiceException(exception, body);
|
|
1664
|
-
};
|
|
1665
|
-
const de_InvalidDeploymentGroupNameExceptionRes = async (parsedOutput, context) => {
|
|
1666
|
-
const body = parsedOutput.body;
|
|
1667
|
-
const deserialized = _json(body);
|
|
1668
|
-
const exception = new InvalidDeploymentGroupNameException({
|
|
1669
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1670
|
-
...deserialized,
|
|
1671
|
-
});
|
|
1672
|
-
return __decorateServiceException(exception, body);
|
|
1673
|
-
};
|
|
1674
|
-
const de_InvalidDeploymentIdExceptionRes = async (parsedOutput, context) => {
|
|
1675
|
-
const body = parsedOutput.body;
|
|
1676
|
-
const deserialized = _json(body);
|
|
1677
|
-
const exception = new InvalidDeploymentIdException({
|
|
1678
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1679
|
-
...deserialized,
|
|
1680
|
-
});
|
|
1681
|
-
return __decorateServiceException(exception, body);
|
|
1682
|
-
};
|
|
1683
|
-
const de_InvalidDeploymentInstanceTypeExceptionRes = async (parsedOutput, context) => {
|
|
1684
|
-
const body = parsedOutput.body;
|
|
1685
|
-
const deserialized = _json(body);
|
|
1686
|
-
const exception = new InvalidDeploymentInstanceTypeException({
|
|
1687
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1688
|
-
...deserialized,
|
|
1689
|
-
});
|
|
1690
|
-
return __decorateServiceException(exception, body);
|
|
1691
|
-
};
|
|
1692
|
-
const de_InvalidDeploymentStatusExceptionRes = async (parsedOutput, context) => {
|
|
1693
|
-
const body = parsedOutput.body;
|
|
1694
|
-
const deserialized = _json(body);
|
|
1695
|
-
const exception = new InvalidDeploymentStatusException({
|
|
1696
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1697
|
-
...deserialized,
|
|
1698
|
-
});
|
|
1699
|
-
return __decorateServiceException(exception, body);
|
|
1700
|
-
};
|
|
1701
|
-
const de_InvalidDeploymentStyleExceptionRes = async (parsedOutput, context) => {
|
|
1702
|
-
const body = parsedOutput.body;
|
|
1703
|
-
const deserialized = _json(body);
|
|
1704
|
-
const exception = new InvalidDeploymentStyleException({
|
|
1705
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1706
|
-
...deserialized,
|
|
1707
|
-
});
|
|
1708
|
-
return __decorateServiceException(exception, body);
|
|
1709
|
-
};
|
|
1710
|
-
const de_InvalidDeploymentTargetIdExceptionRes = async (parsedOutput, context) => {
|
|
1711
|
-
const body = parsedOutput.body;
|
|
1712
|
-
const deserialized = _json(body);
|
|
1713
|
-
const exception = new InvalidDeploymentTargetIdException({
|
|
1714
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1715
|
-
...deserialized,
|
|
1716
|
-
});
|
|
1717
|
-
return __decorateServiceException(exception, body);
|
|
1718
|
-
};
|
|
1719
|
-
const de_InvalidDeploymentWaitTypeExceptionRes = async (parsedOutput, context) => {
|
|
1720
|
-
const body = parsedOutput.body;
|
|
1721
|
-
const deserialized = _json(body);
|
|
1722
|
-
const exception = new InvalidDeploymentWaitTypeException({
|
|
1723
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1724
|
-
...deserialized,
|
|
1725
|
-
});
|
|
1726
|
-
return __decorateServiceException(exception, body);
|
|
1727
|
-
};
|
|
1728
|
-
const de_InvalidEC2TagCombinationExceptionRes = async (parsedOutput, context) => {
|
|
1729
|
-
const body = parsedOutput.body;
|
|
1730
|
-
const deserialized = _json(body);
|
|
1731
|
-
const exception = new InvalidEC2TagCombinationException({
|
|
1732
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1733
|
-
...deserialized,
|
|
1734
|
-
});
|
|
1735
|
-
return __decorateServiceException(exception, body);
|
|
1736
|
-
};
|
|
1737
|
-
const de_InvalidEC2TagExceptionRes = async (parsedOutput, context) => {
|
|
1738
|
-
const body = parsedOutput.body;
|
|
1739
|
-
const deserialized = _json(body);
|
|
1740
|
-
const exception = new InvalidEC2TagException({
|
|
1741
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1742
|
-
...deserialized,
|
|
1743
|
-
});
|
|
1744
|
-
return __decorateServiceException(exception, body);
|
|
1745
|
-
};
|
|
1746
|
-
const de_InvalidECSServiceExceptionRes = async (parsedOutput, context) => {
|
|
1747
|
-
const body = parsedOutput.body;
|
|
1748
|
-
const deserialized = _json(body);
|
|
1749
|
-
const exception = new InvalidECSServiceException({
|
|
1750
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1751
|
-
...deserialized,
|
|
1752
|
-
});
|
|
1753
|
-
return __decorateServiceException(exception, body);
|
|
1754
|
-
};
|
|
1755
|
-
const de_InvalidExternalIdExceptionRes = async (parsedOutput, context) => {
|
|
1756
|
-
const body = parsedOutput.body;
|
|
1757
|
-
const deserialized = _json(body);
|
|
1758
|
-
const exception = new InvalidExternalIdException({
|
|
1759
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1760
|
-
...deserialized,
|
|
1761
|
-
});
|
|
1762
|
-
return __decorateServiceException(exception, body);
|
|
1763
|
-
};
|
|
1764
|
-
const de_InvalidFileExistsBehaviorExceptionRes = async (parsedOutput, context) => {
|
|
1765
|
-
const body = parsedOutput.body;
|
|
1766
|
-
const deserialized = _json(body);
|
|
1767
|
-
const exception = new InvalidFileExistsBehaviorException({
|
|
1768
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1769
|
-
...deserialized,
|
|
1770
|
-
});
|
|
1771
|
-
return __decorateServiceException(exception, body);
|
|
1772
|
-
};
|
|
1773
|
-
const de_InvalidGitHubAccountTokenExceptionRes = async (parsedOutput, context) => {
|
|
1774
|
-
const body = parsedOutput.body;
|
|
1775
|
-
const deserialized = _json(body);
|
|
1776
|
-
const exception = new InvalidGitHubAccountTokenException({
|
|
1777
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1778
|
-
...deserialized,
|
|
1779
|
-
});
|
|
1780
|
-
return __decorateServiceException(exception, body);
|
|
1781
|
-
};
|
|
1782
|
-
const de_InvalidGitHubAccountTokenNameExceptionRes = async (parsedOutput, context) => {
|
|
1783
|
-
const body = parsedOutput.body;
|
|
1784
|
-
const deserialized = _json(body);
|
|
1785
|
-
const exception = new InvalidGitHubAccountTokenNameException({
|
|
1786
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1787
|
-
...deserialized,
|
|
1788
|
-
});
|
|
1789
|
-
return __decorateServiceException(exception, body);
|
|
1790
|
-
};
|
|
1791
|
-
const de_InvalidIamSessionArnExceptionRes = async (parsedOutput, context) => {
|
|
1792
|
-
const body = parsedOutput.body;
|
|
1793
|
-
const deserialized = _json(body);
|
|
1794
|
-
const exception = new InvalidIamSessionArnException({
|
|
1795
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1796
|
-
...deserialized,
|
|
1797
|
-
});
|
|
1798
|
-
return __decorateServiceException(exception, body);
|
|
1799
|
-
};
|
|
1800
|
-
const de_InvalidIamUserArnExceptionRes = async (parsedOutput, context) => {
|
|
1801
|
-
const body = parsedOutput.body;
|
|
1802
|
-
const deserialized = _json(body);
|
|
1803
|
-
const exception = new InvalidIamUserArnException({
|
|
1804
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1805
|
-
...deserialized,
|
|
1806
|
-
});
|
|
1807
|
-
return __decorateServiceException(exception, body);
|
|
1808
|
-
};
|
|
1809
|
-
const de_InvalidIgnoreApplicationStopFailuresValueExceptionRes = async (parsedOutput, context) => {
|
|
1810
|
-
const body = parsedOutput.body;
|
|
1811
|
-
const deserialized = _json(body);
|
|
1812
|
-
const exception = new InvalidIgnoreApplicationStopFailuresValueException({
|
|
1813
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1814
|
-
...deserialized,
|
|
1815
|
-
});
|
|
1816
|
-
return __decorateServiceException(exception, body);
|
|
1817
|
-
};
|
|
1818
|
-
const de_InvalidInputExceptionRes = async (parsedOutput, context) => {
|
|
1819
|
-
const body = parsedOutput.body;
|
|
1820
|
-
const deserialized = _json(body);
|
|
1821
|
-
const exception = new InvalidInputException({
|
|
1822
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1823
|
-
...deserialized,
|
|
1824
|
-
});
|
|
1825
|
-
return __decorateServiceException(exception, body);
|
|
1826
|
-
};
|
|
1827
|
-
const de_InvalidInstanceNameExceptionRes = async (parsedOutput, context) => {
|
|
1828
|
-
const body = parsedOutput.body;
|
|
1829
|
-
const deserialized = _json(body);
|
|
1830
|
-
const exception = new InvalidInstanceNameException({
|
|
1831
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1832
|
-
...deserialized,
|
|
1833
|
-
});
|
|
1834
|
-
return __decorateServiceException(exception, body);
|
|
1835
|
-
};
|
|
1836
|
-
const de_InvalidInstanceStatusExceptionRes = async (parsedOutput, context) => {
|
|
1837
|
-
const body = parsedOutput.body;
|
|
1838
|
-
const deserialized = _json(body);
|
|
1839
|
-
const exception = new InvalidInstanceStatusException({
|
|
1840
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1841
|
-
...deserialized,
|
|
1842
|
-
});
|
|
1843
|
-
return __decorateServiceException(exception, body);
|
|
1844
|
-
};
|
|
1845
|
-
const de_InvalidInstanceTypeExceptionRes = async (parsedOutput, context) => {
|
|
1846
|
-
const body = parsedOutput.body;
|
|
1847
|
-
const deserialized = _json(body);
|
|
1848
|
-
const exception = new InvalidInstanceTypeException({
|
|
1849
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1850
|
-
...deserialized,
|
|
1851
|
-
});
|
|
1852
|
-
return __decorateServiceException(exception, body);
|
|
1853
|
-
};
|
|
1854
|
-
const de_InvalidKeyPrefixFilterExceptionRes = async (parsedOutput, context) => {
|
|
1855
|
-
const body = parsedOutput.body;
|
|
1856
|
-
const deserialized = _json(body);
|
|
1857
|
-
const exception = new InvalidKeyPrefixFilterException({
|
|
1858
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1859
|
-
...deserialized,
|
|
1860
|
-
});
|
|
1861
|
-
return __decorateServiceException(exception, body);
|
|
1862
|
-
};
|
|
1863
|
-
const de_InvalidLifecycleEventHookExecutionIdExceptionRes = async (parsedOutput, context) => {
|
|
1864
|
-
const body = parsedOutput.body;
|
|
1865
|
-
const deserialized = _json(body);
|
|
1866
|
-
const exception = new InvalidLifecycleEventHookExecutionIdException({
|
|
1867
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1868
|
-
...deserialized,
|
|
1869
|
-
});
|
|
1870
|
-
return __decorateServiceException(exception, body);
|
|
1871
|
-
};
|
|
1872
|
-
const de_InvalidLifecycleEventHookExecutionStatusExceptionRes = async (parsedOutput, context) => {
|
|
1873
|
-
const body = parsedOutput.body;
|
|
1874
|
-
const deserialized = _json(body);
|
|
1875
|
-
const exception = new InvalidLifecycleEventHookExecutionStatusException({
|
|
1876
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1877
|
-
...deserialized,
|
|
1878
|
-
});
|
|
1879
|
-
return __decorateServiceException(exception, body);
|
|
1880
|
-
};
|
|
1881
|
-
const de_InvalidLoadBalancerInfoExceptionRes = async (parsedOutput, context) => {
|
|
1882
|
-
const body = parsedOutput.body;
|
|
1883
|
-
const deserialized = _json(body);
|
|
1884
|
-
const exception = new InvalidLoadBalancerInfoException({
|
|
1885
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1886
|
-
...deserialized,
|
|
1887
|
-
});
|
|
1888
|
-
return __decorateServiceException(exception, body);
|
|
1889
|
-
};
|
|
1890
|
-
const de_InvalidMinimumHealthyHostValueExceptionRes = async (parsedOutput, context) => {
|
|
1891
|
-
const body = parsedOutput.body;
|
|
1892
|
-
const deserialized = _json(body);
|
|
1893
|
-
const exception = new InvalidMinimumHealthyHostValueException({
|
|
1894
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1895
|
-
...deserialized,
|
|
1896
|
-
});
|
|
1897
|
-
return __decorateServiceException(exception, body);
|
|
1898
|
-
};
|
|
1899
|
-
const de_InvalidNextTokenExceptionRes = async (parsedOutput, context) => {
|
|
1900
|
-
const body = parsedOutput.body;
|
|
1901
|
-
const deserialized = _json(body);
|
|
1902
|
-
const exception = new InvalidNextTokenException({
|
|
1903
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1904
|
-
...deserialized,
|
|
1905
|
-
});
|
|
1906
|
-
return __decorateServiceException(exception, body);
|
|
1907
|
-
};
|
|
1908
|
-
const de_InvalidOnPremisesTagCombinationExceptionRes = async (parsedOutput, context) => {
|
|
1909
|
-
const body = parsedOutput.body;
|
|
1910
|
-
const deserialized = _json(body);
|
|
1911
|
-
const exception = new InvalidOnPremisesTagCombinationException({
|
|
1912
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1913
|
-
...deserialized,
|
|
1914
|
-
});
|
|
1915
|
-
return __decorateServiceException(exception, body);
|
|
1916
|
-
};
|
|
1917
|
-
const de_InvalidOperationExceptionRes = async (parsedOutput, context) => {
|
|
1918
|
-
const body = parsedOutput.body;
|
|
1919
|
-
const deserialized = _json(body);
|
|
1920
|
-
const exception = new InvalidOperationException({
|
|
1921
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1922
|
-
...deserialized,
|
|
1923
|
-
});
|
|
1924
|
-
return __decorateServiceException(exception, body);
|
|
1925
|
-
};
|
|
1926
|
-
const de_InvalidRegistrationStatusExceptionRes = async (parsedOutput, context) => {
|
|
1927
|
-
const body = parsedOutput.body;
|
|
1928
|
-
const deserialized = _json(body);
|
|
1929
|
-
const exception = new InvalidRegistrationStatusException({
|
|
1930
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1931
|
-
...deserialized,
|
|
1932
|
-
});
|
|
1933
|
-
return __decorateServiceException(exception, body);
|
|
1934
|
-
};
|
|
1935
|
-
const de_InvalidRevisionExceptionRes = async (parsedOutput, context) => {
|
|
1936
|
-
const body = parsedOutput.body;
|
|
1937
|
-
const deserialized = _json(body);
|
|
1938
|
-
const exception = new InvalidRevisionException({
|
|
1939
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1940
|
-
...deserialized,
|
|
1941
|
-
});
|
|
1942
|
-
return __decorateServiceException(exception, body);
|
|
1943
|
-
};
|
|
1944
|
-
const de_InvalidRoleExceptionRes = async (parsedOutput, context) => {
|
|
1945
|
-
const body = parsedOutput.body;
|
|
1946
|
-
const deserialized = _json(body);
|
|
1947
|
-
const exception = new InvalidRoleException({
|
|
1948
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1949
|
-
...deserialized,
|
|
1950
|
-
});
|
|
1951
|
-
return __decorateServiceException(exception, body);
|
|
1952
|
-
};
|
|
1953
|
-
const de_InvalidSortByExceptionRes = async (parsedOutput, context) => {
|
|
1954
|
-
const body = parsedOutput.body;
|
|
1955
|
-
const deserialized = _json(body);
|
|
1956
|
-
const exception = new InvalidSortByException({
|
|
1957
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1958
|
-
...deserialized,
|
|
1959
|
-
});
|
|
1960
|
-
return __decorateServiceException(exception, body);
|
|
1961
|
-
};
|
|
1962
|
-
const de_InvalidSortOrderExceptionRes = async (parsedOutput, context) => {
|
|
1963
|
-
const body = parsedOutput.body;
|
|
1964
|
-
const deserialized = _json(body);
|
|
1965
|
-
const exception = new InvalidSortOrderException({
|
|
1966
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1967
|
-
...deserialized,
|
|
1968
|
-
});
|
|
1969
|
-
return __decorateServiceException(exception, body);
|
|
1970
|
-
};
|
|
1971
|
-
const de_InvalidTagExceptionRes = async (parsedOutput, context) => {
|
|
1972
|
-
const body = parsedOutput.body;
|
|
1973
|
-
const deserialized = _json(body);
|
|
1974
|
-
const exception = new InvalidTagException({
|
|
1975
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1976
|
-
...deserialized,
|
|
1977
|
-
});
|
|
1978
|
-
return __decorateServiceException(exception, body);
|
|
1979
|
-
};
|
|
1980
|
-
const de_InvalidTagFilterExceptionRes = async (parsedOutput, context) => {
|
|
1981
|
-
const body = parsedOutput.body;
|
|
1982
|
-
const deserialized = _json(body);
|
|
1983
|
-
const exception = new InvalidTagFilterException({
|
|
1984
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1985
|
-
...deserialized,
|
|
1986
|
-
});
|
|
1987
|
-
return __decorateServiceException(exception, body);
|
|
1988
|
-
};
|
|
1989
|
-
const de_InvalidTagsToAddExceptionRes = async (parsedOutput, context) => {
|
|
1990
|
-
const body = parsedOutput.body;
|
|
1991
|
-
const deserialized = _json(body);
|
|
1992
|
-
const exception = new InvalidTagsToAddException({
|
|
1993
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1994
|
-
...deserialized,
|
|
1995
|
-
});
|
|
1996
|
-
return __decorateServiceException(exception, body);
|
|
1997
|
-
};
|
|
1998
|
-
const de_InvalidTargetFilterNameExceptionRes = async (parsedOutput, context) => {
|
|
1999
|
-
const body = parsedOutput.body;
|
|
2000
|
-
const deserialized = _json(body);
|
|
2001
|
-
const exception = new InvalidTargetFilterNameException({
|
|
2002
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2003
|
-
...deserialized,
|
|
2004
|
-
});
|
|
2005
|
-
return __decorateServiceException(exception, body);
|
|
2006
|
-
};
|
|
2007
|
-
const de_InvalidTargetGroupPairExceptionRes = async (parsedOutput, context) => {
|
|
2008
|
-
const body = parsedOutput.body;
|
|
2009
|
-
const deserialized = _json(body);
|
|
2010
|
-
const exception = new InvalidTargetGroupPairException({
|
|
2011
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2012
|
-
...deserialized,
|
|
2013
|
-
});
|
|
2014
|
-
return __decorateServiceException(exception, body);
|
|
2015
|
-
};
|
|
2016
|
-
const de_InvalidTargetInstancesExceptionRes = async (parsedOutput, context) => {
|
|
2017
|
-
const body = parsedOutput.body;
|
|
2018
|
-
const deserialized = _json(body);
|
|
2019
|
-
const exception = new InvalidTargetInstancesException({
|
|
2020
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2021
|
-
...deserialized,
|
|
2022
|
-
});
|
|
2023
|
-
return __decorateServiceException(exception, body);
|
|
2024
|
-
};
|
|
2025
|
-
const de_InvalidTimeRangeExceptionRes = async (parsedOutput, context) => {
|
|
2026
|
-
const body = parsedOutput.body;
|
|
2027
|
-
const deserialized = _json(body);
|
|
2028
|
-
const exception = new InvalidTimeRangeException({
|
|
2029
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2030
|
-
...deserialized,
|
|
2031
|
-
});
|
|
2032
|
-
return __decorateServiceException(exception, body);
|
|
2033
|
-
};
|
|
2034
|
-
const de_InvalidTrafficRoutingConfigurationExceptionRes = async (parsedOutput, context) => {
|
|
2035
|
-
const body = parsedOutput.body;
|
|
2036
|
-
const deserialized = _json(body);
|
|
2037
|
-
const exception = new InvalidTrafficRoutingConfigurationException({
|
|
2038
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2039
|
-
...deserialized,
|
|
2040
|
-
});
|
|
2041
|
-
return __decorateServiceException(exception, body);
|
|
2042
|
-
};
|
|
2043
|
-
const de_InvalidTriggerConfigExceptionRes = async (parsedOutput, context) => {
|
|
2044
|
-
const body = parsedOutput.body;
|
|
2045
|
-
const deserialized = _json(body);
|
|
2046
|
-
const exception = new InvalidTriggerConfigException({
|
|
2047
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2048
|
-
...deserialized,
|
|
2049
|
-
});
|
|
2050
|
-
return __decorateServiceException(exception, body);
|
|
2051
|
-
};
|
|
2052
|
-
const de_InvalidUpdateOutdatedInstancesOnlyValueExceptionRes = async (parsedOutput, context) => {
|
|
2053
|
-
const body = parsedOutput.body;
|
|
2054
|
-
const deserialized = _json(body);
|
|
2055
|
-
const exception = new InvalidUpdateOutdatedInstancesOnlyValueException({
|
|
2056
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2057
|
-
...deserialized,
|
|
2058
|
-
});
|
|
2059
|
-
return __decorateServiceException(exception, body);
|
|
2060
|
-
};
|
|
2061
|
-
const de_InvalidZonalDeploymentConfigurationExceptionRes = async (parsedOutput, context) => {
|
|
2062
|
-
const body = parsedOutput.body;
|
|
2063
|
-
const deserialized = _json(body);
|
|
2064
|
-
const exception = new InvalidZonalDeploymentConfigurationException({
|
|
2065
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2066
|
-
...deserialized,
|
|
2067
|
-
});
|
|
2068
|
-
return __decorateServiceException(exception, body);
|
|
2069
|
-
};
|
|
2070
|
-
const de_LifecycleEventAlreadyCompletedExceptionRes = async (parsedOutput, context) => {
|
|
2071
|
-
const body = parsedOutput.body;
|
|
2072
|
-
const deserialized = _json(body);
|
|
2073
|
-
const exception = new LifecycleEventAlreadyCompletedException({
|
|
2074
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2075
|
-
...deserialized,
|
|
2076
|
-
});
|
|
2077
|
-
return __decorateServiceException(exception, body);
|
|
2078
|
-
};
|
|
2079
|
-
const de_LifecycleHookLimitExceededExceptionRes = async (parsedOutput, context) => {
|
|
2080
|
-
const body = parsedOutput.body;
|
|
2081
|
-
const deserialized = _json(body);
|
|
2082
|
-
const exception = new LifecycleHookLimitExceededException({
|
|
2083
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2084
|
-
...deserialized,
|
|
2085
|
-
});
|
|
2086
|
-
return __decorateServiceException(exception, body);
|
|
2087
|
-
};
|
|
2088
|
-
const de_MultipleIamArnsProvidedExceptionRes = async (parsedOutput, context) => {
|
|
2089
|
-
const body = parsedOutput.body;
|
|
2090
|
-
const deserialized = _json(body);
|
|
2091
|
-
const exception = new MultipleIamArnsProvidedException({
|
|
2092
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2093
|
-
...deserialized,
|
|
2094
|
-
});
|
|
2095
|
-
return __decorateServiceException(exception, body);
|
|
2096
|
-
};
|
|
2097
|
-
const de_OperationNotSupportedExceptionRes = async (parsedOutput, context) => {
|
|
2098
|
-
const body = parsedOutput.body;
|
|
2099
|
-
const deserialized = _json(body);
|
|
2100
|
-
const exception = new OperationNotSupportedException({
|
|
2101
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2102
|
-
...deserialized,
|
|
2103
|
-
});
|
|
2104
|
-
return __decorateServiceException(exception, body);
|
|
2105
|
-
};
|
|
2106
|
-
const de_ResourceArnRequiredExceptionRes = async (parsedOutput, context) => {
|
|
2107
|
-
const body = parsedOutput.body;
|
|
2108
|
-
const deserialized = _json(body);
|
|
2109
|
-
const exception = new ResourceArnRequiredException({
|
|
2110
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2111
|
-
...deserialized,
|
|
2112
|
-
});
|
|
2113
|
-
return __decorateServiceException(exception, body);
|
|
2114
|
-
};
|
|
2115
|
-
const de_ResourceValidationExceptionRes = async (parsedOutput, context) => {
|
|
2116
|
-
const body = parsedOutput.body;
|
|
2117
|
-
const deserialized = _json(body);
|
|
2118
|
-
const exception = new ResourceValidationException({
|
|
2119
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2120
|
-
...deserialized,
|
|
2121
|
-
});
|
|
2122
|
-
return __decorateServiceException(exception, body);
|
|
2123
|
-
};
|
|
2124
|
-
const de_RevisionDoesNotExistExceptionRes = async (parsedOutput, context) => {
|
|
2125
|
-
const body = parsedOutput.body;
|
|
2126
|
-
const deserialized = _json(body);
|
|
2127
|
-
const exception = new RevisionDoesNotExistException({
|
|
2128
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2129
|
-
...deserialized,
|
|
2130
|
-
});
|
|
2131
|
-
return __decorateServiceException(exception, body);
|
|
2132
|
-
};
|
|
2133
|
-
const de_RevisionRequiredExceptionRes = async (parsedOutput, context) => {
|
|
2134
|
-
const body = parsedOutput.body;
|
|
2135
|
-
const deserialized = _json(body);
|
|
2136
|
-
const exception = new RevisionRequiredException({
|
|
2137
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2138
|
-
...deserialized,
|
|
2139
|
-
});
|
|
2140
|
-
return __decorateServiceException(exception, body);
|
|
2141
|
-
};
|
|
2142
|
-
const de_RoleRequiredExceptionRes = async (parsedOutput, context) => {
|
|
2143
|
-
const body = parsedOutput.body;
|
|
2144
|
-
const deserialized = _json(body);
|
|
2145
|
-
const exception = new RoleRequiredException({
|
|
2146
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2147
|
-
...deserialized,
|
|
2148
|
-
});
|
|
2149
|
-
return __decorateServiceException(exception, body);
|
|
2150
|
-
};
|
|
2151
|
-
const de_TagLimitExceededExceptionRes = async (parsedOutput, context) => {
|
|
2152
|
-
const body = parsedOutput.body;
|
|
2153
|
-
const deserialized = _json(body);
|
|
2154
|
-
const exception = new TagLimitExceededException({
|
|
2155
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2156
|
-
...deserialized,
|
|
2157
|
-
});
|
|
2158
|
-
return __decorateServiceException(exception, body);
|
|
2159
|
-
};
|
|
2160
|
-
const de_TagRequiredExceptionRes = async (parsedOutput, context) => {
|
|
2161
|
-
const body = parsedOutput.body;
|
|
2162
|
-
const deserialized = _json(body);
|
|
2163
|
-
const exception = new TagRequiredException({
|
|
2164
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2165
|
-
...deserialized,
|
|
2166
|
-
});
|
|
2167
|
-
return __decorateServiceException(exception, body);
|
|
2168
|
-
};
|
|
2169
|
-
const de_TagSetListLimitExceededExceptionRes = async (parsedOutput, context) => {
|
|
2170
|
-
const body = parsedOutput.body;
|
|
2171
|
-
const deserialized = _json(body);
|
|
2172
|
-
const exception = new TagSetListLimitExceededException({
|
|
2173
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2174
|
-
...deserialized,
|
|
2175
|
-
});
|
|
2176
|
-
return __decorateServiceException(exception, body);
|
|
2177
|
-
};
|
|
2178
|
-
const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
|
|
2179
|
-
const body = parsedOutput.body;
|
|
2180
|
-
const deserialized = _json(body);
|
|
2181
|
-
const exception = new ThrottlingException({
|
|
2182
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2183
|
-
...deserialized,
|
|
2184
|
-
});
|
|
2185
|
-
return __decorateServiceException(exception, body);
|
|
2186
|
-
};
|
|
2187
|
-
const de_TriggerTargetsLimitExceededExceptionRes = async (parsedOutput, context) => {
|
|
2188
|
-
const body = parsedOutput.body;
|
|
2189
|
-
const deserialized = _json(body);
|
|
2190
|
-
const exception = new TriggerTargetsLimitExceededException({
|
|
2191
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2192
|
-
...deserialized,
|
|
2193
|
-
});
|
|
2194
|
-
return __decorateServiceException(exception, body);
|
|
2195
|
-
};
|
|
2196
|
-
const de_UnsupportedActionForDeploymentTypeExceptionRes = async (parsedOutput, context) => {
|
|
2197
|
-
const body = parsedOutput.body;
|
|
2198
|
-
const deserialized = _json(body);
|
|
2199
|
-
const exception = new UnsupportedActionForDeploymentTypeException({
|
|
2200
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
2201
|
-
...deserialized,
|
|
2202
|
-
});
|
|
2203
|
-
return __decorateServiceException(exception, body);
|
|
2204
|
-
};
|
|
2205
|
-
const se_ListDeploymentsInput = (input, context) => {
|
|
2206
|
-
return take(input, {
|
|
2207
|
-
applicationName: [],
|
|
2208
|
-
createTimeRange: (_) => se_TimeRange(_, context),
|
|
2209
|
-
deploymentGroupName: [],
|
|
2210
|
-
externalId: [],
|
|
2211
|
-
includeOnlyStatuses: _json,
|
|
2212
|
-
nextToken: [],
|
|
2213
|
-
});
|
|
2214
|
-
};
|
|
2215
|
-
const se_TimeRange = (input, context) => {
|
|
2216
|
-
return take(input, {
|
|
2217
|
-
end: (_) => _.getTime() / 1_000,
|
|
2218
|
-
start: (_) => _.getTime() / 1_000,
|
|
2219
|
-
});
|
|
2220
|
-
};
|
|
2221
|
-
const de_ApplicationInfo = (output, context) => {
|
|
2222
|
-
return take(output, {
|
|
2223
|
-
applicationId: __expectString,
|
|
2224
|
-
applicationName: __expectString,
|
|
2225
|
-
computePlatform: __expectString,
|
|
2226
|
-
createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2227
|
-
gitHubAccountName: __expectString,
|
|
2228
|
-
linkedToGitHub: __expectBoolean,
|
|
2229
|
-
});
|
|
2230
|
-
};
|
|
2231
|
-
const de_ApplicationsInfoList = (output, context) => {
|
|
2232
|
-
const retVal = (output || [])
|
|
2233
|
-
.filter((e) => e != null)
|
|
2234
|
-
.map((entry) => {
|
|
2235
|
-
return de_ApplicationInfo(entry, context);
|
|
2236
|
-
});
|
|
2237
|
-
return retVal;
|
|
2238
|
-
};
|
|
2239
|
-
const de_BatchGetApplicationRevisionsOutput = (output, context) => {
|
|
2240
|
-
return take(output, {
|
|
2241
|
-
applicationName: __expectString,
|
|
2242
|
-
errorMessage: __expectString,
|
|
2243
|
-
revisions: (_) => de_RevisionInfoList(_, context),
|
|
2244
|
-
});
|
|
2245
|
-
};
|
|
2246
|
-
const de_BatchGetApplicationsOutput = (output, context) => {
|
|
2247
|
-
return take(output, {
|
|
2248
|
-
applicationsInfo: (_) => de_ApplicationsInfoList(_, context),
|
|
2249
|
-
});
|
|
2250
|
-
};
|
|
2251
|
-
const de_BatchGetDeploymentGroupsOutput = (output, context) => {
|
|
2252
|
-
return take(output, {
|
|
2253
|
-
deploymentGroupsInfo: (_) => de_DeploymentGroupInfoList(_, context),
|
|
2254
|
-
errorMessage: __expectString,
|
|
2255
|
-
});
|
|
2256
|
-
};
|
|
2257
|
-
const de_BatchGetDeploymentInstancesOutput = (output, context) => {
|
|
2258
|
-
return take(output, {
|
|
2259
|
-
errorMessage: __expectString,
|
|
2260
|
-
instancesSummary: (_) => de_InstanceSummaryList(_, context),
|
|
2261
|
-
});
|
|
2262
|
-
};
|
|
2263
|
-
const de_BatchGetDeploymentsOutput = (output, context) => {
|
|
2264
|
-
return take(output, {
|
|
2265
|
-
deploymentsInfo: (_) => de_DeploymentsInfoList(_, context),
|
|
2266
|
-
});
|
|
2267
|
-
};
|
|
2268
|
-
const de_BatchGetDeploymentTargetsOutput = (output, context) => {
|
|
2269
|
-
return take(output, {
|
|
2270
|
-
deploymentTargets: (_) => de_DeploymentTargetList(_, context),
|
|
2271
|
-
});
|
|
2272
|
-
};
|
|
2273
|
-
const de_BatchGetOnPremisesInstancesOutput = (output, context) => {
|
|
2274
|
-
return take(output, {
|
|
2275
|
-
instanceInfos: (_) => de_InstanceInfoList(_, context),
|
|
2276
|
-
});
|
|
2277
|
-
};
|
|
2278
|
-
const de_CloudFormationTarget = (output, context) => {
|
|
2279
|
-
return take(output, {
|
|
2280
|
-
deploymentId: __expectString,
|
|
2281
|
-
lastUpdatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2282
|
-
lifecycleEvents: (_) => de_LifecycleEventList(_, context),
|
|
2283
|
-
resourceType: __expectString,
|
|
2284
|
-
status: __expectString,
|
|
2285
|
-
targetId: __expectString,
|
|
2286
|
-
targetVersionWeight: __limitedParseDouble,
|
|
2287
|
-
});
|
|
2288
|
-
};
|
|
2289
|
-
const de_DeploymentConfigInfo = (output, context) => {
|
|
2290
|
-
return take(output, {
|
|
2291
|
-
computePlatform: __expectString,
|
|
2292
|
-
createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2293
|
-
deploymentConfigId: __expectString,
|
|
2294
|
-
deploymentConfigName: __expectString,
|
|
2295
|
-
minimumHealthyHosts: _json,
|
|
2296
|
-
trafficRoutingConfig: _json,
|
|
2297
|
-
zonalConfig: _json,
|
|
2298
|
-
});
|
|
2299
|
-
};
|
|
2300
|
-
const de_DeploymentGroupInfo = (output, context) => {
|
|
2301
|
-
return take(output, {
|
|
2302
|
-
alarmConfiguration: _json,
|
|
2303
|
-
applicationName: __expectString,
|
|
2304
|
-
autoRollbackConfiguration: _json,
|
|
2305
|
-
autoScalingGroups: _json,
|
|
2306
|
-
blueGreenDeploymentConfiguration: _json,
|
|
2307
|
-
computePlatform: __expectString,
|
|
2308
|
-
deploymentConfigName: __expectString,
|
|
2309
|
-
deploymentGroupId: __expectString,
|
|
2310
|
-
deploymentGroupName: __expectString,
|
|
2311
|
-
deploymentStyle: _json,
|
|
2312
|
-
ec2TagFilters: _json,
|
|
2313
|
-
ec2TagSet: _json,
|
|
2314
|
-
ecsServices: _json,
|
|
2315
|
-
lastAttemptedDeployment: (_) => de_LastDeploymentInfo(_, context),
|
|
2316
|
-
lastSuccessfulDeployment: (_) => de_LastDeploymentInfo(_, context),
|
|
2317
|
-
loadBalancerInfo: _json,
|
|
2318
|
-
onPremisesInstanceTagFilters: _json,
|
|
2319
|
-
onPremisesTagSet: _json,
|
|
2320
|
-
outdatedInstancesStrategy: __expectString,
|
|
2321
|
-
serviceRoleArn: __expectString,
|
|
2322
|
-
targetRevision: _json,
|
|
2323
|
-
terminationHookEnabled: __expectBoolean,
|
|
2324
|
-
triggerConfigurations: _json,
|
|
2325
|
-
});
|
|
2326
|
-
};
|
|
2327
|
-
const de_DeploymentGroupInfoList = (output, context) => {
|
|
2328
|
-
const retVal = (output || [])
|
|
2329
|
-
.filter((e) => e != null)
|
|
2330
|
-
.map((entry) => {
|
|
2331
|
-
return de_DeploymentGroupInfo(entry, context);
|
|
2332
|
-
});
|
|
2333
|
-
return retVal;
|
|
2334
|
-
};
|
|
2335
|
-
const de_DeploymentInfo = (output, context) => {
|
|
2336
|
-
return take(output, {
|
|
2337
|
-
additionalDeploymentStatusInfo: __expectString,
|
|
2338
|
-
applicationName: __expectString,
|
|
2339
|
-
autoRollbackConfiguration: _json,
|
|
2340
|
-
blueGreenDeploymentConfiguration: _json,
|
|
2341
|
-
completeTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2342
|
-
computePlatform: __expectString,
|
|
2343
|
-
createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2344
|
-
creator: __expectString,
|
|
2345
|
-
deploymentConfigName: __expectString,
|
|
2346
|
-
deploymentGroupName: __expectString,
|
|
2347
|
-
deploymentId: __expectString,
|
|
2348
|
-
deploymentOverview: _json,
|
|
2349
|
-
deploymentStatusMessages: _json,
|
|
2350
|
-
deploymentStyle: _json,
|
|
2351
|
-
description: __expectString,
|
|
2352
|
-
errorInformation: _json,
|
|
2353
|
-
externalId: __expectString,
|
|
2354
|
-
fileExistsBehavior: __expectString,
|
|
2355
|
-
ignoreApplicationStopFailures: __expectBoolean,
|
|
2356
|
-
instanceTerminationWaitTimeStarted: __expectBoolean,
|
|
2357
|
-
loadBalancerInfo: _json,
|
|
2358
|
-
overrideAlarmConfiguration: _json,
|
|
2359
|
-
previousRevision: _json,
|
|
2360
|
-
relatedDeployments: _json,
|
|
2361
|
-
revision: _json,
|
|
2362
|
-
rollbackInfo: _json,
|
|
2363
|
-
startTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2364
|
-
status: __expectString,
|
|
2365
|
-
targetInstances: _json,
|
|
2366
|
-
updateOutdatedInstancesOnly: __expectBoolean,
|
|
2367
|
-
});
|
|
2368
|
-
};
|
|
2369
|
-
const de_DeploymentsInfoList = (output, context) => {
|
|
2370
|
-
const retVal = (output || [])
|
|
2371
|
-
.filter((e) => e != null)
|
|
2372
|
-
.map((entry) => {
|
|
2373
|
-
return de_DeploymentInfo(entry, context);
|
|
2374
|
-
});
|
|
2375
|
-
return retVal;
|
|
2376
|
-
};
|
|
2377
|
-
const de_DeploymentTarget = (output, context) => {
|
|
2378
|
-
return take(output, {
|
|
2379
|
-
cloudFormationTarget: (_) => de_CloudFormationTarget(_, context),
|
|
2380
|
-
deploymentTargetType: __expectString,
|
|
2381
|
-
ecsTarget: (_) => de_ECSTarget(_, context),
|
|
2382
|
-
instanceTarget: (_) => de_InstanceTarget(_, context),
|
|
2383
|
-
lambdaTarget: (_) => de_LambdaTarget(_, context),
|
|
2384
|
-
});
|
|
2385
|
-
};
|
|
2386
|
-
const de_DeploymentTargetList = (output, context) => {
|
|
2387
|
-
const retVal = (output || [])
|
|
2388
|
-
.filter((e) => e != null)
|
|
2389
|
-
.map((entry) => {
|
|
2390
|
-
return de_DeploymentTarget(entry, context);
|
|
2391
|
-
});
|
|
2392
|
-
return retVal;
|
|
2393
|
-
};
|
|
2394
|
-
const de_ECSTarget = (output, context) => {
|
|
2395
|
-
return take(output, {
|
|
2396
|
-
deploymentId: __expectString,
|
|
2397
|
-
lastUpdatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2398
|
-
lifecycleEvents: (_) => de_LifecycleEventList(_, context),
|
|
2399
|
-
status: __expectString,
|
|
2400
|
-
targetArn: __expectString,
|
|
2401
|
-
targetId: __expectString,
|
|
2402
|
-
taskSetsInfo: (_) => de_ECSTaskSetList(_, context),
|
|
2403
|
-
});
|
|
2404
|
-
};
|
|
2405
|
-
const de_ECSTaskSet = (output, context) => {
|
|
2406
|
-
return take(output, {
|
|
2407
|
-
desiredCount: __expectLong,
|
|
2408
|
-
identifer: __expectString,
|
|
2409
|
-
pendingCount: __expectLong,
|
|
2410
|
-
runningCount: __expectLong,
|
|
2411
|
-
status: __expectString,
|
|
2412
|
-
targetGroup: _json,
|
|
2413
|
-
taskSetLabel: __expectString,
|
|
2414
|
-
trafficWeight: __limitedParseDouble,
|
|
2415
|
-
});
|
|
2416
|
-
};
|
|
2417
|
-
const de_ECSTaskSetList = (output, context) => {
|
|
2418
|
-
const retVal = (output || [])
|
|
2419
|
-
.filter((e) => e != null)
|
|
2420
|
-
.map((entry) => {
|
|
2421
|
-
return de_ECSTaskSet(entry, context);
|
|
2422
|
-
});
|
|
2423
|
-
return retVal;
|
|
2424
|
-
};
|
|
2425
|
-
const de_GenericRevisionInfo = (output, context) => {
|
|
2426
|
-
return take(output, {
|
|
2427
|
-
deploymentGroups: _json,
|
|
2428
|
-
description: __expectString,
|
|
2429
|
-
firstUsedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2430
|
-
lastUsedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2431
|
-
registerTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2432
|
-
});
|
|
2433
|
-
};
|
|
2434
|
-
const de_GetApplicationOutput = (output, context) => {
|
|
2435
|
-
return take(output, {
|
|
2436
|
-
application: (_) => de_ApplicationInfo(_, context),
|
|
2437
|
-
});
|
|
2438
|
-
};
|
|
2439
|
-
const de_GetApplicationRevisionOutput = (output, context) => {
|
|
2440
|
-
return take(output, {
|
|
2441
|
-
applicationName: __expectString,
|
|
2442
|
-
revision: _json,
|
|
2443
|
-
revisionInfo: (_) => de_GenericRevisionInfo(_, context),
|
|
2444
|
-
});
|
|
2445
|
-
};
|
|
2446
|
-
const de_GetDeploymentConfigOutput = (output, context) => {
|
|
2447
|
-
return take(output, {
|
|
2448
|
-
deploymentConfigInfo: (_) => de_DeploymentConfigInfo(_, context),
|
|
2449
|
-
});
|
|
2450
|
-
};
|
|
2451
|
-
const de_GetDeploymentGroupOutput = (output, context) => {
|
|
2452
|
-
return take(output, {
|
|
2453
|
-
deploymentGroupInfo: (_) => de_DeploymentGroupInfo(_, context),
|
|
2454
|
-
});
|
|
2455
|
-
};
|
|
2456
|
-
const de_GetDeploymentInstanceOutput = (output, context) => {
|
|
2457
|
-
return take(output, {
|
|
2458
|
-
instanceSummary: (_) => de_InstanceSummary(_, context),
|
|
2459
|
-
});
|
|
2460
|
-
};
|
|
2461
|
-
const de_GetDeploymentOutput = (output, context) => {
|
|
2462
|
-
return take(output, {
|
|
2463
|
-
deploymentInfo: (_) => de_DeploymentInfo(_, context),
|
|
2464
|
-
});
|
|
2465
|
-
};
|
|
2466
|
-
const de_GetDeploymentTargetOutput = (output, context) => {
|
|
2467
|
-
return take(output, {
|
|
2468
|
-
deploymentTarget: (_) => de_DeploymentTarget(_, context),
|
|
2469
|
-
});
|
|
2470
|
-
};
|
|
2471
|
-
const de_GetOnPremisesInstanceOutput = (output, context) => {
|
|
2472
|
-
return take(output, {
|
|
2473
|
-
instanceInfo: (_) => de_InstanceInfo(_, context),
|
|
2474
|
-
});
|
|
2475
|
-
};
|
|
2476
|
-
const de_InstanceInfo = (output, context) => {
|
|
2477
|
-
return take(output, {
|
|
2478
|
-
deregisterTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2479
|
-
iamSessionArn: __expectString,
|
|
2480
|
-
iamUserArn: __expectString,
|
|
2481
|
-
instanceArn: __expectString,
|
|
2482
|
-
instanceName: __expectString,
|
|
2483
|
-
registerTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2484
|
-
tags: _json,
|
|
2485
|
-
});
|
|
2486
|
-
};
|
|
2487
|
-
const de_InstanceInfoList = (output, context) => {
|
|
2488
|
-
const retVal = (output || [])
|
|
2489
|
-
.filter((e) => e != null)
|
|
2490
|
-
.map((entry) => {
|
|
2491
|
-
return de_InstanceInfo(entry, context);
|
|
2492
|
-
});
|
|
2493
|
-
return retVal;
|
|
2494
|
-
};
|
|
2495
|
-
const de_InstanceSummary = (output, context) => {
|
|
2496
|
-
return take(output, {
|
|
2497
|
-
deploymentId: __expectString,
|
|
2498
|
-
instanceId: __expectString,
|
|
2499
|
-
instanceType: __expectString,
|
|
2500
|
-
lastUpdatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2501
|
-
lifecycleEvents: (_) => de_LifecycleEventList(_, context),
|
|
2502
|
-
status: __expectString,
|
|
2503
|
-
});
|
|
2504
|
-
};
|
|
2505
|
-
const de_InstanceSummaryList = (output, context) => {
|
|
2506
|
-
const retVal = (output || [])
|
|
2507
|
-
.filter((e) => e != null)
|
|
2508
|
-
.map((entry) => {
|
|
2509
|
-
return de_InstanceSummary(entry, context);
|
|
2510
|
-
});
|
|
2511
|
-
return retVal;
|
|
2512
|
-
};
|
|
2513
|
-
const de_InstanceTarget = (output, context) => {
|
|
2514
|
-
return take(output, {
|
|
2515
|
-
deploymentId: __expectString,
|
|
2516
|
-
instanceLabel: __expectString,
|
|
2517
|
-
lastUpdatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2518
|
-
lifecycleEvents: (_) => de_LifecycleEventList(_, context),
|
|
2519
|
-
status: __expectString,
|
|
2520
|
-
targetArn: __expectString,
|
|
2521
|
-
targetId: __expectString,
|
|
2522
|
-
});
|
|
2523
|
-
};
|
|
2524
|
-
const de_LambdaFunctionInfo = (output, context) => {
|
|
2525
|
-
return take(output, {
|
|
2526
|
-
currentVersion: __expectString,
|
|
2527
|
-
functionAlias: __expectString,
|
|
2528
|
-
functionName: __expectString,
|
|
2529
|
-
targetVersion: __expectString,
|
|
2530
|
-
targetVersionWeight: __limitedParseDouble,
|
|
2531
|
-
});
|
|
2532
|
-
};
|
|
2533
|
-
const de_LambdaTarget = (output, context) => {
|
|
2534
|
-
return take(output, {
|
|
2535
|
-
deploymentId: __expectString,
|
|
2536
|
-
lambdaFunctionInfo: (_) => de_LambdaFunctionInfo(_, context),
|
|
2537
|
-
lastUpdatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2538
|
-
lifecycleEvents: (_) => de_LifecycleEventList(_, context),
|
|
2539
|
-
status: __expectString,
|
|
2540
|
-
targetArn: __expectString,
|
|
2541
|
-
targetId: __expectString,
|
|
2542
|
-
});
|
|
2543
|
-
};
|
|
2544
|
-
const de_LastDeploymentInfo = (output, context) => {
|
|
2545
|
-
return take(output, {
|
|
2546
|
-
createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2547
|
-
deploymentId: __expectString,
|
|
2548
|
-
endTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2549
|
-
status: __expectString,
|
|
2550
|
-
});
|
|
2551
|
-
};
|
|
2552
|
-
const de_LifecycleEvent = (output, context) => {
|
|
2553
|
-
return take(output, {
|
|
2554
|
-
diagnostics: _json,
|
|
2555
|
-
endTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2556
|
-
lifecycleEventName: __expectString,
|
|
2557
|
-
startTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2558
|
-
status: __expectString,
|
|
2559
|
-
});
|
|
2560
|
-
};
|
|
2561
|
-
const de_LifecycleEventList = (output, context) => {
|
|
2562
|
-
const retVal = (output || [])
|
|
2563
|
-
.filter((e) => e != null)
|
|
2564
|
-
.map((entry) => {
|
|
2565
|
-
return de_LifecycleEvent(entry, context);
|
|
2566
|
-
});
|
|
2567
|
-
return retVal;
|
|
2568
|
-
};
|
|
2569
|
-
const de_RevisionInfo = (output, context) => {
|
|
2570
|
-
return take(output, {
|
|
2571
|
-
genericRevisionInfo: (_) => de_GenericRevisionInfo(_, context),
|
|
2572
|
-
revisionLocation: _json,
|
|
2573
|
-
});
|
|
2574
|
-
};
|
|
2575
|
-
const de_RevisionInfoList = (output, context) => {
|
|
2576
|
-
const retVal = (output || [])
|
|
2577
|
-
.filter((e) => e != null)
|
|
2578
|
-
.map((entry) => {
|
|
2579
|
-
return de_RevisionInfo(entry, context);
|
|
2580
|
-
});
|
|
2581
|
-
return retVal;
|
|
2582
|
-
};
|
|
2583
|
-
const deserializeMetadata = (output) => ({
|
|
2584
|
-
httpStatusCode: output.statusCode,
|
|
2585
|
-
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
2586
|
-
extendedRequestId: output.headers["x-amz-id-2"],
|
|
2587
|
-
cfId: output.headers["x-amz-cf-id"],
|
|
2588
|
-
});
|
|
2589
|
-
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
2590
|
-
const throwDefaultError = withBaseException(__BaseException);
|
|
2591
|
-
const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
|
|
2592
|
-
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
2593
|
-
const contents = {
|
|
2594
|
-
protocol,
|
|
2595
|
-
hostname,
|
|
2596
|
-
port,
|
|
2597
|
-
method: "POST",
|
|
2598
|
-
path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
|
|
2599
|
-
headers,
|
|
2600
|
-
};
|
|
2601
|
-
if (resolvedHostname !== undefined) {
|
|
2602
|
-
contents.hostname = resolvedHostname;
|
|
2603
|
-
}
|
|
2604
|
-
if (body !== undefined) {
|
|
2605
|
-
contents.body = body;
|
|
2606
|
-
}
|
|
2607
|
-
return new __HttpRequest(contents);
|
|
2608
|
-
};
|
|
2609
|
-
function sharedHeaders(operation) {
|
|
2610
|
-
return {
|
|
2611
|
-
"content-type": "application/x-amz-json-1.1",
|
|
2612
|
-
"x-amz-target": `CodeDeploy_20141006.${operation}`,
|
|
2613
|
-
};
|
|
2614
|
-
}
|