@aws-sdk/client-codedeploy 3.533.0 → 3.535.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/dist-types/CodeDeploy.d.ts +12 -1
- package/dist-types/CodeDeployClient.d.ts +1 -1
- package/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +3 -3
- package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetDeploymentsCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ContinueDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/CreateDeploymentConfigCommand.d.ts +2 -1
- package/dist-types/commands/CreateDeploymentGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +2 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
- package/dist-types/commands/GetApplicationRevisionCommand.d.ts +2 -1
- package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/GetDeploymentConfigCommand.d.ts +2 -1
- package/dist-types/commands/GetDeploymentGroupCommand.d.ts +2 -1
- package/dist-types/commands/GetDeploymentInstanceCommand.d.ts +3 -3
- package/dist-types/commands/GetDeploymentTargetCommand.d.ts +2 -1
- package/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationRevisionsCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +2 -1
- package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +3 -3
- package/dist-types/commands/ListDeploymentTargetsCommand.d.ts +2 -1
- package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
- package/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +2 -1
- package/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +2 -1
- package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +2 -1
- package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +2 -1
- package/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +3 -3
- package/dist-types/commands/StopDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +665 -669
- package/dist-types/ts3.4/CodeDeploy.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +9 -0
- package/package.json +41 -41
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.