@aws-sdk/client-codedeploy 3.36.0 → 3.39.0
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 +42 -0
- package/dist-cjs/CodeDeploy.js +0 -102
- package/dist-cjs/CodeDeployClient.js +0 -107
- package/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +0 -24
- package/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +0 -25
- package/dist-cjs/commands/BatchGetApplicationsCommand.js +0 -25
- package/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +0 -24
- package/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +0 -33
- package/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +0 -51
- package/dist-cjs/commands/BatchGetDeploymentsCommand.js +0 -25
- package/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +0 -25
- package/dist-cjs/commands/ContinueDeploymentCommand.js +0 -28
- package/dist-cjs/commands/CreateApplicationCommand.js +0 -24
- package/dist-cjs/commands/CreateDeploymentCommand.js +0 -24
- package/dist-cjs/commands/CreateDeploymentConfigCommand.js +0 -24
- package/dist-cjs/commands/CreateDeploymentGroupCommand.js +0 -24
- package/dist-cjs/commands/DeleteApplicationCommand.js +0 -24
- package/dist-cjs/commands/DeleteDeploymentConfigCommand.js +0 -28
- package/dist-cjs/commands/DeleteDeploymentGroupCommand.js +0 -24
- package/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +0 -24
- package/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +0 -24
- package/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +0 -24
- package/dist-cjs/commands/GetApplicationCommand.js +0 -24
- package/dist-cjs/commands/GetApplicationRevisionCommand.js +0 -24
- package/dist-cjs/commands/GetDeploymentCommand.js +0 -30
- package/dist-cjs/commands/GetDeploymentConfigCommand.js +0 -24
- package/dist-cjs/commands/GetDeploymentGroupCommand.js +0 -24
- package/dist-cjs/commands/GetDeploymentInstanceCommand.js +0 -26
- package/dist-cjs/commands/GetDeploymentTargetCommand.js +0 -24
- package/dist-cjs/commands/GetOnPremisesInstanceCommand.js +0 -24
- package/dist-cjs/commands/ListApplicationRevisionsCommand.js +0 -24
- package/dist-cjs/commands/ListApplicationsCommand.js +0 -24
- package/dist-cjs/commands/ListDeploymentConfigsCommand.js +0 -24
- package/dist-cjs/commands/ListDeploymentGroupsCommand.js +0 -25
- package/dist-cjs/commands/ListDeploymentInstancesCommand.js +0 -32
- package/dist-cjs/commands/ListDeploymentTargetsCommand.js +0 -24
- package/dist-cjs/commands/ListDeploymentsCommand.js +0 -25
- package/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +0 -24
- package/dist-cjs/commands/ListOnPremisesInstancesCommand.js +0 -27
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +0 -32
- package/dist-cjs/commands/RegisterApplicationRevisionCommand.js +0 -24
- package/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +0 -28
- package/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +0 -24
- package/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +0 -27
- package/dist-cjs/commands/StopDeploymentCommand.js +0 -24
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateApplicationCommand.js +0 -24
- package/dist-cjs/commands/UpdateDeploymentGroupCommand.js +0 -24
- package/dist-cjs/commands/index.js +50 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +5 -57
- package/dist-cjs/models/models_0.js +0 -741
- package/dist-cjs/pagination/ListApplicationRevisionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListApplicationsPaginator.js +0 -10
- package/dist-cjs/pagination/ListDeploymentConfigsPaginator.js +0 -10
- package/dist-cjs/pagination/ListDeploymentGroupsPaginator.js +0 -10
- package/dist-cjs/pagination/ListDeploymentInstancesPaginator.js +0 -10
- package/dist-cjs/pagination/ListDeploymentsPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +10 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-cjs/waiters/waitForDeploymentSuccessful.js +0 -9
- package/dist-es/commands/index.js +47 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +5 -57
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/waiters/index.js +1 -0
- package/dist-types/commands/index.d.ts +47 -0
- package/dist-types/index.d.ts +5 -57
- package/dist-types/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/CodeDeploy.d.ts +48 -331
- package/dist-types/ts3.4/CodeDeployClient.d.ts +24 -188
- package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +2 -47
- package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +47 -0
- package/dist-types/ts3.4/index.d.ts +5 -57
- package/dist-types/ts3.4/models/models_0.d.ts +1001 -4081
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +1 -0
- package/package.json +33 -33
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.