SdkInternalList<T> tags
The tag key-value pairs to add to the on-premises instances.
Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.
SdkInternalList<T> instanceNames
The names of the on-premises instances to which to add tags.
String name
The name of the alarm. Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.
Boolean enabled
Indicates whether the alarm configuration is enabled.
Boolean ignorePollAlarmFailure
Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from Amazon CloudWatch. The default value is false.
true
: The deployment proceeds even if alarm status information can't be retrieved from Amazon
CloudWatch.
false
: The deployment stops if alarm status information can't be retrieved from Amazon CloudWatch.
SdkInternalList<T> alarms
A list of alarms configured for the deployment group. A maximum of 10 alarms can be added to a deployment group.
String applicationId
The application ID.
String applicationName
The application name.
Date createTime
The time at which the application was created.
Boolean linkedToGitHub
True if the user has authenticated with GitHub for the specified application. Otherwise, false.
String gitHubAccountName
The name for a connection to a GitHub account.
String computePlatform
The destination platform type for deployment of the application (Lambda
or Server
).
String content
The YAML-formatted or JSON-formatted revision string.
For an AWS Lambda deployment, the content includes a Lambda function name, the alias for its original version, and the alias for its replacement version. The deployment shifts traffic from the original version of the Lambda function to the replacement version.
For an Amazon ECS deployment, the content includes the task name, information about the load balancer that serves traffic to the container, and more.
For both types of deployments, the content can specify Lambda functions that run at specified hooks, such as
BeforeInstall
, during a deployment.
String sha256
The SHA256 hash value of the revision content.
Boolean enabled
Indicates whether a defined automatic rollback configuration is currently enabled.
SdkInternalList<T> events
The event type or types that trigger a rollback.
String applicationName
The name of an AWS CodeDeploy application about which to get revision information.
SdkInternalList<T> revisions
An array of RevisionLocation
objects that specify information to get about the application
revisions, including type and location. The maximum number of RevisionLocation
objects you can
specify is 25.
String applicationName
The name of the application that corresponds to the revisions.
String errorMessage
Information about errors that might have occurred during the API call.
SdkInternalList<T> revisions
Additional information about the revisions, including the type and location.
SdkInternalList<T> applicationNames
A list of application names separated by spaces. The maximum number of application names you can specify is 100.
SdkInternalList<T> applicationsInfo
Information about the applications.
String applicationName
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
SdkInternalList<T> deploymentGroupNames
The names of the deployment groups.
SdkInternalList<T> deploymentGroupsInfo
Information about the deployment groups.
String errorMessage
Information about errors that might have occurred during the API call.
String deploymentId
The unique ID of a deployment.
SdkInternalList<T> instanceIds
The unique IDs of instances used in the deployment. The maximum number of instance IDs you can specify is 25.
SdkInternalList<T> instancesSummary
Information about the instance.
String errorMessage
Information about errors that might have occurred during the API call.
SdkInternalList<T> deploymentIds
A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.
SdkInternalList<T> deploymentsInfo
Information about the deployments.
String deploymentId
The unique ID of a deployment.
SdkInternalList<T> targetIds
The unique IDs of the deployment targets. The compute platform of the deployment determines the type of the targets and their formats. The maximum number of deployment target IDs you can specify is 25.
For deployments that use the EC2/On-premises compute platform, the target IDs are EC2 or on-premises instances
IDs, and their target type is instanceTarget
.
For deployments that use the AWS Lambda compute platform, the target IDs are the names of Lambda functions, and
their target type is instanceTarget
.
For deployments that use the Amazon ECS compute platform, the target IDs are pairs of Amazon ECS clusters and
services specified using the format <clustername>:<servicename>
. Their target type is
ecsTarget
.
For deployments that are deployed with AWS CloudFormation, the target IDs are CloudFormation stack IDs. Their
target type is cloudFormationTarget
.
SdkInternalList<T> deploymentTargets
A list of target objects for a deployment. Each target object contains details about the target, such as its status and lifecycle events. The type of the target objects depends on the deployment' compute platform.
EC2/On-premises: Each target object is an EC2 or on-premises instance.
AWS Lambda: The target object is a specific version of an AWS Lambda function.
Amazon ECS: The target object is an Amazon ECS service.
CloudFormation: The target object is an AWS CloudFormation blue/green deployment.
SdkInternalList<T> instanceNames
The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25.
SdkInternalList<T> instanceInfos
Information about the on-premises instances.
BlueInstanceTerminationOption terminateBlueInstancesOnDeploymentSuccess
Information about whether to terminate instances in the original fleet during a blue/green deployment.
DeploymentReadyOption deploymentReadyOption
Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.
GreenFleetProvisioningOption greenFleetProvisioningOption
Information about how instances are provisioned for a replacement environment in a blue/green deployment.
String action
The action to take on instances in the original environment after a successful blue/green deployment.
TERMINATE
: Instances are terminated after a specified wait time.
KEEP_ALIVE
: Instances are left running after they are deregistered from the load balancer and
removed from the deployment group.
Integer terminationWaitTimeInMinutes
For an Amazon EC2 deployment, the number of minutes to wait after a successful blue/green deployment before terminating instances from the original environment.
For an Amazon ECS deployment, the number of minutes before deleting the original (blue) task set. During an Amazon ECS deployment, CodeDeploy shifts traffic from the original (blue) task set to a replacement (green) task set.
The maximum setting is 2880 minutes (2 days).
String deploymentId
The unique ID of an AWS CloudFormation blue/green deployment.
String targetId
The unique ID of a deployment target that has a type of CloudFormationTarget
.
Date lastUpdatedAt
The date and time when the target application was updated by an AWS CloudFormation blue/green deployment.
SdkInternalList<T> lifecycleEvents
The lifecycle events of the AWS CloudFormation blue/green deployment to this target application.
String status
The status of an AWS CloudFormation blue/green deployment's target application.
String resourceType
The resource type for the AWS CloudFormation blue/green deployment.
Double targetVersionWeight
The percentage of production traffic that the target version of an AWS CloudFormation blue/green deployment receives.
String deploymentId
The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.
String deploymentWaitType
The status of the deployment's waiting period. READY_WAIT
indicates that the deployment is ready to
start shifting traffic. TERMINATION_WAIT
indicates that the traffic is shifted, but the original
target is not terminated.
String applicationName
The name of the application. This name must be unique with the applicable IAM user or AWS account.
String computePlatform
The destination platform type for the deployment (Lambda
, Server
, or ECS
).
SdkInternalList<T> tags
The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.
String applicationId
A unique application ID.
String deploymentConfigName
The name of the deployment configuration to create.
MinimumHealthyHosts minimumHealthyHosts
The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.
The type parameter takes either of the following values:
HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instances and rounds up fractional instances.
The value parameter takes an integer.
For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.
TrafficRoutingConfig trafficRoutingConfig
The configuration that specifies how the deployment traffic is routed.
String computePlatform
The destination platform type for the deployment (Lambda
, Server
, or ECS
).
String deploymentConfigId
A unique deployment configuration ID.
String applicationName
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
String deploymentGroupName
The name of a new deployment group for the specified application.
String deploymentConfigName
If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.
CodeDeployDefault.OneAtATime
is the default deployment configuration. It is used if a configuration
isn't specified for the deployment or deployment group.
For more information about the predefined deployment configurations in AWS CodeDeploy, see Working with Deployment Configurations in CodeDeploy in the AWS CodeDeploy User Guide.
SdkInternalList<T> ec2TagFilters
The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags. Cannot be used in the same call as ec2TagSet.
SdkInternalList<T> onPremisesInstanceTagFilters
The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of
the specified tags. Cannot be used in the same call as OnPremisesTagSet
.
SdkInternalList<T> autoScalingGroups
A list of associated Amazon EC2 Auto Scaling groups.
String serviceRoleArn
A service role Amazon Resource Name (ARN) that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.
SdkInternalList<T> triggerConfigurations
Information about triggers to create when the deployment group is created. For examples, see Create a Trigger for an AWS CodeDeploy Event in the AWS CodeDeploy User Guide.
AlarmConfiguration alarmConfiguration
Information to add about Amazon CloudWatch alarms when the deployment group is created.
AutoRollbackConfiguration autoRollbackConfiguration
Configuration information for an automatic rollback that is added when a deployment group is created.
DeploymentStyle deploymentStyle
Information about the type of deployment, in-place or blue/green, that you want to run and whether to route deployment traffic behind a load balancer.
BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration
Information about blue/green deployment options for a deployment group.
LoadBalancerInfo loadBalancerInfo
Information about the load balancer used in a deployment.
EC2TagSet ec2TagSet
Information about groups of tags applied to EC2 instances. The deployment group includes only EC2 instances
identified by all the tag groups. Cannot be used in the same call as ec2TagFilters
.
SdkInternalList<T> ecsServices
The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the
Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name
pair using the format <clustername>:<servicename>
.
OnPremisesTagSet onPremisesTagSet
Information about groups of tags applied to on-premises instances. The deployment group includes only on-premises
instances identified by all of the tag groups. Cannot be used in the same call as
onPremisesInstanceTagFilters
.
SdkInternalList<T> tags
The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.
String deploymentGroupId
A unique deployment group ID.
String applicationName
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
String deploymentGroupName
The name of the deployment group.
RevisionLocation revision
The type and location of the revision to deploy.
String deploymentConfigName
The name of a deployment configuration associated with the IAM user or AWS account.
If not specified, the value configured in the deployment group is used as the default. If the deployment group
does not have a deployment configuration associated with it, CodeDeployDefault
.
OneAtATime
is used by default.
String description
A comment about the deployment.
Boolean ignoreApplicationStopFailures
If true, then if an ApplicationStop
, BeforeBlockTraffic
, or
AfterBlockTraffic
deployment lifecycle event to an instance fails, then the deployment continues to
the next deployment lifecycle event. For example, if ApplicationStop
fails, the deployment continues
with DownloadBundle
. If BeforeBlockTraffic
fails, the deployment continues with
BlockTraffic
. If AfterBlockTraffic
fails, the deployment continues with
ApplicationStop
.
If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.
During a deployment, the AWS CodeDeploy agent runs the scripts specified for ApplicationStop
,
BeforeBlockTraffic
, and AfterBlockTraffic
in the AppSpec file from the previous
successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of
these scripts contains an error and does not run successfully, the deployment can fail.
If the cause of the failure is a script from the last successful deployment that will never run successfully,
create a new deployment and use ignoreApplicationStopFailures
to specify that the
ApplicationStop
, BeforeBlockTraffic
, and AfterBlockTraffic
failures should
be ignored.
TargetInstances targetInstances
Information about the instances that belong to the replacement environment in a blue/green deployment.
AutoRollbackConfiguration autoRollbackConfiguration
Configuration information for an automatic rollback that is added when a deployment is created.
Boolean updateOutdatedInstancesOnly
Indicates whether to deploy to all instances or only to instances that are not running the latest application revision.
String fileExistsBehavior
Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.
The fileExistsBehavior
parameter takes any of the following values:
DISALLOW: The deployment fails. This is also the default behavior if no option is specified.
OVERWRITE: The version of the file from the application revision currently being deployed replaces the version already on the instance.
RETAIN: The version of the file already on the instance is kept and used as part of the new deployment.
String deploymentId
The unique ID of a deployment.
String applicationName
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
String deploymentConfigName
The name of a deployment configuration associated with the IAM user or AWS account.
SdkInternalList<T> hooksNotCleanedUp
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.
String tokenName
The name of the GitHub account connection to delete.
String tokenName
The name of the GitHub account connection that was deleted.
String externalId
The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources.
String deploymentConfigId
The deployment configuration ID.
String deploymentConfigName
The deployment configuration name.
MinimumHealthyHosts minimumHealthyHosts
Information about the number or percentage of minimum healthy instance.
Date createTime
The time at which the deployment configuration was created.
String computePlatform
The destination platform type for the deployment (Lambda
, Server
, or ECS
).
TrafficRoutingConfig trafficRoutingConfig
The configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or ECS compute platform only.
String applicationName
The application name.
String deploymentGroupId
The deployment group ID.
String deploymentGroupName
The deployment group name.
String deploymentConfigName
The deployment configuration name.
SdkInternalList<T> ec2TagFilters
The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags.
SdkInternalList<T> onPremisesInstanceTagFilters
The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags.
SdkInternalList<T> autoScalingGroups
A list of associated Auto Scaling groups.
String serviceRoleArn
A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to AWS services on your behalf. For more information, see Create a Service Role for AWS CodeDeploy in the AWS CodeDeploy User Guide.
RevisionLocation targetRevision
Information about the deployment group's target revision, including type and location.
SdkInternalList<T> triggerConfigurations
Information about triggers associated with the deployment group.
AlarmConfiguration alarmConfiguration
A list of alarms associated with the deployment group.
AutoRollbackConfiguration autoRollbackConfiguration
Information about the automatic rollback configuration associated with the deployment group.
DeploymentStyle deploymentStyle
Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.
BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration
Information about blue/green deployment options for a deployment group.
LoadBalancerInfo loadBalancerInfo
Information about the load balancer to use in a deployment.
LastDeploymentInfo lastSuccessfulDeployment
Information about the most recent successful deployment to the deployment group.
LastDeploymentInfo lastAttemptedDeployment
Information about the most recent attempted deployment to the deployment group.
EC2TagSet ec2TagSet
Information about groups of tags applied to an EC2 instance. The deployment group includes only EC2 instances identified by all of the tag groups. Cannot be used in the same call as ec2TagFilters.
OnPremisesTagSet onPremisesTagSet
Information about groups of tags applied to an on-premises instance. The deployment group includes only on-premises instances identified by all the tag groups. Cannot be used in the same call as onPremisesInstanceTagFilters.
String computePlatform
The destination platform type for the deployment (Lambda
, Server
, or ECS
).
SdkInternalList<T> ecsServices
The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the
Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name
pair using the format <clustername>:<servicename>
.
String applicationName
The application name.
String deploymentGroupName
The deployment group name.
String deploymentConfigName
The deployment configuration name.
String deploymentId
The unique ID of a deployment.
RevisionLocation previousRevision
Information about the application revision that was deployed to the deployment group before the most recent successful deployment.
RevisionLocation revision
Information about the location of stored application artifacts and the service from which to retrieve them.
String status
The current state of the deployment as a whole.
ErrorInformation errorInformation
Information about any error associated with this deployment.
Date createTime
A timestamp that indicates when the deployment was created.
Date startTime
A timestamp that indicates when the deployment was deployed to the deployment group.
In some cases, the reported value of the start time might be later than the complete time. This is due to differences in the clock settings of backend servers that participate in the deployment process.
Date completeTime
A timestamp that indicates when the deployment was complete.
DeploymentOverview deploymentOverview
A summary of the deployment status of the instances in the deployment.
String description
A comment about the deployment.
String creator
The means by which the deployment was created:
user
: A user created the deployment.
autoscaling
: Amazon EC2 Auto Scaling created the deployment.
codeDeployRollback
: A rollback process created the deployment.
Boolean ignoreApplicationStopFailures
If true, then if an ApplicationStop
, BeforeBlockTraffic
, or
AfterBlockTraffic
deployment lifecycle event to an instance fails, then the deployment continues to
the next deployment lifecycle event. For example, if ApplicationStop
fails, the deployment continues
with DownloadBundle. If BeforeBlockTraffic
fails, the deployment continues with
BlockTraffic
. If AfterBlockTraffic
fails, the deployment continues with
ApplicationStop
.
If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.
During a deployment, the AWS CodeDeploy agent runs the scripts specified for ApplicationStop
,
BeforeBlockTraffic
, and AfterBlockTraffic
in the AppSpec file from the previous
successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of
these scripts contains an error and does not run successfully, the deployment can fail.
If the cause of the failure is a script from the last successful deployment that will never run successfully,
create a new deployment and use ignoreApplicationStopFailures
to specify that the
ApplicationStop
, BeforeBlockTraffic
, and AfterBlockTraffic
failures should
be ignored.
AutoRollbackConfiguration autoRollbackConfiguration
Information about the automatic rollback configuration associated with the deployment.
Boolean updateOutdatedInstancesOnly
Indicates whether only instances that are not running the latest application revision are to be deployed to.
RollbackInfo rollbackInfo
Information about a deployment rollback.
DeploymentStyle deploymentStyle
Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.
TargetInstances targetInstances
Information about the instances that belong to the replacement environment in a blue/green deployment.
Boolean instanceTerminationWaitTimeStarted
Indicates whether the wait period set for the termination of instances in the original environment has started. Status is 'false' if the KEEP_ALIVE option is specified. Otherwise, 'true' as soon as the termination wait period starts.
BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration
Information about blue/green deployment options for this deployment.
LoadBalancerInfo loadBalancerInfo
Information about the load balancer used in the deployment.
String additionalDeploymentStatusInfo
Provides information about the results of a deployment, such as whether instances in the original environment in a blue/green deployment were not terminated.
String fileExistsBehavior
Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.
DISALLOW
: The deployment fails. This is also the default behavior if no option is specified.
OVERWRITE
: The version of the file from the application revision currently being deployed replaces
the version already on the instance.
RETAIN
: The version of the file already on the instance is kept and used as part of the new
deployment.
SdkInternalList<T> deploymentStatusMessages
Messages that contain information about the status of a deployment.
String computePlatform
The destination platform type for the deployment (Lambda
, Server
, or ECS
).
String externalId
The unique ID for an external resource (for example, a CloudFormation stack ID) that is linked to this deployment.
Long pending
The number of instances in the deployment in a pending state.
Long inProgress
The number of instances in which the deployment is in progress.
Long succeeded
The number of instances in the deployment to which revisions have been successfully deployed.
Long failed
The number of instances in the deployment in a failed state.
Long skipped
The number of instances in the deployment in a skipped state.
Long ready
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
String actionOnTimeout
Information about when to reroute traffic from an original environment to a replacement environment in a blue/green deployment.
CONTINUE_DEPLOYMENT: Register new instances with the load balancer immediately after the new application revision is installed on the instances in the replacement environment.
STOP_DEPLOYMENT: Do not register new instances with a load balancer unless traffic rerouting is started using ContinueDeployment. If traffic rerouting is not started before the end of the specified wait period, the deployment status is changed to Stopped.
Integer waitTimeInMinutes
The number of minutes to wait before the status of a blue/green deployment is changed to Stopped if rerouting is
not started manually. Applies only to the STOP_DEPLOYMENT
option for actionOnTimeout
.
String deploymentTargetType
The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.
InstanceTarget instanceTarget
Information about the target for a deployment that uses the EC2/On-premises compute platform.
LambdaTarget lambdaTarget
Information about the target for a deployment that uses the AWS Lambda compute platform.
ECSTarget ecsTarget
Information about the target for a deployment that uses the Amazon ECS compute platform.
CloudFormationTarget cloudFormationTarget
String instanceName
The name of the on-premises instance to deregister.
String errorCode
The associated error code:
Success: The specified script ran.
ScriptMissing: The specified script was not found in the specified location.
ScriptNotExecutable: The specified script is not a recognized executable file type.
ScriptTimedOut: The specified script did not finish running in the specified time period.
ScriptFailed: The specified script failed to run as expected.
UnknownError: The specified script did not run for an unknown reason.
String scriptName
The name of the script.
String message
The message associated with the error.
String logTail
The last portion of the diagnostic log.
If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.
SdkInternalList<T> ec2TagSetList
A list that contains other lists of EC2 instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.
String deploymentId
The unique ID of a deployment.
String targetId
The unique ID of a deployment target that has a type of ecsTarget
.
String targetArn
The Amazon Resource Name (ARN) of the target.
Date lastUpdatedAt
The date and time when the target Amazon ECS application was updated by a deployment.
SdkInternalList<T> lifecycleEvents
The lifecycle events of the deployment to this target Amazon ECS application.
String status
The status an Amazon ECS deployment's target ECS application.
SdkInternalList<T> taskSetsInfo
The ECSTaskSet
objects associated with the ECS target.
String identifer
A unique ID of an ECSTaskSet
.
Long desiredCount
The number of tasks in a task set. During a deployment that uses the Amazon ECS compute type, CodeDeploy instructs Amazon ECS to create a new task set and uses this value to determine how many tasks to create. After the updated task set is created, CodeDeploy shifts traffic to the new task set.
Long pendingCount
The number of tasks in the task set that are in the PENDING
status during an Amazon ECS deployment.
A task in the PENDING
state is preparing to enter the RUNNING
state. A task set enters
the PENDING
status when it launches for the first time, or when it is restarted after being in the
STOPPED
state.
Long runningCount
The number of tasks in the task set that are in the RUNNING
status during an Amazon ECS deployment.
A task in the RUNNING
state is running and ready for use.
String status
The status of the task set. There are three valid task set statuses:
PRIMARY
: Indicates the task set is serving production traffic.
ACTIVE
: Indicates the task set is not serving production traffic.
DRAINING
: Indicates the tasks in the task set are being stopped and their corresponding targets are
being deregistered from their target group.
Double trafficWeight
The percentage of traffic served by this task set.
TargetGroupInfo targetGroup
The target group associated with the task set. The target group is used by AWS CodeDeploy to manage traffic to a task set.
String taskSetLabel
A label that identifies whether the ECS task set is an original target (BLUE
) or a replacement
target (GREEN
).
String name
For blue/green deployments, the name of the load balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.
String code
For more information, see Error Codes for AWS CodeDeploy in the AWS CodeDeploy User Guide.
The error code:
APPLICATION_MISSING: The application was missing. This error code is most likely raised if the application is deleted after the deployment is created, but before it is started.
DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code is most likely raised if the deployment group is deleted after the deployment is created, but before it is started.
HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
IAM_ROLE_MISSING: The service role cannot be accessed.
IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
INTERNAL_ERROR: There was an internal error.
NO_EC2_SUBSCRIPTION: The calling account is not subscribed to Amazon EC2.
NO_INSTANCES: No instances were specified, or no instances can be found.
OVER_MAX_INSTANCES: The maximum number of instances was exceeded.
THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
TIMEOUT: The deployment has timed out.
REVISION_MISSING: The revision ID was missing. This error code is most likely raised if the revision is deleted after the deployment is created, but before it is started.
String message
An accompanying error message.
String description
A comment about the revision.
SdkInternalList<T> deploymentGroups
The deployment groups for which this is the current target revision.
Date firstUsedTime
When the revision was first used by AWS CodeDeploy.
Date lastUsedTime
When the revision was last used by AWS CodeDeploy.
Date registerTime
When the revision was registered with AWS CodeDeploy.
String applicationName
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
ApplicationInfo application
Information about the application.
String applicationName
The name of the application that corresponds to the revision.
RevisionLocation revision
Information about the application revision to get, including type and location.
String applicationName
The name of the application that corresponds to the revision.
RevisionLocation revision
Additional information about the revision, including type and location.
GenericRevisionInfo revisionInfo
General information about the revision.
String deploymentConfigName
The name of a deployment configuration associated with the IAM user or AWS account.
DeploymentConfigInfo deploymentConfigInfo
Information about the deployment configuration.
DeploymentGroupInfo deploymentGroupInfo
Information about the deployment group.
InstanceSummary instanceSummary
Information about the instance.
String deploymentId
The unique ID of a deployment associated with the IAM user or AWS account.
DeploymentInfo deploymentInfo
Information about the deployment.
DeploymentTarget deploymentTarget
A deployment target that contains information about a deployment such as its status, lifecycle events, and when
it was last updated. It also contains metadata about the deployment target. The deployment target metadata
depends on the deployment target's type (instanceTarget
, lambdaTarget
, or
ecsTarget
).
String instanceName
The name of the on-premises instance about which to get information.
InstanceInfo instanceInfo
Information about the on-premises instance.
String repository
The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.
Specified as account/repository.
String commitId
The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.
String action
The method used to add instances to a replacement environment.
DISCOVER_EXISTING
: Use instances that already exist or will be created manually.
COPY_AUTO_SCALING_GROUP
: Use settings from a specified Auto Scaling group to define and create
instances in a new Auto Scaling group.
String instanceName
The name of the on-premises instance.
String iamSessionArn
The ARN of the IAM session associated with the on-premises instance.
String iamUserArn
The IAM user ARN associated with the on-premises instance.
String instanceArn
The ARN of the on-premises instance.
Date registerTime
The time at which the on-premises instance was registered.
Date deregisterTime
If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.
SdkInternalList<T> tags
The tags currently associated with the on-premises instance.
String deploymentId
The unique ID of a deployment.
String instanceId
The instance ID.
String status
The deployment status for this instance:
Pending
: The deployment is pending for this instance.
In Progress
: The deployment is in progress for this instance.
Succeeded
: The deployment has succeeded for this instance.
Failed
: The deployment has failed for this instance.
Skipped
: The deployment has been skipped for this instance.
Unknown
: The deployment status is unknown for this instance.
Date lastUpdatedAt
A timestamp that indicates when the instance information was last updated.
SdkInternalList<T> lifecycleEvents
A list of lifecycle events for this instance.
String instanceType
Information about which environment an instance belongs to in a blue/green deployment.
BLUE: The instance is part of the original environment.
GREEN: The instance is part of the replacement environment.
String deploymentId
The unique ID of a deployment.
String targetId
The unique ID of a deployment target that has a type of instanceTarget
.
String targetArn
The Amazon Resource Name (ARN) of the target.
String status
The status an EC2/On-premises deployment's target instance.
Date lastUpdatedAt
The date and time when the target instance was updated by a deployment.
SdkInternalList<T> lifecycleEvents
The lifecycle events of the deployment to this target instance.
String instanceLabel
A label that identifies whether the instance is an original target (BLUE
) or a replacement target (
GREEN
).
String functionName
The name of a Lambda function.
String functionAlias
The alias of a Lambda function. For more information, see AWS Lambda Function Aliases in the AWS Lambda Developer Guide.
String currentVersion
The version of a Lambda function that production traffic points to.
String targetVersion
The version of a Lambda function that production traffic points to after the Lambda function is deployed.
Double targetVersionWeight
The percentage of production traffic that the target version of a Lambda function receives.
String deploymentId
The unique ID of a deployment.
String targetId
The unique ID of a deployment target that has a type of lambdaTarget
.
String targetArn
The Amazon Resource Name (ARN) of the target.
String status
The status an AWS Lambda deployment's target Lambda function.
Date lastUpdatedAt
The date and time when the target Lambda function was updated by a deployment.
SdkInternalList<T> lifecycleEvents
The lifecycle events of the deployment to this target Lambda function.
LambdaFunctionInfo lambdaFunctionInfo
A LambdaFunctionInfo
object that describes a target Lambda function.
String deploymentId
The unique ID of a deployment.
String status
The status of the most recent deployment.
Date endTime
A timestamp that indicates when the most recent deployment to the deployment group was complete.
Date createTime
A timestamp that indicates when the most recent deployment to the deployment group started.
String lifecycleEventName
The deployment lifecycle event name, such as ApplicationStop
, BeforeInstall
,
AfterInstall
, ApplicationStart
, or ValidateService
.
Diagnostics diagnostics
Diagnostic information about the deployment lifecycle event.
Date startTime
A timestamp that indicates when the deployment lifecycle event started.
Date endTime
A timestamp that indicates when the deployment lifecycle event ended.
String status
The deployment lifecycle event status:
Pending: The deployment lifecycle event is pending.
InProgress: The deployment lifecycle event is in progress.
Succeeded: The deployment lifecycle event ran successfully.
Failed: The deployment lifecycle event has failed.
Skipped: The deployment lifecycle event has been skipped.
Unknown: The deployment lifecycle event is unknown.
String applicationName
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
String sortBy
The column name to use to sort the list results:
registerTime
: Sort by the time the revisions were registered with AWS CodeDeploy.
firstUsedTime
: Sort by the time the revisions were first used in a deployment.
lastUsedTime
: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results are returned in an arbitrary order.
String sortOrder
The order in which to sort the list results:
ascending
: ascending order.
descending
: descending order.
If not specified, the results are sorted in ascending order.
If set to null, the results are sorted in an arbitrary order.
String s3Bucket
An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets are searched.
String s3KeyPrefix
A key prefix for the set of Amazon S3 objects to limit the search for revisions.
String deployed
Whether to list revisions based on whether the revision is the target revision of a deployment group:
include
: List revisions that are target revisions of a deployment group.
exclude
: Do not list revisions that are target revisions of a deployment group.
ignore
: List all revisions.
String nextToken
An identifier returned from the previous ListApplicationRevisions
call. It can be used to return the
next set of applications in the list.
SdkInternalList<T> revisions
A list of locations that contain the matching revisions.
String nextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.
String nextToken
An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.
SdkInternalList<T> applications
A list of application names.
String nextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications in the list.
String nextToken
An identifier returned from the previous ListDeploymentConfigs
call. It can be used to return the
next set of deployment configurations in the list.
SdkInternalList<T> deploymentConfigsList
A list of deployment configurations, including built-in configurations such as
CodeDeployDefault.OneAtATime
.
String nextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.
String applicationName
The application name.
SdkInternalList<T> deploymentGroups
A list of deployment group names.
String nextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.
String deploymentId
The unique ID of a deployment.
String nextToken
An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
SdkInternalList<T> instanceStatusFilter
A subset of instances to list by status:
Pending
: Include those instances with pending deployments.
InProgress
: Include those instances where deployments are still in progress.
Succeeded
: Include those instances with successful deployments.
Failed
: Include those instances with failed deployments.
Skipped
: Include those instances with skipped deployments.
Unknown
: Include those instances with deployments in an unknown state.
SdkInternalList<T> instanceTypeFilter
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in the replacement environment ("GREEN"), for which you want to view instance information.
SdkInternalList<T> instancesList
A list of instance IDs.
String nextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.
String applicationName
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
If applicationName
is specified, then deploymentGroupName
must be specified. If it is
not specified, then deploymentGroupName
must not be specified.
String deploymentGroupName
The name of a deployment group for the specified application.
If deploymentGroupName
is specified, then applicationName
must be specified. If it is
not specified, then applicationName
must not be specified.
String externalId
The unique ID of an external resource for returning deployments linked to the external resource.
SdkInternalList<T> includeOnlyStatuses
A subset of deployments to list by status:
Created
: Include created deployments in the resulting list.
Queued
: Include queued deployments in the resulting list.
In Progress
: Include in-progress deployments in the resulting list.
Succeeded
: Include successful deployments in the resulting list.
Failed
: Include failed deployments in the resulting list.
Stopped
: Include stopped deployments in the resulting list.
TimeRange createTimeRange
A time range (start and end) for returning a subset of the list of deployments.
String nextToken
An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.
SdkInternalList<T> deployments
A list of deployment IDs.
String nextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.
String deploymentId
The unique ID of a deployment.
String nextToken
A token identifier returned from the previous ListDeploymentTargets
call. It can be used to return
the next set of deployment targets in the list.
Map<K,V> targetFilters
A key used to filter the returned targets. The two valid values are:
TargetStatus
- A TargetStatus
filter string can be Failed
,
InProgress
, Pending
, Ready
, Skipped
, Succeeded
,
or Unknown
.
ServerInstanceLabel
- A ServerInstanceLabel
filter string can be Blue
or
Green
.
SdkInternalList<T> targetIds
The unique IDs of deployment targets.
String nextToken
If a large amount of information is returned, a token identifier is also returned. It can be used in a subsequent
ListDeploymentTargets
call to return the next set of deployment targets in the list.
String nextToken
An identifier returned from the previous ListGitHubAccountTokenNames
call. It can be used to return
the next set of names in the list.
SdkInternalList<T> tokenNameList
A list of names of connections to GitHub accounts.
String nextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent
ListGitHubAccountTokenNames
call to return the next set of names in the list.
String registrationStatus
The registration status of the on-premises instances:
Deregistered
: Include deregistered on-premises instances in the resulting list.
Registered
: Include registered on-premises instances in the resulting list.
SdkInternalList<T> tagFilters
The on-premises instance tags that are used to restrict the on-premises instance names returned.
String nextToken
An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.
SdkInternalList<T> instanceNames
The list of matching on-premises instance names.
String nextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.
String resourceArn
The ARN of a CodeDeploy resource. ListTagsForResource
returns all the tags associated with the
resource that is identified by the ResourceArn
.
String nextToken
An identifier returned from the previous ListTagsForResource
call. It can be used to return the next
set of applications in the list.
SdkInternalList<T> tags
A list of tags returned by ListTagsForResource
. The tags are associated with the resource identified
by the input ResourceArn
parameter.
String nextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.
SdkInternalList<T> elbInfoList
An array that contains information about the load balancer to use for load balancing in a deployment. In Elastic Load Balancing, load balancers are used with Classic Load Balancers.
Adding more than one load balancer to the array is not supported.
SdkInternalList<T> targetGroupInfoList
An array that contains information about the target group to use for load balancing in a deployment. In Elastic Load Balancing, target groups are used with Application Load Balancers.
Adding more than one target group to the array is not supported.
SdkInternalList<T> targetGroupPairInfoList
The target group pair information. This is an array of TargeGroupPairInfo
objects with a maximum
size of one.
Integer value
The minimum healthy instance value.
String type
The minimum healthy instance type:
HOST_COUNT
: The minimum number of healthy instances as an absolute value.
FLEET_PERCENT
: The minimum number of healthy instances as a percentage of the total number of
instances in the deployment.
In an example of nine instances, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment is successful if six or more instances are deployed to successfully. Otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instances at a time. The deployment is successful if four or more instances are deployed to successfully. Otherwise, the deployment fails.
In a call to the GetDeploymentConfig
, CodeDeployDefault.OneAtATime returns a minimum healthy
instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You
cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with
CodeDeployDefault.OneAtATime, AWS CodeDeploy attempts to ensure that all instances but one are kept in a healthy
state during the deployment. Although this allows one instance at a time to be taken offline for a new
deployment, it also means that if the deployment to the last instance fails, the overall deployment is still
successful.
For more information, see AWS CodeDeploy Instance Health in the AWS CodeDeploy User Guide.
SdkInternalList<T> onPremisesTagSetList
A list that contains other lists of on-premises instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.
String deploymentId
The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event.
String lifecycleEventHookExecutionId
The execution ID of a deployment's lifecycle hook. A deployment lifecycle hook is specified in the
hooks
section of the AppSpec file.
String status
The result of a Lambda function that validates a deployment lifecycle event (Succeeded
or
Failed
).
String lifecycleEventHookExecutionId
The execution ID of the lifecycle event hook. A hook is specified in the hooks
section of the
deployment's AppSpec file.
String content
The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.
String sha256
The SHA256 hash value of the revision content.
String applicationName
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
String description
A comment about the revision.
RevisionLocation revision
Information about the application revision to register, including type and location.
SdkInternalList<T> tags
The tag key-value pairs to remove from the on-premises instances.
SdkInternalList<T> instanceNames
The names of the on-premises instances from which to remove tags.
RevisionLocation revisionLocation
Information about the location and type of an application revision.
GenericRevisionInfo genericRevisionInfo
Information about an application revision, including usage details and associated deployment groups.
String revisionType
The type of application revision:
S3: An application revision stored in Amazon S3.
GitHub: An application revision stored in GitHub (EC2/On-premises deployments only).
String: A YAML-formatted or JSON-formatted string (AWS Lambda deployments only).
AppSpecContent: An AppSpecContent
object that contains the contents of an AppSpec file for an AWS
Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML stored as a RawString.
S3Location s3Location
Information about the location of a revision stored in Amazon S3.
GitHubLocation gitHubLocation
Information about the location of application artifacts stored in GitHub.
RawString string
Information about the location of an AWS Lambda deployment revision stored as a RawString.
AppSpecContent appSpecContent
The content of an AppSpec file for an AWS Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML and stored as a RawString.
String rollbackDeploymentId
The ID of the deployment rollback.
String rollbackTriggeringDeploymentId
The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.
String rollbackMessage
Information that describes the status of a deployment rollback (for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded).
String bucket
The name of the Amazon S3 bucket where the application revision is stored.
String key
The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
String bundleType
The file type of the application revision. Must be one of the following:
tar
: A tar archive file.
tgz
: A compressed tar archive file.
zip
: A zip archive file.
String version
A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the version is not specified, the system uses the most recent version by default.
String eTag
The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the ETag is not specified as an input parameter, ETag validation of the object is skipped.
String deploymentId
The unique ID of a blue/green deployment for which you want to skip the instance termination wait time.
String resourceArn
The ARN of a resource, such as a CodeDeploy application or deployment group.
SdkInternalList<T> tags
A list of tags that TagResource
associates with a resource. The resource is identified by the
ResourceArn
input parameter.
String name
For blue/green deployments, the name of the target group that instances in the original environment are deregistered from, and instances in the replacement environment are registered with. For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.
SdkInternalList<T> targetGroups
One pair of target groups. One is associated with the original task set. The second is associated with the task set that serves traffic after the deployment is complete.
TrafficRoute prodTrafficRoute
The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete.
TrafficRoute testTrafficRoute
An optional path used by a load balancer to route test traffic after an Amazon ECS deployment. Validation can occur while test traffic is served during a deployment.
SdkInternalList<T> tagFilters
The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a
blue/green deployment. Cannot be used in the same call as ec2TagSet
.
SdkInternalList<T> autoScalingGroups
The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.
EC2TagSet ec2TagSet
Information about the groups of EC2 instance tags that an instance must be identified by in order for it to be
included in the replacement environment for a blue/green deployment. Cannot be used in the same call as
tagFilters
.
SdkInternalList<T> listenerArns
The Amazon Resource Name (ARN) of one listener. The listener identifies the route between a target group and a load balancer. This is an array of strings with a maximum size of one.
String type
The type of traffic shifting (TimeBasedCanary
or TimeBasedLinear
) used by a deployment
configuration.
TimeBasedCanary timeBasedCanary
A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in two increments. The original and target Lambda function versions or ECS task sets are specified in the deployment's AppSpec file.
TimeBasedLinear timeBasedLinear
A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in equal increments, with an equal number of minutes between each increment. The original and target Lambda function versions or ECS task sets are specified in the deployment's AppSpec file.
String triggerName
The name of the notification trigger.
String triggerTargetArn
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.
SdkInternalList<T> triggerEvents
The event type or types for which notifications are triggered.
String resourceArn
The Amazon Resource Name (ARN) that specifies from which resource to disassociate the tags with the keys in the
TagKeys
input parameter.
SdkInternalList<T> tagKeys
A list of keys of Tag
objects. The Tag
objects identified by the keys are disassociated
from the resource specified by the ResourceArn
input parameter.
String applicationName
The application name that corresponds to the deployment group to update.
String currentDeploymentGroupName
The current name of the deployment group.
String newDeploymentGroupName
The new name of the deployment group, if you want to change it.
String deploymentConfigName
The replacement deployment configuration name to use, if you want to change it.
SdkInternalList<T> ec2TagFilters
The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.
SdkInternalList<T> onPremisesInstanceTagFilters
The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.
SdkInternalList<T> autoScalingGroups
The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.
String serviceRoleArn
A replacement ARN for the service role, if you want to change it.
SdkInternalList<T> triggerConfigurations
Information about triggers to change when the deployment group is updated. For examples, see Edit a Trigger in a CodeDeploy Deployment Group in the AWS CodeDeploy User Guide.
AlarmConfiguration alarmConfiguration
Information to add or change about Amazon CloudWatch alarms when the deployment group is updated.
AutoRollbackConfiguration autoRollbackConfiguration
Information for an automatic rollback configuration that is added or changed when a deployment group is updated.
DeploymentStyle deploymentStyle
Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.
BlueGreenDeploymentConfiguration blueGreenDeploymentConfiguration
Information about blue/green deployment options for a deployment group.
LoadBalancerInfo loadBalancerInfo
Information about the load balancer used in a deployment.
EC2TagSet ec2TagSet
Information about groups of tags applied to on-premises instances. The deployment group includes only EC2 instances identified by all the tag groups.
SdkInternalList<T> ecsServices
The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the
Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name
pair using the format <clustername>:<servicename>
.
OnPremisesTagSet onPremisesTagSet
Information about an on-premises instance tag set. The deployment group includes only on-premises instances identified by all the tag groups.
SdkInternalList<T> hooksNotCleanedUp
If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.
Copyright © 2020. All rights reserved.