@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
|
@@ -4,22 +4,13 @@ exports.paginateListApplicationRevisions = void 0;
|
|
|
4
4
|
const CodeDeploy_1 = require("../CodeDeploy");
|
|
5
5
|
const CodeDeployClient_1 = require("../CodeDeployClient");
|
|
6
6
|
const ListApplicationRevisionsCommand_1 = require("../commands/ListApplicationRevisionsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListApplicationRevisionsCommand_1.ListApplicationRevisionsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listApplicationRevisions(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListApplicationRevisions(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -38,8 +29,6 @@ async function* paginateListApplicationRevisions(config, input, ...additionalArg
|
|
|
38
29
|
token = page.nextToken;
|
|
39
30
|
hasNext = !!token;
|
|
40
31
|
}
|
|
41
|
-
// @ts-ignore
|
|
42
32
|
return undefined;
|
|
43
33
|
}
|
|
44
34
|
exports.paginateListApplicationRevisions = paginateListApplicationRevisions;
|
|
45
|
-
//# sourceMappingURL=ListApplicationRevisionsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListApplications = void 0;
|
|
|
4
4
|
const CodeDeploy_1 = require("../CodeDeploy");
|
|
5
5
|
const CodeDeployClient_1 = require("../CodeDeployClient");
|
|
6
6
|
const ListApplicationsCommand_1 = require("../commands/ListApplicationsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListApplicationsCommand_1.ListApplicationsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listApplications(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListApplications(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -38,8 +29,6 @@ async function* paginateListApplications(config, input, ...additionalArguments)
|
|
|
38
29
|
token = page.nextToken;
|
|
39
30
|
hasNext = !!token;
|
|
40
31
|
}
|
|
41
|
-
// @ts-ignore
|
|
42
32
|
return undefined;
|
|
43
33
|
}
|
|
44
34
|
exports.paginateListApplications = paginateListApplications;
|
|
45
|
-
//# sourceMappingURL=ListApplicationsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListDeploymentConfigs = void 0;
|
|
|
4
4
|
const CodeDeploy_1 = require("../CodeDeploy");
|
|
5
5
|
const CodeDeployClient_1 = require("../CodeDeployClient");
|
|
6
6
|
const ListDeploymentConfigsCommand_1 = require("../commands/ListDeploymentConfigsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListDeploymentConfigsCommand_1.ListDeploymentConfigsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listDeploymentConfigs(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListDeploymentConfigs(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -38,8 +29,6 @@ async function* paginateListDeploymentConfigs(config, input, ...additionalArgume
|
|
|
38
29
|
token = page.nextToken;
|
|
39
30
|
hasNext = !!token;
|
|
40
31
|
}
|
|
41
|
-
// @ts-ignore
|
|
42
32
|
return undefined;
|
|
43
33
|
}
|
|
44
34
|
exports.paginateListDeploymentConfigs = paginateListDeploymentConfigs;
|
|
45
|
-
//# sourceMappingURL=ListDeploymentConfigsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListDeploymentGroups = void 0;
|
|
|
4
4
|
const CodeDeploy_1 = require("../CodeDeploy");
|
|
5
5
|
const CodeDeployClient_1 = require("../CodeDeployClient");
|
|
6
6
|
const ListDeploymentGroupsCommand_1 = require("../commands/ListDeploymentGroupsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListDeploymentGroupsCommand_1.ListDeploymentGroupsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listDeploymentGroups(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListDeploymentGroups(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -38,8 +29,6 @@ async function* paginateListDeploymentGroups(config, input, ...additionalArgumen
|
|
|
38
29
|
token = page.nextToken;
|
|
39
30
|
hasNext = !!token;
|
|
40
31
|
}
|
|
41
|
-
// @ts-ignore
|
|
42
32
|
return undefined;
|
|
43
33
|
}
|
|
44
34
|
exports.paginateListDeploymentGroups = paginateListDeploymentGroups;
|
|
45
|
-
//# sourceMappingURL=ListDeploymentGroupsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListDeploymentInstances = void 0;
|
|
|
4
4
|
const CodeDeploy_1 = require("../CodeDeploy");
|
|
5
5
|
const CodeDeployClient_1 = require("../CodeDeployClient");
|
|
6
6
|
const ListDeploymentInstancesCommand_1 = require("../commands/ListDeploymentInstancesCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListDeploymentInstancesCommand_1.ListDeploymentInstancesCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listDeploymentInstances(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListDeploymentInstances(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -38,8 +29,6 @@ async function* paginateListDeploymentInstances(config, input, ...additionalArgu
|
|
|
38
29
|
token = page.nextToken;
|
|
39
30
|
hasNext = !!token;
|
|
40
31
|
}
|
|
41
|
-
// @ts-ignore
|
|
42
32
|
return undefined;
|
|
43
33
|
}
|
|
44
34
|
exports.paginateListDeploymentInstances = paginateListDeploymentInstances;
|
|
45
|
-
//# sourceMappingURL=ListDeploymentInstancesPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListDeployments = void 0;
|
|
|
4
4
|
const CodeDeploy_1 = require("../CodeDeploy");
|
|
5
5
|
const CodeDeployClient_1 = require("../CodeDeployClient");
|
|
6
6
|
const ListDeploymentsCommand_1 = require("../commands/ListDeploymentsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListDeploymentsCommand_1.ListDeploymentsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listDeployments(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListDeployments(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -38,8 +29,6 @@ async function* paginateListDeployments(config, input, ...additionalArguments) {
|
|
|
38
29
|
token = page.nextToken;
|
|
39
30
|
hasNext = !!token;
|
|
40
31
|
}
|
|
41
|
-
// @ts-ignore
|
|
42
32
|
return undefined;
|
|
43
33
|
}
|
|
44
34
|
exports.paginateListDeployments = paginateListDeployments;
|
|
45
|
-
//# sourceMappingURL=ListDeploymentsPaginator.js.map
|
|
@@ -8935,14 +8935,12 @@ const deserializeMetadata = (output) => {
|
|
|
8935
8935
|
cfId: output.headers["x-amz-cf-id"],
|
|
8936
8936
|
});
|
|
8937
8937
|
};
|
|
8938
|
-
// Collect low-level response body stream to Uint8Array.
|
|
8939
8938
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
8940
8939
|
if (streamBody instanceof Uint8Array) {
|
|
8941
8940
|
return Promise.resolve(streamBody);
|
|
8942
8941
|
}
|
|
8943
8942
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
8944
8943
|
};
|
|
8945
|
-
// Encode Uint8Array data into string with utf-8.
|
|
8946
8944
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
8947
8945
|
const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
|
|
8948
8946
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
@@ -8968,9 +8966,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
8968
8966
|
}
|
|
8969
8967
|
return {};
|
|
8970
8968
|
});
|
|
8971
|
-
/**
|
|
8972
|
-
* Load an error code for the aws.rest-json-1.1 protocol.
|
|
8973
|
-
*/
|
|
8974
8969
|
const loadRestJsonErrorCode = (output, data) => {
|
|
8975
8970
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
8976
8971
|
const sanitizeErrorCode = (rawValue) => {
|
|
@@ -8995,4 +8990,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
8995
8990
|
}
|
|
8996
8991
|
return "";
|
|
8997
8992
|
};
|
|
8998
|
-
//# sourceMappingURL=Aws_json1_1.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -12,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
12
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
13
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
15
|
const getRuntimeConfig = (config) => {
|
|
19
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -38,4 +35,3 @@ const getRuntimeConfig = (config) => {
|
|
|
38
35
|
};
|
|
39
36
|
};
|
|
40
37
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
41
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -16,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
19
|
const getRuntimeConfig = (config) => {
|
|
23
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
24
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -43,4 +40,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
40
|
};
|
|
44
41
|
};
|
|
45
42
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
|
|
|
17
14
|
};
|
|
18
15
|
};
|
|
19
16
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const endpoints_1 = require("./endpoints");
|
|
5
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
6
|
-
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
5
|
+
const endpoints_1 = require("./endpoints");
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
15
|
});
|
|
19
16
|
};
|
|
20
17
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilDeploymentSuccessful = exports.waitForDeploymentSuccessful = void 0;
|
|
4
|
-
const GetDeploymentCommand_1 = require("../commands/GetDeploymentCommand");
|
|
5
4
|
const util_waiter_1 = require("@aws-sdk/util-waiter");
|
|
5
|
+
const GetDeploymentCommand_1 = require("../commands/GetDeploymentCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const result = await client.send(new GetDeploymentCommand_1.GetDeploymentCommand(input));
|
|
10
10
|
reason = result;
|
|
11
11
|
try {
|
|
12
|
-
|
|
12
|
+
const returnComparator = () => {
|
|
13
13
|
return result.deploymentInfo.status;
|
|
14
14
|
};
|
|
15
15
|
if (returnComparator() === "Succeeded") {
|
|
@@ -18,7 +18,7 @@ const checkState = async (client, input) => {
|
|
|
18
18
|
}
|
|
19
19
|
catch (e) { }
|
|
20
20
|
try {
|
|
21
|
-
|
|
21
|
+
const returnComparator = () => {
|
|
22
22
|
return result.deploymentInfo.status;
|
|
23
23
|
};
|
|
24
24
|
if (returnComparator() === "Failed") {
|
|
@@ -27,7 +27,7 @@ const checkState = async (client, input) => {
|
|
|
27
27
|
}
|
|
28
28
|
catch (e) { }
|
|
29
29
|
try {
|
|
30
|
-
|
|
30
|
+
const returnComparator = () => {
|
|
31
31
|
return result.deploymentInfo.status;
|
|
32
32
|
};
|
|
33
33
|
if (returnComparator() === "Stopped") {
|
|
@@ -41,24 +41,14 @@ const checkState = async (client, input) => {
|
|
|
41
41
|
}
|
|
42
42
|
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
43
43
|
};
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @deprecated Use waitUntilDeploymentSuccessful instead. waitForDeploymentSuccessful does not throw error in non-success cases.
|
|
47
|
-
*/
|
|
48
44
|
const waitForDeploymentSuccessful = async (params, input) => {
|
|
49
45
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
50
46
|
return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
51
47
|
};
|
|
52
48
|
exports.waitForDeploymentSuccessful = waitForDeploymentSuccessful;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @param params - Waiter configuration options.
|
|
56
|
-
* @param input - The input to GetDeploymentCommand for polling.
|
|
57
|
-
*/
|
|
58
49
|
const waitUntilDeploymentSuccessful = async (params, input) => {
|
|
59
50
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
60
51
|
const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
61
52
|
return util_waiter_1.checkExceptions(result);
|
|
62
53
|
};
|
|
63
54
|
exports.waitUntilDeploymentSuccessful = waitUntilDeploymentSuccessful;
|
|
64
|
-
//# sourceMappingURL=waitForDeploymentSuccessful.js.map
|
|
@@ -5,8 +5,8 @@ import { BatchGetApplicationRevisionsCommand, } from "./commands/BatchGetApplica
|
|
|
5
5
|
import { BatchGetApplicationsCommand, } from "./commands/BatchGetApplicationsCommand";
|
|
6
6
|
import { BatchGetDeploymentGroupsCommand, } from "./commands/BatchGetDeploymentGroupsCommand";
|
|
7
7
|
import { BatchGetDeploymentInstancesCommand, } from "./commands/BatchGetDeploymentInstancesCommand";
|
|
8
|
-
import { BatchGetDeploymentTargetsCommand, } from "./commands/BatchGetDeploymentTargetsCommand";
|
|
9
8
|
import { BatchGetDeploymentsCommand, } from "./commands/BatchGetDeploymentsCommand";
|
|
9
|
+
import { BatchGetDeploymentTargetsCommand, } from "./commands/BatchGetDeploymentTargetsCommand";
|
|
10
10
|
import { BatchGetOnPremisesInstancesCommand, } from "./commands/BatchGetOnPremisesInstancesCommand";
|
|
11
11
|
import { ContinueDeploymentCommand, } from "./commands/ContinueDeploymentCommand";
|
|
12
12
|
import { CreateApplicationCommand, } from "./commands/CreateApplicationCommand";
|
|
@@ -32,8 +32,8 @@ import { ListApplicationsCommand, } from "./commands/ListApplicationsCommand";
|
|
|
32
32
|
import { ListDeploymentConfigsCommand, } from "./commands/ListDeploymentConfigsCommand";
|
|
33
33
|
import { ListDeploymentGroupsCommand, } from "./commands/ListDeploymentGroupsCommand";
|
|
34
34
|
import { ListDeploymentInstancesCommand, } from "./commands/ListDeploymentInstancesCommand";
|
|
35
|
-
import { ListDeploymentTargetsCommand, } from "./commands/ListDeploymentTargetsCommand";
|
|
36
35
|
import { ListDeploymentsCommand, } from "./commands/ListDeploymentsCommand";
|
|
36
|
+
import { ListDeploymentTargetsCommand, } from "./commands/ListDeploymentTargetsCommand";
|
|
37
37
|
import { ListGitHubAccountTokenNamesCommand, } from "./commands/ListGitHubAccountTokenNamesCommand";
|
|
38
38
|
import { ListOnPremisesInstancesCommand, } from "./commands/ListOnPremisesInstancesCommand";
|
|
39
39
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
@@ -47,109 +47,7 @@ import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
|
47
47
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
48
48
|
import { UpdateApplicationCommand, } from "./commands/UpdateApplicationCommand";
|
|
49
49
|
import { UpdateDeploymentGroupCommand, } from "./commands/UpdateDeploymentGroupCommand";
|
|
50
|
-
|
|
51
|
-
* <fullname>AWS CodeDeploy</fullname>
|
|
52
|
-
* <p>AWS CodeDeploy is a deployment service that automates application deployments to
|
|
53
|
-
* Amazon EC2 instances, on-premises instances running in your own facility, serverless AWS
|
|
54
|
-
* Lambda functions, or applications in an Amazon ECS service.</p>
|
|
55
|
-
* <p>You can deploy a nearly unlimited variety of application content, such as an updated
|
|
56
|
-
* Lambda function, updated applications in an Amazon ECS service, code, web and
|
|
57
|
-
* configuration files, executables, packages, scripts, multimedia files, and so on. AWS
|
|
58
|
-
* CodeDeploy can deploy application content stored in Amazon S3 buckets, GitHub
|
|
59
|
-
* repositories, or Bitbucket repositories. You do not need to make changes to your
|
|
60
|
-
* existing code before you can use AWS CodeDeploy.</p>
|
|
61
|
-
* <p>AWS CodeDeploy makes it easier for you to rapidly release new features, helps you
|
|
62
|
-
* avoid downtime during application deployment, and handles the complexity of updating
|
|
63
|
-
* your applications, without many of the risks associated with error-prone manual
|
|
64
|
-
* deployments.</p>
|
|
65
|
-
* <p>
|
|
66
|
-
* <b>AWS CodeDeploy Components</b>
|
|
67
|
-
* </p>
|
|
68
|
-
* <p>Use the information in this guide to help you work with the following AWS CodeDeploy
|
|
69
|
-
* components:</p>
|
|
70
|
-
* <ul>
|
|
71
|
-
* <li>
|
|
72
|
-
* <p>
|
|
73
|
-
* <b>Application</b>: A name that uniquely identifies
|
|
74
|
-
* the application you want to deploy. AWS CodeDeploy uses this name, which
|
|
75
|
-
* functions as a container, to ensure the correct combination of revision,
|
|
76
|
-
* deployment configuration, and deployment group are referenced during a
|
|
77
|
-
* deployment.</p>
|
|
78
|
-
* </li>
|
|
79
|
-
* <li>
|
|
80
|
-
* <p>
|
|
81
|
-
* <b>Deployment group</b>: A set of individual
|
|
82
|
-
* instances, CodeDeploy Lambda deployment configuration settings, or an Amazon ECS
|
|
83
|
-
* service and network details. A Lambda deployment group specifies how to route
|
|
84
|
-
* traffic to a new version of a Lambda function. An Amazon ECS deployment group
|
|
85
|
-
* specifies the service created in Amazon ECS to deploy, a load balancer, and a
|
|
86
|
-
* listener to reroute production traffic to an updated containerized application.
|
|
87
|
-
* An EC2/On-premises deployment group contains individually tagged instances,
|
|
88
|
-
* Amazon EC2 instances in Amazon EC2 Auto Scaling groups, or both. All deployment
|
|
89
|
-
* groups can specify optional trigger, alarm, and rollback settings.</p>
|
|
90
|
-
* </li>
|
|
91
|
-
* <li>
|
|
92
|
-
* <p>
|
|
93
|
-
* <b>Deployment configuration</b>: A set of deployment
|
|
94
|
-
* rules and deployment success and failure conditions used by AWS CodeDeploy
|
|
95
|
-
* during a deployment.</p>
|
|
96
|
-
* </li>
|
|
97
|
-
* <li>
|
|
98
|
-
* <p>
|
|
99
|
-
* <b>Deployment</b>: The process and the components used
|
|
100
|
-
* when updating a Lambda function, a containerized application in an Amazon ECS
|
|
101
|
-
* service, or of installing content on one or more instances. </p>
|
|
102
|
-
* </li>
|
|
103
|
-
* <li>
|
|
104
|
-
* <p>
|
|
105
|
-
* <b>Application revisions</b>: For an AWS Lambda
|
|
106
|
-
* deployment, this is an AppSpec file that specifies the Lambda function to be
|
|
107
|
-
* updated and one or more functions to validate deployment lifecycle events. For
|
|
108
|
-
* an Amazon ECS deployment, this is an AppSpec file that specifies the Amazon ECS
|
|
109
|
-
* task definition, container, and port where production traffic is rerouted. For
|
|
110
|
-
* an EC2/On-premises deployment, this is an archive file that contains source
|
|
111
|
-
* content—source code, webpages, executable files, and deployment scripts—along
|
|
112
|
-
* with an AppSpec file. Revisions are stored in Amazon S3 buckets or GitHub
|
|
113
|
-
* repositories. For Amazon S3, a revision is uniquely identified by its Amazon S3
|
|
114
|
-
* object key and its ETag, version, or both. For GitHub, a revision is uniquely
|
|
115
|
-
* identified by its commit ID.</p>
|
|
116
|
-
* </li>
|
|
117
|
-
* </ul>
|
|
118
|
-
* <p>This guide also contains information to help you get details about the instances in
|
|
119
|
-
* your deployments, to make on-premises instances available for AWS CodeDeploy
|
|
120
|
-
* deployments, to get details about a Lambda function deployment, and to get details about
|
|
121
|
-
* Amazon ECS service deployments.</p>
|
|
122
|
-
* <p>
|
|
123
|
-
* <b>AWS CodeDeploy Information Resources</b>
|
|
124
|
-
* </p>
|
|
125
|
-
* <ul>
|
|
126
|
-
* <li>
|
|
127
|
-
* <p>
|
|
128
|
-
* <a href="https://docs.aws.amazon.com/codedeploy/latest/userguide">AWS CodeDeploy
|
|
129
|
-
* User Guide</a>
|
|
130
|
-
* </p>
|
|
131
|
-
* </li>
|
|
132
|
-
* <li>
|
|
133
|
-
* <p>
|
|
134
|
-
* <a href="https://docs.aws.amazon.com/codedeploy/latest/APIReference/">AWS
|
|
135
|
-
* CodeDeploy API Reference Guide</a>
|
|
136
|
-
* </p>
|
|
137
|
-
* </li>
|
|
138
|
-
* <li>
|
|
139
|
-
* <p>
|
|
140
|
-
* <a href="https://docs.aws.amazon.com/cli/latest/reference/deploy/index.html">AWS
|
|
141
|
-
* CLI Reference for AWS CodeDeploy</a>
|
|
142
|
-
* </p>
|
|
143
|
-
* </li>
|
|
144
|
-
* <li>
|
|
145
|
-
* <p>
|
|
146
|
-
* <a href="https://forums.aws.amazon.com/forum.jspa?forumID=179">AWS CodeDeploy
|
|
147
|
-
* Developer Forum</a>
|
|
148
|
-
* </p>
|
|
149
|
-
* </li>
|
|
150
|
-
* </ul>
|
|
151
|
-
*/
|
|
152
|
-
var CodeDeploy = /** @class */ (function (_super) {
|
|
50
|
+
var CodeDeploy = (function (_super) {
|
|
153
51
|
__extends(CodeDeploy, _super);
|
|
154
52
|
function CodeDeploy() {
|
|
155
53
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -815,4 +713,3 @@ var CodeDeploy = /** @class */ (function (_super) {
|
|
|
815
713
|
return CodeDeploy;
|
|
816
714
|
}(CodeDeployClient));
|
|
817
715
|
export { CodeDeploy };
|
|
818
|
-
//# sourceMappingURL=CodeDeploy.js.map
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
3
|
+
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
4
|
+
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
5
|
+
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
6
|
+
import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
7
|
+
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
8
|
+
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
9
|
+
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
10
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
|
+
var CodeDeployClient = (function (_super) {
|
|
12
|
+
__extends(CodeDeployClient, _super);
|
|
13
|
+
function CodeDeployClient(configuration) {
|
|
14
|
+
var _this = this;
|
|
15
|
+
var _config_0 = __getRuntimeConfig(configuration);
|
|
16
|
+
var _config_1 = resolveRegionConfig(_config_0);
|
|
17
|
+
var _config_2 = resolveEndpointsConfig(_config_1);
|
|
18
|
+
var _config_3 = resolveRetryConfig(_config_2);
|
|
19
|
+
var _config_4 = resolveHostHeaderConfig(_config_3);
|
|
20
|
+
var _config_5 = resolveAwsAuthConfig(_config_4);
|
|
21
|
+
var _config_6 = resolveUserAgentConfig(_config_5);
|
|
22
|
+
_this = _super.call(this, _config_6) || this;
|
|
23
|
+
_this.config = _config_6;
|
|
24
|
+
_this.middlewareStack.use(getRetryPlugin(_this.config));
|
|
25
|
+
_this.middlewareStack.use(getContentLengthPlugin(_this.config));
|
|
26
|
+
_this.middlewareStack.use(getHostHeaderPlugin(_this.config));
|
|
27
|
+
_this.middlewareStack.use(getLoggerPlugin(_this.config));
|
|
28
|
+
_this.middlewareStack.use(getAwsAuthPlugin(_this.config));
|
|
29
|
+
_this.middlewareStack.use(getUserAgentPlugin(_this.config));
|
|
30
|
+
return _this;
|
|
31
|
+
}
|
|
32
|
+
CodeDeployClient.prototype.destroy = function () {
|
|
33
|
+
_super.prototype.destroy.call(this);
|
|
34
|
+
};
|
|
35
|
+
return CodeDeployClient;
|
|
36
|
+
}(__Client));
|
|
37
|
+
export { CodeDeployClient };
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { AddTagsToOnPremisesInstancesInput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1AddTagsToOnPremisesInstancesCommand, serializeAws_json1_1AddTagsToOnPremisesInstancesCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { CodeDeployClient, AddTagsToOnPremisesInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
12
|
-
* // const { CodeDeployClient, AddTagsToOnPremisesInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
13
|
-
* const client = new CodeDeployClient(config);
|
|
14
|
-
* const command = new AddTagsToOnPremisesInstancesCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link AddTagsToOnPremisesInstancesCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link AddTagsToOnPremisesInstancesCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var AddTagsToOnPremisesInstancesCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { AddTagsToOnPremisesInstancesInput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1AddTagsToOnPremisesInstancesCommand, serializeAws_json1_1AddTagsToOnPremisesInstancesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var AddTagsToOnPremisesInstancesCommand = (function (_super) {
|
|
24
7
|
__extends(AddTagsToOnPremisesInstancesCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function AddTagsToOnPremisesInstancesCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
AddTagsToOnPremisesInstancesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var AddTagsToOnPremisesInstancesCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return AddTagsToOnPremisesInstancesCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { AddTagsToOnPremisesInstancesCommand };
|
|
65
|
-
//# sourceMappingURL=AddTagsToOnPremisesInstancesCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { BatchGetApplicationRevisionsInput, BatchGetApplicationRevisionsOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1BatchGetApplicationRevisionsCommand, serializeAws_json1_1BatchGetApplicationRevisionsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { CodeDeployClient, BatchGetApplicationRevisionsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
13
|
-
* // const { CodeDeployClient, BatchGetApplicationRevisionsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
14
|
-
* const client = new CodeDeployClient(config);
|
|
15
|
-
* const command = new BatchGetApplicationRevisionsCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link BatchGetApplicationRevisionsCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link BatchGetApplicationRevisionsCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var BatchGetApplicationRevisionsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { BatchGetApplicationRevisionsInput, BatchGetApplicationRevisionsOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1BatchGetApplicationRevisionsCommand, serializeAws_json1_1BatchGetApplicationRevisionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var BatchGetApplicationRevisionsCommand = (function (_super) {
|
|
25
7
|
__extends(BatchGetApplicationRevisionsCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function BatchGetApplicationRevisionsCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
BatchGetApplicationRevisionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var BatchGetApplicationRevisionsCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return BatchGetApplicationRevisionsCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { BatchGetApplicationRevisionsCommand };
|
|
66
|
-
//# sourceMappingURL=BatchGetApplicationRevisionsCommand.js.map
|