aws-sdk-codedeploy 1.11.0 → 1.12.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.
@@ -18,6 +18,7 @@ module Aws::CodeDeploy
18
18
  AlarmList = Shapes::ListShape.new(name: 'AlarmList')
19
19
  AlarmName = Shapes::StringShape.new(name: 'AlarmName')
20
20
  AlarmsLimitExceededException = Shapes::StructureShape.new(name: 'AlarmsLimitExceededException')
21
+ AppSpecContent = Shapes::StructureShape.new(name: 'AppSpecContent')
21
22
  ApplicationAlreadyExistsException = Shapes::StructureShape.new(name: 'ApplicationAlreadyExistsException')
22
23
  ApplicationDoesNotExistException = Shapes::StructureShape.new(name: 'ApplicationDoesNotExistException')
23
24
  ApplicationId = Shapes::StringShape.new(name: 'ApplicationId')
@@ -44,6 +45,8 @@ module Aws::CodeDeploy
44
45
  BatchGetDeploymentGroupsOutput = Shapes::StructureShape.new(name: 'BatchGetDeploymentGroupsOutput')
45
46
  BatchGetDeploymentInstancesInput = Shapes::StructureShape.new(name: 'BatchGetDeploymentInstancesInput')
46
47
  BatchGetDeploymentInstancesOutput = Shapes::StructureShape.new(name: 'BatchGetDeploymentInstancesOutput')
48
+ BatchGetDeploymentTargetsInput = Shapes::StructureShape.new(name: 'BatchGetDeploymentTargetsInput')
49
+ BatchGetDeploymentTargetsOutput = Shapes::StructureShape.new(name: 'BatchGetDeploymentTargetsOutput')
47
50
  BatchGetDeploymentsInput = Shapes::StructureShape.new(name: 'BatchGetDeploymentsInput')
48
51
  BatchGetDeploymentsOutput = Shapes::StructureShape.new(name: 'BatchGetDeploymentsOutput')
49
52
  BatchGetOnPremisesInstancesInput = Shapes::StructureShape.new(name: 'BatchGetOnPremisesInstancesInput')
@@ -72,6 +75,7 @@ module Aws::CodeDeploy
72
75
  DeleteGitHubAccountTokenInput = Shapes::StructureShape.new(name: 'DeleteGitHubAccountTokenInput')
73
76
  DeleteGitHubAccountTokenOutput = Shapes::StructureShape.new(name: 'DeleteGitHubAccountTokenOutput')
74
77
  DeploymentAlreadyCompletedException = Shapes::StructureShape.new(name: 'DeploymentAlreadyCompletedException')
78
+ DeploymentAlreadyStartedException = Shapes::StructureShape.new(name: 'DeploymentAlreadyStartedException')
75
79
  DeploymentConfigAlreadyExistsException = Shapes::StructureShape.new(name: 'DeploymentConfigAlreadyExistsException')
76
80
  DeploymentConfigDoesNotExistException = Shapes::StructureShape.new(name: 'DeploymentConfigDoesNotExistException')
77
81
  DeploymentConfigId = Shapes::StringShape.new(name: 'DeploymentConfigId')
@@ -106,7 +110,14 @@ module Aws::CodeDeploy
106
110
  DeploymentStatusList = Shapes::ListShape.new(name: 'DeploymentStatusList')
107
111
  DeploymentStatusMessageList = Shapes::ListShape.new(name: 'DeploymentStatusMessageList')
108
112
  DeploymentStyle = Shapes::StructureShape.new(name: 'DeploymentStyle')
113
+ DeploymentTarget = Shapes::StructureShape.new(name: 'DeploymentTarget')
114
+ DeploymentTargetDoesNotExistException = Shapes::StructureShape.new(name: 'DeploymentTargetDoesNotExistException')
115
+ DeploymentTargetIdRequiredException = Shapes::StructureShape.new(name: 'DeploymentTargetIdRequiredException')
116
+ DeploymentTargetList = Shapes::ListShape.new(name: 'DeploymentTargetList')
117
+ DeploymentTargetListSizeExceededException = Shapes::StructureShape.new(name: 'DeploymentTargetListSizeExceededException')
118
+ DeploymentTargetType = Shapes::StringShape.new(name: 'DeploymentTargetType')
109
119
  DeploymentType = Shapes::StringShape.new(name: 'DeploymentType')
120
+ DeploymentWaitType = Shapes::StringShape.new(name: 'DeploymentWaitType')
110
121
  DeploymentsInfoList = Shapes::ListShape.new(name: 'DeploymentsInfoList')
111
122
  DeploymentsList = Shapes::ListShape.new(name: 'DeploymentsList')
112
123
  DeregisterOnPremisesInstanceInput = Shapes::StructureShape.new(name: 'DeregisterOnPremisesInstanceInput')
@@ -119,6 +130,17 @@ module Aws::CodeDeploy
119
130
  EC2TagFilterType = Shapes::StringShape.new(name: 'EC2TagFilterType')
120
131
  EC2TagSet = Shapes::StructureShape.new(name: 'EC2TagSet')
121
132
  EC2TagSetList = Shapes::ListShape.new(name: 'EC2TagSetList')
133
+ ECSClusterName = Shapes::StringShape.new(name: 'ECSClusterName')
134
+ ECSService = Shapes::StructureShape.new(name: 'ECSService')
135
+ ECSServiceList = Shapes::ListShape.new(name: 'ECSServiceList')
136
+ ECSServiceMappingLimitExceededException = Shapes::StructureShape.new(name: 'ECSServiceMappingLimitExceededException')
137
+ ECSServiceName = Shapes::StringShape.new(name: 'ECSServiceName')
138
+ ECSTarget = Shapes::StructureShape.new(name: 'ECSTarget')
139
+ ECSTaskSet = Shapes::StructureShape.new(name: 'ECSTaskSet')
140
+ ECSTaskSetCount = Shapes::IntegerShape.new(name: 'ECSTaskSetCount')
141
+ ECSTaskSetIdentifier = Shapes::StringShape.new(name: 'ECSTaskSetIdentifier')
142
+ ECSTaskSetList = Shapes::ListShape.new(name: 'ECSTaskSetList')
143
+ ECSTaskSetStatus = Shapes::StringShape.new(name: 'ECSTaskSetStatus')
122
144
  ELBInfo = Shapes::StructureShape.new(name: 'ELBInfo')
123
145
  ELBInfoList = Shapes::ListShape.new(name: 'ELBInfoList')
124
146
  ELBName = Shapes::StringShape.new(name: 'ELBName')
@@ -127,6 +149,8 @@ module Aws::CodeDeploy
127
149
  ErrorInformation = Shapes::StructureShape.new(name: 'ErrorInformation')
128
150
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
129
151
  FileExistsBehavior = Shapes::StringShape.new(name: 'FileExistsBehavior')
152
+ FilterValue = Shapes::StringShape.new(name: 'FilterValue')
153
+ FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
130
154
  GenericRevisionInfo = Shapes::StructureShape.new(name: 'GenericRevisionInfo')
131
155
  GetApplicationInput = Shapes::StructureShape.new(name: 'GetApplicationInput')
132
156
  GetApplicationOutput = Shapes::StructureShape.new(name: 'GetApplicationOutput')
@@ -140,6 +164,8 @@ module Aws::CodeDeploy
140
164
  GetDeploymentInstanceInput = Shapes::StructureShape.new(name: 'GetDeploymentInstanceInput')
141
165
  GetDeploymentInstanceOutput = Shapes::StructureShape.new(name: 'GetDeploymentInstanceOutput')
142
166
  GetDeploymentOutput = Shapes::StructureShape.new(name: 'GetDeploymentOutput')
167
+ GetDeploymentTargetInput = Shapes::StructureShape.new(name: 'GetDeploymentTargetInput')
168
+ GetDeploymentTargetOutput = Shapes::StructureShape.new(name: 'GetDeploymentTargetOutput')
143
169
  GetOnPremisesInstanceInput = Shapes::StructureShape.new(name: 'GetOnPremisesInstanceInput')
144
170
  GetOnPremisesInstanceOutput = Shapes::StructureShape.new(name: 'GetOnPremisesInstanceOutput')
145
171
  GitHubAccountTokenDoesNotExistException = Shapes::StructureShape.new(name: 'GitHubAccountTokenDoesNotExistException')
@@ -173,6 +199,7 @@ module Aws::CodeDeploy
173
199
  InstanceStatusList = Shapes::ListShape.new(name: 'InstanceStatusList')
174
200
  InstanceSummary = Shapes::StructureShape.new(name: 'InstanceSummary')
175
201
  InstanceSummaryList = Shapes::ListShape.new(name: 'InstanceSummaryList')
202
+ InstanceTarget = Shapes::StructureShape.new(name: 'InstanceTarget')
176
203
  InstanceType = Shapes::StringShape.new(name: 'InstanceType')
177
204
  InstanceTypeList = Shapes::ListShape.new(name: 'InstanceTypeList')
178
205
  InstancesList = Shapes::ListShape.new(name: 'InstancesList')
@@ -190,8 +217,11 @@ module Aws::CodeDeploy
190
217
  InvalidDeploymentInstanceTypeException = Shapes::StructureShape.new(name: 'InvalidDeploymentInstanceTypeException')
191
218
  InvalidDeploymentStatusException = Shapes::StructureShape.new(name: 'InvalidDeploymentStatusException')
192
219
  InvalidDeploymentStyleException = Shapes::StructureShape.new(name: 'InvalidDeploymentStyleException')
220
+ InvalidDeploymentTargetIdException = Shapes::StructureShape.new(name: 'InvalidDeploymentTargetIdException')
221
+ InvalidDeploymentWaitTypeException = Shapes::StructureShape.new(name: 'InvalidDeploymentWaitTypeException')
193
222
  InvalidEC2TagCombinationException = Shapes::StructureShape.new(name: 'InvalidEC2TagCombinationException')
194
223
  InvalidEC2TagException = Shapes::StructureShape.new(name: 'InvalidEC2TagException')
224
+ InvalidECSServiceException = Shapes::StructureShape.new(name: 'InvalidECSServiceException')
195
225
  InvalidFileExistsBehaviorException = Shapes::StructureShape.new(name: 'InvalidFileExistsBehaviorException')
196
226
  InvalidGitHubAccountTokenException = Shapes::StructureShape.new(name: 'InvalidGitHubAccountTokenException')
197
227
  InvalidGitHubAccountTokenNameException = Shapes::StructureShape.new(name: 'InvalidGitHubAccountTokenNameException')
@@ -218,12 +248,16 @@ module Aws::CodeDeploy
218
248
  InvalidSortOrderException = Shapes::StructureShape.new(name: 'InvalidSortOrderException')
219
249
  InvalidTagException = Shapes::StructureShape.new(name: 'InvalidTagException')
220
250
  InvalidTagFilterException = Shapes::StructureShape.new(name: 'InvalidTagFilterException')
251
+ InvalidTargetException = Shapes::StructureShape.new(name: 'InvalidTargetException')
252
+ InvalidTargetFilterNameException = Shapes::StructureShape.new(name: 'InvalidTargetFilterNameException')
253
+ InvalidTargetGroupPairException = Shapes::StructureShape.new(name: 'InvalidTargetGroupPairException')
221
254
  InvalidTargetInstancesException = Shapes::StructureShape.new(name: 'InvalidTargetInstancesException')
222
255
  InvalidTimeRangeException = Shapes::StructureShape.new(name: 'InvalidTimeRangeException')
223
256
  InvalidTrafficRoutingConfigurationException = Shapes::StructureShape.new(name: 'InvalidTrafficRoutingConfigurationException')
224
257
  InvalidTriggerConfigException = Shapes::StructureShape.new(name: 'InvalidTriggerConfigException')
225
258
  InvalidUpdateOutdatedInstancesOnlyValueException = Shapes::StructureShape.new(name: 'InvalidUpdateOutdatedInstancesOnlyValueException')
226
259
  Key = Shapes::StringShape.new(name: 'Key')
260
+ LambdaTarget = Shapes::StructureShape.new(name: 'LambdaTarget')
227
261
  LastDeploymentInfo = Shapes::StructureShape.new(name: 'LastDeploymentInfo')
228
262
  LifecycleErrorCode = Shapes::StringShape.new(name: 'LifecycleErrorCode')
229
263
  LifecycleEvent = Shapes::StructureShape.new(name: 'LifecycleEvent')
@@ -244,6 +278,8 @@ module Aws::CodeDeploy
244
278
  ListDeploymentGroupsOutput = Shapes::StructureShape.new(name: 'ListDeploymentGroupsOutput')
245
279
  ListDeploymentInstancesInput = Shapes::StructureShape.new(name: 'ListDeploymentInstancesInput')
246
280
  ListDeploymentInstancesOutput = Shapes::StructureShape.new(name: 'ListDeploymentInstancesOutput')
281
+ ListDeploymentTargetsInput = Shapes::StructureShape.new(name: 'ListDeploymentTargetsInput')
282
+ ListDeploymentTargetsOutput = Shapes::StructureShape.new(name: 'ListDeploymentTargetsOutput')
247
283
  ListDeploymentsInput = Shapes::StructureShape.new(name: 'ListDeploymentsInput')
248
284
  ListDeploymentsOutput = Shapes::StructureShape.new(name: 'ListDeploymentsOutput')
249
285
  ListGitHubAccountTokenNamesInput = Shapes::StructureShape.new(name: 'ListGitHubAccountTokenNamesInput')
@@ -251,6 +287,8 @@ module Aws::CodeDeploy
251
287
  ListOnPremisesInstancesInput = Shapes::StructureShape.new(name: 'ListOnPremisesInstancesInput')
252
288
  ListOnPremisesInstancesOutput = Shapes::StructureShape.new(name: 'ListOnPremisesInstancesOutput')
253
289
  ListStateFilterAction = Shapes::StringShape.new(name: 'ListStateFilterAction')
290
+ ListenerArn = Shapes::StringShape.new(name: 'ListenerArn')
291
+ ListenerArnList = Shapes::ListShape.new(name: 'ListenerArnList')
254
292
  LoadBalancerInfo = Shapes::StructureShape.new(name: 'LoadBalancerInfo')
255
293
  LogTail = Shapes::StringShape.new(name: 'LogTail')
256
294
  Message = Shapes::StringShape.new(name: 'Message')
@@ -302,17 +340,29 @@ module Aws::CodeDeploy
302
340
  TagList = Shapes::ListShape.new(name: 'TagList')
303
341
  TagRequiredException = Shapes::StructureShape.new(name: 'TagRequiredException')
304
342
  TagSetListLimitExceededException = Shapes::StructureShape.new(name: 'TagSetListLimitExceededException')
343
+ TargetArn = Shapes::StringShape.new(name: 'TargetArn')
344
+ TargetFilterName = Shapes::StringShape.new(name: 'TargetFilterName')
345
+ TargetFilters = Shapes::MapShape.new(name: 'TargetFilters')
305
346
  TargetGroupInfo = Shapes::StructureShape.new(name: 'TargetGroupInfo')
306
347
  TargetGroupInfoList = Shapes::ListShape.new(name: 'TargetGroupInfoList')
307
348
  TargetGroupName = Shapes::StringShape.new(name: 'TargetGroupName')
349
+ TargetGroupPairInfo = Shapes::StructureShape.new(name: 'TargetGroupPairInfo')
350
+ TargetGroupPairInfoList = Shapes::ListShape.new(name: 'TargetGroupPairInfoList')
351
+ TargetId = Shapes::StringShape.new(name: 'TargetId')
352
+ TargetIdList = Shapes::ListShape.new(name: 'TargetIdList')
308
353
  TargetInstances = Shapes::StructureShape.new(name: 'TargetInstances')
354
+ TargetLabel = Shapes::StringShape.new(name: 'TargetLabel')
355
+ TargetStatus = Shapes::StringShape.new(name: 'TargetStatus')
309
356
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
357
+ Time = Shapes::TimestampShape.new(name: 'Time')
310
358
  TimeBasedCanary = Shapes::StructureShape.new(name: 'TimeBasedCanary')
311
359
  TimeBasedLinear = Shapes::StructureShape.new(name: 'TimeBasedLinear')
312
360
  TimeRange = Shapes::StructureShape.new(name: 'TimeRange')
313
361
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
362
+ TrafficRoute = Shapes::StructureShape.new(name: 'TrafficRoute')
314
363
  TrafficRoutingConfig = Shapes::StructureShape.new(name: 'TrafficRoutingConfig')
315
364
  TrafficRoutingType = Shapes::StringShape.new(name: 'TrafficRoutingType')
365
+ TrafficWeight = Shapes::FloatShape.new(name: 'TrafficWeight')
316
366
  TriggerConfig = Shapes::StructureShape.new(name: 'TriggerConfig')
317
367
  TriggerConfigList = Shapes::ListShape.new(name: 'TriggerConfigList')
318
368
  TriggerEventType = Shapes::StringShape.new(name: 'TriggerEventType')
@@ -342,6 +392,10 @@ module Aws::CodeDeploy
342
392
 
343
393
  AlarmList.member = Shapes::ShapeRef.new(shape: Alarm)
344
394
 
395
+ AppSpecContent.add_member(:content, Shapes::ShapeRef.new(shape: RawStringContent, location_name: "content"))
396
+ AppSpecContent.add_member(:sha256, Shapes::ShapeRef.new(shape: RawStringSha256, location_name: "sha256"))
397
+ AppSpecContent.struct_class = Types::AppSpecContent
398
+
345
399
  ApplicationInfo.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, location_name: "applicationId"))
346
400
  ApplicationInfo.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "applicationName"))
347
401
  ApplicationInfo.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createTime"))
@@ -399,6 +453,13 @@ module Aws::CodeDeploy
399
453
  BatchGetDeploymentInstancesOutput.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "errorMessage"))
400
454
  BatchGetDeploymentInstancesOutput.struct_class = Types::BatchGetDeploymentInstancesOutput
401
455
 
456
+ BatchGetDeploymentTargetsInput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
457
+ BatchGetDeploymentTargetsInput.add_member(:target_ids, Shapes::ShapeRef.new(shape: TargetIdList, location_name: "targetIds"))
458
+ BatchGetDeploymentTargetsInput.struct_class = Types::BatchGetDeploymentTargetsInput
459
+
460
+ BatchGetDeploymentTargetsOutput.add_member(:deployment_targets, Shapes::ShapeRef.new(shape: DeploymentTargetList, location_name: "deploymentTargets"))
461
+ BatchGetDeploymentTargetsOutput.struct_class = Types::BatchGetDeploymentTargetsOutput
462
+
402
463
  BatchGetDeploymentsInput.add_member(:deployment_ids, Shapes::ShapeRef.new(shape: DeploymentsList, required: true, location_name: "deploymentIds"))
403
464
  BatchGetDeploymentsInput.struct_class = Types::BatchGetDeploymentsInput
404
465
 
@@ -421,6 +482,7 @@ module Aws::CodeDeploy
421
482
  BlueInstanceTerminationOption.struct_class = Types::BlueInstanceTerminationOption
422
483
 
423
484
  ContinueDeploymentInput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
485
+ ContinueDeploymentInput.add_member(:deployment_wait_type, Shapes::ShapeRef.new(shape: DeploymentWaitType, location_name: "deploymentWaitType"))
424
486
  ContinueDeploymentInput.struct_class = Types::ContinueDeploymentInput
425
487
 
426
488
  CreateApplicationInput.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "applicationName"))
@@ -453,6 +515,7 @@ module Aws::CodeDeploy
453
515
  CreateDeploymentGroupInput.add_member(:blue_green_deployment_configuration, Shapes::ShapeRef.new(shape: BlueGreenDeploymentConfiguration, location_name: "blueGreenDeploymentConfiguration"))
454
516
  CreateDeploymentGroupInput.add_member(:load_balancer_info, Shapes::ShapeRef.new(shape: LoadBalancerInfo, location_name: "loadBalancerInfo"))
455
517
  CreateDeploymentGroupInput.add_member(:ec2_tag_set, Shapes::ShapeRef.new(shape: EC2TagSet, location_name: "ec2TagSet"))
518
+ CreateDeploymentGroupInput.add_member(:ecs_services, Shapes::ShapeRef.new(shape: ECSServiceList, location_name: "ecsServices"))
456
519
  CreateDeploymentGroupInput.add_member(:on_premises_tag_set, Shapes::ShapeRef.new(shape: OnPremisesTagSet, location_name: "onPremisesTagSet"))
457
520
  CreateDeploymentGroupInput.struct_class = Types::CreateDeploymentGroupInput
458
521
 
@@ -523,6 +586,7 @@ module Aws::CodeDeploy
523
586
  DeploymentGroupInfo.add_member(:ec2_tag_set, Shapes::ShapeRef.new(shape: EC2TagSet, location_name: "ec2TagSet"))
524
587
  DeploymentGroupInfo.add_member(:on_premises_tag_set, Shapes::ShapeRef.new(shape: OnPremisesTagSet, location_name: "onPremisesTagSet"))
525
588
  DeploymentGroupInfo.add_member(:compute_platform, Shapes::ShapeRef.new(shape: ComputePlatform, location_name: "computePlatform"))
589
+ DeploymentGroupInfo.add_member(:ecs_services, Shapes::ShapeRef.new(shape: ECSServiceList, location_name: "ecsServices"))
526
590
  DeploymentGroupInfo.struct_class = Types::DeploymentGroupInfo
527
591
 
528
592
  DeploymentGroupInfoList.member = Shapes::ShapeRef.new(shape: DeploymentGroupInfo)
@@ -578,6 +642,14 @@ module Aws::CodeDeploy
578
642
  DeploymentStyle.add_member(:deployment_option, Shapes::ShapeRef.new(shape: DeploymentOption, location_name: "deploymentOption"))
579
643
  DeploymentStyle.struct_class = Types::DeploymentStyle
580
644
 
645
+ DeploymentTarget.add_member(:deployment_target_type, Shapes::ShapeRef.new(shape: DeploymentTargetType, location_name: "deploymentTargetType"))
646
+ DeploymentTarget.add_member(:instance_target, Shapes::ShapeRef.new(shape: InstanceTarget, location_name: "instanceTarget"))
647
+ DeploymentTarget.add_member(:lambda_target, Shapes::ShapeRef.new(shape: LambdaTarget, location_name: "lambdaTarget"))
648
+ DeploymentTarget.add_member(:ecs_target, Shapes::ShapeRef.new(shape: ECSTarget, location_name: "ecsTarget"))
649
+ DeploymentTarget.struct_class = Types::DeploymentTarget
650
+
651
+ DeploymentTargetList.member = Shapes::ShapeRef.new(shape: DeploymentTarget)
652
+
581
653
  DeploymentsInfoList.member = Shapes::ShapeRef.new(shape: DeploymentInfo)
582
654
 
583
655
  DeploymentsList.member = Shapes::ShapeRef.new(shape: DeploymentId)
@@ -603,6 +675,33 @@ module Aws::CodeDeploy
603
675
 
604
676
  EC2TagSetList.member = Shapes::ShapeRef.new(shape: EC2TagFilterList)
605
677
 
678
+ ECSService.add_member(:service_name, Shapes::ShapeRef.new(shape: ECSServiceName, location_name: "serviceName"))
679
+ ECSService.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ECSClusterName, location_name: "clusterName"))
680
+ ECSService.struct_class = Types::ECSService
681
+
682
+ ECSServiceList.member = Shapes::ShapeRef.new(shape: ECSService)
683
+
684
+ ECSTarget.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
685
+ ECSTarget.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, location_name: "targetId"))
686
+ ECSTarget.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, location_name: "targetArn"))
687
+ ECSTarget.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Time, location_name: "lastUpdatedAt"))
688
+ ECSTarget.add_member(:lifecycle_events, Shapes::ShapeRef.new(shape: LifecycleEventList, location_name: "lifecycleEvents"))
689
+ ECSTarget.add_member(:status, Shapes::ShapeRef.new(shape: TargetStatus, location_name: "status"))
690
+ ECSTarget.add_member(:task_sets_info, Shapes::ShapeRef.new(shape: ECSTaskSetList, location_name: "taskSetsInfo"))
691
+ ECSTarget.struct_class = Types::ECSTarget
692
+
693
+ ECSTaskSet.add_member(:identifer, Shapes::ShapeRef.new(shape: ECSTaskSetIdentifier, location_name: "identifer"))
694
+ ECSTaskSet.add_member(:desired_count, Shapes::ShapeRef.new(shape: ECSTaskSetCount, location_name: "desiredCount"))
695
+ ECSTaskSet.add_member(:pending_count, Shapes::ShapeRef.new(shape: ECSTaskSetCount, location_name: "pendingCount"))
696
+ ECSTaskSet.add_member(:running_count, Shapes::ShapeRef.new(shape: ECSTaskSetCount, location_name: "runningCount"))
697
+ ECSTaskSet.add_member(:status, Shapes::ShapeRef.new(shape: ECSTaskSetStatus, location_name: "status"))
698
+ ECSTaskSet.add_member(:traffic_weight, Shapes::ShapeRef.new(shape: TrafficWeight, location_name: "trafficWeight"))
699
+ ECSTaskSet.add_member(:target_group, Shapes::ShapeRef.new(shape: TargetGroupInfo, location_name: "targetGroup"))
700
+ ECSTaskSet.add_member(:task_set_label, Shapes::ShapeRef.new(shape: TargetLabel, location_name: "taskSetLabel"))
701
+ ECSTaskSet.struct_class = Types::ECSTaskSet
702
+
703
+ ECSTaskSetList.member = Shapes::ShapeRef.new(shape: ECSTaskSet)
704
+
606
705
  ELBInfo.add_member(:name, Shapes::ShapeRef.new(shape: ELBName, location_name: "name"))
607
706
  ELBInfo.struct_class = Types::ELBInfo
608
707
 
@@ -612,6 +711,8 @@ module Aws::CodeDeploy
612
711
  ErrorInformation.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
613
712
  ErrorInformation.struct_class = Types::ErrorInformation
614
713
 
714
+ FilterValueList.member = Shapes::ShapeRef.new(shape: FilterValue)
715
+
615
716
  GenericRevisionInfo.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
616
717
  GenericRevisionInfo.add_member(:deployment_groups, Shapes::ShapeRef.new(shape: DeploymentGroupsList, location_name: "deploymentGroups"))
617
718
  GenericRevisionInfo.add_member(:first_used_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "firstUsedTime"))
@@ -654,12 +755,19 @@ module Aws::CodeDeploy
654
755
  GetDeploymentInstanceInput.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
655
756
  GetDeploymentInstanceInput.struct_class = Types::GetDeploymentInstanceInput
656
757
 
657
- GetDeploymentInstanceOutput.add_member(:instance_summary, Shapes::ShapeRef.new(shape: InstanceSummary, location_name: "instanceSummary"))
758
+ GetDeploymentInstanceOutput.add_member(:instance_summary, Shapes::ShapeRef.new(shape: InstanceSummary, deprecated: true, location_name: "instanceSummary"))
658
759
  GetDeploymentInstanceOutput.struct_class = Types::GetDeploymentInstanceOutput
659
760
 
660
761
  GetDeploymentOutput.add_member(:deployment_info, Shapes::ShapeRef.new(shape: DeploymentInfo, location_name: "deploymentInfo"))
661
762
  GetDeploymentOutput.struct_class = Types::GetDeploymentOutput
662
763
 
764
+ GetDeploymentTargetInput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
765
+ GetDeploymentTargetInput.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, location_name: "targetId"))
766
+ GetDeploymentTargetInput.struct_class = Types::GetDeploymentTargetInput
767
+
768
+ GetDeploymentTargetOutput.add_member(:deployment_target, Shapes::ShapeRef.new(shape: DeploymentTarget, location_name: "deploymentTarget"))
769
+ GetDeploymentTargetOutput.struct_class = Types::GetDeploymentTargetOutput
770
+
663
771
  GetOnPremisesInstanceInput.add_member(:instance_name, Shapes::ShapeRef.new(shape: InstanceName, required: true, location_name: "instanceName"))
664
772
  GetOnPremisesInstanceInput.struct_class = Types::GetOnPremisesInstanceInput
665
773
 
@@ -688,22 +796,39 @@ module Aws::CodeDeploy
688
796
 
689
797
  InstanceNameList.member = Shapes::ShapeRef.new(shape: InstanceName)
690
798
 
691
- InstanceStatusList.member = Shapes::ShapeRef.new(shape: InstanceStatus)
799
+ InstanceStatusList.member = Shapes::ShapeRef.new(shape: InstanceStatus, deprecated: true)
692
800
 
693
801
  InstanceSummary.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
694
802
  InstanceSummary.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "instanceId"))
695
- InstanceSummary.add_member(:status, Shapes::ShapeRef.new(shape: InstanceStatus, location_name: "status"))
803
+ InstanceSummary.add_member(:status, Shapes::ShapeRef.new(shape: InstanceStatus, deprecated: true, location_name: "status"))
696
804
  InstanceSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
697
805
  InstanceSummary.add_member(:lifecycle_events, Shapes::ShapeRef.new(shape: LifecycleEventList, location_name: "lifecycleEvents"))
698
806
  InstanceSummary.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
699
807
  InstanceSummary.struct_class = Types::InstanceSummary
700
808
 
701
- InstanceSummaryList.member = Shapes::ShapeRef.new(shape: InstanceSummary)
809
+ InstanceSummaryList.member = Shapes::ShapeRef.new(shape: InstanceSummary, deprecated: true)
810
+
811
+ InstanceTarget.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
812
+ InstanceTarget.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, location_name: "targetId"))
813
+ InstanceTarget.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, location_name: "targetArn"))
814
+ InstanceTarget.add_member(:status, Shapes::ShapeRef.new(shape: TargetStatus, location_name: "status"))
815
+ InstanceTarget.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Time, location_name: "lastUpdatedAt"))
816
+ InstanceTarget.add_member(:lifecycle_events, Shapes::ShapeRef.new(shape: LifecycleEventList, location_name: "lifecycleEvents"))
817
+ InstanceTarget.add_member(:instance_label, Shapes::ShapeRef.new(shape: TargetLabel, location_name: "instanceLabel"))
818
+ InstanceTarget.struct_class = Types::InstanceTarget
702
819
 
703
820
  InstanceTypeList.member = Shapes::ShapeRef.new(shape: InstanceType)
704
821
 
705
822
  InstancesList.member = Shapes::ShapeRef.new(shape: InstanceId)
706
823
 
824
+ LambdaTarget.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
825
+ LambdaTarget.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, location_name: "targetId"))
826
+ LambdaTarget.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, location_name: "targetArn"))
827
+ LambdaTarget.add_member(:status, Shapes::ShapeRef.new(shape: TargetStatus, location_name: "status"))
828
+ LambdaTarget.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Time, location_name: "lastUpdatedAt"))
829
+ LambdaTarget.add_member(:lifecycle_events, Shapes::ShapeRef.new(shape: LifecycleEventList, location_name: "lifecycleEvents"))
830
+ LambdaTarget.struct_class = Types::LambdaTarget
831
+
707
832
  LastDeploymentInfo.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
708
833
  LastDeploymentInfo.add_member(:status, Shapes::ShapeRef.new(shape: DeploymentStatus, location_name: "status"))
709
834
  LastDeploymentInfo.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
@@ -765,6 +890,15 @@ module Aws::CodeDeploy
765
890
  ListDeploymentInstancesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
766
891
  ListDeploymentInstancesOutput.struct_class = Types::ListDeploymentInstancesOutput
767
892
 
893
+ ListDeploymentTargetsInput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
894
+ ListDeploymentTargetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
895
+ ListDeploymentTargetsInput.add_member(:target_filters, Shapes::ShapeRef.new(shape: TargetFilters, location_name: "targetFilters"))
896
+ ListDeploymentTargetsInput.struct_class = Types::ListDeploymentTargetsInput
897
+
898
+ ListDeploymentTargetsOutput.add_member(:target_ids, Shapes::ShapeRef.new(shape: TargetIdList, location_name: "targetIds"))
899
+ ListDeploymentTargetsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
900
+ ListDeploymentTargetsOutput.struct_class = Types::ListDeploymentTargetsOutput
901
+
768
902
  ListDeploymentsInput.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "applicationName"))
769
903
  ListDeploymentsInput.add_member(:deployment_group_name, Shapes::ShapeRef.new(shape: DeploymentGroupName, location_name: "deploymentGroupName"))
770
904
  ListDeploymentsInput.add_member(:include_only_statuses, Shapes::ShapeRef.new(shape: DeploymentStatusList, location_name: "includeOnlyStatuses"))
@@ -792,8 +926,11 @@ module Aws::CodeDeploy
792
926
  ListOnPremisesInstancesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
793
927
  ListOnPremisesInstancesOutput.struct_class = Types::ListOnPremisesInstancesOutput
794
928
 
929
+ ListenerArnList.member = Shapes::ShapeRef.new(shape: ListenerArn)
930
+
795
931
  LoadBalancerInfo.add_member(:elb_info_list, Shapes::ShapeRef.new(shape: ELBInfoList, location_name: "elbInfoList"))
796
932
  LoadBalancerInfo.add_member(:target_group_info_list, Shapes::ShapeRef.new(shape: TargetGroupInfoList, location_name: "targetGroupInfoList"))
933
+ LoadBalancerInfo.add_member(:target_group_pair_info_list, Shapes::ShapeRef.new(shape: TargetGroupPairInfoList, location_name: "targetGroupPairInfoList"))
797
934
  LoadBalancerInfo.struct_class = Types::LoadBalancerInfo
798
935
 
799
936
  MinimumHealthyHosts.add_member(:value, Shapes::ShapeRef.new(shape: MinimumHealthyHostsValue, location_name: "value"))
@@ -840,7 +977,8 @@ module Aws::CodeDeploy
840
977
  RevisionLocation.add_member(:revision_type, Shapes::ShapeRef.new(shape: RevisionLocationType, location_name: "revisionType"))
841
978
  RevisionLocation.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
842
979
  RevisionLocation.add_member(:git_hub_location, Shapes::ShapeRef.new(shape: GitHubLocation, location_name: "gitHubLocation"))
843
- RevisionLocation.add_member(:string, Shapes::ShapeRef.new(shape: RawString, location_name: "string"))
980
+ RevisionLocation.add_member(:string, Shapes::ShapeRef.new(shape: RawString, deprecated: true, location_name: "string"))
981
+ RevisionLocation.add_member(:app_spec_content, Shapes::ShapeRef.new(shape: AppSpecContent, location_name: "appSpecContent"))
844
982
  RevisionLocation.struct_class = Types::RevisionLocation
845
983
 
846
984
  RevisionLocationList.member = Shapes::ShapeRef.new(shape: RevisionLocation)
@@ -881,11 +1019,23 @@ module Aws::CodeDeploy
881
1019
 
882
1020
  TagList.member = Shapes::ShapeRef.new(shape: Tag)
883
1021
 
1022
+ TargetFilters.key = Shapes::ShapeRef.new(shape: TargetFilterName)
1023
+ TargetFilters.value = Shapes::ShapeRef.new(shape: FilterValueList)
1024
+
884
1025
  TargetGroupInfo.add_member(:name, Shapes::ShapeRef.new(shape: TargetGroupName, location_name: "name"))
885
1026
  TargetGroupInfo.struct_class = Types::TargetGroupInfo
886
1027
 
887
1028
  TargetGroupInfoList.member = Shapes::ShapeRef.new(shape: TargetGroupInfo)
888
1029
 
1030
+ TargetGroupPairInfo.add_member(:target_groups, Shapes::ShapeRef.new(shape: TargetGroupInfoList, location_name: "targetGroups"))
1031
+ TargetGroupPairInfo.add_member(:prod_traffic_route, Shapes::ShapeRef.new(shape: TrafficRoute, location_name: "prodTrafficRoute"))
1032
+ TargetGroupPairInfo.add_member(:test_traffic_route, Shapes::ShapeRef.new(shape: TrafficRoute, location_name: "testTrafficRoute"))
1033
+ TargetGroupPairInfo.struct_class = Types::TargetGroupPairInfo
1034
+
1035
+ TargetGroupPairInfoList.member = Shapes::ShapeRef.new(shape: TargetGroupPairInfo)
1036
+
1037
+ TargetIdList.member = Shapes::ShapeRef.new(shape: TargetId)
1038
+
889
1039
  TargetInstances.add_member(:tag_filters, Shapes::ShapeRef.new(shape: EC2TagFilterList, location_name: "tagFilters"))
890
1040
  TargetInstances.add_member(:auto_scaling_groups, Shapes::ShapeRef.new(shape: AutoScalingGroupNameList, location_name: "autoScalingGroups"))
891
1041
  TargetInstances.add_member(:ec2_tag_set, Shapes::ShapeRef.new(shape: EC2TagSet, location_name: "ec2TagSet"))
@@ -903,6 +1053,9 @@ module Aws::CodeDeploy
903
1053
  TimeRange.add_member(:end, Shapes::ShapeRef.new(shape: Timestamp, location_name: "end"))
904
1054
  TimeRange.struct_class = Types::TimeRange
905
1055
 
1056
+ TrafficRoute.add_member(:listener_arns, Shapes::ShapeRef.new(shape: ListenerArnList, location_name: "listenerArns"))
1057
+ TrafficRoute.struct_class = Types::TrafficRoute
1058
+
906
1059
  TrafficRoutingConfig.add_member(:type, Shapes::ShapeRef.new(shape: TrafficRoutingType, location_name: "type"))
907
1060
  TrafficRoutingConfig.add_member(:time_based_canary, Shapes::ShapeRef.new(shape: TimeBasedCanary, location_name: "timeBasedCanary"))
908
1061
  TrafficRoutingConfig.add_member(:time_based_linear, Shapes::ShapeRef.new(shape: TimeBasedLinear, location_name: "timeBasedLinear"))
@@ -936,6 +1089,7 @@ module Aws::CodeDeploy
936
1089
  UpdateDeploymentGroupInput.add_member(:blue_green_deployment_configuration, Shapes::ShapeRef.new(shape: BlueGreenDeploymentConfiguration, location_name: "blueGreenDeploymentConfiguration"))
937
1090
  UpdateDeploymentGroupInput.add_member(:load_balancer_info, Shapes::ShapeRef.new(shape: LoadBalancerInfo, location_name: "loadBalancerInfo"))
938
1091
  UpdateDeploymentGroupInput.add_member(:ec2_tag_set, Shapes::ShapeRef.new(shape: EC2TagSet, location_name: "ec2TagSet"))
1092
+ UpdateDeploymentGroupInput.add_member(:ecs_services, Shapes::ShapeRef.new(shape: ECSServiceList, location_name: "ecsServices"))
939
1093
  UpdateDeploymentGroupInput.add_member(:on_premises_tag_set, Shapes::ShapeRef.new(shape: OnPremisesTagSet, location_name: "onPremisesTagSet"))
940
1094
  UpdateDeploymentGroupInput.struct_class = Types::UpdateDeploymentGroupInput
941
1095
 
@@ -958,7 +1112,6 @@ module Aws::CodeDeploy
958
1112
  "serviceId" => "CodeDeploy",
959
1113
  "signatureVersion" => "v4",
960
1114
  "targetPrefix" => "CodeDeploy_20141006",
961
- "timestampFormat" => "unixTimestamp",
962
1115
  "uid" => "codedeploy-2014-10-06",
963
1116
  }
964
1117
 
@@ -1015,12 +1168,14 @@ module Aws::CodeDeploy
1015
1168
  o.errors << Shapes::ShapeRef.new(shape: DeploymentGroupNameRequiredException)
1016
1169
  o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentGroupNameException)
1017
1170
  o.errors << Shapes::ShapeRef.new(shape: BatchLimitExceededException)
1171
+ o.errors << Shapes::ShapeRef.new(shape: DeploymentConfigDoesNotExistException)
1018
1172
  end)
1019
1173
 
1020
1174
  api.add_operation(:batch_get_deployment_instances, Seahorse::Model::Operation.new.tap do |o|
1021
1175
  o.name = "BatchGetDeploymentInstances"
1022
1176
  o.http_method = "POST"
1023
1177
  o.http_request_uri = "/"
1178
+ o.deprecated = true
1024
1179
  o.input = Shapes::ShapeRef.new(shape: BatchGetDeploymentInstancesInput)
1025
1180
  o.output = Shapes::ShapeRef.new(shape: BatchGetDeploymentInstancesOutput)
1026
1181
  o.errors << Shapes::ShapeRef.new(shape: DeploymentIdRequiredException)
@@ -1029,6 +1184,22 @@ module Aws::CodeDeploy
1029
1184
  o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentIdException)
1030
1185
  o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceNameException)
1031
1186
  o.errors << Shapes::ShapeRef.new(shape: BatchLimitExceededException)
1187
+ o.errors << Shapes::ShapeRef.new(shape: InvalidComputePlatformException)
1188
+ end)
1189
+
1190
+ api.add_operation(:batch_get_deployment_targets, Seahorse::Model::Operation.new.tap do |o|
1191
+ o.name = "BatchGetDeploymentTargets"
1192
+ o.http_method = "POST"
1193
+ o.http_request_uri = "/"
1194
+ o.input = Shapes::ShapeRef.new(shape: BatchGetDeploymentTargetsInput)
1195
+ o.output = Shapes::ShapeRef.new(shape: BatchGetDeploymentTargetsOutput)
1196
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentIdException)
1197
+ o.errors << Shapes::ShapeRef.new(shape: DeploymentIdRequiredException)
1198
+ o.errors << Shapes::ShapeRef.new(shape: DeploymentDoesNotExistException)
1199
+ o.errors << Shapes::ShapeRef.new(shape: DeploymentTargetIdRequiredException)
1200
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentTargetIdException)
1201
+ o.errors << Shapes::ShapeRef.new(shape: DeploymentTargetDoesNotExistException)
1202
+ o.errors << Shapes::ShapeRef.new(shape: DeploymentTargetListSizeExceededException)
1032
1203
  end)
1033
1204
 
1034
1205
  api.add_operation(:batch_get_deployments, Seahorse::Model::Operation.new.tap do |o|
@@ -1065,6 +1236,8 @@ module Aws::CodeDeploy
1065
1236
  o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentIdException)
1066
1237
  o.errors << Shapes::ShapeRef.new(shape: DeploymentIsNotInReadyStateException)
1067
1238
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedActionForDeploymentTypeException)
1239
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentWaitTypeException)
1240
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentStatusException)
1068
1241
  end)
1069
1242
 
1070
1243
  api.add_operation(:create_application, Seahorse::Model::Operation.new.tap do |o|
@@ -1159,6 +1332,10 @@ module Aws::CodeDeploy
1159
1332
  o.errors << Shapes::ShapeRef.new(shape: InvalidOnPremisesTagCombinationException)
1160
1333
  o.errors << Shapes::ShapeRef.new(shape: TagSetListLimitExceededException)
1161
1334
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1335
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1336
+ o.errors << Shapes::ShapeRef.new(shape: InvalidECSServiceException)
1337
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTargetGroupPairException)
1338
+ o.errors << Shapes::ShapeRef.new(shape: ECSServiceMappingLimitExceededException)
1162
1339
  end)
1163
1340
 
1164
1341
  api.add_operation(:delete_application, Seahorse::Model::Operation.new.tap do |o|
@@ -1264,6 +1441,7 @@ module Aws::CodeDeploy
1264
1441
  o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentConfigNameException)
1265
1442
  o.errors << Shapes::ShapeRef.new(shape: DeploymentConfigNameRequiredException)
1266
1443
  o.errors << Shapes::ShapeRef.new(shape: DeploymentConfigDoesNotExistException)
1444
+ o.errors << Shapes::ShapeRef.new(shape: InvalidComputePlatformException)
1267
1445
  end)
1268
1446
 
1269
1447
  api.add_operation(:get_deployment_group, Seahorse::Model::Operation.new.tap do |o|
@@ -1278,12 +1456,14 @@ module Aws::CodeDeploy
1278
1456
  o.errors << Shapes::ShapeRef.new(shape: DeploymentGroupNameRequiredException)
1279
1457
  o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentGroupNameException)
1280
1458
  o.errors << Shapes::ShapeRef.new(shape: DeploymentGroupDoesNotExistException)
1459
+ o.errors << Shapes::ShapeRef.new(shape: DeploymentConfigDoesNotExistException)
1281
1460
  end)
1282
1461
 
1283
1462
  api.add_operation(:get_deployment_instance, Seahorse::Model::Operation.new.tap do |o|
1284
1463
  o.name = "GetDeploymentInstance"
1285
1464
  o.http_method = "POST"
1286
1465
  o.http_request_uri = "/"
1466
+ o.deprecated = true
1287
1467
  o.input = Shapes::ShapeRef.new(shape: GetDeploymentInstanceInput)
1288
1468
  o.output = Shapes::ShapeRef.new(shape: GetDeploymentInstanceOutput)
1289
1469
  o.errors << Shapes::ShapeRef.new(shape: DeploymentIdRequiredException)
@@ -1292,6 +1472,22 @@ module Aws::CodeDeploy
1292
1472
  o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentIdException)
1293
1473
  o.errors << Shapes::ShapeRef.new(shape: InstanceDoesNotExistException)
1294
1474
  o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceNameException)
1475
+ o.errors << Shapes::ShapeRef.new(shape: InvalidComputePlatformException)
1476
+ end)
1477
+
1478
+ api.add_operation(:get_deployment_target, Seahorse::Model::Operation.new.tap do |o|
1479
+ o.name = "GetDeploymentTarget"
1480
+ o.http_method = "POST"
1481
+ o.http_request_uri = "/"
1482
+ o.input = Shapes::ShapeRef.new(shape: GetDeploymentTargetInput)
1483
+ o.output = Shapes::ShapeRef.new(shape: GetDeploymentTargetOutput)
1484
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentIdException)
1485
+ o.errors << Shapes::ShapeRef.new(shape: DeploymentIdRequiredException)
1486
+ o.errors << Shapes::ShapeRef.new(shape: DeploymentDoesNotExistException)
1487
+ o.errors << Shapes::ShapeRef.new(shape: DeploymentTargetIdRequiredException)
1488
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentTargetIdException)
1489
+ o.errors << Shapes::ShapeRef.new(shape: DeploymentTargetDoesNotExistException)
1490
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceNameException)
1295
1491
  end)
1296
1492
 
1297
1493
  api.add_operation(:get_on_premises_instance, Seahorse::Model::Operation.new.tap do |o|
@@ -1377,6 +1573,7 @@ module Aws::CodeDeploy
1377
1573
  o.name = "ListDeploymentInstances"
1378
1574
  o.http_method = "POST"
1379
1575
  o.http_request_uri = "/"
1576
+ o.deprecated = true
1380
1577
  o.input = Shapes::ShapeRef.new(shape: ListDeploymentInstancesInput)
1381
1578
  o.output = Shapes::ShapeRef.new(shape: ListDeploymentInstancesOutput)
1382
1579
  o.errors << Shapes::ShapeRef.new(shape: DeploymentIdRequiredException)
@@ -1387,6 +1584,8 @@ module Aws::CodeDeploy
1387
1584
  o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceStatusException)
1388
1585
  o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceTypeException)
1389
1586
  o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentInstanceTypeException)
1587
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTargetFilterNameException)
1588
+ o.errors << Shapes::ShapeRef.new(shape: InvalidComputePlatformException)
1390
1589
  o[:pager] = Aws::Pager.new(
1391
1590
  tokens: {
1392
1591
  "next_token" => "next_token"
@@ -1394,6 +1593,22 @@ module Aws::CodeDeploy
1394
1593
  )
1395
1594
  end)
1396
1595
 
1596
+ api.add_operation(:list_deployment_targets, Seahorse::Model::Operation.new.tap do |o|
1597
+ o.name = "ListDeploymentTargets"
1598
+ o.http_method = "POST"
1599
+ o.http_request_uri = "/"
1600
+ o.input = Shapes::ShapeRef.new(shape: ListDeploymentTargetsInput)
1601
+ o.output = Shapes::ShapeRef.new(shape: ListDeploymentTargetsOutput)
1602
+ o.errors << Shapes::ShapeRef.new(shape: DeploymentIdRequiredException)
1603
+ o.errors << Shapes::ShapeRef.new(shape: DeploymentDoesNotExistException)
1604
+ o.errors << Shapes::ShapeRef.new(shape: DeploymentNotStartedException)
1605
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1606
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentIdException)
1607
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceStatusException)
1608
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceTypeException)
1609
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentInstanceTypeException)
1610
+ end)
1611
+
1397
1612
  api.add_operation(:list_deployments, Seahorse::Model::Operation.new.tap do |o|
1398
1613
  o.name = "ListDeployments"
1399
1614
  o.http_method = "POST"
@@ -1504,6 +1719,7 @@ module Aws::CodeDeploy
1504
1719
  o.name = "SkipWaitTimeForInstanceTermination"
1505
1720
  o.http_method = "POST"
1506
1721
  o.http_request_uri = "/"
1722
+ o.deprecated = true
1507
1723
  o.input = Shapes::ShapeRef.new(shape: SkipWaitTimeForInstanceTerminationInput)
1508
1724
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1509
1725
  o.errors << Shapes::ShapeRef.new(shape: DeploymentIdRequiredException)
@@ -1522,6 +1738,7 @@ module Aws::CodeDeploy
1522
1738
  o.output = Shapes::ShapeRef.new(shape: StopDeploymentOutput)
1523
1739
  o.errors << Shapes::ShapeRef.new(shape: DeploymentIdRequiredException)
1524
1740
  o.errors << Shapes::ShapeRef.new(shape: DeploymentDoesNotExistException)
1741
+ o.errors << Shapes::ShapeRef.new(shape: DeploymentGroupDoesNotExistException)
1525
1742
  o.errors << Shapes::ShapeRef.new(shape: DeploymentAlreadyCompletedException)
1526
1743
  o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentIdException)
1527
1744
  end)
@@ -1570,6 +1787,10 @@ module Aws::CodeDeploy
1570
1787
  o.errors << Shapes::ShapeRef.new(shape: InvalidOnPremisesTagCombinationException)
1571
1788
  o.errors << Shapes::ShapeRef.new(shape: TagSetListLimitExceededException)
1572
1789
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1790
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1791
+ o.errors << Shapes::ShapeRef.new(shape: InvalidECSServiceException)
1792
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTargetGroupPairException)
1793
+ o.errors << Shapes::ShapeRef.new(shape: ECSServiceMappingLimitExceededException)
1573
1794
  end)
1574
1795
  end
1575
1796