Package-level declarations
Types
Inherited functions
Adds tags to on-premises instances.
Gets information about one or more application revisions. The maximum number of application revisions that can be returned is 25.
Gets information about one or more applications. The maximum number of applications that can be returned is 100.
Gets information about one or more deployment groups.
This method works, but is deprecated. Use BatchGetDeploymentTargets
instead.
Gets information about one or more deployments. The maximum number of deployments that can be returned is 25.
Returns an array of one or more targets associated with a deployment. This method works with all compute types and should be used instead of the deprecated BatchGetDeploymentInstances
. The maximum number of targets that can be returned is 25.
Gets information about one or more on-premises instances. The maximum number of on-premises instances that can be returned is 25.
For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment to instances in the replacement environment without waiting for a specified wait time to elapse. (Traffic rerouting, which is achieved by registering instances in the replacement environment with the load balancer, can start as soon as all instances have a status of Ready.)
Creates an application.
Deploys an application revision through the specified deployment group.
Creates a deployment configuration.
Creates a deployment group to which application revisions are deployed.
Deletes an application.
Deletes a deployment configuration.
Deletes a deployment group.
Deletes a GitHub account connection.
Deletes resources linked to an external ID. This action only applies if you have configured blue/green deployments through CloudFormation.
Deregisters an on-premises instance.
Gets information about an application.
Gets information about an application revision.
Gets information about a deployment.
Gets information about a deployment configuration.
Gets information about a deployment group.
Gets information about an instance as part of a deployment.
Returns information about a deployment target.
Gets information about an on-premises instance.
Lists information about revisions for an application.
Lists the applications registered with the user or Amazon Web Services account.
Lists the deployment configurations with the user or Amazon Web Services account.
Lists the deployment groups for an application registered with the Amazon Web Services user or Amazon Web Services account.
The newer BatchGetDeploymentTargets
should be used instead because it works with all compute types. ListDeploymentInstances
throws an exception if it is used with a compute platform other than EC2/On-premises or Lambda.
Lists the deployments in a deployment group for an application registered with the user or Amazon Web Services account.
Returns an array of target IDs that are associated a deployment.
Lists the names of stored connections to GitHub accounts.
Gets a list of names for one or more on-premises instances.
Returns a list of tags for the resource identified by a specified Amazon Resource Name (ARN). Tags are used to organize and categorize your CodeDeploy resources.
Sets the result of a Lambda validation function. The function validates lifecycle hooks during a deployment that uses the Lambda or Amazon ECS compute platform. For Lambda deployments, the available lifecycle hooks are BeforeAllowTraffic
and AfterAllowTraffic
. For Amazon ECS deployments, the available lifecycle hooks are BeforeInstall
, AfterInstall
, AfterAllowTestTraffic
, BeforeAllowTraffic
, and AfterAllowTraffic
. Lambda validation functions return Succeeded
or Failed
. For more information, see AppSpec 'hooks' Section for an Lambda Deployment and AppSpec 'hooks' Section for an Amazon ECS Deployment.
Registers with CodeDeploy a revision for the specified application.
Registers an on-premises instance.
Removes one or more tags from one or more on-premises instances.
In a blue/green deployment, overrides any specified wait time and starts terminating instances immediately after the traffic routing is complete.
Attempts to stop an ongoing deployment.
Associates the list of tags in the input Tags
parameter with the resource identified by the ResourceArn
input parameter.
Disassociates a resource from a list of tags. The resource is identified by the ResourceArn
input parameter. The tags are identified by the list of keys in the TagKeys
input parameter.
Changes the name of an application.
Changes information about a deployment group.
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.