@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
|
@@ -7,11 +7,13 @@ import { STSServiceException as __BaseException } from "./STSServiceException";
|
|
|
7
7
|
*/
|
|
8
8
|
export interface AssumedRoleUser {
|
|
9
9
|
/**
|
|
10
|
+
* @public
|
|
10
11
|
* <p>A unique identifier that contains the role ID and the role session name of the role that
|
|
11
12
|
* is being assumed. The role ID is generated by Amazon Web Services when the role is created.</p>
|
|
12
13
|
*/
|
|
13
14
|
AssumedRoleId: string | undefined;
|
|
14
15
|
/**
|
|
16
|
+
* @public
|
|
15
17
|
* <p>The ARN of the temporary security credentials that are returned from the <a>AssumeRole</a> action. For more information about ARNs and how to use them in
|
|
16
18
|
* policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html">IAM Identifiers</a> in the
|
|
17
19
|
* <i>IAM User Guide</i>.</p>
|
|
@@ -25,12 +27,29 @@ export interface AssumedRoleUser {
|
|
|
25
27
|
*/
|
|
26
28
|
export interface PolicyDescriptorType {
|
|
27
29
|
/**
|
|
30
|
+
* @public
|
|
28
31
|
* <p>The Amazon Resource Name (ARN) of the IAM managed policy to use as a session policy
|
|
29
32
|
* for the role. For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services
|
|
30
33
|
* Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
31
34
|
*/
|
|
32
35
|
arn?: string;
|
|
33
36
|
}
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
* <p>Reserved for future use.</p>
|
|
40
|
+
*/
|
|
41
|
+
export interface ProvidedContext {
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
* <p>Reserved for future use.</p>
|
|
45
|
+
*/
|
|
46
|
+
ProviderArn?: string;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
* <p>Reserved for future use.</p>
|
|
50
|
+
*/
|
|
51
|
+
ContextAssertion?: string;
|
|
52
|
+
}
|
|
34
53
|
/**
|
|
35
54
|
* @public
|
|
36
55
|
* <p>You can pass custom key-value pair attributes when you assume a role or federate a user.
|
|
@@ -40,6 +59,7 @@ export interface PolicyDescriptorType {
|
|
|
40
59
|
*/
|
|
41
60
|
export interface Tag {
|
|
42
61
|
/**
|
|
62
|
+
* @public
|
|
43
63
|
* <p>The key for a session tag.</p>
|
|
44
64
|
* <p>You can pass up to 50 session tags. The plain text session tag keys can’t exceed 128
|
|
45
65
|
* characters. For these and additional limits, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html#reference_iam-limits-entity-length">IAM
|
|
@@ -47,6 +67,7 @@ export interface Tag {
|
|
|
47
67
|
*/
|
|
48
68
|
Key: string | undefined;
|
|
49
69
|
/**
|
|
70
|
+
* @public
|
|
50
71
|
* <p>The value for a session tag.</p>
|
|
51
72
|
* <p>You can pass up to 50 session tags. The plain text session tag values can’t exceed 256
|
|
52
73
|
* characters. For these and additional limits, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html#reference_iam-limits-entity-length">IAM
|
|
@@ -59,10 +80,12 @@ export interface Tag {
|
|
|
59
80
|
*/
|
|
60
81
|
export interface AssumeRoleRequest {
|
|
61
82
|
/**
|
|
83
|
+
* @public
|
|
62
84
|
* <p>The Amazon Resource Name (ARN) of the role to assume.</p>
|
|
63
85
|
*/
|
|
64
86
|
RoleArn: string | undefined;
|
|
65
87
|
/**
|
|
88
|
+
* @public
|
|
66
89
|
* <p>An identifier for the assumed role session.</p>
|
|
67
90
|
* <p>Use the role session name to uniquely identify a session when the same role is assumed
|
|
68
91
|
* by different principals or for different reasons. In cross-account scenarios, the role
|
|
@@ -76,6 +99,7 @@ export interface AssumeRoleRequest {
|
|
|
76
99
|
*/
|
|
77
100
|
RoleSessionName: string | undefined;
|
|
78
101
|
/**
|
|
102
|
+
* @public
|
|
79
103
|
* <p>The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as
|
|
80
104
|
* managed session policies. The policies must exist in the same account as the role.</p>
|
|
81
105
|
* <p>This parameter is optional. You can provide up to 10 managed policy ARNs. However, the
|
|
@@ -100,6 +124,7 @@ export interface AssumeRoleRequest {
|
|
|
100
124
|
*/
|
|
101
125
|
PolicyArns?: PolicyDescriptorType[];
|
|
102
126
|
/**
|
|
127
|
+
* @public
|
|
103
128
|
* <p>An IAM policy in JSON format that you want to use as an inline session policy.</p>
|
|
104
129
|
* <p>This parameter is optional. Passing policies to this operation returns new
|
|
105
130
|
* temporary credentials. The resulting session's permissions are the intersection of the
|
|
@@ -124,6 +149,7 @@ export interface AssumeRoleRequest {
|
|
|
124
149
|
*/
|
|
125
150
|
Policy?: string;
|
|
126
151
|
/**
|
|
152
|
+
* @public
|
|
127
153
|
* <p>The duration, in seconds, of the role session. The value specified can range from 900
|
|
128
154
|
* seconds (15 minutes) up to the maximum session duration set for the role. The maximum
|
|
129
155
|
* session duration setting can have a value from 1 hour to 12 hours. If you specify a value
|
|
@@ -152,6 +178,7 @@ export interface AssumeRoleRequest {
|
|
|
152
178
|
*/
|
|
153
179
|
DurationSeconds?: number;
|
|
154
180
|
/**
|
|
181
|
+
* @public
|
|
155
182
|
* <p>A list of session tags that you want to pass. Each session tag consists of a key name
|
|
156
183
|
* and an associated value. For more information about session tags, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html">Tagging Amazon Web Services STS
|
|
157
184
|
* Sessions</a> in the <i>IAM User Guide</i>.</p>
|
|
@@ -182,6 +209,7 @@ export interface AssumeRoleRequest {
|
|
|
182
209
|
*/
|
|
183
210
|
Tags?: Tag[];
|
|
184
211
|
/**
|
|
212
|
+
* @public
|
|
185
213
|
* <p>A list of keys for session tags that you want to set as transitive. If you set a tag key
|
|
186
214
|
* as transitive, the corresponding key and value passes to subsequent sessions in a role
|
|
187
215
|
* chain. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html#id_session-tags_role-chaining">Chaining Roles
|
|
@@ -193,6 +221,7 @@ export interface AssumeRoleRequest {
|
|
|
193
221
|
*/
|
|
194
222
|
TransitiveTagKeys?: string[];
|
|
195
223
|
/**
|
|
224
|
+
* @public
|
|
196
225
|
* <p>A unique identifier that might be required when you assume a role in another account. If
|
|
197
226
|
* the administrator of the account to which the role belongs provided you with an external
|
|
198
227
|
* ID, then provide that value in the <code>ExternalId</code> parameter. This value can be any
|
|
@@ -209,6 +238,7 @@ export interface AssumeRoleRequest {
|
|
|
209
238
|
*/
|
|
210
239
|
ExternalId?: string;
|
|
211
240
|
/**
|
|
241
|
+
* @public
|
|
212
242
|
* <p>The identification number of the MFA device that is associated with the user who is
|
|
213
243
|
* making the <code>AssumeRole</code> call. Specify this value if the trust policy of the role
|
|
214
244
|
* being assumed includes a condition that requires MFA authentication. The value is either
|
|
@@ -221,6 +251,7 @@ export interface AssumeRoleRequest {
|
|
|
221
251
|
*/
|
|
222
252
|
SerialNumber?: string;
|
|
223
253
|
/**
|
|
254
|
+
* @public
|
|
224
255
|
* <p>The value provided by the MFA device, if the trust policy of the role being assumed
|
|
225
256
|
* requires MFA. (In other words, if the policy includes a condition that tests for MFA). If
|
|
226
257
|
* the role being assumed requires MFA and if the <code>TokenCode</code> value is missing or
|
|
@@ -230,6 +261,7 @@ export interface AssumeRoleRequest {
|
|
|
230
261
|
*/
|
|
231
262
|
TokenCode?: string;
|
|
232
263
|
/**
|
|
264
|
+
* @public
|
|
233
265
|
* <p>The source identity specified by the principal that is calling the
|
|
234
266
|
* <code>AssumeRole</code> operation.</p>
|
|
235
267
|
* <p>You can require users to specify a source identity when they assume a role. You do this
|
|
@@ -246,6 +278,11 @@ export interface AssumeRoleRequest {
|
|
|
246
278
|
* <code>aws:</code>. This prefix is reserved for Amazon Web Services internal use.</p>
|
|
247
279
|
*/
|
|
248
280
|
SourceIdentity?: string;
|
|
281
|
+
/**
|
|
282
|
+
* @public
|
|
283
|
+
* <p>Reserved for future use.</p>
|
|
284
|
+
*/
|
|
285
|
+
ProvidedContexts?: ProvidedContext[];
|
|
249
286
|
}
|
|
250
287
|
/**
|
|
251
288
|
* @public
|
|
@@ -253,19 +290,23 @@ export interface AssumeRoleRequest {
|
|
|
253
290
|
*/
|
|
254
291
|
export interface Credentials {
|
|
255
292
|
/**
|
|
293
|
+
* @public
|
|
256
294
|
* <p>The access key ID that identifies the temporary security credentials.</p>
|
|
257
295
|
*/
|
|
258
296
|
AccessKeyId: string | undefined;
|
|
259
297
|
/**
|
|
298
|
+
* @public
|
|
260
299
|
* <p>The secret access key that can be used to sign requests.</p>
|
|
261
300
|
*/
|
|
262
301
|
SecretAccessKey: string | undefined;
|
|
263
302
|
/**
|
|
303
|
+
* @public
|
|
264
304
|
* <p>The token that users must pass to the service API to use the temporary
|
|
265
305
|
* credentials.</p>
|
|
266
306
|
*/
|
|
267
307
|
SessionToken: string | undefined;
|
|
268
308
|
/**
|
|
309
|
+
* @public
|
|
269
310
|
* <p>The date on which the current credentials expire.</p>
|
|
270
311
|
*/
|
|
271
312
|
Expiration: Date | undefined;
|
|
@@ -277,6 +318,7 @@ export interface Credentials {
|
|
|
277
318
|
*/
|
|
278
319
|
export interface AssumeRoleResponse {
|
|
279
320
|
/**
|
|
321
|
+
* @public
|
|
280
322
|
* <p>The temporary security credentials, which include an access key ID, a secret access key,
|
|
281
323
|
* and a security (or session) token.</p>
|
|
282
324
|
* <note>
|
|
@@ -286,6 +328,7 @@ export interface AssumeRoleResponse {
|
|
|
286
328
|
*/
|
|
287
329
|
Credentials?: Credentials;
|
|
288
330
|
/**
|
|
331
|
+
* @public
|
|
289
332
|
* <p>The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you
|
|
290
333
|
* can use to refer to the resulting temporary security credentials. For example, you can
|
|
291
334
|
* reference these credentials as a principal in a resource-based policy by using the ARN or
|
|
@@ -294,12 +337,14 @@ export interface AssumeRoleResponse {
|
|
|
294
337
|
*/
|
|
295
338
|
AssumedRoleUser?: AssumedRoleUser;
|
|
296
339
|
/**
|
|
340
|
+
* @public
|
|
297
341
|
* <p>A percentage value that indicates the packed size of the session policies and session
|
|
298
342
|
* tags combined passed in the request. The request fails if the packed size is greater than 100 percent,
|
|
299
343
|
* which means the policies and tags exceeded the allowed space.</p>
|
|
300
344
|
*/
|
|
301
345
|
PackedPolicySize?: number;
|
|
302
346
|
/**
|
|
347
|
+
* @public
|
|
303
348
|
* <p>The source identity specified by the principal that is calling the
|
|
304
349
|
* <code>AssumeRole</code> operation.</p>
|
|
305
350
|
* <p>You can require users to specify a source identity when they assume a role. You do this
|
|
@@ -383,21 +428,25 @@ export declare class RegionDisabledException extends __BaseException {
|
|
|
383
428
|
*/
|
|
384
429
|
export interface AssumeRoleWithSAMLRequest {
|
|
385
430
|
/**
|
|
431
|
+
* @public
|
|
386
432
|
* <p>The Amazon Resource Name (ARN) of the role that the caller is assuming.</p>
|
|
387
433
|
*/
|
|
388
434
|
RoleArn: string | undefined;
|
|
389
435
|
/**
|
|
436
|
+
* @public
|
|
390
437
|
* <p>The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the
|
|
391
438
|
* IdP.</p>
|
|
392
439
|
*/
|
|
393
440
|
PrincipalArn: string | undefined;
|
|
394
441
|
/**
|
|
442
|
+
* @public
|
|
395
443
|
* <p>The base64 encoded SAML authentication response provided by the IdP.</p>
|
|
396
444
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/create-role-saml-IdP-tasks.html">Configuring a Relying Party and
|
|
397
445
|
* Adding Claims</a> in the <i>IAM User Guide</i>. </p>
|
|
398
446
|
*/
|
|
399
447
|
SAMLAssertion: string | undefined;
|
|
400
448
|
/**
|
|
449
|
+
* @public
|
|
401
450
|
* <p>The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as
|
|
402
451
|
* managed session policies. The policies must exist in the same account as the role.</p>
|
|
403
452
|
* <p>This parameter is optional. You can provide up to 10 managed policy ARNs. However, the
|
|
@@ -422,6 +471,7 @@ export interface AssumeRoleWithSAMLRequest {
|
|
|
422
471
|
*/
|
|
423
472
|
PolicyArns?: PolicyDescriptorType[];
|
|
424
473
|
/**
|
|
474
|
+
* @public
|
|
425
475
|
* <p>An IAM policy in JSON format that you want to use as an inline session policy.</p>
|
|
426
476
|
* <p>This parameter is optional. Passing policies to this operation returns new
|
|
427
477
|
* temporary credentials. The resulting session's permissions are the intersection of the
|
|
@@ -446,6 +496,7 @@ export interface AssumeRoleWithSAMLRequest {
|
|
|
446
496
|
*/
|
|
447
497
|
Policy?: string;
|
|
448
498
|
/**
|
|
499
|
+
* @public
|
|
449
500
|
* <p>The duration, in seconds, of the role session. Your role session lasts for the duration
|
|
450
501
|
* that you specify for the <code>DurationSeconds</code> parameter, or until the time
|
|
451
502
|
* specified in the SAML authentication response's <code>SessionNotOnOrAfter</code> value,
|
|
@@ -477,6 +528,7 @@ export interface AssumeRoleWithSAMLRequest {
|
|
|
477
528
|
*/
|
|
478
529
|
export interface AssumeRoleWithSAMLResponse {
|
|
479
530
|
/**
|
|
531
|
+
* @public
|
|
480
532
|
* <p>The temporary security credentials, which include an access key ID, a secret access key,
|
|
481
533
|
* and a security (or session) token.</p>
|
|
482
534
|
* <note>
|
|
@@ -486,22 +538,26 @@ export interface AssumeRoleWithSAMLResponse {
|
|
|
486
538
|
*/
|
|
487
539
|
Credentials?: Credentials;
|
|
488
540
|
/**
|
|
541
|
+
* @public
|
|
489
542
|
* <p>The identifiers for the temporary security credentials that the operation
|
|
490
543
|
* returns.</p>
|
|
491
544
|
*/
|
|
492
545
|
AssumedRoleUser?: AssumedRoleUser;
|
|
493
546
|
/**
|
|
547
|
+
* @public
|
|
494
548
|
* <p>A percentage value that indicates the packed size of the session policies and session
|
|
495
549
|
* tags combined passed in the request. The request fails if the packed size is greater than 100 percent,
|
|
496
550
|
* which means the policies and tags exceeded the allowed space.</p>
|
|
497
551
|
*/
|
|
498
552
|
PackedPolicySize?: number;
|
|
499
553
|
/**
|
|
554
|
+
* @public
|
|
500
555
|
* <p>The value of the <code>NameID</code> element in the <code>Subject</code> element of the
|
|
501
556
|
* SAML assertion.</p>
|
|
502
557
|
*/
|
|
503
558
|
Subject?: string;
|
|
504
559
|
/**
|
|
560
|
+
* @public
|
|
505
561
|
* <p> The format of the name ID, as defined by the <code>Format</code> attribute in the
|
|
506
562
|
* <code>NameID</code> element of the SAML assertion. Typical examples of the format are
|
|
507
563
|
* <code>transient</code> or <code>persistent</code>. </p>
|
|
@@ -513,15 +569,18 @@ export interface AssumeRoleWithSAMLResponse {
|
|
|
513
569
|
*/
|
|
514
570
|
SubjectType?: string;
|
|
515
571
|
/**
|
|
572
|
+
* @public
|
|
516
573
|
* <p>The value of the <code>Issuer</code> element of the SAML assertion.</p>
|
|
517
574
|
*/
|
|
518
575
|
Issuer?: string;
|
|
519
576
|
/**
|
|
577
|
+
* @public
|
|
520
578
|
* <p> The value of the <code>Recipient</code> attribute of the
|
|
521
579
|
* <code>SubjectConfirmationData</code> element of the SAML assertion. </p>
|
|
522
580
|
*/
|
|
523
581
|
Audience?: string;
|
|
524
582
|
/**
|
|
583
|
+
* @public
|
|
525
584
|
* <p>A hash value based on the concatenation of the following:</p>
|
|
526
585
|
* <ul>
|
|
527
586
|
* <li>
|
|
@@ -543,6 +602,7 @@ export interface AssumeRoleWithSAMLResponse {
|
|
|
543
602
|
*/
|
|
544
603
|
NameQualifier?: string;
|
|
545
604
|
/**
|
|
605
|
+
* @public
|
|
546
606
|
* <p>The value in the <code>SourceIdentity</code> attribute in the SAML assertion. </p>
|
|
547
607
|
* <p>You can require users to set a source identity value when they assume a role. You do
|
|
548
608
|
* this by using the <code>sts:SourceIdentity</code> condition key in a role trust policy.
|
|
@@ -594,10 +654,12 @@ export declare class InvalidIdentityTokenException extends __BaseException {
|
|
|
594
654
|
*/
|
|
595
655
|
export interface AssumeRoleWithWebIdentityRequest {
|
|
596
656
|
/**
|
|
657
|
+
* @public
|
|
597
658
|
* <p>The Amazon Resource Name (ARN) of the role that the caller is assuming.</p>
|
|
598
659
|
*/
|
|
599
660
|
RoleArn: string | undefined;
|
|
600
661
|
/**
|
|
662
|
+
* @public
|
|
601
663
|
* <p>An identifier for the assumed role session. Typically, you pass the name or identifier
|
|
602
664
|
* that is associated with the user who is using your application. That way, the temporary
|
|
603
665
|
* security credentials that your application will use are associated with that user. This
|
|
@@ -609,13 +671,16 @@ export interface AssumeRoleWithWebIdentityRequest {
|
|
|
609
671
|
*/
|
|
610
672
|
RoleSessionName: string | undefined;
|
|
611
673
|
/**
|
|
674
|
+
* @public
|
|
612
675
|
* <p>The OAuth 2.0 access token or OpenID Connect ID token that is provided by the identity
|
|
613
676
|
* provider. Your application must get this token by authenticating the user who is using your
|
|
614
677
|
* application with a web identity provider before the application makes an
|
|
615
|
-
* <code>AssumeRoleWithWebIdentity</code> call.
|
|
678
|
+
* <code>AssumeRoleWithWebIdentity</code> call. Only tokens with RSA algorithms (RS256) are
|
|
679
|
+
* supported.</p>
|
|
616
680
|
*/
|
|
617
681
|
WebIdentityToken: string | undefined;
|
|
618
682
|
/**
|
|
683
|
+
* @public
|
|
619
684
|
* <p>The fully qualified host component of the domain name of the OAuth 2.0 identity
|
|
620
685
|
* provider. Do not specify this value for an OpenID Connect identity provider.</p>
|
|
621
686
|
* <p>Currently <code>www.amazon.com</code> and <code>graph.facebook.com</code> are the only
|
|
@@ -625,6 +690,7 @@ export interface AssumeRoleWithWebIdentityRequest {
|
|
|
625
690
|
*/
|
|
626
691
|
ProviderId?: string;
|
|
627
692
|
/**
|
|
693
|
+
* @public
|
|
628
694
|
* <p>The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as
|
|
629
695
|
* managed session policies. The policies must exist in the same account as the role.</p>
|
|
630
696
|
* <p>This parameter is optional. You can provide up to 10 managed policy ARNs. However, the
|
|
@@ -649,6 +715,7 @@ export interface AssumeRoleWithWebIdentityRequest {
|
|
|
649
715
|
*/
|
|
650
716
|
PolicyArns?: PolicyDescriptorType[];
|
|
651
717
|
/**
|
|
718
|
+
* @public
|
|
652
719
|
* <p>An IAM policy in JSON format that you want to use as an inline session policy.</p>
|
|
653
720
|
* <p>This parameter is optional. Passing policies to this operation returns new
|
|
654
721
|
* temporary credentials. The resulting session's permissions are the intersection of the
|
|
@@ -673,6 +740,7 @@ export interface AssumeRoleWithWebIdentityRequest {
|
|
|
673
740
|
*/
|
|
674
741
|
Policy?: string;
|
|
675
742
|
/**
|
|
743
|
+
* @public
|
|
676
744
|
* <p>The duration, in seconds, of the role session. The value can range from 900 seconds (15
|
|
677
745
|
* minutes) up to the maximum session duration setting for the role. This setting can have a
|
|
678
746
|
* value from 1 hour to 12 hours. If you specify a value higher than this setting, the
|
|
@@ -701,6 +769,7 @@ export interface AssumeRoleWithWebIdentityRequest {
|
|
|
701
769
|
*/
|
|
702
770
|
export interface AssumeRoleWithWebIdentityResponse {
|
|
703
771
|
/**
|
|
772
|
+
* @public
|
|
704
773
|
* <p>The temporary security credentials, which include an access key ID, a secret access key,
|
|
705
774
|
* and a security token.</p>
|
|
706
775
|
* <note>
|
|
@@ -710,6 +779,7 @@ export interface AssumeRoleWithWebIdentityResponse {
|
|
|
710
779
|
*/
|
|
711
780
|
Credentials?: Credentials;
|
|
712
781
|
/**
|
|
782
|
+
* @public
|
|
713
783
|
* <p>The unique user identifier that is returned by the identity provider. This identifier is
|
|
714
784
|
* associated with the <code>WebIdentityToken</code> that was submitted with the
|
|
715
785
|
* <code>AssumeRoleWithWebIdentity</code> call. The identifier is typically unique to the
|
|
@@ -719,6 +789,7 @@ export interface AssumeRoleWithWebIdentityResponse {
|
|
|
719
789
|
*/
|
|
720
790
|
SubjectFromWebIdentityToken?: string;
|
|
721
791
|
/**
|
|
792
|
+
* @public
|
|
722
793
|
* <p>The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you
|
|
723
794
|
* can use to refer to the resulting temporary security credentials. For example, you can
|
|
724
795
|
* reference these credentials as a principal in a resource-based policy by using the ARN or
|
|
@@ -727,12 +798,14 @@ export interface AssumeRoleWithWebIdentityResponse {
|
|
|
727
798
|
*/
|
|
728
799
|
AssumedRoleUser?: AssumedRoleUser;
|
|
729
800
|
/**
|
|
801
|
+
* @public
|
|
730
802
|
* <p>A percentage value that indicates the packed size of the session policies and session
|
|
731
803
|
* tags combined passed in the request. The request fails if the packed size is greater than 100 percent,
|
|
732
804
|
* which means the policies and tags exceeded the allowed space.</p>
|
|
733
805
|
*/
|
|
734
806
|
PackedPolicySize?: number;
|
|
735
807
|
/**
|
|
808
|
+
* @public
|
|
736
809
|
* <p> The issuing authority of the web identity token presented. For OpenID Connect ID
|
|
737
810
|
* tokens, this contains the value of the <code>iss</code> field. For OAuth 2.0 access tokens,
|
|
738
811
|
* this contains the value of the <code>ProviderId</code> parameter that was passed in the
|
|
@@ -740,12 +813,14 @@ export interface AssumeRoleWithWebIdentityResponse {
|
|
|
740
813
|
*/
|
|
741
814
|
Provider?: string;
|
|
742
815
|
/**
|
|
816
|
+
* @public
|
|
743
817
|
* <p>The intended audience (also known as client ID) of the web identity token. This is
|
|
744
818
|
* traditionally the client identifier issued to the application that requested the web
|
|
745
819
|
* identity token.</p>
|
|
746
820
|
*/
|
|
747
821
|
Audience?: string;
|
|
748
822
|
/**
|
|
823
|
+
* @public
|
|
749
824
|
* <p>The value of the source identity that is returned in the JSON web token (JWT) from the
|
|
750
825
|
* identity provider.</p>
|
|
751
826
|
* <p>You can require users to set a source identity value when they assume a role. You do
|
|
@@ -787,6 +862,7 @@ export declare class IDPCommunicationErrorException extends __BaseException {
|
|
|
787
862
|
*/
|
|
788
863
|
export interface DecodeAuthorizationMessageRequest {
|
|
789
864
|
/**
|
|
865
|
+
* @public
|
|
790
866
|
* <p>The encoded message that was returned with the response.</p>
|
|
791
867
|
*/
|
|
792
868
|
EncodedMessage: string | undefined;
|
|
@@ -798,6 +874,7 @@ export interface DecodeAuthorizationMessageRequest {
|
|
|
798
874
|
*/
|
|
799
875
|
export interface DecodeAuthorizationMessageResponse {
|
|
800
876
|
/**
|
|
877
|
+
* @public
|
|
801
878
|
* <p>The API returns a response with the decoded message.</p>
|
|
802
879
|
*/
|
|
803
880
|
DecodedMessage?: string;
|
|
@@ -821,6 +898,7 @@ export declare class InvalidAuthorizationMessageException extends __BaseExceptio
|
|
|
821
898
|
*/
|
|
822
899
|
export interface GetAccessKeyInfoRequest {
|
|
823
900
|
/**
|
|
901
|
+
* @public
|
|
824
902
|
* <p>The identifier of an access key.</p>
|
|
825
903
|
* <p>This parameter allows (through its regex pattern) a string of characters that can
|
|
826
904
|
* consist of any upper- or lowercase letter or digit.</p>
|
|
@@ -832,6 +910,7 @@ export interface GetAccessKeyInfoRequest {
|
|
|
832
910
|
*/
|
|
833
911
|
export interface GetAccessKeyInfoResponse {
|
|
834
912
|
/**
|
|
913
|
+
* @public
|
|
835
914
|
* <p>The number used to identify the Amazon Web Services account.</p>
|
|
836
915
|
*/
|
|
837
916
|
Account?: string;
|
|
@@ -848,6 +927,7 @@ export interface GetCallerIdentityRequest {
|
|
|
848
927
|
*/
|
|
849
928
|
export interface GetCallerIdentityResponse {
|
|
850
929
|
/**
|
|
930
|
+
* @public
|
|
851
931
|
* <p>The unique identifier of the calling entity. The exact value depends on the type of
|
|
852
932
|
* entity that is making the call. The values returned are those listed in the <b>aws:userid</b> column in the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_variables.html#principaltable">Principal
|
|
853
933
|
* table</a> found on the <b>Policy Variables</b> reference
|
|
@@ -855,11 +935,13 @@ export interface GetCallerIdentityResponse {
|
|
|
855
935
|
*/
|
|
856
936
|
UserId?: string;
|
|
857
937
|
/**
|
|
938
|
+
* @public
|
|
858
939
|
* <p>The Amazon Web Services account ID number of the account that owns or contains the calling
|
|
859
940
|
* entity.</p>
|
|
860
941
|
*/
|
|
861
942
|
Account?: string;
|
|
862
943
|
/**
|
|
944
|
+
* @public
|
|
863
945
|
* <p>The Amazon Web Services ARN associated with the calling entity.</p>
|
|
864
946
|
*/
|
|
865
947
|
Arn?: string;
|
|
@@ -869,6 +951,7 @@ export interface GetCallerIdentityResponse {
|
|
|
869
951
|
*/
|
|
870
952
|
export interface GetFederationTokenRequest {
|
|
871
953
|
/**
|
|
954
|
+
* @public
|
|
872
955
|
* <p>The name of the federated user. The name is used as an identifier for the temporary
|
|
873
956
|
* security credentials (such as <code>Bob</code>). For example, you can reference the
|
|
874
957
|
* federated user name in a resource-based policy, such as in an Amazon S3 bucket policy.</p>
|
|
@@ -878,6 +961,7 @@ export interface GetFederationTokenRequest {
|
|
|
878
961
|
*/
|
|
879
962
|
Name: string | undefined;
|
|
880
963
|
/**
|
|
964
|
+
* @public
|
|
881
965
|
* <p>An IAM policy in JSON format that you want to use as an inline session policy.</p>
|
|
882
966
|
* <p>You must pass an inline or managed <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">session policy</a> to
|
|
883
967
|
* this operation. You can pass a single JSON policy document to use as an inline session
|
|
@@ -886,10 +970,10 @@ export interface GetFederationTokenRequest {
|
|
|
886
970
|
* <p>This parameter is optional. However, if you do not pass any session policies, then the
|
|
887
971
|
* resulting federated user session has no permissions.</p>
|
|
888
972
|
* <p>When you pass session policies, the session permissions are the intersection of the
|
|
889
|
-
*
|
|
890
|
-
* restrict the permissions for a federated user. You cannot use session
|
|
891
|
-
* more permissions than those that are defined in the permissions policy of
|
|
892
|
-
* For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session Policies</a> in
|
|
973
|
+
* IAM user policies and the session policies that you pass. This gives you
|
|
974
|
+
* a way to further restrict the permissions for a federated user. You cannot use session
|
|
975
|
+
* policies to grant more permissions than those that are defined in the permissions policy of
|
|
976
|
+
* the IAM user. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session Policies</a> in
|
|
893
977
|
* the <i>IAM User Guide</i>.</p>
|
|
894
978
|
* <p>The resulting credentials can be used to access a resource that has a resource-based
|
|
895
979
|
* policy. If that policy specifically references the federated user session in the
|
|
@@ -911,9 +995,9 @@ export interface GetFederationTokenRequest {
|
|
|
911
995
|
*/
|
|
912
996
|
Policy?: string;
|
|
913
997
|
/**
|
|
998
|
+
* @public
|
|
914
999
|
* <p>The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as a
|
|
915
|
-
* managed session policy. The policies must exist in the same account as the IAM user that
|
|
916
|
-
* is requesting federated access.</p>
|
|
1000
|
+
* managed session policy. The policies must exist in the same account as the IAM user that is requesting federated access.</p>
|
|
917
1001
|
* <p>You must pass an inline or managed <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">session policy</a> to
|
|
918
1002
|
* this operation. You can pass a single JSON policy document to use as an inline session
|
|
919
1003
|
* policy. You can also specify up to 10 managed policy Amazon Resource Names (ARNs) to use as
|
|
@@ -924,10 +1008,10 @@ export interface GetFederationTokenRequest {
|
|
|
924
1008
|
* <p>This parameter is optional. However, if you do not pass any session policies, then the
|
|
925
1009
|
* resulting federated user session has no permissions.</p>
|
|
926
1010
|
* <p>When you pass session policies, the session permissions are the intersection of the
|
|
927
|
-
*
|
|
928
|
-
* restrict the permissions for a federated user. You cannot use session
|
|
929
|
-
* more permissions than those that are defined in the permissions policy of
|
|
930
|
-
* For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session Policies</a> in
|
|
1011
|
+
* IAM user policies and the session policies that you pass. This gives you
|
|
1012
|
+
* a way to further restrict the permissions for a federated user. You cannot use session
|
|
1013
|
+
* policies to grant more permissions than those that are defined in the permissions policy of
|
|
1014
|
+
* the IAM user. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session Policies</a> in
|
|
931
1015
|
* the <i>IAM User Guide</i>.</p>
|
|
932
1016
|
* <p>The resulting credentials can be used to access a resource that has a resource-based
|
|
933
1017
|
* policy. If that policy specifically references the federated user session in the
|
|
@@ -944,15 +1028,17 @@ export interface GetFederationTokenRequest {
|
|
|
944
1028
|
*/
|
|
945
1029
|
PolicyArns?: PolicyDescriptorType[];
|
|
946
1030
|
/**
|
|
1031
|
+
* @public
|
|
947
1032
|
* <p>The duration, in seconds, that the session should last. Acceptable durations for
|
|
948
1033
|
* federation sessions range from 900 seconds (15 minutes) to 129,600 seconds (36 hours), with
|
|
949
1034
|
* 43,200 seconds (12 hours) as the default. Sessions obtained using root user
|
|
950
1035
|
* credentials are restricted to a maximum of 3,600 seconds (one hour). If the specified
|
|
951
|
-
* duration is longer than one hour, the session obtained by using root user
|
|
952
|
-
* defaults to one hour.</p>
|
|
1036
|
+
* duration is longer than one hour, the session obtained by using root user
|
|
1037
|
+
* credentials defaults to one hour.</p>
|
|
953
1038
|
*/
|
|
954
1039
|
DurationSeconds?: number;
|
|
955
1040
|
/**
|
|
1041
|
+
* @public
|
|
956
1042
|
* <p>A list of session tags. Each session tag consists of a key name and an associated value.
|
|
957
1043
|
* For more information about session tags, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html">Passing Session Tags in STS</a> in the
|
|
958
1044
|
* <i>IAM User Guide</i>.</p>
|
|
@@ -984,11 +1070,13 @@ export interface GetFederationTokenRequest {
|
|
|
984
1070
|
*/
|
|
985
1071
|
export interface FederatedUser {
|
|
986
1072
|
/**
|
|
1073
|
+
* @public
|
|
987
1074
|
* <p>The string that identifies the federated user associated with the credentials, similar
|
|
988
1075
|
* to the unique ID of an IAM user.</p>
|
|
989
1076
|
*/
|
|
990
1077
|
FederatedUserId: string | undefined;
|
|
991
1078
|
/**
|
|
1079
|
+
* @public
|
|
992
1080
|
* <p>The ARN that specifies the federated user that is associated with the credentials. For
|
|
993
1081
|
* more information about ARNs and how to use them in policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html">IAM
|
|
994
1082
|
* Identifiers</a> in the <i>IAM User Guide</i>. </p>
|
|
@@ -1002,6 +1090,7 @@ export interface FederatedUser {
|
|
|
1002
1090
|
*/
|
|
1003
1091
|
export interface GetFederationTokenResponse {
|
|
1004
1092
|
/**
|
|
1093
|
+
* @public
|
|
1005
1094
|
* <p>The temporary security credentials, which include an access key ID, a secret access key,
|
|
1006
1095
|
* and a security (or session) token.</p>
|
|
1007
1096
|
* <note>
|
|
@@ -1011,6 +1100,7 @@ export interface GetFederationTokenResponse {
|
|
|
1011
1100
|
*/
|
|
1012
1101
|
Credentials?: Credentials;
|
|
1013
1102
|
/**
|
|
1103
|
+
* @public
|
|
1014
1104
|
* <p>Identifiers for the federated user associated with the credentials (such as
|
|
1015
1105
|
* <code>arn:aws:sts::123456789012:federated-user/Bob</code> or
|
|
1016
1106
|
* <code>123456789012:Bob</code>). You can use the federated user's ARN in your
|
|
@@ -1018,6 +1108,7 @@ export interface GetFederationTokenResponse {
|
|
|
1018
1108
|
*/
|
|
1019
1109
|
FederatedUser?: FederatedUser;
|
|
1020
1110
|
/**
|
|
1111
|
+
* @public
|
|
1021
1112
|
* <p>A percentage value that indicates the packed size of the session policies and session
|
|
1022
1113
|
* tags combined passed in the request. The request fails if the packed size is greater than 100 percent,
|
|
1023
1114
|
* which means the policies and tags exceeded the allowed space.</p>
|
|
@@ -1029,32 +1120,33 @@ export interface GetFederationTokenResponse {
|
|
|
1029
1120
|
*/
|
|
1030
1121
|
export interface GetSessionTokenRequest {
|
|
1031
1122
|
/**
|
|
1123
|
+
* @public
|
|
1032
1124
|
* <p>The duration, in seconds, that the credentials should remain valid. Acceptable durations
|
|
1033
|
-
* for IAM user sessions range from 900 seconds (15 minutes) to 129,600 seconds
|
|
1034
|
-
* with 43,200 seconds (12 hours) as the default. Sessions for Amazon Web Services account
|
|
1035
|
-
* restricted to a maximum of 3,600 seconds (one hour). If the duration is longer
|
|
1036
|
-
* hour, the session for Amazon Web Services account owners defaults to one hour.</p>
|
|
1125
|
+
* for IAM user sessions range from 900 seconds (15 minutes) to 129,600 seconds
|
|
1126
|
+
* (36 hours), with 43,200 seconds (12 hours) as the default. Sessions for Amazon Web Services account
|
|
1127
|
+
* owners are restricted to a maximum of 3,600 seconds (one hour). If the duration is longer
|
|
1128
|
+
* than one hour, the session for Amazon Web Services account owners defaults to one hour.</p>
|
|
1037
1129
|
*/
|
|
1038
1130
|
DurationSeconds?: number;
|
|
1039
1131
|
/**
|
|
1040
|
-
*
|
|
1041
|
-
*
|
|
1042
|
-
* policy that requires MFA authentication. The value is
|
|
1043
|
-
* hardware device (such as <code>GAHT12345678</code>) or an
|
|
1044
|
-
*
|
|
1045
|
-
*
|
|
1046
|
-
* credentials. </p>
|
|
1132
|
+
* @public
|
|
1133
|
+
* <p>The identification number of the MFA device that is associated with the IAM user who is making the <code>GetSessionToken</code> call. Specify this value
|
|
1134
|
+
* if the IAM user has a policy that requires MFA authentication. The value is
|
|
1135
|
+
* either the serial number for a hardware device (such as <code>GAHT12345678</code>) or an
|
|
1136
|
+
* Amazon Resource Name (ARN) for a virtual device (such as
|
|
1137
|
+
* <code>arn:aws:iam::123456789012:mfa/user</code>). You can find the device for an IAM user by going to the Amazon Web Services Management Console and viewing the user's security credentials. </p>
|
|
1047
1138
|
* <p>The regex used to validate this parameter is a string of
|
|
1048
1139
|
* characters consisting of upper- and lower-case alphanumeric characters with no spaces.
|
|
1049
1140
|
* You can also include underscores or any of the following characters: =,.@:/-</p>
|
|
1050
1141
|
*/
|
|
1051
1142
|
SerialNumber?: string;
|
|
1052
1143
|
/**
|
|
1144
|
+
* @public
|
|
1053
1145
|
* <p>The value provided by the MFA device, if MFA is required. If any policy requires the
|
|
1054
|
-
*
|
|
1055
|
-
* the user must provide a code when requesting a set of temporary security
|
|
1056
|
-
* user who fails to provide the code receives an "access denied" response when
|
|
1057
|
-
* resources that require MFA authentication.</p>
|
|
1146
|
+
* IAM user to submit an MFA code, specify this value. If MFA authentication
|
|
1147
|
+
* is required, the user must provide a code when requesting a set of temporary security
|
|
1148
|
+
* credentials. A user who fails to provide the code receives an "access denied" response when
|
|
1149
|
+
* requesting resources that require MFA authentication.</p>
|
|
1058
1150
|
* <p>The format for this parameter, as described by its regex pattern, is a sequence of six
|
|
1059
1151
|
* numeric digits.</p>
|
|
1060
1152
|
*/
|
|
@@ -1067,6 +1159,7 @@ export interface GetSessionTokenRequest {
|
|
|
1067
1159
|
*/
|
|
1068
1160
|
export interface GetSessionTokenResponse {
|
|
1069
1161
|
/**
|
|
1162
|
+
* @public
|
|
1070
1163
|
* <p>The temporary security credentials, which include an access key ID, a secret access key,
|
|
1071
1164
|
* and a security (or session) token.</p>
|
|
1072
1165
|
* <note>
|
|
@@ -11,7 +11,10 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
11
11
|
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").
|
|
14
|
+
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
|
|
15
|
+
updateHttpClientConfig(key: never, value: never): void;
|
|
16
|
+
httpHandlerConfigs(): {};
|
|
17
|
+
}) | RequestHandler;
|
|
15
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
19
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
20
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -26,6 +29,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
|
26
29
|
disableHostPrefix: boolean;
|
|
27
30
|
serviceId: string;
|
|
28
31
|
logger: import("@smithy/types").Logger;
|
|
32
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
29
33
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
30
34
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
35
|
logger?: import("@smithy/types").Logger | undefined;
|