@aws-sdk/client-codedeploy 3.33.0 → 3.36.1
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/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/CodeDeploy.js +2 -105
- package/dist-cjs/CodeDeployClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/AddTagsToOnPremisesInstancesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/BatchGetApplicationRevisionsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/BatchGetApplicationsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/BatchGetDeploymentGroupsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/BatchGetDeploymentInstancesCommand.js +2 -36
- package/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/BatchGetDeploymentsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/BatchGetOnPremisesInstancesCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ContinueDeploymentCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/CreateApplicationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateDeploymentCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateDeploymentConfigCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateDeploymentGroupCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteApplicationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteDeploymentConfigCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DeleteDeploymentGroupCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteGitHubAccountTokenCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteResourcesByExternalIdCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeregisterOnPremisesInstanceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetApplicationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetApplicationRevisionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetDeploymentCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/GetDeploymentConfigCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetDeploymentGroupCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetDeploymentInstanceCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/GetDeploymentTargetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetOnPremisesInstanceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListApplicationRevisionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListApplicationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListDeploymentConfigsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListDeploymentGroupsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListDeploymentInstancesCommand.js +2 -35
- package/{dist/cjs → dist-cjs}/commands/ListDeploymentTargetsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListDeploymentsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListGitHubAccountTokenNamesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListOnPremisesInstancesCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -28
- package/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/RegisterApplicationRevisionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/RegisterOnPremisesInstanceCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/RemoveTagsFromOnPremisesInstancesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/SkipWaitTimeForInstanceTerminationCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/StopDeploymentCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/UpdateApplicationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateDeploymentGroupCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -742
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListApplicationRevisionsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/ListApplicationsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/ListDeploymentConfigsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/ListDeploymentGroupsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/ListDeploymentInstancesPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/ListDeploymentsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/cjs → dist-cjs}/waiters/waitForDeploymentSuccessful.js +5 -15
- package/{dist/es → dist-es}/CodeDeploy.js +3 -106
- package/dist-es/CodeDeployClient.js +37 -0
- package/{dist/es → dist-es}/commands/AddTagsToOnPremisesInstancesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/BatchGetApplicationRevisionsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/BatchGetApplicationsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/BatchGetDeploymentGroupsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/BatchGetDeploymentInstancesCommand.js +4 -39
- package/dist-es/commands/BatchGetDeploymentTargetsCommand.js +39 -0
- package/{dist/es → dist-es}/commands/BatchGetDeploymentsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/BatchGetOnPremisesInstancesCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ContinueDeploymentCommand.js +4 -34
- package/{dist/es → dist-es}/commands/CreateApplicationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateDeploymentCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateDeploymentConfigCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateDeploymentGroupCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteApplicationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteDeploymentConfigCommand.js +4 -34
- package/{dist/es → dist-es}/commands/DeleteDeploymentGroupCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteGitHubAccountTokenCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteResourcesByExternalIdCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeregisterOnPremisesInstanceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetApplicationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetApplicationRevisionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetDeploymentCommand.js +4 -36
- package/{dist/es → dist-es}/commands/GetDeploymentConfigCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetDeploymentGroupCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetDeploymentInstanceCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetDeploymentTargetCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetOnPremisesInstanceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListApplicationRevisionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListApplicationsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListDeploymentConfigsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListDeploymentGroupsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListDeploymentInstancesCommand.js +4 -38
- package/{dist/es → dist-es}/commands/ListDeploymentTargetsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListDeploymentsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListGitHubAccountTokenNamesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListOnPremisesInstancesCommand.js +4 -33
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -31
- package/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +39 -0
- package/{dist/es → dist-es}/commands/RegisterApplicationRevisionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/RegisterOnPremisesInstanceCommand.js +4 -34
- package/{dist/es → dist-es}/commands/RemoveTagsFromOnPremisesInstancesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/SkipWaitTimeForInstanceTerminationCommand.js +4 -33
- package/{dist/es → dist-es}/commands/StopDeploymentCommand.js +4 -30
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -32
- package/{dist/es → dist-es}/commands/UpdateApplicationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateDeploymentGroupCommand.js +4 -30
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -742
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListApplicationRevisionsPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListApplicationsPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListDeploymentConfigsPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListDeploymentGroupsPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListDeploymentInstancesPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListDeploymentsPaginator.js +16 -29
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +1763 -1769
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/waiters/waitForDeploymentSuccessful.js +11 -21
- package/{dist/types → dist-types}/CodeDeploy.d.ts +3 -3
- package/{dist/types → dist-types}/CodeDeployClient.d.ts +10 -10
- package/{dist/types → dist-types}/commands/AddTagsToOnPremisesInstancesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchGetApplicationRevisionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchGetApplicationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchGetDeploymentInstancesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchGetDeploymentTargetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchGetDeploymentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchGetOnPremisesInstancesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ContinueDeploymentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDeploymentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDeploymentConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDeploymentGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDeploymentConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDeploymentGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteGitHubAccountTokenCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteResourcesByExternalIdCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeregisterOnPremisesInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetApplicationRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDeploymentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDeploymentConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDeploymentGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDeploymentInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDeploymentTargetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetOnPremisesInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListApplicationRevisionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListApplicationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDeploymentConfigsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDeploymentGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDeploymentInstancesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDeploymentTargetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDeploymentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListGitHubAccountTokenNamesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListOnPremisesInstancesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RegisterApplicationRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RegisterOnPremisesInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopDeploymentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApplicationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateDeploymentGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListApplicationRevisionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDeploymentConfigsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDeploymentGroupsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDeploymentInstancesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDeploymentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +4 -4
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/CodeDeploy.d.ts +51 -334
- package/{dist/types → dist-types}/ts3.4/CodeDeployClient.d.ts +34 -198
- package/{dist/types → dist-types}/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +4 -23
- package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateApplicationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetApplicationRevisionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetDeploymentConfigCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/GetDeploymentGroupCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +4 -24
- package/{dist/types → dist-types}/ts3.4/commands/GetDeploymentTargetCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3195 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListApplicationRevisionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDeploymentConfigsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDeploymentGroupsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDeploymentInstancesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDeploymentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +4 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +3 -10
- package/{dist/types → dist-types}/waiters/waitForDeploymentSuccessful.d.ts +1 -1
- package/package.json +53 -50
- package/CodeDeploy.ts +0 -1923
- package/CodeDeployClient.ts +0 -577
- package/commands/AddTagsToOnPremisesInstancesCommand.ts +0 -97
- package/commands/BatchGetApplicationRevisionsCommand.ts +0 -100
- package/commands/BatchGetApplicationsCommand.ts +0 -95
- package/commands/BatchGetDeploymentGroupsCommand.ts +0 -94
- package/commands/BatchGetDeploymentInstancesCommand.ts +0 -106
- package/commands/BatchGetDeploymentTargetsCommand.ts +0 -124
- package/commands/BatchGetDeploymentsCommand.ts +0 -95
- package/commands/BatchGetOnPremisesInstancesCommand.ts +0 -98
- package/commands/ContinueDeploymentCommand.ts +0 -98
- package/commands/CreateApplicationCommand.ts +0 -94
- package/commands/CreateDeploymentCommand.ts +0 -94
- package/commands/CreateDeploymentConfigCommand.ts +0 -94
- package/commands/CreateDeploymentGroupCommand.ts +0 -94
- package/commands/DeleteApplicationCommand.ts +0 -94
- package/commands/DeleteDeploymentConfigCommand.ts +0 -98
- package/commands/DeleteDeploymentGroupCommand.ts +0 -94
- package/commands/DeleteGitHubAccountTokenCommand.ts +0 -94
- package/commands/DeleteResourcesByExternalIdCommand.ts +0 -97
- package/commands/DeregisterOnPremisesInstanceCommand.ts +0 -97
- package/commands/GetApplicationCommand.ts +0 -94
- package/commands/GetApplicationRevisionCommand.ts +0 -94
- package/commands/GetDeploymentCommand.ts +0 -100
- package/commands/GetDeploymentConfigCommand.ts +0 -94
- package/commands/GetDeploymentGroupCommand.ts +0 -94
- package/commands/GetDeploymentInstanceCommand.ts +0 -96
- package/commands/GetDeploymentTargetCommand.ts +0 -94
- package/commands/GetOnPremisesInstanceCommand.ts +0 -94
- package/commands/ListApplicationRevisionsCommand.ts +0 -94
- package/commands/ListApplicationsCommand.ts +0 -94
- package/commands/ListDeploymentConfigsCommand.ts +0 -94
- package/commands/ListDeploymentGroupsCommand.ts +0 -95
- package/commands/ListDeploymentInstancesCommand.ts +0 -102
- package/commands/ListDeploymentTargetsCommand.ts +0 -94
- package/commands/ListDeploymentsCommand.ts +0 -95
- package/commands/ListGitHubAccountTokenNamesCommand.ts +0 -97
- package/commands/ListOnPremisesInstancesCommand.ts +0 -97
- package/commands/ListTagsForResourceCommand.ts +0 -95
- package/commands/PutLifecycleEventHookExecutionStatusCommand.ts +0 -113
- package/commands/RegisterApplicationRevisionCommand.ts +0 -97
- package/commands/RegisterOnPremisesInstanceCommand.ts +0 -101
- package/commands/RemoveTagsFromOnPremisesInstancesCommand.ts +0 -100
- package/commands/SkipWaitTimeForInstanceTerminationCommand.ts +0 -103
- package/commands/StopDeploymentCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -95
- package/commands/UntagResourceCommand.ts +0 -96
- package/commands/UpdateApplicationCommand.ts +0 -94
- package/commands/UpdateDeploymentGroupCommand.ts +0 -94
- package/dist/cjs/CodeDeploy.js.map +0 -1
- package/dist/cjs/CodeDeployClient.js +0 -143
- package/dist/cjs/CodeDeployClient.js.map +0 -1
- package/dist/cjs/commands/AddTagsToOnPremisesInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/BatchGetApplicationRevisionsCommand.js.map +0 -1
- package/dist/cjs/commands/BatchGetApplicationsCommand.js.map +0 -1
- package/dist/cjs/commands/BatchGetDeploymentGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/BatchGetDeploymentInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/BatchGetDeploymentTargetsCommand.js +0 -88
- package/dist/cjs/commands/BatchGetDeploymentTargetsCommand.js.map +0 -1
- package/dist/cjs/commands/BatchGetDeploymentsCommand.js.map +0 -1
- package/dist/cjs/commands/BatchGetOnPremisesInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/ContinueDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/CreateApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDeploymentConfigCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDeploymentGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDeploymentConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDeploymentGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGitHubAccountTokenCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteResourcesByExternalIdCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterOnPremisesInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/GetApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/GetApplicationRevisionCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeploymentConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeploymentGroupCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeploymentInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeploymentTargetCommand.js.map +0 -1
- package/dist/cjs/commands/GetOnPremisesInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/ListApplicationRevisionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListApplicationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDeploymentConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDeploymentGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDeploymentInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/ListDeploymentTargetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDeploymentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGitHubAccountTokenNamesCommand.js.map +0 -1
- package/dist/cjs/commands/ListOnPremisesInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +0 -69
- package/dist/cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterApplicationRevisionCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterOnPremisesInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js.map +0 -1
- package/dist/cjs/commands/StopDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDeploymentGroupCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -92
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListApplicationRevisionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListApplicationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDeploymentConfigsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDeploymentGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDeploymentInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDeploymentsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForDeploymentSuccessful.js.map +0 -1
- package/dist/es/CodeDeploy.js.map +0 -1
- package/dist/es/CodeDeployClient.js +0 -145
- package/dist/es/CodeDeployClient.js.map +0 -1
- package/dist/es/commands/AddTagsToOnPremisesInstancesCommand.js.map +0 -1
- package/dist/es/commands/BatchGetApplicationRevisionsCommand.js.map +0 -1
- package/dist/es/commands/BatchGetApplicationsCommand.js.map +0 -1
- package/dist/es/commands/BatchGetDeploymentGroupsCommand.js.map +0 -1
- package/dist/es/commands/BatchGetDeploymentInstancesCommand.js.map +0 -1
- package/dist/es/commands/BatchGetDeploymentTargetsCommand.js +0 -92
- package/dist/es/commands/BatchGetDeploymentTargetsCommand.js.map +0 -1
- package/dist/es/commands/BatchGetDeploymentsCommand.js.map +0 -1
- package/dist/es/commands/BatchGetOnPremisesInstancesCommand.js.map +0 -1
- package/dist/es/commands/ContinueDeploymentCommand.js.map +0 -1
- package/dist/es/commands/CreateApplicationCommand.js.map +0 -1
- package/dist/es/commands/CreateDeploymentCommand.js.map +0 -1
- package/dist/es/commands/CreateDeploymentConfigCommand.js.map +0 -1
- package/dist/es/commands/CreateDeploymentGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteApplicationCommand.js.map +0 -1
- package/dist/es/commands/DeleteDeploymentConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteDeploymentGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteGitHubAccountTokenCommand.js.map +0 -1
- package/dist/es/commands/DeleteResourcesByExternalIdCommand.js.map +0 -1
- package/dist/es/commands/DeregisterOnPremisesInstanceCommand.js.map +0 -1
- package/dist/es/commands/GetApplicationCommand.js.map +0 -1
- package/dist/es/commands/GetApplicationRevisionCommand.js.map +0 -1
- package/dist/es/commands/GetDeploymentCommand.js.map +0 -1
- package/dist/es/commands/GetDeploymentConfigCommand.js.map +0 -1
- package/dist/es/commands/GetDeploymentGroupCommand.js.map +0 -1
- package/dist/es/commands/GetDeploymentInstanceCommand.js.map +0 -1
- package/dist/es/commands/GetDeploymentTargetCommand.js.map +0 -1
- package/dist/es/commands/GetOnPremisesInstanceCommand.js.map +0 -1
- package/dist/es/commands/ListApplicationRevisionsCommand.js.map +0 -1
- package/dist/es/commands/ListApplicationsCommand.js.map +0 -1
- package/dist/es/commands/ListDeploymentConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListDeploymentGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListDeploymentInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListDeploymentTargetsCommand.js.map +0 -1
- package/dist/es/commands/ListDeploymentsCommand.js.map +0 -1
- package/dist/es/commands/ListGitHubAccountTokenNamesCommand.js.map +0 -1
- package/dist/es/commands/ListOnPremisesInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutLifecycleEventHookExecutionStatusCommand.js +0 -73
- package/dist/es/commands/PutLifecycleEventHookExecutionStatusCommand.js.map +0 -1
- package/dist/es/commands/RegisterApplicationRevisionCommand.js.map +0 -1
- package/dist/es/commands/RegisterOnPremisesInstanceCommand.js.map +0 -1
- package/dist/es/commands/RemoveTagsFromOnPremisesInstancesCommand.js.map +0 -1
- package/dist/es/commands/SkipWaitTimeForInstanceTerminationCommand.js.map +0 -1
- package/dist/es/commands/StopDeploymentCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateApplicationCommand.js.map +0 -1
- package/dist/es/commands/UpdateDeploymentGroupCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -59
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -92
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListApplicationRevisionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListApplicationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDeploymentConfigsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDeploymentGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDeploymentInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/ListDeploymentsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForDeploymentSuccessful.js.map +0 -1
- package/dist/types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ContinueDeploymentCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/CreateDeploymentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetApplicationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDeploymentCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListDeploymentsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/StopDeploymentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -6275
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -7572
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListApplicationRevisionsPaginator.ts +0 -57
- package/pagination/ListApplicationsPaginator.ts +0 -57
- package/pagination/ListDeploymentConfigsPaginator.ts +0 -57
- package/pagination/ListDeploymentGroupsPaginator.ts +0 -57
- package/pagination/ListDeploymentInstancesPaginator.ts +0 -57
- package/pagination/ListDeploymentsPaginator.ts +0 -57
- package/protocols/Aws_json1_1.ts +0 -11358
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForDeploymentSuccessful.ts +0 -62
|
@@ -0,0 +1,3195 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
|
+
export interface Tag {
|
|
4
|
+
|
|
5
|
+
Key?: string;
|
|
6
|
+
|
|
7
|
+
Value?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare namespace Tag {
|
|
10
|
+
|
|
11
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export interface AddTagsToOnPremisesInstancesInput {
|
|
15
|
+
|
|
16
|
+
tags: Tag[] | undefined;
|
|
17
|
+
|
|
18
|
+
instanceNames: string[] | undefined;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace AddTagsToOnPremisesInstancesInput {
|
|
21
|
+
|
|
22
|
+
const filterSensitiveLog: (obj: AddTagsToOnPremisesInstancesInput) => any;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export interface InstanceLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
26
|
+
name: "InstanceLimitExceededException";
|
|
27
|
+
$fault: "client";
|
|
28
|
+
|
|
29
|
+
message?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace InstanceLimitExceededException {
|
|
32
|
+
|
|
33
|
+
const filterSensitiveLog: (obj: InstanceLimitExceededException) => any;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export interface InstanceNameRequiredException extends __SmithyException, $MetadataBearer {
|
|
37
|
+
name: "InstanceNameRequiredException";
|
|
38
|
+
$fault: "client";
|
|
39
|
+
|
|
40
|
+
message?: string;
|
|
41
|
+
}
|
|
42
|
+
export declare namespace InstanceNameRequiredException {
|
|
43
|
+
|
|
44
|
+
const filterSensitiveLog: (obj: InstanceNameRequiredException) => any;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export interface InstanceNotRegisteredException extends __SmithyException, $MetadataBearer {
|
|
48
|
+
name: "InstanceNotRegisteredException";
|
|
49
|
+
$fault: "client";
|
|
50
|
+
|
|
51
|
+
message?: string;
|
|
52
|
+
}
|
|
53
|
+
export declare namespace InstanceNotRegisteredException {
|
|
54
|
+
|
|
55
|
+
const filterSensitiveLog: (obj: InstanceNotRegisteredException) => any;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export interface InvalidInstanceNameException extends __SmithyException, $MetadataBearer {
|
|
59
|
+
name: "InvalidInstanceNameException";
|
|
60
|
+
$fault: "client";
|
|
61
|
+
|
|
62
|
+
message?: string;
|
|
63
|
+
}
|
|
64
|
+
export declare namespace InvalidInstanceNameException {
|
|
65
|
+
|
|
66
|
+
const filterSensitiveLog: (obj: InvalidInstanceNameException) => any;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export interface InvalidTagException extends __SmithyException, $MetadataBearer {
|
|
70
|
+
name: "InvalidTagException";
|
|
71
|
+
$fault: "client";
|
|
72
|
+
|
|
73
|
+
message?: string;
|
|
74
|
+
}
|
|
75
|
+
export declare namespace InvalidTagException {
|
|
76
|
+
|
|
77
|
+
const filterSensitiveLog: (obj: InvalidTagException) => any;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export interface TagLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
81
|
+
name: "TagLimitExceededException";
|
|
82
|
+
$fault: "client";
|
|
83
|
+
|
|
84
|
+
message?: string;
|
|
85
|
+
}
|
|
86
|
+
export declare namespace TagLimitExceededException {
|
|
87
|
+
|
|
88
|
+
const filterSensitiveLog: (obj: TagLimitExceededException) => any;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export interface TagRequiredException extends __SmithyException, $MetadataBearer {
|
|
92
|
+
name: "TagRequiredException";
|
|
93
|
+
$fault: "client";
|
|
94
|
+
|
|
95
|
+
message?: string;
|
|
96
|
+
}
|
|
97
|
+
export declare namespace TagRequiredException {
|
|
98
|
+
|
|
99
|
+
const filterSensitiveLog: (obj: TagRequiredException) => any;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export interface Alarm {
|
|
103
|
+
|
|
104
|
+
name?: string;
|
|
105
|
+
}
|
|
106
|
+
export declare namespace Alarm {
|
|
107
|
+
|
|
108
|
+
const filterSensitiveLog: (obj: Alarm) => any;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export interface AlarmConfiguration {
|
|
112
|
+
|
|
113
|
+
enabled?: boolean;
|
|
114
|
+
|
|
115
|
+
ignorePollAlarmFailure?: boolean;
|
|
116
|
+
|
|
117
|
+
alarms?: Alarm[];
|
|
118
|
+
}
|
|
119
|
+
export declare namespace AlarmConfiguration {
|
|
120
|
+
|
|
121
|
+
const filterSensitiveLog: (obj: AlarmConfiguration) => any;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
export interface AlarmsLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
125
|
+
name: "AlarmsLimitExceededException";
|
|
126
|
+
$fault: "client";
|
|
127
|
+
|
|
128
|
+
message?: string;
|
|
129
|
+
}
|
|
130
|
+
export declare namespace AlarmsLimitExceededException {
|
|
131
|
+
|
|
132
|
+
const filterSensitiveLog: (obj: AlarmsLimitExceededException) => any;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
export interface ApplicationAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
136
|
+
name: "ApplicationAlreadyExistsException";
|
|
137
|
+
$fault: "client";
|
|
138
|
+
|
|
139
|
+
message?: string;
|
|
140
|
+
}
|
|
141
|
+
export declare namespace ApplicationAlreadyExistsException {
|
|
142
|
+
|
|
143
|
+
const filterSensitiveLog: (obj: ApplicationAlreadyExistsException) => any;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export interface ApplicationDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
147
|
+
name: "ApplicationDoesNotExistException";
|
|
148
|
+
$fault: "client";
|
|
149
|
+
|
|
150
|
+
message?: string;
|
|
151
|
+
}
|
|
152
|
+
export declare namespace ApplicationDoesNotExistException {
|
|
153
|
+
|
|
154
|
+
const filterSensitiveLog: (obj: ApplicationDoesNotExistException) => any;
|
|
155
|
+
}
|
|
156
|
+
export declare enum ComputePlatform {
|
|
157
|
+
ECS = "ECS",
|
|
158
|
+
LAMBDA = "Lambda",
|
|
159
|
+
SERVER = "Server"
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
export interface ApplicationInfo {
|
|
163
|
+
|
|
164
|
+
applicationId?: string;
|
|
165
|
+
|
|
166
|
+
applicationName?: string;
|
|
167
|
+
|
|
168
|
+
createTime?: Date;
|
|
169
|
+
|
|
170
|
+
linkedToGitHub?: boolean;
|
|
171
|
+
|
|
172
|
+
gitHubAccountName?: string;
|
|
173
|
+
|
|
174
|
+
computePlatform?: ComputePlatform | string;
|
|
175
|
+
}
|
|
176
|
+
export declare namespace ApplicationInfo {
|
|
177
|
+
|
|
178
|
+
const filterSensitiveLog: (obj: ApplicationInfo) => any;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
export interface ApplicationLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
182
|
+
name: "ApplicationLimitExceededException";
|
|
183
|
+
$fault: "client";
|
|
184
|
+
|
|
185
|
+
message?: string;
|
|
186
|
+
}
|
|
187
|
+
export declare namespace ApplicationLimitExceededException {
|
|
188
|
+
|
|
189
|
+
const filterSensitiveLog: (obj: ApplicationLimitExceededException) => any;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
export interface ApplicationNameRequiredException extends __SmithyException, $MetadataBearer {
|
|
193
|
+
name: "ApplicationNameRequiredException";
|
|
194
|
+
$fault: "client";
|
|
195
|
+
|
|
196
|
+
message?: string;
|
|
197
|
+
}
|
|
198
|
+
export declare namespace ApplicationNameRequiredException {
|
|
199
|
+
|
|
200
|
+
const filterSensitiveLog: (obj: ApplicationNameRequiredException) => any;
|
|
201
|
+
}
|
|
202
|
+
export declare enum ApplicationRevisionSortBy {
|
|
203
|
+
FirstUsedTime = "firstUsedTime",
|
|
204
|
+
LastUsedTime = "lastUsedTime",
|
|
205
|
+
RegisterTime = "registerTime"
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
export interface AppSpecContent {
|
|
209
|
+
|
|
210
|
+
content?: string;
|
|
211
|
+
|
|
212
|
+
sha256?: string;
|
|
213
|
+
}
|
|
214
|
+
export declare namespace AppSpecContent {
|
|
215
|
+
|
|
216
|
+
const filterSensitiveLog: (obj: AppSpecContent) => any;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export interface ArnNotSupportedException extends __SmithyException, $MetadataBearer {
|
|
220
|
+
name: "ArnNotSupportedException";
|
|
221
|
+
$fault: "client";
|
|
222
|
+
|
|
223
|
+
message?: string;
|
|
224
|
+
}
|
|
225
|
+
export declare namespace ArnNotSupportedException {
|
|
226
|
+
|
|
227
|
+
const filterSensitiveLog: (obj: ArnNotSupportedException) => any;
|
|
228
|
+
}
|
|
229
|
+
export declare enum AutoRollbackEvent {
|
|
230
|
+
DEPLOYMENT_FAILURE = "DEPLOYMENT_FAILURE",
|
|
231
|
+
DEPLOYMENT_STOP_ON_ALARM = "DEPLOYMENT_STOP_ON_ALARM",
|
|
232
|
+
DEPLOYMENT_STOP_ON_REQUEST = "DEPLOYMENT_STOP_ON_REQUEST"
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
export interface AutoRollbackConfiguration {
|
|
236
|
+
|
|
237
|
+
enabled?: boolean;
|
|
238
|
+
|
|
239
|
+
events?: (AutoRollbackEvent | string)[];
|
|
240
|
+
}
|
|
241
|
+
export declare namespace AutoRollbackConfiguration {
|
|
242
|
+
|
|
243
|
+
const filterSensitiveLog: (obj: AutoRollbackConfiguration) => any;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
export interface AutoScalingGroup {
|
|
247
|
+
|
|
248
|
+
name?: string;
|
|
249
|
+
|
|
250
|
+
hook?: string;
|
|
251
|
+
}
|
|
252
|
+
export declare namespace AutoScalingGroup {
|
|
253
|
+
|
|
254
|
+
const filterSensitiveLog: (obj: AutoScalingGroup) => any;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
export interface GitHubLocation {
|
|
258
|
+
|
|
259
|
+
repository?: string;
|
|
260
|
+
|
|
261
|
+
commitId?: string;
|
|
262
|
+
}
|
|
263
|
+
export declare namespace GitHubLocation {
|
|
264
|
+
|
|
265
|
+
const filterSensitiveLog: (obj: GitHubLocation) => any;
|
|
266
|
+
}
|
|
267
|
+
export declare enum RevisionLocationType {
|
|
268
|
+
AppSpecContent = "AppSpecContent",
|
|
269
|
+
GitHub = "GitHub",
|
|
270
|
+
S3 = "S3",
|
|
271
|
+
String = "String"
|
|
272
|
+
}
|
|
273
|
+
export declare enum BundleType {
|
|
274
|
+
JSON = "JSON",
|
|
275
|
+
Tar = "tar",
|
|
276
|
+
TarGZip = "tgz",
|
|
277
|
+
YAML = "YAML",
|
|
278
|
+
Zip = "zip"
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
export interface S3Location {
|
|
282
|
+
|
|
283
|
+
bucket?: string;
|
|
284
|
+
|
|
285
|
+
key?: string;
|
|
286
|
+
|
|
287
|
+
bundleType?: BundleType | string;
|
|
288
|
+
|
|
289
|
+
version?: string;
|
|
290
|
+
|
|
291
|
+
eTag?: string;
|
|
292
|
+
}
|
|
293
|
+
export declare namespace S3Location {
|
|
294
|
+
|
|
295
|
+
const filterSensitiveLog: (obj: S3Location) => any;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
export interface RawString {
|
|
299
|
+
|
|
300
|
+
content?: string;
|
|
301
|
+
|
|
302
|
+
sha256?: string;
|
|
303
|
+
}
|
|
304
|
+
export declare namespace RawString {
|
|
305
|
+
|
|
306
|
+
const filterSensitiveLog: (obj: RawString) => any;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
export interface RevisionLocation {
|
|
310
|
+
|
|
311
|
+
revisionType?: RevisionLocationType | string;
|
|
312
|
+
|
|
313
|
+
s3Location?: S3Location;
|
|
314
|
+
|
|
315
|
+
gitHubLocation?: GitHubLocation;
|
|
316
|
+
|
|
317
|
+
string?: RawString;
|
|
318
|
+
|
|
319
|
+
appSpecContent?: AppSpecContent;
|
|
320
|
+
}
|
|
321
|
+
export declare namespace RevisionLocation {
|
|
322
|
+
|
|
323
|
+
const filterSensitiveLog: (obj: RevisionLocation) => any;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
export interface BatchGetApplicationRevisionsInput {
|
|
327
|
+
|
|
328
|
+
applicationName: string | undefined;
|
|
329
|
+
|
|
330
|
+
revisions: RevisionLocation[] | undefined;
|
|
331
|
+
}
|
|
332
|
+
export declare namespace BatchGetApplicationRevisionsInput {
|
|
333
|
+
|
|
334
|
+
const filterSensitiveLog: (obj: BatchGetApplicationRevisionsInput) => any;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
export interface GenericRevisionInfo {
|
|
338
|
+
|
|
339
|
+
description?: string;
|
|
340
|
+
|
|
341
|
+
deploymentGroups?: string[];
|
|
342
|
+
|
|
343
|
+
firstUsedTime?: Date;
|
|
344
|
+
|
|
345
|
+
lastUsedTime?: Date;
|
|
346
|
+
|
|
347
|
+
registerTime?: Date;
|
|
348
|
+
}
|
|
349
|
+
export declare namespace GenericRevisionInfo {
|
|
350
|
+
|
|
351
|
+
const filterSensitiveLog: (obj: GenericRevisionInfo) => any;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
export interface RevisionInfo {
|
|
355
|
+
|
|
356
|
+
revisionLocation?: RevisionLocation;
|
|
357
|
+
|
|
358
|
+
genericRevisionInfo?: GenericRevisionInfo;
|
|
359
|
+
}
|
|
360
|
+
export declare namespace RevisionInfo {
|
|
361
|
+
|
|
362
|
+
const filterSensitiveLog: (obj: RevisionInfo) => any;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
export interface BatchGetApplicationRevisionsOutput {
|
|
366
|
+
|
|
367
|
+
applicationName?: string;
|
|
368
|
+
|
|
369
|
+
errorMessage?: string;
|
|
370
|
+
|
|
371
|
+
revisions?: RevisionInfo[];
|
|
372
|
+
}
|
|
373
|
+
export declare namespace BatchGetApplicationRevisionsOutput {
|
|
374
|
+
|
|
375
|
+
const filterSensitiveLog: (obj: BatchGetApplicationRevisionsOutput) => any;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
export interface BatchLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
379
|
+
name: "BatchLimitExceededException";
|
|
380
|
+
$fault: "client";
|
|
381
|
+
|
|
382
|
+
message?: string;
|
|
383
|
+
}
|
|
384
|
+
export declare namespace BatchLimitExceededException {
|
|
385
|
+
|
|
386
|
+
const filterSensitiveLog: (obj: BatchLimitExceededException) => any;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
export interface InvalidApplicationNameException extends __SmithyException, $MetadataBearer {
|
|
390
|
+
name: "InvalidApplicationNameException";
|
|
391
|
+
$fault: "client";
|
|
392
|
+
|
|
393
|
+
message?: string;
|
|
394
|
+
}
|
|
395
|
+
export declare namespace InvalidApplicationNameException {
|
|
396
|
+
|
|
397
|
+
const filterSensitiveLog: (obj: InvalidApplicationNameException) => any;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
export interface InvalidRevisionException extends __SmithyException, $MetadataBearer {
|
|
401
|
+
name: "InvalidRevisionException";
|
|
402
|
+
$fault: "client";
|
|
403
|
+
|
|
404
|
+
message?: string;
|
|
405
|
+
}
|
|
406
|
+
export declare namespace InvalidRevisionException {
|
|
407
|
+
|
|
408
|
+
const filterSensitiveLog: (obj: InvalidRevisionException) => any;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
export interface RevisionRequiredException extends __SmithyException, $MetadataBearer {
|
|
412
|
+
name: "RevisionRequiredException";
|
|
413
|
+
$fault: "client";
|
|
414
|
+
|
|
415
|
+
message?: string;
|
|
416
|
+
}
|
|
417
|
+
export declare namespace RevisionRequiredException {
|
|
418
|
+
|
|
419
|
+
const filterSensitiveLog: (obj: RevisionRequiredException) => any;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
export interface BatchGetApplicationsInput {
|
|
423
|
+
|
|
424
|
+
applicationNames: string[] | undefined;
|
|
425
|
+
}
|
|
426
|
+
export declare namespace BatchGetApplicationsInput {
|
|
427
|
+
|
|
428
|
+
const filterSensitiveLog: (obj: BatchGetApplicationsInput) => any;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
export interface BatchGetApplicationsOutput {
|
|
432
|
+
|
|
433
|
+
applicationsInfo?: ApplicationInfo[];
|
|
434
|
+
}
|
|
435
|
+
export declare namespace BatchGetApplicationsOutput {
|
|
436
|
+
|
|
437
|
+
const filterSensitiveLog: (obj: BatchGetApplicationsOutput) => any;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
export interface BatchGetDeploymentGroupsInput {
|
|
441
|
+
|
|
442
|
+
applicationName: string | undefined;
|
|
443
|
+
|
|
444
|
+
deploymentGroupNames: string[] | undefined;
|
|
445
|
+
}
|
|
446
|
+
export declare namespace BatchGetDeploymentGroupsInput {
|
|
447
|
+
|
|
448
|
+
const filterSensitiveLog: (obj: BatchGetDeploymentGroupsInput) => any;
|
|
449
|
+
}
|
|
450
|
+
export declare enum DeploymentReadyAction {
|
|
451
|
+
CONTINUE_DEPLOYMENT = "CONTINUE_DEPLOYMENT",
|
|
452
|
+
STOP_DEPLOYMENT = "STOP_DEPLOYMENT"
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
export interface DeploymentReadyOption {
|
|
456
|
+
|
|
457
|
+
actionOnTimeout?: DeploymentReadyAction | string;
|
|
458
|
+
|
|
459
|
+
waitTimeInMinutes?: number;
|
|
460
|
+
}
|
|
461
|
+
export declare namespace DeploymentReadyOption {
|
|
462
|
+
|
|
463
|
+
const filterSensitiveLog: (obj: DeploymentReadyOption) => any;
|
|
464
|
+
}
|
|
465
|
+
export declare enum GreenFleetProvisioningAction {
|
|
466
|
+
COPY_AUTO_SCALING_GROUP = "COPY_AUTO_SCALING_GROUP",
|
|
467
|
+
DISCOVER_EXISTING = "DISCOVER_EXISTING"
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
export interface GreenFleetProvisioningOption {
|
|
471
|
+
|
|
472
|
+
action?: GreenFleetProvisioningAction | string;
|
|
473
|
+
}
|
|
474
|
+
export declare namespace GreenFleetProvisioningOption {
|
|
475
|
+
|
|
476
|
+
const filterSensitiveLog: (obj: GreenFleetProvisioningOption) => any;
|
|
477
|
+
}
|
|
478
|
+
export declare enum InstanceAction {
|
|
479
|
+
KEEP_ALIVE = "KEEP_ALIVE",
|
|
480
|
+
TERMINATE = "TERMINATE"
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
export interface BlueInstanceTerminationOption {
|
|
484
|
+
|
|
485
|
+
action?: InstanceAction | string;
|
|
486
|
+
|
|
487
|
+
terminationWaitTimeInMinutes?: number;
|
|
488
|
+
}
|
|
489
|
+
export declare namespace BlueInstanceTerminationOption {
|
|
490
|
+
|
|
491
|
+
const filterSensitiveLog: (obj: BlueInstanceTerminationOption) => any;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
export interface BlueGreenDeploymentConfiguration {
|
|
495
|
+
|
|
496
|
+
terminateBlueInstancesOnDeploymentSuccess?: BlueInstanceTerminationOption;
|
|
497
|
+
|
|
498
|
+
deploymentReadyOption?: DeploymentReadyOption;
|
|
499
|
+
|
|
500
|
+
greenFleetProvisioningOption?: GreenFleetProvisioningOption;
|
|
501
|
+
}
|
|
502
|
+
export declare namespace BlueGreenDeploymentConfiguration {
|
|
503
|
+
|
|
504
|
+
const filterSensitiveLog: (obj: BlueGreenDeploymentConfiguration) => any;
|
|
505
|
+
}
|
|
506
|
+
export declare enum DeploymentOption {
|
|
507
|
+
WITHOUT_TRAFFIC_CONTROL = "WITHOUT_TRAFFIC_CONTROL",
|
|
508
|
+
WITH_TRAFFIC_CONTROL = "WITH_TRAFFIC_CONTROL"
|
|
509
|
+
}
|
|
510
|
+
export declare enum DeploymentType {
|
|
511
|
+
BLUE_GREEN = "BLUE_GREEN",
|
|
512
|
+
IN_PLACE = "IN_PLACE"
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
export interface DeploymentStyle {
|
|
516
|
+
|
|
517
|
+
deploymentType?: DeploymentType | string;
|
|
518
|
+
|
|
519
|
+
deploymentOption?: DeploymentOption | string;
|
|
520
|
+
}
|
|
521
|
+
export declare namespace DeploymentStyle {
|
|
522
|
+
|
|
523
|
+
const filterSensitiveLog: (obj: DeploymentStyle) => any;
|
|
524
|
+
}
|
|
525
|
+
export declare enum EC2TagFilterType {
|
|
526
|
+
KEY_AND_VALUE = "KEY_AND_VALUE",
|
|
527
|
+
KEY_ONLY = "KEY_ONLY",
|
|
528
|
+
VALUE_ONLY = "VALUE_ONLY"
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
export interface EC2TagFilter {
|
|
532
|
+
|
|
533
|
+
Key?: string;
|
|
534
|
+
|
|
535
|
+
Value?: string;
|
|
536
|
+
|
|
537
|
+
Type?: EC2TagFilterType | string;
|
|
538
|
+
}
|
|
539
|
+
export declare namespace EC2TagFilter {
|
|
540
|
+
|
|
541
|
+
const filterSensitiveLog: (obj: EC2TagFilter) => any;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
export interface EC2TagSet {
|
|
545
|
+
|
|
546
|
+
ec2TagSetList?: EC2TagFilter[][];
|
|
547
|
+
}
|
|
548
|
+
export declare namespace EC2TagSet {
|
|
549
|
+
|
|
550
|
+
const filterSensitiveLog: (obj: EC2TagSet) => any;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
export interface ECSService {
|
|
554
|
+
|
|
555
|
+
serviceName?: string;
|
|
556
|
+
|
|
557
|
+
clusterName?: string;
|
|
558
|
+
}
|
|
559
|
+
export declare namespace ECSService {
|
|
560
|
+
|
|
561
|
+
const filterSensitiveLog: (obj: ECSService) => any;
|
|
562
|
+
}
|
|
563
|
+
export declare enum DeploymentStatus {
|
|
564
|
+
BAKING = "Baking",
|
|
565
|
+
CREATED = "Created",
|
|
566
|
+
FAILED = "Failed",
|
|
567
|
+
IN_PROGRESS = "InProgress",
|
|
568
|
+
QUEUED = "Queued",
|
|
569
|
+
READY = "Ready",
|
|
570
|
+
STOPPED = "Stopped",
|
|
571
|
+
SUCCEEDED = "Succeeded"
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
export interface LastDeploymentInfo {
|
|
575
|
+
|
|
576
|
+
deploymentId?: string;
|
|
577
|
+
|
|
578
|
+
status?: DeploymentStatus | string;
|
|
579
|
+
|
|
580
|
+
endTime?: Date;
|
|
581
|
+
|
|
582
|
+
createTime?: Date;
|
|
583
|
+
}
|
|
584
|
+
export declare namespace LastDeploymentInfo {
|
|
585
|
+
|
|
586
|
+
const filterSensitiveLog: (obj: LastDeploymentInfo) => any;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
export interface ELBInfo {
|
|
590
|
+
|
|
591
|
+
name?: string;
|
|
592
|
+
}
|
|
593
|
+
export declare namespace ELBInfo {
|
|
594
|
+
|
|
595
|
+
const filterSensitiveLog: (obj: ELBInfo) => any;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
export interface TargetGroupInfo {
|
|
599
|
+
|
|
600
|
+
name?: string;
|
|
601
|
+
}
|
|
602
|
+
export declare namespace TargetGroupInfo {
|
|
603
|
+
|
|
604
|
+
const filterSensitiveLog: (obj: TargetGroupInfo) => any;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
export interface TrafficRoute {
|
|
608
|
+
|
|
609
|
+
listenerArns?: string[];
|
|
610
|
+
}
|
|
611
|
+
export declare namespace TrafficRoute {
|
|
612
|
+
|
|
613
|
+
const filterSensitiveLog: (obj: TrafficRoute) => any;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
export interface TargetGroupPairInfo {
|
|
617
|
+
|
|
618
|
+
targetGroups?: TargetGroupInfo[];
|
|
619
|
+
|
|
620
|
+
prodTrafficRoute?: TrafficRoute;
|
|
621
|
+
|
|
622
|
+
testTrafficRoute?: TrafficRoute;
|
|
623
|
+
}
|
|
624
|
+
export declare namespace TargetGroupPairInfo {
|
|
625
|
+
|
|
626
|
+
const filterSensitiveLog: (obj: TargetGroupPairInfo) => any;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
export interface LoadBalancerInfo {
|
|
630
|
+
|
|
631
|
+
elbInfoList?: ELBInfo[];
|
|
632
|
+
|
|
633
|
+
targetGroupInfoList?: TargetGroupInfo[];
|
|
634
|
+
|
|
635
|
+
targetGroupPairInfoList?: TargetGroupPairInfo[];
|
|
636
|
+
}
|
|
637
|
+
export declare namespace LoadBalancerInfo {
|
|
638
|
+
|
|
639
|
+
const filterSensitiveLog: (obj: LoadBalancerInfo) => any;
|
|
640
|
+
}
|
|
641
|
+
export declare enum TagFilterType {
|
|
642
|
+
KEY_AND_VALUE = "KEY_AND_VALUE",
|
|
643
|
+
KEY_ONLY = "KEY_ONLY",
|
|
644
|
+
VALUE_ONLY = "VALUE_ONLY"
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
export interface TagFilter {
|
|
648
|
+
|
|
649
|
+
Key?: string;
|
|
650
|
+
|
|
651
|
+
Value?: string;
|
|
652
|
+
|
|
653
|
+
Type?: TagFilterType | string;
|
|
654
|
+
}
|
|
655
|
+
export declare namespace TagFilter {
|
|
656
|
+
|
|
657
|
+
const filterSensitiveLog: (obj: TagFilter) => any;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
export interface OnPremisesTagSet {
|
|
661
|
+
|
|
662
|
+
onPremisesTagSetList?: TagFilter[][];
|
|
663
|
+
}
|
|
664
|
+
export declare namespace OnPremisesTagSet {
|
|
665
|
+
|
|
666
|
+
const filterSensitiveLog: (obj: OnPremisesTagSet) => any;
|
|
667
|
+
}
|
|
668
|
+
export declare enum OutdatedInstancesStrategy {
|
|
669
|
+
Ignore = "IGNORE",
|
|
670
|
+
Update = "UPDATE"
|
|
671
|
+
}
|
|
672
|
+
export declare enum TriggerEventType {
|
|
673
|
+
DEPLOYMENT_FAILURE = "DeploymentFailure",
|
|
674
|
+
DEPLOYMENT_READY = "DeploymentReady",
|
|
675
|
+
DEPLOYMENT_ROLLBACK = "DeploymentRollback",
|
|
676
|
+
DEPLOYMENT_START = "DeploymentStart",
|
|
677
|
+
DEPLOYMENT_STOP = "DeploymentStop",
|
|
678
|
+
DEPLOYMENT_SUCCESS = "DeploymentSuccess",
|
|
679
|
+
INSTANCE_FAILURE = "InstanceFailure",
|
|
680
|
+
INSTANCE_READY = "InstanceReady",
|
|
681
|
+
INSTANCE_START = "InstanceStart",
|
|
682
|
+
INSTANCE_SUCCESS = "InstanceSuccess"
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
export interface TriggerConfig {
|
|
686
|
+
|
|
687
|
+
triggerName?: string;
|
|
688
|
+
|
|
689
|
+
triggerTargetArn?: string;
|
|
690
|
+
|
|
691
|
+
triggerEvents?: (TriggerEventType | string)[];
|
|
692
|
+
}
|
|
693
|
+
export declare namespace TriggerConfig {
|
|
694
|
+
|
|
695
|
+
const filterSensitiveLog: (obj: TriggerConfig) => any;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
export interface DeploymentGroupInfo {
|
|
699
|
+
|
|
700
|
+
applicationName?: string;
|
|
701
|
+
|
|
702
|
+
deploymentGroupId?: string;
|
|
703
|
+
|
|
704
|
+
deploymentGroupName?: string;
|
|
705
|
+
|
|
706
|
+
deploymentConfigName?: string;
|
|
707
|
+
|
|
708
|
+
ec2TagFilters?: EC2TagFilter[];
|
|
709
|
+
|
|
710
|
+
onPremisesInstanceTagFilters?: TagFilter[];
|
|
711
|
+
|
|
712
|
+
autoScalingGroups?: AutoScalingGroup[];
|
|
713
|
+
|
|
714
|
+
serviceRoleArn?: string;
|
|
715
|
+
|
|
716
|
+
targetRevision?: RevisionLocation;
|
|
717
|
+
|
|
718
|
+
triggerConfigurations?: TriggerConfig[];
|
|
719
|
+
|
|
720
|
+
alarmConfiguration?: AlarmConfiguration;
|
|
721
|
+
|
|
722
|
+
autoRollbackConfiguration?: AutoRollbackConfiguration;
|
|
723
|
+
|
|
724
|
+
deploymentStyle?: DeploymentStyle;
|
|
725
|
+
|
|
726
|
+
outdatedInstancesStrategy?: OutdatedInstancesStrategy | string;
|
|
727
|
+
|
|
728
|
+
blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
|
|
729
|
+
|
|
730
|
+
loadBalancerInfo?: LoadBalancerInfo;
|
|
731
|
+
|
|
732
|
+
lastSuccessfulDeployment?: LastDeploymentInfo;
|
|
733
|
+
|
|
734
|
+
lastAttemptedDeployment?: LastDeploymentInfo;
|
|
735
|
+
|
|
736
|
+
ec2TagSet?: EC2TagSet;
|
|
737
|
+
|
|
738
|
+
onPremisesTagSet?: OnPremisesTagSet;
|
|
739
|
+
|
|
740
|
+
computePlatform?: ComputePlatform | string;
|
|
741
|
+
|
|
742
|
+
ecsServices?: ECSService[];
|
|
743
|
+
}
|
|
744
|
+
export declare namespace DeploymentGroupInfo {
|
|
745
|
+
|
|
746
|
+
const filterSensitiveLog: (obj: DeploymentGroupInfo) => any;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
export interface BatchGetDeploymentGroupsOutput {
|
|
750
|
+
|
|
751
|
+
deploymentGroupsInfo?: DeploymentGroupInfo[];
|
|
752
|
+
|
|
753
|
+
errorMessage?: string;
|
|
754
|
+
}
|
|
755
|
+
export declare namespace BatchGetDeploymentGroupsOutput {
|
|
756
|
+
|
|
757
|
+
const filterSensitiveLog: (obj: BatchGetDeploymentGroupsOutput) => any;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
export interface DeploymentConfigDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
761
|
+
name: "DeploymentConfigDoesNotExistException";
|
|
762
|
+
$fault: "client";
|
|
763
|
+
|
|
764
|
+
message?: string;
|
|
765
|
+
}
|
|
766
|
+
export declare namespace DeploymentConfigDoesNotExistException {
|
|
767
|
+
|
|
768
|
+
const filterSensitiveLog: (obj: DeploymentConfigDoesNotExistException) => any;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
export interface DeploymentGroupNameRequiredException extends __SmithyException, $MetadataBearer {
|
|
772
|
+
name: "DeploymentGroupNameRequiredException";
|
|
773
|
+
$fault: "client";
|
|
774
|
+
|
|
775
|
+
message?: string;
|
|
776
|
+
}
|
|
777
|
+
export declare namespace DeploymentGroupNameRequiredException {
|
|
778
|
+
|
|
779
|
+
const filterSensitiveLog: (obj: DeploymentGroupNameRequiredException) => any;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
export interface InvalidDeploymentGroupNameException extends __SmithyException, $MetadataBearer {
|
|
783
|
+
name: "InvalidDeploymentGroupNameException";
|
|
784
|
+
$fault: "client";
|
|
785
|
+
|
|
786
|
+
message?: string;
|
|
787
|
+
}
|
|
788
|
+
export declare namespace InvalidDeploymentGroupNameException {
|
|
789
|
+
|
|
790
|
+
const filterSensitiveLog: (obj: InvalidDeploymentGroupNameException) => any;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
export interface BatchGetDeploymentInstancesInput {
|
|
794
|
+
|
|
795
|
+
deploymentId: string | undefined;
|
|
796
|
+
|
|
797
|
+
instanceIds: string[] | undefined;
|
|
798
|
+
}
|
|
799
|
+
export declare namespace BatchGetDeploymentInstancesInput {
|
|
800
|
+
|
|
801
|
+
const filterSensitiveLog: (obj: BatchGetDeploymentInstancesInput) => any;
|
|
802
|
+
}
|
|
803
|
+
export declare enum _InstanceType {
|
|
804
|
+
BLUE = "Blue",
|
|
805
|
+
GREEN = "Green"
|
|
806
|
+
}
|
|
807
|
+
export declare enum LifecycleErrorCode {
|
|
808
|
+
SCRIPT_FAILED = "ScriptFailed",
|
|
809
|
+
SCRIPT_MISSING = "ScriptMissing",
|
|
810
|
+
SCRIPT_NOT_EXECUTABLE = "ScriptNotExecutable",
|
|
811
|
+
SCRIPT_TIMED_OUT = "ScriptTimedOut",
|
|
812
|
+
SUCCESS = "Success",
|
|
813
|
+
UNKNOWN_ERROR = "UnknownError"
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
export interface Diagnostics {
|
|
817
|
+
|
|
818
|
+
errorCode?: LifecycleErrorCode | string;
|
|
819
|
+
|
|
820
|
+
scriptName?: string;
|
|
821
|
+
|
|
822
|
+
message?: string;
|
|
823
|
+
|
|
824
|
+
logTail?: string;
|
|
825
|
+
}
|
|
826
|
+
export declare namespace Diagnostics {
|
|
827
|
+
|
|
828
|
+
const filterSensitiveLog: (obj: Diagnostics) => any;
|
|
829
|
+
}
|
|
830
|
+
export declare enum LifecycleEventStatus {
|
|
831
|
+
FAILED = "Failed",
|
|
832
|
+
IN_PROGRESS = "InProgress",
|
|
833
|
+
PENDING = "Pending",
|
|
834
|
+
SKIPPED = "Skipped",
|
|
835
|
+
SUCCEEDED = "Succeeded",
|
|
836
|
+
UNKNOWN = "Unknown"
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
export interface LifecycleEvent {
|
|
840
|
+
|
|
841
|
+
lifecycleEventName?: string;
|
|
842
|
+
|
|
843
|
+
diagnostics?: Diagnostics;
|
|
844
|
+
|
|
845
|
+
startTime?: Date;
|
|
846
|
+
|
|
847
|
+
endTime?: Date;
|
|
848
|
+
|
|
849
|
+
status?: LifecycleEventStatus | string;
|
|
850
|
+
}
|
|
851
|
+
export declare namespace LifecycleEvent {
|
|
852
|
+
|
|
853
|
+
const filterSensitiveLog: (obj: LifecycleEvent) => any;
|
|
854
|
+
}
|
|
855
|
+
export declare enum InstanceStatus {
|
|
856
|
+
FAILED = "Failed",
|
|
857
|
+
IN_PROGRESS = "InProgress",
|
|
858
|
+
PENDING = "Pending",
|
|
859
|
+
READY = "Ready",
|
|
860
|
+
SKIPPED = "Skipped",
|
|
861
|
+
SUCCEEDED = "Succeeded",
|
|
862
|
+
UNKNOWN = "Unknown"
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
export interface InstanceSummary {
|
|
866
|
+
|
|
867
|
+
deploymentId?: string;
|
|
868
|
+
|
|
869
|
+
instanceId?: string;
|
|
870
|
+
|
|
871
|
+
status?: InstanceStatus | string;
|
|
872
|
+
|
|
873
|
+
lastUpdatedAt?: Date;
|
|
874
|
+
|
|
875
|
+
lifecycleEvents?: LifecycleEvent[];
|
|
876
|
+
|
|
877
|
+
instanceType?: _InstanceType | string;
|
|
878
|
+
}
|
|
879
|
+
export declare namespace InstanceSummary {
|
|
880
|
+
|
|
881
|
+
const filterSensitiveLog: (obj: InstanceSummary) => any;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
export interface BatchGetDeploymentInstancesOutput {
|
|
885
|
+
|
|
886
|
+
instancesSummary?: InstanceSummary[];
|
|
887
|
+
|
|
888
|
+
errorMessage?: string;
|
|
889
|
+
}
|
|
890
|
+
export declare namespace BatchGetDeploymentInstancesOutput {
|
|
891
|
+
|
|
892
|
+
const filterSensitiveLog: (obj: BatchGetDeploymentInstancesOutput) => any;
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
export interface DeploymentDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
896
|
+
name: "DeploymentDoesNotExistException";
|
|
897
|
+
$fault: "client";
|
|
898
|
+
|
|
899
|
+
message?: string;
|
|
900
|
+
}
|
|
901
|
+
export declare namespace DeploymentDoesNotExistException {
|
|
902
|
+
|
|
903
|
+
const filterSensitiveLog: (obj: DeploymentDoesNotExistException) => any;
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
export interface DeploymentIdRequiredException extends __SmithyException, $MetadataBearer {
|
|
907
|
+
name: "DeploymentIdRequiredException";
|
|
908
|
+
$fault: "client";
|
|
909
|
+
|
|
910
|
+
message?: string;
|
|
911
|
+
}
|
|
912
|
+
export declare namespace DeploymentIdRequiredException {
|
|
913
|
+
|
|
914
|
+
const filterSensitiveLog: (obj: DeploymentIdRequiredException) => any;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
export interface InstanceIdRequiredException extends __SmithyException, $MetadataBearer {
|
|
918
|
+
name: "InstanceIdRequiredException";
|
|
919
|
+
$fault: "client";
|
|
920
|
+
|
|
921
|
+
message?: string;
|
|
922
|
+
}
|
|
923
|
+
export declare namespace InstanceIdRequiredException {
|
|
924
|
+
|
|
925
|
+
const filterSensitiveLog: (obj: InstanceIdRequiredException) => any;
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
export interface InvalidComputePlatformException extends __SmithyException, $MetadataBearer {
|
|
929
|
+
name: "InvalidComputePlatformException";
|
|
930
|
+
$fault: "client";
|
|
931
|
+
|
|
932
|
+
message?: string;
|
|
933
|
+
}
|
|
934
|
+
export declare namespace InvalidComputePlatformException {
|
|
935
|
+
|
|
936
|
+
const filterSensitiveLog: (obj: InvalidComputePlatformException) => any;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
export interface InvalidDeploymentIdException extends __SmithyException, $MetadataBearer {
|
|
940
|
+
name: "InvalidDeploymentIdException";
|
|
941
|
+
$fault: "client";
|
|
942
|
+
|
|
943
|
+
message?: string;
|
|
944
|
+
}
|
|
945
|
+
export declare namespace InvalidDeploymentIdException {
|
|
946
|
+
|
|
947
|
+
const filterSensitiveLog: (obj: InvalidDeploymentIdException) => any;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
export interface BatchGetDeploymentsInput {
|
|
951
|
+
|
|
952
|
+
deploymentIds: string[] | undefined;
|
|
953
|
+
}
|
|
954
|
+
export declare namespace BatchGetDeploymentsInput {
|
|
955
|
+
|
|
956
|
+
const filterSensitiveLog: (obj: BatchGetDeploymentsInput) => any;
|
|
957
|
+
}
|
|
958
|
+
export declare enum DeploymentCreator {
|
|
959
|
+
Autoscaling = "autoscaling",
|
|
960
|
+
CloudFormation = "CloudFormation",
|
|
961
|
+
CloudFormationRollback = "CloudFormationRollback",
|
|
962
|
+
CodeDeploy = "CodeDeploy",
|
|
963
|
+
CodeDeployAutoUpdate = "CodeDeployAutoUpdate",
|
|
964
|
+
CodeDeployRollback = "codeDeployRollback",
|
|
965
|
+
User = "user"
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
export interface DeploymentOverview {
|
|
969
|
+
|
|
970
|
+
Pending?: number;
|
|
971
|
+
|
|
972
|
+
InProgress?: number;
|
|
973
|
+
|
|
974
|
+
Succeeded?: number;
|
|
975
|
+
|
|
976
|
+
Failed?: number;
|
|
977
|
+
|
|
978
|
+
Skipped?: number;
|
|
979
|
+
|
|
980
|
+
Ready?: number;
|
|
981
|
+
}
|
|
982
|
+
export declare namespace DeploymentOverview {
|
|
983
|
+
|
|
984
|
+
const filterSensitiveLog: (obj: DeploymentOverview) => any;
|
|
985
|
+
}
|
|
986
|
+
export declare enum ErrorCode {
|
|
987
|
+
AGENT_ISSUE = "AGENT_ISSUE",
|
|
988
|
+
ALARM_ACTIVE = "ALARM_ACTIVE",
|
|
989
|
+
APPLICATION_MISSING = "APPLICATION_MISSING",
|
|
990
|
+
AUTOSCALING_VALIDATION_ERROR = "AUTOSCALING_VALIDATION_ERROR",
|
|
991
|
+
AUTO_SCALING_CONFIGURATION = "AUTO_SCALING_CONFIGURATION",
|
|
992
|
+
AUTO_SCALING_IAM_ROLE_PERMISSIONS = "AUTO_SCALING_IAM_ROLE_PERMISSIONS",
|
|
993
|
+
CLOUDFORMATION_STACK_FAILURE = "CLOUDFORMATION_STACK_FAILURE",
|
|
994
|
+
CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND = "CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND",
|
|
995
|
+
CUSTOMER_APPLICATION_UNHEALTHY = "CUSTOMER_APPLICATION_UNHEALTHY",
|
|
996
|
+
DEPLOYMENT_GROUP_MISSING = "DEPLOYMENT_GROUP_MISSING",
|
|
997
|
+
ECS_UPDATE_ERROR = "ECS_UPDATE_ERROR",
|
|
998
|
+
ELASTIC_LOAD_BALANCING_INVALID = "ELASTIC_LOAD_BALANCING_INVALID",
|
|
999
|
+
ELB_INVALID_INSTANCE = "ELB_INVALID_INSTANCE",
|
|
1000
|
+
HEALTH_CONSTRAINTS = "HEALTH_CONSTRAINTS",
|
|
1001
|
+
HEALTH_CONSTRAINTS_INVALID = "HEALTH_CONSTRAINTS_INVALID",
|
|
1002
|
+
HOOK_EXECUTION_FAILURE = "HOOK_EXECUTION_FAILURE",
|
|
1003
|
+
IAM_ROLE_MISSING = "IAM_ROLE_MISSING",
|
|
1004
|
+
IAM_ROLE_PERMISSIONS = "IAM_ROLE_PERMISSIONS",
|
|
1005
|
+
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
1006
|
+
INVALID_ECS_SERVICE = "INVALID_ECS_SERVICE",
|
|
1007
|
+
INVALID_LAMBDA_CONFIGURATION = "INVALID_LAMBDA_CONFIGURATION",
|
|
1008
|
+
INVALID_LAMBDA_FUNCTION = "INVALID_LAMBDA_FUNCTION",
|
|
1009
|
+
INVALID_REVISION = "INVALID_REVISION",
|
|
1010
|
+
MANUAL_STOP = "MANUAL_STOP",
|
|
1011
|
+
MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION = "MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION",
|
|
1012
|
+
MISSING_ELB_INFORMATION = "MISSING_ELB_INFORMATION",
|
|
1013
|
+
MISSING_GITHUB_TOKEN = "MISSING_GITHUB_TOKEN",
|
|
1014
|
+
NO_EC2_SUBSCRIPTION = "NO_EC2_SUBSCRIPTION",
|
|
1015
|
+
NO_INSTANCES = "NO_INSTANCES",
|
|
1016
|
+
OVER_MAX_INSTANCES = "OVER_MAX_INSTANCES",
|
|
1017
|
+
RESOURCE_LIMIT_EXCEEDED = "RESOURCE_LIMIT_EXCEEDED",
|
|
1018
|
+
REVISION_MISSING = "REVISION_MISSING",
|
|
1019
|
+
THROTTLED = "THROTTLED",
|
|
1020
|
+
TIMEOUT = "TIMEOUT"
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
export interface ErrorInformation {
|
|
1024
|
+
|
|
1025
|
+
code?: ErrorCode | string;
|
|
1026
|
+
|
|
1027
|
+
message?: string;
|
|
1028
|
+
}
|
|
1029
|
+
export declare namespace ErrorInformation {
|
|
1030
|
+
|
|
1031
|
+
const filterSensitiveLog: (obj: ErrorInformation) => any;
|
|
1032
|
+
}
|
|
1033
|
+
export declare enum FileExistsBehavior {
|
|
1034
|
+
DISALLOW = "DISALLOW",
|
|
1035
|
+
OVERWRITE = "OVERWRITE",
|
|
1036
|
+
RETAIN = "RETAIN"
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
export interface RelatedDeployments {
|
|
1040
|
+
|
|
1041
|
+
autoUpdateOutdatedInstancesRootDeploymentId?: string;
|
|
1042
|
+
|
|
1043
|
+
autoUpdateOutdatedInstancesDeploymentIds?: string[];
|
|
1044
|
+
}
|
|
1045
|
+
export declare namespace RelatedDeployments {
|
|
1046
|
+
|
|
1047
|
+
const filterSensitiveLog: (obj: RelatedDeployments) => any;
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
export interface RollbackInfo {
|
|
1051
|
+
|
|
1052
|
+
rollbackDeploymentId?: string;
|
|
1053
|
+
|
|
1054
|
+
rollbackTriggeringDeploymentId?: string;
|
|
1055
|
+
|
|
1056
|
+
rollbackMessage?: string;
|
|
1057
|
+
}
|
|
1058
|
+
export declare namespace RollbackInfo {
|
|
1059
|
+
|
|
1060
|
+
const filterSensitiveLog: (obj: RollbackInfo) => any;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
export interface TargetInstances {
|
|
1064
|
+
|
|
1065
|
+
tagFilters?: EC2TagFilter[];
|
|
1066
|
+
|
|
1067
|
+
autoScalingGroups?: string[];
|
|
1068
|
+
|
|
1069
|
+
ec2TagSet?: EC2TagSet;
|
|
1070
|
+
}
|
|
1071
|
+
export declare namespace TargetInstances {
|
|
1072
|
+
|
|
1073
|
+
const filterSensitiveLog: (obj: TargetInstances) => any;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
export interface DeploymentInfo {
|
|
1077
|
+
|
|
1078
|
+
applicationName?: string;
|
|
1079
|
+
|
|
1080
|
+
deploymentGroupName?: string;
|
|
1081
|
+
|
|
1082
|
+
deploymentConfigName?: string;
|
|
1083
|
+
|
|
1084
|
+
deploymentId?: string;
|
|
1085
|
+
|
|
1086
|
+
previousRevision?: RevisionLocation;
|
|
1087
|
+
|
|
1088
|
+
revision?: RevisionLocation;
|
|
1089
|
+
|
|
1090
|
+
status?: DeploymentStatus | string;
|
|
1091
|
+
|
|
1092
|
+
errorInformation?: ErrorInformation;
|
|
1093
|
+
|
|
1094
|
+
createTime?: Date;
|
|
1095
|
+
|
|
1096
|
+
startTime?: Date;
|
|
1097
|
+
|
|
1098
|
+
completeTime?: Date;
|
|
1099
|
+
|
|
1100
|
+
deploymentOverview?: DeploymentOverview;
|
|
1101
|
+
|
|
1102
|
+
description?: string;
|
|
1103
|
+
|
|
1104
|
+
creator?: DeploymentCreator | string;
|
|
1105
|
+
|
|
1106
|
+
ignoreApplicationStopFailures?: boolean;
|
|
1107
|
+
|
|
1108
|
+
autoRollbackConfiguration?: AutoRollbackConfiguration;
|
|
1109
|
+
|
|
1110
|
+
updateOutdatedInstancesOnly?: boolean;
|
|
1111
|
+
|
|
1112
|
+
rollbackInfo?: RollbackInfo;
|
|
1113
|
+
|
|
1114
|
+
deploymentStyle?: DeploymentStyle;
|
|
1115
|
+
|
|
1116
|
+
targetInstances?: TargetInstances;
|
|
1117
|
+
|
|
1118
|
+
instanceTerminationWaitTimeStarted?: boolean;
|
|
1119
|
+
|
|
1120
|
+
blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
|
|
1121
|
+
|
|
1122
|
+
loadBalancerInfo?: LoadBalancerInfo;
|
|
1123
|
+
|
|
1124
|
+
additionalDeploymentStatusInfo?: string;
|
|
1125
|
+
|
|
1126
|
+
fileExistsBehavior?: FileExistsBehavior | string;
|
|
1127
|
+
|
|
1128
|
+
deploymentStatusMessages?: string[];
|
|
1129
|
+
|
|
1130
|
+
computePlatform?: ComputePlatform | string;
|
|
1131
|
+
|
|
1132
|
+
externalId?: string;
|
|
1133
|
+
|
|
1134
|
+
relatedDeployments?: RelatedDeployments;
|
|
1135
|
+
}
|
|
1136
|
+
export declare namespace DeploymentInfo {
|
|
1137
|
+
|
|
1138
|
+
const filterSensitiveLog: (obj: DeploymentInfo) => any;
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
export interface BatchGetDeploymentsOutput {
|
|
1142
|
+
|
|
1143
|
+
deploymentsInfo?: DeploymentInfo[];
|
|
1144
|
+
}
|
|
1145
|
+
export declare namespace BatchGetDeploymentsOutput {
|
|
1146
|
+
|
|
1147
|
+
const filterSensitiveLog: (obj: BatchGetDeploymentsOutput) => any;
|
|
1148
|
+
}
|
|
1149
|
+
export interface BatchGetDeploymentTargetsInput {
|
|
1150
|
+
|
|
1151
|
+
deploymentId?: string;
|
|
1152
|
+
|
|
1153
|
+
targetIds?: string[];
|
|
1154
|
+
}
|
|
1155
|
+
export declare namespace BatchGetDeploymentTargetsInput {
|
|
1156
|
+
|
|
1157
|
+
const filterSensitiveLog: (obj: BatchGetDeploymentTargetsInput) => any;
|
|
1158
|
+
}
|
|
1159
|
+
export declare enum TargetStatus {
|
|
1160
|
+
FAILED = "Failed",
|
|
1161
|
+
IN_PROGRESS = "InProgress",
|
|
1162
|
+
PENDING = "Pending",
|
|
1163
|
+
READY = "Ready",
|
|
1164
|
+
SKIPPED = "Skipped",
|
|
1165
|
+
SUCCEEDED = "Succeeded",
|
|
1166
|
+
UNKNOWN = "Unknown"
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
export interface CloudFormationTarget {
|
|
1170
|
+
|
|
1171
|
+
deploymentId?: string;
|
|
1172
|
+
|
|
1173
|
+
targetId?: string;
|
|
1174
|
+
|
|
1175
|
+
lastUpdatedAt?: Date;
|
|
1176
|
+
|
|
1177
|
+
lifecycleEvents?: LifecycleEvent[];
|
|
1178
|
+
|
|
1179
|
+
status?: TargetStatus | string;
|
|
1180
|
+
|
|
1181
|
+
resourceType?: string;
|
|
1182
|
+
|
|
1183
|
+
targetVersionWeight?: number;
|
|
1184
|
+
}
|
|
1185
|
+
export declare namespace CloudFormationTarget {
|
|
1186
|
+
|
|
1187
|
+
const filterSensitiveLog: (obj: CloudFormationTarget) => any;
|
|
1188
|
+
}
|
|
1189
|
+
export declare enum DeploymentTargetType {
|
|
1190
|
+
CLOUDFORMATION_TARGET = "CloudFormationTarget",
|
|
1191
|
+
ECS_TARGET = "ECSTarget",
|
|
1192
|
+
INSTANCE_TARGET = "InstanceTarget",
|
|
1193
|
+
LAMBDA_TARGET = "LambdaTarget"
|
|
1194
|
+
}
|
|
1195
|
+
export declare enum TargetLabel {
|
|
1196
|
+
BLUE = "Blue",
|
|
1197
|
+
GREEN = "Green"
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
export interface ECSTaskSet {
|
|
1201
|
+
|
|
1202
|
+
identifer?: string;
|
|
1203
|
+
|
|
1204
|
+
desiredCount?: number;
|
|
1205
|
+
|
|
1206
|
+
pendingCount?: number;
|
|
1207
|
+
|
|
1208
|
+
runningCount?: number;
|
|
1209
|
+
|
|
1210
|
+
status?: string;
|
|
1211
|
+
|
|
1212
|
+
trafficWeight?: number;
|
|
1213
|
+
|
|
1214
|
+
targetGroup?: TargetGroupInfo;
|
|
1215
|
+
|
|
1216
|
+
taskSetLabel?: TargetLabel | string;
|
|
1217
|
+
}
|
|
1218
|
+
export declare namespace ECSTaskSet {
|
|
1219
|
+
|
|
1220
|
+
const filterSensitiveLog: (obj: ECSTaskSet) => any;
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
export interface ECSTarget {
|
|
1224
|
+
|
|
1225
|
+
deploymentId?: string;
|
|
1226
|
+
|
|
1227
|
+
targetId?: string;
|
|
1228
|
+
|
|
1229
|
+
targetArn?: string;
|
|
1230
|
+
|
|
1231
|
+
lastUpdatedAt?: Date;
|
|
1232
|
+
|
|
1233
|
+
lifecycleEvents?: LifecycleEvent[];
|
|
1234
|
+
|
|
1235
|
+
status?: TargetStatus | string;
|
|
1236
|
+
|
|
1237
|
+
taskSetsInfo?: ECSTaskSet[];
|
|
1238
|
+
}
|
|
1239
|
+
export declare namespace ECSTarget {
|
|
1240
|
+
|
|
1241
|
+
const filterSensitiveLog: (obj: ECSTarget) => any;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
export interface InstanceTarget {
|
|
1245
|
+
|
|
1246
|
+
deploymentId?: string;
|
|
1247
|
+
|
|
1248
|
+
targetId?: string;
|
|
1249
|
+
|
|
1250
|
+
targetArn?: string;
|
|
1251
|
+
|
|
1252
|
+
status?: TargetStatus | string;
|
|
1253
|
+
|
|
1254
|
+
lastUpdatedAt?: Date;
|
|
1255
|
+
|
|
1256
|
+
lifecycleEvents?: LifecycleEvent[];
|
|
1257
|
+
|
|
1258
|
+
instanceLabel?: TargetLabel | string;
|
|
1259
|
+
}
|
|
1260
|
+
export declare namespace InstanceTarget {
|
|
1261
|
+
|
|
1262
|
+
const filterSensitiveLog: (obj: InstanceTarget) => any;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
export interface LambdaFunctionInfo {
|
|
1266
|
+
|
|
1267
|
+
functionName?: string;
|
|
1268
|
+
|
|
1269
|
+
functionAlias?: string;
|
|
1270
|
+
|
|
1271
|
+
currentVersion?: string;
|
|
1272
|
+
|
|
1273
|
+
targetVersion?: string;
|
|
1274
|
+
|
|
1275
|
+
targetVersionWeight?: number;
|
|
1276
|
+
}
|
|
1277
|
+
export declare namespace LambdaFunctionInfo {
|
|
1278
|
+
|
|
1279
|
+
const filterSensitiveLog: (obj: LambdaFunctionInfo) => any;
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
export interface LambdaTarget {
|
|
1283
|
+
|
|
1284
|
+
deploymentId?: string;
|
|
1285
|
+
|
|
1286
|
+
targetId?: string;
|
|
1287
|
+
|
|
1288
|
+
targetArn?: string;
|
|
1289
|
+
|
|
1290
|
+
status?: TargetStatus | string;
|
|
1291
|
+
|
|
1292
|
+
lastUpdatedAt?: Date;
|
|
1293
|
+
|
|
1294
|
+
lifecycleEvents?: LifecycleEvent[];
|
|
1295
|
+
|
|
1296
|
+
lambdaFunctionInfo?: LambdaFunctionInfo;
|
|
1297
|
+
}
|
|
1298
|
+
export declare namespace LambdaTarget {
|
|
1299
|
+
|
|
1300
|
+
const filterSensitiveLog: (obj: LambdaTarget) => any;
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
export interface DeploymentTarget {
|
|
1304
|
+
|
|
1305
|
+
deploymentTargetType?: DeploymentTargetType | string;
|
|
1306
|
+
|
|
1307
|
+
instanceTarget?: InstanceTarget;
|
|
1308
|
+
|
|
1309
|
+
lambdaTarget?: LambdaTarget;
|
|
1310
|
+
|
|
1311
|
+
ecsTarget?: ECSTarget;
|
|
1312
|
+
|
|
1313
|
+
cloudFormationTarget?: CloudFormationTarget;
|
|
1314
|
+
}
|
|
1315
|
+
export declare namespace DeploymentTarget {
|
|
1316
|
+
|
|
1317
|
+
const filterSensitiveLog: (obj: DeploymentTarget) => any;
|
|
1318
|
+
}
|
|
1319
|
+
export interface BatchGetDeploymentTargetsOutput {
|
|
1320
|
+
|
|
1321
|
+
deploymentTargets?: DeploymentTarget[];
|
|
1322
|
+
}
|
|
1323
|
+
export declare namespace BatchGetDeploymentTargetsOutput {
|
|
1324
|
+
|
|
1325
|
+
const filterSensitiveLog: (obj: BatchGetDeploymentTargetsOutput) => any;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
export interface DeploymentNotStartedException extends __SmithyException, $MetadataBearer {
|
|
1329
|
+
name: "DeploymentNotStartedException";
|
|
1330
|
+
$fault: "client";
|
|
1331
|
+
|
|
1332
|
+
message?: string;
|
|
1333
|
+
}
|
|
1334
|
+
export declare namespace DeploymentNotStartedException {
|
|
1335
|
+
|
|
1336
|
+
const filterSensitiveLog: (obj: DeploymentNotStartedException) => any;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
export interface DeploymentTargetDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
1340
|
+
name: "DeploymentTargetDoesNotExistException";
|
|
1341
|
+
$fault: "client";
|
|
1342
|
+
|
|
1343
|
+
message?: string;
|
|
1344
|
+
}
|
|
1345
|
+
export declare namespace DeploymentTargetDoesNotExistException {
|
|
1346
|
+
|
|
1347
|
+
const filterSensitiveLog: (obj: DeploymentTargetDoesNotExistException) => any;
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1350
|
+
export interface DeploymentTargetIdRequiredException extends __SmithyException, $MetadataBearer {
|
|
1351
|
+
name: "DeploymentTargetIdRequiredException";
|
|
1352
|
+
$fault: "client";
|
|
1353
|
+
|
|
1354
|
+
message?: string;
|
|
1355
|
+
}
|
|
1356
|
+
export declare namespace DeploymentTargetIdRequiredException {
|
|
1357
|
+
|
|
1358
|
+
const filterSensitiveLog: (obj: DeploymentTargetIdRequiredException) => any;
|
|
1359
|
+
}
|
|
1360
|
+
|
|
1361
|
+
export interface DeploymentTargetListSizeExceededException extends __SmithyException, $MetadataBearer {
|
|
1362
|
+
name: "DeploymentTargetListSizeExceededException";
|
|
1363
|
+
$fault: "client";
|
|
1364
|
+
|
|
1365
|
+
message?: string;
|
|
1366
|
+
}
|
|
1367
|
+
export declare namespace DeploymentTargetListSizeExceededException {
|
|
1368
|
+
|
|
1369
|
+
const filterSensitiveLog: (obj: DeploymentTargetListSizeExceededException) => any;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
export interface InstanceDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
1373
|
+
name: "InstanceDoesNotExistException";
|
|
1374
|
+
$fault: "client";
|
|
1375
|
+
|
|
1376
|
+
message?: string;
|
|
1377
|
+
}
|
|
1378
|
+
export declare namespace InstanceDoesNotExistException {
|
|
1379
|
+
|
|
1380
|
+
const filterSensitiveLog: (obj: InstanceDoesNotExistException) => any;
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
export interface InvalidDeploymentTargetIdException extends __SmithyException, $MetadataBearer {
|
|
1384
|
+
name: "InvalidDeploymentTargetIdException";
|
|
1385
|
+
$fault: "client";
|
|
1386
|
+
|
|
1387
|
+
message?: string;
|
|
1388
|
+
}
|
|
1389
|
+
export declare namespace InvalidDeploymentTargetIdException {
|
|
1390
|
+
|
|
1391
|
+
const filterSensitiveLog: (obj: InvalidDeploymentTargetIdException) => any;
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
export interface BatchGetOnPremisesInstancesInput {
|
|
1395
|
+
|
|
1396
|
+
instanceNames: string[] | undefined;
|
|
1397
|
+
}
|
|
1398
|
+
export declare namespace BatchGetOnPremisesInstancesInput {
|
|
1399
|
+
|
|
1400
|
+
const filterSensitiveLog: (obj: BatchGetOnPremisesInstancesInput) => any;
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
export interface InstanceInfo {
|
|
1404
|
+
|
|
1405
|
+
instanceName?: string;
|
|
1406
|
+
|
|
1407
|
+
iamSessionArn?: string;
|
|
1408
|
+
|
|
1409
|
+
iamUserArn?: string;
|
|
1410
|
+
|
|
1411
|
+
instanceArn?: string;
|
|
1412
|
+
|
|
1413
|
+
registerTime?: Date;
|
|
1414
|
+
|
|
1415
|
+
deregisterTime?: Date;
|
|
1416
|
+
|
|
1417
|
+
tags?: Tag[];
|
|
1418
|
+
}
|
|
1419
|
+
export declare namespace InstanceInfo {
|
|
1420
|
+
|
|
1421
|
+
const filterSensitiveLog: (obj: InstanceInfo) => any;
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
export interface BatchGetOnPremisesInstancesOutput {
|
|
1425
|
+
|
|
1426
|
+
instanceInfos?: InstanceInfo[];
|
|
1427
|
+
}
|
|
1428
|
+
export declare namespace BatchGetOnPremisesInstancesOutput {
|
|
1429
|
+
|
|
1430
|
+
const filterSensitiveLog: (obj: BatchGetOnPremisesInstancesOutput) => any;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
export interface BucketNameFilterRequiredException extends __SmithyException, $MetadataBearer {
|
|
1434
|
+
name: "BucketNameFilterRequiredException";
|
|
1435
|
+
$fault: "client";
|
|
1436
|
+
|
|
1437
|
+
message?: string;
|
|
1438
|
+
}
|
|
1439
|
+
export declare namespace BucketNameFilterRequiredException {
|
|
1440
|
+
|
|
1441
|
+
const filterSensitiveLog: (obj: BucketNameFilterRequiredException) => any;
|
|
1442
|
+
}
|
|
1443
|
+
export declare enum DeploymentWaitType {
|
|
1444
|
+
READY_WAIT = "READY_WAIT",
|
|
1445
|
+
TERMINATION_WAIT = "TERMINATION_WAIT"
|
|
1446
|
+
}
|
|
1447
|
+
export interface ContinueDeploymentInput {
|
|
1448
|
+
|
|
1449
|
+
deploymentId?: string;
|
|
1450
|
+
|
|
1451
|
+
deploymentWaitType?: DeploymentWaitType | string;
|
|
1452
|
+
}
|
|
1453
|
+
export declare namespace ContinueDeploymentInput {
|
|
1454
|
+
|
|
1455
|
+
const filterSensitiveLog: (obj: ContinueDeploymentInput) => any;
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
export interface DeploymentAlreadyCompletedException extends __SmithyException, $MetadataBearer {
|
|
1459
|
+
name: "DeploymentAlreadyCompletedException";
|
|
1460
|
+
$fault: "client";
|
|
1461
|
+
|
|
1462
|
+
message?: string;
|
|
1463
|
+
}
|
|
1464
|
+
export declare namespace DeploymentAlreadyCompletedException {
|
|
1465
|
+
|
|
1466
|
+
const filterSensitiveLog: (obj: DeploymentAlreadyCompletedException) => any;
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
export interface DeploymentIsNotInReadyStateException extends __SmithyException, $MetadataBearer {
|
|
1470
|
+
name: "DeploymentIsNotInReadyStateException";
|
|
1471
|
+
$fault: "client";
|
|
1472
|
+
|
|
1473
|
+
message?: string;
|
|
1474
|
+
}
|
|
1475
|
+
export declare namespace DeploymentIsNotInReadyStateException {
|
|
1476
|
+
|
|
1477
|
+
const filterSensitiveLog: (obj: DeploymentIsNotInReadyStateException) => any;
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
export interface InvalidDeploymentStatusException extends __SmithyException, $MetadataBearer {
|
|
1481
|
+
name: "InvalidDeploymentStatusException";
|
|
1482
|
+
$fault: "client";
|
|
1483
|
+
|
|
1484
|
+
message?: string;
|
|
1485
|
+
}
|
|
1486
|
+
export declare namespace InvalidDeploymentStatusException {
|
|
1487
|
+
|
|
1488
|
+
const filterSensitiveLog: (obj: InvalidDeploymentStatusException) => any;
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
export interface InvalidDeploymentWaitTypeException extends __SmithyException, $MetadataBearer {
|
|
1492
|
+
name: "InvalidDeploymentWaitTypeException";
|
|
1493
|
+
$fault: "client";
|
|
1494
|
+
|
|
1495
|
+
message?: string;
|
|
1496
|
+
}
|
|
1497
|
+
export declare namespace InvalidDeploymentWaitTypeException {
|
|
1498
|
+
|
|
1499
|
+
const filterSensitiveLog: (obj: InvalidDeploymentWaitTypeException) => any;
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1502
|
+
export interface UnsupportedActionForDeploymentTypeException extends __SmithyException, $MetadataBearer {
|
|
1503
|
+
name: "UnsupportedActionForDeploymentTypeException";
|
|
1504
|
+
$fault: "client";
|
|
1505
|
+
|
|
1506
|
+
message?: string;
|
|
1507
|
+
}
|
|
1508
|
+
export declare namespace UnsupportedActionForDeploymentTypeException {
|
|
1509
|
+
|
|
1510
|
+
const filterSensitiveLog: (obj: UnsupportedActionForDeploymentTypeException) => any;
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1513
|
+
export interface CreateApplicationInput {
|
|
1514
|
+
|
|
1515
|
+
applicationName: string | undefined;
|
|
1516
|
+
|
|
1517
|
+
computePlatform?: ComputePlatform | string;
|
|
1518
|
+
|
|
1519
|
+
tags?: Tag[];
|
|
1520
|
+
}
|
|
1521
|
+
export declare namespace CreateApplicationInput {
|
|
1522
|
+
|
|
1523
|
+
const filterSensitiveLog: (obj: CreateApplicationInput) => any;
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
export interface CreateApplicationOutput {
|
|
1527
|
+
|
|
1528
|
+
applicationId?: string;
|
|
1529
|
+
}
|
|
1530
|
+
export declare namespace CreateApplicationOutput {
|
|
1531
|
+
|
|
1532
|
+
const filterSensitiveLog: (obj: CreateApplicationOutput) => any;
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
export interface InvalidTagsToAddException extends __SmithyException, $MetadataBearer {
|
|
1536
|
+
name: "InvalidTagsToAddException";
|
|
1537
|
+
$fault: "client";
|
|
1538
|
+
|
|
1539
|
+
message?: string;
|
|
1540
|
+
}
|
|
1541
|
+
export declare namespace InvalidTagsToAddException {
|
|
1542
|
+
|
|
1543
|
+
const filterSensitiveLog: (obj: InvalidTagsToAddException) => any;
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1546
|
+
export interface CreateDeploymentInput {
|
|
1547
|
+
|
|
1548
|
+
applicationName: string | undefined;
|
|
1549
|
+
|
|
1550
|
+
deploymentGroupName?: string;
|
|
1551
|
+
|
|
1552
|
+
revision?: RevisionLocation;
|
|
1553
|
+
|
|
1554
|
+
deploymentConfigName?: string;
|
|
1555
|
+
|
|
1556
|
+
description?: string;
|
|
1557
|
+
|
|
1558
|
+
ignoreApplicationStopFailures?: boolean;
|
|
1559
|
+
|
|
1560
|
+
targetInstances?: TargetInstances;
|
|
1561
|
+
|
|
1562
|
+
autoRollbackConfiguration?: AutoRollbackConfiguration;
|
|
1563
|
+
|
|
1564
|
+
updateOutdatedInstancesOnly?: boolean;
|
|
1565
|
+
|
|
1566
|
+
fileExistsBehavior?: FileExistsBehavior | string;
|
|
1567
|
+
}
|
|
1568
|
+
export declare namespace CreateDeploymentInput {
|
|
1569
|
+
|
|
1570
|
+
const filterSensitiveLog: (obj: CreateDeploymentInput) => any;
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1573
|
+
export interface CreateDeploymentOutput {
|
|
1574
|
+
|
|
1575
|
+
deploymentId?: string;
|
|
1576
|
+
}
|
|
1577
|
+
export declare namespace CreateDeploymentOutput {
|
|
1578
|
+
|
|
1579
|
+
const filterSensitiveLog: (obj: CreateDeploymentOutput) => any;
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1582
|
+
export interface DeploymentGroupDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
1583
|
+
name: "DeploymentGroupDoesNotExistException";
|
|
1584
|
+
$fault: "client";
|
|
1585
|
+
|
|
1586
|
+
message?: string;
|
|
1587
|
+
}
|
|
1588
|
+
export declare namespace DeploymentGroupDoesNotExistException {
|
|
1589
|
+
|
|
1590
|
+
const filterSensitiveLog: (obj: DeploymentGroupDoesNotExistException) => any;
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1593
|
+
export interface DeploymentLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
1594
|
+
name: "DeploymentLimitExceededException";
|
|
1595
|
+
$fault: "client";
|
|
1596
|
+
|
|
1597
|
+
message?: string;
|
|
1598
|
+
}
|
|
1599
|
+
export declare namespace DeploymentLimitExceededException {
|
|
1600
|
+
|
|
1601
|
+
const filterSensitiveLog: (obj: DeploymentLimitExceededException) => any;
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
export interface DescriptionTooLongException extends __SmithyException, $MetadataBearer {
|
|
1605
|
+
name: "DescriptionTooLongException";
|
|
1606
|
+
$fault: "client";
|
|
1607
|
+
|
|
1608
|
+
message?: string;
|
|
1609
|
+
}
|
|
1610
|
+
export declare namespace DescriptionTooLongException {
|
|
1611
|
+
|
|
1612
|
+
const filterSensitiveLog: (obj: DescriptionTooLongException) => any;
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
export interface InvalidAutoRollbackConfigException extends __SmithyException, $MetadataBearer {
|
|
1616
|
+
name: "InvalidAutoRollbackConfigException";
|
|
1617
|
+
$fault: "client";
|
|
1618
|
+
|
|
1619
|
+
message?: string;
|
|
1620
|
+
}
|
|
1621
|
+
export declare namespace InvalidAutoRollbackConfigException {
|
|
1622
|
+
|
|
1623
|
+
const filterSensitiveLog: (obj: InvalidAutoRollbackConfigException) => any;
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
export interface InvalidAutoScalingGroupException extends __SmithyException, $MetadataBearer {
|
|
1627
|
+
name: "InvalidAutoScalingGroupException";
|
|
1628
|
+
$fault: "client";
|
|
1629
|
+
|
|
1630
|
+
message?: string;
|
|
1631
|
+
}
|
|
1632
|
+
export declare namespace InvalidAutoScalingGroupException {
|
|
1633
|
+
|
|
1634
|
+
const filterSensitiveLog: (obj: InvalidAutoScalingGroupException) => any;
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
export interface InvalidDeploymentConfigNameException extends __SmithyException, $MetadataBearer {
|
|
1638
|
+
name: "InvalidDeploymentConfigNameException";
|
|
1639
|
+
$fault: "client";
|
|
1640
|
+
|
|
1641
|
+
message?: string;
|
|
1642
|
+
}
|
|
1643
|
+
export declare namespace InvalidDeploymentConfigNameException {
|
|
1644
|
+
|
|
1645
|
+
const filterSensitiveLog: (obj: InvalidDeploymentConfigNameException) => any;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
export interface InvalidFileExistsBehaviorException extends __SmithyException, $MetadataBearer {
|
|
1649
|
+
name: "InvalidFileExistsBehaviorException";
|
|
1650
|
+
$fault: "client";
|
|
1651
|
+
|
|
1652
|
+
message?: string;
|
|
1653
|
+
}
|
|
1654
|
+
export declare namespace InvalidFileExistsBehaviorException {
|
|
1655
|
+
|
|
1656
|
+
const filterSensitiveLog: (obj: InvalidFileExistsBehaviorException) => any;
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
export interface InvalidGitHubAccountTokenException extends __SmithyException, $MetadataBearer {
|
|
1660
|
+
name: "InvalidGitHubAccountTokenException";
|
|
1661
|
+
$fault: "client";
|
|
1662
|
+
|
|
1663
|
+
message?: string;
|
|
1664
|
+
}
|
|
1665
|
+
export declare namespace InvalidGitHubAccountTokenException {
|
|
1666
|
+
|
|
1667
|
+
const filterSensitiveLog: (obj: InvalidGitHubAccountTokenException) => any;
|
|
1668
|
+
}
|
|
1669
|
+
|
|
1670
|
+
export interface InvalidIgnoreApplicationStopFailuresValueException extends __SmithyException, $MetadataBearer {
|
|
1671
|
+
name: "InvalidIgnoreApplicationStopFailuresValueException";
|
|
1672
|
+
$fault: "client";
|
|
1673
|
+
|
|
1674
|
+
message?: string;
|
|
1675
|
+
}
|
|
1676
|
+
export declare namespace InvalidIgnoreApplicationStopFailuresValueException {
|
|
1677
|
+
|
|
1678
|
+
const filterSensitiveLog: (obj: InvalidIgnoreApplicationStopFailuresValueException) => any;
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1681
|
+
export interface InvalidLoadBalancerInfoException extends __SmithyException, $MetadataBearer {
|
|
1682
|
+
name: "InvalidLoadBalancerInfoException";
|
|
1683
|
+
$fault: "client";
|
|
1684
|
+
|
|
1685
|
+
message?: string;
|
|
1686
|
+
}
|
|
1687
|
+
export declare namespace InvalidLoadBalancerInfoException {
|
|
1688
|
+
|
|
1689
|
+
const filterSensitiveLog: (obj: InvalidLoadBalancerInfoException) => any;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
export interface InvalidRoleException extends __SmithyException, $MetadataBearer {
|
|
1693
|
+
name: "InvalidRoleException";
|
|
1694
|
+
$fault: "client";
|
|
1695
|
+
|
|
1696
|
+
message?: string;
|
|
1697
|
+
}
|
|
1698
|
+
export declare namespace InvalidRoleException {
|
|
1699
|
+
|
|
1700
|
+
const filterSensitiveLog: (obj: InvalidRoleException) => any;
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1703
|
+
export interface InvalidTargetInstancesException extends __SmithyException, $MetadataBearer {
|
|
1704
|
+
name: "InvalidTargetInstancesException";
|
|
1705
|
+
$fault: "client";
|
|
1706
|
+
|
|
1707
|
+
message?: string;
|
|
1708
|
+
}
|
|
1709
|
+
export declare namespace InvalidTargetInstancesException {
|
|
1710
|
+
|
|
1711
|
+
const filterSensitiveLog: (obj: InvalidTargetInstancesException) => any;
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
export interface InvalidTrafficRoutingConfigurationException extends __SmithyException, $MetadataBearer {
|
|
1715
|
+
name: "InvalidTrafficRoutingConfigurationException";
|
|
1716
|
+
$fault: "client";
|
|
1717
|
+
|
|
1718
|
+
message?: string;
|
|
1719
|
+
}
|
|
1720
|
+
export declare namespace InvalidTrafficRoutingConfigurationException {
|
|
1721
|
+
|
|
1722
|
+
const filterSensitiveLog: (obj: InvalidTrafficRoutingConfigurationException) => any;
|
|
1723
|
+
}
|
|
1724
|
+
|
|
1725
|
+
export interface InvalidUpdateOutdatedInstancesOnlyValueException extends __SmithyException, $MetadataBearer {
|
|
1726
|
+
name: "InvalidUpdateOutdatedInstancesOnlyValueException";
|
|
1727
|
+
$fault: "client";
|
|
1728
|
+
|
|
1729
|
+
message?: string;
|
|
1730
|
+
}
|
|
1731
|
+
export declare namespace InvalidUpdateOutdatedInstancesOnlyValueException {
|
|
1732
|
+
|
|
1733
|
+
const filterSensitiveLog: (obj: InvalidUpdateOutdatedInstancesOnlyValueException) => any;
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
export interface RevisionDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
1737
|
+
name: "RevisionDoesNotExistException";
|
|
1738
|
+
$fault: "client";
|
|
1739
|
+
|
|
1740
|
+
message?: string;
|
|
1741
|
+
}
|
|
1742
|
+
export declare namespace RevisionDoesNotExistException {
|
|
1743
|
+
|
|
1744
|
+
const filterSensitiveLog: (obj: RevisionDoesNotExistException) => any;
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
1748
|
+
name: "ThrottlingException";
|
|
1749
|
+
$fault: "client";
|
|
1750
|
+
|
|
1751
|
+
message?: string;
|
|
1752
|
+
}
|
|
1753
|
+
export declare namespace ThrottlingException {
|
|
1754
|
+
|
|
1755
|
+
const filterSensitiveLog: (obj: ThrottlingException) => any;
|
|
1756
|
+
}
|
|
1757
|
+
export declare type MinimumHealthyHostsType = "FLEET_PERCENT" | "HOST_COUNT";
|
|
1758
|
+
|
|
1759
|
+
export interface MinimumHealthyHosts {
|
|
1760
|
+
|
|
1761
|
+
type?: MinimumHealthyHostsType | string;
|
|
1762
|
+
|
|
1763
|
+
value?: number;
|
|
1764
|
+
}
|
|
1765
|
+
export declare namespace MinimumHealthyHosts {
|
|
1766
|
+
|
|
1767
|
+
const filterSensitiveLog: (obj: MinimumHealthyHosts) => any;
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1770
|
+
export interface TimeBasedCanary {
|
|
1771
|
+
|
|
1772
|
+
canaryPercentage?: number;
|
|
1773
|
+
|
|
1774
|
+
canaryInterval?: number;
|
|
1775
|
+
}
|
|
1776
|
+
export declare namespace TimeBasedCanary {
|
|
1777
|
+
|
|
1778
|
+
const filterSensitiveLog: (obj: TimeBasedCanary) => any;
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1781
|
+
export interface TimeBasedLinear {
|
|
1782
|
+
|
|
1783
|
+
linearPercentage?: number;
|
|
1784
|
+
|
|
1785
|
+
linearInterval?: number;
|
|
1786
|
+
}
|
|
1787
|
+
export declare namespace TimeBasedLinear {
|
|
1788
|
+
|
|
1789
|
+
const filterSensitiveLog: (obj: TimeBasedLinear) => any;
|
|
1790
|
+
}
|
|
1791
|
+
export declare enum TrafficRoutingType {
|
|
1792
|
+
AllAtOnce = "AllAtOnce",
|
|
1793
|
+
TimeBasedCanary = "TimeBasedCanary",
|
|
1794
|
+
TimeBasedLinear = "TimeBasedLinear"
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
export interface TrafficRoutingConfig {
|
|
1798
|
+
|
|
1799
|
+
type?: TrafficRoutingType | string;
|
|
1800
|
+
|
|
1801
|
+
timeBasedCanary?: TimeBasedCanary;
|
|
1802
|
+
|
|
1803
|
+
timeBasedLinear?: TimeBasedLinear;
|
|
1804
|
+
}
|
|
1805
|
+
export declare namespace TrafficRoutingConfig {
|
|
1806
|
+
|
|
1807
|
+
const filterSensitiveLog: (obj: TrafficRoutingConfig) => any;
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
export interface CreateDeploymentConfigInput {
|
|
1811
|
+
|
|
1812
|
+
deploymentConfigName: string | undefined;
|
|
1813
|
+
|
|
1814
|
+
minimumHealthyHosts?: MinimumHealthyHosts;
|
|
1815
|
+
|
|
1816
|
+
trafficRoutingConfig?: TrafficRoutingConfig;
|
|
1817
|
+
|
|
1818
|
+
computePlatform?: ComputePlatform | string;
|
|
1819
|
+
}
|
|
1820
|
+
export declare namespace CreateDeploymentConfigInput {
|
|
1821
|
+
|
|
1822
|
+
const filterSensitiveLog: (obj: CreateDeploymentConfigInput) => any;
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
export interface CreateDeploymentConfigOutput {
|
|
1826
|
+
|
|
1827
|
+
deploymentConfigId?: string;
|
|
1828
|
+
}
|
|
1829
|
+
export declare namespace CreateDeploymentConfigOutput {
|
|
1830
|
+
|
|
1831
|
+
const filterSensitiveLog: (obj: CreateDeploymentConfigOutput) => any;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
export interface DeploymentConfigAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
1835
|
+
name: "DeploymentConfigAlreadyExistsException";
|
|
1836
|
+
$fault: "client";
|
|
1837
|
+
|
|
1838
|
+
message?: string;
|
|
1839
|
+
}
|
|
1840
|
+
export declare namespace DeploymentConfigAlreadyExistsException {
|
|
1841
|
+
|
|
1842
|
+
const filterSensitiveLog: (obj: DeploymentConfigAlreadyExistsException) => any;
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
export interface DeploymentConfigLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
1846
|
+
name: "DeploymentConfigLimitExceededException";
|
|
1847
|
+
$fault: "client";
|
|
1848
|
+
|
|
1849
|
+
message?: string;
|
|
1850
|
+
}
|
|
1851
|
+
export declare namespace DeploymentConfigLimitExceededException {
|
|
1852
|
+
|
|
1853
|
+
const filterSensitiveLog: (obj: DeploymentConfigLimitExceededException) => any;
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
export interface DeploymentConfigNameRequiredException extends __SmithyException, $MetadataBearer {
|
|
1857
|
+
name: "DeploymentConfigNameRequiredException";
|
|
1858
|
+
$fault: "client";
|
|
1859
|
+
|
|
1860
|
+
message?: string;
|
|
1861
|
+
}
|
|
1862
|
+
export declare namespace DeploymentConfigNameRequiredException {
|
|
1863
|
+
|
|
1864
|
+
const filterSensitiveLog: (obj: DeploymentConfigNameRequiredException) => any;
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
export interface InvalidMinimumHealthyHostValueException extends __SmithyException, $MetadataBearer {
|
|
1868
|
+
name: "InvalidMinimumHealthyHostValueException";
|
|
1869
|
+
$fault: "client";
|
|
1870
|
+
|
|
1871
|
+
message?: string;
|
|
1872
|
+
}
|
|
1873
|
+
export declare namespace InvalidMinimumHealthyHostValueException {
|
|
1874
|
+
|
|
1875
|
+
const filterSensitiveLog: (obj: InvalidMinimumHealthyHostValueException) => any;
|
|
1876
|
+
}
|
|
1877
|
+
|
|
1878
|
+
export interface CreateDeploymentGroupInput {
|
|
1879
|
+
|
|
1880
|
+
applicationName: string | undefined;
|
|
1881
|
+
|
|
1882
|
+
deploymentGroupName: string | undefined;
|
|
1883
|
+
|
|
1884
|
+
deploymentConfigName?: string;
|
|
1885
|
+
|
|
1886
|
+
ec2TagFilters?: EC2TagFilter[];
|
|
1887
|
+
|
|
1888
|
+
onPremisesInstanceTagFilters?: TagFilter[];
|
|
1889
|
+
|
|
1890
|
+
autoScalingGroups?: string[];
|
|
1891
|
+
|
|
1892
|
+
serviceRoleArn: string | undefined;
|
|
1893
|
+
|
|
1894
|
+
triggerConfigurations?: TriggerConfig[];
|
|
1895
|
+
|
|
1896
|
+
alarmConfiguration?: AlarmConfiguration;
|
|
1897
|
+
|
|
1898
|
+
autoRollbackConfiguration?: AutoRollbackConfiguration;
|
|
1899
|
+
|
|
1900
|
+
outdatedInstancesStrategy?: OutdatedInstancesStrategy | string;
|
|
1901
|
+
|
|
1902
|
+
deploymentStyle?: DeploymentStyle;
|
|
1903
|
+
|
|
1904
|
+
blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
|
|
1905
|
+
|
|
1906
|
+
loadBalancerInfo?: LoadBalancerInfo;
|
|
1907
|
+
|
|
1908
|
+
ec2TagSet?: EC2TagSet;
|
|
1909
|
+
|
|
1910
|
+
ecsServices?: ECSService[];
|
|
1911
|
+
|
|
1912
|
+
onPremisesTagSet?: OnPremisesTagSet;
|
|
1913
|
+
|
|
1914
|
+
tags?: Tag[];
|
|
1915
|
+
}
|
|
1916
|
+
export declare namespace CreateDeploymentGroupInput {
|
|
1917
|
+
|
|
1918
|
+
const filterSensitiveLog: (obj: CreateDeploymentGroupInput) => any;
|
|
1919
|
+
}
|
|
1920
|
+
|
|
1921
|
+
export interface CreateDeploymentGroupOutput {
|
|
1922
|
+
|
|
1923
|
+
deploymentGroupId?: string;
|
|
1924
|
+
}
|
|
1925
|
+
export declare namespace CreateDeploymentGroupOutput {
|
|
1926
|
+
|
|
1927
|
+
const filterSensitiveLog: (obj: CreateDeploymentGroupOutput) => any;
|
|
1928
|
+
}
|
|
1929
|
+
|
|
1930
|
+
export interface DeploymentGroupAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
1931
|
+
name: "DeploymentGroupAlreadyExistsException";
|
|
1932
|
+
$fault: "client";
|
|
1933
|
+
|
|
1934
|
+
message?: string;
|
|
1935
|
+
}
|
|
1936
|
+
export declare namespace DeploymentGroupAlreadyExistsException {
|
|
1937
|
+
|
|
1938
|
+
const filterSensitiveLog: (obj: DeploymentGroupAlreadyExistsException) => any;
|
|
1939
|
+
}
|
|
1940
|
+
|
|
1941
|
+
export interface DeploymentGroupLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
1942
|
+
name: "DeploymentGroupLimitExceededException";
|
|
1943
|
+
$fault: "client";
|
|
1944
|
+
|
|
1945
|
+
message?: string;
|
|
1946
|
+
}
|
|
1947
|
+
export declare namespace DeploymentGroupLimitExceededException {
|
|
1948
|
+
|
|
1949
|
+
const filterSensitiveLog: (obj: DeploymentGroupLimitExceededException) => any;
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
export interface ECSServiceMappingLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
1953
|
+
name: "ECSServiceMappingLimitExceededException";
|
|
1954
|
+
$fault: "client";
|
|
1955
|
+
|
|
1956
|
+
message?: string;
|
|
1957
|
+
}
|
|
1958
|
+
export declare namespace ECSServiceMappingLimitExceededException {
|
|
1959
|
+
|
|
1960
|
+
const filterSensitiveLog: (obj: ECSServiceMappingLimitExceededException) => any;
|
|
1961
|
+
}
|
|
1962
|
+
|
|
1963
|
+
export interface InvalidAlarmConfigException extends __SmithyException, $MetadataBearer {
|
|
1964
|
+
name: "InvalidAlarmConfigException";
|
|
1965
|
+
$fault: "client";
|
|
1966
|
+
|
|
1967
|
+
message?: string;
|
|
1968
|
+
}
|
|
1969
|
+
export declare namespace InvalidAlarmConfigException {
|
|
1970
|
+
|
|
1971
|
+
const filterSensitiveLog: (obj: InvalidAlarmConfigException) => any;
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
export interface InvalidBlueGreenDeploymentConfigurationException extends __SmithyException, $MetadataBearer {
|
|
1975
|
+
name: "InvalidBlueGreenDeploymentConfigurationException";
|
|
1976
|
+
$fault: "client";
|
|
1977
|
+
|
|
1978
|
+
message?: string;
|
|
1979
|
+
}
|
|
1980
|
+
export declare namespace InvalidBlueGreenDeploymentConfigurationException {
|
|
1981
|
+
|
|
1982
|
+
const filterSensitiveLog: (obj: InvalidBlueGreenDeploymentConfigurationException) => any;
|
|
1983
|
+
}
|
|
1984
|
+
|
|
1985
|
+
export interface InvalidDeploymentStyleException extends __SmithyException, $MetadataBearer {
|
|
1986
|
+
name: "InvalidDeploymentStyleException";
|
|
1987
|
+
$fault: "client";
|
|
1988
|
+
|
|
1989
|
+
message?: string;
|
|
1990
|
+
}
|
|
1991
|
+
export declare namespace InvalidDeploymentStyleException {
|
|
1992
|
+
|
|
1993
|
+
const filterSensitiveLog: (obj: InvalidDeploymentStyleException) => any;
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
export interface InvalidEC2TagCombinationException extends __SmithyException, $MetadataBearer {
|
|
1997
|
+
name: "InvalidEC2TagCombinationException";
|
|
1998
|
+
$fault: "client";
|
|
1999
|
+
|
|
2000
|
+
message?: string;
|
|
2001
|
+
}
|
|
2002
|
+
export declare namespace InvalidEC2TagCombinationException {
|
|
2003
|
+
|
|
2004
|
+
const filterSensitiveLog: (obj: InvalidEC2TagCombinationException) => any;
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
export interface InvalidEC2TagException extends __SmithyException, $MetadataBearer {
|
|
2008
|
+
name: "InvalidEC2TagException";
|
|
2009
|
+
$fault: "client";
|
|
2010
|
+
|
|
2011
|
+
message?: string;
|
|
2012
|
+
}
|
|
2013
|
+
export declare namespace InvalidEC2TagException {
|
|
2014
|
+
|
|
2015
|
+
const filterSensitiveLog: (obj: InvalidEC2TagException) => any;
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
export interface InvalidECSServiceException extends __SmithyException, $MetadataBearer {
|
|
2019
|
+
name: "InvalidECSServiceException";
|
|
2020
|
+
$fault: "client";
|
|
2021
|
+
|
|
2022
|
+
message?: string;
|
|
2023
|
+
}
|
|
2024
|
+
export declare namespace InvalidECSServiceException {
|
|
2025
|
+
|
|
2026
|
+
const filterSensitiveLog: (obj: InvalidECSServiceException) => any;
|
|
2027
|
+
}
|
|
2028
|
+
|
|
2029
|
+
export interface InvalidInputException extends __SmithyException, $MetadataBearer {
|
|
2030
|
+
name: "InvalidInputException";
|
|
2031
|
+
$fault: "client";
|
|
2032
|
+
|
|
2033
|
+
message?: string;
|
|
2034
|
+
}
|
|
2035
|
+
export declare namespace InvalidInputException {
|
|
2036
|
+
|
|
2037
|
+
const filterSensitiveLog: (obj: InvalidInputException) => any;
|
|
2038
|
+
}
|
|
2039
|
+
|
|
2040
|
+
export interface InvalidOnPremisesTagCombinationException extends __SmithyException, $MetadataBearer {
|
|
2041
|
+
name: "InvalidOnPremisesTagCombinationException";
|
|
2042
|
+
$fault: "client";
|
|
2043
|
+
|
|
2044
|
+
message?: string;
|
|
2045
|
+
}
|
|
2046
|
+
export declare namespace InvalidOnPremisesTagCombinationException {
|
|
2047
|
+
|
|
2048
|
+
const filterSensitiveLog: (obj: InvalidOnPremisesTagCombinationException) => any;
|
|
2049
|
+
}
|
|
2050
|
+
|
|
2051
|
+
export interface InvalidTargetGroupPairException extends __SmithyException, $MetadataBearer {
|
|
2052
|
+
name: "InvalidTargetGroupPairException";
|
|
2053
|
+
$fault: "client";
|
|
2054
|
+
|
|
2055
|
+
message?: string;
|
|
2056
|
+
}
|
|
2057
|
+
export declare namespace InvalidTargetGroupPairException {
|
|
2058
|
+
|
|
2059
|
+
const filterSensitiveLog: (obj: InvalidTargetGroupPairException) => any;
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2062
|
+
export interface InvalidTriggerConfigException extends __SmithyException, $MetadataBearer {
|
|
2063
|
+
name: "InvalidTriggerConfigException";
|
|
2064
|
+
$fault: "client";
|
|
2065
|
+
|
|
2066
|
+
message?: string;
|
|
2067
|
+
}
|
|
2068
|
+
export declare namespace InvalidTriggerConfigException {
|
|
2069
|
+
|
|
2070
|
+
const filterSensitiveLog: (obj: InvalidTriggerConfigException) => any;
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2073
|
+
export interface LifecycleHookLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
2074
|
+
name: "LifecycleHookLimitExceededException";
|
|
2075
|
+
$fault: "client";
|
|
2076
|
+
|
|
2077
|
+
message?: string;
|
|
2078
|
+
}
|
|
2079
|
+
export declare namespace LifecycleHookLimitExceededException {
|
|
2080
|
+
|
|
2081
|
+
const filterSensitiveLog: (obj: LifecycleHookLimitExceededException) => any;
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
export interface RoleRequiredException extends __SmithyException, $MetadataBearer {
|
|
2085
|
+
name: "RoleRequiredException";
|
|
2086
|
+
$fault: "client";
|
|
2087
|
+
|
|
2088
|
+
message?: string;
|
|
2089
|
+
}
|
|
2090
|
+
export declare namespace RoleRequiredException {
|
|
2091
|
+
|
|
2092
|
+
const filterSensitiveLog: (obj: RoleRequiredException) => any;
|
|
2093
|
+
}
|
|
2094
|
+
|
|
2095
|
+
export interface TagSetListLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
2096
|
+
name: "TagSetListLimitExceededException";
|
|
2097
|
+
$fault: "client";
|
|
2098
|
+
|
|
2099
|
+
message?: string;
|
|
2100
|
+
}
|
|
2101
|
+
export declare namespace TagSetListLimitExceededException {
|
|
2102
|
+
|
|
2103
|
+
const filterSensitiveLog: (obj: TagSetListLimitExceededException) => any;
|
|
2104
|
+
}
|
|
2105
|
+
|
|
2106
|
+
export interface TriggerTargetsLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
2107
|
+
name: "TriggerTargetsLimitExceededException";
|
|
2108
|
+
$fault: "client";
|
|
2109
|
+
|
|
2110
|
+
message?: string;
|
|
2111
|
+
}
|
|
2112
|
+
export declare namespace TriggerTargetsLimitExceededException {
|
|
2113
|
+
|
|
2114
|
+
const filterSensitiveLog: (obj: TriggerTargetsLimitExceededException) => any;
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2117
|
+
export interface DeleteApplicationInput {
|
|
2118
|
+
|
|
2119
|
+
applicationName: string | undefined;
|
|
2120
|
+
}
|
|
2121
|
+
export declare namespace DeleteApplicationInput {
|
|
2122
|
+
|
|
2123
|
+
const filterSensitiveLog: (obj: DeleteApplicationInput) => any;
|
|
2124
|
+
}
|
|
2125
|
+
|
|
2126
|
+
export interface DeleteDeploymentConfigInput {
|
|
2127
|
+
|
|
2128
|
+
deploymentConfigName: string | undefined;
|
|
2129
|
+
}
|
|
2130
|
+
export declare namespace DeleteDeploymentConfigInput {
|
|
2131
|
+
|
|
2132
|
+
const filterSensitiveLog: (obj: DeleteDeploymentConfigInput) => any;
|
|
2133
|
+
}
|
|
2134
|
+
|
|
2135
|
+
export interface DeploymentConfigInUseException extends __SmithyException, $MetadataBearer {
|
|
2136
|
+
name: "DeploymentConfigInUseException";
|
|
2137
|
+
$fault: "client";
|
|
2138
|
+
|
|
2139
|
+
message?: string;
|
|
2140
|
+
}
|
|
2141
|
+
export declare namespace DeploymentConfigInUseException {
|
|
2142
|
+
|
|
2143
|
+
const filterSensitiveLog: (obj: DeploymentConfigInUseException) => any;
|
|
2144
|
+
}
|
|
2145
|
+
|
|
2146
|
+
export interface InvalidOperationException extends __SmithyException, $MetadataBearer {
|
|
2147
|
+
name: "InvalidOperationException";
|
|
2148
|
+
$fault: "client";
|
|
2149
|
+
|
|
2150
|
+
message?: string;
|
|
2151
|
+
}
|
|
2152
|
+
export declare namespace InvalidOperationException {
|
|
2153
|
+
|
|
2154
|
+
const filterSensitiveLog: (obj: InvalidOperationException) => any;
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2157
|
+
export interface DeleteDeploymentGroupInput {
|
|
2158
|
+
|
|
2159
|
+
applicationName: string | undefined;
|
|
2160
|
+
|
|
2161
|
+
deploymentGroupName: string | undefined;
|
|
2162
|
+
}
|
|
2163
|
+
export declare namespace DeleteDeploymentGroupInput {
|
|
2164
|
+
|
|
2165
|
+
const filterSensitiveLog: (obj: DeleteDeploymentGroupInput) => any;
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
export interface DeleteDeploymentGroupOutput {
|
|
2169
|
+
|
|
2170
|
+
hooksNotCleanedUp?: AutoScalingGroup[];
|
|
2171
|
+
}
|
|
2172
|
+
export declare namespace DeleteDeploymentGroupOutput {
|
|
2173
|
+
|
|
2174
|
+
const filterSensitiveLog: (obj: DeleteDeploymentGroupOutput) => any;
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2177
|
+
export interface DeleteGitHubAccountTokenInput {
|
|
2178
|
+
|
|
2179
|
+
tokenName?: string;
|
|
2180
|
+
}
|
|
2181
|
+
export declare namespace DeleteGitHubAccountTokenInput {
|
|
2182
|
+
|
|
2183
|
+
const filterSensitiveLog: (obj: DeleteGitHubAccountTokenInput) => any;
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2186
|
+
export interface DeleteGitHubAccountTokenOutput {
|
|
2187
|
+
|
|
2188
|
+
tokenName?: string;
|
|
2189
|
+
}
|
|
2190
|
+
export declare namespace DeleteGitHubAccountTokenOutput {
|
|
2191
|
+
|
|
2192
|
+
const filterSensitiveLog: (obj: DeleteGitHubAccountTokenOutput) => any;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
export interface GitHubAccountTokenDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
2196
|
+
name: "GitHubAccountTokenDoesNotExistException";
|
|
2197
|
+
$fault: "client";
|
|
2198
|
+
|
|
2199
|
+
message?: string;
|
|
2200
|
+
}
|
|
2201
|
+
export declare namespace GitHubAccountTokenDoesNotExistException {
|
|
2202
|
+
|
|
2203
|
+
const filterSensitiveLog: (obj: GitHubAccountTokenDoesNotExistException) => any;
|
|
2204
|
+
}
|
|
2205
|
+
|
|
2206
|
+
export interface GitHubAccountTokenNameRequiredException extends __SmithyException, $MetadataBearer {
|
|
2207
|
+
name: "GitHubAccountTokenNameRequiredException";
|
|
2208
|
+
$fault: "client";
|
|
2209
|
+
|
|
2210
|
+
message?: string;
|
|
2211
|
+
}
|
|
2212
|
+
export declare namespace GitHubAccountTokenNameRequiredException {
|
|
2213
|
+
|
|
2214
|
+
const filterSensitiveLog: (obj: GitHubAccountTokenNameRequiredException) => any;
|
|
2215
|
+
}
|
|
2216
|
+
|
|
2217
|
+
export interface InvalidGitHubAccountTokenNameException extends __SmithyException, $MetadataBearer {
|
|
2218
|
+
name: "InvalidGitHubAccountTokenNameException";
|
|
2219
|
+
$fault: "client";
|
|
2220
|
+
|
|
2221
|
+
message?: string;
|
|
2222
|
+
}
|
|
2223
|
+
export declare namespace InvalidGitHubAccountTokenNameException {
|
|
2224
|
+
|
|
2225
|
+
const filterSensitiveLog: (obj: InvalidGitHubAccountTokenNameException) => any;
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
export interface OperationNotSupportedException extends __SmithyException, $MetadataBearer {
|
|
2229
|
+
name: "OperationNotSupportedException";
|
|
2230
|
+
$fault: "client";
|
|
2231
|
+
|
|
2232
|
+
message?: string;
|
|
2233
|
+
}
|
|
2234
|
+
export declare namespace OperationNotSupportedException {
|
|
2235
|
+
|
|
2236
|
+
const filterSensitiveLog: (obj: OperationNotSupportedException) => any;
|
|
2237
|
+
}
|
|
2238
|
+
|
|
2239
|
+
export interface ResourceValidationException extends __SmithyException, $MetadataBearer {
|
|
2240
|
+
name: "ResourceValidationException";
|
|
2241
|
+
$fault: "client";
|
|
2242
|
+
|
|
2243
|
+
message?: string;
|
|
2244
|
+
}
|
|
2245
|
+
export declare namespace ResourceValidationException {
|
|
2246
|
+
|
|
2247
|
+
const filterSensitiveLog: (obj: ResourceValidationException) => any;
|
|
2248
|
+
}
|
|
2249
|
+
export interface DeleteResourcesByExternalIdInput {
|
|
2250
|
+
|
|
2251
|
+
externalId?: string;
|
|
2252
|
+
}
|
|
2253
|
+
export declare namespace DeleteResourcesByExternalIdInput {
|
|
2254
|
+
|
|
2255
|
+
const filterSensitiveLog: (obj: DeleteResourcesByExternalIdInput) => any;
|
|
2256
|
+
}
|
|
2257
|
+
export interface DeleteResourcesByExternalIdOutput {
|
|
2258
|
+
}
|
|
2259
|
+
export declare namespace DeleteResourcesByExternalIdOutput {
|
|
2260
|
+
|
|
2261
|
+
const filterSensitiveLog: (obj: DeleteResourcesByExternalIdOutput) => any;
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
export interface DeregisterOnPremisesInstanceInput {
|
|
2265
|
+
|
|
2266
|
+
instanceName: string | undefined;
|
|
2267
|
+
}
|
|
2268
|
+
export declare namespace DeregisterOnPremisesInstanceInput {
|
|
2269
|
+
|
|
2270
|
+
const filterSensitiveLog: (obj: DeregisterOnPremisesInstanceInput) => any;
|
|
2271
|
+
}
|
|
2272
|
+
|
|
2273
|
+
export interface GetApplicationInput {
|
|
2274
|
+
|
|
2275
|
+
applicationName: string | undefined;
|
|
2276
|
+
}
|
|
2277
|
+
export declare namespace GetApplicationInput {
|
|
2278
|
+
|
|
2279
|
+
const filterSensitiveLog: (obj: GetApplicationInput) => any;
|
|
2280
|
+
}
|
|
2281
|
+
|
|
2282
|
+
export interface GetApplicationOutput {
|
|
2283
|
+
|
|
2284
|
+
application?: ApplicationInfo;
|
|
2285
|
+
}
|
|
2286
|
+
export declare namespace GetApplicationOutput {
|
|
2287
|
+
|
|
2288
|
+
const filterSensitiveLog: (obj: GetApplicationOutput) => any;
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2291
|
+
export interface GetApplicationRevisionInput {
|
|
2292
|
+
|
|
2293
|
+
applicationName: string | undefined;
|
|
2294
|
+
|
|
2295
|
+
revision: RevisionLocation | undefined;
|
|
2296
|
+
}
|
|
2297
|
+
export declare namespace GetApplicationRevisionInput {
|
|
2298
|
+
|
|
2299
|
+
const filterSensitiveLog: (obj: GetApplicationRevisionInput) => any;
|
|
2300
|
+
}
|
|
2301
|
+
|
|
2302
|
+
export interface GetApplicationRevisionOutput {
|
|
2303
|
+
|
|
2304
|
+
applicationName?: string;
|
|
2305
|
+
|
|
2306
|
+
revision?: RevisionLocation;
|
|
2307
|
+
|
|
2308
|
+
revisionInfo?: GenericRevisionInfo;
|
|
2309
|
+
}
|
|
2310
|
+
export declare namespace GetApplicationRevisionOutput {
|
|
2311
|
+
|
|
2312
|
+
const filterSensitiveLog: (obj: GetApplicationRevisionOutput) => any;
|
|
2313
|
+
}
|
|
2314
|
+
|
|
2315
|
+
export interface GetDeploymentInput {
|
|
2316
|
+
|
|
2317
|
+
deploymentId: string | undefined;
|
|
2318
|
+
}
|
|
2319
|
+
export declare namespace GetDeploymentInput {
|
|
2320
|
+
|
|
2321
|
+
const filterSensitiveLog: (obj: GetDeploymentInput) => any;
|
|
2322
|
+
}
|
|
2323
|
+
|
|
2324
|
+
export interface GetDeploymentOutput {
|
|
2325
|
+
|
|
2326
|
+
deploymentInfo?: DeploymentInfo;
|
|
2327
|
+
}
|
|
2328
|
+
export declare namespace GetDeploymentOutput {
|
|
2329
|
+
|
|
2330
|
+
const filterSensitiveLog: (obj: GetDeploymentOutput) => any;
|
|
2331
|
+
}
|
|
2332
|
+
|
|
2333
|
+
export interface GetDeploymentConfigInput {
|
|
2334
|
+
|
|
2335
|
+
deploymentConfigName: string | undefined;
|
|
2336
|
+
}
|
|
2337
|
+
export declare namespace GetDeploymentConfigInput {
|
|
2338
|
+
|
|
2339
|
+
const filterSensitiveLog: (obj: GetDeploymentConfigInput) => any;
|
|
2340
|
+
}
|
|
2341
|
+
|
|
2342
|
+
export interface DeploymentConfigInfo {
|
|
2343
|
+
|
|
2344
|
+
deploymentConfigId?: string;
|
|
2345
|
+
|
|
2346
|
+
deploymentConfigName?: string;
|
|
2347
|
+
|
|
2348
|
+
minimumHealthyHosts?: MinimumHealthyHosts;
|
|
2349
|
+
|
|
2350
|
+
createTime?: Date;
|
|
2351
|
+
|
|
2352
|
+
computePlatform?: ComputePlatform | string;
|
|
2353
|
+
|
|
2354
|
+
trafficRoutingConfig?: TrafficRoutingConfig;
|
|
2355
|
+
}
|
|
2356
|
+
export declare namespace DeploymentConfigInfo {
|
|
2357
|
+
|
|
2358
|
+
const filterSensitiveLog: (obj: DeploymentConfigInfo) => any;
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
export interface GetDeploymentConfigOutput {
|
|
2362
|
+
|
|
2363
|
+
deploymentConfigInfo?: DeploymentConfigInfo;
|
|
2364
|
+
}
|
|
2365
|
+
export declare namespace GetDeploymentConfigOutput {
|
|
2366
|
+
|
|
2367
|
+
const filterSensitiveLog: (obj: GetDeploymentConfigOutput) => any;
|
|
2368
|
+
}
|
|
2369
|
+
|
|
2370
|
+
export interface GetDeploymentGroupInput {
|
|
2371
|
+
|
|
2372
|
+
applicationName: string | undefined;
|
|
2373
|
+
|
|
2374
|
+
deploymentGroupName: string | undefined;
|
|
2375
|
+
}
|
|
2376
|
+
export declare namespace GetDeploymentGroupInput {
|
|
2377
|
+
|
|
2378
|
+
const filterSensitiveLog: (obj: GetDeploymentGroupInput) => any;
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2381
|
+
export interface GetDeploymentGroupOutput {
|
|
2382
|
+
|
|
2383
|
+
deploymentGroupInfo?: DeploymentGroupInfo;
|
|
2384
|
+
}
|
|
2385
|
+
export declare namespace GetDeploymentGroupOutput {
|
|
2386
|
+
|
|
2387
|
+
const filterSensitiveLog: (obj: GetDeploymentGroupOutput) => any;
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2390
|
+
export interface GetDeploymentInstanceInput {
|
|
2391
|
+
|
|
2392
|
+
deploymentId: string | undefined;
|
|
2393
|
+
|
|
2394
|
+
instanceId: string | undefined;
|
|
2395
|
+
}
|
|
2396
|
+
export declare namespace GetDeploymentInstanceInput {
|
|
2397
|
+
|
|
2398
|
+
const filterSensitiveLog: (obj: GetDeploymentInstanceInput) => any;
|
|
2399
|
+
}
|
|
2400
|
+
|
|
2401
|
+
export interface GetDeploymentInstanceOutput {
|
|
2402
|
+
|
|
2403
|
+
instanceSummary?: InstanceSummary;
|
|
2404
|
+
}
|
|
2405
|
+
export declare namespace GetDeploymentInstanceOutput {
|
|
2406
|
+
|
|
2407
|
+
const filterSensitiveLog: (obj: GetDeploymentInstanceOutput) => any;
|
|
2408
|
+
}
|
|
2409
|
+
export interface GetDeploymentTargetInput {
|
|
2410
|
+
|
|
2411
|
+
deploymentId?: string;
|
|
2412
|
+
|
|
2413
|
+
targetId?: string;
|
|
2414
|
+
}
|
|
2415
|
+
export declare namespace GetDeploymentTargetInput {
|
|
2416
|
+
|
|
2417
|
+
const filterSensitiveLog: (obj: GetDeploymentTargetInput) => any;
|
|
2418
|
+
}
|
|
2419
|
+
export interface GetDeploymentTargetOutput {
|
|
2420
|
+
|
|
2421
|
+
deploymentTarget?: DeploymentTarget;
|
|
2422
|
+
}
|
|
2423
|
+
export declare namespace GetDeploymentTargetOutput {
|
|
2424
|
+
|
|
2425
|
+
const filterSensitiveLog: (obj: GetDeploymentTargetOutput) => any;
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
export interface GetOnPremisesInstanceInput {
|
|
2429
|
+
|
|
2430
|
+
instanceName: string | undefined;
|
|
2431
|
+
}
|
|
2432
|
+
export declare namespace GetOnPremisesInstanceInput {
|
|
2433
|
+
|
|
2434
|
+
const filterSensitiveLog: (obj: GetOnPremisesInstanceInput) => any;
|
|
2435
|
+
}
|
|
2436
|
+
|
|
2437
|
+
export interface GetOnPremisesInstanceOutput {
|
|
2438
|
+
|
|
2439
|
+
instanceInfo?: InstanceInfo;
|
|
2440
|
+
}
|
|
2441
|
+
export declare namespace GetOnPremisesInstanceOutput {
|
|
2442
|
+
|
|
2443
|
+
const filterSensitiveLog: (obj: GetOnPremisesInstanceOutput) => any;
|
|
2444
|
+
}
|
|
2445
|
+
|
|
2446
|
+
export interface InvalidBucketNameFilterException extends __SmithyException, $MetadataBearer {
|
|
2447
|
+
name: "InvalidBucketNameFilterException";
|
|
2448
|
+
$fault: "client";
|
|
2449
|
+
|
|
2450
|
+
message?: string;
|
|
2451
|
+
}
|
|
2452
|
+
export declare namespace InvalidBucketNameFilterException {
|
|
2453
|
+
|
|
2454
|
+
const filterSensitiveLog: (obj: InvalidBucketNameFilterException) => any;
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2457
|
+
export interface InvalidDeployedStateFilterException extends __SmithyException, $MetadataBearer {
|
|
2458
|
+
name: "InvalidDeployedStateFilterException";
|
|
2459
|
+
$fault: "client";
|
|
2460
|
+
|
|
2461
|
+
message?: string;
|
|
2462
|
+
}
|
|
2463
|
+
export declare namespace InvalidDeployedStateFilterException {
|
|
2464
|
+
|
|
2465
|
+
const filterSensitiveLog: (obj: InvalidDeployedStateFilterException) => any;
|
|
2466
|
+
}
|
|
2467
|
+
|
|
2468
|
+
export interface InvalidKeyPrefixFilterException extends __SmithyException, $MetadataBearer {
|
|
2469
|
+
name: "InvalidKeyPrefixFilterException";
|
|
2470
|
+
$fault: "client";
|
|
2471
|
+
|
|
2472
|
+
message?: string;
|
|
2473
|
+
}
|
|
2474
|
+
export declare namespace InvalidKeyPrefixFilterException {
|
|
2475
|
+
|
|
2476
|
+
const filterSensitiveLog: (obj: InvalidKeyPrefixFilterException) => any;
|
|
2477
|
+
}
|
|
2478
|
+
|
|
2479
|
+
export interface InvalidNextTokenException extends __SmithyException, $MetadataBearer {
|
|
2480
|
+
name: "InvalidNextTokenException";
|
|
2481
|
+
$fault: "client";
|
|
2482
|
+
|
|
2483
|
+
message?: string;
|
|
2484
|
+
}
|
|
2485
|
+
export declare namespace InvalidNextTokenException {
|
|
2486
|
+
|
|
2487
|
+
const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
|
|
2488
|
+
}
|
|
2489
|
+
|
|
2490
|
+
export interface InvalidSortByException extends __SmithyException, $MetadataBearer {
|
|
2491
|
+
name: "InvalidSortByException";
|
|
2492
|
+
$fault: "client";
|
|
2493
|
+
|
|
2494
|
+
message?: string;
|
|
2495
|
+
}
|
|
2496
|
+
export declare namespace InvalidSortByException {
|
|
2497
|
+
|
|
2498
|
+
const filterSensitiveLog: (obj: InvalidSortByException) => any;
|
|
2499
|
+
}
|
|
2500
|
+
|
|
2501
|
+
export interface InvalidSortOrderException extends __SmithyException, $MetadataBearer {
|
|
2502
|
+
name: "InvalidSortOrderException";
|
|
2503
|
+
$fault: "client";
|
|
2504
|
+
|
|
2505
|
+
message?: string;
|
|
2506
|
+
}
|
|
2507
|
+
export declare namespace InvalidSortOrderException {
|
|
2508
|
+
|
|
2509
|
+
const filterSensitiveLog: (obj: InvalidSortOrderException) => any;
|
|
2510
|
+
}
|
|
2511
|
+
export declare enum ListStateFilterAction {
|
|
2512
|
+
Exclude = "exclude",
|
|
2513
|
+
Ignore = "ignore",
|
|
2514
|
+
Include = "include"
|
|
2515
|
+
}
|
|
2516
|
+
export declare enum SortOrder {
|
|
2517
|
+
Ascending = "ascending",
|
|
2518
|
+
Descending = "descending"
|
|
2519
|
+
}
|
|
2520
|
+
|
|
2521
|
+
export interface ListApplicationRevisionsInput {
|
|
2522
|
+
|
|
2523
|
+
applicationName: string | undefined;
|
|
2524
|
+
|
|
2525
|
+
sortBy?: ApplicationRevisionSortBy | string;
|
|
2526
|
+
|
|
2527
|
+
sortOrder?: SortOrder | string;
|
|
2528
|
+
|
|
2529
|
+
s3Bucket?: string;
|
|
2530
|
+
|
|
2531
|
+
s3KeyPrefix?: string;
|
|
2532
|
+
|
|
2533
|
+
deployed?: ListStateFilterAction | string;
|
|
2534
|
+
|
|
2535
|
+
nextToken?: string;
|
|
2536
|
+
}
|
|
2537
|
+
export declare namespace ListApplicationRevisionsInput {
|
|
2538
|
+
|
|
2539
|
+
const filterSensitiveLog: (obj: ListApplicationRevisionsInput) => any;
|
|
2540
|
+
}
|
|
2541
|
+
|
|
2542
|
+
export interface ListApplicationRevisionsOutput {
|
|
2543
|
+
|
|
2544
|
+
revisions?: RevisionLocation[];
|
|
2545
|
+
|
|
2546
|
+
nextToken?: string;
|
|
2547
|
+
}
|
|
2548
|
+
export declare namespace ListApplicationRevisionsOutput {
|
|
2549
|
+
|
|
2550
|
+
const filterSensitiveLog: (obj: ListApplicationRevisionsOutput) => any;
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
export interface ListApplicationsInput {
|
|
2554
|
+
|
|
2555
|
+
nextToken?: string;
|
|
2556
|
+
}
|
|
2557
|
+
export declare namespace ListApplicationsInput {
|
|
2558
|
+
|
|
2559
|
+
const filterSensitiveLog: (obj: ListApplicationsInput) => any;
|
|
2560
|
+
}
|
|
2561
|
+
|
|
2562
|
+
export interface ListApplicationsOutput {
|
|
2563
|
+
|
|
2564
|
+
applications?: string[];
|
|
2565
|
+
|
|
2566
|
+
nextToken?: string;
|
|
2567
|
+
}
|
|
2568
|
+
export declare namespace ListApplicationsOutput {
|
|
2569
|
+
|
|
2570
|
+
const filterSensitiveLog: (obj: ListApplicationsOutput) => any;
|
|
2571
|
+
}
|
|
2572
|
+
|
|
2573
|
+
export interface ListDeploymentConfigsInput {
|
|
2574
|
+
|
|
2575
|
+
nextToken?: string;
|
|
2576
|
+
}
|
|
2577
|
+
export declare namespace ListDeploymentConfigsInput {
|
|
2578
|
+
|
|
2579
|
+
const filterSensitiveLog: (obj: ListDeploymentConfigsInput) => any;
|
|
2580
|
+
}
|
|
2581
|
+
|
|
2582
|
+
export interface ListDeploymentConfigsOutput {
|
|
2583
|
+
|
|
2584
|
+
deploymentConfigsList?: string[];
|
|
2585
|
+
|
|
2586
|
+
nextToken?: string;
|
|
2587
|
+
}
|
|
2588
|
+
export declare namespace ListDeploymentConfigsOutput {
|
|
2589
|
+
|
|
2590
|
+
const filterSensitiveLog: (obj: ListDeploymentConfigsOutput) => any;
|
|
2591
|
+
}
|
|
2592
|
+
|
|
2593
|
+
export interface ListDeploymentGroupsInput {
|
|
2594
|
+
|
|
2595
|
+
applicationName: string | undefined;
|
|
2596
|
+
|
|
2597
|
+
nextToken?: string;
|
|
2598
|
+
}
|
|
2599
|
+
export declare namespace ListDeploymentGroupsInput {
|
|
2600
|
+
|
|
2601
|
+
const filterSensitiveLog: (obj: ListDeploymentGroupsInput) => any;
|
|
2602
|
+
}
|
|
2603
|
+
|
|
2604
|
+
export interface ListDeploymentGroupsOutput {
|
|
2605
|
+
|
|
2606
|
+
applicationName?: string;
|
|
2607
|
+
|
|
2608
|
+
deploymentGroups?: string[];
|
|
2609
|
+
|
|
2610
|
+
nextToken?: string;
|
|
2611
|
+
}
|
|
2612
|
+
export declare namespace ListDeploymentGroupsOutput {
|
|
2613
|
+
|
|
2614
|
+
const filterSensitiveLog: (obj: ListDeploymentGroupsOutput) => any;
|
|
2615
|
+
}
|
|
2616
|
+
|
|
2617
|
+
export interface InvalidDeploymentInstanceTypeException extends __SmithyException, $MetadataBearer {
|
|
2618
|
+
name: "InvalidDeploymentInstanceTypeException";
|
|
2619
|
+
$fault: "client";
|
|
2620
|
+
|
|
2621
|
+
message?: string;
|
|
2622
|
+
}
|
|
2623
|
+
export declare namespace InvalidDeploymentInstanceTypeException {
|
|
2624
|
+
|
|
2625
|
+
const filterSensitiveLog: (obj: InvalidDeploymentInstanceTypeException) => any;
|
|
2626
|
+
}
|
|
2627
|
+
|
|
2628
|
+
export interface InvalidInstanceStatusException extends __SmithyException, $MetadataBearer {
|
|
2629
|
+
name: "InvalidInstanceStatusException";
|
|
2630
|
+
$fault: "client";
|
|
2631
|
+
|
|
2632
|
+
message?: string;
|
|
2633
|
+
}
|
|
2634
|
+
export declare namespace InvalidInstanceStatusException {
|
|
2635
|
+
|
|
2636
|
+
const filterSensitiveLog: (obj: InvalidInstanceStatusException) => any;
|
|
2637
|
+
}
|
|
2638
|
+
|
|
2639
|
+
export interface InvalidInstanceTypeException extends __SmithyException, $MetadataBearer {
|
|
2640
|
+
name: "InvalidInstanceTypeException";
|
|
2641
|
+
$fault: "client";
|
|
2642
|
+
|
|
2643
|
+
message?: string;
|
|
2644
|
+
}
|
|
2645
|
+
export declare namespace InvalidInstanceTypeException {
|
|
2646
|
+
|
|
2647
|
+
const filterSensitiveLog: (obj: InvalidInstanceTypeException) => any;
|
|
2648
|
+
}
|
|
2649
|
+
|
|
2650
|
+
export interface InvalidTargetFilterNameException extends __SmithyException, $MetadataBearer {
|
|
2651
|
+
name: "InvalidTargetFilterNameException";
|
|
2652
|
+
$fault: "client";
|
|
2653
|
+
|
|
2654
|
+
message?: string;
|
|
2655
|
+
}
|
|
2656
|
+
export declare namespace InvalidTargetFilterNameException {
|
|
2657
|
+
|
|
2658
|
+
const filterSensitiveLog: (obj: InvalidTargetFilterNameException) => any;
|
|
2659
|
+
}
|
|
2660
|
+
|
|
2661
|
+
export interface ListDeploymentInstancesInput {
|
|
2662
|
+
|
|
2663
|
+
deploymentId: string | undefined;
|
|
2664
|
+
|
|
2665
|
+
nextToken?: string;
|
|
2666
|
+
|
|
2667
|
+
instanceStatusFilter?: (InstanceStatus | string)[];
|
|
2668
|
+
|
|
2669
|
+
instanceTypeFilter?: (_InstanceType | string)[];
|
|
2670
|
+
}
|
|
2671
|
+
export declare namespace ListDeploymentInstancesInput {
|
|
2672
|
+
|
|
2673
|
+
const filterSensitiveLog: (obj: ListDeploymentInstancesInput) => any;
|
|
2674
|
+
}
|
|
2675
|
+
|
|
2676
|
+
export interface ListDeploymentInstancesOutput {
|
|
2677
|
+
|
|
2678
|
+
instancesList?: string[];
|
|
2679
|
+
|
|
2680
|
+
nextToken?: string;
|
|
2681
|
+
}
|
|
2682
|
+
export declare namespace ListDeploymentInstancesOutput {
|
|
2683
|
+
|
|
2684
|
+
const filterSensitiveLog: (obj: ListDeploymentInstancesOutput) => any;
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2687
|
+
export interface InvalidExternalIdException extends __SmithyException, $MetadataBearer {
|
|
2688
|
+
name: "InvalidExternalIdException";
|
|
2689
|
+
$fault: "client";
|
|
2690
|
+
|
|
2691
|
+
message?: string;
|
|
2692
|
+
}
|
|
2693
|
+
export declare namespace InvalidExternalIdException {
|
|
2694
|
+
|
|
2695
|
+
const filterSensitiveLog: (obj: InvalidExternalIdException) => any;
|
|
2696
|
+
}
|
|
2697
|
+
|
|
2698
|
+
export interface InvalidTimeRangeException extends __SmithyException, $MetadataBearer {
|
|
2699
|
+
name: "InvalidTimeRangeException";
|
|
2700
|
+
$fault: "client";
|
|
2701
|
+
|
|
2702
|
+
message?: string;
|
|
2703
|
+
}
|
|
2704
|
+
export declare namespace InvalidTimeRangeException {
|
|
2705
|
+
|
|
2706
|
+
const filterSensitiveLog: (obj: InvalidTimeRangeException) => any;
|
|
2707
|
+
}
|
|
2708
|
+
|
|
2709
|
+
export interface TimeRange {
|
|
2710
|
+
|
|
2711
|
+
start?: Date;
|
|
2712
|
+
|
|
2713
|
+
end?: Date;
|
|
2714
|
+
}
|
|
2715
|
+
export declare namespace TimeRange {
|
|
2716
|
+
|
|
2717
|
+
const filterSensitiveLog: (obj: TimeRange) => any;
|
|
2718
|
+
}
|
|
2719
|
+
|
|
2720
|
+
export interface ListDeploymentsInput {
|
|
2721
|
+
|
|
2722
|
+
applicationName?: string;
|
|
2723
|
+
|
|
2724
|
+
deploymentGroupName?: string;
|
|
2725
|
+
|
|
2726
|
+
externalId?: string;
|
|
2727
|
+
|
|
2728
|
+
includeOnlyStatuses?: (DeploymentStatus | string)[];
|
|
2729
|
+
|
|
2730
|
+
createTimeRange?: TimeRange;
|
|
2731
|
+
|
|
2732
|
+
nextToken?: string;
|
|
2733
|
+
}
|
|
2734
|
+
export declare namespace ListDeploymentsInput {
|
|
2735
|
+
|
|
2736
|
+
const filterSensitiveLog: (obj: ListDeploymentsInput) => any;
|
|
2737
|
+
}
|
|
2738
|
+
|
|
2739
|
+
export interface ListDeploymentsOutput {
|
|
2740
|
+
|
|
2741
|
+
deployments?: string[];
|
|
2742
|
+
|
|
2743
|
+
nextToken?: string;
|
|
2744
|
+
}
|
|
2745
|
+
export declare namespace ListDeploymentsOutput {
|
|
2746
|
+
|
|
2747
|
+
const filterSensitiveLog: (obj: ListDeploymentsOutput) => any;
|
|
2748
|
+
}
|
|
2749
|
+
export declare enum TargetFilterName {
|
|
2750
|
+
SERVER_INSTANCE_LABEL = "ServerInstanceLabel",
|
|
2751
|
+
TARGET_STATUS = "TargetStatus"
|
|
2752
|
+
}
|
|
2753
|
+
export interface ListDeploymentTargetsInput {
|
|
2754
|
+
|
|
2755
|
+
deploymentId?: string;
|
|
2756
|
+
|
|
2757
|
+
nextToken?: string;
|
|
2758
|
+
|
|
2759
|
+
targetFilters?: {
|
|
2760
|
+
[key: string]: string[];
|
|
2761
|
+
};
|
|
2762
|
+
}
|
|
2763
|
+
export declare namespace ListDeploymentTargetsInput {
|
|
2764
|
+
|
|
2765
|
+
const filterSensitiveLog: (obj: ListDeploymentTargetsInput) => any;
|
|
2766
|
+
}
|
|
2767
|
+
export interface ListDeploymentTargetsOutput {
|
|
2768
|
+
|
|
2769
|
+
targetIds?: string[];
|
|
2770
|
+
|
|
2771
|
+
nextToken?: string;
|
|
2772
|
+
}
|
|
2773
|
+
export declare namespace ListDeploymentTargetsOutput {
|
|
2774
|
+
|
|
2775
|
+
const filterSensitiveLog: (obj: ListDeploymentTargetsOutput) => any;
|
|
2776
|
+
}
|
|
2777
|
+
|
|
2778
|
+
export interface ListGitHubAccountTokenNamesInput {
|
|
2779
|
+
|
|
2780
|
+
nextToken?: string;
|
|
2781
|
+
}
|
|
2782
|
+
export declare namespace ListGitHubAccountTokenNamesInput {
|
|
2783
|
+
|
|
2784
|
+
const filterSensitiveLog: (obj: ListGitHubAccountTokenNamesInput) => any;
|
|
2785
|
+
}
|
|
2786
|
+
|
|
2787
|
+
export interface ListGitHubAccountTokenNamesOutput {
|
|
2788
|
+
|
|
2789
|
+
tokenNameList?: string[];
|
|
2790
|
+
|
|
2791
|
+
nextToken?: string;
|
|
2792
|
+
}
|
|
2793
|
+
export declare namespace ListGitHubAccountTokenNamesOutput {
|
|
2794
|
+
|
|
2795
|
+
const filterSensitiveLog: (obj: ListGitHubAccountTokenNamesOutput) => any;
|
|
2796
|
+
}
|
|
2797
|
+
|
|
2798
|
+
export interface InvalidRegistrationStatusException extends __SmithyException, $MetadataBearer {
|
|
2799
|
+
name: "InvalidRegistrationStatusException";
|
|
2800
|
+
$fault: "client";
|
|
2801
|
+
|
|
2802
|
+
message?: string;
|
|
2803
|
+
}
|
|
2804
|
+
export declare namespace InvalidRegistrationStatusException {
|
|
2805
|
+
|
|
2806
|
+
const filterSensitiveLog: (obj: InvalidRegistrationStatusException) => any;
|
|
2807
|
+
}
|
|
2808
|
+
|
|
2809
|
+
export interface InvalidTagFilterException extends __SmithyException, $MetadataBearer {
|
|
2810
|
+
name: "InvalidTagFilterException";
|
|
2811
|
+
$fault: "client";
|
|
2812
|
+
|
|
2813
|
+
message?: string;
|
|
2814
|
+
}
|
|
2815
|
+
export declare namespace InvalidTagFilterException {
|
|
2816
|
+
|
|
2817
|
+
const filterSensitiveLog: (obj: InvalidTagFilterException) => any;
|
|
2818
|
+
}
|
|
2819
|
+
export declare enum RegistrationStatus {
|
|
2820
|
+
Deregistered = "Deregistered",
|
|
2821
|
+
Registered = "Registered"
|
|
2822
|
+
}
|
|
2823
|
+
|
|
2824
|
+
export interface ListOnPremisesInstancesInput {
|
|
2825
|
+
|
|
2826
|
+
registrationStatus?: RegistrationStatus | string;
|
|
2827
|
+
|
|
2828
|
+
tagFilters?: TagFilter[];
|
|
2829
|
+
|
|
2830
|
+
nextToken?: string;
|
|
2831
|
+
}
|
|
2832
|
+
export declare namespace ListOnPremisesInstancesInput {
|
|
2833
|
+
|
|
2834
|
+
const filterSensitiveLog: (obj: ListOnPremisesInstancesInput) => any;
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2837
|
+
export interface ListOnPremisesInstancesOutput {
|
|
2838
|
+
|
|
2839
|
+
instanceNames?: string[];
|
|
2840
|
+
|
|
2841
|
+
nextToken?: string;
|
|
2842
|
+
}
|
|
2843
|
+
export declare namespace ListOnPremisesInstancesOutput {
|
|
2844
|
+
|
|
2845
|
+
const filterSensitiveLog: (obj: ListOnPremisesInstancesOutput) => any;
|
|
2846
|
+
}
|
|
2847
|
+
|
|
2848
|
+
export interface InvalidArnException extends __SmithyException, $MetadataBearer {
|
|
2849
|
+
name: "InvalidArnException";
|
|
2850
|
+
$fault: "client";
|
|
2851
|
+
|
|
2852
|
+
message?: string;
|
|
2853
|
+
}
|
|
2854
|
+
export declare namespace InvalidArnException {
|
|
2855
|
+
|
|
2856
|
+
const filterSensitiveLog: (obj: InvalidArnException) => any;
|
|
2857
|
+
}
|
|
2858
|
+
export interface ListTagsForResourceInput {
|
|
2859
|
+
|
|
2860
|
+
ResourceArn: string | undefined;
|
|
2861
|
+
|
|
2862
|
+
NextToken?: string;
|
|
2863
|
+
}
|
|
2864
|
+
export declare namespace ListTagsForResourceInput {
|
|
2865
|
+
|
|
2866
|
+
const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
|
|
2867
|
+
}
|
|
2868
|
+
export interface ListTagsForResourceOutput {
|
|
2869
|
+
|
|
2870
|
+
Tags?: Tag[];
|
|
2871
|
+
|
|
2872
|
+
NextToken?: string;
|
|
2873
|
+
}
|
|
2874
|
+
export declare namespace ListTagsForResourceOutput {
|
|
2875
|
+
|
|
2876
|
+
const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
|
|
2877
|
+
}
|
|
2878
|
+
|
|
2879
|
+
export interface ResourceArnRequiredException extends __SmithyException, $MetadataBearer {
|
|
2880
|
+
name: "ResourceArnRequiredException";
|
|
2881
|
+
$fault: "client";
|
|
2882
|
+
|
|
2883
|
+
message?: string;
|
|
2884
|
+
}
|
|
2885
|
+
export declare namespace ResourceArnRequiredException {
|
|
2886
|
+
|
|
2887
|
+
const filterSensitiveLog: (obj: ResourceArnRequiredException) => any;
|
|
2888
|
+
}
|
|
2889
|
+
|
|
2890
|
+
export interface InvalidLifecycleEventHookExecutionIdException extends __SmithyException, $MetadataBearer {
|
|
2891
|
+
name: "InvalidLifecycleEventHookExecutionIdException";
|
|
2892
|
+
$fault: "client";
|
|
2893
|
+
|
|
2894
|
+
message?: string;
|
|
2895
|
+
}
|
|
2896
|
+
export declare namespace InvalidLifecycleEventHookExecutionIdException {
|
|
2897
|
+
|
|
2898
|
+
const filterSensitiveLog: (obj: InvalidLifecycleEventHookExecutionIdException) => any;
|
|
2899
|
+
}
|
|
2900
|
+
|
|
2901
|
+
export interface InvalidLifecycleEventHookExecutionStatusException extends __SmithyException, $MetadataBearer {
|
|
2902
|
+
name: "InvalidLifecycleEventHookExecutionStatusException";
|
|
2903
|
+
$fault: "client";
|
|
2904
|
+
|
|
2905
|
+
message?: string;
|
|
2906
|
+
}
|
|
2907
|
+
export declare namespace InvalidLifecycleEventHookExecutionStatusException {
|
|
2908
|
+
|
|
2909
|
+
const filterSensitiveLog: (obj: InvalidLifecycleEventHookExecutionStatusException) => any;
|
|
2910
|
+
}
|
|
2911
|
+
|
|
2912
|
+
export interface LifecycleEventAlreadyCompletedException extends __SmithyException, $MetadataBearer {
|
|
2913
|
+
name: "LifecycleEventAlreadyCompletedException";
|
|
2914
|
+
$fault: "client";
|
|
2915
|
+
|
|
2916
|
+
message?: string;
|
|
2917
|
+
}
|
|
2918
|
+
export declare namespace LifecycleEventAlreadyCompletedException {
|
|
2919
|
+
|
|
2920
|
+
const filterSensitiveLog: (obj: LifecycleEventAlreadyCompletedException) => any;
|
|
2921
|
+
}
|
|
2922
|
+
export interface PutLifecycleEventHookExecutionStatusInput {
|
|
2923
|
+
|
|
2924
|
+
deploymentId?: string;
|
|
2925
|
+
|
|
2926
|
+
lifecycleEventHookExecutionId?: string;
|
|
2927
|
+
|
|
2928
|
+
status?: LifecycleEventStatus | string;
|
|
2929
|
+
}
|
|
2930
|
+
export declare namespace PutLifecycleEventHookExecutionStatusInput {
|
|
2931
|
+
|
|
2932
|
+
const filterSensitiveLog: (obj: PutLifecycleEventHookExecutionStatusInput) => any;
|
|
2933
|
+
}
|
|
2934
|
+
export interface PutLifecycleEventHookExecutionStatusOutput {
|
|
2935
|
+
|
|
2936
|
+
lifecycleEventHookExecutionId?: string;
|
|
2937
|
+
}
|
|
2938
|
+
export declare namespace PutLifecycleEventHookExecutionStatusOutput {
|
|
2939
|
+
|
|
2940
|
+
const filterSensitiveLog: (obj: PutLifecycleEventHookExecutionStatusOutput) => any;
|
|
2941
|
+
}
|
|
2942
|
+
|
|
2943
|
+
export interface RegisterApplicationRevisionInput {
|
|
2944
|
+
|
|
2945
|
+
applicationName: string | undefined;
|
|
2946
|
+
|
|
2947
|
+
description?: string;
|
|
2948
|
+
|
|
2949
|
+
revision: RevisionLocation | undefined;
|
|
2950
|
+
}
|
|
2951
|
+
export declare namespace RegisterApplicationRevisionInput {
|
|
2952
|
+
|
|
2953
|
+
const filterSensitiveLog: (obj: RegisterApplicationRevisionInput) => any;
|
|
2954
|
+
}
|
|
2955
|
+
|
|
2956
|
+
export interface IamArnRequiredException extends __SmithyException, $MetadataBearer {
|
|
2957
|
+
name: "IamArnRequiredException";
|
|
2958
|
+
$fault: "client";
|
|
2959
|
+
|
|
2960
|
+
message?: string;
|
|
2961
|
+
}
|
|
2962
|
+
export declare namespace IamArnRequiredException {
|
|
2963
|
+
|
|
2964
|
+
const filterSensitiveLog: (obj: IamArnRequiredException) => any;
|
|
2965
|
+
}
|
|
2966
|
+
|
|
2967
|
+
export interface IamSessionArnAlreadyRegisteredException extends __SmithyException, $MetadataBearer {
|
|
2968
|
+
name: "IamSessionArnAlreadyRegisteredException";
|
|
2969
|
+
$fault: "client";
|
|
2970
|
+
|
|
2971
|
+
message?: string;
|
|
2972
|
+
}
|
|
2973
|
+
export declare namespace IamSessionArnAlreadyRegisteredException {
|
|
2974
|
+
|
|
2975
|
+
const filterSensitiveLog: (obj: IamSessionArnAlreadyRegisteredException) => any;
|
|
2976
|
+
}
|
|
2977
|
+
|
|
2978
|
+
export interface IamUserArnAlreadyRegisteredException extends __SmithyException, $MetadataBearer {
|
|
2979
|
+
name: "IamUserArnAlreadyRegisteredException";
|
|
2980
|
+
$fault: "client";
|
|
2981
|
+
|
|
2982
|
+
message?: string;
|
|
2983
|
+
}
|
|
2984
|
+
export declare namespace IamUserArnAlreadyRegisteredException {
|
|
2985
|
+
|
|
2986
|
+
const filterSensitiveLog: (obj: IamUserArnAlreadyRegisteredException) => any;
|
|
2987
|
+
}
|
|
2988
|
+
|
|
2989
|
+
export interface IamUserArnRequiredException extends __SmithyException, $MetadataBearer {
|
|
2990
|
+
name: "IamUserArnRequiredException";
|
|
2991
|
+
$fault: "client";
|
|
2992
|
+
|
|
2993
|
+
message?: string;
|
|
2994
|
+
}
|
|
2995
|
+
export declare namespace IamUserArnRequiredException {
|
|
2996
|
+
|
|
2997
|
+
const filterSensitiveLog: (obj: IamUserArnRequiredException) => any;
|
|
2998
|
+
}
|
|
2999
|
+
|
|
3000
|
+
export interface InstanceNameAlreadyRegisteredException extends __SmithyException, $MetadataBearer {
|
|
3001
|
+
name: "InstanceNameAlreadyRegisteredException";
|
|
3002
|
+
$fault: "client";
|
|
3003
|
+
|
|
3004
|
+
message?: string;
|
|
3005
|
+
}
|
|
3006
|
+
export declare namespace InstanceNameAlreadyRegisteredException {
|
|
3007
|
+
|
|
3008
|
+
const filterSensitiveLog: (obj: InstanceNameAlreadyRegisteredException) => any;
|
|
3009
|
+
}
|
|
3010
|
+
|
|
3011
|
+
export interface InvalidIamSessionArnException extends __SmithyException, $MetadataBearer {
|
|
3012
|
+
name: "InvalidIamSessionArnException";
|
|
3013
|
+
$fault: "client";
|
|
3014
|
+
|
|
3015
|
+
message?: string;
|
|
3016
|
+
}
|
|
3017
|
+
export declare namespace InvalidIamSessionArnException {
|
|
3018
|
+
|
|
3019
|
+
const filterSensitiveLog: (obj: InvalidIamSessionArnException) => any;
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
export interface InvalidIamUserArnException extends __SmithyException, $MetadataBearer {
|
|
3023
|
+
name: "InvalidIamUserArnException";
|
|
3024
|
+
$fault: "client";
|
|
3025
|
+
|
|
3026
|
+
message?: string;
|
|
3027
|
+
}
|
|
3028
|
+
export declare namespace InvalidIamUserArnException {
|
|
3029
|
+
|
|
3030
|
+
const filterSensitiveLog: (obj: InvalidIamUserArnException) => any;
|
|
3031
|
+
}
|
|
3032
|
+
|
|
3033
|
+
export interface MultipleIamArnsProvidedException extends __SmithyException, $MetadataBearer {
|
|
3034
|
+
name: "MultipleIamArnsProvidedException";
|
|
3035
|
+
$fault: "client";
|
|
3036
|
+
|
|
3037
|
+
message?: string;
|
|
3038
|
+
}
|
|
3039
|
+
export declare namespace MultipleIamArnsProvidedException {
|
|
3040
|
+
|
|
3041
|
+
const filterSensitiveLog: (obj: MultipleIamArnsProvidedException) => any;
|
|
3042
|
+
}
|
|
3043
|
+
|
|
3044
|
+
export interface RegisterOnPremisesInstanceInput {
|
|
3045
|
+
|
|
3046
|
+
instanceName: string | undefined;
|
|
3047
|
+
|
|
3048
|
+
iamSessionArn?: string;
|
|
3049
|
+
|
|
3050
|
+
iamUserArn?: string;
|
|
3051
|
+
}
|
|
3052
|
+
export declare namespace RegisterOnPremisesInstanceInput {
|
|
3053
|
+
|
|
3054
|
+
const filterSensitiveLog: (obj: RegisterOnPremisesInstanceInput) => any;
|
|
3055
|
+
}
|
|
3056
|
+
|
|
3057
|
+
export interface RemoveTagsFromOnPremisesInstancesInput {
|
|
3058
|
+
|
|
3059
|
+
tags: Tag[] | undefined;
|
|
3060
|
+
|
|
3061
|
+
instanceNames: string[] | undefined;
|
|
3062
|
+
}
|
|
3063
|
+
export declare namespace RemoveTagsFromOnPremisesInstancesInput {
|
|
3064
|
+
|
|
3065
|
+
const filterSensitiveLog: (obj: RemoveTagsFromOnPremisesInstancesInput) => any;
|
|
3066
|
+
}
|
|
3067
|
+
export interface SkipWaitTimeForInstanceTerminationInput {
|
|
3068
|
+
|
|
3069
|
+
deploymentId?: string;
|
|
3070
|
+
}
|
|
3071
|
+
export declare namespace SkipWaitTimeForInstanceTerminationInput {
|
|
3072
|
+
|
|
3073
|
+
const filterSensitiveLog: (obj: SkipWaitTimeForInstanceTerminationInput) => any;
|
|
3074
|
+
}
|
|
3075
|
+
|
|
3076
|
+
export interface StopDeploymentInput {
|
|
3077
|
+
|
|
3078
|
+
deploymentId: string | undefined;
|
|
3079
|
+
|
|
3080
|
+
autoRollbackEnabled?: boolean;
|
|
3081
|
+
}
|
|
3082
|
+
export declare namespace StopDeploymentInput {
|
|
3083
|
+
|
|
3084
|
+
const filterSensitiveLog: (obj: StopDeploymentInput) => any;
|
|
3085
|
+
}
|
|
3086
|
+
export declare enum StopStatus {
|
|
3087
|
+
PENDING = "Pending",
|
|
3088
|
+
SUCCEEDED = "Succeeded"
|
|
3089
|
+
}
|
|
3090
|
+
|
|
3091
|
+
export interface StopDeploymentOutput {
|
|
3092
|
+
|
|
3093
|
+
status?: StopStatus | string;
|
|
3094
|
+
|
|
3095
|
+
statusMessage?: string;
|
|
3096
|
+
}
|
|
3097
|
+
export declare namespace StopDeploymentOutput {
|
|
3098
|
+
|
|
3099
|
+
const filterSensitiveLog: (obj: StopDeploymentOutput) => any;
|
|
3100
|
+
}
|
|
3101
|
+
export interface TagResourceInput {
|
|
3102
|
+
|
|
3103
|
+
ResourceArn: string | undefined;
|
|
3104
|
+
|
|
3105
|
+
Tags: Tag[] | undefined;
|
|
3106
|
+
}
|
|
3107
|
+
export declare namespace TagResourceInput {
|
|
3108
|
+
|
|
3109
|
+
const filterSensitiveLog: (obj: TagResourceInput) => any;
|
|
3110
|
+
}
|
|
3111
|
+
export interface TagResourceOutput {
|
|
3112
|
+
}
|
|
3113
|
+
export declare namespace TagResourceOutput {
|
|
3114
|
+
|
|
3115
|
+
const filterSensitiveLog: (obj: TagResourceOutput) => any;
|
|
3116
|
+
}
|
|
3117
|
+
export interface UntagResourceInput {
|
|
3118
|
+
|
|
3119
|
+
ResourceArn: string | undefined;
|
|
3120
|
+
|
|
3121
|
+
TagKeys: string[] | undefined;
|
|
3122
|
+
}
|
|
3123
|
+
export declare namespace UntagResourceInput {
|
|
3124
|
+
|
|
3125
|
+
const filterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
3126
|
+
}
|
|
3127
|
+
export interface UntagResourceOutput {
|
|
3128
|
+
}
|
|
3129
|
+
export declare namespace UntagResourceOutput {
|
|
3130
|
+
|
|
3131
|
+
const filterSensitiveLog: (obj: UntagResourceOutput) => any;
|
|
3132
|
+
}
|
|
3133
|
+
|
|
3134
|
+
export interface UpdateApplicationInput {
|
|
3135
|
+
|
|
3136
|
+
applicationName?: string;
|
|
3137
|
+
|
|
3138
|
+
newApplicationName?: string;
|
|
3139
|
+
}
|
|
3140
|
+
export declare namespace UpdateApplicationInput {
|
|
3141
|
+
|
|
3142
|
+
const filterSensitiveLog: (obj: UpdateApplicationInput) => any;
|
|
3143
|
+
}
|
|
3144
|
+
|
|
3145
|
+
export interface UpdateDeploymentGroupInput {
|
|
3146
|
+
|
|
3147
|
+
applicationName: string | undefined;
|
|
3148
|
+
|
|
3149
|
+
currentDeploymentGroupName: string | undefined;
|
|
3150
|
+
|
|
3151
|
+
newDeploymentGroupName?: string;
|
|
3152
|
+
|
|
3153
|
+
deploymentConfigName?: string;
|
|
3154
|
+
|
|
3155
|
+
ec2TagFilters?: EC2TagFilter[];
|
|
3156
|
+
|
|
3157
|
+
onPremisesInstanceTagFilters?: TagFilter[];
|
|
3158
|
+
|
|
3159
|
+
autoScalingGroups?: string[];
|
|
3160
|
+
|
|
3161
|
+
serviceRoleArn?: string;
|
|
3162
|
+
|
|
3163
|
+
triggerConfigurations?: TriggerConfig[];
|
|
3164
|
+
|
|
3165
|
+
alarmConfiguration?: AlarmConfiguration;
|
|
3166
|
+
|
|
3167
|
+
autoRollbackConfiguration?: AutoRollbackConfiguration;
|
|
3168
|
+
|
|
3169
|
+
outdatedInstancesStrategy?: OutdatedInstancesStrategy | string;
|
|
3170
|
+
|
|
3171
|
+
deploymentStyle?: DeploymentStyle;
|
|
3172
|
+
|
|
3173
|
+
blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
|
|
3174
|
+
|
|
3175
|
+
loadBalancerInfo?: LoadBalancerInfo;
|
|
3176
|
+
|
|
3177
|
+
ec2TagSet?: EC2TagSet;
|
|
3178
|
+
|
|
3179
|
+
ecsServices?: ECSService[];
|
|
3180
|
+
|
|
3181
|
+
onPremisesTagSet?: OnPremisesTagSet;
|
|
3182
|
+
}
|
|
3183
|
+
export declare namespace UpdateDeploymentGroupInput {
|
|
3184
|
+
|
|
3185
|
+
const filterSensitiveLog: (obj: UpdateDeploymentGroupInput) => any;
|
|
3186
|
+
}
|
|
3187
|
+
|
|
3188
|
+
export interface UpdateDeploymentGroupOutput {
|
|
3189
|
+
|
|
3190
|
+
hooksNotCleanedUp?: AutoScalingGroup[];
|
|
3191
|
+
}
|
|
3192
|
+
export declare namespace UpdateDeploymentGroupOutput {
|
|
3193
|
+
|
|
3194
|
+
const filterSensitiveLog: (obj: UpdateDeploymentGroupOutput) => any;
|
|
3195
|
+
}
|