@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,10 +1,18 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
1
9
|
import { AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput } from "./commands/AddTagsToOnPremisesInstancesCommand";
|
|
2
10
|
import { BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput } from "./commands/BatchGetApplicationRevisionsCommand";
|
|
3
11
|
import { BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput } from "./commands/BatchGetApplicationsCommand";
|
|
4
12
|
import { BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput } from "./commands/BatchGetDeploymentGroupsCommand";
|
|
5
13
|
import { BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput } from "./commands/BatchGetDeploymentInstancesCommand";
|
|
6
|
-
import { BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput } from "./commands/BatchGetDeploymentTargetsCommand";
|
|
7
14
|
import { BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput } from "./commands/BatchGetDeploymentsCommand";
|
|
15
|
+
import { BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput } from "./commands/BatchGetDeploymentTargetsCommand";
|
|
8
16
|
import { BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput } from "./commands/BatchGetOnPremisesInstancesCommand";
|
|
9
17
|
import { ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput } from "./commands/ContinueDeploymentCommand";
|
|
10
18
|
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
@@ -30,8 +38,8 @@ import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./c
|
|
|
30
38
|
import { ListDeploymentConfigsCommandInput, ListDeploymentConfigsCommandOutput } from "./commands/ListDeploymentConfigsCommand";
|
|
31
39
|
import { ListDeploymentGroupsCommandInput, ListDeploymentGroupsCommandOutput } from "./commands/ListDeploymentGroupsCommand";
|
|
32
40
|
import { ListDeploymentInstancesCommandInput, ListDeploymentInstancesCommandOutput } from "./commands/ListDeploymentInstancesCommand";
|
|
33
|
-
import { ListDeploymentTargetsCommandInput, ListDeploymentTargetsCommandOutput } from "./commands/ListDeploymentTargetsCommand";
|
|
34
41
|
import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "./commands/ListDeploymentsCommand";
|
|
42
|
+
import { ListDeploymentTargetsCommandInput, ListDeploymentTargetsCommandOutput } from "./commands/ListDeploymentTargetsCommand";
|
|
35
43
|
import { ListGitHubAccountTokenNamesCommandInput, ListGitHubAccountTokenNamesCommandOutput } from "./commands/ListGitHubAccountTokenNamesCommand";
|
|
36
44
|
import { ListOnPremisesInstancesCommandInput, ListOnPremisesInstancesCommandOutput } from "./commands/ListOnPremisesInstancesCommand";
|
|
37
45
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
@@ -45,234 +53,62 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
45
53
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
46
54
|
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
47
55
|
import { UpdateDeploymentGroupCommandInput, UpdateDeploymentGroupCommandOutput } from "./commands/UpdateDeploymentGroupCommand";
|
|
48
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
49
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
50
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
51
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
52
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
53
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
54
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
55
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
56
56
|
export declare type ServiceInputTypes = AddTagsToOnPremisesInstancesCommandInput | BatchGetApplicationRevisionsCommandInput | BatchGetApplicationsCommandInput | BatchGetDeploymentGroupsCommandInput | BatchGetDeploymentInstancesCommandInput | BatchGetDeploymentTargetsCommandInput | BatchGetDeploymentsCommandInput | BatchGetOnPremisesInstancesCommandInput | ContinueDeploymentCommandInput | CreateApplicationCommandInput | CreateDeploymentCommandInput | CreateDeploymentConfigCommandInput | CreateDeploymentGroupCommandInput | DeleteApplicationCommandInput | DeleteDeploymentConfigCommandInput | DeleteDeploymentGroupCommandInput | DeleteGitHubAccountTokenCommandInput | DeleteResourcesByExternalIdCommandInput | DeregisterOnPremisesInstanceCommandInput | GetApplicationCommandInput | GetApplicationRevisionCommandInput | GetDeploymentCommandInput | GetDeploymentConfigCommandInput | GetDeploymentGroupCommandInput | GetDeploymentInstanceCommandInput | GetDeploymentTargetCommandInput | GetOnPremisesInstanceCommandInput | ListApplicationRevisionsCommandInput | ListApplicationsCommandInput | ListDeploymentConfigsCommandInput | ListDeploymentGroupsCommandInput | ListDeploymentInstancesCommandInput | ListDeploymentTargetsCommandInput | ListDeploymentsCommandInput | ListGitHubAccountTokenNamesCommandInput | ListOnPremisesInstancesCommandInput | ListTagsForResourceCommandInput | PutLifecycleEventHookExecutionStatusCommandInput | RegisterApplicationRevisionCommandInput | RegisterOnPremisesInstanceCommandInput | RemoveTagsFromOnPremisesInstancesCommandInput | SkipWaitTimeForInstanceTerminationCommandInput | StopDeploymentCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateDeploymentGroupCommandInput;
|
|
57
57
|
export declare type ServiceOutputTypes = AddTagsToOnPremisesInstancesCommandOutput | BatchGetApplicationRevisionsCommandOutput | BatchGetApplicationsCommandOutput | BatchGetDeploymentGroupsCommandOutput | BatchGetDeploymentInstancesCommandOutput | BatchGetDeploymentTargetsCommandOutput | BatchGetDeploymentsCommandOutput | BatchGetOnPremisesInstancesCommandOutput | ContinueDeploymentCommandOutput | CreateApplicationCommandOutput | CreateDeploymentCommandOutput | CreateDeploymentConfigCommandOutput | CreateDeploymentGroupCommandOutput | DeleteApplicationCommandOutput | DeleteDeploymentConfigCommandOutput | DeleteDeploymentGroupCommandOutput | DeleteGitHubAccountTokenCommandOutput | DeleteResourcesByExternalIdCommandOutput | DeregisterOnPremisesInstanceCommandOutput | GetApplicationCommandOutput | GetApplicationRevisionCommandOutput | GetDeploymentCommandOutput | GetDeploymentConfigCommandOutput | GetDeploymentGroupCommandOutput | GetDeploymentInstanceCommandOutput | GetDeploymentTargetCommandOutput | GetOnPremisesInstanceCommandOutput | ListApplicationRevisionsCommandOutput | ListApplicationsCommandOutput | ListDeploymentConfigsCommandOutput | ListDeploymentGroupsCommandOutput | ListDeploymentInstancesCommandOutput | ListDeploymentTargetsCommandOutput | ListDeploymentsCommandOutput | ListGitHubAccountTokenNamesCommandOutput | ListOnPremisesInstancesCommandOutput | ListTagsForResourceCommandOutput | PutLifecycleEventHookExecutionStatusCommandOutput | RegisterApplicationRevisionCommandOutput | RegisterOnPremisesInstanceCommandOutput | RemoveTagsFromOnPremisesInstancesCommandOutput | SkipWaitTimeForInstanceTerminationCommandOutput | StopDeploymentCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateDeploymentGroupCommandOutput;
|
|
58
58
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
59
|
-
|
|
60
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
61
|
-
*/
|
|
59
|
+
|
|
62
60
|
requestHandler?: __HttpHandler;
|
|
63
|
-
|
|
64
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
65
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
61
|
+
|
|
68
62
|
sha256?: __HashConstructor;
|
|
69
|
-
|
|
70
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
63
|
+
|
|
73
64
|
urlParser?: __UrlParser;
|
|
74
|
-
|
|
75
|
-
* A function that can calculate the length of a request body.
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
65
|
+
|
|
78
66
|
bodyLengthChecker?: (body: any) => number | undefined;
|
|
79
|
-
|
|
80
|
-
* A function that converts a stream into an array of bytes.
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
67
|
+
|
|
83
68
|
streamCollector?: __StreamCollector;
|
|
84
|
-
|
|
85
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
69
|
+
|
|
88
70
|
base64Decoder?: __Decoder;
|
|
89
|
-
|
|
90
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
71
|
+
|
|
93
72
|
base64Encoder?: __Encoder;
|
|
94
|
-
|
|
95
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
73
|
+
|
|
98
74
|
utf8Decoder?: __Decoder;
|
|
99
|
-
|
|
100
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
75
|
+
|
|
103
76
|
utf8Encoder?: __Encoder;
|
|
104
|
-
|
|
105
|
-
* The runtime environment.
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
77
|
+
|
|
108
78
|
runtime?: string;
|
|
109
|
-
|
|
110
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
111
|
-
* trait of an operation.
|
|
112
|
-
*/
|
|
79
|
+
|
|
113
80
|
disableHostPrefix?: boolean;
|
|
114
|
-
|
|
115
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
116
|
-
*/
|
|
81
|
+
|
|
117
82
|
maxAttempts?: number | __Provider<number>;
|
|
118
|
-
|
|
119
|
-
* Specifies which retry algorithm to use.
|
|
120
|
-
*/
|
|
83
|
+
|
|
121
84
|
retryMode?: string | __Provider<string>;
|
|
122
|
-
|
|
123
|
-
* Optional logger for logging debug/info/warn/error.
|
|
124
|
-
*/
|
|
85
|
+
|
|
125
86
|
logger?: __Logger;
|
|
126
|
-
|
|
127
|
-
* Unique service identifier.
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
87
|
+
|
|
130
88
|
serviceId?: string;
|
|
131
|
-
|
|
132
|
-
* The AWS region to which this client will send requests
|
|
133
|
-
*/
|
|
89
|
+
|
|
134
90
|
region?: string | __Provider<string>;
|
|
135
|
-
|
|
136
|
-
* Default credentials provider; Not available in browser runtime.
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
91
|
+
|
|
139
92
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
140
|
-
|
|
141
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
93
|
+
|
|
144
94
|
regionInfoProvider?: RegionInfoProvider;
|
|
145
|
-
|
|
146
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
95
|
+
|
|
149
96
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
150
97
|
}
|
|
151
98
|
declare type CodeDeployClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
152
|
-
|
|
153
|
-
* The configuration interface of CodeDeployClient class constructor that set the region, credentials and other options.
|
|
154
|
-
*/
|
|
99
|
+
|
|
155
100
|
export interface CodeDeployClientConfig extends CodeDeployClientConfigType {
|
|
156
101
|
}
|
|
157
102
|
declare type CodeDeployClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
158
|
-
|
|
159
|
-
* The resolved configuration interface of CodeDeployClient class. This is resolved and normalized from the {@link CodeDeployClientConfig | constructor configuration interface}.
|
|
160
|
-
*/
|
|
103
|
+
|
|
161
104
|
export interface CodeDeployClientResolvedConfig extends CodeDeployClientResolvedConfigType {
|
|
162
105
|
}
|
|
163
|
-
|
|
164
|
-
* <fullname>AWS CodeDeploy</fullname>
|
|
165
|
-
* <p>AWS CodeDeploy is a deployment service that automates application deployments to
|
|
166
|
-
* Amazon EC2 instances, on-premises instances running in your own facility, serverless AWS
|
|
167
|
-
* Lambda functions, or applications in an Amazon ECS service.</p>
|
|
168
|
-
* <p>You can deploy a nearly unlimited variety of application content, such as an updated
|
|
169
|
-
* Lambda function, updated applications in an Amazon ECS service, code, web and
|
|
170
|
-
* configuration files, executables, packages, scripts, multimedia files, and so on. AWS
|
|
171
|
-
* CodeDeploy can deploy application content stored in Amazon S3 buckets, GitHub
|
|
172
|
-
* repositories, or Bitbucket repositories. You do not need to make changes to your
|
|
173
|
-
* existing code before you can use AWS CodeDeploy.</p>
|
|
174
|
-
* <p>AWS CodeDeploy makes it easier for you to rapidly release new features, helps you
|
|
175
|
-
* avoid downtime during application deployment, and handles the complexity of updating
|
|
176
|
-
* your applications, without many of the risks associated with error-prone manual
|
|
177
|
-
* deployments.</p>
|
|
178
|
-
* <p>
|
|
179
|
-
* <b>AWS CodeDeploy Components</b>
|
|
180
|
-
* </p>
|
|
181
|
-
* <p>Use the information in this guide to help you work with the following AWS CodeDeploy
|
|
182
|
-
* components:</p>
|
|
183
|
-
* <ul>
|
|
184
|
-
* <li>
|
|
185
|
-
* <p>
|
|
186
|
-
* <b>Application</b>: A name that uniquely identifies
|
|
187
|
-
* the application you want to deploy. AWS CodeDeploy uses this name, which
|
|
188
|
-
* functions as a container, to ensure the correct combination of revision,
|
|
189
|
-
* deployment configuration, and deployment group are referenced during a
|
|
190
|
-
* deployment.</p>
|
|
191
|
-
* </li>
|
|
192
|
-
* <li>
|
|
193
|
-
* <p>
|
|
194
|
-
* <b>Deployment group</b>: A set of individual
|
|
195
|
-
* instances, CodeDeploy Lambda deployment configuration settings, or an Amazon ECS
|
|
196
|
-
* service and network details. A Lambda deployment group specifies how to route
|
|
197
|
-
* traffic to a new version of a Lambda function. An Amazon ECS deployment group
|
|
198
|
-
* specifies the service created in Amazon ECS to deploy, a load balancer, and a
|
|
199
|
-
* listener to reroute production traffic to an updated containerized application.
|
|
200
|
-
* An EC2/On-premises deployment group contains individually tagged instances,
|
|
201
|
-
* Amazon EC2 instances in Amazon EC2 Auto Scaling groups, or both. All deployment
|
|
202
|
-
* groups can specify optional trigger, alarm, and rollback settings.</p>
|
|
203
|
-
* </li>
|
|
204
|
-
* <li>
|
|
205
|
-
* <p>
|
|
206
|
-
* <b>Deployment configuration</b>: A set of deployment
|
|
207
|
-
* rules and deployment success and failure conditions used by AWS CodeDeploy
|
|
208
|
-
* during a deployment.</p>
|
|
209
|
-
* </li>
|
|
210
|
-
* <li>
|
|
211
|
-
* <p>
|
|
212
|
-
* <b>Deployment</b>: The process and the components used
|
|
213
|
-
* when updating a Lambda function, a containerized application in an Amazon ECS
|
|
214
|
-
* service, or of installing content on one or more instances. </p>
|
|
215
|
-
* </li>
|
|
216
|
-
* <li>
|
|
217
|
-
* <p>
|
|
218
|
-
* <b>Application revisions</b>: For an AWS Lambda
|
|
219
|
-
* deployment, this is an AppSpec file that specifies the Lambda function to be
|
|
220
|
-
* updated and one or more functions to validate deployment lifecycle events. For
|
|
221
|
-
* an Amazon ECS deployment, this is an AppSpec file that specifies the Amazon ECS
|
|
222
|
-
* task definition, container, and port where production traffic is rerouted. For
|
|
223
|
-
* an EC2/On-premises deployment, this is an archive file that contains source
|
|
224
|
-
* content—source code, webpages, executable files, and deployment scripts—along
|
|
225
|
-
* with an AppSpec file. Revisions are stored in Amazon S3 buckets or GitHub
|
|
226
|
-
* repositories. For Amazon S3, a revision is uniquely identified by its Amazon S3
|
|
227
|
-
* object key and its ETag, version, or both. For GitHub, a revision is uniquely
|
|
228
|
-
* identified by its commit ID.</p>
|
|
229
|
-
* </li>
|
|
230
|
-
* </ul>
|
|
231
|
-
* <p>This guide also contains information to help you get details about the instances in
|
|
232
|
-
* your deployments, to make on-premises instances available for AWS CodeDeploy
|
|
233
|
-
* deployments, to get details about a Lambda function deployment, and to get details about
|
|
234
|
-
* Amazon ECS service deployments.</p>
|
|
235
|
-
* <p>
|
|
236
|
-
* <b>AWS CodeDeploy Information Resources</b>
|
|
237
|
-
* </p>
|
|
238
|
-
* <ul>
|
|
239
|
-
* <li>
|
|
240
|
-
* <p>
|
|
241
|
-
* <a href="https://docs.aws.amazon.com/codedeploy/latest/userguide">AWS CodeDeploy
|
|
242
|
-
* User Guide</a>
|
|
243
|
-
* </p>
|
|
244
|
-
* </li>
|
|
245
|
-
* <li>
|
|
246
|
-
* <p>
|
|
247
|
-
* <a href="https://docs.aws.amazon.com/codedeploy/latest/APIReference/">AWS
|
|
248
|
-
* CodeDeploy API Reference Guide</a>
|
|
249
|
-
* </p>
|
|
250
|
-
* </li>
|
|
251
|
-
* <li>
|
|
252
|
-
* <p>
|
|
253
|
-
* <a href="https://docs.aws.amazon.com/cli/latest/reference/deploy/index.html">AWS
|
|
254
|
-
* CLI Reference for AWS CodeDeploy</a>
|
|
255
|
-
* </p>
|
|
256
|
-
* </li>
|
|
257
|
-
* <li>
|
|
258
|
-
* <p>
|
|
259
|
-
* <a href="https://forums.aws.amazon.com/forum.jspa?forumID=179">AWS CodeDeploy
|
|
260
|
-
* Developer Forum</a>
|
|
261
|
-
* </p>
|
|
262
|
-
* </li>
|
|
263
|
-
* </ul>
|
|
264
|
-
*/
|
|
106
|
+
|
|
265
107
|
export declare class CodeDeployClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodeDeployClientResolvedConfig> {
|
|
266
|
-
|
|
267
|
-
* The resolved configuration of CodeDeployClient class. This is resolved and normalized from the {@link CodeDeployClientConfig | constructor configuration interface}.
|
|
268
|
-
*/
|
|
108
|
+
|
|
269
109
|
readonly config: CodeDeployClientResolvedConfig;
|
|
270
110
|
constructor(configuration: CodeDeployClientConfig);
|
|
271
|
-
|
|
272
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
273
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
274
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
275
|
-
*/
|
|
111
|
+
|
|
276
112
|
destroy(): void;
|
|
277
113
|
}
|
|
278
114
|
export {};
|
|
@@ -1,34 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
4
|
import { AddTagsToOnPremisesInstancesInput } 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
5
|
export interface AddTagsToOnPremisesInstancesCommandInput extends AddTagsToOnPremisesInstancesInput {
|
|
6
6
|
}
|
|
7
7
|
export interface AddTagsToOnPremisesInstancesCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Adds tags to on-premises instances.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, AddTagsToOnPremisesInstancesCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, AddTagsToOnPremisesInstancesCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new AddTagsToOnPremisesInstancesCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link AddTagsToOnPremisesInstancesCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link AddTagsToOnPremisesInstancesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class AddTagsToOnPremisesInstancesCommand extends $Command<AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: AddTagsToOnPremisesInstancesCommandInput;
|
|
28
12
|
constructor(input: AddTagsToOnPremisesInstancesCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -1,35 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
4
|
import { BatchGetApplicationRevisionsInput, BatchGetApplicationRevisionsOutput } 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
5
|
export interface BatchGetApplicationRevisionsCommandInput extends BatchGetApplicationRevisionsInput {
|
|
6
6
|
}
|
|
7
7
|
export interface BatchGetApplicationRevisionsCommandOutput extends BatchGetApplicationRevisionsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Gets information about one or more application revisions. The maximum number of
|
|
11
|
-
* application revisions 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, BatchGetApplicationRevisionsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
16
|
-
* // const { CodeDeployClient, BatchGetApplicationRevisionsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
17
|
-
* const client = new CodeDeployClient(config);
|
|
18
|
-
* const command = new BatchGetApplicationRevisionsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link BatchGetApplicationRevisionsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link BatchGetApplicationRevisionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class BatchGetApplicationRevisionsCommand extends $Command<BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
28
11
|
readonly input: BatchGetApplicationRevisionsCommandInput;
|
|
29
12
|
constructor(input: BatchGetApplicationRevisionsCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
|
+
import { BatchGetApplicationsInput, BatchGetApplicationsOutput } from "../models/models_0";
|
|
5
|
+
export interface BatchGetApplicationsCommandInput extends BatchGetApplicationsInput {
|
|
6
|
+
}
|
|
7
|
+
export interface BatchGetApplicationsCommandOutput extends BatchGetApplicationsOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class BatchGetApplicationsCommand extends $Command<BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
11
|
+
readonly input: BatchGetApplicationsCommandInput;
|
|
12
|
+
constructor(input: BatchGetApplicationsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -1,34 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
4
|
import { BatchGetDeploymentGroupsInput, BatchGetDeploymentGroupsOutput } 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
5
|
export interface BatchGetDeploymentGroupsCommandInput extends BatchGetDeploymentGroupsInput {
|
|
6
6
|
}
|
|
7
7
|
export interface BatchGetDeploymentGroupsCommandOutput extends BatchGetDeploymentGroupsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Gets information about one or more deployment groups.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, BatchGetDeploymentGroupsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, BatchGetDeploymentGroupsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new BatchGetDeploymentGroupsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link BatchGetDeploymentGroupsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link BatchGetDeploymentGroupsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class BatchGetDeploymentGroupsCommand extends $Command<BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: BatchGetDeploymentGroupsCommandInput;
|
|
28
12
|
constructor(input: BatchGetDeploymentGroupsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
|
+
import { BatchGetDeploymentInstancesInput, BatchGetDeploymentInstancesOutput } from "../models/models_0";
|
|
5
|
+
export interface BatchGetDeploymentInstancesCommandInput extends BatchGetDeploymentInstancesInput {
|
|
6
|
+
}
|
|
7
|
+
export interface BatchGetDeploymentInstancesCommandOutput extends BatchGetDeploymentInstancesOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class BatchGetDeploymentInstancesCommand extends $Command<BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput, CodeDeployClientResolvedConfig> {
|
|
11
|
+
readonly input: BatchGetDeploymentInstancesCommandInput;
|
|
12
|
+
constructor(input: BatchGetDeploymentInstancesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
|
+
import { BatchGetDeploymentTargetsInput, BatchGetDeploymentTargetsOutput } from "../models/models_0";
|
|
5
|
+
export interface BatchGetDeploymentTargetsCommandInput extends BatchGetDeploymentTargetsInput {
|
|
6
|
+
}
|
|
7
|
+
export interface BatchGetDeploymentTargetsCommandOutput extends BatchGetDeploymentTargetsOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class BatchGetDeploymentTargetsCommand extends $Command<BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
11
|
+
readonly input: BatchGetDeploymentTargetsCommandInput;
|
|
12
|
+
constructor(input: BatchGetDeploymentTargetsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
|
+
import { BatchGetDeploymentsInput, BatchGetDeploymentsOutput } from "../models/models_0";
|
|
5
|
+
export interface BatchGetDeploymentsCommandInput extends BatchGetDeploymentsInput {
|
|
6
|
+
}
|
|
7
|
+
export interface BatchGetDeploymentsCommandOutput extends BatchGetDeploymentsOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class BatchGetDeploymentsCommand extends $Command<BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
11
|
+
readonly input: BatchGetDeploymentsCommandInput;
|
|
12
|
+
constructor(input: BatchGetDeploymentsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
|
+
import { BatchGetOnPremisesInstancesInput, BatchGetOnPremisesInstancesOutput } from "../models/models_0";
|
|
5
|
+
export interface BatchGetOnPremisesInstancesCommandInput extends BatchGetOnPremisesInstancesInput {
|
|
6
|
+
}
|
|
7
|
+
export interface BatchGetOnPremisesInstancesCommandOutput extends BatchGetOnPremisesInstancesOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class BatchGetOnPremisesInstancesCommand extends $Command<BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig> {
|
|
11
|
+
readonly input: BatchGetOnPremisesInstancesCommandInput;
|
|
12
|
+
constructor(input: BatchGetOnPremisesInstancesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
|
+
import { ContinueDeploymentInput } from "../models/models_0";
|
|
5
|
+
export interface ContinueDeploymentCommandInput extends ContinueDeploymentInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ContinueDeploymentCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ContinueDeploymentCommand extends $Command<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput, CodeDeployClientResolvedConfig> {
|
|
11
|
+
readonly input: ContinueDeploymentCommandInput;
|
|
12
|
+
constructor(input: ContinueDeploymentCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -1,34 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
4
|
import { CreateApplicationInput, CreateApplicationOutput } 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
5
|
export interface CreateApplicationCommandInput extends CreateApplicationInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateApplicationCommandOutput extends CreateApplicationOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates 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, CreateApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, CreateApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new CreateApplicationCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateApplicationCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateApplicationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: CreateApplicationCommandInput;
|
|
28
12
|
constructor(input: CreateApplicationCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
4
|
+
import { CreateDeploymentInput, CreateDeploymentOutput } from "../models/models_0";
|
|
5
|
+
export interface CreateDeploymentCommandInput extends CreateDeploymentInput {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateDeploymentCommandOutput extends CreateDeploymentOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, CodeDeployClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateDeploymentCommandInput;
|
|
12
|
+
constructor(input: CreateDeploymentCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -1,34 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
2
4
|
import { CreateDeploymentConfigInput, CreateDeploymentConfigOutput } 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
5
|
export interface CreateDeploymentConfigCommandInput extends CreateDeploymentConfigInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateDeploymentConfigCommandOutput extends CreateDeploymentConfigOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p> Creates a deployment configuration. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, CreateDeploymentConfigCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, CreateDeploymentConfigCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new CreateDeploymentConfigCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateDeploymentConfigCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateDeploymentConfigCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class CreateDeploymentConfigCommand extends $Command<CreateDeploymentConfigCommandInput, CreateDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: CreateDeploymentConfigCommandInput;
|
|
28
12
|
constructor(input: CreateDeploymentConfigCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentConfigCommandInput, CreateDeploymentConfigCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|