@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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.browser.js","sourceRoot":"","sources":["../../runtimeConfig.browser.ts"],"names":[],"mappings":";AAAA,OAAO,WAAW,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAChF,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACrF,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAE9D,OAAO,EAAE,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAEpF;;GAEG;AACH,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAA8B;;IAC7D,IAAM,kBAAkB,GAAG,sBAAsB,CAAC,MAAM,CAAC,CAAC;IAC1D,sCACK,kBAAkB,GAClB,MAAM,KACT,OAAO,EAAE,SAAS,EAClB,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,UAAU,EAClD,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,QAAQ,EAChD,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,mBAAmB,EACnE,yBAAyB,EACvB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,yBAAyB,mCAAI,CAAC,UAAC,CAAU,IAAK,OAAA,cAAM,OAAA,OAAO,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,uBAAuB,CAAC,CAAC,EAAlD,CAAkD,EAAxD,CAAwD,CAAC,EACjH,wBAAwB,EACtB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,wBAAwB,mCAChC,gBAAgB,CAAC,EAAE,SAAS,EAAE,kBAAkB,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC,OAAO,EAAE,CAAC,EACnG,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,oBAAoB,EACxD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,eAAe,CAAC,mBAAmB,CAAC,EAC9D,cAAc,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,cAAc,mCAAI,IAAI,gBAAgB,EAAE,EAChE,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,CAAC,cAAM,OAAA,OAAO,CAAC,OAAO,CAAC,kBAAkB,CAAC,EAAnC,CAAmC,CAAC,EAC3E,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,EAChC,eAAe,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,eAAe,mCAAI,eAAe,EAC3D,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,QAAQ,EAC5C,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,MAAM,IAC1C;AACJ,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.js","sourceRoot":"","sources":["../../runtimeConfig.ts"],"names":[],"mappings":";AAAA,OAAO,WAAW,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAE,iCAAiC,EAAE,MAAM,qBAAqB,CAAC;AACxE,OAAO,EAAE,+BAA+B,EAAE,0BAA0B,EAAE,MAAM,0BAA0B,CAAC;AACvG,OAAO,EAAE,eAAe,IAAI,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AACjG,OAAO,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAE,+BAA+B,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AAC5G,OAAO,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAE3D,OAAO,EAAE,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AACpF,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAEzE;;GAEG;AACH,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAA8B;;IAC7D,+BAA+B,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IACjD,IAAM,kBAAkB,GAAG,sBAAsB,CAAC,MAAM,CAAC,CAAC;IAC1D,sCACK,kBAAkB,GAClB,MAAM,KACT,OAAO,EAAE,MAAM,EACf,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,UAAU,EAClD,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,QAAQ,EAChD,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,mBAAmB,EACnE,yBAAyB,EACvB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,yBAAyB,mCAAI,iCAAiC,CAAC,yBAAyB,CAAC,EACnG,wBAAwB,EACtB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,wBAAwB,mCAChC,gBAAgB,CAAC,EAAE,SAAS,EAAE,kBAAkB,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC,OAAO,EAAE,CAAC,EACnG,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,cAAc,CAAC,+BAA+B,CAAC,EACnF,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,cAAc,CAAC,0BAA0B,EAAE,+BAA+B,CAAC,EACrG,cAAc,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,cAAc,mCAAI,IAAI,eAAe,EAAE,EAC/D,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,cAAc,CAAC,8BAA8B,CAAC,EAC9E,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,QAAQ,CAAC,EACnD,eAAe,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,eAAe,mCAAI,eAAe,EAC3D,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,QAAQ,EAC5C,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,MAAM,IAC1C;AACJ,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.native.js","sourceRoot":"","sources":["../../runtimeConfig.native.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE/C,OAAO,EAAE,gBAAgB,IAAI,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAEtF;;GAEG;AACH,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAA8B;;IAC7D,IAAM,eAAe,GAAG,uBAAuB,CAAC,MAAM,CAAC,CAAC;IACxD,sCACK,eAAe,GACf,MAAM,KACT,OAAO,EAAE,cAAc,EACvB,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,IAChC;AACJ,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.shared.js","sourceRoot":"","sources":["../../runtimeConfig.shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAG/C;;GAEG;AACH,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAA8B;;IAAK,OAAA,CAAC;QACnE,UAAU,EAAE,YAAY;QACxB,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,KAAK;QACrD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAK,EAAe;QAC1C,kBAAkB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,kBAAkB,mCAAI,yBAAyB;QAC3E,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,YAAY;QAC5C,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,QAAQ;KACzC,CAAC,CAAA;CAAA,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"waitForDeploymentSuccessful.js","sourceRoot":"","sources":["../../../waiters/waitForDeploymentSuccessful.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oBAAoB,EAA6B,MAAM,kCAAkC,CAAC;AACnG,OAAO,EAAqC,WAAW,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAErH,IAAM,UAAU,GAAG,UAAO,MAAwB,EAAE,KAAgC;;;;;;gBAG9D,qBAAM,MAAM,CAAC,IAAI,CAAC,IAAI,oBAAoB,CAAC,KAAK,CAAC,CAAC,EAAA;;gBAAhE,WAAc,SAAkD;gBACpE,MAAM,GAAG,QAAM,CAAC;gBAChB,IAAI;oBACE,gBAAgB,GAAG;wBACrB,OAAO,QAAM,CAAC,cAAc,CAAC,MAAM,CAAC;oBACtC,CAAC,CAAC;oBACF,IAAI,gBAAgB,EAAE,KAAK,WAAW,EAAE;wBACtC,sBAAO,EAAE,KAAK,EAAE,WAAW,CAAC,OAAO,EAAE,MAAM,QAAA,EAAE,EAAC;qBAC/C;iBACF;gBAAC,OAAO,CAAC,EAAE,GAAE;gBACd,IAAI;oBACE,gBAAgB,GAAG;wBACrB,OAAO,QAAM,CAAC,cAAc,CAAC,MAAM,CAAC;oBACtC,CAAC,CAAC;oBACF,IAAI,gBAAgB,EAAE,KAAK,QAAQ,EAAE;wBACnC,sBAAO,EAAE,KAAK,EAAE,WAAW,CAAC,OAAO,EAAE,MAAM,QAAA,EAAE,EAAC;qBAC/C;iBACF;gBAAC,OAAO,CAAC,EAAE,GAAE;gBACd,IAAI;oBACE,gBAAgB,GAAG;wBACrB,OAAO,QAAM,CAAC,cAAc,CAAC,MAAM,CAAC;oBACtC,CAAC,CAAC;oBACF,IAAI,gBAAgB,EAAE,KAAK,SAAS,EAAE;wBACpC,sBAAO,EAAE,KAAK,EAAE,WAAW,CAAC,OAAO,EAAE,MAAM,QAAA,EAAE,EAAC;qBAC/C;iBACF;gBAAC,OAAO,CAAC,EAAE,GAAE;;;;gBAEd,MAAM,GAAG,WAAS,CAAC;;oBAErB,sBAAO,EAAE,KAAK,EAAE,WAAW,CAAC,KAAK,EAAE,MAAM,QAAA,EAAE,EAAC;;;KAC7C,CAAC;AACF;;;GAGG;AACH,MAAM,CAAC,IAAM,2BAA2B,GAAG,UACzC,MAA6C,EAC7C,KAAgC;;;QAE1B,eAAe,GAAG,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC;QACxD,sBAAO,YAAY,uBAAM,eAAe,GAAK,MAAM,GAAI,KAAK,EAAE,UAAU,CAAC,EAAC;;KAC3E,CAAC;AACF;;;;GAIG;AACH,MAAM,CAAC,IAAM,6BAA6B,GAAG,UAC3C,MAA6C,EAC7C,KAAgC;;;;;gBAE1B,eAAe,GAAG,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC;gBACzC,qBAAM,YAAY,uBAAM,eAAe,GAAK,MAAM,GAAI,KAAK,EAAE,UAAU,CAAC,EAAA;;gBAAjF,MAAM,GAAG,SAAwE;gBACvF,sBAAO,eAAe,CAAC,MAAM,CAAC,EAAC;;;KAChC,CAAC"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
|
-
import { BatchGetApplicationsInput, BatchGetApplicationsOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface BatchGetApplicationsCommandInput extends BatchGetApplicationsInput {
|
|
6
|
-
}
|
|
7
|
-
export interface BatchGetApplicationsCommandOutput extends BatchGetApplicationsOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Gets information about one or more applications. The maximum number of applications
|
|
11
|
-
* that can be returned is 100.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { CodeDeployClient, BatchGetApplicationsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
16
|
-
* // const { CodeDeployClient, BatchGetApplicationsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
17
|
-
* const client = new CodeDeployClient(config);
|
|
18
|
-
* const command = new BatchGetApplicationsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link BatchGetApplicationsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link BatchGetApplicationsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class BatchGetApplicationsCommand extends $Command<BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
28
|
-
readonly input: BatchGetApplicationsCommandInput;
|
|
29
|
-
constructor(input: BatchGetApplicationsCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
|
-
import { BatchGetDeploymentInstancesInput, BatchGetDeploymentInstancesOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface BatchGetDeploymentInstancesCommandInput extends BatchGetDeploymentInstancesInput {
|
|
6
|
-
}
|
|
7
|
-
export interface BatchGetDeploymentInstancesCommandOutput extends BatchGetDeploymentInstancesOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated
|
|
11
|
-
*
|
|
12
|
-
* <note>
|
|
13
|
-
* <p> This method works, but is deprecated. Use <code>BatchGetDeploymentTargets</code>
|
|
14
|
-
* instead. </p>
|
|
15
|
-
* </note>
|
|
16
|
-
* <p> Returns an array of one or more instances associated with a deployment. This method
|
|
17
|
-
* works with EC2/On-premises and AWS Lambda compute platforms. The newer
|
|
18
|
-
* <code>BatchGetDeploymentTargets</code> works with all compute platforms. The maximum
|
|
19
|
-
* number of instances that can be returned is 25.</p>
|
|
20
|
-
* @example
|
|
21
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
-
* ```javascript
|
|
23
|
-
* import { CodeDeployClient, BatchGetDeploymentInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
24
|
-
* // const { CodeDeployClient, BatchGetDeploymentInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
25
|
-
* const client = new CodeDeployClient(config);
|
|
26
|
-
* const command = new BatchGetDeploymentInstancesCommand(input);
|
|
27
|
-
* const response = await client.send(command);
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @see {@link BatchGetDeploymentInstancesCommandInput} for command's `input` shape.
|
|
31
|
-
* @see {@link BatchGetDeploymentInstancesCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
-
*
|
|
34
|
-
*/
|
|
35
|
-
export declare class BatchGetDeploymentInstancesCommand extends $Command<BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput, CodeDeployClientResolvedConfig> {
|
|
36
|
-
readonly input: BatchGetDeploymentInstancesCommandInput;
|
|
37
|
-
constructor(input: BatchGetDeploymentInstancesCommandInput);
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput>;
|
|
42
|
-
private serialize;
|
|
43
|
-
private deserialize;
|
|
44
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
|
-
import { BatchGetDeploymentTargetsInput, BatchGetDeploymentTargetsOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface BatchGetDeploymentTargetsCommandInput extends BatchGetDeploymentTargetsInput {
|
|
6
|
-
}
|
|
7
|
-
export interface BatchGetDeploymentTargetsCommandOutput extends BatchGetDeploymentTargetsOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p> Returns an array of one or more targets associated with a deployment. This method
|
|
11
|
-
* works with all compute types and should be used instead of the deprecated
|
|
12
|
-
* <code>BatchGetDeploymentInstances</code>. The maximum number of targets that can be
|
|
13
|
-
* returned is 25.</p>
|
|
14
|
-
* <p> The type of targets returned depends on the deployment's compute platform or
|
|
15
|
-
* deployment method: </p>
|
|
16
|
-
* <ul>
|
|
17
|
-
* <li>
|
|
18
|
-
* <p>
|
|
19
|
-
* <b>EC2/On-premises</b>: Information about EC2 instance
|
|
20
|
-
* targets. </p>
|
|
21
|
-
* </li>
|
|
22
|
-
* <li>
|
|
23
|
-
* <p>
|
|
24
|
-
* <b>AWS Lambda</b>: Information about Lambda functions
|
|
25
|
-
* targets. </p>
|
|
26
|
-
* </li>
|
|
27
|
-
* <li>
|
|
28
|
-
* <p>
|
|
29
|
-
* <b>Amazon ECS</b>: Information about Amazon ECS
|
|
30
|
-
* service targets. </p>
|
|
31
|
-
* </li>
|
|
32
|
-
* <li>
|
|
33
|
-
* <p>
|
|
34
|
-
* <b>CloudFormation</b>: Information about targets of
|
|
35
|
-
* blue/green deployments initiated by a CloudFormation stack update.</p>
|
|
36
|
-
* </li>
|
|
37
|
-
* </ul>
|
|
38
|
-
* @example
|
|
39
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
40
|
-
* ```javascript
|
|
41
|
-
* import { CodeDeployClient, BatchGetDeploymentTargetsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
42
|
-
* // const { CodeDeployClient, BatchGetDeploymentTargetsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
43
|
-
* const client = new CodeDeployClient(config);
|
|
44
|
-
* const command = new BatchGetDeploymentTargetsCommand(input);
|
|
45
|
-
* const response = await client.send(command);
|
|
46
|
-
* ```
|
|
47
|
-
*
|
|
48
|
-
* @see {@link BatchGetDeploymentTargetsCommandInput} for command's `input` shape.
|
|
49
|
-
* @see {@link BatchGetDeploymentTargetsCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
51
|
-
*
|
|
52
|
-
*/
|
|
53
|
-
export declare class BatchGetDeploymentTargetsCommand extends $Command<BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
54
|
-
readonly input: BatchGetDeploymentTargetsCommandInput;
|
|
55
|
-
constructor(input: BatchGetDeploymentTargetsCommandInput);
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput>;
|
|
60
|
-
private serialize;
|
|
61
|
-
private deserialize;
|
|
62
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
|
-
import { BatchGetDeploymentsInput, BatchGetDeploymentsOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface BatchGetDeploymentsCommandInput extends BatchGetDeploymentsInput {
|
|
6
|
-
}
|
|
7
|
-
export interface BatchGetDeploymentsCommandOutput extends BatchGetDeploymentsOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Gets information about one or more deployments. The maximum number of deployments that
|
|
11
|
-
* can be returned is 25.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { CodeDeployClient, BatchGetDeploymentsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
16
|
-
* // const { CodeDeployClient, BatchGetDeploymentsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
17
|
-
* const client = new CodeDeployClient(config);
|
|
18
|
-
* const command = new BatchGetDeploymentsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link BatchGetDeploymentsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link BatchGetDeploymentsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class BatchGetDeploymentsCommand extends $Command<BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
28
|
-
readonly input: BatchGetDeploymentsCommandInput;
|
|
29
|
-
constructor(input: BatchGetDeploymentsCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
|
-
import { BatchGetOnPremisesInstancesInput, BatchGetOnPremisesInstancesOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface BatchGetOnPremisesInstancesCommandInput extends BatchGetOnPremisesInstancesInput {
|
|
6
|
-
}
|
|
7
|
-
export interface BatchGetOnPremisesInstancesCommandOutput extends BatchGetOnPremisesInstancesOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Gets information about one or more on-premises instances. The maximum number of
|
|
11
|
-
* on-premises instances that can be returned is 25.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { CodeDeployClient, BatchGetOnPremisesInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
16
|
-
* // const { CodeDeployClient, BatchGetOnPremisesInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
17
|
-
* const client = new CodeDeployClient(config);
|
|
18
|
-
* const command = new BatchGetOnPremisesInstancesCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link BatchGetOnPremisesInstancesCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link BatchGetOnPremisesInstancesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class BatchGetOnPremisesInstancesCommand extends $Command<BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig> {
|
|
28
|
-
readonly input: BatchGetOnPremisesInstancesCommandInput;
|
|
29
|
-
constructor(input: BatchGetOnPremisesInstancesCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
|
-
import { ContinueDeploymentInput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ContinueDeploymentCommandInput extends ContinueDeploymentInput {
|
|
6
|
-
}
|
|
7
|
-
export interface ContinueDeploymentCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>For a blue/green deployment, starts the process of rerouting traffic from instances in
|
|
11
|
-
* the original environment to instances in the replacement environment without waiting for
|
|
12
|
-
* a specified wait time to elapse. (Traffic rerouting, which is achieved by registering
|
|
13
|
-
* instances in the replacement environment with the load balancer, can start as soon as
|
|
14
|
-
* all instances have a status of Ready.) </p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { CodeDeployClient, ContinueDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
19
|
-
* // const { CodeDeployClient, ContinueDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
20
|
-
* const client = new CodeDeployClient(config);
|
|
21
|
-
* const command = new ContinueDeploymentCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link ContinueDeploymentCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link ContinueDeploymentCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
export declare class ContinueDeploymentCommand extends $Command<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput, CodeDeployClientResolvedConfig> {
|
|
31
|
-
readonly input: ContinueDeploymentCommandInput;
|
|
32
|
-
constructor(input: ContinueDeploymentCommandInput);
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput>;
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
|
-
import { CreateDeploymentInput, CreateDeploymentOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateDeploymentCommandInput extends CreateDeploymentInput {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateDeploymentCommandOutput extends CreateDeploymentOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deploys an application revision through the specified deployment group.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, CreateDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, CreateDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new CreateDeploymentCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateDeploymentCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateDeploymentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
|
-
readonly input: CreateDeploymentCommandInput;
|
|
28
|
-
constructor(input: CreateDeploymentCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
|
-
import { DeleteApplicationInput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DeleteApplicationCommandInput extends DeleteApplicationInput {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteApplicationCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes an application.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, DeleteApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, DeleteApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new DeleteApplicationCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteApplicationCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteApplicationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
|
-
readonly input: DeleteApplicationCommandInput;
|
|
28
|
-
constructor(input: DeleteApplicationCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
|
-
import { DeleteDeploymentConfigInput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DeleteDeploymentConfigCommandInput extends DeleteDeploymentConfigInput {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteDeploymentConfigCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes a deployment configuration.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>A deployment configuration cannot be deleted if it is currently in use. Predefined
|
|
13
|
-
* configurations cannot be deleted.</p>
|
|
14
|
-
* </note>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { CodeDeployClient, DeleteDeploymentConfigCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
19
|
-
* // const { CodeDeployClient, DeleteDeploymentConfigCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
20
|
-
* const client = new CodeDeployClient(config);
|
|
21
|
-
* const command = new DeleteDeploymentConfigCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DeleteDeploymentConfigCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DeleteDeploymentConfigCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
export declare class DeleteDeploymentConfigCommand extends $Command<DeleteDeploymentConfigCommandInput, DeleteDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig> {
|
|
31
|
-
readonly input: DeleteDeploymentConfigCommandInput;
|
|
32
|
-
constructor(input: DeleteDeploymentConfigCommandInput);
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDeploymentConfigCommandInput, DeleteDeploymentConfigCommandOutput>;
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
|
-
import { GetApplicationInput, GetApplicationOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface GetApplicationCommandInput extends GetApplicationInput {
|
|
6
|
-
}
|
|
7
|
-
export interface GetApplicationCommandOutput extends GetApplicationOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Gets information about an application.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, GetApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, GetApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new GetApplicationCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetApplicationCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetApplicationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class GetApplicationCommand extends $Command<GetApplicationCommandInput, GetApplicationCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
|
-
readonly input: GetApplicationCommandInput;
|
|
28
|
-
constructor(input: GetApplicationCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
|
-
import { GetDeploymentInput, GetDeploymentOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface GetDeploymentCommandInput extends GetDeploymentInput {
|
|
6
|
-
}
|
|
7
|
-
export interface GetDeploymentCommandOutput extends GetDeploymentOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Gets information about a deployment.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p> The <code>content</code> property of the <code>appSpecContent</code> object in
|
|
13
|
-
* the returned revision is always null. Use <code>GetApplicationRevision</code> and
|
|
14
|
-
* the <code>sha256</code> property of the returned <code>appSpecContent</code> object
|
|
15
|
-
* to get the content of the deployment’s AppSpec file. </p>
|
|
16
|
-
* </note>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { CodeDeployClient, GetDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
21
|
-
* // const { CodeDeployClient, GetDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
22
|
-
* const client = new CodeDeployClient(config);
|
|
23
|
-
* const command = new GetDeploymentCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link GetDeploymentCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link GetDeploymentCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, CodeDeployClientResolvedConfig> {
|
|
33
|
-
readonly input: GetDeploymentCommandInput;
|
|
34
|
-
constructor(input: GetDeploymentCommandInput);
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentCommandInput, GetDeploymentCommandOutput>;
|
|
39
|
-
private serialize;
|
|
40
|
-
private deserialize;
|
|
41
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
|
-
import { ListApplicationsInput, ListApplicationsOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListApplicationsCommandInput extends ListApplicationsInput {
|
|
6
|
-
}
|
|
7
|
-
export interface ListApplicationsCommandOutput extends ListApplicationsOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Lists the applications registered with the IAM user or AWS account.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, ListApplicationsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, ListApplicationsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new ListApplicationsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListApplicationsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListApplicationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
|
-
readonly input: ListApplicationsCommandInput;
|
|
28
|
-
constructor(input: ListApplicationsCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
|
-
import { ListDeploymentGroupsInput, ListDeploymentGroupsOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListDeploymentGroupsCommandInput extends ListDeploymentGroupsInput {
|
|
6
|
-
}
|
|
7
|
-
export interface ListDeploymentGroupsCommandOutput extends ListDeploymentGroupsOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Lists the deployment groups for an application registered with the IAM user or AWS
|
|
11
|
-
* account.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { CodeDeployClient, ListDeploymentGroupsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
16
|
-
* // const { CodeDeployClient, ListDeploymentGroupsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
17
|
-
* const client = new CodeDeployClient(config);
|
|
18
|
-
* const command = new ListDeploymentGroupsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ListDeploymentGroupsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ListDeploymentGroupsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class ListDeploymentGroupsCommand extends $Command<ListDeploymentGroupsCommandInput, ListDeploymentGroupsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
28
|
-
readonly input: ListDeploymentGroupsCommandInput;
|
|
29
|
-
constructor(input: ListDeploymentGroupsCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentGroupsCommandInput, ListDeploymentGroupsCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
|
-
import { ListDeploymentInstancesInput, ListDeploymentInstancesOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListDeploymentInstancesCommandInput extends ListDeploymentInstancesInput {
|
|
6
|
-
}
|
|
7
|
-
export interface ListDeploymentInstancesCommandOutput extends ListDeploymentInstancesOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated
|
|
11
|
-
*
|
|
12
|
-
* <note>
|
|
13
|
-
* <p> The newer <code>BatchGetDeploymentTargets</code> should be used instead because
|
|
14
|
-
* it works with all compute types. <code>ListDeploymentInstances</code> throws an
|
|
15
|
-
* exception if it is used with a compute platform other than EC2/On-premises or AWS
|
|
16
|
-
* Lambda. </p>
|
|
17
|
-
* </note>
|
|
18
|
-
* <p> Lists the instance for a deployment associated with the IAM user or AWS account. </p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { CodeDeployClient, ListDeploymentInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
23
|
-
* // const { CodeDeployClient, ListDeploymentInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
24
|
-
* const client = new CodeDeployClient(config);
|
|
25
|
-
* const command = new ListDeploymentInstancesCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link ListDeploymentInstancesCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link ListDeploymentInstancesCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
|
-
export declare class ListDeploymentInstancesCommand extends $Command<ListDeploymentInstancesCommandInput, ListDeploymentInstancesCommandOutput, CodeDeployClientResolvedConfig> {
|
|
35
|
-
readonly input: ListDeploymentInstancesCommandInput;
|
|
36
|
-
constructor(input: ListDeploymentInstancesCommandInput);
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentInstancesCommandInput, ListDeploymentInstancesCommandOutput>;
|
|
41
|
-
private serialize;
|
|
42
|
-
private deserialize;
|
|
43
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
|
-
import { ListDeploymentsInput, ListDeploymentsOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ListDeploymentsCommandInput extends ListDeploymentsInput {
|
|
6
|
-
}
|
|
7
|
-
export interface ListDeploymentsCommandOutput extends ListDeploymentsOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Lists the deployments in a deployment group for an application registered with the IAM
|
|
11
|
-
* user or AWS account.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { CodeDeployClient, ListDeploymentsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
16
|
-
* // const { CodeDeployClient, ListDeploymentsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
17
|
-
* const client = new CodeDeployClient(config);
|
|
18
|
-
* const command = new ListDeploymentsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link ListDeploymentsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link ListDeploymentsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
28
|
-
readonly input: ListDeploymentsCommandInput;
|
|
29
|
-
constructor(input: ListDeploymentsCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentsCommandInput, ListDeploymentsCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|