aws-sdk-ecs 1.203.0 → 1.206.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.
@@ -14,9 +14,19 @@ module Aws::ECS
14
14
 
15
15
  include Seahorse::Model
16
16
 
17
+ AcceleratorCountRequest = Shapes::StructureShape.new(name: 'AcceleratorCountRequest')
18
+ AcceleratorManufacturer = Shapes::StringShape.new(name: 'AcceleratorManufacturer')
19
+ AcceleratorManufacturerSet = Shapes::ListShape.new(name: 'AcceleratorManufacturerSet')
20
+ AcceleratorName = Shapes::StringShape.new(name: 'AcceleratorName')
21
+ AcceleratorNameSet = Shapes::ListShape.new(name: 'AcceleratorNameSet')
22
+ AcceleratorTotalMemoryMiBRequest = Shapes::StructureShape.new(name: 'AcceleratorTotalMemoryMiBRequest')
23
+ AcceleratorType = Shapes::StringShape.new(name: 'AcceleratorType')
24
+ AcceleratorTypeSet = Shapes::ListShape.new(name: 'AcceleratorTypeSet')
17
25
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
18
26
  AdvancedConfiguration = Shapes::StructureShape.new(name: 'AdvancedConfiguration')
19
27
  AgentUpdateStatus = Shapes::StringShape.new(name: 'AgentUpdateStatus')
28
+ AllowedInstanceType = Shapes::StringShape.new(name: 'AllowedInstanceType')
29
+ AllowedInstanceTypeSet = Shapes::ListShape.new(name: 'AllowedInstanceTypeSet')
20
30
  ApplicationProtocol = Shapes::StringShape.new(name: 'ApplicationProtocol')
21
31
  AssignPublicIp = Shapes::StringShape.new(name: 'AssignPublicIp')
22
32
  Attachment = Shapes::StructureShape.new(name: 'Attachment')
@@ -31,10 +41,14 @@ module Aws::ECS
31
41
  AutoScalingGroupProviderUpdate = Shapes::StructureShape.new(name: 'AutoScalingGroupProviderUpdate')
32
42
  AvailabilityZoneRebalancing = Shapes::StringShape.new(name: 'AvailabilityZoneRebalancing')
33
43
  AwsVpcConfiguration = Shapes::StructureShape.new(name: 'AwsVpcConfiguration')
44
+ BareMetal = Shapes::StringShape.new(name: 'BareMetal')
45
+ BaselineEbsBandwidthMbpsRequest = Shapes::StructureShape.new(name: 'BaselineEbsBandwidthMbpsRequest')
34
46
  BlockedException = Shapes::StructureShape.new(name: 'BlockedException')
35
47
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
36
48
  BoxedBoolean = Shapes::BooleanShape.new(name: 'BoxedBoolean')
49
+ BoxedDouble = Shapes::FloatShape.new(name: 'BoxedDouble')
37
50
  BoxedInteger = Shapes::IntegerShape.new(name: 'BoxedInteger')
51
+ BurstablePerformance = Shapes::StringShape.new(name: 'BurstablePerformance')
38
52
  CPUArchitecture = Shapes::StringShape.new(name: 'CPUArchitecture')
39
53
  CapacityProvider = Shapes::StructureShape.new(name: 'CapacityProvider')
40
54
  CapacityProviderField = Shapes::StringShape.new(name: 'CapacityProviderField')
@@ -44,11 +58,13 @@ module Aws::ECS
44
58
  CapacityProviderStrategyItem = Shapes::StructureShape.new(name: 'CapacityProviderStrategyItem')
45
59
  CapacityProviderStrategyItemBase = Shapes::IntegerShape.new(name: 'CapacityProviderStrategyItemBase')
46
60
  CapacityProviderStrategyItemWeight = Shapes::IntegerShape.new(name: 'CapacityProviderStrategyItemWeight')
61
+ CapacityProviderType = Shapes::StringShape.new(name: 'CapacityProviderType')
47
62
  CapacityProviderUpdateStatus = Shapes::StringShape.new(name: 'CapacityProviderUpdateStatus')
48
63
  CapacityProviders = Shapes::ListShape.new(name: 'CapacityProviders')
49
64
  ClientException = Shapes::StructureShape.new(name: 'ClientException')
50
65
  Cluster = Shapes::StructureShape.new(name: 'Cluster')
51
66
  ClusterConfiguration = Shapes::StructureShape.new(name: 'ClusterConfiguration')
67
+ ClusterContainsCapacityProviderException = Shapes::StructureShape.new(name: 'ClusterContainsCapacityProviderException')
52
68
  ClusterContainsContainerInstancesException = Shapes::StructureShape.new(name: 'ClusterContainsContainerInstancesException')
53
69
  ClusterContainsServicesException = Shapes::StructureShape.new(name: 'ClusterContainsServicesException')
54
70
  ClusterContainsTasksException = Shapes::StructureShape.new(name: 'ClusterContainsTasksException')
@@ -85,10 +101,13 @@ module Aws::ECS
85
101
  ContainerStateChange = Shapes::StructureShape.new(name: 'ContainerStateChange')
86
102
  ContainerStateChanges = Shapes::ListShape.new(name: 'ContainerStateChanges')
87
103
  Containers = Shapes::ListShape.new(name: 'Containers')
104
+ CpuManufacturer = Shapes::StringShape.new(name: 'CpuManufacturer')
105
+ CpuManufacturerSet = Shapes::ListShape.new(name: 'CpuManufacturerSet')
88
106
  CreateCapacityProviderRequest = Shapes::StructureShape.new(name: 'CreateCapacityProviderRequest')
89
107
  CreateCapacityProviderResponse = Shapes::StructureShape.new(name: 'CreateCapacityProviderResponse')
90
108
  CreateClusterRequest = Shapes::StructureShape.new(name: 'CreateClusterRequest')
91
109
  CreateClusterResponse = Shapes::StructureShape.new(name: 'CreateClusterResponse')
110
+ CreateManagedInstancesProviderConfiguration = Shapes::StructureShape.new(name: 'CreateManagedInstancesProviderConfiguration')
92
111
  CreateServiceRequest = Shapes::StructureShape.new(name: 'CreateServiceRequest')
93
112
  CreateServiceResponse = Shapes::StructureShape.new(name: 'CreateServiceResponse')
94
113
  CreateTaskSetRequest = Shapes::StructureShape.new(name: 'CreateTaskSetRequest')
@@ -171,6 +190,8 @@ module Aws::ECS
171
190
  EnvironmentFiles = Shapes::ListShape.new(name: 'EnvironmentFiles')
172
191
  EnvironmentVariables = Shapes::ListShape.new(name: 'EnvironmentVariables')
173
192
  EphemeralStorage = Shapes::StructureShape.new(name: 'EphemeralStorage')
193
+ ExcludedInstanceType = Shapes::StringShape.new(name: 'ExcludedInstanceType')
194
+ ExcludedInstanceTypeSet = Shapes::ListShape.new(name: 'ExcludedInstanceTypeSet')
174
195
  ExecuteCommandConfiguration = Shapes::StructureShape.new(name: 'ExecuteCommandConfiguration')
175
196
  ExecuteCommandLogConfiguration = Shapes::StructureShape.new(name: 'ExecuteCommandLogConfiguration')
176
197
  ExecuteCommandLogging = Shapes::StringShape.new(name: 'ExecuteCommandLogging')
@@ -188,6 +209,7 @@ module Aws::ECS
188
209
  GpuIds = Shapes::ListShape.new(name: 'GpuIds')
189
210
  HealthCheck = Shapes::StructureShape.new(name: 'HealthCheck')
190
211
  HealthStatus = Shapes::StringShape.new(name: 'HealthStatus')
212
+ HookDetails = Shapes::DocumentShape.new(name: 'HookDetails', document: true)
191
213
  HostEntry = Shapes::StructureShape.new(name: 'HostEntry')
192
214
  HostEntryList = Shapes::ListShape.new(name: 'HostEntryList')
193
215
  HostVolumeProperties = Shapes::StructureShape.new(name: 'HostVolumeProperties')
@@ -196,10 +218,15 @@ module Aws::ECS
196
218
  InferenceAcceleratorOverride = Shapes::StructureShape.new(name: 'InferenceAcceleratorOverride')
197
219
  InferenceAcceleratorOverrides = Shapes::ListShape.new(name: 'InferenceAcceleratorOverrides')
198
220
  InferenceAccelerators = Shapes::ListShape.new(name: 'InferenceAccelerators')
221
+ InstanceGeneration = Shapes::StringShape.new(name: 'InstanceGeneration')
222
+ InstanceGenerationSet = Shapes::ListShape.new(name: 'InstanceGenerationSet')
199
223
  InstanceHealthCheckResult = Shapes::StructureShape.new(name: 'InstanceHealthCheckResult')
200
224
  InstanceHealthCheckResultList = Shapes::ListShape.new(name: 'InstanceHealthCheckResultList')
201
225
  InstanceHealthCheckState = Shapes::StringShape.new(name: 'InstanceHealthCheckState')
202
226
  InstanceHealthCheckType = Shapes::StringShape.new(name: 'InstanceHealthCheckType')
227
+ InstanceLaunchTemplate = Shapes::StructureShape.new(name: 'InstanceLaunchTemplate')
228
+ InstanceLaunchTemplateUpdate = Shapes::StructureShape.new(name: 'InstanceLaunchTemplateUpdate')
229
+ InstanceRequirementsRequest = Shapes::StructureShape.new(name: 'InstanceRequirementsRequest')
203
230
  Integer = Shapes::IntegerShape.new(name: 'Integer')
204
231
  IntegerList = Shapes::ListShape.new(name: 'IntegerList')
205
232
  InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
@@ -233,6 +260,9 @@ module Aws::ECS
233
260
  ListTasksResponse = Shapes::StructureShape.new(name: 'ListTasksResponse')
234
261
  LoadBalancer = Shapes::StructureShape.new(name: 'LoadBalancer')
235
262
  LoadBalancers = Shapes::ListShape.new(name: 'LoadBalancers')
263
+ LocalStorage = Shapes::StringShape.new(name: 'LocalStorage')
264
+ LocalStorageType = Shapes::StringShape.new(name: 'LocalStorageType')
265
+ LocalStorageTypeSet = Shapes::ListShape.new(name: 'LocalStorageTypeSet')
236
266
  LogConfiguration = Shapes::StructureShape.new(name: 'LogConfiguration')
237
267
  LogConfigurationOptionsMap = Shapes::MapShape.new(name: 'LogConfigurationOptionsMap')
238
268
  LogDriver = Shapes::StringShape.new(name: 'LogDriver')
@@ -243,6 +273,10 @@ module Aws::ECS
243
273
  ManagedAgentStateChanges = Shapes::ListShape.new(name: 'ManagedAgentStateChanges')
244
274
  ManagedAgents = Shapes::ListShape.new(name: 'ManagedAgents')
245
275
  ManagedDraining = Shapes::StringShape.new(name: 'ManagedDraining')
276
+ ManagedInstancesMonitoringOptions = Shapes::StringShape.new(name: 'ManagedInstancesMonitoringOptions')
277
+ ManagedInstancesNetworkConfiguration = Shapes::StructureShape.new(name: 'ManagedInstancesNetworkConfiguration')
278
+ ManagedInstancesProvider = Shapes::StructureShape.new(name: 'ManagedInstancesProvider')
279
+ ManagedInstancesStorageConfiguration = Shapes::StructureShape.new(name: 'ManagedInstancesStorageConfiguration')
246
280
  ManagedScaling = Shapes::StructureShape.new(name: 'ManagedScaling')
247
281
  ManagedScalingInstanceWarmupPeriod = Shapes::IntegerShape.new(name: 'ManagedScalingInstanceWarmupPeriod')
248
282
  ManagedScalingStatus = Shapes::StringShape.new(name: 'ManagedScalingStatus')
@@ -250,14 +284,18 @@ module Aws::ECS
250
284
  ManagedScalingTargetCapacity = Shapes::IntegerShape.new(name: 'ManagedScalingTargetCapacity')
251
285
  ManagedStorageConfiguration = Shapes::StructureShape.new(name: 'ManagedStorageConfiguration')
252
286
  ManagedTerminationProtection = Shapes::StringShape.new(name: 'ManagedTerminationProtection')
287
+ MemoryGiBPerVCpuRequest = Shapes::StructureShape.new(name: 'MemoryGiBPerVCpuRequest')
288
+ MemoryMiBRequest = Shapes::StructureShape.new(name: 'MemoryMiBRequest')
253
289
  MissingVersionException = Shapes::StructureShape.new(name: 'MissingVersionException')
254
290
  MountPoint = Shapes::StructureShape.new(name: 'MountPoint')
255
291
  MountPointList = Shapes::ListShape.new(name: 'MountPointList')
256
292
  NamespaceNotFoundException = Shapes::StructureShape.new(name: 'NamespaceNotFoundException')
293
+ NetworkBandwidthGbpsRequest = Shapes::StructureShape.new(name: 'NetworkBandwidthGbpsRequest')
257
294
  NetworkBinding = Shapes::StructureShape.new(name: 'NetworkBinding')
258
295
  NetworkBindings = Shapes::ListShape.new(name: 'NetworkBindings')
259
296
  NetworkConfiguration = Shapes::StructureShape.new(name: 'NetworkConfiguration')
260
297
  NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
298
+ NetworkInterfaceCountRequest = Shapes::StructureShape.new(name: 'NetworkInterfaceCountRequest')
261
299
  NetworkInterfaces = Shapes::ListShape.new(name: 'NetworkInterfaces')
262
300
  NetworkMode = Shapes::StringShape.new(name: 'NetworkMode')
263
301
  NoUpdateAvailableException = Shapes::StructureShape.new(name: 'NoUpdateAvailableException')
@@ -277,6 +315,7 @@ module Aws::ECS
277
315
  PortMapping = Shapes::StructureShape.new(name: 'PortMapping')
278
316
  PortMappingList = Shapes::ListShape.new(name: 'PortMappingList')
279
317
  PortNumber = Shapes::IntegerShape.new(name: 'PortNumber')
318
+ PropagateMITags = Shapes::StringShape.new(name: 'PropagateMITags')
280
319
  PropagateTags = Shapes::StringShape.new(name: 'PropagateTags')
281
320
  ProtectedTask = Shapes::StructureShape.new(name: 'ProtectedTask')
282
321
  ProtectedTasks = Shapes::ListShape.new(name: 'ProtectedTasks')
@@ -421,11 +460,13 @@ module Aws::ECS
421
460
  TaskStopCode = Shapes::StringShape.new(name: 'TaskStopCode')
422
461
  TaskVolumeConfiguration = Shapes::StructureShape.new(name: 'TaskVolumeConfiguration')
423
462
  TaskVolumeConfigurations = Shapes::ListShape.new(name: 'TaskVolumeConfigurations')
463
+ TaskVolumeStorageGiB = Shapes::IntegerShape.new(name: 'TaskVolumeStorageGiB')
424
464
  Tasks = Shapes::ListShape.new(name: 'Tasks')
425
465
  TimeoutConfiguration = Shapes::StructureShape.new(name: 'TimeoutConfiguration')
426
466
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
427
467
  Tmpfs = Shapes::StructureShape.new(name: 'Tmpfs')
428
468
  TmpfsList = Shapes::ListShape.new(name: 'TmpfsList')
469
+ TotalLocalStorageGBRequest = Shapes::StructureShape.new(name: 'TotalLocalStorageGBRequest')
429
470
  TransportProtocol = Shapes::StringShape.new(name: 'TransportProtocol')
430
471
  Ulimit = Shapes::StructureShape.new(name: 'Ulimit')
431
472
  UlimitList = Shapes::ListShape.new(name: 'UlimitList')
@@ -444,6 +485,7 @@ module Aws::ECS
444
485
  UpdateContainerInstancesStateRequest = Shapes::StructureShape.new(name: 'UpdateContainerInstancesStateRequest')
445
486
  UpdateContainerInstancesStateResponse = Shapes::StructureShape.new(name: 'UpdateContainerInstancesStateResponse')
446
487
  UpdateInProgressException = Shapes::StructureShape.new(name: 'UpdateInProgressException')
488
+ UpdateManagedInstancesProviderConfiguration = Shapes::StructureShape.new(name: 'UpdateManagedInstancesProviderConfiguration')
447
489
  UpdateServicePrimaryTaskSetRequest = Shapes::StructureShape.new(name: 'UpdateServicePrimaryTaskSetRequest')
448
490
  UpdateServicePrimaryTaskSetResponse = Shapes::StructureShape.new(name: 'UpdateServicePrimaryTaskSetResponse')
449
491
  UpdateServiceRequest = Shapes::StructureShape.new(name: 'UpdateServiceRequest')
@@ -452,6 +494,7 @@ module Aws::ECS
452
494
  UpdateTaskProtectionResponse = Shapes::StructureShape.new(name: 'UpdateTaskProtectionResponse')
453
495
  UpdateTaskSetRequest = Shapes::StructureShape.new(name: 'UpdateTaskSetRequest')
454
496
  UpdateTaskSetResponse = Shapes::StructureShape.new(name: 'UpdateTaskSetResponse')
497
+ VCpuCountRangeRequest = Shapes::StructureShape.new(name: 'VCpuCountRangeRequest')
455
498
  VersionConsistency = Shapes::StringShape.new(name: 'VersionConsistency')
456
499
  VersionInfo = Shapes::StructureShape.new(name: 'VersionInfo')
457
500
  Volume = Shapes::StructureShape.new(name: 'Volume')
@@ -461,6 +504,20 @@ module Aws::ECS
461
504
  VpcLatticeConfiguration = Shapes::StructureShape.new(name: 'VpcLatticeConfiguration')
462
505
  VpcLatticeConfigurations = Shapes::ListShape.new(name: 'VpcLatticeConfigurations')
463
506
 
507
+ AcceleratorCountRequest.add_member(:min, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "min"))
508
+ AcceleratorCountRequest.add_member(:max, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "max"))
509
+ AcceleratorCountRequest.struct_class = Types::AcceleratorCountRequest
510
+
511
+ AcceleratorManufacturerSet.member = Shapes::ShapeRef.new(shape: AcceleratorManufacturer)
512
+
513
+ AcceleratorNameSet.member = Shapes::ShapeRef.new(shape: AcceleratorName)
514
+
515
+ AcceleratorTotalMemoryMiBRequest.add_member(:min, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "min"))
516
+ AcceleratorTotalMemoryMiBRequest.add_member(:max, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "max"))
517
+ AcceleratorTotalMemoryMiBRequest.struct_class = Types::AcceleratorTotalMemoryMiBRequest
518
+
519
+ AcceleratorTypeSet.member = Shapes::ShapeRef.new(shape: AcceleratorType)
520
+
464
521
  AccessDeniedException.struct_class = Types::AccessDeniedException
465
522
 
466
523
  AdvancedConfiguration.add_member(:alternate_target_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "alternateTargetGroupArn"))
@@ -469,6 +526,8 @@ module Aws::ECS
469
526
  AdvancedConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, location_name: "roleArn"))
470
527
  AdvancedConfiguration.struct_class = Types::AdvancedConfiguration
471
528
 
529
+ AllowedInstanceTypeSet.member = Shapes::ShapeRef.new(shape: AllowedInstanceType)
530
+
472
531
  Attachment.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
473
532
  Attachment.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
474
533
  Attachment.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
@@ -511,15 +570,22 @@ module Aws::ECS
511
570
  AwsVpcConfiguration.add_member(:assign_public_ip, Shapes::ShapeRef.new(shape: AssignPublicIp, location_name: "assignPublicIp"))
512
571
  AwsVpcConfiguration.struct_class = Types::AwsVpcConfiguration
513
572
 
573
+ BaselineEbsBandwidthMbpsRequest.add_member(:min, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "min"))
574
+ BaselineEbsBandwidthMbpsRequest.add_member(:max, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "max"))
575
+ BaselineEbsBandwidthMbpsRequest.struct_class = Types::BaselineEbsBandwidthMbpsRequest
576
+
514
577
  BlockedException.struct_class = Types::BlockedException
515
578
 
516
579
  CapacityProvider.add_member(:capacity_provider_arn, Shapes::ShapeRef.new(shape: String, location_name: "capacityProviderArn"))
517
580
  CapacityProvider.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
581
+ CapacityProvider.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
518
582
  CapacityProvider.add_member(:status, Shapes::ShapeRef.new(shape: CapacityProviderStatus, location_name: "status"))
519
583
  CapacityProvider.add_member(:auto_scaling_group_provider, Shapes::ShapeRef.new(shape: AutoScalingGroupProvider, location_name: "autoScalingGroupProvider"))
584
+ CapacityProvider.add_member(:managed_instances_provider, Shapes::ShapeRef.new(shape: ManagedInstancesProvider, location_name: "managedInstancesProvider"))
520
585
  CapacityProvider.add_member(:update_status, Shapes::ShapeRef.new(shape: CapacityProviderUpdateStatus, location_name: "updateStatus"))
521
586
  CapacityProvider.add_member(:update_status_reason, Shapes::ShapeRef.new(shape: String, location_name: "updateStatusReason"))
522
587
  CapacityProvider.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
588
+ CapacityProvider.add_member(:type, Shapes::ShapeRef.new(shape: CapacityProviderType, location_name: "type"))
523
589
  CapacityProvider.struct_class = Types::CapacityProvider
524
590
 
525
591
  CapacityProviderFieldList.member = Shapes::ShapeRef.new(shape: CapacityProviderField)
@@ -558,6 +624,8 @@ module Aws::ECS
558
624
  ClusterConfiguration.add_member(:managed_storage_configuration, Shapes::ShapeRef.new(shape: ManagedStorageConfiguration, location_name: "managedStorageConfiguration"))
559
625
  ClusterConfiguration.struct_class = Types::ClusterConfiguration
560
626
 
627
+ ClusterContainsCapacityProviderException.struct_class = Types::ClusterContainsCapacityProviderException
628
+
561
629
  ClusterContainsContainerInstancesException.struct_class = Types::ClusterContainsContainerInstancesException
562
630
 
563
631
  ClusterContainsServicesException.struct_class = Types::ClusterContainsServicesException
@@ -723,8 +791,12 @@ module Aws::ECS
723
791
 
724
792
  Containers.member = Shapes::ShapeRef.new(shape: Container)
725
793
 
794
+ CpuManufacturerSet.member = Shapes::ShapeRef.new(shape: CpuManufacturer)
795
+
726
796
  CreateCapacityProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
727
- CreateCapacityProviderRequest.add_member(:auto_scaling_group_provider, Shapes::ShapeRef.new(shape: AutoScalingGroupProvider, required: true, location_name: "autoScalingGroupProvider"))
797
+ CreateCapacityProviderRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
798
+ CreateCapacityProviderRequest.add_member(:auto_scaling_group_provider, Shapes::ShapeRef.new(shape: AutoScalingGroupProvider, location_name: "autoScalingGroupProvider"))
799
+ CreateCapacityProviderRequest.add_member(:managed_instances_provider, Shapes::ShapeRef.new(shape: CreateManagedInstancesProviderConfiguration, location_name: "managedInstancesProvider"))
728
800
  CreateCapacityProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
729
801
  CreateCapacityProviderRequest.struct_class = Types::CreateCapacityProviderRequest
730
802
 
@@ -743,6 +815,11 @@ module Aws::ECS
743
815
  CreateClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "cluster"))
744
816
  CreateClusterResponse.struct_class = Types::CreateClusterResponse
745
817
 
818
+ CreateManagedInstancesProviderConfiguration.add_member(:infrastructure_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "infrastructureRoleArn"))
819
+ CreateManagedInstancesProviderConfiguration.add_member(:instance_launch_template, Shapes::ShapeRef.new(shape: InstanceLaunchTemplate, required: true, location_name: "instanceLaunchTemplate"))
820
+ CreateManagedInstancesProviderConfiguration.add_member(:propagate_tags, Shapes::ShapeRef.new(shape: PropagateMITags, location_name: "propagateTags"))
821
+ CreateManagedInstancesProviderConfiguration.struct_class = Types::CreateManagedInstancesProviderConfiguration
822
+
746
823
  CreateServiceRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
747
824
  CreateServiceRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "serviceName"))
748
825
  CreateServiceRequest.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, location_name: "taskDefinition"))
@@ -811,6 +888,7 @@ module Aws::ECS
811
888
  DeleteAttributesResponse.struct_class = Types::DeleteAttributesResponse
812
889
 
813
890
  DeleteCapacityProviderRequest.add_member(:capacity_provider, Shapes::ShapeRef.new(shape: String, required: true, location_name: "capacityProvider"))
891
+ DeleteCapacityProviderRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
814
892
  DeleteCapacityProviderRequest.struct_class = Types::DeleteCapacityProviderRequest
815
893
 
816
894
  DeleteCapacityProviderResponse.add_member(:capacity_provider, Shapes::ShapeRef.new(shape: CapacityProvider, location_name: "capacityProvider"))
@@ -896,6 +974,7 @@ module Aws::ECS
896
974
  DeploymentLifecycleHook.add_member(:hook_target_arn, Shapes::ShapeRef.new(shape: String, location_name: "hookTargetArn"))
897
975
  DeploymentLifecycleHook.add_member(:role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "roleArn"))
898
976
  DeploymentLifecycleHook.add_member(:lifecycle_stages, Shapes::ShapeRef.new(shape: DeploymentLifecycleHookStageList, location_name: "lifecycleStages"))
977
+ DeploymentLifecycleHook.add_member(:hook_details, Shapes::ShapeRef.new(shape: HookDetails, location_name: "hookDetails"))
899
978
  DeploymentLifecycleHook.struct_class = Types::DeploymentLifecycleHook
900
979
 
901
980
  DeploymentLifecycleHookList.member = Shapes::ShapeRef.new(shape: DeploymentLifecycleHook)
@@ -919,6 +998,7 @@ module Aws::ECS
919
998
  DeregisterTaskDefinitionResponse.struct_class = Types::DeregisterTaskDefinitionResponse
920
999
 
921
1000
  DescribeCapacityProvidersRequest.add_member(:capacity_providers, Shapes::ShapeRef.new(shape: StringList, location_name: "capacityProviders"))
1001
+ DescribeCapacityProvidersRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
922
1002
  DescribeCapacityProvidersRequest.add_member(:include, Shapes::ShapeRef.new(shape: CapacityProviderFieldList, location_name: "include"))
923
1003
  DescribeCapacityProvidersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maxResults"))
924
1004
  DescribeCapacityProvidersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
@@ -1053,6 +1133,8 @@ module Aws::ECS
1053
1133
  EphemeralStorage.add_member(:size_in_gi_b, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "sizeInGiB"))
1054
1134
  EphemeralStorage.struct_class = Types::EphemeralStorage
1055
1135
 
1136
+ ExcludedInstanceTypeSet.member = Shapes::ShapeRef.new(shape: ExcludedInstanceType)
1137
+
1056
1138
  ExecuteCommandConfiguration.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "kmsKeyId"))
1057
1139
  ExecuteCommandConfiguration.add_member(:logging, Shapes::ShapeRef.new(shape: ExecuteCommandLogging, location_name: "logging"))
1058
1140
  ExecuteCommandConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: ExecuteCommandLogConfiguration, location_name: "logConfiguration"))
@@ -1141,6 +1223,8 @@ module Aws::ECS
1141
1223
 
1142
1224
  InferenceAccelerators.member = Shapes::ShapeRef.new(shape: InferenceAccelerator)
1143
1225
 
1226
+ InstanceGenerationSet.member = Shapes::ShapeRef.new(shape: InstanceGeneration)
1227
+
1144
1228
  InstanceHealthCheckResult.add_member(:type, Shapes::ShapeRef.new(shape: InstanceHealthCheckType, location_name: "type"))
1145
1229
  InstanceHealthCheckResult.add_member(:status, Shapes::ShapeRef.new(shape: InstanceHealthCheckState, location_name: "status"))
1146
1230
  InstanceHealthCheckResult.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdated"))
@@ -1149,6 +1233,46 @@ module Aws::ECS
1149
1233
 
1150
1234
  InstanceHealthCheckResultList.member = Shapes::ShapeRef.new(shape: InstanceHealthCheckResult)
1151
1235
 
1236
+ InstanceLaunchTemplate.add_member(:ec2_instance_profile_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ec2InstanceProfileArn"))
1237
+ InstanceLaunchTemplate.add_member(:network_configuration, Shapes::ShapeRef.new(shape: ManagedInstancesNetworkConfiguration, required: true, location_name: "networkConfiguration"))
1238
+ InstanceLaunchTemplate.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: ManagedInstancesStorageConfiguration, location_name: "storageConfiguration"))
1239
+ InstanceLaunchTemplate.add_member(:monitoring, Shapes::ShapeRef.new(shape: ManagedInstancesMonitoringOptions, location_name: "monitoring"))
1240
+ InstanceLaunchTemplate.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, location_name: "instanceRequirements"))
1241
+ InstanceLaunchTemplate.struct_class = Types::InstanceLaunchTemplate
1242
+
1243
+ InstanceLaunchTemplateUpdate.add_member(:ec2_instance_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "ec2InstanceProfileArn"))
1244
+ InstanceLaunchTemplateUpdate.add_member(:network_configuration, Shapes::ShapeRef.new(shape: ManagedInstancesNetworkConfiguration, location_name: "networkConfiguration"))
1245
+ InstanceLaunchTemplateUpdate.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: ManagedInstancesStorageConfiguration, location_name: "storageConfiguration"))
1246
+ InstanceLaunchTemplateUpdate.add_member(:monitoring, Shapes::ShapeRef.new(shape: ManagedInstancesMonitoringOptions, location_name: "monitoring"))
1247
+ InstanceLaunchTemplateUpdate.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, location_name: "instanceRequirements"))
1248
+ InstanceLaunchTemplateUpdate.struct_class = Types::InstanceLaunchTemplateUpdate
1249
+
1250
+ InstanceRequirementsRequest.add_member(:v_cpu_count, Shapes::ShapeRef.new(shape: VCpuCountRangeRequest, required: true, location_name: "vCpuCount"))
1251
+ InstanceRequirementsRequest.add_member(:memory_mi_b, Shapes::ShapeRef.new(shape: MemoryMiBRequest, required: true, location_name: "memoryMiB"))
1252
+ InstanceRequirementsRequest.add_member(:cpu_manufacturers, Shapes::ShapeRef.new(shape: CpuManufacturerSet, location_name: "cpuManufacturers"))
1253
+ InstanceRequirementsRequest.add_member(:memory_gi_b_per_v_cpu, Shapes::ShapeRef.new(shape: MemoryGiBPerVCpuRequest, location_name: "memoryGiBPerVCpu"))
1254
+ InstanceRequirementsRequest.add_member(:excluded_instance_types, Shapes::ShapeRef.new(shape: ExcludedInstanceTypeSet, location_name: "excludedInstanceTypes"))
1255
+ InstanceRequirementsRequest.add_member(:instance_generations, Shapes::ShapeRef.new(shape: InstanceGenerationSet, location_name: "instanceGenerations"))
1256
+ InstanceRequirementsRequest.add_member(:spot_max_price_percentage_over_lowest_price, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "spotMaxPricePercentageOverLowestPrice"))
1257
+ InstanceRequirementsRequest.add_member(:on_demand_max_price_percentage_over_lowest_price, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "onDemandMaxPricePercentageOverLowestPrice"))
1258
+ InstanceRequirementsRequest.add_member(:bare_metal, Shapes::ShapeRef.new(shape: BareMetal, location_name: "bareMetal"))
1259
+ InstanceRequirementsRequest.add_member(:burstable_performance, Shapes::ShapeRef.new(shape: BurstablePerformance, location_name: "burstablePerformance"))
1260
+ InstanceRequirementsRequest.add_member(:require_hibernate_support, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "requireHibernateSupport"))
1261
+ InstanceRequirementsRequest.add_member(:network_interface_count, Shapes::ShapeRef.new(shape: NetworkInterfaceCountRequest, location_name: "networkInterfaceCount"))
1262
+ InstanceRequirementsRequest.add_member(:local_storage, Shapes::ShapeRef.new(shape: LocalStorage, location_name: "localStorage"))
1263
+ InstanceRequirementsRequest.add_member(:local_storage_types, Shapes::ShapeRef.new(shape: LocalStorageTypeSet, location_name: "localStorageTypes"))
1264
+ InstanceRequirementsRequest.add_member(:total_local_storage_gb, Shapes::ShapeRef.new(shape: TotalLocalStorageGBRequest, location_name: "totalLocalStorageGB"))
1265
+ InstanceRequirementsRequest.add_member(:baseline_ebs_bandwidth_mbps, Shapes::ShapeRef.new(shape: BaselineEbsBandwidthMbpsRequest, location_name: "baselineEbsBandwidthMbps"))
1266
+ InstanceRequirementsRequest.add_member(:accelerator_types, Shapes::ShapeRef.new(shape: AcceleratorTypeSet, location_name: "acceleratorTypes"))
1267
+ InstanceRequirementsRequest.add_member(:accelerator_count, Shapes::ShapeRef.new(shape: AcceleratorCountRequest, location_name: "acceleratorCount"))
1268
+ InstanceRequirementsRequest.add_member(:accelerator_manufacturers, Shapes::ShapeRef.new(shape: AcceleratorManufacturerSet, location_name: "acceleratorManufacturers"))
1269
+ InstanceRequirementsRequest.add_member(:accelerator_names, Shapes::ShapeRef.new(shape: AcceleratorNameSet, location_name: "acceleratorNames"))
1270
+ InstanceRequirementsRequest.add_member(:accelerator_total_memory_mi_b, Shapes::ShapeRef.new(shape: AcceleratorTotalMemoryMiBRequest, location_name: "acceleratorTotalMemoryMiB"))
1271
+ InstanceRequirementsRequest.add_member(:network_bandwidth_gbps, Shapes::ShapeRef.new(shape: NetworkBandwidthGbpsRequest, location_name: "networkBandwidthGbps"))
1272
+ InstanceRequirementsRequest.add_member(:allowed_instance_types, Shapes::ShapeRef.new(shape: AllowedInstanceTypeSet, location_name: "allowedInstanceTypes"))
1273
+ InstanceRequirementsRequest.add_member(:max_spot_price_as_percentage_of_optimal_on_demand_price, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maxSpotPriceAsPercentageOfOptimalOnDemandPrice"))
1274
+ InstanceRequirementsRequest.struct_class = Types::InstanceRequirementsRequest
1275
+
1152
1276
  IntegerList.member = Shapes::ShapeRef.new(shape: BoxedInteger)
1153
1277
 
1154
1278
  InvalidParameterException.struct_class = Types::InvalidParameterException
@@ -1298,6 +1422,8 @@ module Aws::ECS
1298
1422
 
1299
1423
  LoadBalancers.member = Shapes::ShapeRef.new(shape: LoadBalancer)
1300
1424
 
1425
+ LocalStorageTypeSet.member = Shapes::ShapeRef.new(shape: LocalStorageType)
1426
+
1301
1427
  LogConfiguration.add_member(:log_driver, Shapes::ShapeRef.new(shape: LogDriver, required: true, location_name: "logDriver"))
1302
1428
  LogConfiguration.add_member(:options, Shapes::ShapeRef.new(shape: LogConfigurationOptionsMap, location_name: "options"))
1303
1429
  LogConfiguration.add_member(:secret_options, Shapes::ShapeRef.new(shape: SecretList, location_name: "secretOptions"))
@@ -1322,6 +1448,18 @@ module Aws::ECS
1322
1448
 
1323
1449
  ManagedAgents.member = Shapes::ShapeRef.new(shape: ManagedAgent)
1324
1450
 
1451
+ ManagedInstancesNetworkConfiguration.add_member(:subnets, Shapes::ShapeRef.new(shape: StringList, location_name: "subnets"))
1452
+ ManagedInstancesNetworkConfiguration.add_member(:security_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "securityGroups"))
1453
+ ManagedInstancesNetworkConfiguration.struct_class = Types::ManagedInstancesNetworkConfiguration
1454
+
1455
+ ManagedInstancesProvider.add_member(:infrastructure_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "infrastructureRoleArn"))
1456
+ ManagedInstancesProvider.add_member(:instance_launch_template, Shapes::ShapeRef.new(shape: InstanceLaunchTemplate, location_name: "instanceLaunchTemplate"))
1457
+ ManagedInstancesProvider.add_member(:propagate_tags, Shapes::ShapeRef.new(shape: PropagateMITags, location_name: "propagateTags"))
1458
+ ManagedInstancesProvider.struct_class = Types::ManagedInstancesProvider
1459
+
1460
+ ManagedInstancesStorageConfiguration.add_member(:storage_size_gi_b, Shapes::ShapeRef.new(shape: TaskVolumeStorageGiB, location_name: "storageSizeGiB"))
1461
+ ManagedInstancesStorageConfiguration.struct_class = Types::ManagedInstancesStorageConfiguration
1462
+
1325
1463
  ManagedScaling.add_member(:status, Shapes::ShapeRef.new(shape: ManagedScalingStatus, location_name: "status"))
1326
1464
  ManagedScaling.add_member(:target_capacity, Shapes::ShapeRef.new(shape: ManagedScalingTargetCapacity, location_name: "targetCapacity"))
1327
1465
  ManagedScaling.add_member(:minimum_scaling_step_size, Shapes::ShapeRef.new(shape: ManagedScalingStepSize, location_name: "minimumScalingStepSize"))
@@ -1333,6 +1471,14 @@ module Aws::ECS
1333
1471
  ManagedStorageConfiguration.add_member(:fargate_ephemeral_storage_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "fargateEphemeralStorageKmsKeyId"))
1334
1472
  ManagedStorageConfiguration.struct_class = Types::ManagedStorageConfiguration
1335
1473
 
1474
+ MemoryGiBPerVCpuRequest.add_member(:min, Shapes::ShapeRef.new(shape: BoxedDouble, location_name: "min"))
1475
+ MemoryGiBPerVCpuRequest.add_member(:max, Shapes::ShapeRef.new(shape: BoxedDouble, location_name: "max"))
1476
+ MemoryGiBPerVCpuRequest.struct_class = Types::MemoryGiBPerVCpuRequest
1477
+
1478
+ MemoryMiBRequest.add_member(:min, Shapes::ShapeRef.new(shape: BoxedInteger, required: true, location_name: "min"))
1479
+ MemoryMiBRequest.add_member(:max, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "max"))
1480
+ MemoryMiBRequest.struct_class = Types::MemoryMiBRequest
1481
+
1336
1482
  MissingVersionException.struct_class = Types::MissingVersionException
1337
1483
 
1338
1484
  MountPoint.add_member(:source_volume, Shapes::ShapeRef.new(shape: String, location_name: "sourceVolume"))
@@ -1344,6 +1490,10 @@ module Aws::ECS
1344
1490
 
1345
1491
  NamespaceNotFoundException.struct_class = Types::NamespaceNotFoundException
1346
1492
 
1493
+ NetworkBandwidthGbpsRequest.add_member(:min, Shapes::ShapeRef.new(shape: BoxedDouble, location_name: "min"))
1494
+ NetworkBandwidthGbpsRequest.add_member(:max, Shapes::ShapeRef.new(shape: BoxedDouble, location_name: "max"))
1495
+ NetworkBandwidthGbpsRequest.struct_class = Types::NetworkBandwidthGbpsRequest
1496
+
1347
1497
  NetworkBinding.add_member(:bind_ip, Shapes::ShapeRef.new(shape: String, location_name: "bindIP"))
1348
1498
  NetworkBinding.add_member(:container_port, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "containerPort"))
1349
1499
  NetworkBinding.add_member(:host_port, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "hostPort"))
@@ -1362,6 +1512,10 @@ module Aws::ECS
1362
1512
  NetworkInterface.add_member(:ipv6_address, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Address"))
1363
1513
  NetworkInterface.struct_class = Types::NetworkInterface
1364
1514
 
1515
+ NetworkInterfaceCountRequest.add_member(:min, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "min"))
1516
+ NetworkInterfaceCountRequest.add_member(:max, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "max"))
1517
+ NetworkInterfaceCountRequest.struct_class = Types::NetworkInterfaceCountRequest
1518
+
1365
1519
  NetworkInterfaces.member = Shapes::ShapeRef.new(shape: NetworkInterface)
1366
1520
 
1367
1521
  NoUpdateAvailableException.struct_class = Types::NoUpdateAvailableException
@@ -2038,6 +2192,10 @@ module Aws::ECS
2038
2192
 
2039
2193
  TmpfsList.member = Shapes::ShapeRef.new(shape: Tmpfs)
2040
2194
 
2195
+ TotalLocalStorageGBRequest.add_member(:min, Shapes::ShapeRef.new(shape: BoxedDouble, location_name: "min"))
2196
+ TotalLocalStorageGBRequest.add_member(:max, Shapes::ShapeRef.new(shape: BoxedDouble, location_name: "max"))
2197
+ TotalLocalStorageGBRequest.struct_class = Types::TotalLocalStorageGBRequest
2198
+
2041
2199
  Ulimit.add_member(:name, Shapes::ShapeRef.new(shape: UlimitName, required: true, location_name: "name"))
2042
2200
  Ulimit.add_member(:soft_limit, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "softLimit"))
2043
2201
  Ulimit.add_member(:hard_limit, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "hardLimit"))
@@ -2054,7 +2212,9 @@ module Aws::ECS
2054
2212
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
2055
2213
 
2056
2214
  UpdateCapacityProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
2057
- UpdateCapacityProviderRequest.add_member(:auto_scaling_group_provider, Shapes::ShapeRef.new(shape: AutoScalingGroupProviderUpdate, required: true, location_name: "autoScalingGroupProvider"))
2215
+ UpdateCapacityProviderRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
2216
+ UpdateCapacityProviderRequest.add_member(:auto_scaling_group_provider, Shapes::ShapeRef.new(shape: AutoScalingGroupProviderUpdate, location_name: "autoScalingGroupProvider"))
2217
+ UpdateCapacityProviderRequest.add_member(:managed_instances_provider, Shapes::ShapeRef.new(shape: UpdateManagedInstancesProviderConfiguration, location_name: "managedInstancesProvider"))
2058
2218
  UpdateCapacityProviderRequest.struct_class = Types::UpdateCapacityProviderRequest
2059
2219
 
2060
2220
  UpdateCapacityProviderResponse.add_member(:capacity_provider, Shapes::ShapeRef.new(shape: CapacityProvider, location_name: "capacityProvider"))
@@ -2094,6 +2254,11 @@ module Aws::ECS
2094
2254
 
2095
2255
  UpdateInProgressException.struct_class = Types::UpdateInProgressException
2096
2256
 
2257
+ UpdateManagedInstancesProviderConfiguration.add_member(:infrastructure_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "infrastructureRoleArn"))
2258
+ UpdateManagedInstancesProviderConfiguration.add_member(:instance_launch_template, Shapes::ShapeRef.new(shape: InstanceLaunchTemplateUpdate, required: true, location_name: "instanceLaunchTemplate"))
2259
+ UpdateManagedInstancesProviderConfiguration.add_member(:propagate_tags, Shapes::ShapeRef.new(shape: PropagateMITags, location_name: "propagateTags"))
2260
+ UpdateManagedInstancesProviderConfiguration.struct_class = Types::UpdateManagedInstancesProviderConfiguration
2261
+
2097
2262
  UpdateServicePrimaryTaskSetRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, required: true, location_name: "cluster"))
2098
2263
  UpdateServicePrimaryTaskSetRequest.add_member(:service, Shapes::ShapeRef.new(shape: String, required: true, location_name: "service"))
2099
2264
  UpdateServicePrimaryTaskSetRequest.add_member(:primary_task_set, Shapes::ShapeRef.new(shape: String, required: true, location_name: "primaryTaskSet"))
@@ -2148,6 +2313,10 @@ module Aws::ECS
2148
2313
  UpdateTaskSetResponse.add_member(:task_set, Shapes::ShapeRef.new(shape: TaskSet, location_name: "taskSet"))
2149
2314
  UpdateTaskSetResponse.struct_class = Types::UpdateTaskSetResponse
2150
2315
 
2316
+ VCpuCountRangeRequest.add_member(:min, Shapes::ShapeRef.new(shape: BoxedInteger, required: true, location_name: "min"))
2317
+ VCpuCountRangeRequest.add_member(:max, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "max"))
2318
+ VCpuCountRangeRequest.struct_class = Types::VCpuCountRangeRequest
2319
+
2151
2320
  VersionInfo.add_member(:agent_version, Shapes::ShapeRef.new(shape: String, location_name: "agentVersion"))
2152
2321
  VersionInfo.add_member(:agent_hash, Shapes::ShapeRef.new(shape: String, location_name: "agentHash"))
2153
2322
  VersionInfo.add_member(:docker_version, Shapes::ShapeRef.new(shape: String, location_name: "dockerVersion"))
@@ -2208,6 +2377,8 @@ module Aws::ECS
2208
2377
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2209
2378
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2210
2379
  o.errors << Shapes::ShapeRef.new(shape: UpdateInProgressException)
2380
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedFeatureException)
2381
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
2211
2382
  end)
2212
2383
 
2213
2384
  api.add_operation(:create_cluster, Seahorse::Model::Operation.new.tap do |o|
@@ -2289,6 +2460,8 @@ module Aws::ECS
2289
2460
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
2290
2461
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
2291
2462
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2463
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedFeatureException)
2464
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
2292
2465
  end)
2293
2466
 
2294
2467
  api.add_operation(:delete_cluster, Seahorse::Model::Operation.new.tap do |o|
@@ -2301,6 +2474,7 @@ module Aws::ECS
2301
2474
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
2302
2475
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2303
2476
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
2477
+ o.errors << Shapes::ShapeRef.new(shape: ClusterContainsCapacityProviderException)
2304
2478
  o.errors << Shapes::ShapeRef.new(shape: ClusterContainsContainerInstancesException)
2305
2479
  o.errors << Shapes::ShapeRef.new(shape: ClusterContainsServicesException)
2306
2480
  o.errors << Shapes::ShapeRef.new(shape: ClusterContainsTasksException)
@@ -2381,6 +2555,8 @@ module Aws::ECS
2381
2555
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
2382
2556
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
2383
2557
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2558
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedFeatureException)
2559
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
2384
2560
  end)
2385
2561
 
2386
2562
  api.add_operation(:describe_clusters, Seahorse::Model::Operation.new.tap do |o|
@@ -2907,6 +3083,8 @@ module Aws::ECS
2907
3083
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
2908
3084
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
2909
3085
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3086
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedFeatureException)
3087
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
2910
3088
  end)
2911
3089
 
2912
3090
  api.add_operation(:update_cluster, Seahorse::Model::Operation.new.tap do |o|
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
- # WARNING ABOUT GENERATED CODE
3
- #
4
- # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
- #
7
- # WARNING ABOUT GENERATED CODE
8
-
@@ -31,6 +31,7 @@ module Aws::ECS
31
31
  # * {AttributeLimitExceededException}
32
32
  # * {BlockedException}
33
33
  # * {ClientException}
34
+ # * {ClusterContainsCapacityProviderException}
34
35
  # * {ClusterContainsContainerInstancesException}
35
36
  # * {ClusterContainsServicesException}
36
37
  # * {ClusterContainsTasksException}
@@ -106,6 +107,16 @@ module Aws::ECS
106
107
  end
107
108
  end
108
109
 
110
+ class ClusterContainsCapacityProviderException < ServiceError
111
+
112
+ # @param [Seahorse::Client::RequestContext] context
113
+ # @param [String] message
114
+ # @param [Aws::ECS::Types::ClusterContainsCapacityProviderException] data
115
+ def initialize(context, message, data = Aws::EmptyStructure.new)
116
+ super(context, message, data)
117
+ end
118
+ end
119
+
109
120
  class ClusterContainsContainerInstancesException < ServiceError
110
121
 
111
122
  # @param [Seahorse::Client::RequestContext] context