@cdklabs/cdk-ecs-codedeploy 0.0.207 → 0.0.208
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 +108 -49
- package/.jsii.tabl.json +1 -1
- package/.projenrc.ts +3 -5
- package/API.md +4 -4
- package/API.md.md +4 -9
- package/lib/api-canary/index.d.ts +1 -1
- package/lib/api-canary/index.js +7 -7
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +4 -4
- package/node_modules/@aws-sdk/client-codedeploy/README.md +7 -7
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/CodeDeployClient.js +6 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetApplicationsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ContinueDeploymentCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateApplicationCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentConfigCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentGroupCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteApplicationCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteDeploymentConfigCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteDeploymentGroupCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetApplicationCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetApplicationRevisionCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentConfigCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentGroupCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentInstanceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentTargetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetOnPremisesInstanceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListApplicationRevisionsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListApplicationsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentConfigsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentGroupsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentTargetsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListOnPremisesInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RegisterApplicationRevisionCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/StopDeploymentCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UpdateApplicationCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UpdateDeploymentGroupCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.shared.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeExtensions.js +22 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/CodeDeployClient.js +6 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetApplicationRevisionsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetApplicationsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentGroupsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentTargetsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ContinueDeploymentCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateApplicationCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentConfigCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentGroupCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteApplicationCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteDeploymentConfigCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteDeploymentGroupCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteGitHubAccountTokenCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteResourcesByExternalIdCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetApplicationCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetApplicationRevisionCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentConfigCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentGroupCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentInstanceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentTargetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetOnPremisesInstanceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListApplicationRevisionsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListApplicationsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentConfigsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentGroupsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentTargetsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListOnPremisesInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RegisterApplicationRevisionCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RegisterOnPremisesInstanceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/StopDeploymentCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/TagResourceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UntagResourceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UpdateApplicationCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UpdateDeploymentGroupCommand.js +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.shared.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeExtensions.js +18 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeploy.d.ts +25 -25
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeployClient.d.ts +33 -28
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +10 -11
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +16 -16
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +10 -10
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +8 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +8 -9
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +12 -11
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/endpoint/EndpointParameters.d.ts +3 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/extensionConfiguration.d.ts +8 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/index.d.ts +26 -25
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +701 -273
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.browser.d.ts +8 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.d.ts +5 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.native.d.ts +5 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/CodeDeployClient.d.ts +7 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/index.d.ts +1 -0
- 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 +9 -1
- 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 +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-codedeploy/package.json +37 -37
- package/node_modules/@aws-sdk/client-sso/README.md +7 -10
- package/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +6 -4
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeExtensions.js +22 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +6 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +18 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +8 -6
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +25 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +5 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +5 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +5 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +5 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
- 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 +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso/package.json +33 -33
- package/node_modules/@aws-sdk/client-sts/README.md +7 -7
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +6 -4
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +35 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +22 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +6 -4
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +35 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +18 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +8 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +8 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +6 -7
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +21 -16
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +20 -18
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +121 -28
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +5 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +5 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +5 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +5 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sts/package.json +36 -36
- package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-node/README.md +6 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthConfiguration.d.ts +8 -1
- package/node_modules/@aws-sdk/middleware-signing/package.json +9 -8
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -6
- package/node_modules/@aws-sdk/{client-sso-oidc → region-config-resolver}/LICENSE +2 -2
- package/node_modules/@aws-sdk/region-config-resolver/README.md +12 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +30 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +15 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +10 -0
- package/node_modules/@aws-sdk/{types/dist-cjs/connection → region-config-resolver/dist-cjs/regionConfig}/index.js +1 -2
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +29 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +25 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +12 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +17 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +8 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +37 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +8 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +61 -0
- package/node_modules/@aws-sdk/token-providers/README.md +20 -6
- package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-browser.js +895 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-node.js +901 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-browser.js +872 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-node.js +878 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-browser.d.ts +187 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-node.d.ts +187 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +1 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-browser.d.ts +235 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-node.d.ts +235 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/package.json +42 -6
- package/node_modules/@aws-sdk/types/dist-cjs/auth.js +2 -5
- package/node_modules/@aws-sdk/types/dist-cjs/connection.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +2 -5
- package/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/transfer.js +2 -6
- package/node_modules/@aws-sdk/types/dist-es/auth.js +1 -5
- package/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -5
- package/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -6
- package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -49
- package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -55
- package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -22
- package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -63
- package/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -25
- package/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -10
- package/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -60
- package/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -19
- package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -77
- package/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -108
- package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
- package/node_modules/@aws-sdk/types/dist-types/http.d.ts +2 -87
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -23
- package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -15
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +2 -13
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +1 -475
- package/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -26
- package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -22
- package/node_modules/@aws-sdk/types/dist-types/response.d.ts +1 -40
- package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -128
- package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +1 -104
- package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -72
- package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -150
- package/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -22
- package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -33
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -11
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -17
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -7
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -12
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -52
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -17
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -14
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -19
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -43
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -77
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +10 -26
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +4 -8
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -6
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +2 -7
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +40 -211
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -8
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -7
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +1 -11
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -43
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +12 -46
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -24
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -59
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -16
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -26
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -11
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -50
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -9
- package/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -17
- package/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -155
- package/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -35
- package/node_modules/@aws-sdk/types/package.json +2 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
- package/node_modules/@smithy/abort-controller/package.json +7 -9
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.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/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/package.json +11 -12
- package/node_modules/@smithy/credential-provider-imds/package.json +10 -12
- package/node_modules/@smithy/eventstream-codec/package.json +9 -11
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +23 -9
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +18 -5
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +22 -2
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +22 -2
- package/node_modules/@smithy/fetch-http-handler/package.json +11 -13
- package/node_modules/@smithy/hash-node/package.json +9 -11
- package/node_modules/@smithy/invalid-dependency/package.json +7 -9
- package/node_modules/@smithy/is-array-buffer/package.json +1 -1
- package/node_modules/@smithy/middleware-content-length/package.json +10 -10
- package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +0 -3
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +1 -1
- package/node_modules/@smithy/middleware-endpoint/package.json +11 -12
- package/node_modules/@smithy/middleware-retry/README.md +7 -0
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +3 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +3 -0
- package/node_modules/@smithy/middleware-retry/package.json +14 -14
- package/node_modules/@smithy/middleware-serde/package.json +9 -9
- package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +97 -35
- package/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +95 -35
- package/node_modules/@smithy/middleware-stack/package.json +7 -9
- package/node_modules/@smithy/node-config-provider/package.json +9 -11
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +13 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +13 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +12 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +12 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +4 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +4 -2
- package/node_modules/@smithy/node-http-handler/package.json +10 -12
- package/node_modules/@smithy/property-provider/dist-cjs/chain.js +19 -13
- package/node_modules/@smithy/property-provider/dist-es/chain.js +19 -13
- package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +1 -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 +1 -1
- package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
- package/node_modules/@smithy/property-provider/package.json +7 -9
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +27 -0
- package/node_modules/{@aws-sdk/client-sso-oidc/dist-cjs/models → @smithy/protocol-http/dist-cjs/extensions}/index.js +1 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +22 -0
- package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-es/index.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +37 -0
- package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +15 -1
- package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +37 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +15 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/package.json +7 -9
- package/node_modules/@smithy/querystring-builder/package.json +7 -9
- package/node_modules/@smithy/querystring-parser/package.json +7 -9
- package/node_modules/@smithy/service-error-classification/package.json +9 -9
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +11 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +11 -1
- package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -9
- package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +1 -1
- package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +1 -1
- package/node_modules/@smithy/signature-v4/package.json +14 -16
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +36 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +20 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +4 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +21 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +31 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +15 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +16 -0
- package/node_modules/@smithy/smithy-client/dist-es/index.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +1 -1
- package/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +1 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +25 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +15 -0
- package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +1 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +1 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +25 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +15 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/package.json +9 -11
- package/node_modules/@smithy/types/README.md +37 -0
- package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +44 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +16 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/index.js +8 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/index.js +7 -0
- package/node_modules/@smithy/types/dist-cjs/middleware.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/transform/exact.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +2 -0
- package/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
- package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
- package/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@smithy/types/dist-es/index.js +7 -0
- package/node_modules/@smithy/types/dist-es/middleware.js +1 -1
- package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/client.d.ts +21 -2
- package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
- package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/pagination.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/response.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
- package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +59 -0
- package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +26 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +64 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/util.d.ts +6 -0
- package/node_modules/@smithy/types/package.json +9 -10
- package/node_modules/@smithy/url-parser/package.json +8 -10
- package/node_modules/@smithy/util-base64/package.json +2 -2
- package/node_modules/@smithy/util-body-length-browser/package.json +1 -1
- package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +3 -0
- package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +3 -0
- package/node_modules/@smithy/util-body-length-node/package.json +1 -1
- package/node_modules/@smithy/util-buffer-from/package.json +2 -2
- package/node_modules/@smithy/util-config-provider/package.json +1 -1
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -11
- package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -14
- package/node_modules/@smithy/util-hex-encoding/package.json +1 -1
- package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +6 -0
- package/node_modules/@smithy/util-middleware/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
- package/node_modules/@smithy/util-middleware/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/util-middleware/package.json +7 -9
- package/node_modules/@smithy/util-retry/README.md +2 -1
- package/node_modules/@smithy/util-retry/package.json +8 -10
- package/node_modules/@smithy/util-stream/README.md +0 -6
- package/node_modules/@smithy/util-stream/package.json +16 -15
- package/node_modules/@smithy/util-uri-escape/package.json +1 -1
- package/node_modules/@smithy/util-utf8/package.json +2 -2
- package/node_modules/@smithy/util-waiter/package.json +8 -10
- package/node_modules/tslib/package.json +2 -2
- package/node_modules/tslib/tslib.es6.js +28 -28
- package/node_modules/tslib/tslib.es6.mjs +1 -1
- package/node_modules/tslib/tslib.js +1 -1
- package/package.json +17 -19
- package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -268
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js +0 -17
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js +0 -38
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js +0 -46
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js +0 -46
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js +0 -46
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/index.js +0 -6
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/EndpointParameters.js +0 -12
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +0 -12
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -10
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js +0 -12
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js +0 -184
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js +0 -469
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +0 -38
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +0 -45
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +0 -21
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -13
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +0 -34
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +0 -42
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -42
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -42
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +0 -8
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +0 -8
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -5
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +0 -8
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -169
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -460
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +0 -33
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +0 -40
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +0 -11
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +0 -17
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +0 -70
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +0 -197
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +0 -129
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -98
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -102
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +0 -19
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -49
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +0 -13
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -377
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -29
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +0 -35
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +0 -35
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +0 -34
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +0 -18
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -56
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +0 -122
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -35
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -42
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -33
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -151
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -41
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -65
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +0 -65
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -56
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -18
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -97
- package/node_modules/@aws-sdk/types/dist-es/connection/index.js +0 -3
- package/node_modules/@aws-sdk/types/dist-types/connection/config.d.ts +0 -7
- package/node_modules/@aws-sdk/types/dist-types/connection/index.d.ts +0 -3
- package/node_modules/@aws-sdk/types/dist-types/connection/manager.d.ts +0 -28
- package/node_modules/@aws-sdk/types/dist-types/connection/pool.d.ts +0 -24
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/config.d.ts +0 -3
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/index.d.ts +0 -3
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/manager.d.ts +0 -14
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/pool.d.ts +0 -9
- /package/node_modules/@aws-sdk/{types/dist-cjs/connection/config.js → client-codedeploy/dist-cjs/extensionConfiguration.js} +0 -0
- /package/node_modules/@aws-sdk/{types/dist-es/connection/config.js → client-codedeploy/dist-es/extensionConfiguration.js} +0 -0
- /package/node_modules/@aws-sdk/{types/dist-cjs/connection/manager.js → client-sso/dist-cjs/extensionConfiguration.js} +0 -0
- /package/node_modules/@aws-sdk/{types/dist-es/connection/manager.js → client-sso/dist-es/extensionConfiguration.js} +0 -0
- /package/node_modules/@aws-sdk/{types/dist-cjs/connection/pool.js → client-sts/dist-cjs/extensionConfiguration.js} +0 -0
- /package/node_modules/@aws-sdk/{types/dist-es/connection/pool.js → client-sts/dist-es/extensionConfiguration.js} +0 -0
|
@@ -1,475 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { EndpointV2 } from "./endpoint";
|
|
3
|
-
import { Logger } from "./logger";
|
|
4
|
-
import { UserAgent } from "./util";
|
|
5
|
-
/**
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export interface InitializeHandlerArguments<Input extends object> {
|
|
9
|
-
/**
|
|
10
|
-
* User input to a command. Reflects the userland representation of the
|
|
11
|
-
* union of data types the command can effectively handle.
|
|
12
|
-
*/
|
|
13
|
-
input: Input;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* @public
|
|
17
|
-
*/
|
|
18
|
-
export interface InitializeHandlerOutput<Output extends object> extends DeserializeHandlerOutput<Output> {
|
|
19
|
-
output: Output;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* @public
|
|
23
|
-
*/
|
|
24
|
-
export interface SerializeHandlerArguments<Input extends object> extends InitializeHandlerArguments<Input> {
|
|
25
|
-
/**
|
|
26
|
-
* The user input serialized as a request object. The request object is unknown,
|
|
27
|
-
* so you cannot modify it directly. When work with request, you need to guard its
|
|
28
|
-
* type to e.g. HttpRequest with 'instanceof' operand
|
|
29
|
-
*
|
|
30
|
-
* During the build phase of the execution of a middleware stack, a built
|
|
31
|
-
* request may or may not be available.
|
|
32
|
-
*/
|
|
33
|
-
request?: unknown;
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* @public
|
|
37
|
-
*/
|
|
38
|
-
export interface SerializeHandlerOutput<Output extends object> extends InitializeHandlerOutput<Output> {
|
|
39
|
-
}
|
|
40
|
-
/**
|
|
41
|
-
* @public
|
|
42
|
-
*/
|
|
43
|
-
export interface BuildHandlerArguments<Input extends object> extends FinalizeHandlerArguments<Input> {
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* @public
|
|
47
|
-
*/
|
|
48
|
-
export interface BuildHandlerOutput<Output extends object> extends InitializeHandlerOutput<Output> {
|
|
49
|
-
}
|
|
50
|
-
/**
|
|
51
|
-
* @public
|
|
52
|
-
*/
|
|
53
|
-
export interface FinalizeHandlerArguments<Input extends object> extends SerializeHandlerArguments<Input> {
|
|
54
|
-
/**
|
|
55
|
-
* The user input serialized as a request.
|
|
56
|
-
*/
|
|
57
|
-
request: unknown;
|
|
58
|
-
}
|
|
59
|
-
/**
|
|
60
|
-
* @public
|
|
61
|
-
*/
|
|
62
|
-
export interface FinalizeHandlerOutput<Output extends object> extends InitializeHandlerOutput<Output> {
|
|
63
|
-
}
|
|
64
|
-
/**
|
|
65
|
-
* @public
|
|
66
|
-
*/
|
|
67
|
-
export interface DeserializeHandlerArguments<Input extends object> extends FinalizeHandlerArguments<Input> {
|
|
68
|
-
}
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
export interface DeserializeHandlerOutput<Output extends object> {
|
|
73
|
-
/**
|
|
74
|
-
* The raw response object from runtime is deserialized to structured output object.
|
|
75
|
-
* The response object is unknown so you cannot modify it directly. When work with
|
|
76
|
-
* response, you need to guard its type to e.g. HttpResponse with 'instanceof' operand.
|
|
77
|
-
*
|
|
78
|
-
* During the deserialize phase of the execution of a middleware stack, a deserialized
|
|
79
|
-
* response may or may not be available
|
|
80
|
-
*/
|
|
81
|
-
response: unknown;
|
|
82
|
-
output?: Output;
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
export interface InitializeHandler<Input extends object, Output extends object> {
|
|
88
|
-
/**
|
|
89
|
-
* Asynchronously converts an input object into an output object.
|
|
90
|
-
*
|
|
91
|
-
* @param args - An object containing a input to the command as well as any
|
|
92
|
-
* associated or previously generated execution artifacts.
|
|
93
|
-
*/
|
|
94
|
-
(args: InitializeHandlerArguments<Input>): Promise<InitializeHandlerOutput<Output>>;
|
|
95
|
-
}
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
export type Handler<Input extends object, Output extends object> = InitializeHandler<Input, Output>;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
export interface SerializeHandler<Input extends object, Output extends object> {
|
|
104
|
-
/**
|
|
105
|
-
* Asynchronously converts an input object into an output object.
|
|
106
|
-
*
|
|
107
|
-
* @param args - An object containing a input to the command as well as any
|
|
108
|
-
* associated or previously generated execution artifacts.
|
|
109
|
-
*/
|
|
110
|
-
(args: SerializeHandlerArguments<Input>): Promise<SerializeHandlerOutput<Output>>;
|
|
111
|
-
}
|
|
112
|
-
/**
|
|
113
|
-
* @public
|
|
114
|
-
*/
|
|
115
|
-
export interface FinalizeHandler<Input extends object, Output extends object> {
|
|
116
|
-
/**
|
|
117
|
-
* Asynchronously converts an input object into an output object.
|
|
118
|
-
*
|
|
119
|
-
* @param args - An object containing a input to the command as well as any
|
|
120
|
-
* associated or previously generated execution artifacts.
|
|
121
|
-
*/
|
|
122
|
-
(args: FinalizeHandlerArguments<Input>): Promise<FinalizeHandlerOutput<Output>>;
|
|
123
|
-
}
|
|
124
|
-
/**
|
|
125
|
-
* @public
|
|
126
|
-
*/
|
|
127
|
-
export interface BuildHandler<Input extends object, Output extends object> {
|
|
128
|
-
(args: BuildHandlerArguments<Input>): Promise<BuildHandlerOutput<Output>>;
|
|
129
|
-
}
|
|
130
|
-
/**
|
|
131
|
-
* @public
|
|
132
|
-
*/
|
|
133
|
-
export interface DeserializeHandler<Input extends object, Output extends object> {
|
|
134
|
-
(args: DeserializeHandlerArguments<Input>): Promise<DeserializeHandlerOutput<Output>>;
|
|
135
|
-
}
|
|
136
|
-
/**
|
|
137
|
-
* @public
|
|
138
|
-
*
|
|
139
|
-
* A factory function that creates functions implementing the `Handler`
|
|
140
|
-
* interface.
|
|
141
|
-
*/
|
|
142
|
-
export interface InitializeMiddleware<Input extends object, Output extends object> {
|
|
143
|
-
/**
|
|
144
|
-
* @param next - The handler to invoke after this middleware has operated on
|
|
145
|
-
* the user input and before this middleware operates on the output.
|
|
146
|
-
*
|
|
147
|
-
* @param context - Invariant data and functions for use by the handler.
|
|
148
|
-
*/
|
|
149
|
-
(next: InitializeHandler<Input, Output>, context: HandlerExecutionContext): InitializeHandler<Input, Output>;
|
|
150
|
-
}
|
|
151
|
-
/**
|
|
152
|
-
* @public
|
|
153
|
-
*
|
|
154
|
-
* A factory function that creates functions implementing the `BuildHandler`
|
|
155
|
-
* interface.
|
|
156
|
-
*/
|
|
157
|
-
export interface SerializeMiddleware<Input extends object, Output extends object> {
|
|
158
|
-
/**
|
|
159
|
-
* @param next - The handler to invoke after this middleware has operated on
|
|
160
|
-
* the user input and before this middleware operates on the output.
|
|
161
|
-
*
|
|
162
|
-
* @param context - Invariant data and functions for use by the handler.
|
|
163
|
-
*/
|
|
164
|
-
(next: SerializeHandler<Input, Output>, context: HandlerExecutionContext): SerializeHandler<Input, Output>;
|
|
165
|
-
}
|
|
166
|
-
/**
|
|
167
|
-
* @public
|
|
168
|
-
*
|
|
169
|
-
* A factory function that creates functions implementing the `FinalizeHandler`
|
|
170
|
-
* interface.
|
|
171
|
-
*/
|
|
172
|
-
export interface FinalizeRequestMiddleware<Input extends object, Output extends object> {
|
|
173
|
-
/**
|
|
174
|
-
* @param next - The handler to invoke after this middleware has operated on
|
|
175
|
-
* the user input and before this middleware operates on the output.
|
|
176
|
-
*
|
|
177
|
-
* @param context - Invariant data and functions for use by the handler.
|
|
178
|
-
*/
|
|
179
|
-
(next: FinalizeHandler<Input, Output>, context: HandlerExecutionContext): FinalizeHandler<Input, Output>;
|
|
180
|
-
}
|
|
181
|
-
/**
|
|
182
|
-
* @public
|
|
183
|
-
*/
|
|
184
|
-
export interface BuildMiddleware<Input extends object, Output extends object> {
|
|
185
|
-
(next: BuildHandler<Input, Output>, context: HandlerExecutionContext): BuildHandler<Input, Output>;
|
|
186
|
-
}
|
|
187
|
-
/**
|
|
188
|
-
* @public
|
|
189
|
-
*/
|
|
190
|
-
export interface DeserializeMiddleware<Input extends object, Output extends object> {
|
|
191
|
-
(next: DeserializeHandler<Input, Output>, context: HandlerExecutionContext): DeserializeHandler<Input, Output>;
|
|
192
|
-
}
|
|
193
|
-
/**
|
|
194
|
-
* @public
|
|
195
|
-
*/
|
|
196
|
-
export type MiddlewareType<Input extends object, Output extends object> = InitializeMiddleware<Input, Output> | SerializeMiddleware<Input, Output> | BuildMiddleware<Input, Output> | FinalizeRequestMiddleware<Input, Output> | DeserializeMiddleware<Input, Output>;
|
|
197
|
-
/**
|
|
198
|
-
* @public
|
|
199
|
-
*
|
|
200
|
-
* A factory function that creates the terminal handler atop which a middleware
|
|
201
|
-
* stack sits.
|
|
202
|
-
*/
|
|
203
|
-
export interface Terminalware {
|
|
204
|
-
<Input extends object, Output extends object>(context: HandlerExecutionContext): DeserializeHandler<Input, Output>;
|
|
205
|
-
}
|
|
206
|
-
/**
|
|
207
|
-
* @public
|
|
208
|
-
*/
|
|
209
|
-
export type Step = "initialize" | "serialize" | "build" | "finalizeRequest" | "deserialize";
|
|
210
|
-
/**
|
|
211
|
-
* @public
|
|
212
|
-
*/
|
|
213
|
-
export type Priority = "high" | "normal" | "low";
|
|
214
|
-
/**
|
|
215
|
-
* @public
|
|
216
|
-
*/
|
|
217
|
-
export interface HandlerOptions {
|
|
218
|
-
/**
|
|
219
|
-
* Handlers are ordered using a "step" that describes the stage of command
|
|
220
|
-
* execution at which the handler will be executed. The available steps are:
|
|
221
|
-
*
|
|
222
|
-
* - initialize: The input is being prepared. Examples of typical
|
|
223
|
-
* initialization tasks include injecting default options computing
|
|
224
|
-
* derived parameters.
|
|
225
|
-
* - serialize: The input is complete and ready to be serialized. Examples
|
|
226
|
-
* of typical serialization tasks include input validation and building
|
|
227
|
-
* an HTTP request from user input.
|
|
228
|
-
* - build: The input has been serialized into an HTTP request, but that
|
|
229
|
-
* request may require further modification. Any request alterations
|
|
230
|
-
* will be applied to all retries. Examples of typical build tasks
|
|
231
|
-
* include injecting HTTP headers that describe a stable aspect of the
|
|
232
|
-
* request, such as `Content-Length` or a body checksum.
|
|
233
|
-
* - finalizeRequest: The request is being prepared to be sent over the wire. The
|
|
234
|
-
* request in this stage should already be semantically complete and
|
|
235
|
-
* should therefore only be altered as match the recipient's
|
|
236
|
-
* expectations. Examples of typical finalization tasks include request
|
|
237
|
-
* signing and injecting hop-by-hop headers.
|
|
238
|
-
* - deserialize: The response has arrived, the middleware here will deserialize
|
|
239
|
-
* the raw response object to structured response
|
|
240
|
-
*
|
|
241
|
-
* Unlike initialization and build handlers, which are executed once
|
|
242
|
-
* per operation execution, finalization and deserialize handlers will be
|
|
243
|
-
* executed foreach HTTP request sent.
|
|
244
|
-
*
|
|
245
|
-
* @defaultValue 'initialize'
|
|
246
|
-
*/
|
|
247
|
-
step?: Step;
|
|
248
|
-
/**
|
|
249
|
-
* A list of strings to any that identify the general purpose or important
|
|
250
|
-
* characteristics of a given handler.
|
|
251
|
-
*/
|
|
252
|
-
tags?: Array<string>;
|
|
253
|
-
/**
|
|
254
|
-
* A unique name to refer to a middleware
|
|
255
|
-
*/
|
|
256
|
-
name?: string;
|
|
257
|
-
/**
|
|
258
|
-
* A flag to override the existing middleware with the same name. Without
|
|
259
|
-
* setting it, adding middleware with duplicated name will throw an exception.
|
|
260
|
-
* @internal
|
|
261
|
-
*/
|
|
262
|
-
override?: boolean;
|
|
263
|
-
}
|
|
264
|
-
/**
|
|
265
|
-
* @public
|
|
266
|
-
*/
|
|
267
|
-
export interface AbsoluteLocation {
|
|
268
|
-
/**
|
|
269
|
-
* By default middleware will be added to individual step in un-guaranteed order.
|
|
270
|
-
* In the case that
|
|
271
|
-
*
|
|
272
|
-
* @defaultValue 'normal'
|
|
273
|
-
*/
|
|
274
|
-
priority?: Priority;
|
|
275
|
-
}
|
|
276
|
-
/**
|
|
277
|
-
* @public
|
|
278
|
-
*/
|
|
279
|
-
export type Relation = "before" | "after";
|
|
280
|
-
/**
|
|
281
|
-
* @public
|
|
282
|
-
*/
|
|
283
|
-
export interface RelativeLocation {
|
|
284
|
-
/**
|
|
285
|
-
* Specify the relation to be before or after a know middleware.
|
|
286
|
-
*/
|
|
287
|
-
relation: Relation;
|
|
288
|
-
/**
|
|
289
|
-
* A known middleware name to indicate inserting middleware's location.
|
|
290
|
-
*/
|
|
291
|
-
toMiddleware: string;
|
|
292
|
-
}
|
|
293
|
-
/**
|
|
294
|
-
* @public
|
|
295
|
-
*/
|
|
296
|
-
export type RelativeMiddlewareOptions = RelativeLocation & Omit<HandlerOptions, "step">;
|
|
297
|
-
/**
|
|
298
|
-
* @public
|
|
299
|
-
*/
|
|
300
|
-
export interface InitializeHandlerOptions extends HandlerOptions {
|
|
301
|
-
step?: "initialize";
|
|
302
|
-
}
|
|
303
|
-
/**
|
|
304
|
-
* @public
|
|
305
|
-
*/
|
|
306
|
-
export interface SerializeHandlerOptions extends HandlerOptions {
|
|
307
|
-
step: "serialize";
|
|
308
|
-
}
|
|
309
|
-
/**
|
|
310
|
-
* @public
|
|
311
|
-
*/
|
|
312
|
-
export interface BuildHandlerOptions extends HandlerOptions {
|
|
313
|
-
step: "build";
|
|
314
|
-
}
|
|
315
|
-
/**
|
|
316
|
-
* @public
|
|
317
|
-
*/
|
|
318
|
-
export interface FinalizeRequestHandlerOptions extends HandlerOptions {
|
|
319
|
-
step: "finalizeRequest";
|
|
320
|
-
}
|
|
321
|
-
/**
|
|
322
|
-
* @public
|
|
323
|
-
*/
|
|
324
|
-
export interface DeserializeHandlerOptions extends HandlerOptions {
|
|
325
|
-
step: "deserialize";
|
|
326
|
-
}
|
|
327
|
-
/**
|
|
328
|
-
* @public
|
|
329
|
-
*
|
|
330
|
-
* A stack storing middleware. It can be resolved into a handler. It supports 2
|
|
331
|
-
* approaches for adding middleware:
|
|
332
|
-
* 1. Adding middleware to specific step with `add()`. The order of middleware
|
|
333
|
-
* added into same step is determined by order of adding them. If one middleware
|
|
334
|
-
* needs to be executed at the front of the step or at the end of step, set
|
|
335
|
-
* `priority` options to `high` or `low`.
|
|
336
|
-
* 2. Adding middleware to location relative to known middleware with `addRelativeTo()`.
|
|
337
|
-
* This is useful when given middleware must be executed before or after specific
|
|
338
|
-
* middleware(`toMiddleware`). You can add a middleware relatively to another
|
|
339
|
-
* middleware which also added relatively. But eventually, this relative middleware
|
|
340
|
-
* chain **must** be 'anchored' by a middleware that added using `add()` API
|
|
341
|
-
* with absolute `step` and `priority`. This mothod will throw if specified
|
|
342
|
-
* `toMiddleware` is not found.
|
|
343
|
-
*/
|
|
344
|
-
export interface MiddlewareStack<Input extends object, Output extends object> extends Pluggable<Input, Output> {
|
|
345
|
-
/**
|
|
346
|
-
* Add middleware to the stack to be executed during the "initialize" step,
|
|
347
|
-
* optionally specifying a priority, tags and name
|
|
348
|
-
*/
|
|
349
|
-
add(middleware: InitializeMiddleware<Input, Output>, options?: InitializeHandlerOptions & AbsoluteLocation): void;
|
|
350
|
-
/**
|
|
351
|
-
* Add middleware to the stack to be executed during the "serialize" step,
|
|
352
|
-
* optionally specifying a priority, tags and name
|
|
353
|
-
*/
|
|
354
|
-
add(middleware: SerializeMiddleware<Input, Output>, options: SerializeHandlerOptions & AbsoluteLocation): void;
|
|
355
|
-
/**
|
|
356
|
-
* Add middleware to the stack to be executed during the "build" step,
|
|
357
|
-
* optionally specifying a priority, tags and name
|
|
358
|
-
*/
|
|
359
|
-
add(middleware: BuildMiddleware<Input, Output>, options: BuildHandlerOptions & AbsoluteLocation): void;
|
|
360
|
-
/**
|
|
361
|
-
* Add middleware to the stack to be executed during the "finalizeRequest" step,
|
|
362
|
-
* optionally specifying a priority, tags and name
|
|
363
|
-
*/
|
|
364
|
-
add(middleware: FinalizeRequestMiddleware<Input, Output>, options: FinalizeRequestHandlerOptions & AbsoluteLocation): void;
|
|
365
|
-
/**
|
|
366
|
-
* Add middleware to the stack to be executed during the "deserialize" step,
|
|
367
|
-
* optionally specifying a priority, tags and name
|
|
368
|
-
*/
|
|
369
|
-
add(middleware: DeserializeMiddleware<Input, Output>, options: DeserializeHandlerOptions & AbsoluteLocation): void;
|
|
370
|
-
/**
|
|
371
|
-
* Add middleware to a stack position before or after a known middleware,optionally
|
|
372
|
-
* specifying name and tags.
|
|
373
|
-
*/
|
|
374
|
-
addRelativeTo(middleware: MiddlewareType<Input, Output>, options: RelativeMiddlewareOptions): void;
|
|
375
|
-
/**
|
|
376
|
-
* Apply a customization function to mutate the middleware stack, often
|
|
377
|
-
* used for customizations that requires mutating multiple middleware.
|
|
378
|
-
*/
|
|
379
|
-
use(pluggable: Pluggable<Input, Output>): void;
|
|
380
|
-
/**
|
|
381
|
-
* Create a shallow clone of this stack. Step bindings and handler priorities
|
|
382
|
-
* and tags are preserved in the copy.
|
|
383
|
-
*/
|
|
384
|
-
clone(): MiddlewareStack<Input, Output>;
|
|
385
|
-
/**
|
|
386
|
-
* Removes middleware from the stack.
|
|
387
|
-
*
|
|
388
|
-
* If a string is provided, it will be treated as middleware name. If a middleware
|
|
389
|
-
* is inserted with the given name, it will be removed.
|
|
390
|
-
*
|
|
391
|
-
* If a middleware class is provided, all usages thereof will be removed.
|
|
392
|
-
*/
|
|
393
|
-
remove(toRemove: MiddlewareType<Input, Output> | string): boolean;
|
|
394
|
-
/**
|
|
395
|
-
* Removes middleware that contains given tag
|
|
396
|
-
*
|
|
397
|
-
* Multiple middleware will potentially be removed
|
|
398
|
-
*/
|
|
399
|
-
removeByTag(toRemove: string): boolean;
|
|
400
|
-
/**
|
|
401
|
-
* Create a stack containing the middlewares in this stack as well as the
|
|
402
|
-
* middlewares in the `from` stack. Neither source is modified, and step
|
|
403
|
-
* bindings and handler priorities and tags are preserved in the copy.
|
|
404
|
-
*/
|
|
405
|
-
concat<InputType extends Input, OutputType extends Output>(from: MiddlewareStack<InputType, OutputType>): MiddlewareStack<InputType, OutputType>;
|
|
406
|
-
/**
|
|
407
|
-
* Returns a list of the current order of middleware in the stack.
|
|
408
|
-
* This does not execute the middleware functions, nor does it
|
|
409
|
-
* provide a reference to the stack itself.
|
|
410
|
-
*/
|
|
411
|
-
identify(): string[];
|
|
412
|
-
/**
|
|
413
|
-
* Builds a single handler function from zero or more middleware classes and
|
|
414
|
-
* a core handler. The core handler is meant to send command objects to AWS
|
|
415
|
-
* services and return promises that will resolve with the operation result
|
|
416
|
-
* or be rejected with an error.
|
|
417
|
-
*
|
|
418
|
-
* When a composed handler is invoked, the arguments will pass through all
|
|
419
|
-
* middleware in a defined order, and the return from the innermost handler
|
|
420
|
-
* will pass through all middleware in the reverse of that order.
|
|
421
|
-
*/
|
|
422
|
-
resolve<InputType extends Input, OutputType extends Output>(handler: DeserializeHandler<InputType, OutputType>, context: HandlerExecutionContext): InitializeHandler<InputType, OutputType>;
|
|
423
|
-
}
|
|
424
|
-
/**
|
|
425
|
-
* @public
|
|
426
|
-
*
|
|
427
|
-
* Data and helper objects that are not expected to change from one execution of
|
|
428
|
-
* a composed handler to another.
|
|
429
|
-
*/
|
|
430
|
-
export interface HandlerExecutionContext {
|
|
431
|
-
/**
|
|
432
|
-
* A logger that may be invoked by any handler during execution of an
|
|
433
|
-
* operation.
|
|
434
|
-
*/
|
|
435
|
-
logger?: Logger;
|
|
436
|
-
/**
|
|
437
|
-
* Additional user agent that inferred by middleware. It can be used to save
|
|
438
|
-
* the internal user agent sections without overriding the `customUserAgent`
|
|
439
|
-
* config in clients.
|
|
440
|
-
*/
|
|
441
|
-
userAgent?: UserAgent;
|
|
442
|
-
/**
|
|
443
|
-
* Resolved by the endpointMiddleware function of `@aws-sdk/middleware-endpoint`
|
|
444
|
-
* in the serialization stage.
|
|
445
|
-
*/
|
|
446
|
-
endpointV2?: EndpointV2;
|
|
447
|
-
/**
|
|
448
|
-
* Set at the same time as endpointV2.
|
|
449
|
-
*/
|
|
450
|
-
authSchemes?: AuthScheme[];
|
|
451
|
-
/**
|
|
452
|
-
* The current auth configuration that has been set by any auth middleware and
|
|
453
|
-
* that will prevent from being set more than once.
|
|
454
|
-
*/
|
|
455
|
-
currentAuthConfig?: HttpAuthDefinition;
|
|
456
|
-
/**
|
|
457
|
-
* Used by DynamoDbDocumentClient.
|
|
458
|
-
*/
|
|
459
|
-
dynamoDbDocumentClientOptions?: Partial<{
|
|
460
|
-
overrideInputFilterSensitiveLog(...args: any[]): string | void;
|
|
461
|
-
overrideOutputFilterSensitiveLog(...args: any[]): string | void;
|
|
462
|
-
}>;
|
|
463
|
-
[key: string]: any;
|
|
464
|
-
}
|
|
465
|
-
/**
|
|
466
|
-
* @public
|
|
467
|
-
*/
|
|
468
|
-
export interface Pluggable<Input extends object, Output extends object> {
|
|
469
|
-
/**
|
|
470
|
-
* A function that mutate the passed in middleware stack. Functions implementing
|
|
471
|
-
* this interface can add, remove, modify existing middleware stack from clients
|
|
472
|
-
* or commands
|
|
473
|
-
*/
|
|
474
|
-
applyToStack: (stack: MiddlewareStack<Input, Output>) => void;
|
|
475
|
-
}
|
|
1
|
+
export { AbsoluteLocation, BuildHandler, BuildHandlerArguments, BuildHandlerOptions, BuildHandlerOutput, BuildMiddleware, DeserializeHandler, DeserializeHandlerArguments, DeserializeHandlerOptions, DeserializeHandlerOutput, DeserializeMiddleware, FinalizeHandler, FinalizeHandlerArguments, FinalizeHandlerOutput, FinalizeRequestHandlerOptions, FinalizeRequestMiddleware, Handler, HandlerExecutionContext, HandlerOptions, InitializeHandler, InitializeHandlerArguments, InitializeHandlerOptions, InitializeHandlerOutput, InitializeMiddleware, MiddlewareStack, MiddlewareType, Pluggable, Priority, Relation, RelativeLocation, RelativeMiddlewareOptions, SerializeHandler, SerializeHandlerArguments, SerializeHandlerOptions, SerializeHandlerOutput, SerializeMiddleware, Step, Terminalware, } from "@smithy/types";
|
|
@@ -1,26 +1 @@
|
|
|
1
|
-
|
|
2
|
-
/**
|
|
3
|
-
* @public
|
|
4
|
-
*
|
|
5
|
-
* Expected type definition of a paginator.
|
|
6
|
-
*/
|
|
7
|
-
export type Paginator<T> = AsyncGenerator<T, T, unknown>;
|
|
8
|
-
/**
|
|
9
|
-
* @public
|
|
10
|
-
*
|
|
11
|
-
* Expected paginator configuration passed to an operation. Services will extend
|
|
12
|
-
* this interface definition and may type client further.
|
|
13
|
-
*/
|
|
14
|
-
export interface PaginationConfiguration {
|
|
15
|
-
client: Client<any, any, any>;
|
|
16
|
-
pageSize?: number;
|
|
17
|
-
startingToken?: any;
|
|
18
|
-
/**
|
|
19
|
-
* For some APIs, such as CloudWatchLogs events, the next page token will always
|
|
20
|
-
* be present.
|
|
21
|
-
*
|
|
22
|
-
* When true, this config field will have the paginator stop when the token doesn't change
|
|
23
|
-
* instead of when it is not present.
|
|
24
|
-
*/
|
|
25
|
-
stopOnSameToken?: boolean;
|
|
26
|
-
}
|
|
1
|
+
export { PaginationConfiguration, Paginator } from "@smithy/types";
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
|
|
2
|
-
* @public
|
|
3
|
-
*/
|
|
4
|
-
export type IniSection = Record<string, string | undefined>;
|
|
5
|
-
/**
|
|
6
|
-
* @public
|
|
7
|
-
*
|
|
8
|
-
* @deprecated Please use {@link IniSection}
|
|
9
|
-
*/
|
|
10
|
-
export interface Profile extends IniSection {
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* @public
|
|
14
|
-
*/
|
|
15
|
-
export type ParsedIniData = Record<string, IniSection>;
|
|
16
|
-
/**
|
|
17
|
-
* @public
|
|
18
|
-
*/
|
|
19
|
-
export interface SharedConfigFiles {
|
|
20
|
-
credentialsFile: ParsedIniData;
|
|
21
|
-
configFile: ParsedIniData;
|
|
22
|
-
}
|
|
1
|
+
export { IniSection, Profile, ParsedIniData, SharedConfigFiles } from "@smithy/types";
|
|
@@ -1,43 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* @internal
|
|
3
|
-
*/
|
|
4
|
-
export interface ResponseMetadata {
|
|
5
|
-
/**
|
|
6
|
-
* The status code of the last HTTP response received for this operation.
|
|
7
|
-
*/
|
|
8
|
-
httpStatusCode?: number;
|
|
9
|
-
/**
|
|
10
|
-
* A unique identifier for the last request sent for this operation. Often
|
|
11
|
-
* requested by AWS service teams to aid in debugging.
|
|
12
|
-
*/
|
|
13
|
-
requestId?: string;
|
|
14
|
-
/**
|
|
15
|
-
* A secondary identifier for the last request sent. Used for debugging.
|
|
16
|
-
*/
|
|
17
|
-
extendedRequestId?: string;
|
|
18
|
-
/**
|
|
19
|
-
* A tertiary identifier for the last request sent. Used for debugging.
|
|
20
|
-
*/
|
|
21
|
-
cfId?: string;
|
|
22
|
-
/**
|
|
23
|
-
* The number of times this operation was attempted.
|
|
24
|
-
*/
|
|
25
|
-
attempts?: number;
|
|
26
|
-
/**
|
|
27
|
-
* The total amount of time (in milliseconds) that was spent waiting between
|
|
28
|
-
* retry attempts.
|
|
29
|
-
*/
|
|
30
|
-
totalRetryDelay?: number;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* @public
|
|
34
|
-
*/
|
|
35
|
-
export interface MetadataBearer {
|
|
36
|
-
/**
|
|
37
|
-
* Metadata pertaining to this request.
|
|
38
|
-
*/
|
|
39
|
-
$metadata: ResponseMetadata;
|
|
40
|
-
}
|
|
1
|
+
export { MetadataBearer, ResponseMetadata } from "@smithy/types";
|
|
41
2
|
/**
|
|
42
3
|
* @internal
|
|
43
4
|
*/
|
|
@@ -1,128 +1 @@
|
|
|
1
|
-
|
|
2
|
-
* @public
|
|
3
|
-
*/
|
|
4
|
-
export type RetryErrorType =
|
|
5
|
-
/**
|
|
6
|
-
* This is a connection level error such as a socket timeout, socket connect
|
|
7
|
-
* error, tls negotiation timeout etc...
|
|
8
|
-
* Typically these should never be applied for non-idempotent request types
|
|
9
|
-
* since in this scenario, it's impossible to know whether the operation had
|
|
10
|
-
* a side effect on the server.
|
|
11
|
-
*/
|
|
12
|
-
"TRANSIENT"
|
|
13
|
-
/**
|
|
14
|
-
* This is an error where the server explicitly told the client to back off,
|
|
15
|
-
* such as a 429 or 503 Http error.
|
|
16
|
-
*/
|
|
17
|
-
| "THROTTLING"
|
|
18
|
-
/**
|
|
19
|
-
* This is a server error that isn't explicitly throttling but is considered
|
|
20
|
-
* by the client to be something that should be retried.
|
|
21
|
-
*/
|
|
22
|
-
| "SERVER_ERROR"
|
|
23
|
-
/**
|
|
24
|
-
* Doesn't count against any budgets. This could be something like a 401
|
|
25
|
-
* challenge in Http.
|
|
26
|
-
*/
|
|
27
|
-
| "CLIENT_ERROR";
|
|
28
|
-
/**
|
|
29
|
-
* @public
|
|
30
|
-
*/
|
|
31
|
-
export interface RetryErrorInfo {
|
|
32
|
-
errorType: RetryErrorType;
|
|
33
|
-
/**
|
|
34
|
-
* Protocol hint. This could come from Http's 'retry-after' header or
|
|
35
|
-
* something from MQTT or any other protocol that has the ability to convey
|
|
36
|
-
* retry info from a peer.
|
|
37
|
-
*
|
|
38
|
-
* @returns the Date after which a retry should be attempted.
|
|
39
|
-
*/
|
|
40
|
-
retryAfterHint?: Date;
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* @public
|
|
44
|
-
*/
|
|
45
|
-
export interface RetryBackoffStrategy {
|
|
46
|
-
/**
|
|
47
|
-
* @returns the number of milliseconds to wait before retrying an action.
|
|
48
|
-
*/
|
|
49
|
-
computeNextBackoffDelay(retryAttempt: number): number;
|
|
50
|
-
}
|
|
51
|
-
/**
|
|
52
|
-
* @public
|
|
53
|
-
*/
|
|
54
|
-
export interface StandardRetryBackoffStrategy extends RetryBackoffStrategy {
|
|
55
|
-
/**
|
|
56
|
-
* Sets the delayBase used to compute backoff delays.
|
|
57
|
-
* @param delayBase -
|
|
58
|
-
*/
|
|
59
|
-
setDelayBase(delayBase: number): void;
|
|
60
|
-
}
|
|
61
|
-
/**
|
|
62
|
-
* @public
|
|
63
|
-
*/
|
|
64
|
-
export interface RetryStrategyOptions {
|
|
65
|
-
backoffStrategy: RetryBackoffStrategy;
|
|
66
|
-
maxRetriesBase: number;
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
export interface RetryToken {
|
|
72
|
-
/**
|
|
73
|
-
* @returns the current count of retry.
|
|
74
|
-
*/
|
|
75
|
-
getRetryCount(): number;
|
|
76
|
-
/**
|
|
77
|
-
* @returns the number of milliseconds to wait before retrying an action.
|
|
78
|
-
*/
|
|
79
|
-
getRetryDelay(): number;
|
|
80
|
-
}
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
export interface StandardRetryToken extends RetryToken {
|
|
85
|
-
/**
|
|
86
|
-
* @returns the cost of the last retry attempt.
|
|
87
|
-
*/
|
|
88
|
-
getRetryCost(): number | undefined;
|
|
89
|
-
}
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
export interface RetryStrategyV2 {
|
|
94
|
-
/**
|
|
95
|
-
* Called before any retries (for the first call to the operation). It either
|
|
96
|
-
* returns a retry token or an error upon the failure to acquire a token prior.
|
|
97
|
-
*
|
|
98
|
-
* tokenScope is arbitrary and out of scope for this component. However,
|
|
99
|
-
* adding it here offers us a lot of future flexibility for outage detection.
|
|
100
|
-
* For example, it could be "us-east-1" on a shared retry strategy, or
|
|
101
|
-
* "us-west-2-c:dynamodb".
|
|
102
|
-
*/
|
|
103
|
-
acquireInitialRetryToken(retryTokenScope: string): Promise<RetryToken>;
|
|
104
|
-
/**
|
|
105
|
-
* After a failed operation call, this function is invoked to refresh the
|
|
106
|
-
* retryToken returned by acquireInitialRetryToken(). This function can
|
|
107
|
-
* either choose to allow another retry and send a new or updated token,
|
|
108
|
-
* or reject the retry attempt and report the error either in an exception
|
|
109
|
-
* or returning an error.
|
|
110
|
-
*/
|
|
111
|
-
refreshRetryTokenForRetry(tokenToRenew: RetryToken, errorInfo: RetryErrorInfo): Promise<RetryToken>;
|
|
112
|
-
/**
|
|
113
|
-
* Upon successful completion of the operation, this function is called
|
|
114
|
-
* to record that the operation was successful.
|
|
115
|
-
*/
|
|
116
|
-
recordSuccess(token: RetryToken): void;
|
|
117
|
-
}
|
|
118
|
-
/**
|
|
119
|
-
* @public
|
|
120
|
-
*/
|
|
121
|
-
export type ExponentialBackoffJitterType = "DEFAULT" | "NONE" | "FULL" | "DECORRELATED";
|
|
122
|
-
/**
|
|
123
|
-
* @public
|
|
124
|
-
*/
|
|
125
|
-
export interface ExponentialBackoffStrategyOptions {
|
|
126
|
-
jitterType: ExponentialBackoffJitterType;
|
|
127
|
-
backoffScaleValue?: number;
|
|
128
|
-
}
|
|
1
|
+
export { ExponentialBackoffJitterType, ExponentialBackoffStrategyOptions, RetryBackoffStrategy, RetryErrorInfo, RetryErrorType, RetryStrategyOptions, RetryStrategyV2, RetryToken, StandardRetryBackoffStrategy, StandardRetryToken, } from "@smithy/types";
|