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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20a18e68b2547dfef66e13bef6a10f30d52906e8
4
- data.tar.gz: 5258fd807ac881cc5a4aba8086337469716595ef
3
+ metadata.gz: baea2946e6b64d7f942db088b6dc4c621887b777
4
+ data.tar.gz: 509b002bd66bad90e4baada465a24328acd7993e
5
5
  SHA512:
6
- metadata.gz: 5e9c3863652dbe650d9a37f0ac125c7b906166f28cccdc5b171835286c473a68b4b859135394d1e9660076e4cd1c13b88fde809b0c9e6814a0d55660ba7a0054
7
- data.tar.gz: eb07a3290ef38a1bc4633d5ef071573acef226f4c438cad4cf7651373cd746d3d32c3ae47eb40a50d118f9fd6acb9b3fda255edaf27b1dc3bf8f4a67c95e4bcd
6
+ metadata.gz: 7de04f6836ad2b5fe46f437289ea4c4d78df330d847a8a9a41a062baef48a7e08e3dd72e324b81e775d44fbdd18e180440f7aa5ba3c97aa2586f0aa435207bb9
7
+ data.tar.gz: 120a8de9e1ea46e5cb62657168063acd66f4688a7382094fa5463ddbd47ce7e8c972b9d913336f65f4bd92ae02051dea3b02aa3945973c3a22f2c0ee7c2b2bc0
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-codedeploy/customizations'
43
43
  # @service
44
44
  module Aws::CodeDeploy
45
45
 
46
- GEM_VERSION = '1.12.0'
46
+ GEM_VERSION = '1.13.0'
47
47
 
48
48
  end
@@ -369,7 +369,7 @@ module Aws::CodeDeploy
369
369
  # applicable IAM user or AWS account.
370
370
  #
371
371
  # @option params [required, Array<String>] :deployment_group_names
372
- # The deployment groups' names.
372
+ # The names of the deployment groups.
373
373
  #
374
374
  # @return [Types::BatchGetDeploymentGroupsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
375
375
  #
@@ -477,8 +477,8 @@ module Aws::CodeDeploy
477
477
  req.send_request(options)
478
478
  end
479
479
 
480
- # <note markdown="1"> This method works, but is considered deprecated. Use
481
- # `BatchGetDeploymentTargets` instead.
480
+ # <note markdown="1"> This method works, but is deprecated. Use `BatchGetDeploymentTargets`
481
+ # instead.
482
482
  #
483
483
  # </note>
484
484
  #
@@ -491,7 +491,7 @@ module Aws::CodeDeploy
491
491
  # The unique ID of a deployment.
492
492
  #
493
493
  # @option params [required, Array<String>] :instance_ids
494
- # The unique IDs of instances of the deployment.
494
+ # The unique IDs of instances used in the deployment.
495
495
  #
496
496
  # @return [Types::BatchGetDeploymentInstancesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
497
497
  #
@@ -540,11 +540,11 @@ module Aws::CodeDeploy
540
540
  # The type of targets returned depends on the deployment's compute
541
541
  # platform:
542
542
  #
543
- # * **EC2/On-premises** - Information about EC2 instance targets.
543
+ # * **EC2/On-premises**\: Information about EC2 instance targets.
544
544
  #
545
- # * **AWS Lambda** - Information about Lambda functions targets.
545
+ # * **AWS Lambda**\: Information about Lambda functions targets.
546
546
  #
547
- # * **Amazon ECS** - Information about ECS service targets.
547
+ # * **Amazon ECS**\: Information about Amazon ECS service targets.
548
548
  #
549
549
  # @option params [String] :deployment_id
550
550
  # The unique ID of a deployment.
@@ -554,11 +554,11 @@ module Aws::CodeDeploy
554
554
  # deployment determines the type of the targets and their formats.
555
555
  #
556
556
  # * For deployments that use the EC2/On-premises compute platform, the
557
- # target IDs are EC2 or on-premises instances IDs and their target
557
+ # target IDs are EC2 or on-premises instances IDs, and their target
558
558
  # type is `instanceTarget`.
559
559
  #
560
560
  # * For deployments that use the AWS Lambda compute platform, the target
561
- # IDs are the names of Lambda functions and their target type is
561
+ # IDs are the names of Lambda functions, and their target type is
562
562
  # `instanceTarget`.
563
563
  #
564
564
  # * For deployments that use the Amazon ECS compute platform, the target
@@ -866,8 +866,8 @@ module Aws::CodeDeploy
866
866
  # group.
867
867
  #
868
868
  # @option params [required, String] :application_name
869
- # The name of an AWS CodeDeploy application associated with the
870
- # applicable IAM user or AWS account.
869
+ # The name of an AWS CodeDeploy application associated with the IAM user
870
+ # or AWS account.
871
871
  #
872
872
  # @option params [String] :deployment_group_name
873
873
  # The name of the deployment group.
@@ -876,13 +876,13 @@ module Aws::CodeDeploy
876
876
  # The type and location of the revision to deploy.
877
877
  #
878
878
  # @option params [String] :deployment_config_name
879
- # The name of a deployment configuration associated with the applicable
880
- # IAM user or AWS account.
879
+ # The name of a deployment configuration associated with the IAM user or
880
+ # AWS account.
881
881
  #
882
- # If not specified, the value configured in the deployment group will be
883
- # used as the default. If the deployment group does not have a
884
- # deployment configuration associated with it, then
885
- # CodeDeployDefault.OneAtATime will be used by default.
882
+ # If not specified, the value configured in the deployment group is used
883
+ # as the default. If the deployment group does not have a deployment
884
+ # configuration associated with it, CodeDeployDefault.OneAtATime is used
885
+ # by default.
886
886
  #
887
887
  # @option params [String] :description
888
888
  # A comment about the deployment.
@@ -890,16 +890,16 @@ module Aws::CodeDeploy
890
890
  # @option params [Boolean] :ignore_application_stop_failures
891
891
  # If set to true, then if the deployment causes the ApplicationStop
892
892
  # deployment lifecycle event to an instance to fail, the deployment to
893
- # that instance will not be considered to have failed at that point and
894
- # will continue on to the BeforeInstall deployment lifecycle event.
893
+ # that instance is considered to have failed at that point and continues
894
+ # on to the BeforeInstall deployment lifecycle event.
895
895
  #
896
896
  # If set to false or not specified, then if the deployment causes the
897
897
  # ApplicationStop deployment lifecycle event to fail to an instance, the
898
- # deployment to that instance will stop, and the deployment to that
899
- # instance will be considered to have failed.
898
+ # deployment to that instance stops, and the deployment to that instance
899
+ # is considered to have failed.
900
900
  #
901
901
  # @option params [Types::TargetInstances] :target_instances
902
- # Information about the instances that will belong to the replacement
902
+ # Information about the instances that belong to the replacement
903
903
  # environment in a blue/green deployment.
904
904
  #
905
905
  # @option params [Types::AutoRollbackConfiguration] :auto_rollback_configuration
@@ -1030,8 +1030,7 @@ module Aws::CodeDeploy
1030
1030
  # of FLEET\_PERCENT and a value of 95.
1031
1031
  #
1032
1032
  # @option params [Types::TrafficRoutingConfig] :traffic_routing_config
1033
- # The configuration that specifies how the deployment traffic will be
1034
- # routed.
1033
+ # The configuration that specifies how the deployment traffic is routed.
1035
1034
  #
1036
1035
  # @option params [String] :compute_platform
1037
1036
  # The destination platform type for the deployment (`Lambda` or
@@ -1076,12 +1075,12 @@ module Aws::CodeDeploy
1076
1075
  req.send_request(options)
1077
1076
  end
1078
1077
 
1079
- # Creates a deployment group to which application revisions will be
1078
+ # Creates a deployment group to which application revisions are
1080
1079
  # deployed.
1081
1080
  #
1082
1081
  # @option params [required, String] :application_name
1083
- # The name of an AWS CodeDeploy application associated with the
1084
- # applicable IAM user or AWS account.
1082
+ # The name of an AWS CodeDeploy application associated with the IAM user
1083
+ # or AWS account.
1085
1084
  #
1086
1085
  # @option params [required, String] :deployment_group_name
1087
1086
  # The name of a new deployment group for the specified application.
@@ -1094,7 +1093,7 @@ module Aws::CodeDeploy
1094
1093
  #
1095
1094
  # CodeDeployDefault.OneAtATime is the default deployment configuration.
1096
1095
  # It is used if a configuration isn't specified for the deployment or
1097
- # the deployment group.
1096
+ # deployment group.
1098
1097
  #
1099
1098
  # For more information about the predefined deployment configurations in
1100
1099
  # AWS CodeDeploy, see [Working with Deployment Groups in AWS
@@ -1105,17 +1104,17 @@ module Aws::CodeDeploy
1105
1104
  # [1]: http://docs.aws.amazon.com/codedeploy/latest/userguide/deployment-configurations.html
1106
1105
  #
1107
1106
  # @option params [Array<Types::EC2TagFilter>] :ec2_tag_filters
1108
- # The Amazon EC2 tags on which to filter. The deployment group will
1109
- # include EC2 instances with any of the specified tags. Cannot be used
1110
- # in the same call as ec2TagSet.
1107
+ # The Amazon EC2 tags on which to filter. The deployment group includes
1108
+ # EC2 instances with any of the specified tags. Cannot be used in the
1109
+ # same call as ec2TagSet.
1111
1110
  #
1112
1111
  # @option params [Array<Types::TagFilter>] :on_premises_instance_tag_filters
1113
1112
  # The on-premises instance tags on which to filter. The deployment group
1114
- # will include on-premises instances with any of the specified tags.
1115
- # Cannot be used in the same call as OnPremisesTagSet.
1113
+ # includes on-premises instances with any of the specified tags. Cannot
1114
+ # be used in the same call as OnPremisesTagSet.
1116
1115
  #
1117
1116
  # @option params [Array<String>] :auto_scaling_groups
1118
- # A list of associated Auto Scaling groups.
1117
+ # A list of associated Amazon EC2 Auto Scaling groups.
1119
1118
  #
1120
1119
  # @option params [required, String] :service_role_arn
1121
1120
  # A service role ARN that allows AWS CodeDeploy to act on the user's
@@ -1152,19 +1151,19 @@ module Aws::CodeDeploy
1152
1151
  #
1153
1152
  # @option params [Types::EC2TagSet] :ec2_tag_set
1154
1153
  # Information about groups of tags applied to EC2 instances. The
1155
- # deployment group will include only EC2 instances identified by all the
1156
- # tag groups. Cannot be used in the same call as ec2TagFilters.
1154
+ # deployment group includes only EC2 instances identified by all the tag
1155
+ # groups. Cannot be used in the same call as ec2TagFilters.
1157
1156
  #
1158
1157
  # @option params [Array<Types::ECSService>] :ecs_services
1159
- # The target ECS services in the deployment group. This only applies to
1160
- # deployment groups that use the Amazon ECS compute platform. A target
1161
- # ECS service is specified as an Amazon ECS cluster and service name
1162
- # pair using the format `<clustername>:<servicename>`.
1158
+ # The target Amazon ECS services in the deployment group. This applies
1159
+ # only to deployment groups that use the Amazon ECS compute platform. A
1160
+ # target Amazon ECS service is specified as an Amazon ECS cluster and
1161
+ # service name pair using the format `<clustername>:<servicename>`.
1163
1162
  #
1164
1163
  # @option params [Types::OnPremisesTagSet] :on_premises_tag_set
1165
1164
  # Information about groups of tags applied to on-premises instances. The
1166
- # deployment group will include only on-premises instances identified by
1167
- # all the tag groups. Cannot be used in the same call as
1165
+ # deployment group includes only on-premises instances identified by all
1166
+ # of the tag groups. Cannot be used in the same call as
1168
1167
  # onPremisesInstanceTagFilters.
1169
1168
  #
1170
1169
  # @return [Types::CreateDeploymentGroupOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -1303,8 +1302,8 @@ module Aws::CodeDeploy
1303
1302
  # Deletes an application.
1304
1303
  #
1305
1304
  # @option params [required, String] :application_name
1306
- # The name of an AWS CodeDeploy application associated with the
1307
- # applicable IAM user or AWS account.
1305
+ # The name of an AWS CodeDeploy application associated with the IAM user
1306
+ # or AWS account.
1308
1307
  #
1309
1308
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1310
1309
  #
@@ -1331,8 +1330,8 @@ module Aws::CodeDeploy
1331
1330
  # </note>
1332
1331
  #
1333
1332
  # @option params [required, String] :deployment_config_name
1334
- # The name of a deployment configuration associated with the applicable
1335
- # IAM user or AWS account.
1333
+ # The name of a deployment configuration associated with the IAM user or
1334
+ # AWS account.
1336
1335
  #
1337
1336
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1338
1337
  #
@@ -1354,12 +1353,11 @@ module Aws::CodeDeploy
1354
1353
  # Deletes a deployment group.
1355
1354
  #
1356
1355
  # @option params [required, String] :application_name
1357
- # The name of an AWS CodeDeploy application associated with the
1358
- # applicable IAM user or AWS account.
1356
+ # The name of an AWS CodeDeploy application associated with the IAM user
1357
+ # or AWS account.
1359
1358
  #
1360
1359
  # @option params [required, String] :deployment_group_name
1361
- # The name of an existing deployment group for the specified
1362
- # application.
1360
+ # The name of a deployment group for the specified application.
1363
1361
  #
1364
1362
  # @return [Types::DeleteDeploymentGroupOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1365
1363
  #
@@ -1440,8 +1438,8 @@ module Aws::CodeDeploy
1440
1438
  # Gets information about an application.
1441
1439
  #
1442
1440
  # @option params [required, String] :application_name
1443
- # The name of an AWS CodeDeploy application associated with the
1444
- # applicable IAM user or AWS account.
1441
+ # The name of an AWS CodeDeploy application associated with the IAM user
1442
+ # or AWS account.
1445
1443
  #
1446
1444
  # @return [Types::GetApplicationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1447
1445
  #
@@ -1548,8 +1546,8 @@ module Aws::CodeDeploy
1548
1546
  # Gets information about a deployment.
1549
1547
  #
1550
1548
  # @option params [required, String] :deployment_id
1551
- # The unique ID of a deployment associated with the applicable IAM user
1552
- # or AWS account.
1549
+ # The unique ID of a deployment associated with the IAM user or AWS
1550
+ # account.
1553
1551
  #
1554
1552
  # @return [Types::GetDeploymentOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1555
1553
  #
@@ -1661,8 +1659,8 @@ module Aws::CodeDeploy
1661
1659
  # Gets information about a deployment configuration.
1662
1660
  #
1663
1661
  # @option params [required, String] :deployment_config_name
1664
- # The name of a deployment configuration associated with the applicable
1665
- # IAM user or AWS account.
1662
+ # The name of a deployment configuration associated with the IAM user or
1663
+ # AWS account.
1666
1664
  #
1667
1665
  # @return [Types::GetDeploymentConfigOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1668
1666
  #
@@ -1700,12 +1698,11 @@ module Aws::CodeDeploy
1700
1698
  # Gets information about a deployment group.
1701
1699
  #
1702
1700
  # @option params [required, String] :application_name
1703
- # The name of an AWS CodeDeploy application associated with the
1704
- # applicable IAM user or AWS account.
1701
+ # The name of an AWS CodeDeploy application associated with the IAM user
1702
+ # or AWS account.
1705
1703
  #
1706
1704
  # @option params [required, String] :deployment_group_name
1707
- # The name of an existing deployment group for the specified
1708
- # application.
1705
+ # The name of a deployment group for the specified application.
1709
1706
  #
1710
1707
  # @return [Types::GetDeploymentGroupOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1711
1708
  #
@@ -1978,8 +1975,8 @@ module Aws::CodeDeploy
1978
1975
  # Lists information about revisions for an application.
1979
1976
  #
1980
1977
  # @option params [required, String] :application_name
1981
- # The name of an AWS CodeDeploy application associated with the
1982
- # applicable IAM user or AWS account.
1978
+ # The name of an AWS CodeDeploy application associated with the IAM user
1979
+ # or AWS account.
1983
1980
  #
1984
1981
  # @option params [String] :sort_by
1985
1982
  # The column name to use to sort the list results:
@@ -1993,7 +1990,7 @@ module Aws::CodeDeploy
1993
1990
  # * lastUsedTime: Sort by the time the revisions were last used in a
1994
1991
  # deployment.
1995
1992
  #
1996
- # If not specified or set to null, the results will be returned in an
1993
+ # If not specified or set to null, the results are returned in an
1997
1994
  # arbitrary order.
1998
1995
  #
1999
1996
  # @option params [String] :sort_order
@@ -2003,9 +2000,9 @@ module Aws::CodeDeploy
2003
2000
  #
2004
2001
  # * descending: descending order.
2005
2002
  #
2006
- # If not specified, the results will be sorted in ascending order.
2003
+ # If not specified, the results are sorted in ascending order.
2007
2004
  #
2008
- # If set to null, the results will be sorted in an arbitrary order.
2005
+ # If set to null, the results are sorted in an arbitrary order.
2009
2006
  #
2010
2007
  # @option params [String] :s3_bucket
2011
2008
  # An Amazon S3 bucket name to limit the search for revisions.
@@ -2076,8 +2073,7 @@ module Aws::CodeDeploy
2076
2073
  req.send_request(options)
2077
2074
  end
2078
2075
 
2079
- # Lists the applications registered with the applicable IAM user or AWS
2080
- # account.
2076
+ # Lists the applications registered with the IAM user or AWS account.
2081
2077
  #
2082
2078
  # @option params [String] :next_token
2083
2079
  # An identifier returned from the previous list applications call. It
@@ -2109,8 +2105,7 @@ module Aws::CodeDeploy
2109
2105
  req.send_request(options)
2110
2106
  end
2111
2107
 
2112
- # Lists the deployment configurations with the applicable IAM user or
2113
- # AWS account.
2108
+ # Lists the deployment configurations with the IAM user or AWS account.
2114
2109
  #
2115
2110
  # @option params [String] :next_token
2116
2111
  # An identifier returned from the previous `ListDeploymentConfigs` call.
@@ -2143,12 +2138,12 @@ module Aws::CodeDeploy
2143
2138
  req.send_request(options)
2144
2139
  end
2145
2140
 
2146
- # Lists the deployment groups for an application registered with the
2147
- # applicable IAM user or AWS account.
2141
+ # Lists the deployment groups for an application registered with the IAM
2142
+ # user or AWS account.
2148
2143
  #
2149
2144
  # @option params [required, String] :application_name
2150
- # The name of an AWS CodeDeploy application associated with the
2151
- # applicable IAM user or AWS account.
2145
+ # The name of an AWS CodeDeploy application associated with the IAM user
2146
+ # or AWS account.
2152
2147
  #
2153
2148
  # @option params [String] :next_token
2154
2149
  # An identifier returned from the previous list deployment groups call.
@@ -2191,8 +2186,8 @@ module Aws::CodeDeploy
2191
2186
  #
2192
2187
  # </note>
2193
2188
  #
2194
- # Lists the instance for a deployment associated with the applicable IAM
2195
- # user or AWS account.
2189
+ # Lists the instance for a deployment associated with the IAM user or
2190
+ # AWS account.
2196
2191
  #
2197
2192
  # @option params [required, String] :deployment_id
2198
2193
  # The unique ID of a deployment.
@@ -2205,18 +2200,18 @@ module Aws::CodeDeploy
2205
2200
  # @option params [Array<String>] :instance_status_filter
2206
2201
  # A subset of instances to list by status:
2207
2202
  #
2208
- # * Pending: Include those instance with pending deployments.
2203
+ # * Pending: Include those instances with pending deployments.
2209
2204
  #
2210
- # * InProgress: Include those instance where deployments are still in
2205
+ # * InProgress: Include those instances where deployments are still in
2211
2206
  # progress.
2212
2207
  #
2213
2208
  # * Succeeded: Include those instances with successful deployments.
2214
2209
  #
2215
- # * Failed: Include those instance with failed deployments.
2210
+ # * Failed: Include those instances with failed deployments.
2216
2211
  #
2217
- # * Skipped: Include those instance with skipped deployments.
2212
+ # * Skipped: Include those instances with skipped deployments.
2218
2213
  #
2219
- # * Unknown: Include those instance with deployments in an unknown
2214
+ # * Unknown: Include those instances with deployments in an unknown
2220
2215
  # state.
2221
2216
  #
2222
2217
  # @option params [Array<String>] :instance_type_filter
@@ -2298,15 +2293,14 @@ module Aws::CodeDeploy
2298
2293
  end
2299
2294
 
2300
2295
  # Lists the deployments in a deployment group for an application
2301
- # registered with the applicable IAM user or AWS account.
2296
+ # registered with the IAM user or AWS account.
2302
2297
  #
2303
2298
  # @option params [String] :application_name
2304
- # The name of an AWS CodeDeploy application associated with the
2305
- # applicable IAM user or AWS account.
2299
+ # The name of an AWS CodeDeploy application associated with the IAM user
2300
+ # or AWS account.
2306
2301
  #
2307
2302
  # @option params [String] :deployment_group_name
2308
- # The name of an existing deployment group for the specified
2309
- # application.
2303
+ # The name of a deployment group for the specified application.
2310
2304
  #
2311
2305
  # @option params [Array<String>] :include_only_statuses
2312
2306
  # A subset of deployments to list by status:
@@ -2399,7 +2393,7 @@ module Aws::CodeDeploy
2399
2393
  # Gets a list of names for one or more on-premises instances.
2400
2394
  #
2401
2395
  # Unless otherwise specified, both registered and deregistered
2402
- # on-premises instance names will be listed. To list only registered or
2396
+ # on-premises instance names are listed. To list only registered or
2403
2397
  # deregistered on-premises instance names, use the registration status
2404
2398
  # parameter.
2405
2399
  #
@@ -2413,8 +2407,8 @@ module Aws::CodeDeploy
2413
2407
  # resulting list.
2414
2408
  #
2415
2409
  # @option params [Array<Types::TagFilter>] :tag_filters
2416
- # The on-premises instance tags that will be used to restrict the
2417
- # corresponding on-premises instance names returned.
2410
+ # The on-premises instance tags that are used to restrict the
2411
+ # on-premises instance names returned.
2418
2412
  #
2419
2413
  # @option params [String] :next_token
2420
2414
  # An identifier returned from the previous list on-premises instances
@@ -2501,8 +2495,8 @@ module Aws::CodeDeploy
2501
2495
  # application.
2502
2496
  #
2503
2497
  # @option params [required, String] :application_name
2504
- # The name of an AWS CodeDeploy application associated with the
2505
- # applicable IAM user or AWS account.
2498
+ # The name of an AWS CodeDeploy application associated with the IAM user
2499
+ # or AWS account.
2506
2500
  #
2507
2501
  # @option params [String] :description
2508
2502
  # A comment about the revision.
@@ -2619,7 +2613,7 @@ module Aws::CodeDeploy
2619
2613
 
2620
2614
  # In a blue/green deployment, overrides any specified wait time and
2621
2615
  # starts terminating instances immediately after the traffic routing is
2622
- # completed.
2616
+ # complete.
2623
2617
  #
2624
2618
  # @option params [String] :deployment_id
2625
2619
  # The unique ID of a blue/green deployment for which you want to skip
@@ -2707,7 +2701,8 @@ module Aws::CodeDeploy
2707
2701
  # Changes information about a deployment group.
2708
2702
  #
2709
2703
  # @option params [required, String] :application_name
2710
- # The application name corresponding to the deployment group to update.
2704
+ # The application name that corresponds to the deployment group to
2705
+ # update.
2711
2706
  #
2712
2707
  # @option params [required, String] :current_deployment_group_name
2713
2708
  # The current name of the deployment group.
@@ -2769,19 +2764,19 @@ module Aws::CodeDeploy
2769
2764
  #
2770
2765
  # @option params [Types::EC2TagSet] :ec2_tag_set
2771
2766
  # Information about groups of tags applied to on-premises instances. The
2772
- # deployment group will include only EC2 instances identified by all the
2773
- # tag groups.
2767
+ # deployment group includes only EC2 instances identified by all the tag
2768
+ # groups.
2774
2769
  #
2775
2770
  # @option params [Array<Types::ECSService>] :ecs_services
2776
- # The target ECS services in the deployment group. This only applies to
2777
- # deployment groups that use the Amazon ECS compute platform. A target
2778
- # ECS service is specified as an Amazon ECS cluster and service name
2779
- # pair using the format `<clustername>:<servicename>`.
2771
+ # The target Amazon ECS services in the deployment group. This applies
2772
+ # only to deployment groups that use the Amazon ECS compute platform. A
2773
+ # target Amazon ECS service is specified as an Amazon ECS cluster and
2774
+ # service name pair using the format `<clustername>:<servicename>`.
2780
2775
  #
2781
2776
  # @option params [Types::OnPremisesTagSet] :on_premises_tag_set
2782
2777
  # Information about an on-premises instance tag set. The deployment
2783
- # group will include only on-premises instances identified by all the
2784
- # tag groups.
2778
+ # group includes only on-premises instances identified by all the tag
2779
+ # groups.
2785
2780
  #
2786
2781
  # @return [Types::UpdateDeploymentGroupOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2787
2782
  #
@@ -2932,7 +2927,7 @@ module Aws::CodeDeploy
2932
2927
  params: params,
2933
2928
  config: config)
2934
2929
  context[:gem_name] = 'aws-sdk-codedeploy'
2935
- context[:gem_version] = '1.12.0'
2930
+ context[:gem_version] = '1.13.0'
2936
2931
  Seahorse::Client::Request.new(handlers, context)
2937
2932
  end
2938
2933