@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
|
@@ -6,10 +6,12 @@ import { CodeDeployServiceException as __BaseException } from "./CodeDeployServi
|
|
|
6
6
|
*/
|
|
7
7
|
export interface Tag {
|
|
8
8
|
/**
|
|
9
|
+
* @public
|
|
9
10
|
* <p>The tag's key.</p>
|
|
10
11
|
*/
|
|
11
12
|
Key?: string;
|
|
12
13
|
/**
|
|
14
|
+
* @public
|
|
13
15
|
* <p>The tag's value.</p>
|
|
14
16
|
*/
|
|
15
17
|
Value?: string;
|
|
@@ -20,12 +22,14 @@ export interface Tag {
|
|
|
20
22
|
*/
|
|
21
23
|
export interface AddTagsToOnPremisesInstancesInput {
|
|
22
24
|
/**
|
|
25
|
+
* @public
|
|
23
26
|
* <p>The tag key-value pairs to add to the on-premises instances.</p>
|
|
24
|
-
*
|
|
27
|
+
* <p>Keys and values are both required. Keys cannot be null or empty strings. Value-only
|
|
25
28
|
* tags are not allowed.</p>
|
|
26
29
|
*/
|
|
27
30
|
tags: Tag[] | undefined;
|
|
28
31
|
/**
|
|
32
|
+
* @public
|
|
29
33
|
* <p>The names of the on-premises instances to which to add tags.</p>
|
|
30
34
|
*/
|
|
31
35
|
instanceNames: string[] | undefined;
|
|
@@ -121,6 +125,7 @@ export declare class TagRequiredException extends __BaseException {
|
|
|
121
125
|
*/
|
|
122
126
|
export interface Alarm {
|
|
123
127
|
/**
|
|
128
|
+
* @public
|
|
124
129
|
* <p>The name of the alarm. Maximum length is 255 characters. Each alarm name can be used
|
|
125
130
|
* only once in a list of alarms.</p>
|
|
126
131
|
*/
|
|
@@ -132,20 +137,22 @@ export interface Alarm {
|
|
|
132
137
|
*/
|
|
133
138
|
export interface AlarmConfiguration {
|
|
134
139
|
/**
|
|
140
|
+
* @public
|
|
135
141
|
* <p>Indicates whether the alarm configuration is enabled.</p>
|
|
136
142
|
*/
|
|
137
143
|
enabled?: boolean;
|
|
138
144
|
/**
|
|
145
|
+
* @public
|
|
139
146
|
* <p>Indicates whether a deployment should continue if information about the current state
|
|
140
147
|
* of alarms cannot be retrieved from Amazon CloudWatch. The default value is false.</p>
|
|
141
|
-
*
|
|
148
|
+
* <ul>
|
|
142
149
|
* <li>
|
|
143
|
-
*
|
|
150
|
+
* <p>
|
|
144
151
|
* <code>true</code>: The deployment proceeds even if alarm status information
|
|
145
152
|
* can't be retrieved from Amazon CloudWatch.</p>
|
|
146
153
|
* </li>
|
|
147
154
|
* <li>
|
|
148
|
-
*
|
|
155
|
+
* <p>
|
|
149
156
|
* <code>false</code>: The deployment stops if alarm status information can't be
|
|
150
157
|
* retrieved from Amazon CloudWatch.</p>
|
|
151
158
|
* </li>
|
|
@@ -153,6 +160,7 @@ export interface AlarmConfiguration {
|
|
|
153
160
|
*/
|
|
154
161
|
ignorePollAlarmFailure?: boolean;
|
|
155
162
|
/**
|
|
163
|
+
* @public
|
|
156
164
|
* <p>A list of alarms configured for the deployment or deployment group. A maximum of 10
|
|
157
165
|
* alarms can be added.</p>
|
|
158
166
|
*/
|
|
@@ -172,7 +180,8 @@ export declare class AlarmsLimitExceededException extends __BaseException {
|
|
|
172
180
|
}
|
|
173
181
|
/**
|
|
174
182
|
* @public
|
|
175
|
-
* <p>An application with the specified name with the
|
|
183
|
+
* <p>An application with the specified name with the user or Amazon Web Services account
|
|
184
|
+
* already exists.</p>
|
|
176
185
|
*/
|
|
177
186
|
export declare class ApplicationAlreadyExistsException extends __BaseException {
|
|
178
187
|
readonly name: "ApplicationAlreadyExistsException";
|
|
@@ -184,7 +193,7 @@ export declare class ApplicationAlreadyExistsException extends __BaseException {
|
|
|
184
193
|
}
|
|
185
194
|
/**
|
|
186
195
|
* @public
|
|
187
|
-
* <p>The application does not exist with the
|
|
196
|
+
* <p>The application does not exist with the user or Amazon Web Services account.</p>
|
|
188
197
|
*/
|
|
189
198
|
export declare class ApplicationDoesNotExistException extends __BaseException {
|
|
190
199
|
readonly name: "ApplicationDoesNotExistException";
|
|
@@ -213,27 +222,33 @@ export type ComputePlatform = (typeof ComputePlatform)[keyof typeof ComputePlatf
|
|
|
213
222
|
*/
|
|
214
223
|
export interface ApplicationInfo {
|
|
215
224
|
/**
|
|
225
|
+
* @public
|
|
216
226
|
* <p>The application ID.</p>
|
|
217
227
|
*/
|
|
218
228
|
applicationId?: string;
|
|
219
229
|
/**
|
|
230
|
+
* @public
|
|
220
231
|
* <p>The application name.</p>
|
|
221
232
|
*/
|
|
222
233
|
applicationName?: string;
|
|
223
234
|
/**
|
|
235
|
+
* @public
|
|
224
236
|
* <p>The time at which the application was created.</p>
|
|
225
237
|
*/
|
|
226
238
|
createTime?: Date;
|
|
227
239
|
/**
|
|
240
|
+
* @public
|
|
228
241
|
* <p>True if the user has authenticated with GitHub for the specified application.
|
|
229
242
|
* Otherwise, false.</p>
|
|
230
243
|
*/
|
|
231
244
|
linkedToGitHub?: boolean;
|
|
232
245
|
/**
|
|
246
|
+
* @public
|
|
233
247
|
* <p>The name for a connection to a GitHub account.</p>
|
|
234
248
|
*/
|
|
235
249
|
gitHubAccountName?: string;
|
|
236
250
|
/**
|
|
251
|
+
* @public
|
|
237
252
|
* <p>The destination platform type for deployment of the application (<code>Lambda</code> or <code>Server</code>).</p>
|
|
238
253
|
*/
|
|
239
254
|
computePlatform?: ComputePlatform | string;
|
|
@@ -283,18 +298,20 @@ export type ApplicationRevisionSortBy = (typeof ApplicationRevisionSortBy)[keyof
|
|
|
283
298
|
*/
|
|
284
299
|
export interface AppSpecContent {
|
|
285
300
|
/**
|
|
301
|
+
* @public
|
|
286
302
|
* <p> The YAML-formatted or JSON-formatted revision string. </p>
|
|
287
|
-
*
|
|
303
|
+
* <p> For an Lambda deployment, the content includes a Lambda
|
|
288
304
|
* function name, the alias for its original version, and the alias for its replacement
|
|
289
305
|
* version. The deployment shifts traffic from the original version of the Lambda function to the replacement version. </p>
|
|
290
|
-
*
|
|
306
|
+
* <p> For an Amazon ECS deployment, the content includes the task name, information
|
|
291
307
|
* about the load balancer that serves traffic to the container, and more. </p>
|
|
292
|
-
*
|
|
308
|
+
* <p> For both types of deployments, the content can specify Lambda functions
|
|
293
309
|
* that run at specified hooks, such as <code>BeforeInstall</code>, during a deployment.
|
|
294
310
|
* </p>
|
|
295
311
|
*/
|
|
296
312
|
content?: string;
|
|
297
313
|
/**
|
|
314
|
+
* @public
|
|
298
315
|
* <p> The SHA256 hash value of the revision content. </p>
|
|
299
316
|
*/
|
|
300
317
|
sha256?: string;
|
|
@@ -332,11 +349,13 @@ export type AutoRollbackEvent = (typeof AutoRollbackEvent)[keyof typeof AutoRoll
|
|
|
332
349
|
*/
|
|
333
350
|
export interface AutoRollbackConfiguration {
|
|
334
351
|
/**
|
|
352
|
+
* @public
|
|
335
353
|
* <p>Indicates whether a defined automatic rollback configuration is currently
|
|
336
354
|
* enabled.</p>
|
|
337
355
|
*/
|
|
338
356
|
enabled?: boolean;
|
|
339
357
|
/**
|
|
358
|
+
* @public
|
|
340
359
|
* <p>The event type or types that trigger a rollback.</p>
|
|
341
360
|
*/
|
|
342
361
|
events?: (AutoRollbackEvent | string)[];
|
|
@@ -347,10 +366,12 @@ export interface AutoRollbackConfiguration {
|
|
|
347
366
|
*/
|
|
348
367
|
export interface AutoScalingGroup {
|
|
349
368
|
/**
|
|
369
|
+
* @public
|
|
350
370
|
* <p>The Auto Scaling group name.</p>
|
|
351
371
|
*/
|
|
352
372
|
name?: string;
|
|
353
373
|
/**
|
|
374
|
+
* @public
|
|
354
375
|
* <p>An Auto Scaling lifecycle event hook name.</p>
|
|
355
376
|
*/
|
|
356
377
|
hook?: string;
|
|
@@ -361,12 +382,14 @@ export interface AutoScalingGroup {
|
|
|
361
382
|
*/
|
|
362
383
|
export interface GitHubLocation {
|
|
363
384
|
/**
|
|
385
|
+
* @public
|
|
364
386
|
* <p>The GitHub account and repository pair that stores a reference to the commit that
|
|
365
387
|
* represents the bundled artifacts for the application revision. </p>
|
|
366
|
-
*
|
|
388
|
+
* <p>Specified as account/repository.</p>
|
|
367
389
|
*/
|
|
368
390
|
repository?: string;
|
|
369
391
|
/**
|
|
392
|
+
* @public
|
|
370
393
|
* <p>The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the
|
|
371
394
|
* application revision.</p>
|
|
372
395
|
*/
|
|
@@ -407,44 +430,57 @@ export type BundleType = (typeof BundleType)[keyof typeof BundleType];
|
|
|
407
430
|
*/
|
|
408
431
|
export interface S3Location {
|
|
409
432
|
/**
|
|
433
|
+
* @public
|
|
410
434
|
* <p>The name of the Amazon S3 bucket where the application revision is
|
|
411
435
|
* stored.</p>
|
|
412
436
|
*/
|
|
413
437
|
bucket?: string;
|
|
414
438
|
/**
|
|
439
|
+
* @public
|
|
415
440
|
* <p>The name of the Amazon S3 object that represents the bundled artifacts for the
|
|
416
441
|
* application revision.</p>
|
|
417
442
|
*/
|
|
418
443
|
key?: string;
|
|
419
444
|
/**
|
|
445
|
+
* @public
|
|
420
446
|
* <p>The file type of the application revision. Must be one of the following:</p>
|
|
421
|
-
*
|
|
447
|
+
* <ul>
|
|
422
448
|
* <li>
|
|
423
|
-
*
|
|
449
|
+
* <p>
|
|
424
450
|
* <code>tar</code>: A tar archive file.</p>
|
|
425
451
|
* </li>
|
|
426
452
|
* <li>
|
|
427
|
-
*
|
|
453
|
+
* <p>
|
|
428
454
|
* <code>tgz</code>: A compressed tar archive file.</p>
|
|
429
455
|
* </li>
|
|
430
456
|
* <li>
|
|
431
|
-
*
|
|
457
|
+
* <p>
|
|
432
458
|
* <code>zip</code>: A zip archive file.</p>
|
|
433
459
|
* </li>
|
|
460
|
+
* <li>
|
|
461
|
+
* <p>
|
|
462
|
+
* <code>YAML</code>: A YAML-formatted file.</p>
|
|
463
|
+
* </li>
|
|
464
|
+
* <li>
|
|
465
|
+
* <p>
|
|
466
|
+
* <code>JSON</code>: A JSON-formatted file.</p>
|
|
467
|
+
* </li>
|
|
434
468
|
* </ul>
|
|
435
469
|
*/
|
|
436
470
|
bundleType?: BundleType | string;
|
|
437
471
|
/**
|
|
472
|
+
* @public
|
|
438
473
|
* <p>A specific version of the Amazon S3 object that represents the bundled
|
|
439
474
|
* artifacts for the application revision.</p>
|
|
440
|
-
*
|
|
475
|
+
* <p>If the version is not specified, the system uses the most recent version by
|
|
441
476
|
* default.</p>
|
|
442
477
|
*/
|
|
443
478
|
version?: string;
|
|
444
479
|
/**
|
|
480
|
+
* @public
|
|
445
481
|
* <p>The ETag of the Amazon S3 object that represents the bundled artifacts for the
|
|
446
482
|
* application revision.</p>
|
|
447
|
-
*
|
|
483
|
+
* <p>If the ETag is not specified as an input parameter, ETag validation of the object is
|
|
448
484
|
* skipped.</p>
|
|
449
485
|
*/
|
|
450
486
|
eTag?: string;
|
|
@@ -459,12 +495,14 @@ export interface S3Location {
|
|
|
459
495
|
*/
|
|
460
496
|
export interface RawString {
|
|
461
497
|
/**
|
|
498
|
+
* @public
|
|
462
499
|
* <p>The YAML-formatted or JSON-formatted revision string. It includes information about
|
|
463
500
|
* which Lambda function to update and optional Lambda functions
|
|
464
501
|
* that validate deployment lifecycle events.</p>
|
|
465
502
|
*/
|
|
466
503
|
content?: string;
|
|
467
504
|
/**
|
|
505
|
+
* @public
|
|
468
506
|
* <p>The SHA256 hash value of the revision content.</p>
|
|
469
507
|
*/
|
|
470
508
|
sha256?: string;
|
|
@@ -475,21 +513,22 @@ export interface RawString {
|
|
|
475
513
|
*/
|
|
476
514
|
export interface RevisionLocation {
|
|
477
515
|
/**
|
|
516
|
+
* @public
|
|
478
517
|
* <p>The type of application revision:</p>
|
|
479
|
-
*
|
|
518
|
+
* <ul>
|
|
480
519
|
* <li>
|
|
481
|
-
*
|
|
520
|
+
* <p>S3: An application revision stored in Amazon S3.</p>
|
|
482
521
|
* </li>
|
|
483
522
|
* <li>
|
|
484
|
-
*
|
|
523
|
+
* <p>GitHub: An application revision stored in GitHub (EC2/On-premises deployments
|
|
485
524
|
* only).</p>
|
|
486
525
|
* </li>
|
|
487
526
|
* <li>
|
|
488
|
-
*
|
|
527
|
+
* <p>String: A YAML-formatted or JSON-formatted string (Lambda
|
|
489
528
|
* deployments only).</p>
|
|
490
529
|
* </li>
|
|
491
530
|
* <li>
|
|
492
|
-
*
|
|
531
|
+
* <p>AppSpecContent: An <code>AppSpecContent</code> object that contains the
|
|
493
532
|
* contents of an AppSpec file for an Lambda or Amazon ECS
|
|
494
533
|
* deployment. The content is formatted as JSON or YAML stored as a
|
|
495
534
|
* RawString.</p>
|
|
@@ -498,14 +537,17 @@ export interface RevisionLocation {
|
|
|
498
537
|
*/
|
|
499
538
|
revisionType?: RevisionLocationType | string;
|
|
500
539
|
/**
|
|
540
|
+
* @public
|
|
501
541
|
* <p>Information about the location of a revision stored in Amazon S3. </p>
|
|
502
542
|
*/
|
|
503
543
|
s3Location?: S3Location;
|
|
504
544
|
/**
|
|
545
|
+
* @public
|
|
505
546
|
* <p>Information about the location of application artifacts stored in GitHub.</p>
|
|
506
547
|
*/
|
|
507
548
|
gitHubLocation?: GitHubLocation;
|
|
508
549
|
/**
|
|
550
|
+
* @public
|
|
509
551
|
* @deprecated
|
|
510
552
|
*
|
|
511
553
|
* <p>Information about the location of an Lambda deployment revision stored
|
|
@@ -513,6 +555,7 @@ export interface RevisionLocation {
|
|
|
513
555
|
*/
|
|
514
556
|
string?: RawString;
|
|
515
557
|
/**
|
|
558
|
+
* @public
|
|
516
559
|
* <p> The content of an AppSpec file for an Lambda or Amazon ECS
|
|
517
560
|
* deployment. The content is formatted as JSON or YAML and stored as a RawString. </p>
|
|
518
561
|
*/
|
|
@@ -524,11 +567,13 @@ export interface RevisionLocation {
|
|
|
524
567
|
*/
|
|
525
568
|
export interface BatchGetApplicationRevisionsInput {
|
|
526
569
|
/**
|
|
570
|
+
* @public
|
|
527
571
|
* <p>The name of an CodeDeploy application about which to get revision
|
|
528
572
|
* information.</p>
|
|
529
573
|
*/
|
|
530
574
|
applicationName: string | undefined;
|
|
531
575
|
/**
|
|
576
|
+
* @public
|
|
532
577
|
* <p>An array of <code>RevisionLocation</code> objects that specify information to get
|
|
533
578
|
* about the application revisions, including type and location. The maximum number of
|
|
534
579
|
* <code>RevisionLocation</code> objects you can specify is 25.</p>
|
|
@@ -541,22 +586,27 @@ export interface BatchGetApplicationRevisionsInput {
|
|
|
541
586
|
*/
|
|
542
587
|
export interface GenericRevisionInfo {
|
|
543
588
|
/**
|
|
589
|
+
* @public
|
|
544
590
|
* <p>A comment about the revision.</p>
|
|
545
591
|
*/
|
|
546
592
|
description?: string;
|
|
547
593
|
/**
|
|
594
|
+
* @public
|
|
548
595
|
* <p>The deployment groups for which this is the current target revision.</p>
|
|
549
596
|
*/
|
|
550
597
|
deploymentGroups?: string[];
|
|
551
598
|
/**
|
|
599
|
+
* @public
|
|
552
600
|
* <p>When the revision was first used by CodeDeploy.</p>
|
|
553
601
|
*/
|
|
554
602
|
firstUsedTime?: Date;
|
|
555
603
|
/**
|
|
604
|
+
* @public
|
|
556
605
|
* <p>When the revision was last used by CodeDeploy.</p>
|
|
557
606
|
*/
|
|
558
607
|
lastUsedTime?: Date;
|
|
559
608
|
/**
|
|
609
|
+
* @public
|
|
560
610
|
* <p>When the revision was registered with CodeDeploy.</p>
|
|
561
611
|
*/
|
|
562
612
|
registerTime?: Date;
|
|
@@ -567,10 +617,12 @@ export interface GenericRevisionInfo {
|
|
|
567
617
|
*/
|
|
568
618
|
export interface RevisionInfo {
|
|
569
619
|
/**
|
|
620
|
+
* @public
|
|
570
621
|
* <p>Information about the location and type of an application revision.</p>
|
|
571
622
|
*/
|
|
572
623
|
revisionLocation?: RevisionLocation;
|
|
573
624
|
/**
|
|
625
|
+
* @public
|
|
574
626
|
* <p>Information about an application revision, including usage details and associated
|
|
575
627
|
* deployment groups.</p>
|
|
576
628
|
*/
|
|
@@ -582,14 +634,17 @@ export interface RevisionInfo {
|
|
|
582
634
|
*/
|
|
583
635
|
export interface BatchGetApplicationRevisionsOutput {
|
|
584
636
|
/**
|
|
637
|
+
* @public
|
|
585
638
|
* <p>The name of the application that corresponds to the revisions.</p>
|
|
586
639
|
*/
|
|
587
640
|
applicationName?: string;
|
|
588
641
|
/**
|
|
642
|
+
* @public
|
|
589
643
|
* <p>Information about errors that might have occurred during the API call.</p>
|
|
590
644
|
*/
|
|
591
645
|
errorMessage?: string;
|
|
592
646
|
/**
|
|
647
|
+
* @public
|
|
593
648
|
* <p>Additional information about the revisions, including the type and location.</p>
|
|
594
649
|
*/
|
|
595
650
|
revisions?: RevisionInfo[];
|
|
@@ -648,6 +703,7 @@ export declare class RevisionRequiredException extends __BaseException {
|
|
|
648
703
|
*/
|
|
649
704
|
export interface BatchGetApplicationsInput {
|
|
650
705
|
/**
|
|
706
|
+
* @public
|
|
651
707
|
* <p>A list of application names separated by spaces. The maximum number of application
|
|
652
708
|
* names you can specify is 100.</p>
|
|
653
709
|
*/
|
|
@@ -659,6 +715,7 @@ export interface BatchGetApplicationsInput {
|
|
|
659
715
|
*/
|
|
660
716
|
export interface BatchGetApplicationsOutput {
|
|
661
717
|
/**
|
|
718
|
+
* @public
|
|
662
719
|
* <p>Information about the applications.</p>
|
|
663
720
|
*/
|
|
664
721
|
applicationsInfo?: ApplicationInfo[];
|
|
@@ -669,11 +726,13 @@ export interface BatchGetApplicationsOutput {
|
|
|
669
726
|
*/
|
|
670
727
|
export interface BatchGetDeploymentGroupsInput {
|
|
671
728
|
/**
|
|
672
|
-
*
|
|
673
|
-
*
|
|
729
|
+
* @public
|
|
730
|
+
* <p>The name of an CodeDeploy application associated with the applicable user
|
|
731
|
+
* or Amazon Web Services account.</p>
|
|
674
732
|
*/
|
|
675
733
|
applicationName: string | undefined;
|
|
676
734
|
/**
|
|
735
|
+
* @public
|
|
677
736
|
* <p>The names of the deployment groups.</p>
|
|
678
737
|
*/
|
|
679
738
|
deploymentGroupNames: string[] | undefined;
|
|
@@ -697,16 +756,17 @@ export type DeploymentReadyAction = (typeof DeploymentReadyAction)[keyof typeof
|
|
|
697
756
|
*/
|
|
698
757
|
export interface DeploymentReadyOption {
|
|
699
758
|
/**
|
|
759
|
+
* @public
|
|
700
760
|
* <p>Information about when to reroute traffic from an original environment to a
|
|
701
761
|
* replacement environment in a blue/green deployment.</p>
|
|
702
|
-
*
|
|
762
|
+
* <ul>
|
|
703
763
|
* <li>
|
|
704
|
-
*
|
|
764
|
+
* <p>CONTINUE_DEPLOYMENT: Register new instances with the load balancer immediately
|
|
705
765
|
* after the new application revision is installed on the instances in the
|
|
706
766
|
* replacement environment.</p>
|
|
707
767
|
* </li>
|
|
708
768
|
* <li>
|
|
709
|
-
*
|
|
769
|
+
* <p>STOP_DEPLOYMENT: Do not register new instances with a load balancer unless
|
|
710
770
|
* traffic rerouting is started using <a>ContinueDeployment</a>. If
|
|
711
771
|
* traffic rerouting is not started before the end of the specified wait period,
|
|
712
772
|
* the deployment status is changed to Stopped.</p>
|
|
@@ -715,6 +775,7 @@ export interface DeploymentReadyOption {
|
|
|
715
775
|
*/
|
|
716
776
|
actionOnTimeout?: DeploymentReadyAction | string;
|
|
717
777
|
/**
|
|
778
|
+
* @public
|
|
718
779
|
* <p>The number of minutes to wait before the status of a blue/green deployment is changed
|
|
719
780
|
* to Stopped if rerouting is not started manually. Applies only to the
|
|
720
781
|
* <code>STOP_DEPLOYMENT</code> option for <code>actionOnTimeout</code>.</p>
|
|
@@ -740,15 +801,16 @@ export type GreenFleetProvisioningAction = (typeof GreenFleetProvisioningAction)
|
|
|
740
801
|
*/
|
|
741
802
|
export interface GreenFleetProvisioningOption {
|
|
742
803
|
/**
|
|
804
|
+
* @public
|
|
743
805
|
* <p>The method used to add instances to a replacement environment.</p>
|
|
744
|
-
*
|
|
806
|
+
* <ul>
|
|
745
807
|
* <li>
|
|
746
|
-
*
|
|
808
|
+
* <p>
|
|
747
809
|
* <code>DISCOVER_EXISTING</code>: Use instances that already exist or will be
|
|
748
810
|
* created manually.</p>
|
|
749
811
|
* </li>
|
|
750
812
|
* <li>
|
|
751
|
-
*
|
|
813
|
+
* <p>
|
|
752
814
|
* <code>COPY_AUTO_SCALING_GROUP</code>: Use settings from a specified Auto Scaling group to define and create instances in a new Auto Scaling
|
|
753
815
|
* group.</p>
|
|
754
816
|
* </li>
|
|
@@ -776,16 +838,17 @@ export type InstanceAction = (typeof InstanceAction)[keyof typeof InstanceAction
|
|
|
776
838
|
*/
|
|
777
839
|
export interface BlueInstanceTerminationOption {
|
|
778
840
|
/**
|
|
841
|
+
* @public
|
|
779
842
|
* <p>The action to take on instances in the original environment after a successful
|
|
780
843
|
* blue/green deployment.</p>
|
|
781
|
-
*
|
|
844
|
+
* <ul>
|
|
782
845
|
* <li>
|
|
783
|
-
*
|
|
846
|
+
* <p>
|
|
784
847
|
* <code>TERMINATE</code>: Instances are terminated after a specified wait
|
|
785
848
|
* time.</p>
|
|
786
849
|
* </li>
|
|
787
850
|
* <li>
|
|
788
|
-
*
|
|
851
|
+
* <p>
|
|
789
852
|
* <code>KEEP_ALIVE</code>: Instances are left running after they are
|
|
790
853
|
* deregistered from the load balancer and removed from the deployment
|
|
791
854
|
* group.</p>
|
|
@@ -794,14 +857,13 @@ export interface BlueInstanceTerminationOption {
|
|
|
794
857
|
*/
|
|
795
858
|
action?: InstanceAction | string;
|
|
796
859
|
/**
|
|
860
|
+
* @public
|
|
797
861
|
* <p>For an Amazon EC2 deployment, the number of minutes to wait after a successful
|
|
798
862
|
* blue/green deployment before terminating instances from the original environment.</p>
|
|
799
|
-
*
|
|
800
|
-
* <p> For an Amazon ECS deployment, the number of minutes before deleting the
|
|
863
|
+
* <p> For an Amazon ECS deployment, the number of minutes before deleting the
|
|
801
864
|
* original (blue) task set. During an Amazon ECS deployment, CodeDeploy shifts
|
|
802
865
|
* traffic from the original (blue) task set to a replacement (green) task set. </p>
|
|
803
|
-
*
|
|
804
|
-
* <p> The maximum setting is 2880 minutes (2 days). </p>
|
|
866
|
+
* <p> The maximum setting is 2880 minutes (2 days). </p>
|
|
805
867
|
*/
|
|
806
868
|
terminationWaitTimeInMinutes?: number;
|
|
807
869
|
}
|
|
@@ -811,16 +873,19 @@ export interface BlueInstanceTerminationOption {
|
|
|
811
873
|
*/
|
|
812
874
|
export interface BlueGreenDeploymentConfiguration {
|
|
813
875
|
/**
|
|
876
|
+
* @public
|
|
814
877
|
* <p>Information about whether to terminate instances in the original fleet during a
|
|
815
878
|
* blue/green deployment.</p>
|
|
816
879
|
*/
|
|
817
880
|
terminateBlueInstancesOnDeploymentSuccess?: BlueInstanceTerminationOption;
|
|
818
881
|
/**
|
|
882
|
+
* @public
|
|
819
883
|
* <p>Information about the action to take when newly provisioned instances are ready to
|
|
820
884
|
* receive traffic in a blue/green deployment.</p>
|
|
821
885
|
*/
|
|
822
886
|
deploymentReadyOption?: DeploymentReadyOption;
|
|
823
887
|
/**
|
|
888
|
+
* @public
|
|
824
889
|
* <p>Information about how instances are provisioned for a replacement environment in a
|
|
825
890
|
* blue/green deployment.</p>
|
|
826
891
|
*/
|
|
@@ -857,10 +922,12 @@ export type DeploymentType = (typeof DeploymentType)[keyof typeof DeploymentType
|
|
|
857
922
|
*/
|
|
858
923
|
export interface DeploymentStyle {
|
|
859
924
|
/**
|
|
925
|
+
* @public
|
|
860
926
|
* <p>Indicates whether to run an in-place deployment or a blue/green deployment.</p>
|
|
861
927
|
*/
|
|
862
928
|
deploymentType?: DeploymentType | string;
|
|
863
929
|
/**
|
|
930
|
+
* @public
|
|
864
931
|
* <p>Indicates whether to route deployment traffic behind a load balancer.</p>
|
|
865
932
|
*/
|
|
866
933
|
deploymentOption?: DeploymentOption | string;
|
|
@@ -884,26 +951,29 @@ export type EC2TagFilterType = (typeof EC2TagFilterType)[keyof typeof EC2TagFilt
|
|
|
884
951
|
*/
|
|
885
952
|
export interface EC2TagFilter {
|
|
886
953
|
/**
|
|
954
|
+
* @public
|
|
887
955
|
* <p>The tag filter key.</p>
|
|
888
956
|
*/
|
|
889
957
|
Key?: string;
|
|
890
958
|
/**
|
|
959
|
+
* @public
|
|
891
960
|
* <p>The tag filter value.</p>
|
|
892
961
|
*/
|
|
893
962
|
Value?: string;
|
|
894
963
|
/**
|
|
964
|
+
* @public
|
|
895
965
|
* <p>The tag filter type:</p>
|
|
896
|
-
*
|
|
966
|
+
* <ul>
|
|
897
967
|
* <li>
|
|
898
|
-
*
|
|
968
|
+
* <p>
|
|
899
969
|
* <code>KEY_ONLY</code>: Key only.</p>
|
|
900
970
|
* </li>
|
|
901
971
|
* <li>
|
|
902
|
-
*
|
|
972
|
+
* <p>
|
|
903
973
|
* <code>VALUE_ONLY</code>: Value only.</p>
|
|
904
974
|
* </li>
|
|
905
975
|
* <li>
|
|
906
|
-
*
|
|
976
|
+
* <p>
|
|
907
977
|
* <code>KEY_AND_VALUE</code>: Key and value.</p>
|
|
908
978
|
* </li>
|
|
909
979
|
* </ul>
|
|
@@ -916,6 +986,7 @@ export interface EC2TagFilter {
|
|
|
916
986
|
*/
|
|
917
987
|
export interface EC2TagSet {
|
|
918
988
|
/**
|
|
989
|
+
* @public
|
|
919
990
|
* <p>A list that contains other lists of Amazon EC2 instance tag groups. For an
|
|
920
991
|
* instance to be included in the deployment group, it must be identified by all of the tag
|
|
921
992
|
* groups in the list.</p>
|
|
@@ -929,10 +1000,12 @@ export interface EC2TagSet {
|
|
|
929
1000
|
*/
|
|
930
1001
|
export interface ECSService {
|
|
931
1002
|
/**
|
|
1003
|
+
* @public
|
|
932
1004
|
* <p> The name of the target Amazon ECS service. </p>
|
|
933
1005
|
*/
|
|
934
1006
|
serviceName?: string;
|
|
935
1007
|
/**
|
|
1008
|
+
* @public
|
|
936
1009
|
* <p> The name of the cluster that the Amazon ECS service is associated with.
|
|
937
1010
|
* </p>
|
|
938
1011
|
*/
|
|
@@ -963,19 +1036,23 @@ export type DeploymentStatus = (typeof DeploymentStatus)[keyof typeof Deployment
|
|
|
963
1036
|
*/
|
|
964
1037
|
export interface LastDeploymentInfo {
|
|
965
1038
|
/**
|
|
1039
|
+
* @public
|
|
966
1040
|
* <p> The unique ID of a deployment. </p>
|
|
967
1041
|
*/
|
|
968
1042
|
deploymentId?: string;
|
|
969
1043
|
/**
|
|
1044
|
+
* @public
|
|
970
1045
|
* <p>The status of the most recent deployment.</p>
|
|
971
1046
|
*/
|
|
972
1047
|
status?: DeploymentStatus | string;
|
|
973
1048
|
/**
|
|
1049
|
+
* @public
|
|
974
1050
|
* <p>A timestamp that indicates when the most recent deployment to the deployment group was
|
|
975
1051
|
* complete.</p>
|
|
976
1052
|
*/
|
|
977
1053
|
endTime?: Date;
|
|
978
1054
|
/**
|
|
1055
|
+
* @public
|
|
979
1056
|
* <p>A timestamp that indicates when the most recent deployment to the deployment group
|
|
980
1057
|
* started.</p>
|
|
981
1058
|
*/
|
|
@@ -983,15 +1060,16 @@ export interface LastDeploymentInfo {
|
|
|
983
1060
|
}
|
|
984
1061
|
/**
|
|
985
1062
|
* @public
|
|
986
|
-
* <p>Information about a
|
|
1063
|
+
* <p>Information about a Classic Load Balancer in Elastic Load Balancing to use in a deployment.
|
|
987
1064
|
* Instances are registered directly with a load balancer, and traffic is routed to the
|
|
988
1065
|
* load balancer.</p>
|
|
989
1066
|
*/
|
|
990
1067
|
export interface ELBInfo {
|
|
991
1068
|
/**
|
|
992
|
-
*
|
|
1069
|
+
* @public
|
|
1070
|
+
* <p>For blue/green deployments, the name of the Classic Load Balancer that is used to route
|
|
993
1071
|
* traffic from original instances to replacement instances in a blue/green deployment. For
|
|
994
|
-
* in-place deployments, the name of the
|
|
1072
|
+
* in-place deployments, the name of the Classic Load Balancer that instances are deregistered from
|
|
995
1073
|
* so they are not serving traffic during a deployment, and then re-registered with after
|
|
996
1074
|
* the deployment is complete.</p>
|
|
997
1075
|
*/
|
|
@@ -1005,6 +1083,7 @@ export interface ELBInfo {
|
|
|
1005
1083
|
*/
|
|
1006
1084
|
export interface TargetGroupInfo {
|
|
1007
1085
|
/**
|
|
1086
|
+
* @public
|
|
1008
1087
|
* <p>For blue/green deployments, the name of the target group that instances in the
|
|
1009
1088
|
* original environment are deregistered from, and instances in the replacement environment
|
|
1010
1089
|
* are registered with. For in-place deployments, the name of the target group that
|
|
@@ -1020,6 +1099,7 @@ export interface TargetGroupInfo {
|
|
|
1020
1099
|
*/
|
|
1021
1100
|
export interface TrafficRoute {
|
|
1022
1101
|
/**
|
|
1102
|
+
* @public
|
|
1023
1103
|
* <p> The Amazon Resource Name (ARN) of one listener. The listener identifies the route
|
|
1024
1104
|
* between a target group and a load balancer. This is an array of strings with a maximum
|
|
1025
1105
|
* size of one. </p>
|
|
@@ -1032,16 +1112,19 @@ export interface TrafficRoute {
|
|
|
1032
1112
|
*/
|
|
1033
1113
|
export interface TargetGroupPairInfo {
|
|
1034
1114
|
/**
|
|
1115
|
+
* @public
|
|
1035
1116
|
* <p> One pair of target groups. One is associated with the original task set. The second
|
|
1036
1117
|
* is associated with the task set that serves traffic after the deployment is complete.
|
|
1037
1118
|
* </p>
|
|
1038
1119
|
*/
|
|
1039
1120
|
targetGroups?: TargetGroupInfo[];
|
|
1040
1121
|
/**
|
|
1122
|
+
* @public
|
|
1041
1123
|
* <p> The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete. </p>
|
|
1042
1124
|
*/
|
|
1043
1125
|
prodTrafficRoute?: TrafficRoute;
|
|
1044
1126
|
/**
|
|
1127
|
+
* @public
|
|
1045
1128
|
* <p> An optional path used by a load balancer to route test traffic after an Amazon ECS deployment. Validation can occur while test traffic is served during a
|
|
1046
1129
|
* deployment. </p>
|
|
1047
1130
|
*/
|
|
@@ -1051,27 +1134,42 @@ export interface TargetGroupPairInfo {
|
|
|
1051
1134
|
* @public
|
|
1052
1135
|
* <p>Information about the Elastic Load Balancing load balancer or target group used in a
|
|
1053
1136
|
* deployment.</p>
|
|
1137
|
+
* <p>You can use load balancers and target groups in combination. For example, if you have
|
|
1138
|
+
* two Classic Load Balancers, and five target groups tied to an Application Load Balancer,
|
|
1139
|
+
* you can specify the two Classic Load Balancers in <code>elbInfoList</code>, and the five
|
|
1140
|
+
* target groups in <code>targetGroupInfoList</code>.</p>
|
|
1054
1141
|
*/
|
|
1055
1142
|
export interface LoadBalancerInfo {
|
|
1056
1143
|
/**
|
|
1057
|
-
*
|
|
1058
|
-
*
|
|
1059
|
-
* Balancers
|
|
1060
|
-
*
|
|
1061
|
-
*
|
|
1062
|
-
*
|
|
1144
|
+
* @public
|
|
1145
|
+
* <p>An array that contains information about the load balancers to use for load balancing
|
|
1146
|
+
* in a deployment. If you're using Classic Load Balancers, specify those load balancers
|
|
1147
|
+
* in this array. </p>
|
|
1148
|
+
* <note>
|
|
1149
|
+
* <p>You can add up to 10 load balancers to the array.</p>
|
|
1150
|
+
* </note>
|
|
1151
|
+
* <note>
|
|
1152
|
+
* <p>If you're using Application Load Balancers or Network Load Balancers, use the
|
|
1153
|
+
* <code>targetGroupInfoList</code> array instead of this one.</p>
|
|
1154
|
+
* </note>
|
|
1063
1155
|
*/
|
|
1064
1156
|
elbInfoList?: ELBInfo[];
|
|
1065
1157
|
/**
|
|
1066
|
-
*
|
|
1067
|
-
*
|
|
1068
|
-
* Balancers
|
|
1069
|
-
*
|
|
1070
|
-
*
|
|
1071
|
-
*
|
|
1158
|
+
* @public
|
|
1159
|
+
* <p>An array that contains information about the target groups to use for load balancing
|
|
1160
|
+
* in a deployment. If you're using Application Load Balancers and Network Load Balancers,
|
|
1161
|
+
* specify their associated target groups in this array.</p>
|
|
1162
|
+
* <note>
|
|
1163
|
+
* <p>You can add up to 10 target groups to the array.</p>
|
|
1164
|
+
* </note>
|
|
1165
|
+
* <note>
|
|
1166
|
+
* <p>If you're using Classic Load Balancers, use the <code>elbInfoList</code> array
|
|
1167
|
+
* instead of this one.</p>
|
|
1168
|
+
* </note>
|
|
1072
1169
|
*/
|
|
1073
1170
|
targetGroupInfoList?: TargetGroupInfo[];
|
|
1074
1171
|
/**
|
|
1172
|
+
* @public
|
|
1075
1173
|
* <p> The target group pair information. This is an array of
|
|
1076
1174
|
* <code>TargeGroupPairInfo</code> objects with a maximum size of one. </p>
|
|
1077
1175
|
*/
|
|
@@ -1096,24 +1194,27 @@ export type TagFilterType = (typeof TagFilterType)[keyof typeof TagFilterType];
|
|
|
1096
1194
|
*/
|
|
1097
1195
|
export interface TagFilter {
|
|
1098
1196
|
/**
|
|
1197
|
+
* @public
|
|
1099
1198
|
* <p>The on-premises instance tag filter key.</p>
|
|
1100
1199
|
*/
|
|
1101
1200
|
Key?: string;
|
|
1102
1201
|
/**
|
|
1202
|
+
* @public
|
|
1103
1203
|
* <p>The on-premises instance tag filter value.</p>
|
|
1104
1204
|
*/
|
|
1105
1205
|
Value?: string;
|
|
1106
1206
|
/**
|
|
1207
|
+
* @public
|
|
1107
1208
|
* <p>The on-premises instance tag filter type:</p>
|
|
1108
|
-
*
|
|
1209
|
+
* <ul>
|
|
1109
1210
|
* <li>
|
|
1110
|
-
*
|
|
1211
|
+
* <p>KEY_ONLY: Key only.</p>
|
|
1111
1212
|
* </li>
|
|
1112
1213
|
* <li>
|
|
1113
|
-
*
|
|
1214
|
+
* <p>VALUE_ONLY: Value only.</p>
|
|
1114
1215
|
* </li>
|
|
1115
1216
|
* <li>
|
|
1116
|
-
*
|
|
1217
|
+
* <p>KEY_AND_VALUE: Key and value.</p>
|
|
1117
1218
|
* </li>
|
|
1118
1219
|
* </ul>
|
|
1119
1220
|
*/
|
|
@@ -1125,6 +1226,7 @@ export interface TagFilter {
|
|
|
1125
1226
|
*/
|
|
1126
1227
|
export interface OnPremisesTagSet {
|
|
1127
1228
|
/**
|
|
1229
|
+
* @public
|
|
1128
1230
|
* <p>A list that contains other lists of on-premises instance tag groups. For an instance
|
|
1129
1231
|
* to be included in the deployment group, it must be identified by all of the tag groups
|
|
1130
1232
|
* in the list.</p>
|
|
@@ -1169,15 +1271,18 @@ export type TriggerEventType = (typeof TriggerEventType)[keyof typeof TriggerEve
|
|
|
1169
1271
|
*/
|
|
1170
1272
|
export interface TriggerConfig {
|
|
1171
1273
|
/**
|
|
1274
|
+
* @public
|
|
1172
1275
|
* <p>The name of the notification trigger.</p>
|
|
1173
1276
|
*/
|
|
1174
1277
|
triggerName?: string;
|
|
1175
1278
|
/**
|
|
1279
|
+
* @public
|
|
1176
1280
|
* <p>The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through
|
|
1177
1281
|
* which notifications about deployment or instance events are sent.</p>
|
|
1178
1282
|
*/
|
|
1179
1283
|
triggerTargetArn?: string;
|
|
1180
1284
|
/**
|
|
1285
|
+
* @public
|
|
1181
1286
|
* <p>The event type or types for which notifications are triggered.</p>
|
|
1182
1287
|
*/
|
|
1183
1288
|
triggerEvents?: (TriggerEventType | string)[];
|
|
@@ -1188,110 +1293,132 @@ export interface TriggerConfig {
|
|
|
1188
1293
|
*/
|
|
1189
1294
|
export interface DeploymentGroupInfo {
|
|
1190
1295
|
/**
|
|
1296
|
+
* @public
|
|
1191
1297
|
* <p>The application name.</p>
|
|
1192
1298
|
*/
|
|
1193
1299
|
applicationName?: string;
|
|
1194
1300
|
/**
|
|
1301
|
+
* @public
|
|
1195
1302
|
* <p>The deployment group ID.</p>
|
|
1196
1303
|
*/
|
|
1197
1304
|
deploymentGroupId?: string;
|
|
1198
1305
|
/**
|
|
1306
|
+
* @public
|
|
1199
1307
|
* <p>The deployment group name.</p>
|
|
1200
1308
|
*/
|
|
1201
1309
|
deploymentGroupName?: string;
|
|
1202
1310
|
/**
|
|
1311
|
+
* @public
|
|
1203
1312
|
* <p>The deployment configuration name.</p>
|
|
1204
1313
|
*/
|
|
1205
1314
|
deploymentConfigName?: string;
|
|
1206
1315
|
/**
|
|
1316
|
+
* @public
|
|
1207
1317
|
* <p>The Amazon EC2 tags on which to filter. The deployment group includes EC2
|
|
1208
1318
|
* instances with any of the specified tags.</p>
|
|
1209
1319
|
*/
|
|
1210
1320
|
ec2TagFilters?: EC2TagFilter[];
|
|
1211
1321
|
/**
|
|
1322
|
+
* @public
|
|
1212
1323
|
* <p>The on-premises instance tags on which to filter. The deployment group includes
|
|
1213
1324
|
* on-premises instances with any of the specified tags.</p>
|
|
1214
1325
|
*/
|
|
1215
1326
|
onPremisesInstanceTagFilters?: TagFilter[];
|
|
1216
1327
|
/**
|
|
1328
|
+
* @public
|
|
1217
1329
|
* <p>A list of associated Auto Scaling groups.</p>
|
|
1218
1330
|
*/
|
|
1219
1331
|
autoScalingGroups?: AutoScalingGroup[];
|
|
1220
1332
|
/**
|
|
1333
|
+
* @public
|
|
1221
1334
|
* <p>A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make
|
|
1222
1335
|
* calls to Amazon Web Services services on your behalf. For more information, see <a href="https://docs.aws.amazon.com/codedeploy/latest/userguide/getting-started-create-service-role.html">Create a
|
|
1223
1336
|
* Service Role for CodeDeploy</a> in the <i>CodeDeploy User Guide</i>.</p>
|
|
1224
1337
|
*/
|
|
1225
1338
|
serviceRoleArn?: string;
|
|
1226
1339
|
/**
|
|
1340
|
+
* @public
|
|
1227
1341
|
* <p>Information about the deployment group's target revision, including type and
|
|
1228
1342
|
* location.</p>
|
|
1229
1343
|
*/
|
|
1230
1344
|
targetRevision?: RevisionLocation;
|
|
1231
1345
|
/**
|
|
1346
|
+
* @public
|
|
1232
1347
|
* <p>Information about triggers associated with the deployment group.</p>
|
|
1233
1348
|
*/
|
|
1234
1349
|
triggerConfigurations?: TriggerConfig[];
|
|
1235
1350
|
/**
|
|
1351
|
+
* @public
|
|
1236
1352
|
* <p>A list of alarms associated with the deployment group.</p>
|
|
1237
1353
|
*/
|
|
1238
1354
|
alarmConfiguration?: AlarmConfiguration;
|
|
1239
1355
|
/**
|
|
1356
|
+
* @public
|
|
1240
1357
|
* <p>Information about the automatic rollback configuration associated with the deployment
|
|
1241
1358
|
* group.</p>
|
|
1242
1359
|
*/
|
|
1243
1360
|
autoRollbackConfiguration?: AutoRollbackConfiguration;
|
|
1244
1361
|
/**
|
|
1362
|
+
* @public
|
|
1245
1363
|
* <p>Information about the type of deployment, either in-place or blue/green, you want to
|
|
1246
1364
|
* run and whether to route deployment traffic behind a load balancer.</p>
|
|
1247
1365
|
*/
|
|
1248
1366
|
deploymentStyle?: DeploymentStyle;
|
|
1249
1367
|
/**
|
|
1368
|
+
* @public
|
|
1250
1369
|
* <p>Indicates what happens when new Amazon EC2 instances are launched
|
|
1251
1370
|
* mid-deployment and do not receive the deployed application revision.</p>
|
|
1252
|
-
*
|
|
1371
|
+
* <p>If this option is set to <code>UPDATE</code> or is unspecified, CodeDeploy initiates
|
|
1253
1372
|
* one or more 'auto-update outdated instances' deployments to apply the deployed
|
|
1254
1373
|
* application revision to the new Amazon EC2 instances.</p>
|
|
1255
|
-
*
|
|
1374
|
+
* <p>If this option is set to <code>IGNORE</code>, CodeDeploy does not initiate a
|
|
1256
1375
|
* deployment to update the new Amazon EC2 instances. This may result in instances
|
|
1257
1376
|
* having different revisions.</p>
|
|
1258
1377
|
*/
|
|
1259
1378
|
outdatedInstancesStrategy?: OutdatedInstancesStrategy | string;
|
|
1260
1379
|
/**
|
|
1380
|
+
* @public
|
|
1261
1381
|
* <p>Information about blue/green deployment options for a deployment group.</p>
|
|
1262
1382
|
*/
|
|
1263
1383
|
blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
|
|
1264
1384
|
/**
|
|
1385
|
+
* @public
|
|
1265
1386
|
* <p>Information about the load balancer to use in a deployment.</p>
|
|
1266
1387
|
*/
|
|
1267
1388
|
loadBalancerInfo?: LoadBalancerInfo;
|
|
1268
1389
|
/**
|
|
1390
|
+
* @public
|
|
1269
1391
|
* <p>Information about the most recent successful deployment to the deployment
|
|
1270
1392
|
* group.</p>
|
|
1271
1393
|
*/
|
|
1272
1394
|
lastSuccessfulDeployment?: LastDeploymentInfo;
|
|
1273
1395
|
/**
|
|
1396
|
+
* @public
|
|
1274
1397
|
* <p>Information about the most recent attempted deployment to the deployment group.</p>
|
|
1275
1398
|
*/
|
|
1276
1399
|
lastAttemptedDeployment?: LastDeploymentInfo;
|
|
1277
1400
|
/**
|
|
1401
|
+
* @public
|
|
1278
1402
|
* <p>Information about groups of tags applied to an Amazon EC2 instance. The
|
|
1279
1403
|
* deployment group includes only Amazon EC2 instances identified by all of the tag
|
|
1280
1404
|
* groups. Cannot be used in the same call as ec2TagFilters.</p>
|
|
1281
1405
|
*/
|
|
1282
1406
|
ec2TagSet?: EC2TagSet;
|
|
1283
1407
|
/**
|
|
1408
|
+
* @public
|
|
1284
1409
|
* <p>Information about groups of tags applied to an on-premises instance. The deployment
|
|
1285
1410
|
* group includes only on-premises instances identified by all the tag groups. Cannot be
|
|
1286
1411
|
* used in the same call as onPremisesInstanceTagFilters.</p>
|
|
1287
1412
|
*/
|
|
1288
1413
|
onPremisesTagSet?: OnPremisesTagSet;
|
|
1289
1414
|
/**
|
|
1415
|
+
* @public
|
|
1290
1416
|
* <p>The destination platform type for the deployment (<code>Lambda</code>,
|
|
1291
1417
|
* <code>Server</code>, or <code>ECS</code>).</p>
|
|
1292
1418
|
*/
|
|
1293
1419
|
computePlatform?: ComputePlatform | string;
|
|
1294
1420
|
/**
|
|
1421
|
+
* @public
|
|
1295
1422
|
* <p> The target Amazon ECS services in the deployment group. This applies only to
|
|
1296
1423
|
* deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name
|
|
1297
1424
|
* pair using the format <code><clustername>:<servicename></code>. </p>
|
|
@@ -1304,18 +1431,19 @@ export interface DeploymentGroupInfo {
|
|
|
1304
1431
|
*/
|
|
1305
1432
|
export interface BatchGetDeploymentGroupsOutput {
|
|
1306
1433
|
/**
|
|
1434
|
+
* @public
|
|
1307
1435
|
* <p>Information about the deployment groups.</p>
|
|
1308
1436
|
*/
|
|
1309
1437
|
deploymentGroupsInfo?: DeploymentGroupInfo[];
|
|
1310
1438
|
/**
|
|
1439
|
+
* @public
|
|
1311
1440
|
* <p>Information about errors that might have occurred during the API call.</p>
|
|
1312
1441
|
*/
|
|
1313
1442
|
errorMessage?: string;
|
|
1314
1443
|
}
|
|
1315
1444
|
/**
|
|
1316
1445
|
* @public
|
|
1317
|
-
* <p>The deployment configuration does not exist with the
|
|
1318
|
-
* Amazon Web Services account.</p>
|
|
1446
|
+
* <p>The deployment configuration does not exist with the user or Amazon Web Services account.</p>
|
|
1319
1447
|
*/
|
|
1320
1448
|
export declare class DeploymentConfigDoesNotExistException extends __BaseException {
|
|
1321
1449
|
readonly name: "DeploymentConfigDoesNotExistException";
|
|
@@ -1355,10 +1483,12 @@ export declare class InvalidDeploymentGroupNameException extends __BaseException
|
|
|
1355
1483
|
*/
|
|
1356
1484
|
export interface BatchGetDeploymentInstancesInput {
|
|
1357
1485
|
/**
|
|
1486
|
+
* @public
|
|
1358
1487
|
* <p> The unique ID of a deployment. </p>
|
|
1359
1488
|
*/
|
|
1360
1489
|
deploymentId: string | undefined;
|
|
1361
1490
|
/**
|
|
1491
|
+
* @public
|
|
1362
1492
|
* <p>The unique IDs of instances used in the deployment. The maximum number of instance IDs
|
|
1363
1493
|
* you can specify is 25.</p>
|
|
1364
1494
|
*/
|
|
@@ -1398,43 +1528,47 @@ export type LifecycleErrorCode = (typeof LifecycleErrorCode)[keyof typeof Lifecy
|
|
|
1398
1528
|
*/
|
|
1399
1529
|
export interface Diagnostics {
|
|
1400
1530
|
/**
|
|
1531
|
+
* @public
|
|
1401
1532
|
* <p>The associated error code:</p>
|
|
1402
|
-
*
|
|
1533
|
+
* <ul>
|
|
1403
1534
|
* <li>
|
|
1404
|
-
*
|
|
1535
|
+
* <p>Success: The specified script ran.</p>
|
|
1405
1536
|
* </li>
|
|
1406
1537
|
* <li>
|
|
1407
|
-
*
|
|
1538
|
+
* <p>ScriptMissing: The specified script was not found in the specified
|
|
1408
1539
|
* location.</p>
|
|
1409
1540
|
* </li>
|
|
1410
1541
|
* <li>
|
|
1411
|
-
*
|
|
1542
|
+
* <p>ScriptNotExecutable: The specified script is not a recognized executable file
|
|
1412
1543
|
* type.</p>
|
|
1413
1544
|
* </li>
|
|
1414
1545
|
* <li>
|
|
1415
|
-
*
|
|
1546
|
+
* <p>ScriptTimedOut: The specified script did not finish running in the specified
|
|
1416
1547
|
* time period.</p>
|
|
1417
1548
|
* </li>
|
|
1418
1549
|
* <li>
|
|
1419
|
-
*
|
|
1550
|
+
* <p>ScriptFailed: The specified script failed to run as expected.</p>
|
|
1420
1551
|
* </li>
|
|
1421
1552
|
* <li>
|
|
1422
|
-
*
|
|
1553
|
+
* <p>UnknownError: The specified script did not run for an unknown reason.</p>
|
|
1423
1554
|
* </li>
|
|
1424
1555
|
* </ul>
|
|
1425
1556
|
*/
|
|
1426
1557
|
errorCode?: LifecycleErrorCode | string;
|
|
1427
1558
|
/**
|
|
1559
|
+
* @public
|
|
1428
1560
|
* <p>The name of the script.</p>
|
|
1429
1561
|
*/
|
|
1430
1562
|
scriptName?: string;
|
|
1431
1563
|
/**
|
|
1564
|
+
* @public
|
|
1432
1565
|
* <p>The message associated with the error.</p>
|
|
1433
1566
|
*/
|
|
1434
1567
|
message?: string;
|
|
1435
1568
|
/**
|
|
1569
|
+
* @public
|
|
1436
1570
|
* <p>The last portion of the diagnostic log.</p>
|
|
1437
|
-
*
|
|
1571
|
+
* <p>If available, CodeDeploy returns up to the last 4 KB of the diagnostic
|
|
1438
1572
|
* log.</p>
|
|
1439
1573
|
*/
|
|
1440
1574
|
logTail?: string;
|
|
@@ -1461,43 +1595,48 @@ export type LifecycleEventStatus = (typeof LifecycleEventStatus)[keyof typeof Li
|
|
|
1461
1595
|
*/
|
|
1462
1596
|
export interface LifecycleEvent {
|
|
1463
1597
|
/**
|
|
1598
|
+
* @public
|
|
1464
1599
|
* <p>The deployment lifecycle event name, such as <code>ApplicationStop</code>,
|
|
1465
1600
|
* <code>BeforeInstall</code>, <code>AfterInstall</code>,
|
|
1466
1601
|
* <code>ApplicationStart</code>, or <code>ValidateService</code>.</p>
|
|
1467
1602
|
*/
|
|
1468
1603
|
lifecycleEventName?: string;
|
|
1469
1604
|
/**
|
|
1605
|
+
* @public
|
|
1470
1606
|
* <p>Diagnostic information about the deployment lifecycle event.</p>
|
|
1471
1607
|
*/
|
|
1472
1608
|
diagnostics?: Diagnostics;
|
|
1473
1609
|
/**
|
|
1610
|
+
* @public
|
|
1474
1611
|
* <p>A timestamp that indicates when the deployment lifecycle event started.</p>
|
|
1475
1612
|
*/
|
|
1476
1613
|
startTime?: Date;
|
|
1477
1614
|
/**
|
|
1615
|
+
* @public
|
|
1478
1616
|
* <p>A timestamp that indicates when the deployment lifecycle event ended.</p>
|
|
1479
1617
|
*/
|
|
1480
1618
|
endTime?: Date;
|
|
1481
1619
|
/**
|
|
1620
|
+
* @public
|
|
1482
1621
|
* <p>The deployment lifecycle event status:</p>
|
|
1483
|
-
*
|
|
1622
|
+
* <ul>
|
|
1484
1623
|
* <li>
|
|
1485
|
-
*
|
|
1624
|
+
* <p>Pending: The deployment lifecycle event is pending.</p>
|
|
1486
1625
|
* </li>
|
|
1487
1626
|
* <li>
|
|
1488
|
-
*
|
|
1627
|
+
* <p>InProgress: The deployment lifecycle event is in progress.</p>
|
|
1489
1628
|
* </li>
|
|
1490
1629
|
* <li>
|
|
1491
|
-
*
|
|
1630
|
+
* <p>Succeeded: The deployment lifecycle event ran successfully.</p>
|
|
1492
1631
|
* </li>
|
|
1493
1632
|
* <li>
|
|
1494
|
-
*
|
|
1633
|
+
* <p>Failed: The deployment lifecycle event has failed.</p>
|
|
1495
1634
|
* </li>
|
|
1496
1635
|
* <li>
|
|
1497
|
-
*
|
|
1636
|
+
* <p>Skipped: The deployment lifecycle event has been skipped.</p>
|
|
1498
1637
|
* </li>
|
|
1499
1638
|
* <li>
|
|
1500
|
-
*
|
|
1639
|
+
* <p>Unknown: The deployment lifecycle event is unknown.</p>
|
|
1501
1640
|
* </li>
|
|
1502
1641
|
* </ul>
|
|
1503
1642
|
*/
|
|
@@ -1528,42 +1667,45 @@ export type InstanceStatus = (typeof InstanceStatus)[keyof typeof InstanceStatus
|
|
|
1528
1667
|
*/
|
|
1529
1668
|
export interface InstanceSummary {
|
|
1530
1669
|
/**
|
|
1670
|
+
* @public
|
|
1531
1671
|
* <p> The unique ID of a deployment. </p>
|
|
1532
1672
|
*/
|
|
1533
1673
|
deploymentId?: string;
|
|
1534
1674
|
/**
|
|
1675
|
+
* @public
|
|
1535
1676
|
* <p>The instance ID.</p>
|
|
1536
1677
|
*/
|
|
1537
1678
|
instanceId?: string;
|
|
1538
1679
|
/**
|
|
1680
|
+
* @public
|
|
1539
1681
|
* @deprecated
|
|
1540
1682
|
*
|
|
1541
1683
|
* <p>The deployment status for this instance:</p>
|
|
1542
|
-
*
|
|
1684
|
+
* <ul>
|
|
1543
1685
|
* <li>
|
|
1544
|
-
*
|
|
1686
|
+
* <p>
|
|
1545
1687
|
* <code>Pending</code>: The deployment is pending for this instance.</p>
|
|
1546
1688
|
* </li>
|
|
1547
1689
|
* <li>
|
|
1548
|
-
*
|
|
1690
|
+
* <p>
|
|
1549
1691
|
* <code>In Progress</code>: The deployment is in progress for this
|
|
1550
1692
|
* instance.</p>
|
|
1551
1693
|
* </li>
|
|
1552
1694
|
* <li>
|
|
1553
|
-
*
|
|
1695
|
+
* <p>
|
|
1554
1696
|
* <code>Succeeded</code>: The deployment has succeeded for this instance.</p>
|
|
1555
1697
|
* </li>
|
|
1556
1698
|
* <li>
|
|
1557
|
-
*
|
|
1699
|
+
* <p>
|
|
1558
1700
|
* <code>Failed</code>: The deployment has failed for this instance.</p>
|
|
1559
1701
|
* </li>
|
|
1560
1702
|
* <li>
|
|
1561
|
-
*
|
|
1703
|
+
* <p>
|
|
1562
1704
|
* <code>Skipped</code>: The deployment has been skipped for this
|
|
1563
1705
|
* instance.</p>
|
|
1564
1706
|
* </li>
|
|
1565
1707
|
* <li>
|
|
1566
|
-
*
|
|
1708
|
+
* <p>
|
|
1567
1709
|
* <code>Unknown</code>: The deployment status is unknown for this
|
|
1568
1710
|
* instance.</p>
|
|
1569
1711
|
* </li>
|
|
@@ -1571,22 +1713,25 @@ export interface InstanceSummary {
|
|
|
1571
1713
|
*/
|
|
1572
1714
|
status?: InstanceStatus | string;
|
|
1573
1715
|
/**
|
|
1716
|
+
* @public
|
|
1574
1717
|
* <p>A timestamp that indicates when the instance information was last updated.</p>
|
|
1575
1718
|
*/
|
|
1576
1719
|
lastUpdatedAt?: Date;
|
|
1577
1720
|
/**
|
|
1721
|
+
* @public
|
|
1578
1722
|
* <p>A list of lifecycle events for this instance.</p>
|
|
1579
1723
|
*/
|
|
1580
1724
|
lifecycleEvents?: LifecycleEvent[];
|
|
1581
1725
|
/**
|
|
1726
|
+
* @public
|
|
1582
1727
|
* <p>Information about which environment an instance belongs to in a blue/green
|
|
1583
1728
|
* deployment.</p>
|
|
1584
|
-
*
|
|
1729
|
+
* <ul>
|
|
1585
1730
|
* <li>
|
|
1586
|
-
*
|
|
1731
|
+
* <p>BLUE: The instance is part of the original environment.</p>
|
|
1587
1732
|
* </li>
|
|
1588
1733
|
* <li>
|
|
1589
|
-
*
|
|
1734
|
+
* <p>GREEN: The instance is part of the replacement environment.</p>
|
|
1590
1735
|
* </li>
|
|
1591
1736
|
* </ul>
|
|
1592
1737
|
*/
|
|
@@ -1598,18 +1743,19 @@ export interface InstanceSummary {
|
|
|
1598
1743
|
*/
|
|
1599
1744
|
export interface BatchGetDeploymentInstancesOutput {
|
|
1600
1745
|
/**
|
|
1746
|
+
* @public
|
|
1601
1747
|
* <p>Information about the instance.</p>
|
|
1602
1748
|
*/
|
|
1603
1749
|
instancesSummary?: InstanceSummary[];
|
|
1604
1750
|
/**
|
|
1751
|
+
* @public
|
|
1605
1752
|
* <p>Information about errors that might have occurred during the API call.</p>
|
|
1606
1753
|
*/
|
|
1607
1754
|
errorMessage?: string;
|
|
1608
1755
|
}
|
|
1609
1756
|
/**
|
|
1610
1757
|
* @public
|
|
1611
|
-
* <p>The deployment with the
|
|
1612
|
-
* exist.</p>
|
|
1758
|
+
* <p>The deployment with the user or Amazon Web Services account does not exist.</p>
|
|
1613
1759
|
*/
|
|
1614
1760
|
export declare class DeploymentDoesNotExistException extends __BaseException {
|
|
1615
1761
|
readonly name: "DeploymentDoesNotExistException";
|
|
@@ -1675,6 +1821,7 @@ export declare class InvalidDeploymentIdException extends __BaseException {
|
|
|
1675
1821
|
*/
|
|
1676
1822
|
export interface BatchGetDeploymentsInput {
|
|
1677
1823
|
/**
|
|
1824
|
+
* @public
|
|
1678
1825
|
* <p> A list of deployment IDs, separated by spaces. The maximum number of deployment IDs
|
|
1679
1826
|
* you can specify is 25.</p>
|
|
1680
1827
|
*/
|
|
@@ -1703,27 +1850,33 @@ export type DeploymentCreator = (typeof DeploymentCreator)[keyof typeof Deployme
|
|
|
1703
1850
|
*/
|
|
1704
1851
|
export interface DeploymentOverview {
|
|
1705
1852
|
/**
|
|
1853
|
+
* @public
|
|
1706
1854
|
* <p>The number of instances in the deployment in a pending state.</p>
|
|
1707
1855
|
*/
|
|
1708
1856
|
Pending?: number;
|
|
1709
1857
|
/**
|
|
1858
|
+
* @public
|
|
1710
1859
|
* <p>The number of instances in which the deployment is in progress.</p>
|
|
1711
1860
|
*/
|
|
1712
1861
|
InProgress?: number;
|
|
1713
1862
|
/**
|
|
1863
|
+
* @public
|
|
1714
1864
|
* <p>The number of instances in the deployment to which revisions have been successfully
|
|
1715
1865
|
* deployed.</p>
|
|
1716
1866
|
*/
|
|
1717
1867
|
Succeeded?: number;
|
|
1718
1868
|
/**
|
|
1869
|
+
* @public
|
|
1719
1870
|
* <p>The number of instances in the deployment in a failed state.</p>
|
|
1720
1871
|
*/
|
|
1721
1872
|
Failed?: number;
|
|
1722
1873
|
/**
|
|
1874
|
+
* @public
|
|
1723
1875
|
* <p>The number of instances in the deployment in a skipped state.</p>
|
|
1724
1876
|
*/
|
|
1725
1877
|
Skipped?: number;
|
|
1726
1878
|
/**
|
|
1879
|
+
* @public
|
|
1727
1880
|
* <p>The number of instances in a replacement environment ready to receive traffic in a
|
|
1728
1881
|
* blue/green deployment.</p>
|
|
1729
1882
|
*/
|
|
@@ -1779,56 +1932,57 @@ export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
|
1779
1932
|
*/
|
|
1780
1933
|
export interface ErrorInformation {
|
|
1781
1934
|
/**
|
|
1935
|
+
* @public
|
|
1782
1936
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/codedeploy/latest/userguide/error-codes.html">Error Codes for CodeDeploy</a> in the <a href="https://docs.aws.amazon.com/codedeploy/latest/userguide">CodeDeploy User Guide</a>.</p>
|
|
1783
|
-
*
|
|
1784
|
-
*
|
|
1937
|
+
* <p>The error code:</p>
|
|
1938
|
+
* <ul>
|
|
1785
1939
|
* <li>
|
|
1786
|
-
*
|
|
1940
|
+
* <p>APPLICATION_MISSING: The application was missing. This error code is most
|
|
1787
1941
|
* likely raised if the application is deleted after the deployment is created, but
|
|
1788
1942
|
* before it is started.</p>
|
|
1789
1943
|
* </li>
|
|
1790
1944
|
* <li>
|
|
1791
|
-
*
|
|
1945
|
+
* <p>DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code is
|
|
1792
1946
|
* most likely raised if the deployment group is deleted after the deployment is
|
|
1793
1947
|
* created, but before it is started.</p>
|
|
1794
1948
|
* </li>
|
|
1795
1949
|
* <li>
|
|
1796
|
-
*
|
|
1950
|
+
* <p>HEALTH_CONSTRAINTS: The deployment failed on too many instances to be
|
|
1797
1951
|
* successfully deployed within the instance health constraints specified.</p>
|
|
1798
1952
|
* </li>
|
|
1799
1953
|
* <li>
|
|
1800
|
-
*
|
|
1954
|
+
* <p>HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed
|
|
1801
1955
|
* within the instance health constraints specified.</p>
|
|
1802
1956
|
* </li>
|
|
1803
1957
|
* <li>
|
|
1804
|
-
*
|
|
1958
|
+
* <p>IAM_ROLE_MISSING: The service role cannot be accessed.</p>
|
|
1805
1959
|
* </li>
|
|
1806
1960
|
* <li>
|
|
1807
|
-
*
|
|
1961
|
+
* <p>IAM_ROLE_PERMISSIONS: The service role does not have the
|
|
1808
1962
|
* correct permissions.</p>
|
|
1809
1963
|
* </li>
|
|
1810
1964
|
* <li>
|
|
1811
|
-
*
|
|
1965
|
+
* <p>INTERNAL_ERROR: There was an internal error.</p>
|
|
1812
1966
|
* </li>
|
|
1813
1967
|
* <li>
|
|
1814
|
-
*
|
|
1968
|
+
* <p>NO_EC2_SUBSCRIPTION: The calling account is not subscribed to Amazon EC2.</p>
|
|
1815
1969
|
* </li>
|
|
1816
1970
|
* <li>
|
|
1817
|
-
*
|
|
1971
|
+
* <p>NO_INSTANCES: No instances were specified, or no instances can be
|
|
1818
1972
|
* found.</p>
|
|
1819
1973
|
* </li>
|
|
1820
1974
|
* <li>
|
|
1821
|
-
*
|
|
1975
|
+
* <p>OVER_MAX_INSTANCES: The maximum number of instances was exceeded.</p>
|
|
1822
1976
|
* </li>
|
|
1823
1977
|
* <li>
|
|
1824
|
-
*
|
|
1978
|
+
* <p>THROTTLED: The operation was throttled because the calling account exceeded
|
|
1825
1979
|
* the throttling limits of one or more Amazon Web Services services.</p>
|
|
1826
1980
|
* </li>
|
|
1827
1981
|
* <li>
|
|
1828
|
-
*
|
|
1982
|
+
* <p>TIMEOUT: The deployment has timed out.</p>
|
|
1829
1983
|
* </li>
|
|
1830
1984
|
* <li>
|
|
1831
|
-
*
|
|
1985
|
+
* <p>REVISION_MISSING: The revision ID was missing. This error code is most likely
|
|
1832
1986
|
* raised if the revision is deleted after the deployment is created, but before it
|
|
1833
1987
|
* is started.</p>
|
|
1834
1988
|
* </li>
|
|
@@ -1836,6 +1990,7 @@ export interface ErrorInformation {
|
|
|
1836
1990
|
*/
|
|
1837
1991
|
code?: ErrorCode | string;
|
|
1838
1992
|
/**
|
|
1993
|
+
* @public
|
|
1839
1994
|
* <p>An accompanying error message.</p>
|
|
1840
1995
|
*/
|
|
1841
1996
|
message?: string;
|
|
@@ -1859,10 +2014,12 @@ export type FileExistsBehavior = (typeof FileExistsBehavior)[keyof typeof FileEx
|
|
|
1859
2014
|
*/
|
|
1860
2015
|
export interface RelatedDeployments {
|
|
1861
2016
|
/**
|
|
2017
|
+
* @public
|
|
1862
2018
|
* <p>The deployment ID of the root deployment that triggered this deployment.</p>
|
|
1863
2019
|
*/
|
|
1864
2020
|
autoUpdateOutdatedInstancesRootDeploymentId?: string;
|
|
1865
2021
|
/**
|
|
2022
|
+
* @public
|
|
1866
2023
|
* <p>The deployment IDs of 'auto-update outdated instances' deployments triggered by this
|
|
1867
2024
|
* deployment.</p>
|
|
1868
2025
|
*/
|
|
@@ -1874,15 +2031,18 @@ export interface RelatedDeployments {
|
|
|
1874
2031
|
*/
|
|
1875
2032
|
export interface RollbackInfo {
|
|
1876
2033
|
/**
|
|
2034
|
+
* @public
|
|
1877
2035
|
* <p>The ID of the deployment rollback.</p>
|
|
1878
2036
|
*/
|
|
1879
2037
|
rollbackDeploymentId?: string;
|
|
1880
2038
|
/**
|
|
2039
|
+
* @public
|
|
1881
2040
|
* <p>The deployment ID of the deployment that was underway and triggered a rollback
|
|
1882
2041
|
* deployment because it failed or was stopped.</p>
|
|
1883
2042
|
*/
|
|
1884
2043
|
rollbackTriggeringDeploymentId?: string;
|
|
1885
2044
|
/**
|
|
2045
|
+
* @public
|
|
1886
2046
|
* <p>Information that describes the status of a deployment rollback (for example, whether
|
|
1887
2047
|
* the deployment can't be rolled back, is in progress, failed, or succeeded). </p>
|
|
1888
2048
|
*/
|
|
@@ -1895,17 +2055,20 @@ export interface RollbackInfo {
|
|
|
1895
2055
|
*/
|
|
1896
2056
|
export interface TargetInstances {
|
|
1897
2057
|
/**
|
|
2058
|
+
* @public
|
|
1898
2059
|
* <p>The tag filter key, type, and value used to identify Amazon EC2 instances in a
|
|
1899
2060
|
* replacement environment for a blue/green deployment. Cannot be used in the same call as
|
|
1900
2061
|
* <code>ec2TagSet</code>.</p>
|
|
1901
2062
|
*/
|
|
1902
2063
|
tagFilters?: EC2TagFilter[];
|
|
1903
2064
|
/**
|
|
2065
|
+
* @public
|
|
1904
2066
|
* <p>The names of one or more Auto Scaling groups to identify a replacement
|
|
1905
2067
|
* environment for a blue/green deployment.</p>
|
|
1906
2068
|
*/
|
|
1907
2069
|
autoScalingGroups?: string[];
|
|
1908
2070
|
/**
|
|
2071
|
+
* @public
|
|
1909
2072
|
* <p>Information about the groups of Amazon EC2 instance tags that an instance must
|
|
1910
2073
|
* be identified by in order for it to be included in the replacement environment for a
|
|
1911
2074
|
* blue/green deployment. Cannot be used in the same call as
|
|
@@ -1919,81 +2082,95 @@ export interface TargetInstances {
|
|
|
1919
2082
|
*/
|
|
1920
2083
|
export interface DeploymentInfo {
|
|
1921
2084
|
/**
|
|
2085
|
+
* @public
|
|
1922
2086
|
* <p>The application name.</p>
|
|
1923
2087
|
*/
|
|
1924
2088
|
applicationName?: string;
|
|
1925
2089
|
/**
|
|
2090
|
+
* @public
|
|
1926
2091
|
* <p> The deployment group name. </p>
|
|
1927
2092
|
*/
|
|
1928
2093
|
deploymentGroupName?: string;
|
|
1929
2094
|
/**
|
|
2095
|
+
* @public
|
|
1930
2096
|
* <p> The deployment configuration name. </p>
|
|
1931
2097
|
*/
|
|
1932
2098
|
deploymentConfigName?: string;
|
|
1933
2099
|
/**
|
|
2100
|
+
* @public
|
|
1934
2101
|
* <p> The unique ID of a deployment. </p>
|
|
1935
2102
|
*/
|
|
1936
2103
|
deploymentId?: string;
|
|
1937
2104
|
/**
|
|
2105
|
+
* @public
|
|
1938
2106
|
* <p>Information about the application revision that was deployed to the deployment group
|
|
1939
2107
|
* before the most recent successful deployment.</p>
|
|
1940
2108
|
*/
|
|
1941
2109
|
previousRevision?: RevisionLocation;
|
|
1942
2110
|
/**
|
|
2111
|
+
* @public
|
|
1943
2112
|
* <p>Information about the location of stored application artifacts and the service from
|
|
1944
2113
|
* which to retrieve them.</p>
|
|
1945
2114
|
*/
|
|
1946
2115
|
revision?: RevisionLocation;
|
|
1947
2116
|
/**
|
|
2117
|
+
* @public
|
|
1948
2118
|
* <p>The current state of the deployment as a whole.</p>
|
|
1949
2119
|
*/
|
|
1950
2120
|
status?: DeploymentStatus | string;
|
|
1951
2121
|
/**
|
|
2122
|
+
* @public
|
|
1952
2123
|
* <p>Information about any error associated with this deployment.</p>
|
|
1953
2124
|
*/
|
|
1954
2125
|
errorInformation?: ErrorInformation;
|
|
1955
2126
|
/**
|
|
2127
|
+
* @public
|
|
1956
2128
|
* <p>A timestamp that indicates when the deployment was created.</p>
|
|
1957
2129
|
*/
|
|
1958
2130
|
createTime?: Date;
|
|
1959
2131
|
/**
|
|
2132
|
+
* @public
|
|
1960
2133
|
* <p>A timestamp that indicates when the deployment was deployed to the deployment
|
|
1961
2134
|
* group.</p>
|
|
1962
|
-
*
|
|
2135
|
+
* <p>In some cases, the reported value of the start time might be later than the complete
|
|
1963
2136
|
* time. This is due to differences in the clock settings of backend servers that
|
|
1964
2137
|
* participate in the deployment process.</p>
|
|
1965
2138
|
*/
|
|
1966
2139
|
startTime?: Date;
|
|
1967
2140
|
/**
|
|
2141
|
+
* @public
|
|
1968
2142
|
* <p>A timestamp that indicates when the deployment was complete.</p>
|
|
1969
2143
|
*/
|
|
1970
2144
|
completeTime?: Date;
|
|
1971
2145
|
/**
|
|
2146
|
+
* @public
|
|
1972
2147
|
* <p>A summary of the deployment status of the instances in the deployment.</p>
|
|
1973
2148
|
*/
|
|
1974
2149
|
deploymentOverview?: DeploymentOverview;
|
|
1975
2150
|
/**
|
|
2151
|
+
* @public
|
|
1976
2152
|
* <p>A comment about the deployment.</p>
|
|
1977
2153
|
*/
|
|
1978
2154
|
description?: string;
|
|
1979
2155
|
/**
|
|
2156
|
+
* @public
|
|
1980
2157
|
* <p>The means by which the deployment was created:</p>
|
|
1981
|
-
*
|
|
2158
|
+
* <ul>
|
|
1982
2159
|
* <li>
|
|
1983
|
-
*
|
|
2160
|
+
* <p>
|
|
1984
2161
|
* <code>user</code>: A user created the deployment.</p>
|
|
1985
2162
|
* </li>
|
|
1986
2163
|
* <li>
|
|
1987
|
-
*
|
|
2164
|
+
* <p>
|
|
1988
2165
|
* <code>autoscaling</code>: Amazon EC2 Auto Scaling created the deployment.</p>
|
|
1989
2166
|
* </li>
|
|
1990
2167
|
* <li>
|
|
1991
|
-
*
|
|
2168
|
+
* <p>
|
|
1992
2169
|
* <code>codeDeployRollback</code>: A rollback process created the
|
|
1993
2170
|
* deployment.</p>
|
|
1994
2171
|
* </li>
|
|
1995
2172
|
* <li>
|
|
1996
|
-
*
|
|
2173
|
+
* <p>
|
|
1997
2174
|
* <code>CodeDeployAutoUpdate</code>: An auto-update process created the
|
|
1998
2175
|
* deployment when it detected outdated Amazon EC2 instances.</p>
|
|
1999
2176
|
* </li>
|
|
@@ -2001,6 +2178,7 @@ export interface DeploymentInfo {
|
|
|
2001
2178
|
*/
|
|
2002
2179
|
creator?: DeploymentCreator | string;
|
|
2003
2180
|
/**
|
|
2181
|
+
* @public
|
|
2004
2182
|
* <p> If true, then if an <code>ApplicationStop</code>, <code>BeforeBlockTraffic</code>, or
|
|
2005
2183
|
* <code>AfterBlockTraffic</code> deployment lifecycle event to an instance fails, then
|
|
2006
2184
|
* the deployment continues to the next deployment lifecycle event. For example, if
|
|
@@ -2008,20 +2186,17 @@ export interface DeploymentInfo {
|
|
|
2008
2186
|
* <code>BeforeBlockTraffic</code> fails, the deployment continues with
|
|
2009
2187
|
* <code>BlockTraffic</code>. If <code>AfterBlockTraffic</code> fails, the deployment
|
|
2010
2188
|
* continues with <code>ApplicationStop</code>. </p>
|
|
2011
|
-
*
|
|
2012
|
-
* <p> If false or not specified, then if a lifecycle event fails during a deployment to an
|
|
2189
|
+
* <p> If false or not specified, then if a lifecycle event fails during a deployment to an
|
|
2013
2190
|
* instance, that deployment fails. If deployment to that instance is part of an overall
|
|
2014
2191
|
* deployment and the number of healthy hosts is not less than the minimum number of
|
|
2015
2192
|
* healthy hosts, then a deployment to the next instance is attempted. </p>
|
|
2016
|
-
*
|
|
2017
|
-
* <p> During a deployment, the CodeDeploy agent runs the scripts specified for
|
|
2193
|
+
* <p> During a deployment, the CodeDeploy agent runs the scripts specified for
|
|
2018
2194
|
* <code>ApplicationStop</code>, <code>BeforeBlockTraffic</code>, and
|
|
2019
2195
|
* <code>AfterBlockTraffic</code> in the AppSpec file from the previous successful
|
|
2020
2196
|
* deployment. (All other scripts are run from the AppSpec file in the current deployment.)
|
|
2021
2197
|
* If one of these scripts contains an error and does not run successfully, the deployment
|
|
2022
2198
|
* can fail. </p>
|
|
2023
|
-
*
|
|
2024
|
-
* <p> If the cause of the failure is a script from the last successful deployment that will
|
|
2199
|
+
* <p> If the cause of the failure is a script from the last successful deployment that will
|
|
2025
2200
|
* never run successfully, create a new deployment and use
|
|
2026
2201
|
* <code>ignoreApplicationStopFailures</code> to specify that the
|
|
2027
2202
|
* <code>ApplicationStop</code>, <code>BeforeBlockTraffic</code>, and
|
|
@@ -2029,44 +2204,53 @@ export interface DeploymentInfo {
|
|
|
2029
2204
|
*/
|
|
2030
2205
|
ignoreApplicationStopFailures?: boolean;
|
|
2031
2206
|
/**
|
|
2207
|
+
* @public
|
|
2032
2208
|
* <p>Information about the automatic rollback configuration associated with the
|
|
2033
2209
|
* deployment.</p>
|
|
2034
2210
|
*/
|
|
2035
2211
|
autoRollbackConfiguration?: AutoRollbackConfiguration;
|
|
2036
2212
|
/**
|
|
2213
|
+
* @public
|
|
2037
2214
|
* <p>Indicates whether only instances that are not running the latest application revision
|
|
2038
2215
|
* are to be deployed to.</p>
|
|
2039
2216
|
*/
|
|
2040
2217
|
updateOutdatedInstancesOnly?: boolean;
|
|
2041
2218
|
/**
|
|
2219
|
+
* @public
|
|
2042
2220
|
* <p>Information about a deployment rollback.</p>
|
|
2043
2221
|
*/
|
|
2044
2222
|
rollbackInfo?: RollbackInfo;
|
|
2045
2223
|
/**
|
|
2224
|
+
* @public
|
|
2046
2225
|
* <p>Information about the type of deployment, either in-place or blue/green, you want to
|
|
2047
2226
|
* run and whether to route deployment traffic behind a load balancer.</p>
|
|
2048
2227
|
*/
|
|
2049
2228
|
deploymentStyle?: DeploymentStyle;
|
|
2050
2229
|
/**
|
|
2230
|
+
* @public
|
|
2051
2231
|
* <p>Information about the instances that belong to the replacement environment in a
|
|
2052
2232
|
* blue/green deployment.</p>
|
|
2053
2233
|
*/
|
|
2054
2234
|
targetInstances?: TargetInstances;
|
|
2055
2235
|
/**
|
|
2236
|
+
* @public
|
|
2056
2237
|
* <p>Indicates whether the wait period set for the termination of instances in the original
|
|
2057
2238
|
* environment has started. Status is 'false' if the KEEP_ALIVE option is specified.
|
|
2058
2239
|
* Otherwise, 'true' as soon as the termination wait period starts.</p>
|
|
2059
2240
|
*/
|
|
2060
2241
|
instanceTerminationWaitTimeStarted?: boolean;
|
|
2061
2242
|
/**
|
|
2243
|
+
* @public
|
|
2062
2244
|
* <p>Information about blue/green deployment options for this deployment.</p>
|
|
2063
2245
|
*/
|
|
2064
2246
|
blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
|
|
2065
2247
|
/**
|
|
2248
|
+
* @public
|
|
2066
2249
|
* <p>Information about the load balancer used in the deployment.</p>
|
|
2067
2250
|
*/
|
|
2068
2251
|
loadBalancerInfo?: LoadBalancerInfo;
|
|
2069
2252
|
/**
|
|
2253
|
+
* @public
|
|
2070
2254
|
* @deprecated
|
|
2071
2255
|
*
|
|
2072
2256
|
* <p>Provides information about the results of a deployment, such as whether instances in
|
|
@@ -2074,22 +2258,23 @@ export interface DeploymentInfo {
|
|
|
2074
2258
|
*/
|
|
2075
2259
|
additionalDeploymentStatusInfo?: string;
|
|
2076
2260
|
/**
|
|
2261
|
+
* @public
|
|
2077
2262
|
* <p>Information about how CodeDeploy handles files that already exist in a
|
|
2078
2263
|
* deployment target location but weren't part of the previous successful
|
|
2079
2264
|
* deployment.</p>
|
|
2080
|
-
*
|
|
2265
|
+
* <ul>
|
|
2081
2266
|
* <li>
|
|
2082
|
-
*
|
|
2267
|
+
* <p>
|
|
2083
2268
|
* <code>DISALLOW</code>: The deployment fails. This is also the default behavior
|
|
2084
2269
|
* if no option is specified.</p>
|
|
2085
2270
|
* </li>
|
|
2086
2271
|
* <li>
|
|
2087
|
-
*
|
|
2272
|
+
* <p>
|
|
2088
2273
|
* <code>OVERWRITE</code>: The version of the file from the application revision
|
|
2089
2274
|
* currently being deployed replaces the version already on the instance.</p>
|
|
2090
2275
|
* </li>
|
|
2091
2276
|
* <li>
|
|
2092
|
-
*
|
|
2277
|
+
* <p>
|
|
2093
2278
|
* <code>RETAIN</code>: The version of the file already on the instance is kept
|
|
2094
2279
|
* and used as part of the new deployment.</p>
|
|
2095
2280
|
* </li>
|
|
@@ -2097,24 +2282,29 @@ export interface DeploymentInfo {
|
|
|
2097
2282
|
*/
|
|
2098
2283
|
fileExistsBehavior?: FileExistsBehavior | string;
|
|
2099
2284
|
/**
|
|
2285
|
+
* @public
|
|
2100
2286
|
* <p>Messages that contain information about the status of a deployment.</p>
|
|
2101
2287
|
*/
|
|
2102
2288
|
deploymentStatusMessages?: string[];
|
|
2103
2289
|
/**
|
|
2290
|
+
* @public
|
|
2104
2291
|
* <p>The destination platform type for the deployment (<code>Lambda</code>,
|
|
2105
2292
|
* <code>Server</code>, or <code>ECS</code>).</p>
|
|
2106
2293
|
*/
|
|
2107
2294
|
computePlatform?: ComputePlatform | string;
|
|
2108
2295
|
/**
|
|
2296
|
+
* @public
|
|
2109
2297
|
* <p>The unique ID for an external resource (for example, a CloudFormation stack
|
|
2110
2298
|
* ID) that is linked to this deployment.</p>
|
|
2111
2299
|
*/
|
|
2112
2300
|
externalId?: string;
|
|
2113
2301
|
/**
|
|
2302
|
+
* @public
|
|
2114
2303
|
* <p>Information about deployments related to the specified deployment.</p>
|
|
2115
2304
|
*/
|
|
2116
2305
|
relatedDeployments?: RelatedDeployments;
|
|
2117
2306
|
/**
|
|
2307
|
+
* @public
|
|
2118
2308
|
* <p>Information about alarms associated with a deployment or deployment group.</p>
|
|
2119
2309
|
*/
|
|
2120
2310
|
overrideAlarmConfiguration?: AlarmConfiguration;
|
|
@@ -2125,6 +2315,7 @@ export interface DeploymentInfo {
|
|
|
2125
2315
|
*/
|
|
2126
2316
|
export interface BatchGetDeploymentsOutput {
|
|
2127
2317
|
/**
|
|
2318
|
+
* @public
|
|
2128
2319
|
* <p> Information about the deployments. </p>
|
|
2129
2320
|
*/
|
|
2130
2321
|
deploymentsInfo?: DeploymentInfo[];
|
|
@@ -2134,32 +2325,34 @@ export interface BatchGetDeploymentsOutput {
|
|
|
2134
2325
|
*/
|
|
2135
2326
|
export interface BatchGetDeploymentTargetsInput {
|
|
2136
2327
|
/**
|
|
2328
|
+
* @public
|
|
2137
2329
|
* <p> The unique ID of a deployment. </p>
|
|
2138
2330
|
*/
|
|
2139
2331
|
deploymentId?: string;
|
|
2140
2332
|
/**
|
|
2333
|
+
* @public
|
|
2141
2334
|
* <p> The unique IDs of the deployment targets. The compute platform of the deployment
|
|
2142
2335
|
* determines the type of the targets and their formats. The maximum number of deployment
|
|
2143
2336
|
* target IDs you can specify is 25.</p>
|
|
2144
|
-
*
|
|
2337
|
+
* <ul>
|
|
2145
2338
|
* <li>
|
|
2146
|
-
*
|
|
2339
|
+
* <p> For deployments that use the EC2/On-premises compute platform, the target IDs
|
|
2147
2340
|
* are Amazon EC2 or on-premises instances IDs, and their target type is
|
|
2148
2341
|
* <code>instanceTarget</code>. </p>
|
|
2149
2342
|
* </li>
|
|
2150
2343
|
* <li>
|
|
2151
|
-
*
|
|
2344
|
+
* <p> For deployments that use the Lambda compute platform, the
|
|
2152
2345
|
* target IDs are the names of Lambda functions, and their target type
|
|
2153
2346
|
* is <code>instanceTarget</code>. </p>
|
|
2154
2347
|
* </li>
|
|
2155
2348
|
* <li>
|
|
2156
|
-
*
|
|
2349
|
+
* <p> For deployments that use the Amazon ECS compute platform, the target
|
|
2157
2350
|
* IDs are pairs of Amazon ECS clusters and services specified using the
|
|
2158
2351
|
* format <code><clustername>:<servicename></code>. Their target type
|
|
2159
2352
|
* is <code>ecsTarget</code>. </p>
|
|
2160
2353
|
* </li>
|
|
2161
2354
|
* <li>
|
|
2162
|
-
*
|
|
2355
|
+
* <p> For deployments that are deployed with CloudFormation, the target IDs are
|
|
2163
2356
|
* CloudFormation stack IDs. Their target type is
|
|
2164
2357
|
* <code>cloudFormationTarget</code>. </p>
|
|
2165
2358
|
* </li>
|
|
@@ -2191,34 +2384,41 @@ export type TargetStatus = (typeof TargetStatus)[keyof typeof TargetStatus];
|
|
|
2191
2384
|
*/
|
|
2192
2385
|
export interface CloudFormationTarget {
|
|
2193
2386
|
/**
|
|
2387
|
+
* @public
|
|
2194
2388
|
* <p>The unique ID of an CloudFormation blue/green deployment.</p>
|
|
2195
2389
|
*/
|
|
2196
2390
|
deploymentId?: string;
|
|
2197
2391
|
/**
|
|
2392
|
+
* @public
|
|
2198
2393
|
* <p> The unique ID of a deployment target that has a type
|
|
2199
2394
|
* of <code>CloudFormationTarget</code>. </p>
|
|
2200
2395
|
*/
|
|
2201
2396
|
targetId?: string;
|
|
2202
2397
|
/**
|
|
2398
|
+
* @public
|
|
2203
2399
|
* <p> The date and time when the target application was updated by an CloudFormation
|
|
2204
2400
|
* blue/green deployment. </p>
|
|
2205
2401
|
*/
|
|
2206
2402
|
lastUpdatedAt?: Date;
|
|
2207
2403
|
/**
|
|
2404
|
+
* @public
|
|
2208
2405
|
* <p> The lifecycle events of the CloudFormation blue/green deployment to this target
|
|
2209
2406
|
* application. </p>
|
|
2210
2407
|
*/
|
|
2211
2408
|
lifecycleEvents?: LifecycleEvent[];
|
|
2212
2409
|
/**
|
|
2410
|
+
* @public
|
|
2213
2411
|
* <p> The status of an CloudFormation blue/green deployment's target application.
|
|
2214
2412
|
* </p>
|
|
2215
2413
|
*/
|
|
2216
2414
|
status?: TargetStatus | string;
|
|
2217
2415
|
/**
|
|
2416
|
+
* @public
|
|
2218
2417
|
* <p>The resource type for the CloudFormation blue/green deployment.</p>
|
|
2219
2418
|
*/
|
|
2220
2419
|
resourceType?: string;
|
|
2221
2420
|
/**
|
|
2421
|
+
* @public
|
|
2222
2422
|
* <p>The percentage of production traffic that the target version of an CloudFormation
|
|
2223
2423
|
* blue/green deployment receives.</p>
|
|
2224
2424
|
*/
|
|
@@ -2261,16 +2461,19 @@ export type TargetLabel = (typeof TargetLabel)[keyof typeof TargetLabel];
|
|
|
2261
2461
|
*/
|
|
2262
2462
|
export interface ECSTaskSet {
|
|
2263
2463
|
/**
|
|
2464
|
+
* @public
|
|
2264
2465
|
* <p> A unique ID of an <code>ECSTaskSet</code>. </p>
|
|
2265
2466
|
*/
|
|
2266
2467
|
identifer?: string;
|
|
2267
2468
|
/**
|
|
2469
|
+
* @public
|
|
2268
2470
|
* <p> The number of tasks in a task set. During a deployment that uses the Amazon ECS compute type, CodeDeploy instructs Amazon ECS to create a new task set and
|
|
2269
2471
|
* uses this value to determine how many tasks to create. After the updated task set is
|
|
2270
2472
|
* created, CodeDeploy shifts traffic to the new task set. </p>
|
|
2271
2473
|
*/
|
|
2272
2474
|
desiredCount?: number;
|
|
2273
2475
|
/**
|
|
2476
|
+
* @public
|
|
2274
2477
|
* <p> The number of tasks in the task set that are in the <code>PENDING</code> status
|
|
2275
2478
|
* during an Amazon ECS deployment. A task in the <code>PENDING</code> state is
|
|
2276
2479
|
* preparing to enter the <code>RUNNING</code> state. A task set enters the
|
|
@@ -2279,27 +2482,29 @@ export interface ECSTaskSet {
|
|
|
2279
2482
|
*/
|
|
2280
2483
|
pendingCount?: number;
|
|
2281
2484
|
/**
|
|
2485
|
+
* @public
|
|
2282
2486
|
* <p> The number of tasks in the task set that are in the <code>RUNNING</code> status
|
|
2283
2487
|
* during an Amazon ECS deployment. A task in the <code>RUNNING</code> state is
|
|
2284
2488
|
* running and ready for use. </p>
|
|
2285
2489
|
*/
|
|
2286
2490
|
runningCount?: number;
|
|
2287
2491
|
/**
|
|
2492
|
+
* @public
|
|
2288
2493
|
* <p> The status of the task set. There are three valid task set statuses: </p>
|
|
2289
|
-
*
|
|
2494
|
+
* <ul>
|
|
2290
2495
|
* <li>
|
|
2291
|
-
*
|
|
2292
|
-
*
|
|
2496
|
+
* <p>
|
|
2497
|
+
* <code>PRIMARY</code>: Indicates the task set is serving production traffic.
|
|
2293
2498
|
* </p>
|
|
2294
2499
|
* </li>
|
|
2295
2500
|
* <li>
|
|
2296
|
-
*
|
|
2297
|
-
*
|
|
2501
|
+
* <p>
|
|
2502
|
+
* <code>ACTIVE</code>: Indicates the task set is not serving production traffic.
|
|
2298
2503
|
* </p>
|
|
2299
2504
|
* </li>
|
|
2300
2505
|
* <li>
|
|
2301
|
-
*
|
|
2302
|
-
*
|
|
2506
|
+
* <p>
|
|
2507
|
+
* <code>DRAINING</code>: Indicates the tasks in the task set are being stopped and
|
|
2303
2508
|
* their corresponding targets are being deregistered from their target group.
|
|
2304
2509
|
* </p>
|
|
2305
2510
|
* </li>
|
|
@@ -2307,14 +2512,17 @@ export interface ECSTaskSet {
|
|
|
2307
2512
|
*/
|
|
2308
2513
|
status?: string;
|
|
2309
2514
|
/**
|
|
2515
|
+
* @public
|
|
2310
2516
|
* <p> The percentage of traffic served by this task set. </p>
|
|
2311
2517
|
*/
|
|
2312
2518
|
trafficWeight?: number;
|
|
2313
2519
|
/**
|
|
2520
|
+
* @public
|
|
2314
2521
|
* <p> The target group associated with the task set. The target group is used by CodeDeploy to manage traffic to a task set. </p>
|
|
2315
2522
|
*/
|
|
2316
2523
|
targetGroup?: TargetGroupInfo;
|
|
2317
2524
|
/**
|
|
2525
|
+
* @public
|
|
2318
2526
|
* <p> A label that identifies whether the ECS task set is an original target
|
|
2319
2527
|
* (<code>BLUE</code>) or a replacement target (<code>GREEN</code>). </p>
|
|
2320
2528
|
*/
|
|
@@ -2326,33 +2534,40 @@ export interface ECSTaskSet {
|
|
|
2326
2534
|
*/
|
|
2327
2535
|
export interface ECSTarget {
|
|
2328
2536
|
/**
|
|
2537
|
+
* @public
|
|
2329
2538
|
* <p> The unique ID of a deployment. </p>
|
|
2330
2539
|
*/
|
|
2331
2540
|
deploymentId?: string;
|
|
2332
2541
|
/**
|
|
2542
|
+
* @public
|
|
2333
2543
|
* <p> The unique ID of a deployment target that has a type of <code>ecsTarget</code>.
|
|
2334
2544
|
* </p>
|
|
2335
2545
|
*/
|
|
2336
2546
|
targetId?: string;
|
|
2337
2547
|
/**
|
|
2548
|
+
* @public
|
|
2338
2549
|
* <p> The Amazon Resource Name (ARN) of the target. </p>
|
|
2339
2550
|
*/
|
|
2340
2551
|
targetArn?: string;
|
|
2341
2552
|
/**
|
|
2553
|
+
* @public
|
|
2342
2554
|
* <p> The date and time when the target Amazon ECS application was updated by a
|
|
2343
2555
|
* deployment. </p>
|
|
2344
2556
|
*/
|
|
2345
2557
|
lastUpdatedAt?: Date;
|
|
2346
2558
|
/**
|
|
2559
|
+
* @public
|
|
2347
2560
|
* <p> The lifecycle events of the deployment to this target Amazon ECS application.
|
|
2348
2561
|
* </p>
|
|
2349
2562
|
*/
|
|
2350
2563
|
lifecycleEvents?: LifecycleEvent[];
|
|
2351
2564
|
/**
|
|
2565
|
+
* @public
|
|
2352
2566
|
* <p> The status an Amazon ECS deployment's target ECS application. </p>
|
|
2353
2567
|
*/
|
|
2354
2568
|
status?: TargetStatus | string;
|
|
2355
2569
|
/**
|
|
2570
|
+
* @public
|
|
2356
2571
|
* <p> The <code>ECSTaskSet</code> objects associated with the ECS target. </p>
|
|
2357
2572
|
*/
|
|
2358
2573
|
taskSetsInfo?: ECSTaskSet[];
|
|
@@ -2364,31 +2579,38 @@ export interface ECSTarget {
|
|
|
2364
2579
|
*/
|
|
2365
2580
|
export interface InstanceTarget {
|
|
2366
2581
|
/**
|
|
2582
|
+
* @public
|
|
2367
2583
|
* <p> The unique ID of a deployment. </p>
|
|
2368
2584
|
*/
|
|
2369
2585
|
deploymentId?: string;
|
|
2370
2586
|
/**
|
|
2587
|
+
* @public
|
|
2371
2588
|
* <p> The unique ID of a deployment target that has a type of <code>instanceTarget</code>.
|
|
2372
2589
|
* </p>
|
|
2373
2590
|
*/
|
|
2374
2591
|
targetId?: string;
|
|
2375
2592
|
/**
|
|
2593
|
+
* @public
|
|
2376
2594
|
* <p> The Amazon Resource Name (ARN) of the target. </p>
|
|
2377
2595
|
*/
|
|
2378
2596
|
targetArn?: string;
|
|
2379
2597
|
/**
|
|
2598
|
+
* @public
|
|
2380
2599
|
* <p> The status an EC2/On-premises deployment's target instance. </p>
|
|
2381
2600
|
*/
|
|
2382
2601
|
status?: TargetStatus | string;
|
|
2383
2602
|
/**
|
|
2603
|
+
* @public
|
|
2384
2604
|
* <p> The date and time when the target instance was updated by a deployment. </p>
|
|
2385
2605
|
*/
|
|
2386
2606
|
lastUpdatedAt?: Date;
|
|
2387
2607
|
/**
|
|
2608
|
+
* @public
|
|
2388
2609
|
* <p> The lifecycle events of the deployment to this target instance. </p>
|
|
2389
2610
|
*/
|
|
2390
2611
|
lifecycleEvents?: LifecycleEvent[];
|
|
2391
2612
|
/**
|
|
2613
|
+
* @public
|
|
2392
2614
|
* <p> A label that identifies whether the instance is an original target
|
|
2393
2615
|
* (<code>BLUE</code>) or a replacement target (<code>GREEN</code>). </p>
|
|
2394
2616
|
*/
|
|
@@ -2400,25 +2622,30 @@ export interface InstanceTarget {
|
|
|
2400
2622
|
*/
|
|
2401
2623
|
export interface LambdaFunctionInfo {
|
|
2402
2624
|
/**
|
|
2625
|
+
* @public
|
|
2403
2626
|
* <p> The name of a Lambda function. </p>
|
|
2404
2627
|
*/
|
|
2405
2628
|
functionName?: string;
|
|
2406
2629
|
/**
|
|
2630
|
+
* @public
|
|
2407
2631
|
* <p> The alias of a Lambda function. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html">Lambda Function Aliases</a> in the <i>Lambda Developer
|
|
2408
2632
|
* Guide</i>.</p>
|
|
2409
2633
|
*/
|
|
2410
2634
|
functionAlias?: string;
|
|
2411
2635
|
/**
|
|
2636
|
+
* @public
|
|
2412
2637
|
* <p> The version of a Lambda function that production traffic points to.
|
|
2413
2638
|
* </p>
|
|
2414
2639
|
*/
|
|
2415
2640
|
currentVersion?: string;
|
|
2416
2641
|
/**
|
|
2642
|
+
* @public
|
|
2417
2643
|
* <p> The version of a Lambda function that production traffic points to after
|
|
2418
2644
|
* the Lambda function is deployed. </p>
|
|
2419
2645
|
*/
|
|
2420
2646
|
targetVersion?: string;
|
|
2421
2647
|
/**
|
|
2648
|
+
* @public
|
|
2422
2649
|
* <p> The percentage of production traffic that the target version of a Lambda
|
|
2423
2650
|
* function receives. </p>
|
|
2424
2651
|
*/
|
|
@@ -2430,34 +2657,41 @@ export interface LambdaFunctionInfo {
|
|
|
2430
2657
|
*/
|
|
2431
2658
|
export interface LambdaTarget {
|
|
2432
2659
|
/**
|
|
2660
|
+
* @public
|
|
2433
2661
|
* <p> The unique ID of a deployment. </p>
|
|
2434
2662
|
*/
|
|
2435
2663
|
deploymentId?: string;
|
|
2436
2664
|
/**
|
|
2665
|
+
* @public
|
|
2437
2666
|
* <p> The unique ID of a deployment target that has a type of <code>lambdaTarget</code>.
|
|
2438
2667
|
* </p>
|
|
2439
2668
|
*/
|
|
2440
2669
|
targetId?: string;
|
|
2441
2670
|
/**
|
|
2671
|
+
* @public
|
|
2442
2672
|
* <p> The Amazon Resource Name (ARN) of the target. </p>
|
|
2443
2673
|
*/
|
|
2444
2674
|
targetArn?: string;
|
|
2445
2675
|
/**
|
|
2676
|
+
* @public
|
|
2446
2677
|
* <p> The status an Lambda deployment's target Lambda function.
|
|
2447
2678
|
* </p>
|
|
2448
2679
|
*/
|
|
2449
2680
|
status?: TargetStatus | string;
|
|
2450
2681
|
/**
|
|
2682
|
+
* @public
|
|
2451
2683
|
* <p> The date and time when the target Lambda function was updated by a
|
|
2452
2684
|
* deployment. </p>
|
|
2453
2685
|
*/
|
|
2454
2686
|
lastUpdatedAt?: Date;
|
|
2455
2687
|
/**
|
|
2688
|
+
* @public
|
|
2456
2689
|
* <p> The lifecycle events of the deployment to this target Lambda function.
|
|
2457
2690
|
* </p>
|
|
2458
2691
|
*/
|
|
2459
2692
|
lifecycleEvents?: LifecycleEvent[];
|
|
2460
2693
|
/**
|
|
2694
|
+
* @public
|
|
2461
2695
|
* <p> A <code>LambdaFunctionInfo</code> object that describes a target Lambda
|
|
2462
2696
|
* function. </p>
|
|
2463
2697
|
*/
|
|
@@ -2469,26 +2703,31 @@ export interface LambdaTarget {
|
|
|
2469
2703
|
*/
|
|
2470
2704
|
export interface DeploymentTarget {
|
|
2471
2705
|
/**
|
|
2706
|
+
* @public
|
|
2472
2707
|
* <p>The deployment type that is specific to the deployment's compute platform or
|
|
2473
2708
|
* deployments initiated by a CloudFormation stack update.</p>
|
|
2474
2709
|
*/
|
|
2475
2710
|
deploymentTargetType?: DeploymentTargetType | string;
|
|
2476
2711
|
/**
|
|
2712
|
+
* @public
|
|
2477
2713
|
* <p> Information about the target for a deployment that uses the EC2/On-premises compute
|
|
2478
2714
|
* platform. </p>
|
|
2479
2715
|
*/
|
|
2480
2716
|
instanceTarget?: InstanceTarget;
|
|
2481
2717
|
/**
|
|
2718
|
+
* @public
|
|
2482
2719
|
* <p> Information about the target for a deployment that uses the Lambda
|
|
2483
2720
|
* compute platform. </p>
|
|
2484
2721
|
*/
|
|
2485
2722
|
lambdaTarget?: LambdaTarget;
|
|
2486
2723
|
/**
|
|
2724
|
+
* @public
|
|
2487
2725
|
* <p> Information about the target for a deployment that uses the Amazon ECS
|
|
2488
2726
|
* compute platform. </p>
|
|
2489
2727
|
*/
|
|
2490
2728
|
ecsTarget?: ECSTarget;
|
|
2491
2729
|
/**
|
|
2730
|
+
* @public
|
|
2492
2731
|
* <p> Information about the target to be updated by an CloudFormation blue/green
|
|
2493
2732
|
* deployment. This target type is used for all deployments initiated by a CloudFormation stack update.</p>
|
|
2494
2733
|
*/
|
|
@@ -2499,28 +2738,29 @@ export interface DeploymentTarget {
|
|
|
2499
2738
|
*/
|
|
2500
2739
|
export interface BatchGetDeploymentTargetsOutput {
|
|
2501
2740
|
/**
|
|
2741
|
+
* @public
|
|
2502
2742
|
* <p> A list of target objects for a deployment. Each target object contains details about
|
|
2503
2743
|
* the target, such as its status and lifecycle events. The type of the target objects
|
|
2504
2744
|
* depends on the deployment' compute platform. </p>
|
|
2505
|
-
*
|
|
2745
|
+
* <ul>
|
|
2506
2746
|
* <li>
|
|
2507
|
-
*
|
|
2508
|
-
*
|
|
2747
|
+
* <p>
|
|
2748
|
+
* <b>EC2/On-premises</b>: Each target object is an
|
|
2509
2749
|
* Amazon EC2 or on-premises instance. </p>
|
|
2510
2750
|
* </li>
|
|
2511
2751
|
* <li>
|
|
2512
|
-
*
|
|
2513
|
-
*
|
|
2752
|
+
* <p>
|
|
2753
|
+
* <b>Lambda</b>: The target object is a
|
|
2514
2754
|
* specific version of an Lambda function. </p>
|
|
2515
2755
|
* </li>
|
|
2516
2756
|
* <li>
|
|
2517
|
-
*
|
|
2518
|
-
*
|
|
2757
|
+
* <p>
|
|
2758
|
+
* <b>Amazon ECS</b>: The target object is an
|
|
2519
2759
|
* Amazon ECS service. </p>
|
|
2520
2760
|
* </li>
|
|
2521
2761
|
* <li>
|
|
2522
|
-
*
|
|
2523
|
-
*
|
|
2762
|
+
* <p>
|
|
2763
|
+
* <b>CloudFormation</b>: The target object is
|
|
2524
2764
|
* an CloudFormation blue/green deployment. </p>
|
|
2525
2765
|
* </li>
|
|
2526
2766
|
* </ul>
|
|
@@ -2610,6 +2850,7 @@ export declare class InvalidDeploymentTargetIdException extends __BaseException
|
|
|
2610
2850
|
*/
|
|
2611
2851
|
export interface BatchGetOnPremisesInstancesInput {
|
|
2612
2852
|
/**
|
|
2853
|
+
* @public
|
|
2613
2854
|
* <p>The names of the on-premises instances about which to get information. The maximum
|
|
2614
2855
|
* number of instance names you can specify is 25.</p>
|
|
2615
2856
|
*/
|
|
@@ -2621,31 +2862,39 @@ export interface BatchGetOnPremisesInstancesInput {
|
|
|
2621
2862
|
*/
|
|
2622
2863
|
export interface InstanceInfo {
|
|
2623
2864
|
/**
|
|
2865
|
+
* @public
|
|
2624
2866
|
* <p>The name of the on-premises instance.</p>
|
|
2625
2867
|
*/
|
|
2626
2868
|
instanceName?: string;
|
|
2627
2869
|
/**
|
|
2628
|
-
*
|
|
2870
|
+
* @public
|
|
2871
|
+
* <p>The ARN of the IAM session associated with the on-premises
|
|
2872
|
+
* instance.</p>
|
|
2629
2873
|
*/
|
|
2630
2874
|
iamSessionArn?: string;
|
|
2631
2875
|
/**
|
|
2632
|
-
*
|
|
2876
|
+
* @public
|
|
2877
|
+
* <p>The user ARN associated with the on-premises instance.</p>
|
|
2633
2878
|
*/
|
|
2634
2879
|
iamUserArn?: string;
|
|
2635
2880
|
/**
|
|
2881
|
+
* @public
|
|
2636
2882
|
* <p>The ARN of the on-premises instance.</p>
|
|
2637
2883
|
*/
|
|
2638
2884
|
instanceArn?: string;
|
|
2639
2885
|
/**
|
|
2886
|
+
* @public
|
|
2640
2887
|
* <p>The time at which the on-premises instance was registered.</p>
|
|
2641
2888
|
*/
|
|
2642
2889
|
registerTime?: Date;
|
|
2643
2890
|
/**
|
|
2891
|
+
* @public
|
|
2644
2892
|
* <p>If the on-premises instance was deregistered, the time at which the on-premises
|
|
2645
2893
|
* instance was deregistered.</p>
|
|
2646
2894
|
*/
|
|
2647
2895
|
deregisterTime?: Date;
|
|
2648
2896
|
/**
|
|
2897
|
+
* @public
|
|
2649
2898
|
* <p>The tags currently associated with the on-premises instance.</p>
|
|
2650
2899
|
*/
|
|
2651
2900
|
tags?: Tag[];
|
|
@@ -2656,6 +2905,7 @@ export interface InstanceInfo {
|
|
|
2656
2905
|
*/
|
|
2657
2906
|
export interface BatchGetOnPremisesInstancesOutput {
|
|
2658
2907
|
/**
|
|
2908
|
+
* @public
|
|
2659
2909
|
* <p>Information about the on-premises instances.</p>
|
|
2660
2910
|
*/
|
|
2661
2911
|
instanceInfos?: InstanceInfo[];
|
|
@@ -2689,11 +2939,13 @@ export type DeploymentWaitType = (typeof DeploymentWaitType)[keyof typeof Deploy
|
|
|
2689
2939
|
*/
|
|
2690
2940
|
export interface ContinueDeploymentInput {
|
|
2691
2941
|
/**
|
|
2942
|
+
* @public
|
|
2692
2943
|
* <p> The unique ID of a blue/green deployment for which you want to start rerouting
|
|
2693
2944
|
* traffic to the replacement environment. </p>
|
|
2694
2945
|
*/
|
|
2695
2946
|
deploymentId?: string;
|
|
2696
2947
|
/**
|
|
2948
|
+
* @public
|
|
2697
2949
|
* <p> The status of the deployment's waiting period. <code>READY_WAIT</code> indicates that
|
|
2698
2950
|
* the deployment is ready to start shifting traffic. <code>TERMINATION_WAIT</code>
|
|
2699
2951
|
* indicates that the traffic is shifted, but the original target is not terminated.
|
|
@@ -2767,15 +3019,19 @@ export declare class UnsupportedActionForDeploymentTypeException extends __BaseE
|
|
|
2767
3019
|
*/
|
|
2768
3020
|
export interface CreateApplicationInput {
|
|
2769
3021
|
/**
|
|
2770
|
-
*
|
|
3022
|
+
* @public
|
|
3023
|
+
* <p>The name of the application. This name must be unique with the applicable user or
|
|
3024
|
+
* Amazon Web Services account.</p>
|
|
2771
3025
|
*/
|
|
2772
3026
|
applicationName: string | undefined;
|
|
2773
3027
|
/**
|
|
3028
|
+
* @public
|
|
2774
3029
|
* <p> The destination platform type for the deployment (<code>Lambda</code>,
|
|
2775
3030
|
* <code>Server</code>, or <code>ECS</code>).</p>
|
|
2776
3031
|
*/
|
|
2777
3032
|
computePlatform?: ComputePlatform | string;
|
|
2778
3033
|
/**
|
|
3034
|
+
* @public
|
|
2779
3035
|
* <p> The metadata that you apply to CodeDeploy applications to help you organize and
|
|
2780
3036
|
* categorize them. Each tag consists of a key and an optional value, both of which you
|
|
2781
3037
|
* define. </p>
|
|
@@ -2788,6 +3044,7 @@ export interface CreateApplicationInput {
|
|
|
2788
3044
|
*/
|
|
2789
3045
|
export interface CreateApplicationOutput {
|
|
2790
3046
|
/**
|
|
3047
|
+
* @public
|
|
2791
3048
|
* <p>A unique application ID.</p>
|
|
2792
3049
|
*/
|
|
2793
3050
|
applicationId?: string;
|
|
@@ -2810,30 +3067,35 @@ export declare class InvalidTagsToAddException extends __BaseException {
|
|
|
2810
3067
|
*/
|
|
2811
3068
|
export interface CreateDeploymentInput {
|
|
2812
3069
|
/**
|
|
2813
|
-
*
|
|
3070
|
+
* @public
|
|
3071
|
+
* <p>The name of an CodeDeploy application associated with the user or Amazon Web Services account.</p>
|
|
2814
3072
|
*/
|
|
2815
3073
|
applicationName: string | undefined;
|
|
2816
3074
|
/**
|
|
3075
|
+
* @public
|
|
2817
3076
|
* <p>The name of the deployment group.</p>
|
|
2818
3077
|
*/
|
|
2819
3078
|
deploymentGroupName?: string;
|
|
2820
3079
|
/**
|
|
3080
|
+
* @public
|
|
2821
3081
|
* <p> The type and location of the revision to deploy. </p>
|
|
2822
3082
|
*/
|
|
2823
3083
|
revision?: RevisionLocation;
|
|
2824
3084
|
/**
|
|
2825
|
-
*
|
|
2826
|
-
*
|
|
2827
|
-
*
|
|
3085
|
+
* @public
|
|
3086
|
+
* <p>The name of a deployment configuration associated with the user or Amazon Web Services account.</p>
|
|
3087
|
+
* <p>If not specified, the value configured in the deployment group is used as the default.
|
|
2828
3088
|
* If the deployment group does not have a deployment configuration associated with it,
|
|
2829
3089
|
* <code>CodeDeployDefault</code>.<code>OneAtATime</code> is used by default.</p>
|
|
2830
3090
|
*/
|
|
2831
3091
|
deploymentConfigName?: string;
|
|
2832
3092
|
/**
|
|
3093
|
+
* @public
|
|
2833
3094
|
* <p>A comment about the deployment.</p>
|
|
2834
3095
|
*/
|
|
2835
3096
|
description?: string;
|
|
2836
3097
|
/**
|
|
3098
|
+
* @public
|
|
2837
3099
|
* <p> If true, then if an <code>ApplicationStop</code>, <code>BeforeBlockTraffic</code>, or
|
|
2838
3100
|
* <code>AfterBlockTraffic</code> deployment lifecycle event to an instance fails, then
|
|
2839
3101
|
* the deployment continues to the next deployment lifecycle event. For example, if
|
|
@@ -2841,20 +3103,17 @@ export interface CreateDeploymentInput {
|
|
|
2841
3103
|
* <code>DownloadBundle</code>. If <code>BeforeBlockTraffic</code> fails, the
|
|
2842
3104
|
* deployment continues with <code>BlockTraffic</code>. If <code>AfterBlockTraffic</code>
|
|
2843
3105
|
* fails, the deployment continues with <code>ApplicationStop</code>. </p>
|
|
2844
|
-
*
|
|
2845
|
-
* <p> If false or not specified, then if a lifecycle event fails during a deployment to an
|
|
3106
|
+
* <p> If false or not specified, then if a lifecycle event fails during a deployment to an
|
|
2846
3107
|
* instance, that deployment fails. If deployment to that instance is part of an overall
|
|
2847
3108
|
* deployment and the number of healthy hosts is not less than the minimum number of
|
|
2848
3109
|
* healthy hosts, then a deployment to the next instance is attempted. </p>
|
|
2849
|
-
*
|
|
2850
|
-
* <p> During a deployment, the CodeDeploy agent runs the scripts specified for
|
|
3110
|
+
* <p> During a deployment, the CodeDeploy agent runs the scripts specified for
|
|
2851
3111
|
* <code>ApplicationStop</code>, <code>BeforeBlockTraffic</code>, and
|
|
2852
3112
|
* <code>AfterBlockTraffic</code> in the AppSpec file from the previous successful
|
|
2853
3113
|
* deployment. (All other scripts are run from the AppSpec file in the current deployment.)
|
|
2854
3114
|
* If one of these scripts contains an error and does not run successfully, the deployment
|
|
2855
3115
|
* can fail. </p>
|
|
2856
|
-
*
|
|
2857
|
-
* <p> If the cause of the failure is a script from the last successful deployment that will
|
|
3116
|
+
* <p> If the cause of the failure is a script from the last successful deployment that will
|
|
2858
3117
|
* never run successfully, create a new deployment and use
|
|
2859
3118
|
* <code>ignoreApplicationStopFailures</code> to specify that the
|
|
2860
3119
|
* <code>ApplicationStop</code>, <code>BeforeBlockTraffic</code>, and
|
|
@@ -2862,43 +3121,48 @@ export interface CreateDeploymentInput {
|
|
|
2862
3121
|
*/
|
|
2863
3122
|
ignoreApplicationStopFailures?: boolean;
|
|
2864
3123
|
/**
|
|
3124
|
+
* @public
|
|
2865
3125
|
* <p> Information about the instances that belong to the replacement environment in a
|
|
2866
3126
|
* blue/green deployment. </p>
|
|
2867
3127
|
*/
|
|
2868
3128
|
targetInstances?: TargetInstances;
|
|
2869
3129
|
/**
|
|
3130
|
+
* @public
|
|
2870
3131
|
* <p>Configuration information for an automatic rollback that is added when a deployment is
|
|
2871
3132
|
* created.</p>
|
|
2872
3133
|
*/
|
|
2873
3134
|
autoRollbackConfiguration?: AutoRollbackConfiguration;
|
|
2874
3135
|
/**
|
|
3136
|
+
* @public
|
|
2875
3137
|
* <p> Indicates whether to deploy to all instances or only to instances that are not
|
|
2876
3138
|
* running the latest application revision. </p>
|
|
2877
3139
|
*/
|
|
2878
3140
|
updateOutdatedInstancesOnly?: boolean;
|
|
2879
3141
|
/**
|
|
3142
|
+
* @public
|
|
2880
3143
|
* <p>Information about how CodeDeploy handles files that already exist in a
|
|
2881
3144
|
* deployment target location but weren't part of the previous successful
|
|
2882
3145
|
* deployment.</p>
|
|
2883
|
-
*
|
|
3146
|
+
* <p>The <code>fileExistsBehavior</code> parameter takes any of the following
|
|
2884
3147
|
* values:</p>
|
|
2885
|
-
*
|
|
3148
|
+
* <ul>
|
|
2886
3149
|
* <li>
|
|
2887
|
-
*
|
|
3150
|
+
* <p>DISALLOW: The deployment fails. This is also the default behavior if no option
|
|
2888
3151
|
* is specified.</p>
|
|
2889
3152
|
* </li>
|
|
2890
3153
|
* <li>
|
|
2891
|
-
*
|
|
3154
|
+
* <p>OVERWRITE: The version of the file from the application revision currently
|
|
2892
3155
|
* being deployed replaces the version already on the instance.</p>
|
|
2893
3156
|
* </li>
|
|
2894
3157
|
* <li>
|
|
2895
|
-
*
|
|
3158
|
+
* <p>RETAIN: The version of the file already on the instance is kept and used as
|
|
2896
3159
|
* part of the new deployment.</p>
|
|
2897
3160
|
* </li>
|
|
2898
3161
|
* </ul>
|
|
2899
3162
|
*/
|
|
2900
3163
|
fileExistsBehavior?: FileExistsBehavior | string;
|
|
2901
3164
|
/**
|
|
3165
|
+
* @public
|
|
2902
3166
|
* <p>Allows you to specify information about alarms associated with a deployment. The alarm
|
|
2903
3167
|
* configuration that you specify here will override the alarm configuration at the
|
|
2904
3168
|
* deployment group level. Consider overriding the alarm configuration if you have set up
|
|
@@ -2908,11 +3172,11 @@ export interface CreateDeploymentInput {
|
|
|
2908
3172
|
* turn off alarm polling. Turning off alarm polling ensures that the new deployment
|
|
2909
3173
|
* proceeds without being blocked by the alarm that was generated by the previous, failed,
|
|
2910
3174
|
* deployment.</p>
|
|
2911
|
-
*
|
|
3175
|
+
* <note>
|
|
2912
3176
|
* <p>If you specify an <code>overrideAlarmConfiguration</code>, you need the
|
|
2913
|
-
* <code>UpdateDeploymentGroup</code>
|
|
2914
|
-
*
|
|
2915
|
-
*
|
|
3177
|
+
* <code>UpdateDeploymentGroup</code>
|
|
3178
|
+
* IAM permission when calling <code>CreateDeployment</code>.</p>
|
|
3179
|
+
* </note>
|
|
2916
3180
|
*/
|
|
2917
3181
|
overrideAlarmConfiguration?: AlarmConfiguration;
|
|
2918
3182
|
}
|
|
@@ -2922,13 +3186,15 @@ export interface CreateDeploymentInput {
|
|
|
2922
3186
|
*/
|
|
2923
3187
|
export interface CreateDeploymentOutput {
|
|
2924
3188
|
/**
|
|
3189
|
+
* @public
|
|
2925
3190
|
* <p> The unique ID of a deployment. </p>
|
|
2926
3191
|
*/
|
|
2927
3192
|
deploymentId?: string;
|
|
2928
3193
|
}
|
|
2929
3194
|
/**
|
|
2930
3195
|
* @public
|
|
2931
|
-
* <p>The named deployment group with the
|
|
3196
|
+
* <p>The named deployment group with the user or Amazon Web Services account does not
|
|
3197
|
+
* exist.</p>
|
|
2932
3198
|
*/
|
|
2933
3199
|
export declare class DeploymentGroupDoesNotExistException extends __BaseException {
|
|
2934
3200
|
readonly name: "DeploymentGroupDoesNotExistException";
|
|
@@ -2965,21 +3231,21 @@ export declare class DescriptionTooLongException extends __BaseException {
|
|
|
2965
3231
|
/**
|
|
2966
3232
|
* @public
|
|
2967
3233
|
* <p>The format of the alarm configuration is invalid. Possible causes include:</p>
|
|
2968
|
-
*
|
|
3234
|
+
* <ul>
|
|
2969
3235
|
* <li>
|
|
2970
|
-
*
|
|
3236
|
+
* <p>The alarm list is null.</p>
|
|
2971
3237
|
* </li>
|
|
2972
3238
|
* <li>
|
|
2973
|
-
*
|
|
3239
|
+
* <p>The alarm object is null.</p>
|
|
2974
3240
|
* </li>
|
|
2975
3241
|
* <li>
|
|
2976
|
-
*
|
|
3242
|
+
* <p>The alarm name is empty or null or exceeds the limit of 255 characters.</p>
|
|
2977
3243
|
* </li>
|
|
2978
3244
|
* <li>
|
|
2979
|
-
*
|
|
3245
|
+
* <p>Two alarms with the same name have been specified.</p>
|
|
2980
3246
|
* </li>
|
|
2981
3247
|
* <li>
|
|
2982
|
-
*
|
|
3248
|
+
* <p>The alarm configuration is enabled, but the alarm list is empty.</p>
|
|
2983
3249
|
* </li>
|
|
2984
3250
|
* </ul>
|
|
2985
3251
|
*/
|
|
@@ -3099,19 +3365,19 @@ export declare class InvalidRoleException extends __BaseException {
|
|
|
3099
3365
|
/**
|
|
3100
3366
|
* @public
|
|
3101
3367
|
* <p>The target instance configuration is invalid. Possible causes include:</p>
|
|
3102
|
-
*
|
|
3368
|
+
* <ul>
|
|
3103
3369
|
* <li>
|
|
3104
|
-
*
|
|
3370
|
+
* <p>Configuration data for target instances was entered for an in-place
|
|
3105
3371
|
* deployment.</p>
|
|
3106
3372
|
* </li>
|
|
3107
3373
|
* <li>
|
|
3108
|
-
*
|
|
3374
|
+
* <p>The limit of 10 tags for a tag type was exceeded.</p>
|
|
3109
3375
|
* </li>
|
|
3110
3376
|
* <li>
|
|
3111
|
-
*
|
|
3377
|
+
* <p>The combined length of the tag names exceeded the limit. </p>
|
|
3112
3378
|
* </li>
|
|
3113
3379
|
* <li>
|
|
3114
|
-
*
|
|
3380
|
+
* <p>A specified tag is not currently applied to any instances.</p>
|
|
3115
3381
|
* </li>
|
|
3116
3382
|
* </ul>
|
|
3117
3383
|
*/
|
|
@@ -3152,7 +3418,7 @@ export declare class InvalidUpdateOutdatedInstancesOnlyValueException extends __
|
|
|
3152
3418
|
}
|
|
3153
3419
|
/**
|
|
3154
3420
|
* @public
|
|
3155
|
-
* <p>The named revision does not exist with the
|
|
3421
|
+
* <p>The named revision does not exist with the user or Amazon Web Services account.</p>
|
|
3156
3422
|
*/
|
|
3157
3423
|
export declare class RevisionDoesNotExistException extends __BaseException {
|
|
3158
3424
|
readonly name: "RevisionDoesNotExistException";
|
|
@@ -3192,26 +3458,27 @@ export type MinimumHealthyHostsType = (typeof MinimumHealthyHostsType)[keyof typ
|
|
|
3192
3458
|
*/
|
|
3193
3459
|
export interface MinimumHealthyHosts {
|
|
3194
3460
|
/**
|
|
3461
|
+
* @public
|
|
3195
3462
|
* <p>The minimum healthy instance type:</p>
|
|
3196
|
-
*
|
|
3463
|
+
* <ul>
|
|
3197
3464
|
* <li>
|
|
3198
|
-
*
|
|
3465
|
+
* <p>
|
|
3199
3466
|
* <code>HOST_COUNT</code>: The minimum number of healthy instances as an
|
|
3200
3467
|
* absolute value.</p>
|
|
3201
3468
|
* </li>
|
|
3202
3469
|
* <li>
|
|
3203
|
-
*
|
|
3470
|
+
* <p>
|
|
3204
3471
|
* <code>FLEET_PERCENT</code>: The minimum number of healthy instances as a
|
|
3205
3472
|
* percentage of the total number of instances in the deployment.</p>
|
|
3206
3473
|
* </li>
|
|
3207
3474
|
* </ul>
|
|
3208
|
-
*
|
|
3475
|
+
* <p>In an example of nine instances, if a HOST_COUNT of six is specified, deploy to up to
|
|
3209
3476
|
* three instances at a time. The deployment is successful if six or more instances are
|
|
3210
3477
|
* deployed to successfully. Otherwise, the deployment fails. If a FLEET_PERCENT of 40 is
|
|
3211
3478
|
* specified, deploy to up to five instances at a time. The deployment is successful if
|
|
3212
3479
|
* four or more instances are deployed to successfully. Otherwise, the deployment
|
|
3213
3480
|
* fails.</p>
|
|
3214
|
-
*
|
|
3481
|
+
* <note>
|
|
3215
3482
|
* <p>In a call to the <code>GetDeploymentConfig</code>, CodeDeployDefault.OneAtATime
|
|
3216
3483
|
* returns a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This
|
|
3217
3484
|
* means a deployment to only one instance at a time. (You cannot set the type to
|
|
@@ -3221,13 +3488,14 @@ export interface MinimumHealthyHosts {
|
|
|
3221
3488
|
* allows one instance at a time to be taken offline for a new deployment, it also
|
|
3222
3489
|
* means that if the deployment to the last instance fails, the overall deployment is
|
|
3223
3490
|
* still successful.</p>
|
|
3224
|
-
*
|
|
3225
|
-
*
|
|
3491
|
+
* </note>
|
|
3492
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/codedeploy/latest/userguide/instances-health.html">CodeDeploy
|
|
3226
3493
|
* Instance Health</a> in the <i>CodeDeploy User
|
|
3227
3494
|
* Guide</i>.</p>
|
|
3228
3495
|
*/
|
|
3229
3496
|
type?: MinimumHealthyHostsType | string;
|
|
3230
3497
|
/**
|
|
3498
|
+
* @public
|
|
3231
3499
|
* <p>The minimum healthy instance value.</p>
|
|
3232
3500
|
*/
|
|
3233
3501
|
value?: number;
|
|
@@ -3241,11 +3509,13 @@ export interface MinimumHealthyHosts {
|
|
|
3241
3509
|
*/
|
|
3242
3510
|
export interface TimeBasedCanary {
|
|
3243
3511
|
/**
|
|
3512
|
+
* @public
|
|
3244
3513
|
* <p>The percentage of traffic to shift in the first increment of a
|
|
3245
3514
|
* <code>TimeBasedCanary</code> deployment.</p>
|
|
3246
3515
|
*/
|
|
3247
3516
|
canaryPercentage?: number;
|
|
3248
3517
|
/**
|
|
3518
|
+
* @public
|
|
3249
3519
|
* <p>The number of minutes between the first and second traffic shifts of a
|
|
3250
3520
|
* <code>TimeBasedCanary</code> deployment.</p>
|
|
3251
3521
|
*/
|
|
@@ -3260,11 +3530,13 @@ export interface TimeBasedCanary {
|
|
|
3260
3530
|
*/
|
|
3261
3531
|
export interface TimeBasedLinear {
|
|
3262
3532
|
/**
|
|
3533
|
+
* @public
|
|
3263
3534
|
* <p>The percentage of traffic that is shifted at the start of each increment of a
|
|
3264
3535
|
* <code>TimeBasedLinear</code> deployment.</p>
|
|
3265
3536
|
*/
|
|
3266
3537
|
linearPercentage?: number;
|
|
3267
3538
|
/**
|
|
3539
|
+
* @public
|
|
3268
3540
|
* <p>The number of minutes between each incremental traffic shift of a
|
|
3269
3541
|
* <code>TimeBasedLinear</code> deployment.</p>
|
|
3270
3542
|
*/
|
|
@@ -3291,11 +3563,13 @@ export type TrafficRoutingType = (typeof TrafficRoutingType)[keyof typeof Traffi
|
|
|
3291
3563
|
*/
|
|
3292
3564
|
export interface TrafficRoutingConfig {
|
|
3293
3565
|
/**
|
|
3566
|
+
* @public
|
|
3294
3567
|
* <p>The type of traffic shifting (<code>TimeBasedCanary</code> or
|
|
3295
3568
|
* <code>TimeBasedLinear</code>) used by a deployment configuration.</p>
|
|
3296
3569
|
*/
|
|
3297
3570
|
type?: TrafficRoutingType | string;
|
|
3298
3571
|
/**
|
|
3572
|
+
* @public
|
|
3299
3573
|
* <p>A configuration that shifts traffic from one version of a Lambda function
|
|
3300
3574
|
* or ECS task set to another in two increments. The original and target Lambda
|
|
3301
3575
|
* function versions or ECS task sets are specified in the deployment's AppSpec
|
|
@@ -3303,6 +3577,7 @@ export interface TrafficRoutingConfig {
|
|
|
3303
3577
|
*/
|
|
3304
3578
|
timeBasedCanary?: TimeBasedCanary;
|
|
3305
3579
|
/**
|
|
3580
|
+
* @public
|
|
3306
3581
|
* <p>A configuration that shifts traffic from one version of a Lambda function
|
|
3307
3582
|
* or Amazon ECS task set to another in equal increments, with an equal number of
|
|
3308
3583
|
* minutes between each increment. The original and target Lambda function
|
|
@@ -3317,35 +3592,39 @@ export interface TrafficRoutingConfig {
|
|
|
3317
3592
|
*/
|
|
3318
3593
|
export interface CreateDeploymentConfigInput {
|
|
3319
3594
|
/**
|
|
3595
|
+
* @public
|
|
3320
3596
|
* <p>The name of the deployment configuration to create.</p>
|
|
3321
3597
|
*/
|
|
3322
3598
|
deploymentConfigName: string | undefined;
|
|
3323
3599
|
/**
|
|
3600
|
+
* @public
|
|
3324
3601
|
* <p>The minimum number of healthy instances that should be available at any time during
|
|
3325
3602
|
* the deployment. There are two parameters expected in the input: type and value.</p>
|
|
3326
|
-
*
|
|
3327
|
-
*
|
|
3603
|
+
* <p>The type parameter takes either of the following values:</p>
|
|
3604
|
+
* <ul>
|
|
3328
3605
|
* <li>
|
|
3329
|
-
*
|
|
3606
|
+
* <p>HOST_COUNT: The value parameter represents the minimum number of healthy
|
|
3330
3607
|
* instances as an absolute value.</p>
|
|
3331
3608
|
* </li>
|
|
3332
3609
|
* <li>
|
|
3333
|
-
*
|
|
3610
|
+
* <p>FLEET_PERCENT: The value parameter represents the minimum number of healthy
|
|
3334
3611
|
* instances as a percentage of the total number of instances in the deployment. If
|
|
3335
3612
|
* you specify FLEET_PERCENT, at the start of the deployment, CodeDeploy converts the percentage to the equivalent number of instances and rounds up
|
|
3336
3613
|
* fractional instances.</p>
|
|
3337
3614
|
* </li>
|
|
3338
3615
|
* </ul>
|
|
3339
|
-
*
|
|
3340
|
-
*
|
|
3616
|
+
* <p>The value parameter takes an integer.</p>
|
|
3617
|
+
* <p>For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT
|
|
3341
3618
|
* and a value of 95.</p>
|
|
3342
3619
|
*/
|
|
3343
3620
|
minimumHealthyHosts?: MinimumHealthyHosts;
|
|
3344
3621
|
/**
|
|
3622
|
+
* @public
|
|
3345
3623
|
* <p>The configuration that specifies how the deployment traffic is routed.</p>
|
|
3346
3624
|
*/
|
|
3347
3625
|
trafficRoutingConfig?: TrafficRoutingConfig;
|
|
3348
3626
|
/**
|
|
3627
|
+
* @public
|
|
3349
3628
|
* <p>The destination platform type for the deployment (<code>Lambda</code>,
|
|
3350
3629
|
* <code>Server</code>, or <code>ECS</code>).</p>
|
|
3351
3630
|
*/
|
|
@@ -3357,14 +3636,14 @@ export interface CreateDeploymentConfigInput {
|
|
|
3357
3636
|
*/
|
|
3358
3637
|
export interface CreateDeploymentConfigOutput {
|
|
3359
3638
|
/**
|
|
3639
|
+
* @public
|
|
3360
3640
|
* <p>A unique deployment configuration ID.</p>
|
|
3361
3641
|
*/
|
|
3362
3642
|
deploymentConfigId?: string;
|
|
3363
3643
|
}
|
|
3364
3644
|
/**
|
|
3365
3645
|
* @public
|
|
3366
|
-
* <p>A deployment configuration with the specified name with the
|
|
3367
|
-
* Amazon Web Services account already exists.</p>
|
|
3646
|
+
* <p>A deployment configuration with the specified name with the user or Amazon Web Services account already exists.</p>
|
|
3368
3647
|
*/
|
|
3369
3648
|
export declare class DeploymentConfigAlreadyExistsException extends __BaseException {
|
|
3370
3649
|
readonly name: "DeploymentConfigAlreadyExistsException";
|
|
@@ -3416,46 +3695,54 @@ export declare class InvalidMinimumHealthyHostValueException extends __BaseExcep
|
|
|
3416
3695
|
*/
|
|
3417
3696
|
export interface CreateDeploymentGroupInput {
|
|
3418
3697
|
/**
|
|
3419
|
-
*
|
|
3698
|
+
* @public
|
|
3699
|
+
* <p>The name of an CodeDeploy application associated with the user or Amazon Web Services account.</p>
|
|
3420
3700
|
*/
|
|
3421
3701
|
applicationName: string | undefined;
|
|
3422
3702
|
/**
|
|
3703
|
+
* @public
|
|
3423
3704
|
* <p>The name of a new deployment group for the specified application.</p>
|
|
3424
3705
|
*/
|
|
3425
3706
|
deploymentGroupName: string | undefined;
|
|
3426
3707
|
/**
|
|
3708
|
+
* @public
|
|
3427
3709
|
* <p>If specified, the deployment configuration name can be either one of the predefined
|
|
3428
3710
|
* configurations provided with CodeDeploy or a custom deployment configuration
|
|
3429
3711
|
* that you create by calling the create deployment configuration operation.</p>
|
|
3430
|
-
*
|
|
3712
|
+
* <p>
|
|
3431
3713
|
* <code>CodeDeployDefault.OneAtATime</code> is the default deployment configuration. It
|
|
3432
3714
|
* is used if a configuration isn't specified for the deployment or deployment
|
|
3433
3715
|
* group.</p>
|
|
3434
|
-
*
|
|
3716
|
+
* <p>For more information about the predefined deployment configurations in CodeDeploy, see <a href="https://docs.aws.amazon.com/codedeploy/latest/userguide/deployment-configurations.html">Working with
|
|
3435
3717
|
* Deployment Configurations in CodeDeploy</a> in the <i>CodeDeploy User Guide</i>.</p>
|
|
3436
3718
|
*/
|
|
3437
3719
|
deploymentConfigName?: string;
|
|
3438
3720
|
/**
|
|
3721
|
+
* @public
|
|
3439
3722
|
* <p>The Amazon EC2 tags on which to filter. The deployment group includes Amazon EC2 instances with any of the specified tags. Cannot be used in the same call
|
|
3440
3723
|
* as ec2TagSet.</p>
|
|
3441
3724
|
*/
|
|
3442
3725
|
ec2TagFilters?: EC2TagFilter[];
|
|
3443
3726
|
/**
|
|
3727
|
+
* @public
|
|
3444
3728
|
* <p>The on-premises instance tags on which to filter. The deployment group includes
|
|
3445
3729
|
* on-premises instances with any of the specified tags. Cannot be used in the same call as
|
|
3446
3730
|
* <code>OnPremisesTagSet</code>.</p>
|
|
3447
3731
|
*/
|
|
3448
3732
|
onPremisesInstanceTagFilters?: TagFilter[];
|
|
3449
3733
|
/**
|
|
3734
|
+
* @public
|
|
3450
3735
|
* <p>A list of associated Amazon EC2 Auto Scaling groups.</p>
|
|
3451
3736
|
*/
|
|
3452
3737
|
autoScalingGroups?: string[];
|
|
3453
3738
|
/**
|
|
3739
|
+
* @public
|
|
3454
3740
|
* <p>A service role Amazon Resource Name (ARN) that allows CodeDeploy to act on
|
|
3455
3741
|
* the user's behalf when interacting with Amazon Web Services services.</p>
|
|
3456
3742
|
*/
|
|
3457
3743
|
serviceRoleArn: string | undefined;
|
|
3458
3744
|
/**
|
|
3745
|
+
* @public
|
|
3459
3746
|
* <p>Information about triggers to create when the deployment group is created. For
|
|
3460
3747
|
* examples, see <a href="https://docs.aws.amazon.com/codedeploy/latest/userguide/how-to-notify-sns.html">Create a Trigger for an
|
|
3461
3748
|
* CodeDeploy Event</a> in the <i>CodeDeploy
|
|
@@ -3463,58 +3750,68 @@ export interface CreateDeploymentGroupInput {
|
|
|
3463
3750
|
*/
|
|
3464
3751
|
triggerConfigurations?: TriggerConfig[];
|
|
3465
3752
|
/**
|
|
3753
|
+
* @public
|
|
3466
3754
|
* <p>Information to add about Amazon CloudWatch alarms when the deployment group is
|
|
3467
3755
|
* created.</p>
|
|
3468
3756
|
*/
|
|
3469
3757
|
alarmConfiguration?: AlarmConfiguration;
|
|
3470
3758
|
/**
|
|
3759
|
+
* @public
|
|
3471
3760
|
* <p>Configuration information for an automatic rollback that is added when a deployment
|
|
3472
3761
|
* group is created.</p>
|
|
3473
3762
|
*/
|
|
3474
3763
|
autoRollbackConfiguration?: AutoRollbackConfiguration;
|
|
3475
3764
|
/**
|
|
3765
|
+
* @public
|
|
3476
3766
|
* <p>Indicates what happens when new Amazon EC2 instances are launched
|
|
3477
3767
|
* mid-deployment and do not receive the deployed application revision.</p>
|
|
3478
|
-
*
|
|
3768
|
+
* <p>If this option is set to <code>UPDATE</code> or is unspecified, CodeDeploy initiates
|
|
3479
3769
|
* one or more 'auto-update outdated instances' deployments to apply the deployed
|
|
3480
3770
|
* application revision to the new Amazon EC2 instances.</p>
|
|
3481
|
-
*
|
|
3771
|
+
* <p>If this option is set to <code>IGNORE</code>, CodeDeploy does not initiate a
|
|
3482
3772
|
* deployment to update the new Amazon EC2 instances. This may result in instances
|
|
3483
3773
|
* having different revisions.</p>
|
|
3484
3774
|
*/
|
|
3485
3775
|
outdatedInstancesStrategy?: OutdatedInstancesStrategy | string;
|
|
3486
3776
|
/**
|
|
3777
|
+
* @public
|
|
3487
3778
|
* <p>Information about the type of deployment, in-place or blue/green, that you want to run
|
|
3488
3779
|
* and whether to route deployment traffic behind a load balancer.</p>
|
|
3489
3780
|
*/
|
|
3490
3781
|
deploymentStyle?: DeploymentStyle;
|
|
3491
3782
|
/**
|
|
3783
|
+
* @public
|
|
3492
3784
|
* <p>Information about blue/green deployment options for a deployment group.</p>
|
|
3493
3785
|
*/
|
|
3494
3786
|
blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
|
|
3495
3787
|
/**
|
|
3788
|
+
* @public
|
|
3496
3789
|
* <p>Information about the load balancer used in a deployment.</p>
|
|
3497
3790
|
*/
|
|
3498
3791
|
loadBalancerInfo?: LoadBalancerInfo;
|
|
3499
3792
|
/**
|
|
3793
|
+
* @public
|
|
3500
3794
|
* <p>Information about groups of tags applied to Amazon EC2 instances. The
|
|
3501
3795
|
* deployment group includes only Amazon EC2 instances identified by all the tag
|
|
3502
3796
|
* groups. Cannot be used in the same call as <code>ec2TagFilters</code>.</p>
|
|
3503
3797
|
*/
|
|
3504
3798
|
ec2TagSet?: EC2TagSet;
|
|
3505
3799
|
/**
|
|
3800
|
+
* @public
|
|
3506
3801
|
* <p> The target Amazon ECS services in the deployment group. This applies only to
|
|
3507
3802
|
* deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name
|
|
3508
3803
|
* pair using the format <code><clustername>:<servicename></code>. </p>
|
|
3509
3804
|
*/
|
|
3510
3805
|
ecsServices?: ECSService[];
|
|
3511
3806
|
/**
|
|
3807
|
+
* @public
|
|
3512
3808
|
* <p>Information about groups of tags applied to on-premises instances. The deployment
|
|
3513
3809
|
* group includes only on-premises instances identified by all of the tag groups. Cannot be
|
|
3514
3810
|
* used in the same call as <code>onPremisesInstanceTagFilters</code>.</p>
|
|
3515
3811
|
*/
|
|
3516
3812
|
onPremisesTagSet?: OnPremisesTagSet;
|
|
3517
3813
|
/**
|
|
3814
|
+
* @public
|
|
3518
3815
|
* <p> The metadata that you apply to CodeDeploy deployment groups to help you organize and
|
|
3519
3816
|
* categorize them. Each tag consists of a key and an optional value, both of which you
|
|
3520
3817
|
* define. </p>
|
|
@@ -3527,13 +3824,15 @@ export interface CreateDeploymentGroupInput {
|
|
|
3527
3824
|
*/
|
|
3528
3825
|
export interface CreateDeploymentGroupOutput {
|
|
3529
3826
|
/**
|
|
3827
|
+
* @public
|
|
3530
3828
|
* <p>A unique deployment group ID.</p>
|
|
3531
3829
|
*/
|
|
3532
3830
|
deploymentGroupId?: string;
|
|
3533
3831
|
}
|
|
3534
3832
|
/**
|
|
3535
3833
|
* @public
|
|
3536
|
-
* <p>A deployment group with the specified name with the
|
|
3834
|
+
* <p>A deployment group with the specified name with the user or Amazon Web Services account
|
|
3835
|
+
* already exists.</p>
|
|
3537
3836
|
*/
|
|
3538
3837
|
export declare class DeploymentGroupAlreadyExistsException extends __BaseException {
|
|
3539
3838
|
readonly name: "DeploymentGroupAlreadyExistsException";
|
|
@@ -3736,7 +4035,8 @@ export declare class TriggerTargetsLimitExceededException extends __BaseExceptio
|
|
|
3736
4035
|
*/
|
|
3737
4036
|
export interface DeleteApplicationInput {
|
|
3738
4037
|
/**
|
|
3739
|
-
*
|
|
4038
|
+
* @public
|
|
4039
|
+
* <p>The name of an CodeDeploy application associated with the user or Amazon Web Services account.</p>
|
|
3740
4040
|
*/
|
|
3741
4041
|
applicationName: string | undefined;
|
|
3742
4042
|
}
|
|
@@ -3746,8 +4046,8 @@ export interface DeleteApplicationInput {
|
|
|
3746
4046
|
*/
|
|
3747
4047
|
export interface DeleteDeploymentConfigInput {
|
|
3748
4048
|
/**
|
|
3749
|
-
*
|
|
3750
|
-
*
|
|
4049
|
+
* @public
|
|
4050
|
+
* <p>The name of a deployment configuration associated with the user or Amazon Web Services account.</p>
|
|
3751
4051
|
*/
|
|
3752
4052
|
deploymentConfigName: string | undefined;
|
|
3753
4053
|
}
|
|
@@ -3781,10 +4081,12 @@ export declare class InvalidOperationException extends __BaseException {
|
|
|
3781
4081
|
*/
|
|
3782
4082
|
export interface DeleteDeploymentGroupInput {
|
|
3783
4083
|
/**
|
|
3784
|
-
*
|
|
4084
|
+
* @public
|
|
4085
|
+
* <p>The name of an CodeDeploy application associated with the user or Amazon Web Services account.</p>
|
|
3785
4086
|
*/
|
|
3786
4087
|
applicationName: string | undefined;
|
|
3787
4088
|
/**
|
|
4089
|
+
* @public
|
|
3788
4090
|
* <p>The name of a deployment group for the specified application.</p>
|
|
3789
4091
|
*/
|
|
3790
4092
|
deploymentGroupName: string | undefined;
|
|
@@ -3795,6 +4097,7 @@ export interface DeleteDeploymentGroupInput {
|
|
|
3795
4097
|
*/
|
|
3796
4098
|
export interface DeleteDeploymentGroupOutput {
|
|
3797
4099
|
/**
|
|
4100
|
+
* @public
|
|
3798
4101
|
* <p>If the output contains no data, and the corresponding deployment group contained at
|
|
3799
4102
|
* least one Auto Scaling group, CodeDeploy successfully removed all
|
|
3800
4103
|
* corresponding Auto Scaling lifecycle event hooks from the Amazon EC2
|
|
@@ -3809,6 +4112,7 @@ export interface DeleteDeploymentGroupOutput {
|
|
|
3809
4112
|
*/
|
|
3810
4113
|
export interface DeleteGitHubAccountTokenInput {
|
|
3811
4114
|
/**
|
|
4115
|
+
* @public
|
|
3812
4116
|
* <p>The name of the GitHub account connection to delete.</p>
|
|
3813
4117
|
*/
|
|
3814
4118
|
tokenName?: string;
|
|
@@ -3819,6 +4123,7 @@ export interface DeleteGitHubAccountTokenInput {
|
|
|
3819
4123
|
*/
|
|
3820
4124
|
export interface DeleteGitHubAccountTokenOutput {
|
|
3821
4125
|
/**
|
|
4126
|
+
* @public
|
|
3822
4127
|
* <p>The name of the GitHub account connection that was deleted.</p>
|
|
3823
4128
|
*/
|
|
3824
4129
|
tokenName?: string;
|
|
@@ -3888,6 +4193,7 @@ export declare class ResourceValidationException extends __BaseException {
|
|
|
3888
4193
|
*/
|
|
3889
4194
|
export interface DeleteResourcesByExternalIdInput {
|
|
3890
4195
|
/**
|
|
4196
|
+
* @public
|
|
3891
4197
|
* <p>The unique ID of an external resource (for example, a CloudFormation stack
|
|
3892
4198
|
* ID) that is linked to one or more CodeDeploy resources.</p>
|
|
3893
4199
|
*/
|
|
@@ -3904,6 +4210,7 @@ export interface DeleteResourcesByExternalIdOutput {
|
|
|
3904
4210
|
*/
|
|
3905
4211
|
export interface DeregisterOnPremisesInstanceInput {
|
|
3906
4212
|
/**
|
|
4213
|
+
* @public
|
|
3907
4214
|
* <p>The name of the on-premises instance to deregister.</p>
|
|
3908
4215
|
*/
|
|
3909
4216
|
instanceName: string | undefined;
|
|
@@ -3914,7 +4221,8 @@ export interface DeregisterOnPremisesInstanceInput {
|
|
|
3914
4221
|
*/
|
|
3915
4222
|
export interface GetApplicationInput {
|
|
3916
4223
|
/**
|
|
3917
|
-
*
|
|
4224
|
+
* @public
|
|
4225
|
+
* <p>The name of an CodeDeploy application associated with the user or Amazon Web Services account.</p>
|
|
3918
4226
|
*/
|
|
3919
4227
|
applicationName: string | undefined;
|
|
3920
4228
|
}
|
|
@@ -3924,6 +4232,7 @@ export interface GetApplicationInput {
|
|
|
3924
4232
|
*/
|
|
3925
4233
|
export interface GetApplicationOutput {
|
|
3926
4234
|
/**
|
|
4235
|
+
* @public
|
|
3927
4236
|
* <p>Information about the application.</p>
|
|
3928
4237
|
*/
|
|
3929
4238
|
application?: ApplicationInfo;
|
|
@@ -3934,10 +4243,12 @@ export interface GetApplicationOutput {
|
|
|
3934
4243
|
*/
|
|
3935
4244
|
export interface GetApplicationRevisionInput {
|
|
3936
4245
|
/**
|
|
4246
|
+
* @public
|
|
3937
4247
|
* <p>The name of the application that corresponds to the revision.</p>
|
|
3938
4248
|
*/
|
|
3939
4249
|
applicationName: string | undefined;
|
|
3940
4250
|
/**
|
|
4251
|
+
* @public
|
|
3941
4252
|
* <p>Information about the application revision to get, including type and location.</p>
|
|
3942
4253
|
*/
|
|
3943
4254
|
revision: RevisionLocation | undefined;
|
|
@@ -3948,14 +4259,17 @@ export interface GetApplicationRevisionInput {
|
|
|
3948
4259
|
*/
|
|
3949
4260
|
export interface GetApplicationRevisionOutput {
|
|
3950
4261
|
/**
|
|
4262
|
+
* @public
|
|
3951
4263
|
* <p>The name of the application that corresponds to the revision.</p>
|
|
3952
4264
|
*/
|
|
3953
4265
|
applicationName?: string;
|
|
3954
4266
|
/**
|
|
4267
|
+
* @public
|
|
3955
4268
|
* <p>Additional information about the revision, including type and location.</p>
|
|
3956
4269
|
*/
|
|
3957
4270
|
revision?: RevisionLocation;
|
|
3958
4271
|
/**
|
|
4272
|
+
* @public
|
|
3959
4273
|
* <p>General information about the revision.</p>
|
|
3960
4274
|
*/
|
|
3961
4275
|
revisionInfo?: GenericRevisionInfo;
|
|
@@ -3966,7 +4280,9 @@ export interface GetApplicationRevisionOutput {
|
|
|
3966
4280
|
*/
|
|
3967
4281
|
export interface GetDeploymentInput {
|
|
3968
4282
|
/**
|
|
3969
|
-
*
|
|
4283
|
+
* @public
|
|
4284
|
+
* <p> The unique ID of a deployment associated with the user or Amazon Web Services account.
|
|
4285
|
+
* </p>
|
|
3970
4286
|
*/
|
|
3971
4287
|
deploymentId: string | undefined;
|
|
3972
4288
|
}
|
|
@@ -3976,6 +4292,7 @@ export interface GetDeploymentInput {
|
|
|
3976
4292
|
*/
|
|
3977
4293
|
export interface GetDeploymentOutput {
|
|
3978
4294
|
/**
|
|
4295
|
+
* @public
|
|
3979
4296
|
* <p>Information about the deployment.</p>
|
|
3980
4297
|
*/
|
|
3981
4298
|
deploymentInfo?: DeploymentInfo;
|
|
@@ -3986,8 +4303,8 @@ export interface GetDeploymentOutput {
|
|
|
3986
4303
|
*/
|
|
3987
4304
|
export interface GetDeploymentConfigInput {
|
|
3988
4305
|
/**
|
|
3989
|
-
*
|
|
3990
|
-
*
|
|
4306
|
+
* @public
|
|
4307
|
+
* <p>The name of a deployment configuration associated with the user or Amazon Web Services account.</p>
|
|
3991
4308
|
*/
|
|
3992
4309
|
deploymentConfigName: string | undefined;
|
|
3993
4310
|
}
|
|
@@ -3997,27 +4314,33 @@ export interface GetDeploymentConfigInput {
|
|
|
3997
4314
|
*/
|
|
3998
4315
|
export interface DeploymentConfigInfo {
|
|
3999
4316
|
/**
|
|
4317
|
+
* @public
|
|
4000
4318
|
* <p>The deployment configuration ID.</p>
|
|
4001
4319
|
*/
|
|
4002
4320
|
deploymentConfigId?: string;
|
|
4003
4321
|
/**
|
|
4322
|
+
* @public
|
|
4004
4323
|
* <p>The deployment configuration name.</p>
|
|
4005
4324
|
*/
|
|
4006
4325
|
deploymentConfigName?: string;
|
|
4007
4326
|
/**
|
|
4327
|
+
* @public
|
|
4008
4328
|
* <p>Information about the number or percentage of minimum healthy instance.</p>
|
|
4009
4329
|
*/
|
|
4010
4330
|
minimumHealthyHosts?: MinimumHealthyHosts;
|
|
4011
4331
|
/**
|
|
4332
|
+
* @public
|
|
4012
4333
|
* <p>The time at which the deployment configuration was created.</p>
|
|
4013
4334
|
*/
|
|
4014
4335
|
createTime?: Date;
|
|
4015
4336
|
/**
|
|
4337
|
+
* @public
|
|
4016
4338
|
* <p>The destination platform type for the deployment (<code>Lambda</code>,
|
|
4017
4339
|
* <code>Server</code>, or <code>ECS</code>).</p>
|
|
4018
4340
|
*/
|
|
4019
4341
|
computePlatform?: ComputePlatform | string;
|
|
4020
4342
|
/**
|
|
4343
|
+
* @public
|
|
4021
4344
|
* <p>The configuration that specifies how the deployment traffic is routed. Used for
|
|
4022
4345
|
* deployments with a Lambda or Amazon ECS compute platform
|
|
4023
4346
|
* only.</p>
|
|
@@ -4030,6 +4353,7 @@ export interface DeploymentConfigInfo {
|
|
|
4030
4353
|
*/
|
|
4031
4354
|
export interface GetDeploymentConfigOutput {
|
|
4032
4355
|
/**
|
|
4356
|
+
* @public
|
|
4033
4357
|
* <p>Information about the deployment configuration.</p>
|
|
4034
4358
|
*/
|
|
4035
4359
|
deploymentConfigInfo?: DeploymentConfigInfo;
|
|
@@ -4040,10 +4364,12 @@ export interface GetDeploymentConfigOutput {
|
|
|
4040
4364
|
*/
|
|
4041
4365
|
export interface GetDeploymentGroupInput {
|
|
4042
4366
|
/**
|
|
4043
|
-
*
|
|
4367
|
+
* @public
|
|
4368
|
+
* <p>The name of an CodeDeploy application associated with the user or Amazon Web Services account.</p>
|
|
4044
4369
|
*/
|
|
4045
4370
|
applicationName: string | undefined;
|
|
4046
4371
|
/**
|
|
4372
|
+
* @public
|
|
4047
4373
|
* <p>The name of a deployment group for the specified application.</p>
|
|
4048
4374
|
*/
|
|
4049
4375
|
deploymentGroupName: string | undefined;
|
|
@@ -4054,6 +4380,7 @@ export interface GetDeploymentGroupInput {
|
|
|
4054
4380
|
*/
|
|
4055
4381
|
export interface GetDeploymentGroupOutput {
|
|
4056
4382
|
/**
|
|
4383
|
+
* @public
|
|
4057
4384
|
* <p>Information about the deployment group.</p>
|
|
4058
4385
|
*/
|
|
4059
4386
|
deploymentGroupInfo?: DeploymentGroupInfo;
|
|
@@ -4064,10 +4391,12 @@ export interface GetDeploymentGroupOutput {
|
|
|
4064
4391
|
*/
|
|
4065
4392
|
export interface GetDeploymentInstanceInput {
|
|
4066
4393
|
/**
|
|
4394
|
+
* @public
|
|
4067
4395
|
* <p> The unique ID of a deployment. </p>
|
|
4068
4396
|
*/
|
|
4069
4397
|
deploymentId: string | undefined;
|
|
4070
4398
|
/**
|
|
4399
|
+
* @public
|
|
4071
4400
|
* <p> The unique ID of an instance in the deployment group. </p>
|
|
4072
4401
|
*/
|
|
4073
4402
|
instanceId: string | undefined;
|
|
@@ -4078,6 +4407,7 @@ export interface GetDeploymentInstanceInput {
|
|
|
4078
4407
|
*/
|
|
4079
4408
|
export interface GetDeploymentInstanceOutput {
|
|
4080
4409
|
/**
|
|
4410
|
+
* @public
|
|
4081
4411
|
* @deprecated
|
|
4082
4412
|
*
|
|
4083
4413
|
* <p> Information about the instance. </p>
|
|
@@ -4089,10 +4419,12 @@ export interface GetDeploymentInstanceOutput {
|
|
|
4089
4419
|
*/
|
|
4090
4420
|
export interface GetDeploymentTargetInput {
|
|
4091
4421
|
/**
|
|
4422
|
+
* @public
|
|
4092
4423
|
* <p> The unique ID of a deployment. </p>
|
|
4093
4424
|
*/
|
|
4094
4425
|
deploymentId?: string;
|
|
4095
4426
|
/**
|
|
4427
|
+
* @public
|
|
4096
4428
|
* <p> The unique ID of a deployment target. </p>
|
|
4097
4429
|
*/
|
|
4098
4430
|
targetId?: string;
|
|
@@ -4102,6 +4434,7 @@ export interface GetDeploymentTargetInput {
|
|
|
4102
4434
|
*/
|
|
4103
4435
|
export interface GetDeploymentTargetOutput {
|
|
4104
4436
|
/**
|
|
4437
|
+
* @public
|
|
4105
4438
|
* <p> A deployment target that contains information about a deployment such as its status,
|
|
4106
4439
|
* lifecycle events, and when it was last updated. It also contains metadata about the
|
|
4107
4440
|
* deployment target. The deployment target metadata depends on the deployment target's
|
|
@@ -4116,6 +4449,7 @@ export interface GetDeploymentTargetOutput {
|
|
|
4116
4449
|
*/
|
|
4117
4450
|
export interface GetOnPremisesInstanceInput {
|
|
4118
4451
|
/**
|
|
4452
|
+
* @public
|
|
4119
4453
|
* <p> The name of the on-premises instance about which to get information. </p>
|
|
4120
4454
|
*/
|
|
4121
4455
|
instanceName: string | undefined;
|
|
@@ -4126,6 +4460,7 @@ export interface GetOnPremisesInstanceInput {
|
|
|
4126
4460
|
*/
|
|
4127
4461
|
export interface GetOnPremisesInstanceOutput {
|
|
4128
4462
|
/**
|
|
4463
|
+
* @public
|
|
4129
4464
|
* <p> Information about the on-premises instance. </p>
|
|
4130
4465
|
*/
|
|
4131
4466
|
instanceInfo?: InstanceInfo;
|
|
@@ -4234,80 +4569,87 @@ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
|
4234
4569
|
*/
|
|
4235
4570
|
export interface ListApplicationRevisionsInput {
|
|
4236
4571
|
/**
|
|
4237
|
-
*
|
|
4572
|
+
* @public
|
|
4573
|
+
* <p> The name of an CodeDeploy application associated with the user or Amazon Web Services account. </p>
|
|
4238
4574
|
*/
|
|
4239
4575
|
applicationName: string | undefined;
|
|
4240
4576
|
/**
|
|
4577
|
+
* @public
|
|
4241
4578
|
* <p>The column name to use to sort the list results:</p>
|
|
4242
|
-
*
|
|
4579
|
+
* <ul>
|
|
4243
4580
|
* <li>
|
|
4244
|
-
*
|
|
4581
|
+
* <p>
|
|
4245
4582
|
* <code>registerTime</code>: Sort by the time the revisions were registered with
|
|
4246
4583
|
* CodeDeploy.</p>
|
|
4247
4584
|
* </li>
|
|
4248
4585
|
* <li>
|
|
4249
|
-
*
|
|
4586
|
+
* <p>
|
|
4250
4587
|
* <code>firstUsedTime</code>: Sort by the time the revisions were first used in
|
|
4251
4588
|
* a deployment.</p>
|
|
4252
4589
|
* </li>
|
|
4253
4590
|
* <li>
|
|
4254
|
-
*
|
|
4591
|
+
* <p>
|
|
4255
4592
|
* <code>lastUsedTime</code>: Sort by the time the revisions were last used in a
|
|
4256
4593
|
* deployment.</p>
|
|
4257
4594
|
* </li>
|
|
4258
4595
|
* </ul>
|
|
4259
|
-
*
|
|
4596
|
+
* <p> If not specified or set to null, the results are returned in an arbitrary order.
|
|
4260
4597
|
* </p>
|
|
4261
4598
|
*/
|
|
4262
4599
|
sortBy?: ApplicationRevisionSortBy | string;
|
|
4263
4600
|
/**
|
|
4601
|
+
* @public
|
|
4264
4602
|
* <p> The order in which to sort the list results: </p>
|
|
4265
|
-
*
|
|
4603
|
+
* <ul>
|
|
4266
4604
|
* <li>
|
|
4267
|
-
*
|
|
4605
|
+
* <p>
|
|
4268
4606
|
* <code>ascending</code>: ascending order.</p>
|
|
4269
4607
|
* </li>
|
|
4270
4608
|
* <li>
|
|
4271
|
-
*
|
|
4609
|
+
* <p>
|
|
4272
4610
|
* <code>descending</code>: descending order.</p>
|
|
4273
4611
|
* </li>
|
|
4274
4612
|
* </ul>
|
|
4275
|
-
*
|
|
4276
|
-
*
|
|
4613
|
+
* <p>If not specified, the results are sorted in ascending order.</p>
|
|
4614
|
+
* <p>If set to null, the results are sorted in an arbitrary order.</p>
|
|
4277
4615
|
*/
|
|
4278
4616
|
sortOrder?: SortOrder | string;
|
|
4279
4617
|
/**
|
|
4618
|
+
* @public
|
|
4280
4619
|
* <p> An Amazon S3 bucket name to limit the search for revisions. </p>
|
|
4281
|
-
*
|
|
4620
|
+
* <p> If set to null, all of the user's buckets are searched. </p>
|
|
4282
4621
|
*/
|
|
4283
4622
|
s3Bucket?: string;
|
|
4284
4623
|
/**
|
|
4624
|
+
* @public
|
|
4285
4625
|
* <p> A key prefix for the set of Amazon S3 objects to limit the search for
|
|
4286
4626
|
* revisions. </p>
|
|
4287
4627
|
*/
|
|
4288
4628
|
s3KeyPrefix?: string;
|
|
4289
4629
|
/**
|
|
4630
|
+
* @public
|
|
4290
4631
|
* <p> Whether to list revisions based on whether the revision is the target revision of a
|
|
4291
4632
|
* deployment group: </p>
|
|
4292
|
-
*
|
|
4633
|
+
* <ul>
|
|
4293
4634
|
* <li>
|
|
4294
|
-
*
|
|
4635
|
+
* <p>
|
|
4295
4636
|
* <code>include</code>: List revisions that are target revisions of a deployment
|
|
4296
4637
|
* group.</p>
|
|
4297
4638
|
* </li>
|
|
4298
4639
|
* <li>
|
|
4299
|
-
*
|
|
4640
|
+
* <p>
|
|
4300
4641
|
* <code>exclude</code>: Do not list revisions that are target revisions of a
|
|
4301
4642
|
* deployment group.</p>
|
|
4302
4643
|
* </li>
|
|
4303
4644
|
* <li>
|
|
4304
|
-
*
|
|
4645
|
+
* <p>
|
|
4305
4646
|
* <code>ignore</code>: List all revisions.</p>
|
|
4306
4647
|
* </li>
|
|
4307
4648
|
* </ul>
|
|
4308
4649
|
*/
|
|
4309
4650
|
deployed?: ListStateFilterAction | string;
|
|
4310
4651
|
/**
|
|
4652
|
+
* @public
|
|
4311
4653
|
* <p>An identifier returned from the previous <code>ListApplicationRevisions</code> call.
|
|
4312
4654
|
* It can be used to return the next set of applications in the list.</p>
|
|
4313
4655
|
*/
|
|
@@ -4319,10 +4661,12 @@ export interface ListApplicationRevisionsInput {
|
|
|
4319
4661
|
*/
|
|
4320
4662
|
export interface ListApplicationRevisionsOutput {
|
|
4321
4663
|
/**
|
|
4664
|
+
* @public
|
|
4322
4665
|
* <p>A list of locations that contain the matching revisions.</p>
|
|
4323
4666
|
*/
|
|
4324
4667
|
revisions?: RevisionLocation[];
|
|
4325
4668
|
/**
|
|
4669
|
+
* @public
|
|
4326
4670
|
* <p>If a large amount of information is returned, an identifier is also returned. It can
|
|
4327
4671
|
* be used in a subsequent list application revisions call to return the next set of
|
|
4328
4672
|
* application revisions in the list.</p>
|
|
@@ -4335,6 +4679,7 @@ export interface ListApplicationRevisionsOutput {
|
|
|
4335
4679
|
*/
|
|
4336
4680
|
export interface ListApplicationsInput {
|
|
4337
4681
|
/**
|
|
4682
|
+
* @public
|
|
4338
4683
|
* <p>An identifier returned from the previous list applications call. It can be used to
|
|
4339
4684
|
* return the next set of applications in the list.</p>
|
|
4340
4685
|
*/
|
|
@@ -4346,10 +4691,12 @@ export interface ListApplicationsInput {
|
|
|
4346
4691
|
*/
|
|
4347
4692
|
export interface ListApplicationsOutput {
|
|
4348
4693
|
/**
|
|
4694
|
+
* @public
|
|
4349
4695
|
* <p>A list of application names.</p>
|
|
4350
4696
|
*/
|
|
4351
4697
|
applications?: string[];
|
|
4352
4698
|
/**
|
|
4699
|
+
* @public
|
|
4353
4700
|
* <p>If a large amount of information is returned, an identifier is also returned. It can
|
|
4354
4701
|
* be used in a subsequent list applications call to return the next set of applications in
|
|
4355
4702
|
* the list.</p>
|
|
@@ -4362,6 +4709,7 @@ export interface ListApplicationsOutput {
|
|
|
4362
4709
|
*/
|
|
4363
4710
|
export interface ListDeploymentConfigsInput {
|
|
4364
4711
|
/**
|
|
4712
|
+
* @public
|
|
4365
4713
|
* <p>An identifier returned from the previous <code>ListDeploymentConfigs</code> call. It
|
|
4366
4714
|
* can be used to return the next set of deployment configurations in the list. </p>
|
|
4367
4715
|
*/
|
|
@@ -4373,11 +4721,13 @@ export interface ListDeploymentConfigsInput {
|
|
|
4373
4721
|
*/
|
|
4374
4722
|
export interface ListDeploymentConfigsOutput {
|
|
4375
4723
|
/**
|
|
4724
|
+
* @public
|
|
4376
4725
|
* <p>A list of deployment configurations, including built-in configurations such as
|
|
4377
4726
|
* <code>CodeDeployDefault.OneAtATime</code>.</p>
|
|
4378
4727
|
*/
|
|
4379
4728
|
deploymentConfigsList?: string[];
|
|
4380
4729
|
/**
|
|
4730
|
+
* @public
|
|
4381
4731
|
* <p>If a large amount of information is returned, an identifier is also returned. It can
|
|
4382
4732
|
* be used in a subsequent list deployment configurations call to return the next set of
|
|
4383
4733
|
* deployment configurations in the list.</p>
|
|
@@ -4390,10 +4740,12 @@ export interface ListDeploymentConfigsOutput {
|
|
|
4390
4740
|
*/
|
|
4391
4741
|
export interface ListDeploymentGroupsInput {
|
|
4392
4742
|
/**
|
|
4393
|
-
*
|
|
4743
|
+
* @public
|
|
4744
|
+
* <p>The name of an CodeDeploy application associated with the user or Amazon Web Services account.</p>
|
|
4394
4745
|
*/
|
|
4395
4746
|
applicationName: string | undefined;
|
|
4396
4747
|
/**
|
|
4748
|
+
* @public
|
|
4397
4749
|
* <p>An identifier returned from the previous list deployment groups call. It can be used
|
|
4398
4750
|
* to return the next set of deployment groups in the list.</p>
|
|
4399
4751
|
*/
|
|
@@ -4405,14 +4757,17 @@ export interface ListDeploymentGroupsInput {
|
|
|
4405
4757
|
*/
|
|
4406
4758
|
export interface ListDeploymentGroupsOutput {
|
|
4407
4759
|
/**
|
|
4760
|
+
* @public
|
|
4408
4761
|
* <p>The application name.</p>
|
|
4409
4762
|
*/
|
|
4410
4763
|
applicationName?: string;
|
|
4411
4764
|
/**
|
|
4765
|
+
* @public
|
|
4412
4766
|
* <p>A list of deployment group names.</p>
|
|
4413
4767
|
*/
|
|
4414
4768
|
deploymentGroups?: string[];
|
|
4415
4769
|
/**
|
|
4770
|
+
* @public
|
|
4416
4771
|
* <p>If a large amount of information is returned, an identifier is also returned. It can
|
|
4417
4772
|
* be used in a subsequent list deployment groups call to return the next set of deployment
|
|
4418
4773
|
* groups in the list.</p>
|
|
@@ -4476,41 +4831,44 @@ export declare class InvalidTargetFilterNameException extends __BaseException {
|
|
|
4476
4831
|
*/
|
|
4477
4832
|
export interface ListDeploymentInstancesInput {
|
|
4478
4833
|
/**
|
|
4834
|
+
* @public
|
|
4479
4835
|
* <p> The unique ID of a deployment. </p>
|
|
4480
4836
|
*/
|
|
4481
4837
|
deploymentId: string | undefined;
|
|
4482
4838
|
/**
|
|
4839
|
+
* @public
|
|
4483
4840
|
* <p>An identifier returned from the previous list deployment instances call. It can be
|
|
4484
4841
|
* used to return the next set of deployment instances in the list.</p>
|
|
4485
4842
|
*/
|
|
4486
4843
|
nextToken?: string;
|
|
4487
4844
|
/**
|
|
4845
|
+
* @public
|
|
4488
4846
|
* <p>A subset of instances to list by status:</p>
|
|
4489
|
-
*
|
|
4847
|
+
* <ul>
|
|
4490
4848
|
* <li>
|
|
4491
|
-
*
|
|
4849
|
+
* <p>
|
|
4492
4850
|
* <code>Pending</code>: Include those instances with pending deployments.</p>
|
|
4493
4851
|
* </li>
|
|
4494
4852
|
* <li>
|
|
4495
|
-
*
|
|
4853
|
+
* <p>
|
|
4496
4854
|
* <code>InProgress</code>: Include those instances where deployments are still
|
|
4497
4855
|
* in progress.</p>
|
|
4498
4856
|
* </li>
|
|
4499
4857
|
* <li>
|
|
4500
|
-
*
|
|
4858
|
+
* <p>
|
|
4501
4859
|
* <code>Succeeded</code>: Include those instances with successful
|
|
4502
4860
|
* deployments.</p>
|
|
4503
4861
|
* </li>
|
|
4504
4862
|
* <li>
|
|
4505
|
-
*
|
|
4863
|
+
* <p>
|
|
4506
4864
|
* <code>Failed</code>: Include those instances with failed deployments.</p>
|
|
4507
4865
|
* </li>
|
|
4508
4866
|
* <li>
|
|
4509
|
-
*
|
|
4867
|
+
* <p>
|
|
4510
4868
|
* <code>Skipped</code>: Include those instances with skipped deployments.</p>
|
|
4511
4869
|
* </li>
|
|
4512
4870
|
* <li>
|
|
4513
|
-
*
|
|
4871
|
+
* <p>
|
|
4514
4872
|
* <code>Unknown</code>: Include those instances with deployments in an unknown
|
|
4515
4873
|
* state.</p>
|
|
4516
4874
|
* </li>
|
|
@@ -4518,6 +4876,7 @@ export interface ListDeploymentInstancesInput {
|
|
|
4518
4876
|
*/
|
|
4519
4877
|
instanceStatusFilter?: (InstanceStatus | string)[];
|
|
4520
4878
|
/**
|
|
4879
|
+
* @public
|
|
4521
4880
|
* <p>The set of instances in a blue/green deployment, either those in the original
|
|
4522
4881
|
* environment ("BLUE") or those in the replacement environment ("GREEN"), for which you
|
|
4523
4882
|
* want to view instance information.</p>
|
|
@@ -4530,10 +4889,12 @@ export interface ListDeploymentInstancesInput {
|
|
|
4530
4889
|
*/
|
|
4531
4890
|
export interface ListDeploymentInstancesOutput {
|
|
4532
4891
|
/**
|
|
4892
|
+
* @public
|
|
4533
4893
|
* <p>A list of instance IDs.</p>
|
|
4534
4894
|
*/
|
|
4535
4895
|
instancesList?: string[];
|
|
4536
4896
|
/**
|
|
4897
|
+
* @public
|
|
4537
4898
|
* <p>If a large amount of information is returned, an identifier is also returned. It can
|
|
4538
4899
|
* be used in a subsequent list deployment instances call to return the next set of
|
|
4539
4900
|
* deployment instances in the list.</p>
|
|
@@ -4570,17 +4931,19 @@ export declare class InvalidTimeRangeException extends __BaseException {
|
|
|
4570
4931
|
*/
|
|
4571
4932
|
export interface TimeRange {
|
|
4572
4933
|
/**
|
|
4934
|
+
* @public
|
|
4573
4935
|
* <p>The start time of the time range.</p>
|
|
4574
|
-
*
|
|
4936
|
+
* <note>
|
|
4575
4937
|
* <p>Specify null to leave the start time open-ended.</p>
|
|
4576
|
-
*
|
|
4938
|
+
* </note>
|
|
4577
4939
|
*/
|
|
4578
4940
|
start?: Date;
|
|
4579
4941
|
/**
|
|
4942
|
+
* @public
|
|
4580
4943
|
* <p>The end time of the time range.</p>
|
|
4581
|
-
*
|
|
4944
|
+
* <note>
|
|
4582
4945
|
* <p>Specify null to leave the end time open-ended.</p>
|
|
4583
|
-
*
|
|
4946
|
+
* </note>
|
|
4584
4947
|
*/
|
|
4585
4948
|
end?: Date;
|
|
4586
4949
|
}
|
|
@@ -4590,56 +4953,60 @@ export interface TimeRange {
|
|
|
4590
4953
|
*/
|
|
4591
4954
|
export interface ListDeploymentsInput {
|
|
4592
4955
|
/**
|
|
4593
|
-
*
|
|
4594
|
-
*
|
|
4956
|
+
* @public
|
|
4957
|
+
* <p>The name of an CodeDeploy application associated with the user or Amazon Web Services account.</p>
|
|
4958
|
+
* <note>
|
|
4595
4959
|
* <p>If <code>applicationName</code> is specified, then
|
|
4596
4960
|
* <code>deploymentGroupName</code> must be specified. If it is not specified, then
|
|
4597
4961
|
* <code>deploymentGroupName</code> must not be specified. </p>
|
|
4598
|
-
*
|
|
4962
|
+
* </note>
|
|
4599
4963
|
*/
|
|
4600
4964
|
applicationName?: string;
|
|
4601
4965
|
/**
|
|
4966
|
+
* @public
|
|
4602
4967
|
* <p>The name of a deployment group for the specified application.</p>
|
|
4603
|
-
*
|
|
4968
|
+
* <note>
|
|
4604
4969
|
* <p>If <code>deploymentGroupName</code> is specified, then
|
|
4605
4970
|
* <code>applicationName</code> must be specified. If it is not specified, then
|
|
4606
4971
|
* <code>applicationName</code> must not be specified. </p>
|
|
4607
|
-
*
|
|
4972
|
+
* </note>
|
|
4608
4973
|
*/
|
|
4609
4974
|
deploymentGroupName?: string;
|
|
4610
4975
|
/**
|
|
4976
|
+
* @public
|
|
4611
4977
|
* <p>The unique ID of an external resource for returning deployments linked to the external
|
|
4612
4978
|
* resource.</p>
|
|
4613
4979
|
*/
|
|
4614
4980
|
externalId?: string;
|
|
4615
4981
|
/**
|
|
4982
|
+
* @public
|
|
4616
4983
|
* <p>A subset of deployments to list by status:</p>
|
|
4617
|
-
*
|
|
4984
|
+
* <ul>
|
|
4618
4985
|
* <li>
|
|
4619
|
-
*
|
|
4986
|
+
* <p>
|
|
4620
4987
|
* <code>Created</code>: Include created deployments in the resulting
|
|
4621
4988
|
* list.</p>
|
|
4622
4989
|
* </li>
|
|
4623
4990
|
* <li>
|
|
4624
|
-
*
|
|
4991
|
+
* <p>
|
|
4625
4992
|
* <code>Queued</code>: Include queued deployments in the resulting list.</p>
|
|
4626
4993
|
* </li>
|
|
4627
4994
|
* <li>
|
|
4628
|
-
*
|
|
4995
|
+
* <p>
|
|
4629
4996
|
* <code>In Progress</code>: Include in-progress deployments in the resulting
|
|
4630
4997
|
* list.</p>
|
|
4631
4998
|
* </li>
|
|
4632
4999
|
* <li>
|
|
4633
|
-
*
|
|
5000
|
+
* <p>
|
|
4634
5001
|
* <code>Succeeded</code>: Include successful deployments in the resulting
|
|
4635
5002
|
* list.</p>
|
|
4636
5003
|
* </li>
|
|
4637
5004
|
* <li>
|
|
4638
|
-
*
|
|
5005
|
+
* <p>
|
|
4639
5006
|
* <code>Failed</code>: Include failed deployments in the resulting list.</p>
|
|
4640
5007
|
* </li>
|
|
4641
5008
|
* <li>
|
|
4642
|
-
*
|
|
5009
|
+
* <p>
|
|
4643
5010
|
* <code>Stopped</code>: Include stopped deployments in the resulting
|
|
4644
5011
|
* list.</p>
|
|
4645
5012
|
* </li>
|
|
@@ -4647,10 +5014,12 @@ export interface ListDeploymentsInput {
|
|
|
4647
5014
|
*/
|
|
4648
5015
|
includeOnlyStatuses?: (DeploymentStatus | string)[];
|
|
4649
5016
|
/**
|
|
5017
|
+
* @public
|
|
4650
5018
|
* <p>A time range (start and end) for returning a subset of the list of deployments.</p>
|
|
4651
5019
|
*/
|
|
4652
5020
|
createTimeRange?: TimeRange;
|
|
4653
5021
|
/**
|
|
5022
|
+
* @public
|
|
4654
5023
|
* <p>An identifier returned from the previous list deployments call. It can be used to
|
|
4655
5024
|
* return the next set of deployments in the list.</p>
|
|
4656
5025
|
*/
|
|
@@ -4662,10 +5031,12 @@ export interface ListDeploymentsInput {
|
|
|
4662
5031
|
*/
|
|
4663
5032
|
export interface ListDeploymentsOutput {
|
|
4664
5033
|
/**
|
|
5034
|
+
* @public
|
|
4665
5035
|
* <p>A list of deployment IDs.</p>
|
|
4666
5036
|
*/
|
|
4667
5037
|
deployments?: string[];
|
|
4668
5038
|
/**
|
|
5039
|
+
* @public
|
|
4669
5040
|
* <p>If a large amount of information is returned, an identifier is also returned. It can
|
|
4670
5041
|
* be used in a subsequent list deployments call to return the next set of deployments in
|
|
4671
5042
|
* the list.</p>
|
|
@@ -4689,27 +5060,30 @@ export type TargetFilterName = (typeof TargetFilterName)[keyof typeof TargetFilt
|
|
|
4689
5060
|
*/
|
|
4690
5061
|
export interface ListDeploymentTargetsInput {
|
|
4691
5062
|
/**
|
|
5063
|
+
* @public
|
|
4692
5064
|
* <p> The unique ID of a deployment. </p>
|
|
4693
5065
|
*/
|
|
4694
5066
|
deploymentId?: string;
|
|
4695
5067
|
/**
|
|
5068
|
+
* @public
|
|
4696
5069
|
* <p> A token identifier returned from the previous <code>ListDeploymentTargets</code>
|
|
4697
5070
|
* call. It can be used to return the next set of deployment targets in the list. </p>
|
|
4698
5071
|
*/
|
|
4699
5072
|
nextToken?: string;
|
|
4700
5073
|
/**
|
|
5074
|
+
* @public
|
|
4701
5075
|
* <p> A key used to filter the returned targets. The two valid values are:</p>
|
|
4702
|
-
*
|
|
5076
|
+
* <ul>
|
|
4703
5077
|
* <li>
|
|
4704
|
-
*
|
|
4705
|
-
*
|
|
5078
|
+
* <p>
|
|
5079
|
+
* <code>TargetStatus</code> - A <code>TargetStatus</code> filter string can be
|
|
4706
5080
|
* <code>Failed</code>, <code>InProgress</code>, <code>Pending</code>,
|
|
4707
5081
|
* <code>Ready</code>, <code>Skipped</code>, <code>Succeeded</code>, or
|
|
4708
5082
|
* <code>Unknown</code>. </p>
|
|
4709
5083
|
* </li>
|
|
4710
5084
|
* <li>
|
|
4711
|
-
*
|
|
4712
|
-
*
|
|
5085
|
+
* <p>
|
|
5086
|
+
* <code>ServerInstanceLabel</code> - A <code>ServerInstanceLabel</code> filter
|
|
4713
5087
|
* string can be <code>Blue</code> or <code>Green</code>. </p>
|
|
4714
5088
|
* </li>
|
|
4715
5089
|
* </ul>
|
|
@@ -4721,10 +5095,12 @@ export interface ListDeploymentTargetsInput {
|
|
|
4721
5095
|
*/
|
|
4722
5096
|
export interface ListDeploymentTargetsOutput {
|
|
4723
5097
|
/**
|
|
5098
|
+
* @public
|
|
4724
5099
|
* <p> The unique IDs of deployment targets. </p>
|
|
4725
5100
|
*/
|
|
4726
5101
|
targetIds?: string[];
|
|
4727
5102
|
/**
|
|
5103
|
+
* @public
|
|
4728
5104
|
* <p> If a large amount of information is returned, a token identifier is also returned. It
|
|
4729
5105
|
* can be used in a subsequent <code>ListDeploymentTargets</code> call to return the next
|
|
4730
5106
|
* set of deployment targets in the list. </p>
|
|
@@ -4737,6 +5113,7 @@ export interface ListDeploymentTargetsOutput {
|
|
|
4737
5113
|
*/
|
|
4738
5114
|
export interface ListGitHubAccountTokenNamesInput {
|
|
4739
5115
|
/**
|
|
5116
|
+
* @public
|
|
4740
5117
|
* <p>An identifier returned from the previous <code>ListGitHubAccountTokenNames</code>
|
|
4741
5118
|
* call. It can be used to return the next set of names in the list. </p>
|
|
4742
5119
|
*/
|
|
@@ -4748,10 +5125,12 @@ export interface ListGitHubAccountTokenNamesInput {
|
|
|
4748
5125
|
*/
|
|
4749
5126
|
export interface ListGitHubAccountTokenNamesOutput {
|
|
4750
5127
|
/**
|
|
5128
|
+
* @public
|
|
4751
5129
|
* <p>A list of names of connections to GitHub accounts.</p>
|
|
4752
5130
|
*/
|
|
4753
5131
|
tokenNameList?: string[];
|
|
4754
5132
|
/**
|
|
5133
|
+
* @public
|
|
4755
5134
|
* <p>If a large amount of information is returned, an identifier is also returned. It can
|
|
4756
5135
|
* be used in a subsequent <code>ListGitHubAccountTokenNames</code> call to return the next
|
|
4757
5136
|
* set of names in the list. </p>
|
|
@@ -4800,15 +5179,16 @@ export type RegistrationStatus = (typeof RegistrationStatus)[keyof typeof Regist
|
|
|
4800
5179
|
*/
|
|
4801
5180
|
export interface ListOnPremisesInstancesInput {
|
|
4802
5181
|
/**
|
|
5182
|
+
* @public
|
|
4803
5183
|
* <p>The registration status of the on-premises instances:</p>
|
|
4804
|
-
*
|
|
5184
|
+
* <ul>
|
|
4805
5185
|
* <li>
|
|
4806
|
-
*
|
|
5186
|
+
* <p>
|
|
4807
5187
|
* <code>Deregistered</code>: Include deregistered on-premises instances in the
|
|
4808
5188
|
* resulting list.</p>
|
|
4809
5189
|
* </li>
|
|
4810
5190
|
* <li>
|
|
4811
|
-
*
|
|
5191
|
+
* <p>
|
|
4812
5192
|
* <code>Registered</code>: Include registered on-premises instances in the
|
|
4813
5193
|
* resulting list.</p>
|
|
4814
5194
|
* </li>
|
|
@@ -4816,11 +5196,13 @@ export interface ListOnPremisesInstancesInput {
|
|
|
4816
5196
|
*/
|
|
4817
5197
|
registrationStatus?: RegistrationStatus | string;
|
|
4818
5198
|
/**
|
|
5199
|
+
* @public
|
|
4819
5200
|
* <p>The on-premises instance tags that are used to restrict the on-premises instance names
|
|
4820
5201
|
* returned.</p>
|
|
4821
5202
|
*/
|
|
4822
5203
|
tagFilters?: TagFilter[];
|
|
4823
5204
|
/**
|
|
5205
|
+
* @public
|
|
4824
5206
|
* <p>An identifier returned from the previous list on-premises instances call. It can be
|
|
4825
5207
|
* used to return the next set of on-premises instances in the list.</p>
|
|
4826
5208
|
*/
|
|
@@ -4832,10 +5214,12 @@ export interface ListOnPremisesInstancesInput {
|
|
|
4832
5214
|
*/
|
|
4833
5215
|
export interface ListOnPremisesInstancesOutput {
|
|
4834
5216
|
/**
|
|
5217
|
+
* @public
|
|
4835
5218
|
* <p>The list of matching on-premises instance names.</p>
|
|
4836
5219
|
*/
|
|
4837
5220
|
instanceNames?: string[];
|
|
4838
5221
|
/**
|
|
5222
|
+
* @public
|
|
4839
5223
|
* <p>If a large amount of information is returned, an identifier is also returned. It can
|
|
4840
5224
|
* be used in a subsequent list on-premises instances call to return the next set of
|
|
4841
5225
|
* on-premises instances in the list.</p>
|
|
@@ -4859,12 +5243,14 @@ export declare class InvalidArnException extends __BaseException {
|
|
|
4859
5243
|
*/
|
|
4860
5244
|
export interface ListTagsForResourceInput {
|
|
4861
5245
|
/**
|
|
5246
|
+
* @public
|
|
4862
5247
|
* <p> The ARN of a CodeDeploy resource. <code>ListTagsForResource</code> returns all the
|
|
4863
5248
|
* tags associated with the resource that is identified by the <code>ResourceArn</code>.
|
|
4864
5249
|
* </p>
|
|
4865
5250
|
*/
|
|
4866
5251
|
ResourceArn: string | undefined;
|
|
4867
5252
|
/**
|
|
5253
|
+
* @public
|
|
4868
5254
|
* <p>An identifier returned from the previous <code>ListTagsForResource</code> call. It can
|
|
4869
5255
|
* be used to return the next set of applications in the list.</p>
|
|
4870
5256
|
*/
|
|
@@ -4875,11 +5261,13 @@ export interface ListTagsForResourceInput {
|
|
|
4875
5261
|
*/
|
|
4876
5262
|
export interface ListTagsForResourceOutput {
|
|
4877
5263
|
/**
|
|
5264
|
+
* @public
|
|
4878
5265
|
* <p> A list of tags returned by <code>ListTagsForResource</code>. The tags are associated
|
|
4879
5266
|
* with the resource identified by the input <code>ResourceArn</code> parameter. </p>
|
|
4880
5267
|
*/
|
|
4881
5268
|
Tags?: Tag[];
|
|
4882
5269
|
/**
|
|
5270
|
+
* @public
|
|
4883
5271
|
* <p>If a large amount of information is returned, an identifier is also returned. It can
|
|
4884
5272
|
* be used in a subsequent list application revisions call to return the next set of
|
|
4885
5273
|
* application revisions in the list.</p>
|
|
@@ -4943,16 +5331,19 @@ export declare class LifecycleEventAlreadyCompletedException extends __BaseExcep
|
|
|
4943
5331
|
*/
|
|
4944
5332
|
export interface PutLifecycleEventHookExecutionStatusInput {
|
|
4945
5333
|
/**
|
|
5334
|
+
* @public
|
|
4946
5335
|
* <p> The unique ID of a deployment. Pass this ID to a Lambda function that
|
|
4947
5336
|
* validates a deployment lifecycle event. </p>
|
|
4948
5337
|
*/
|
|
4949
5338
|
deploymentId?: string;
|
|
4950
5339
|
/**
|
|
5340
|
+
* @public
|
|
4951
5341
|
* <p> The execution ID of a deployment's lifecycle hook. A deployment lifecycle hook is
|
|
4952
5342
|
* specified in the <code>hooks</code> section of the AppSpec file. </p>
|
|
4953
5343
|
*/
|
|
4954
5344
|
lifecycleEventHookExecutionId?: string;
|
|
4955
5345
|
/**
|
|
5346
|
+
* @public
|
|
4956
5347
|
* <p>The result of a Lambda function that validates a deployment lifecycle
|
|
4957
5348
|
* event. The values listed in <b>Valid Values</b> are valid for
|
|
4958
5349
|
* lifecycle statuses in general; however, only <code>Succeeded</code> and
|
|
@@ -4965,6 +5356,7 @@ export interface PutLifecycleEventHookExecutionStatusInput {
|
|
|
4965
5356
|
*/
|
|
4966
5357
|
export interface PutLifecycleEventHookExecutionStatusOutput {
|
|
4967
5358
|
/**
|
|
5359
|
+
* @public
|
|
4968
5360
|
* <p>The execution ID of the lifecycle event hook. A hook is specified in the
|
|
4969
5361
|
* <code>hooks</code> section of the deployment's AppSpec file.</p>
|
|
4970
5362
|
*/
|
|
@@ -4976,14 +5368,17 @@ export interface PutLifecycleEventHookExecutionStatusOutput {
|
|
|
4976
5368
|
*/
|
|
4977
5369
|
export interface RegisterApplicationRevisionInput {
|
|
4978
5370
|
/**
|
|
4979
|
-
*
|
|
5371
|
+
* @public
|
|
5372
|
+
* <p>The name of an CodeDeploy application associated with the user or Amazon Web Services account.</p>
|
|
4980
5373
|
*/
|
|
4981
5374
|
applicationName: string | undefined;
|
|
4982
5375
|
/**
|
|
5376
|
+
* @public
|
|
4983
5377
|
* <p>A comment about the revision.</p>
|
|
4984
5378
|
*/
|
|
4985
5379
|
description?: string;
|
|
4986
5380
|
/**
|
|
5381
|
+
* @public
|
|
4987
5382
|
* <p>Information about the application revision to register, including type and
|
|
4988
5383
|
* location.</p>
|
|
4989
5384
|
*/
|
|
@@ -4991,7 +5386,7 @@ export interface RegisterApplicationRevisionInput {
|
|
|
4991
5386
|
}
|
|
4992
5387
|
/**
|
|
4993
5388
|
* @public
|
|
4994
|
-
* <p>No IAM ARN was included in the request. You must use an IAM session ARN or
|
|
5389
|
+
* <p>No IAM ARN was included in the request. You must use an IAM session ARN or user ARN in the request.</p>
|
|
4995
5390
|
*/
|
|
4996
5391
|
export declare class IamArnRequiredException extends __BaseException {
|
|
4997
5392
|
readonly name: "IamArnRequiredException";
|
|
@@ -5016,8 +5411,7 @@ export declare class IamSessionArnAlreadyRegisteredException extends __BaseExcep
|
|
|
5016
5411
|
}
|
|
5017
5412
|
/**
|
|
5018
5413
|
* @public
|
|
5019
|
-
* <p>The specified
|
|
5020
|
-
* instance.</p>
|
|
5414
|
+
* <p>The specified user ARN is already registered with an on-premises instance.</p>
|
|
5021
5415
|
*/
|
|
5022
5416
|
export declare class IamUserArnAlreadyRegisteredException extends __BaseException {
|
|
5023
5417
|
readonly name: "IamUserArnAlreadyRegisteredException";
|
|
@@ -5029,7 +5423,7 @@ export declare class IamUserArnAlreadyRegisteredException extends __BaseExceptio
|
|
|
5029
5423
|
}
|
|
5030
5424
|
/**
|
|
5031
5425
|
* @public
|
|
5032
|
-
* <p>An
|
|
5426
|
+
* <p>An user ARN was not specified.</p>
|
|
5033
5427
|
*/
|
|
5034
5428
|
export declare class IamUserArnRequiredException extends __BaseException {
|
|
5035
5429
|
readonly name: "IamUserArnRequiredException";
|
|
@@ -5065,7 +5459,7 @@ export declare class InvalidIamSessionArnException extends __BaseException {
|
|
|
5065
5459
|
}
|
|
5066
5460
|
/**
|
|
5067
5461
|
* @public
|
|
5068
|
-
* <p>The
|
|
5462
|
+
* <p>The user ARN was specified in an invalid format.</p>
|
|
5069
5463
|
*/
|
|
5070
5464
|
export declare class InvalidIamUserArnException extends __BaseException {
|
|
5071
5465
|
readonly name: "InvalidIamUserArnException";
|
|
@@ -5077,8 +5471,8 @@ export declare class InvalidIamUserArnException extends __BaseException {
|
|
|
5077
5471
|
}
|
|
5078
5472
|
/**
|
|
5079
5473
|
* @public
|
|
5080
|
-
* <p>Both an
|
|
5081
|
-
*
|
|
5474
|
+
* <p>Both an user ARN and an IAM session ARN were included in the request.
|
|
5475
|
+
* Use only one ARN type.</p>
|
|
5082
5476
|
*/
|
|
5083
5477
|
export declare class MultipleIamArnsProvidedException extends __BaseException {
|
|
5084
5478
|
readonly name: "MultipleIamArnsProvidedException";
|
|
@@ -5094,17 +5488,19 @@ export declare class MultipleIamArnsProvidedException extends __BaseException {
|
|
|
5094
5488
|
*/
|
|
5095
5489
|
export interface RegisterOnPremisesInstanceInput {
|
|
5096
5490
|
/**
|
|
5491
|
+
* @public
|
|
5097
5492
|
* <p>The name of the on-premises instance to register.</p>
|
|
5098
5493
|
*/
|
|
5099
5494
|
instanceName: string | undefined;
|
|
5100
5495
|
/**
|
|
5496
|
+
* @public
|
|
5101
5497
|
* <p>The ARN of the IAM session to associate with the on-premises
|
|
5102
5498
|
* instance.</p>
|
|
5103
5499
|
*/
|
|
5104
5500
|
iamSessionArn?: string;
|
|
5105
5501
|
/**
|
|
5106
|
-
*
|
|
5107
|
-
*
|
|
5502
|
+
* @public
|
|
5503
|
+
* <p>The ARN of the user to associate with the on-premises instance.</p>
|
|
5108
5504
|
*/
|
|
5109
5505
|
iamUserArn?: string;
|
|
5110
5506
|
}
|
|
@@ -5115,10 +5511,12 @@ export interface RegisterOnPremisesInstanceInput {
|
|
|
5115
5511
|
*/
|
|
5116
5512
|
export interface RemoveTagsFromOnPremisesInstancesInput {
|
|
5117
5513
|
/**
|
|
5514
|
+
* @public
|
|
5118
5515
|
* <p>The tag key-value pairs to remove from the on-premises instances.</p>
|
|
5119
5516
|
*/
|
|
5120
5517
|
tags: Tag[] | undefined;
|
|
5121
5518
|
/**
|
|
5519
|
+
* @public
|
|
5122
5520
|
* <p>The names of the on-premises instances from which to remove tags.</p>
|
|
5123
5521
|
*/
|
|
5124
5522
|
instanceNames: string[] | undefined;
|
|
@@ -5128,6 +5526,7 @@ export interface RemoveTagsFromOnPremisesInstancesInput {
|
|
|
5128
5526
|
*/
|
|
5129
5527
|
export interface SkipWaitTimeForInstanceTerminationInput {
|
|
5130
5528
|
/**
|
|
5529
|
+
* @public
|
|
5131
5530
|
* <p> The unique ID of a blue/green deployment for which you want to skip the instance
|
|
5132
5531
|
* termination wait time. </p>
|
|
5133
5532
|
*/
|
|
@@ -5139,10 +5538,12 @@ export interface SkipWaitTimeForInstanceTerminationInput {
|
|
|
5139
5538
|
*/
|
|
5140
5539
|
export interface StopDeploymentInput {
|
|
5141
5540
|
/**
|
|
5541
|
+
* @public
|
|
5142
5542
|
* <p> The unique ID of a deployment. </p>
|
|
5143
5543
|
*/
|
|
5144
5544
|
deploymentId: string | undefined;
|
|
5145
5545
|
/**
|
|
5546
|
+
* @public
|
|
5146
5547
|
* <p> Indicates, when a deployment is stopped, whether instances that have been updated
|
|
5147
5548
|
* should be rolled back to the previous version of the application revision. </p>
|
|
5148
5549
|
*/
|
|
@@ -5166,18 +5567,20 @@ export type StopStatus = (typeof StopStatus)[keyof typeof StopStatus];
|
|
|
5166
5567
|
*/
|
|
5167
5568
|
export interface StopDeploymentOutput {
|
|
5168
5569
|
/**
|
|
5570
|
+
* @public
|
|
5169
5571
|
* <p>The status of the stop deployment operation:</p>
|
|
5170
|
-
*
|
|
5572
|
+
* <ul>
|
|
5171
5573
|
* <li>
|
|
5172
|
-
*
|
|
5574
|
+
* <p>Pending: The stop operation is pending.</p>
|
|
5173
5575
|
* </li>
|
|
5174
5576
|
* <li>
|
|
5175
|
-
*
|
|
5577
|
+
* <p>Succeeded: The stop operation was successful.</p>
|
|
5176
5578
|
* </li>
|
|
5177
5579
|
* </ul>
|
|
5178
5580
|
*/
|
|
5179
5581
|
status?: StopStatus | string;
|
|
5180
5582
|
/**
|
|
5583
|
+
* @public
|
|
5181
5584
|
* <p>An accompanying status message.</p>
|
|
5182
5585
|
*/
|
|
5183
5586
|
statusMessage?: string;
|
|
@@ -5187,10 +5590,12 @@ export interface StopDeploymentOutput {
|
|
|
5187
5590
|
*/
|
|
5188
5591
|
export interface TagResourceInput {
|
|
5189
5592
|
/**
|
|
5593
|
+
* @public
|
|
5190
5594
|
* <p> The ARN of a resource, such as a CodeDeploy application or deployment group. </p>
|
|
5191
5595
|
*/
|
|
5192
5596
|
ResourceArn: string | undefined;
|
|
5193
5597
|
/**
|
|
5598
|
+
* @public
|
|
5194
5599
|
* <p> A list of tags that <code>TagResource</code> associates with a resource. The resource
|
|
5195
5600
|
* is identified by the <code>ResourceArn</code> input parameter. </p>
|
|
5196
5601
|
*/
|
|
@@ -5206,11 +5611,13 @@ export interface TagResourceOutput {
|
|
|
5206
5611
|
*/
|
|
5207
5612
|
export interface UntagResourceInput {
|
|
5208
5613
|
/**
|
|
5614
|
+
* @public
|
|
5209
5615
|
* <p> The Amazon Resource Name (ARN) that specifies from which resource to disassociate the
|
|
5210
5616
|
* tags with the keys in the <code>TagKeys</code> input parameter. </p>
|
|
5211
5617
|
*/
|
|
5212
5618
|
ResourceArn: string | undefined;
|
|
5213
5619
|
/**
|
|
5620
|
+
* @public
|
|
5214
5621
|
* <p> A list of keys of <code>Tag</code> objects. The <code>Tag</code> objects identified
|
|
5215
5622
|
* by the keys are disassociated from the resource specified by the
|
|
5216
5623
|
* <code>ResourceArn</code> input parameter. </p>
|
|
@@ -5228,10 +5635,12 @@ export interface UntagResourceOutput {
|
|
|
5228
5635
|
*/
|
|
5229
5636
|
export interface UpdateApplicationInput {
|
|
5230
5637
|
/**
|
|
5638
|
+
* @public
|
|
5231
5639
|
* <p>The current name of the application you want to change.</p>
|
|
5232
5640
|
*/
|
|
5233
5641
|
applicationName?: string;
|
|
5234
5642
|
/**
|
|
5643
|
+
* @public
|
|
5235
5644
|
* <p>The new name to give the application.</p>
|
|
5236
5645
|
*/
|
|
5237
5646
|
newApplicationName?: string;
|
|
@@ -5242,43 +5651,50 @@ export interface UpdateApplicationInput {
|
|
|
5242
5651
|
*/
|
|
5243
5652
|
export interface UpdateDeploymentGroupInput {
|
|
5244
5653
|
/**
|
|
5654
|
+
* @public
|
|
5245
5655
|
* <p>The application name that corresponds to the deployment group to update.</p>
|
|
5246
5656
|
*/
|
|
5247
5657
|
applicationName: string | undefined;
|
|
5248
5658
|
/**
|
|
5659
|
+
* @public
|
|
5249
5660
|
* <p>The current name of the deployment group.</p>
|
|
5250
5661
|
*/
|
|
5251
5662
|
currentDeploymentGroupName: string | undefined;
|
|
5252
5663
|
/**
|
|
5664
|
+
* @public
|
|
5253
5665
|
* <p>The new name of the deployment group, if you want to change it.</p>
|
|
5254
5666
|
*/
|
|
5255
5667
|
newDeploymentGroupName?: string;
|
|
5256
5668
|
/**
|
|
5669
|
+
* @public
|
|
5257
5670
|
* <p>The replacement deployment configuration name to use, if you want to change it.</p>
|
|
5258
5671
|
*/
|
|
5259
5672
|
deploymentConfigName?: string;
|
|
5260
5673
|
/**
|
|
5674
|
+
* @public
|
|
5261
5675
|
* <p>The replacement set of Amazon EC2 tags on which to filter, if you want to
|
|
5262
5676
|
* change them. To keep the existing tags, enter their names. To remove tags, do not enter
|
|
5263
5677
|
* any tag names.</p>
|
|
5264
5678
|
*/
|
|
5265
5679
|
ec2TagFilters?: EC2TagFilter[];
|
|
5266
5680
|
/**
|
|
5681
|
+
* @public
|
|
5267
5682
|
* <p>The replacement set of on-premises instance tags on which to filter, if you want to
|
|
5268
5683
|
* change them. To keep the existing tags, enter their names. To remove tags, do not enter
|
|
5269
5684
|
* any tag names.</p>
|
|
5270
5685
|
*/
|
|
5271
5686
|
onPremisesInstanceTagFilters?: TagFilter[];
|
|
5272
5687
|
/**
|
|
5688
|
+
* @public
|
|
5273
5689
|
* <p>The replacement list of Auto Scaling groups to be included in the deployment
|
|
5274
5690
|
* group, if you want to change them.</p>
|
|
5275
|
-
*
|
|
5691
|
+
* <ul>
|
|
5276
5692
|
* <li>
|
|
5277
|
-
*
|
|
5693
|
+
* <p>To keep the Auto Scaling groups, enter their names or do not specify this
|
|
5278
5694
|
* parameter. </p>
|
|
5279
5695
|
* </li>
|
|
5280
5696
|
* <li>
|
|
5281
|
-
*
|
|
5697
|
+
* <p>To remove Auto Scaling groups, specify a non-null empty list of Auto Scaling group names to detach all CodeDeploy-managed Auto Scaling lifecycle hooks. For examples, see <a href="https://docs.aws.amazon.com/codedeploy/latest/userguide/troubleshooting-auto-scaling.html#troubleshooting-auto-scaling-heartbeat">Amazon EC2 instances in an Amazon EC2 Auto Scaling group fail to
|
|
5282
5698
|
* launch and receive the error "Heartbeat Timeout"</a> in the
|
|
5283
5699
|
* <i>CodeDeploy User Guide</i>.</p>
|
|
5284
5700
|
* </li>
|
|
@@ -5286,10 +5702,12 @@ export interface UpdateDeploymentGroupInput {
|
|
|
5286
5702
|
*/
|
|
5287
5703
|
autoScalingGroups?: string[];
|
|
5288
5704
|
/**
|
|
5705
|
+
* @public
|
|
5289
5706
|
* <p>A replacement ARN for the service role, if you want to change it.</p>
|
|
5290
5707
|
*/
|
|
5291
5708
|
serviceRoleArn?: string;
|
|
5292
5709
|
/**
|
|
5710
|
+
* @public
|
|
5293
5711
|
* <p>Information about triggers to change when the deployment group is updated. For
|
|
5294
5712
|
* examples, see <a href="https://docs.aws.amazon.com/codedeploy/latest/userguide/how-to-notify-edit.html">Edit a Trigger in a
|
|
5295
5713
|
* CodeDeploy Deployment Group</a> in the <i>CodeDeploy User
|
|
@@ -5297,52 +5715,61 @@ export interface UpdateDeploymentGroupInput {
|
|
|
5297
5715
|
*/
|
|
5298
5716
|
triggerConfigurations?: TriggerConfig[];
|
|
5299
5717
|
/**
|
|
5718
|
+
* @public
|
|
5300
5719
|
* <p>Information to add or change about Amazon CloudWatch alarms when the deployment group
|
|
5301
5720
|
* is updated.</p>
|
|
5302
5721
|
*/
|
|
5303
5722
|
alarmConfiguration?: AlarmConfiguration;
|
|
5304
5723
|
/**
|
|
5724
|
+
* @public
|
|
5305
5725
|
* <p>Information for an automatic rollback configuration that is added or changed when a
|
|
5306
5726
|
* deployment group is updated.</p>
|
|
5307
5727
|
*/
|
|
5308
5728
|
autoRollbackConfiguration?: AutoRollbackConfiguration;
|
|
5309
5729
|
/**
|
|
5730
|
+
* @public
|
|
5310
5731
|
* <p>Indicates what happens when new Amazon EC2 instances are launched
|
|
5311
5732
|
* mid-deployment and do not receive the deployed application revision.</p>
|
|
5312
|
-
*
|
|
5733
|
+
* <p>If this option is set to <code>UPDATE</code> or is unspecified, CodeDeploy initiates
|
|
5313
5734
|
* one or more 'auto-update outdated instances' deployments to apply the deployed
|
|
5314
5735
|
* application revision to the new Amazon EC2 instances.</p>
|
|
5315
|
-
*
|
|
5736
|
+
* <p>If this option is set to <code>IGNORE</code>, CodeDeploy does not initiate a
|
|
5316
5737
|
* deployment to update the new Amazon EC2 instances. This may result in instances
|
|
5317
5738
|
* having different revisions.</p>
|
|
5318
5739
|
*/
|
|
5319
5740
|
outdatedInstancesStrategy?: OutdatedInstancesStrategy | string;
|
|
5320
5741
|
/**
|
|
5742
|
+
* @public
|
|
5321
5743
|
* <p>Information about the type of deployment, either in-place or blue/green, you want to
|
|
5322
5744
|
* run and whether to route deployment traffic behind a load balancer.</p>
|
|
5323
5745
|
*/
|
|
5324
5746
|
deploymentStyle?: DeploymentStyle;
|
|
5325
5747
|
/**
|
|
5748
|
+
* @public
|
|
5326
5749
|
* <p>Information about blue/green deployment options for a deployment group.</p>
|
|
5327
5750
|
*/
|
|
5328
5751
|
blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
|
|
5329
5752
|
/**
|
|
5753
|
+
* @public
|
|
5330
5754
|
* <p>Information about the load balancer used in a deployment.</p>
|
|
5331
5755
|
*/
|
|
5332
5756
|
loadBalancerInfo?: LoadBalancerInfo;
|
|
5333
5757
|
/**
|
|
5758
|
+
* @public
|
|
5334
5759
|
* <p>Information about groups of tags applied to on-premises instances. The deployment
|
|
5335
5760
|
* group includes only Amazon EC2 instances identified by all the tag
|
|
5336
5761
|
* groups.</p>
|
|
5337
5762
|
*/
|
|
5338
5763
|
ec2TagSet?: EC2TagSet;
|
|
5339
5764
|
/**
|
|
5765
|
+
* @public
|
|
5340
5766
|
* <p> The target Amazon ECS services in the deployment group. This applies only to
|
|
5341
5767
|
* deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name
|
|
5342
5768
|
* pair using the format <code><clustername>:<servicename></code>. </p>
|
|
5343
5769
|
*/
|
|
5344
5770
|
ecsServices?: ECSService[];
|
|
5345
5771
|
/**
|
|
5772
|
+
* @public
|
|
5346
5773
|
* <p>Information about an on-premises instance tag set. The deployment group includes only
|
|
5347
5774
|
* on-premises instances identified by all the tag groups.</p>
|
|
5348
5775
|
*/
|
|
@@ -5354,6 +5781,7 @@ export interface UpdateDeploymentGroupInput {
|
|
|
5354
5781
|
*/
|
|
5355
5782
|
export interface UpdateDeploymentGroupOutput {
|
|
5356
5783
|
/**
|
|
5784
|
+
* @public
|
|
5357
5785
|
* <p>If the output contains no data, and the corresponding deployment group contained at
|
|
5358
5786
|
* least one Auto Scaling group, CodeDeploy successfully removed all
|
|
5359
5787
|
* corresponding Auto Scaling lifecycle event hooks from the Amazon Web Services account. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon Web Services account.</p>
|