aws-sdk-codedeploy 1.12.0 → 1.13.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.
@@ -88,11 +88,11 @@ module Aws::CodeDeploy
88
88
  # the current state of alarms cannot be retrieved from Amazon
89
89
  # CloudWatch. The default value is false.
90
90
  #
91
- # * true: The deployment will proceed even if alarm status information
91
+ # * true: The deployment proceeds even if alarm status information
92
92
  # can't be retrieved from Amazon CloudWatch.
93
93
  #
94
- # * false: The deployment will stop if alarm status information can't
95
- # be retrieved from Amazon CloudWatch.
94
+ # * false: The deployment stops if alarm status information can't be
95
+ # retrieved from Amazon CloudWatch.
96
96
  # @return [Boolean]
97
97
  #
98
98
  # @!attribute [rw] alarms
@@ -125,12 +125,12 @@ module Aws::CodeDeploy
125
125
  # @!attribute [rw] content
126
126
  # The YAML-formatted or JSON-formatted revision string.
127
127
  #
128
- # For an AWS Lambda deployment the content includes a Lambda function
128
+ # For an AWS Lambda deployment, the content includes a Lambda function
129
129
  # name, the alias for its original version, and the alias for its
130
130
  # replacement version. The deployment shifts traffic from the original
131
131
  # version of the Lambda function to the replacement version.
132
132
  #
133
- # For an Amazon ECS deployment the content includes the task name,
133
+ # For an Amazon ECS deployment, the content includes the task name,
134
134
  # information about the load balancer that serves traffic to the
135
135
  # container, and more.
136
136
  #
@@ -167,7 +167,7 @@ module Aws::CodeDeploy
167
167
  #
168
168
  # @!attribute [rw] linked_to_git_hub
169
169
  # True if the user has authenticated with GitHub for the specified
170
- # application; otherwise, false.
170
+ # application. Otherwise, false.
171
171
  # @return [Boolean]
172
172
  #
173
173
  # @!attribute [rw] git_hub_account_name
@@ -192,8 +192,8 @@ module Aws::CodeDeploy
192
192
  end
193
193
 
194
194
  # Information about a configuration for automatically rolling back to a
195
- # previous version of an application revision when a deployment doesn't
196
- # complete successfully.
195
+ # previous version of an application revision when a deployment is not
196
+ # completed successfully.
197
197
  #
198
198
  # @note When making an API call, you may pass AutoRollbackConfiguration
199
199
  # data as a hash:
@@ -296,7 +296,8 @@ module Aws::CodeDeploy
296
296
  # @return [String]
297
297
  #
298
298
  # @!attribute [rw] error_message
299
- # Information about errors that may have occurred during the API call.
299
+ # Information about errors that might have occurred during the API
300
+ # call.
300
301
  # @return [String]
301
302
  #
302
303
  # @!attribute [rw] revisions
@@ -362,7 +363,7 @@ module Aws::CodeDeploy
362
363
  # @return [String]
363
364
  #
364
365
  # @!attribute [rw] deployment_group_names
365
- # The deployment groups' names.
366
+ # The names of the deployment groups.
366
367
  # @return [Array<String>]
367
368
  #
368
369
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentGroupsInput AWS API Documentation
@@ -380,7 +381,8 @@ module Aws::CodeDeploy
380
381
  # @return [Array<Types::DeploymentGroupInfo>]
381
382
  #
382
383
  # @!attribute [rw] error_message
383
- # Information about errors that may have occurred during the API call.
384
+ # Information about errors that might have occurred during the API
385
+ # call.
384
386
  # @return [String]
385
387
  #
386
388
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentGroupsOutput AWS API Documentation
@@ -406,7 +408,7 @@ module Aws::CodeDeploy
406
408
  # @return [String]
407
409
  #
408
410
  # @!attribute [rw] instance_ids
409
- # The unique IDs of instances of the deployment.
411
+ # The unique IDs of instances used in the deployment.
410
412
  # @return [Array<String>]
411
413
  #
412
414
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentInstancesInput AWS API Documentation
@@ -424,7 +426,8 @@ module Aws::CodeDeploy
424
426
  # @return [Array<Types::InstanceSummary>]
425
427
  #
426
428
  # @!attribute [rw] error_message
427
- # Information about errors that may have occurred during the API call.
429
+ # Information about errors that might have occurred during the API
430
+ # call.
428
431
  # @return [String]
429
432
  #
430
433
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentInstancesOutput AWS API Documentation
@@ -452,12 +455,12 @@ module Aws::CodeDeploy
452
455
  # the deployment determines the type of the targets and their formats.
453
456
  #
454
457
  # * For deployments that use the EC2/On-premises compute platform, the
455
- # target IDs are EC2 or on-premises instances IDs and their target
458
+ # target IDs are EC2 or on-premises instances IDs, and their target
456
459
  # type is `instanceTarget`.
457
460
  #
458
461
  # * For deployments that use the AWS Lambda compute platform, the
459
- # target IDs are the names of Lambda functions and their target type
460
- # is `instanceTarget`.
462
+ # target IDs are the names of Lambda functions, and their target
463
+ # type is `instanceTarget`.
461
464
  #
462
465
  # * For deployments that use the Amazon ECS compute platform, the
463
466
  # target IDs are pairs of Amazon ECS clusters and services specified
@@ -479,13 +482,13 @@ module Aws::CodeDeploy
479
482
  # events. The type of the target objects depends on the deployment'
480
483
  # compute platform.
481
484
  #
482
- # * **EC2/On-premises** - Each target object is an EC2 or on-premises
485
+ # * **EC2/On-premises**\: Each target object is an EC2 or on-premises
483
486
  # instance.
484
487
  #
485
- # * **AWS Lambda** - The target object is a specific version of an AWS
488
+ # * **AWS Lambda**\: The target object is a specific version of an AWS
486
489
  # Lambda function.
487
490
  #
488
- # * **Amazon ECS** - The target object is an Amazon ECS service.
491
+ # * **Amazon ECS**\: The target object is an Amazon ECS service.
489
492
  # @return [Array<Types::DeploymentTarget>]
490
493
  #
491
494
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentTargetsOutput AWS API Documentation
@@ -764,7 +767,7 @@ module Aws::CodeDeploy
764
767
  # @return [Types::MinimumHealthyHosts]
765
768
  #
766
769
  # @!attribute [rw] traffic_routing_config
767
- # The configuration that specifies how the deployment traffic will be
770
+ # The configuration that specifies how the deployment traffic is
768
771
  # routed.
769
772
  # @return [Types::TrafficRoutingConfig]
770
773
  #
@@ -916,8 +919,8 @@ module Aws::CodeDeploy
916
919
  # }
917
920
  #
918
921
  # @!attribute [rw] application_name
919
- # The name of an AWS CodeDeploy application associated with the
920
- # applicable IAM user or AWS account.
922
+ # The name of an AWS CodeDeploy application associated with the IAM
923
+ # user or AWS account.
921
924
  # @return [String]
922
925
  #
923
926
  # @!attribute [rw] deployment_group_name
@@ -932,7 +935,7 @@ module Aws::CodeDeploy
932
935
  #
933
936
  # CodeDeployDefault.OneAtATime is the default deployment
934
937
  # configuration. It is used if a configuration isn't specified for
935
- # the deployment or the deployment group.
938
+ # the deployment or deployment group.
936
939
  #
937
940
  # For more information about the predefined deployment configurations
938
941
  # in AWS CodeDeploy, see [Working with Deployment Groups in AWS
@@ -944,19 +947,19 @@ module Aws::CodeDeploy
944
947
  # @return [String]
945
948
  #
946
949
  # @!attribute [rw] ec2_tag_filters
947
- # The Amazon EC2 tags on which to filter. The deployment group will
948
- # include EC2 instances with any of the specified tags. Cannot be used
949
- # in the same call as ec2TagSet.
950
+ # The Amazon EC2 tags on which to filter. The deployment group
951
+ # includes EC2 instances with any of the specified tags. Cannot be
952
+ # used in the same call as ec2TagSet.
950
953
  # @return [Array<Types::EC2TagFilter>]
951
954
  #
952
955
  # @!attribute [rw] on_premises_instance_tag_filters
953
956
  # The on-premises instance tags on which to filter. The deployment
954
- # group will include on-premises instances with any of the specified
955
- # tags. Cannot be used in the same call as OnPremisesTagSet.
957
+ # group includes on-premises instances with any of the specified tags.
958
+ # Cannot be used in the same call as OnPremisesTagSet.
956
959
  # @return [Array<Types::TagFilter>]
957
960
  #
958
961
  # @!attribute [rw] auto_scaling_groups
959
- # A list of associated Auto Scaling groups.
962
+ # A list of associated Amazon EC2 Auto Scaling groups.
960
963
  # @return [Array<String>]
961
964
  #
962
965
  # @!attribute [rw] service_role_arn
@@ -1001,21 +1004,22 @@ module Aws::CodeDeploy
1001
1004
  #
1002
1005
  # @!attribute [rw] ec2_tag_set
1003
1006
  # Information about groups of tags applied to EC2 instances. The
1004
- # deployment group will include only EC2 instances identified by all
1005
- # the tag groups. Cannot be used in the same call as ec2TagFilters.
1007
+ # deployment group includes only EC2 instances identified by all the
1008
+ # tag groups. Cannot be used in the same call as ec2TagFilters.
1006
1009
  # @return [Types::EC2TagSet]
1007
1010
  #
1008
1011
  # @!attribute [rw] ecs_services
1009
- # The target ECS services in the deployment group. This only applies
1010
- # to deployment groups that use the Amazon ECS compute platform. A
1011
- # target ECS service is specified as an Amazon ECS cluster and service
1012
- # name pair using the format `<clustername>:<servicename>`.
1012
+ # The target Amazon ECS services in the deployment group. This applies
1013
+ # only to deployment groups that use the Amazon ECS compute platform.
1014
+ # A target Amazon ECS service is specified as an Amazon ECS cluster
1015
+ # and service name pair using the format
1016
+ # `<clustername>:<servicename>`.
1013
1017
  # @return [Array<Types::ECSService>]
1014
1018
  #
1015
1019
  # @!attribute [rw] on_premises_tag_set
1016
1020
  # Information about groups of tags applied to on-premises instances.
1017
- # The deployment group will include only on-premises instances
1018
- # identified by all the tag groups. Cannot be used in the same call as
1021
+ # The deployment group includes only on-premises instances identified
1022
+ # by all of the tag groups. Cannot be used in the same call as
1019
1023
  # onPremisesInstanceTagFilters.
1020
1024
  # @return [Types::OnPremisesTagSet]
1021
1025
  #
@@ -1117,8 +1121,8 @@ module Aws::CodeDeploy
1117
1121
  # }
1118
1122
  #
1119
1123
  # @!attribute [rw] application_name
1120
- # The name of an AWS CodeDeploy application associated with the
1121
- # applicable IAM user or AWS account.
1124
+ # The name of an AWS CodeDeploy application associated with the IAM
1125
+ # user or AWS account.
1122
1126
  # @return [String]
1123
1127
  #
1124
1128
  # @!attribute [rw] deployment_group_name
@@ -1130,13 +1134,13 @@ module Aws::CodeDeploy
1130
1134
  # @return [Types::RevisionLocation]
1131
1135
  #
1132
1136
  # @!attribute [rw] deployment_config_name
1133
- # The name of a deployment configuration associated with the
1134
- # applicable IAM user or AWS account.
1137
+ # The name of a deployment configuration associated with the IAM user
1138
+ # or AWS account.
1135
1139
  #
1136
- # If not specified, the value configured in the deployment group will
1137
- # be used as the default. If the deployment group does not have a
1138
- # deployment configuration associated with it, then
1139
- # CodeDeployDefault.OneAtATime will be used by default.
1140
+ # If not specified, the value configured in the deployment group is
1141
+ # used as the default. If the deployment group does not have a
1142
+ # deployment configuration associated with it,
1143
+ # CodeDeployDefault.OneAtATime is used by default.
1140
1144
  # @return [String]
1141
1145
  #
1142
1146
  # @!attribute [rw] description
@@ -1146,18 +1150,17 @@ module Aws::CodeDeploy
1146
1150
  # @!attribute [rw] ignore_application_stop_failures
1147
1151
  # If set to true, then if the deployment causes the ApplicationStop
1148
1152
  # deployment lifecycle event to an instance to fail, the deployment to
1149
- # that instance will not be considered to have failed at that point
1150
- # and will continue on to the BeforeInstall deployment lifecycle
1151
- # event.
1153
+ # that instance is considered to have failed at that point and
1154
+ # continues on to the BeforeInstall deployment lifecycle event.
1152
1155
  #
1153
1156
  # If set to false or not specified, then if the deployment causes the
1154
1157
  # ApplicationStop deployment lifecycle event to fail to an instance,
1155
- # the deployment to that instance will stop, and the deployment to
1156
- # that instance will be considered to have failed.
1158
+ # the deployment to that instance stops, and the deployment to that
1159
+ # instance is considered to have failed.
1157
1160
  # @return [Boolean]
1158
1161
  #
1159
1162
  # @!attribute [rw] target_instances
1160
- # Information about the instances that will belong to the replacement
1163
+ # Information about the instances that belong to the replacement
1161
1164
  # environment in a blue/green deployment.
1162
1165
  # @return [Types::TargetInstances]
1163
1166
  #
@@ -1228,8 +1231,8 @@ module Aws::CodeDeploy
1228
1231
  # }
1229
1232
  #
1230
1233
  # @!attribute [rw] application_name
1231
- # The name of an AWS CodeDeploy application associated with the
1232
- # applicable IAM user or AWS account.
1234
+ # The name of an AWS CodeDeploy application associated with the IAM
1235
+ # user or AWS account.
1233
1236
  # @return [String]
1234
1237
  #
1235
1238
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeleteApplicationInput AWS API Documentation
@@ -1249,8 +1252,8 @@ module Aws::CodeDeploy
1249
1252
  # }
1250
1253
  #
1251
1254
  # @!attribute [rw] deployment_config_name
1252
- # The name of a deployment configuration associated with the
1253
- # applicable IAM user or AWS account.
1255
+ # The name of a deployment configuration associated with the IAM user
1256
+ # or AWS account.
1254
1257
  # @return [String]
1255
1258
  #
1256
1259
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeleteDeploymentConfigInput AWS API Documentation
@@ -1271,13 +1274,12 @@ module Aws::CodeDeploy
1271
1274
  # }
1272
1275
  #
1273
1276
  # @!attribute [rw] application_name
1274
- # The name of an AWS CodeDeploy application associated with the
1275
- # applicable IAM user or AWS account.
1277
+ # The name of an AWS CodeDeploy application associated with the IAM
1278
+ # user or AWS account.
1276
1279
  # @return [String]
1277
1280
  #
1278
1281
  # @!attribute [rw] deployment_group_name
1279
- # The name of an existing deployment group for the specified
1280
- # application.
1282
+ # The name of a deployment group for the specified application.
1281
1283
  # @return [String]
1282
1284
  #
1283
1285
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeleteDeploymentGroupInput AWS API Documentation
@@ -1365,7 +1367,7 @@ module Aws::CodeDeploy
1365
1367
  # @return [String]
1366
1368
  #
1367
1369
  # @!attribute [rw] traffic_routing_config
1368
- # The configuration specifying how the deployment traffic will be
1370
+ # The configuration that specifies how the deployment traffic is
1369
1371
  # routed. Only deployments with a Lambda compute platform can specify
1370
1372
  # this.
1371
1373
  # @return [Types::TrafficRoutingConfig]
@@ -1463,8 +1465,8 @@ module Aws::CodeDeploy
1463
1465
  #
1464
1466
  # @!attribute [rw] ec2_tag_set
1465
1467
  # Information about groups of tags applied to an EC2 instance. The
1466
- # deployment group includes only EC2 instances identified by all the
1467
- # tag groups. Cannot be used in the same call as ec2TagFilters.
1468
+ # deployment group includes only EC2 instances identified by all of
1469
+ # the tag groups. Cannot be used in the same call as ec2TagFilters.
1468
1470
  # @return [Types::EC2TagSet]
1469
1471
  #
1470
1472
  # @!attribute [rw] on_premises_tag_set
@@ -1480,10 +1482,11 @@ module Aws::CodeDeploy
1480
1482
  # @return [String]
1481
1483
  #
1482
1484
  # @!attribute [rw] ecs_services
1483
- # The target ECS services in the deployment group. This only applies
1484
- # to deployment groups that use the Amazon ECS compute platform. A
1485
- # target ECS service is specified as an Amazon ECS cluster and service
1486
- # name pair using the format `<clustername>:<servicename>`.
1485
+ # The target Amazon ECS services in the deployment group. This applies
1486
+ # only to deployment groups that use the Amazon ECS compute platform.
1487
+ # A target Amazon ECS service is specified as an Amazon ECS cluster
1488
+ # and service name pair using the format
1489
+ # `<clustername>:<servicename>`.
1487
1490
  # @return [Array<Types::ECSService>]
1488
1491
  #
1489
1492
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentGroupInfo AWS API Documentation
@@ -1550,21 +1553,21 @@ module Aws::CodeDeploy
1550
1553
  # @return [Types::ErrorInformation]
1551
1554
  #
1552
1555
  # @!attribute [rw] create_time
1553
- # A timestamp indicating when the deployment was created.
1556
+ # A timestamp that indicates when the deployment was created.
1554
1557
  # @return [Time]
1555
1558
  #
1556
1559
  # @!attribute [rw] start_time
1557
- # A timestamp indicating when the deployment was deployed to the
1560
+ # A timestamp that indicates when the deployment was deployed to the
1558
1561
  # deployment group.
1559
1562
  #
1560
- # In some cases, the reported value of the start time may be later
1563
+ # In some cases, the reported value of the start time might be later
1561
1564
  # than the complete time. This is due to differences in the clock
1562
- # settings of back-end servers that participate in the deployment
1565
+ # settings of backend servers that participate in the deployment
1563
1566
  # process.
1564
1567
  # @return [Time]
1565
1568
  #
1566
1569
  # @!attribute [rw] complete_time
1567
- # A timestamp indicating when the deployment was complete.
1570
+ # A timestamp that indicates when the deployment was complete.
1568
1571
  # @return [Time]
1569
1572
  #
1570
1573
  # @!attribute [rw] deployment_overview
@@ -1581,7 +1584,7 @@ module Aws::CodeDeploy
1581
1584
  #
1582
1585
  # * user: A user created the deployment.
1583
1586
  #
1584
- # * autoscaling: Auto Scaling created the deployment.
1587
+ # * autoscaling: Amazon EC2 Auto Scaling created the deployment.
1585
1588
  #
1586
1589
  # * codeDeployRollback: A rollback process created the deployment.
1587
1590
  # @return [String]
@@ -1589,14 +1592,13 @@ module Aws::CodeDeploy
1589
1592
  # @!attribute [rw] ignore_application_stop_failures
1590
1593
  # If true, then if the deployment causes the ApplicationStop
1591
1594
  # deployment lifecycle event to an instance to fail, the deployment to
1592
- # that instance will not be considered to have failed at that point
1593
- # and will continue on to the BeforeInstall deployment lifecycle
1594
- # event.
1595
+ # that instance is not considered to have failed at that point and
1596
+ # continues on to the BeforeInstall deployment lifecycle event.
1595
1597
  #
1596
1598
  # If false or not specified, then if the deployment causes the
1597
1599
  # ApplicationStop deployment lifecycle event to an instance to fail,
1598
- # the deployment to that instance will stop, and the deployment to
1599
- # that instance will be considered to have failed.
1600
+ # the deployment to that instance stops, and the deployment to that
1601
+ # instance is considered to have failed.
1600
1602
  # @return [Boolean]
1601
1603
  #
1602
1604
  # @!attribute [rw] auto_rollback_configuration
@@ -1627,7 +1629,7 @@ module Aws::CodeDeploy
1627
1629
  # @!attribute [rw] instance_termination_wait_time_started
1628
1630
  # Indicates whether the wait period set for the termination of
1629
1631
  # instances in the original environment has started. Status is
1630
- # 'false' if the KEEP\_ALIVE option is specified; otherwise,
1632
+ # 'false' if the KEEP\_ALIVE option is specified. Otherwise,
1631
1633
  # 'true' as soon as the termination wait period starts.
1632
1634
  # @return [Boolean]
1633
1635
  #
@@ -1772,8 +1774,9 @@ module Aws::CodeDeploy
1772
1774
  #
1773
1775
  # @!attribute [rw] wait_time_in_minutes
1774
1776
  # The number of minutes to wait before the status of a blue/green
1775
- # deployment changed to Stopped if rerouting is not started manually.
1776
- # Applies only to the STOP\_DEPLOYMENT option for actionOnTimeout
1777
+ # deployment is changed to Stopped if rerouting is not started
1778
+ # manually. Applies only to the STOP\_DEPLOYMENT option for
1779
+ # actionOnTimeout
1777
1780
  # @return [Integer]
1778
1781
  #
1779
1782
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentReadyOption AWS API Documentation
@@ -1817,7 +1820,7 @@ module Aws::CodeDeploy
1817
1820
  # Information about the deployment target.
1818
1821
  #
1819
1822
  # @!attribute [rw] deployment_target_type
1820
- # The deployment type which is specific to the deployment's compute
1823
+ # The deployment type that is specific to the deployment's compute
1821
1824
  # platform.
1822
1825
  # @return [String]
1823
1826
  #
@@ -1970,9 +1973,9 @@ module Aws::CodeDeploy
1970
1973
  # }
1971
1974
  #
1972
1975
  # @!attribute [rw] ec2_tag_set_list
1973
- # A list containing other lists of EC2 instance tag groups. In order
1974
- # for an instance to be included in the deployment group, it must be
1975
- # identified by all the tag groups in the list.
1976
+ # A list that contains other lists of EC2 instance tag groups. For an
1977
+ # instance to be included in the deployment group, it must be
1978
+ # identified by all of the tag groups in the list.
1976
1979
  # @return [Array<Array<Types::EC2TagFilter>>]
1977
1980
  #
1978
1981
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/EC2TagSet AWS API Documentation
@@ -1994,11 +1997,12 @@ module Aws::CodeDeploy
1994
1997
  # }
1995
1998
  #
1996
1999
  # @!attribute [rw] service_name
1997
- # The name of the target ECS service.
2000
+ # The name of the target Amazon ECS service.
1998
2001
  # @return [String]
1999
2002
  #
2000
2003
  # @!attribute [rw] cluster_name
2001
- # The name of the cluster that the ECS service is associated with.
2004
+ # The name of the cluster that the Amazon ECS service is associated
2005
+ # with.
2002
2006
  # @return [String]
2003
2007
  #
2004
2008
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ECSService AWS API Documentation
@@ -2054,12 +2058,12 @@ module Aws::CodeDeploy
2054
2058
  include Aws::Structure
2055
2059
  end
2056
2060
 
2057
- # A set of Amazon ECS tasks. A task set runs a specified number of
2058
- # instances of a task definition simultaneously inside an Amazon ECS
2059
- # service. Information about a set of Amazon ECS tasks in an AWS
2060
- # CodeDeploy deployment. An Amazon ECS task set includes details such as
2061
- # the desired number of tasks, how many tasks are running, and whether
2062
- # the task set serves production traffic or not.
2061
+ # Information about a set of Amazon ECS tasks in an AWS CodeDeploy
2062
+ # deployment. An Amazon ECS task set includes details such as the
2063
+ # desired number of tasks, how many tasks are running, and whether the
2064
+ # task set serves production traffic. An AWS CodeDeploy application that
2065
+ # uses the Amazon ECS compute platform deploys a containerized
2066
+ # application in an Amazon ECS service as a task set.
2063
2067
  #
2064
2068
  # @!attribute [rw] identifer
2065
2069
  # A unique ID of an `ECSTaskSet`.
@@ -2067,10 +2071,10 @@ module Aws::CodeDeploy
2067
2071
  #
2068
2072
  # @!attribute [rw] desired_count
2069
2073
  # The number of tasks in a task set. During a deployment that uses the
2070
- # Amazon ECS compute type, CodeDeploy asks Amazon ECS to create a new
2071
- # task set and uses this value to determine how many tasks to create.
2072
- # After the updated task set is created, CodeDeploy shifts traffic to
2073
- # the new task set.
2074
+ # Amazon ECS compute type, CodeDeploy instructs Amazon ECS to create a
2075
+ # new task set and uses this value to determine how many tasks to
2076
+ # create. After the updated task set is created, CodeDeploy shifts
2077
+ # traffic to the new task set.
2074
2078
  # @return [Integer]
2075
2079
  #
2076
2080
  # @!attribute [rw] pending_count
@@ -2090,12 +2094,12 @@ module Aws::CodeDeploy
2090
2094
  # @!attribute [rw] status
2091
2095
  # The status of the task set. There are three valid task set statuses:
2092
2096
  #
2093
- # * `PRIMARY` - indicates the task set is serving production traffic.
2097
+ # * `PRIMARY`\: Indicates the task set is serving production traffic.
2094
2098
  #
2095
- # * `ACTIVE` - indicates the task set is not serving production
2099
+ # * `ACTIVE`\: Indicates the task set is not serving production
2096
2100
  # traffic.
2097
2101
  #
2098
- # * `DRAINING` - indicates the tasks in the task set are being stopped
2102
+ # * `DRAINING`\: Indicates the tasks in the task set are being stopped
2099
2103
  # and their corresponding targets are being deregistered from their
2100
2104
  # target group.
2101
2105
  # @return [String]
@@ -2140,12 +2144,12 @@ module Aws::CodeDeploy
2140
2144
  # }
2141
2145
  #
2142
2146
  # @!attribute [rw] name
2143
- # For blue/green deployments, the name of the load balancer that will
2144
- # be used to route traffic from original instances to replacement
2147
+ # For blue/green deployments, the name of the load balancer that is
2148
+ # used to route traffic from original instances to replacement
2145
2149
  # instances in a blue/green deployment. For in-place deployments, the
2146
2150
  # name of the load balancer that instances are deregistered from so
2147
2151
  # they are not serving traffic during a deployment, and then
2148
- # re-registered with after the deployment completes.
2152
+ # re-registered with after the deployment is complete.
2149
2153
  # @return [String]
2150
2154
  #
2151
2155
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ELBInfo AWS API Documentation
@@ -2158,18 +2162,18 @@ module Aws::CodeDeploy
2158
2162
  # Information about a deployment error.
2159
2163
  #
2160
2164
  # @!attribute [rw] code
2161
- # For information about additional error codes, see [Error Codes for
2162
- # AWS CodeDeploy][1] in the [AWS CodeDeploy User Guide][2].
2165
+ # For more information, see [Error Codes for AWS CodeDeploy][1] in the
2166
+ # [AWS CodeDeploy User Guide][2].
2163
2167
  #
2164
2168
  # The error code:
2165
2169
  #
2166
2170
  # * APPLICATION\_MISSING: The application was missing. This error code
2167
- # will most likely be raised if the application is deleted after the
2168
- # deployment is created but before it is started.
2171
+ # is most likely raised if the application is deleted after the
2172
+ # deployment is created, but before it is started.
2169
2173
  #
2170
2174
  # * DEPLOYMENT\_GROUP\_MISSING: The deployment group was missing. This
2171
- # error code will most likely be raised if the deployment group is
2172
- # deleted after the deployment is created but before it is started.
2175
+ # error code is most likely raised if the deployment group is
2176
+ # deleted after the deployment is created, but before it is started.
2173
2177
  #
2174
2178
  # * HEALTH\_CONSTRAINTS: The deployment failed on too many instances
2175
2179
  # to be successfully deployed within the instance health constraints
@@ -2186,21 +2190,22 @@ module Aws::CodeDeploy
2186
2190
  # * INTERNAL\_ERROR: There was an internal error.
2187
2191
  #
2188
2192
  # * NO\_EC2\_SUBSCRIPTION: The calling account is not subscribed to
2189
- # the Amazon EC2 service.
2193
+ # Amazon EC2.
2190
2194
  #
2191
- # * NO\_INSTANCES: No instance were specified, or no instance can be
2195
+ # * NO\_INSTANCES: No instances were specified, or no instances can be
2192
2196
  # found.
2193
2197
  #
2194
- # * OVER\_MAX\_INSTANCES: The maximum number of instance was exceeded.
2198
+ # * OVER\_MAX\_INSTANCES: The maximum number of instances was
2199
+ # exceeded.
2195
2200
  #
2196
2201
  # * THROTTLED: The operation was throttled because the calling account
2197
2202
  # exceeded the throttling limits of one or more AWS services.
2198
2203
  #
2199
2204
  # * TIMEOUT: The deployment has timed out.
2200
2205
  #
2201
- # * REVISION\_MISSING: The revision ID was missing. This error code
2202
- # will most likely be raised if the revision is deleted after the
2203
- # deployment is created but before it is started.
2206
+ # * REVISION\_MISSING: The revision ID was missing. This error code is
2207
+ # most likely raised if the revision is deleted after the deployment
2208
+ # is created, but before it is started.
2204
2209
  #
2205
2210
  #
2206
2211
  #
@@ -2263,8 +2268,8 @@ module Aws::CodeDeploy
2263
2268
  # }
2264
2269
  #
2265
2270
  # @!attribute [rw] application_name
2266
- # The name of an AWS CodeDeploy application associated with the
2267
- # applicable IAM user or AWS account.
2271
+ # The name of an AWS CodeDeploy application associated with the IAM
2272
+ # user or AWS account.
2268
2273
  # @return [String]
2269
2274
  #
2270
2275
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetApplicationInput AWS API Documentation
@@ -2369,8 +2374,8 @@ module Aws::CodeDeploy
2369
2374
  # }
2370
2375
  #
2371
2376
  # @!attribute [rw] deployment_config_name
2372
- # The name of a deployment configuration associated with the
2373
- # applicable IAM user or AWS account.
2377
+ # The name of a deployment configuration associated with the IAM user
2378
+ # or AWS account.
2374
2379
  # @return [String]
2375
2380
  #
2376
2381
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetDeploymentConfigInput AWS API Documentation
@@ -2404,13 +2409,12 @@ module Aws::CodeDeploy
2404
2409
  # }
2405
2410
  #
2406
2411
  # @!attribute [rw] application_name
2407
- # The name of an AWS CodeDeploy application associated with the
2408
- # applicable IAM user or AWS account.
2412
+ # The name of an AWS CodeDeploy application associated with the IAM
2413
+ # user or AWS account.
2409
2414
  # @return [String]
2410
2415
  #
2411
2416
  # @!attribute [rw] deployment_group_name
2412
- # The name of an existing deployment group for the specified
2413
- # application.
2417
+ # The name of a deployment group for the specified application.
2414
2418
  # @return [String]
2415
2419
  #
2416
2420
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetDeploymentGroupInput AWS API Documentation
@@ -2444,8 +2448,8 @@ module Aws::CodeDeploy
2444
2448
  # }
2445
2449
  #
2446
2450
  # @!attribute [rw] deployment_id
2447
- # The unique ID of a deployment associated with the applicable IAM
2448
- # user or AWS account.
2451
+ # The unique ID of a deployment associated with the IAM user or AWS
2452
+ # account.
2449
2453
  # @return [String]
2450
2454
  #
2451
2455
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetDeploymentInput AWS API Documentation
@@ -2533,7 +2537,7 @@ module Aws::CodeDeploy
2533
2537
 
2534
2538
  # @!attribute [rw] deployment_target
2535
2539
  # A deployment target that contains information about a deployment
2536
- # such as its status, lifecyle events, and when it was updated last.
2540
+ # such as its status, lifecyle events, and when it was last updated.
2537
2541
  # It also contains metadata about the deployment target. The
2538
2542
  # deployment target metadata depends on the deployment target's type
2539
2543
  # (`instanceTarget`, `lambdaTarget`, or `ecsTarget`).
@@ -2710,7 +2714,7 @@ module Aws::CodeDeploy
2710
2714
  # @return [String]
2711
2715
  #
2712
2716
  # @!attribute [rw] last_updated_at
2713
- # A timestamp indicating when the instance information was last
2717
+ # A timestamp that indicaties when the instance information was last
2714
2718
  # updated.
2715
2719
  # @return [Time]
2716
2720
  #
@@ -2840,12 +2844,12 @@ module Aws::CodeDeploy
2840
2844
  # @return [String]
2841
2845
  #
2842
2846
  # @!attribute [rw] end_time
2843
- # A timestamp indicating when the most recent deployment to the
2844
- # deployment group completed.
2847
+ # A timestamp that indicates when the most recent deployment to the
2848
+ # deployment group was complete.
2845
2849
  # @return [Time]
2846
2850
  #
2847
2851
  # @!attribute [rw] create_time
2848
- # A timestamp indicating when the most recent deployment to the
2852
+ # A timestamp that indicates when the most recent deployment to the
2849
2853
  # deployment group started.
2850
2854
  # @return [Time]
2851
2855
  #
@@ -2871,11 +2875,13 @@ module Aws::CodeDeploy
2871
2875
  # @return [Types::Diagnostics]
2872
2876
  #
2873
2877
  # @!attribute [rw] start_time
2874
- # A timestamp indicating when the deployment lifecycle event started.
2878
+ # A timestamp that indicates when the deployment lifecycle event
2879
+ # started.
2875
2880
  # @return [Time]
2876
2881
  #
2877
2882
  # @!attribute [rw] end_time
2878
- # A timestamp indicating when the deployment lifecycle event ended.
2883
+ # A timestamp that indicates when the deployment lifecycle event
2884
+ # ended.
2879
2885
  # @return [Time]
2880
2886
  #
2881
2887
  # @!attribute [rw] status
@@ -2921,8 +2927,8 @@ module Aws::CodeDeploy
2921
2927
  # }
2922
2928
  #
2923
2929
  # @!attribute [rw] application_name
2924
- # The name of an AWS CodeDeploy application associated with the
2925
- # applicable IAM user or AWS account.
2930
+ # The name of an AWS CodeDeploy application associated with the IAM
2931
+ # user or AWS account.
2926
2932
  # @return [String]
2927
2933
  #
2928
2934
  # @!attribute [rw] sort_by
@@ -2937,7 +2943,7 @@ module Aws::CodeDeploy
2937
2943
  # * lastUsedTime: Sort by the time the revisions were last used in a
2938
2944
  # deployment.
2939
2945
  #
2940
- # If not specified or set to null, the results will be returned in an
2946
+ # If not specified or set to null, the results are returned in an
2941
2947
  # arbitrary order.
2942
2948
  # @return [String]
2943
2949
  #
@@ -2948,9 +2954,9 @@ module Aws::CodeDeploy
2948
2954
  #
2949
2955
  # * descending: descending order.
2950
2956
  #
2951
- # If not specified, the results will be sorted in ascending order.
2957
+ # If not specified, the results are sorted in ascending order.
2952
2958
  #
2953
- # If set to null, the results will be sorted in an arbitrary order.
2959
+ # If set to null, the results are sorted in an arbitrary order.
2954
2960
  # @return [String]
2955
2961
  #
2956
2962
  # @!attribute [rw] s3_bucket
@@ -3003,10 +3009,9 @@ module Aws::CodeDeploy
3003
3009
  # @return [Array<Types::RevisionLocation>]
3004
3010
  #
3005
3011
  # @!attribute [rw] next_token
3006
- # If a large amount of information is returned, an identifier will
3007
- # also be returned. It can be used in a subsequent list application
3008
- # revisions call to return the next set of application revisions in
3009
- # the list.
3012
+ # If a large amount of information is returned, an identifier is also
3013
+ # returned. It can be used in a subsequent list application revisions
3014
+ # call to return the next set of application revisions in the list.
3010
3015
  # @return [String]
3011
3016
  #
3012
3017
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListApplicationRevisionsOutput AWS API Documentation
@@ -3047,8 +3052,7 @@ module Aws::CodeDeploy
3047
3052
  # @!attribute [rw] next_token
3048
3053
  # If a large amount of information is returned, an identifier is also
3049
3054
  # returned. It can be used in a subsequent list applications call to
3050
- # return the next set of applications, will also be returned. in the
3051
- # list.
3055
+ # return the next set of applications in the list.
3052
3056
  # @return [String]
3053
3057
  #
3054
3058
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListApplicationsOutput AWS API Documentation
@@ -3114,8 +3118,8 @@ module Aws::CodeDeploy
3114
3118
  # }
3115
3119
  #
3116
3120
  # @!attribute [rw] application_name
3117
- # The name of an AWS CodeDeploy application associated with the
3118
- # applicable IAM user or AWS account.
3121
+ # The name of an AWS CodeDeploy application associated with the IAM
3122
+ # user or AWS account.
3119
3123
  # @return [String]
3120
3124
  #
3121
3125
  # @!attribute [rw] next_token
@@ -3139,7 +3143,7 @@ module Aws::CodeDeploy
3139
3143
  # @return [String]
3140
3144
  #
3141
3145
  # @!attribute [rw] deployment_groups
3142
- # A list of corresponding deployment group names.
3146
+ # A list of deployment group names.
3143
3147
  # @return [Array<String>]
3144
3148
  #
3145
3149
  # @!attribute [rw] next_token
@@ -3182,18 +3186,18 @@ module Aws::CodeDeploy
3182
3186
  # @!attribute [rw] instance_status_filter
3183
3187
  # A subset of instances to list by status:
3184
3188
  #
3185
- # * Pending: Include those instance with pending deployments.
3189
+ # * Pending: Include those instances with pending deployments.
3186
3190
  #
3187
- # * InProgress: Include those instance where deployments are still in
3191
+ # * InProgress: Include those instances where deployments are still in
3188
3192
  # progress.
3189
3193
  #
3190
3194
  # * Succeeded: Include those instances with successful deployments.
3191
3195
  #
3192
- # * Failed: Include those instance with failed deployments.
3196
+ # * Failed: Include those instances with failed deployments.
3193
3197
  #
3194
- # * Skipped: Include those instance with skipped deployments.
3198
+ # * Skipped: Include those instances with skipped deployments.
3195
3199
  #
3196
- # * Unknown: Include those instance with deployments in an unknown
3200
+ # * Unknown: Include those instances with deployments in an unknown
3197
3201
  # state.
3198
3202
  # @return [Array<String>]
3199
3203
  #
@@ -3273,8 +3277,8 @@ module Aws::CodeDeploy
3273
3277
  # @return [Array<String>]
3274
3278
  #
3275
3279
  # @!attribute [rw] next_token
3276
- # If a large amount of information is returned, a token identifier
3277
- # will also be returned. It can be used in a subsequent
3280
+ # If a large amount of information is returned, a token identifier is
3281
+ # also returned. It can be used in a subsequent
3278
3282
  # `ListDeploymentTargets` call to return the next set of deployment
3279
3283
  # targets in the list.
3280
3284
  # @return [String]
@@ -3304,13 +3308,12 @@ module Aws::CodeDeploy
3304
3308
  # }
3305
3309
  #
3306
3310
  # @!attribute [rw] application_name
3307
- # The name of an AWS CodeDeploy application associated with the
3308
- # applicable IAM user or AWS account.
3311
+ # The name of an AWS CodeDeploy application associated with the IAM
3312
+ # user or AWS account.
3309
3313
  # @return [String]
3310
3314
  #
3311
3315
  # @!attribute [rw] deployment_group_name
3312
- # The name of an existing deployment group for the specified
3313
- # application.
3316
+ # The name of a deployment group for the specified application.
3314
3317
  # @return [String]
3315
3318
  #
3316
3319
  # @!attribute [rw] include_only_statuses
@@ -3440,8 +3443,8 @@ module Aws::CodeDeploy
3440
3443
  # @return [String]
3441
3444
  #
3442
3445
  # @!attribute [rw] tag_filters
3443
- # The on-premises instance tags that will be used to restrict the
3444
- # corresponding on-premises instance names returned.
3446
+ # The on-premises instance tags that are used to restrict the
3447
+ # on-premises instance names returned.
3445
3448
  # @return [Array<Types::TagFilter>]
3446
3449
  #
3447
3450
  # @!attribute [rw] next_token
@@ -3459,7 +3462,7 @@ module Aws::CodeDeploy
3459
3462
  include Aws::Structure
3460
3463
  end
3461
3464
 
3462
- # Represents the output of list on-premises instances operation.
3465
+ # Represents the output of the list on-premises instances operation.
3463
3466
  #
3464
3467
  # @!attribute [rw] instance_names
3465
3468
  # The list of matching on-premises instance names.
@@ -3514,8 +3517,8 @@ module Aws::CodeDeploy
3514
3517
  # }
3515
3518
  #
3516
3519
  # @!attribute [rw] elb_info_list
3517
- # An array containing information about the load balancer to use for
3518
- # load balancing in a deployment. In Elastic Load Balancing, load
3520
+ # An array that contains information about the load balancer to use
3521
+ # for load balancing in a deployment. In Elastic Load Balancing, load
3519
3522
  # balancers are used with Classic Load Balancers.
3520
3523
  #
3521
3524
  # <note markdown="1"> Adding more than one load balancer to the array is not supported.
@@ -3524,7 +3527,7 @@ module Aws::CodeDeploy
3524
3527
  # @return [Array<Types::ELBInfo>]
3525
3528
  #
3526
3529
  # @!attribute [rw] target_group_info_list
3527
- # An array containing information about the target group to use for
3530
+ # An array that contains information about the target group to use for
3528
3531
  # load balancing in a deployment. In Elastic Load Balancing, target
3529
3532
  # groups are used with Application Load Balancers.
3530
3533
  #
@@ -3572,23 +3575,23 @@ module Aws::CodeDeploy
3572
3575
  #
3573
3576
  # In an example of nine instance, if a HOST\_COUNT of six is
3574
3577
  # specified, deploy to up to three instances at a time. The deployment
3575
- # will be successful if six or more instances are deployed to
3576
- # successfully; otherwise, the deployment fails. If a FLEET\_PERCENT
3577
- # of 40 is specified, deploy to up to five instance at a time. The
3578
- # deployment will be successful if four or more instance are deployed
3579
- # to successfully; otherwise, the deployment fails.
3578
+ # is successful if six or more instances are deployed to successfully.
3579
+ # Otherwise, the deployment fails. If a FLEET\_PERCENT of 40 is
3580
+ # specified, deploy to up to five instance at a time. The deployment
3581
+ # is successful if four or more instance are deployed to successfully.
3582
+ # Otherwise, the deployment fails.
3580
3583
  #
3581
3584
  # <note markdown="1"> In a call to the get deployment configuration operation,
3582
- # CodeDeployDefault.OneAtATime will return a minimum healthy instance
3583
- # type of MOST\_CONCURRENCY and a value of 1. This means a deployment
3584
- # to only one instance at a time. (You cannot set the type to
3585
+ # CodeDeployDefault.OneAtATime returns a minimum healthy instance type
3586
+ # of MOST\_CONCURRENCY and a value of 1. This means a deployment to
3587
+ # only one instance at a time. (You cannot set the type to
3585
3588
  # MOST\_CONCURRENCY, only to HOST\_COUNT or FLEET\_PERCENT.) In
3586
- # addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try
3589
+ # addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy attempts
3587
3590
  # to ensure that all instances but one are kept in a healthy state
3588
3591
  # during the deployment. Although this allows one instance at a time
3589
3592
  # to be taken offline for a new deployment, it also means that if the
3590
- # deployment to the last instance fails, the overall deployment still
3591
- # succeeds.
3593
+ # deployment to the last instance fails, the overall deployment is
3594
+ # still successful.
3592
3595
  #
3593
3596
  # </note>
3594
3597
  #
@@ -3626,9 +3629,9 @@ module Aws::CodeDeploy
3626
3629
  # }
3627
3630
  #
3628
3631
  # @!attribute [rw] on_premises_tag_set_list
3629
- # A list containing other lists of on-premises instance tag groups. In
3630
- # order for an instance to be included in the deployment group, it
3631
- # must be identified by all the tag groups in the list.
3632
+ # A list that contains other lists of on-premises instance tag groups.
3633
+ # For an instance to be included in the deployment group, it must be
3634
+ # identified by all of the tag groups in the list.
3632
3635
  # @return [Array<Array<Types::TagFilter>>]
3633
3636
  #
3634
3637
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/OnPremisesTagSet AWS API Documentation
@@ -3747,8 +3750,8 @@ module Aws::CodeDeploy
3747
3750
  # }
3748
3751
  #
3749
3752
  # @!attribute [rw] application_name
3750
- # The name of an AWS CodeDeploy application associated with the
3751
- # applicable IAM user or AWS account.
3753
+ # The name of an AWS CodeDeploy application associated with the IAM
3754
+ # user or AWS account.
3752
3755
  # @return [String]
3753
3756
  #
3754
3757
  # @!attribute [rw] description
@@ -3886,10 +3889,10 @@ module Aws::CodeDeploy
3886
3889
  # * S3: An application revision stored in Amazon S3.
3887
3890
  #
3888
3891
  # * GitHub: An application revision stored in GitHub (EC2/On-premises
3889
- # deployments only)
3892
+ # deployments only).
3890
3893
  #
3891
3894
  # * String: A YAML-formatted or JSON-formatted string (AWS Lambda
3892
- # deployments only)
3895
+ # deployments only).
3893
3896
  # @return [String]
3894
3897
  #
3895
3898
  # @!attribute [rw] s3_location
@@ -3935,9 +3938,9 @@ module Aws::CodeDeploy
3935
3938
  # @return [String]
3936
3939
  #
3937
3940
  # @!attribute [rw] rollback_message
3938
- # Information describing the status of a deployment rollback; for
3941
+ # Information that describes the status of a deployment rollback (for
3939
3942
  # example, whether the deployment can't be rolled back, is in
3940
- # progress, failed, or succeeded.
3943
+ # progress, failed, or succeeded).
3941
3944
  # @return [String]
3942
3945
  #
3943
3946
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RollbackInfo AWS API Documentation
@@ -3988,7 +3991,7 @@ module Aws::CodeDeploy
3988
3991
  # A specific version of the Amazon S3 object that represents the
3989
3992
  # bundled artifacts for the application revision.
3990
3993
  #
3991
- # If the version is not specified, the system will use the most recent
3994
+ # If the version is not specified, the system uses the most recent
3992
3995
  # version by default.
3993
3996
  # @return [String]
3994
3997
  #
@@ -3997,7 +4000,7 @@ module Aws::CodeDeploy
3997
4000
  # artifacts for the application revision.
3998
4001
  #
3999
4002
  # If the ETag is not specified as an input parameter, ETag validation
4000
- # of the object will be skipped.
4003
+ # of the object is skipped.
4001
4004
  # @return [String]
4002
4005
  #
4003
4006
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/S3Location AWS API Documentation
@@ -4158,11 +4161,11 @@ module Aws::CodeDeploy
4158
4161
  # @!attribute [rw] name
4159
4162
  # For blue/green deployments, the name of the target group that
4160
4163
  # instances in the original environment are deregistered from, and
4161
- # instances in the replacement environment registered with. For
4164
+ # instances in the replacement environment are registered with. For
4162
4165
  # in-place deployments, the name of the target group that instances
4163
4166
  # are deregistered from, so they are not serving traffic during a
4164
- # deployment, and then re-registered with after the deployment
4165
- # completes.
4167
+ # deployment, and then re-registered with after the deployment is
4168
+ # complete.
4166
4169
  # @return [String]
4167
4170
  #
4168
4171
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TargetGroupInfo AWS API Documentation
@@ -4172,8 +4175,8 @@ module Aws::CodeDeploy
4172
4175
  include Aws::Structure
4173
4176
  end
4174
4177
 
4175
- # Information about two target groups and how traffic routes during an
4176
- # Amazon ECS deployment. An optional test traffic route can be
4178
+ # Information about two target groups and how traffic is routed during
4179
+ # an Amazon ECS deployment. An optional test traffic route can be
4177
4180
  # specified.
4178
4181
  #
4179
4182
  # @note When making an API call, you may pass TargetGroupPairInfo
@@ -4195,8 +4198,8 @@ module Aws::CodeDeploy
4195
4198
  #
4196
4199
  # @!attribute [rw] target_groups
4197
4200
  # One pair of target groups. One is associated with the original task
4198
- # set. The second target is associated with the task set that serves
4199
- # traffic after the deployment completes.
4201
+ # set. The second is associated with the task set that serves traffic
4202
+ # after the deployment is complete.
4200
4203
  # @return [Array<Types::TargetGroupInfo>]
4201
4204
  #
4202
4205
  # @!attribute [rw] prod_traffic_route
@@ -4206,8 +4209,8 @@ module Aws::CodeDeploy
4206
4209
  #
4207
4210
  # @!attribute [rw] test_traffic_route
4208
4211
  # An optional path used by a load balancer to route test traffic after
4209
- # an Amazon ECS deployment. Validation can happen while test traffic
4210
- # is served during a deployment.
4212
+ # an Amazon ECS deployment. Validation can occur while test traffic is
4213
+ # served during a deployment.
4211
4214
  # @return [Types::TrafficRoute]
4212
4215
  #
4213
4216
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TargetGroupPairInfo AWS API Documentation
@@ -4620,7 +4623,7 @@ module Aws::CodeDeploy
4620
4623
  # }
4621
4624
  #
4622
4625
  # @!attribute [rw] application_name
4623
- # The application name corresponding to the deployment group to
4626
+ # The application name that corresponds to the deployment group to
4624
4627
  # update.
4625
4628
  # @return [String]
4626
4629
  #
@@ -4697,21 +4700,22 @@ module Aws::CodeDeploy
4697
4700
  #
4698
4701
  # @!attribute [rw] ec2_tag_set
4699
4702
  # Information about groups of tags applied to on-premises instances.
4700
- # The deployment group will include only EC2 instances identified by
4701
- # all the tag groups.
4703
+ # The deployment group includes only EC2 instances identified by all
4704
+ # the tag groups.
4702
4705
  # @return [Types::EC2TagSet]
4703
4706
  #
4704
4707
  # @!attribute [rw] ecs_services
4705
- # The target ECS services in the deployment group. This only applies
4706
- # to deployment groups that use the Amazon ECS compute platform. A
4707
- # target ECS service is specified as an Amazon ECS cluster and service
4708
- # name pair using the format `<clustername>:<servicename>`.
4708
+ # The target Amazon ECS services in the deployment group. This applies
4709
+ # only to deployment groups that use the Amazon ECS compute platform.
4710
+ # A target Amazon ECS service is specified as an Amazon ECS cluster
4711
+ # and service name pair using the format
4712
+ # `<clustername>:<servicename>`.
4709
4713
  # @return [Array<Types::ECSService>]
4710
4714
  #
4711
4715
  # @!attribute [rw] on_premises_tag_set
4712
4716
  # Information about an on-premises instance tag set. The deployment
4713
- # group will include only on-premises instances identified by all the
4714
- # tag groups.
4717
+ # group includes only on-premises instances identified by all the tag
4718
+ # groups.
4715
4719
  # @return [Types::OnPremisesTagSet]
4716
4720
  #
4717
4721
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/UpdateDeploymentGroupInput AWS API Documentation