aws-sdk-ecs 1.205.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +461 -96
- data/lib/aws-sdk-ecs/client_api.rb +178 -2
- data/lib/aws-sdk-ecs/errors.rb +11 -0
- data/lib/aws-sdk-ecs/types.rb +832 -65
- data/lib/aws-sdk-ecs.rb +1 -1
- data/sig/client.rbs +149 -9
- data/sig/errors.rbs +2 -0
- data/sig/types.rbs +159 -15
- metadata +1 -1
@@ -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')
|
@@ -197,10 +218,15 @@ module Aws::ECS
|
|
197
218
|
InferenceAcceleratorOverride = Shapes::StructureShape.new(name: 'InferenceAcceleratorOverride')
|
198
219
|
InferenceAcceleratorOverrides = Shapes::ListShape.new(name: 'InferenceAcceleratorOverrides')
|
199
220
|
InferenceAccelerators = Shapes::ListShape.new(name: 'InferenceAccelerators')
|
221
|
+
InstanceGeneration = Shapes::StringShape.new(name: 'InstanceGeneration')
|
222
|
+
InstanceGenerationSet = Shapes::ListShape.new(name: 'InstanceGenerationSet')
|
200
223
|
InstanceHealthCheckResult = Shapes::StructureShape.new(name: 'InstanceHealthCheckResult')
|
201
224
|
InstanceHealthCheckResultList = Shapes::ListShape.new(name: 'InstanceHealthCheckResultList')
|
202
225
|
InstanceHealthCheckState = Shapes::StringShape.new(name: 'InstanceHealthCheckState')
|
203
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')
|
204
230
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
205
231
|
IntegerList = Shapes::ListShape.new(name: 'IntegerList')
|
206
232
|
InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
|
@@ -234,6 +260,9 @@ module Aws::ECS
|
|
234
260
|
ListTasksResponse = Shapes::StructureShape.new(name: 'ListTasksResponse')
|
235
261
|
LoadBalancer = Shapes::StructureShape.new(name: 'LoadBalancer')
|
236
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')
|
237
266
|
LogConfiguration = Shapes::StructureShape.new(name: 'LogConfiguration')
|
238
267
|
LogConfigurationOptionsMap = Shapes::MapShape.new(name: 'LogConfigurationOptionsMap')
|
239
268
|
LogDriver = Shapes::StringShape.new(name: 'LogDriver')
|
@@ -244,6 +273,10 @@ module Aws::ECS
|
|
244
273
|
ManagedAgentStateChanges = Shapes::ListShape.new(name: 'ManagedAgentStateChanges')
|
245
274
|
ManagedAgents = Shapes::ListShape.new(name: 'ManagedAgents')
|
246
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')
|
247
280
|
ManagedScaling = Shapes::StructureShape.new(name: 'ManagedScaling')
|
248
281
|
ManagedScalingInstanceWarmupPeriod = Shapes::IntegerShape.new(name: 'ManagedScalingInstanceWarmupPeriod')
|
249
282
|
ManagedScalingStatus = Shapes::StringShape.new(name: 'ManagedScalingStatus')
|
@@ -251,14 +284,18 @@ module Aws::ECS
|
|
251
284
|
ManagedScalingTargetCapacity = Shapes::IntegerShape.new(name: 'ManagedScalingTargetCapacity')
|
252
285
|
ManagedStorageConfiguration = Shapes::StructureShape.new(name: 'ManagedStorageConfiguration')
|
253
286
|
ManagedTerminationProtection = Shapes::StringShape.new(name: 'ManagedTerminationProtection')
|
287
|
+
MemoryGiBPerVCpuRequest = Shapes::StructureShape.new(name: 'MemoryGiBPerVCpuRequest')
|
288
|
+
MemoryMiBRequest = Shapes::StructureShape.new(name: 'MemoryMiBRequest')
|
254
289
|
MissingVersionException = Shapes::StructureShape.new(name: 'MissingVersionException')
|
255
290
|
MountPoint = Shapes::StructureShape.new(name: 'MountPoint')
|
256
291
|
MountPointList = Shapes::ListShape.new(name: 'MountPointList')
|
257
292
|
NamespaceNotFoundException = Shapes::StructureShape.new(name: 'NamespaceNotFoundException')
|
293
|
+
NetworkBandwidthGbpsRequest = Shapes::StructureShape.new(name: 'NetworkBandwidthGbpsRequest')
|
258
294
|
NetworkBinding = Shapes::StructureShape.new(name: 'NetworkBinding')
|
259
295
|
NetworkBindings = Shapes::ListShape.new(name: 'NetworkBindings')
|
260
296
|
NetworkConfiguration = Shapes::StructureShape.new(name: 'NetworkConfiguration')
|
261
297
|
NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
|
298
|
+
NetworkInterfaceCountRequest = Shapes::StructureShape.new(name: 'NetworkInterfaceCountRequest')
|
262
299
|
NetworkInterfaces = Shapes::ListShape.new(name: 'NetworkInterfaces')
|
263
300
|
NetworkMode = Shapes::StringShape.new(name: 'NetworkMode')
|
264
301
|
NoUpdateAvailableException = Shapes::StructureShape.new(name: 'NoUpdateAvailableException')
|
@@ -278,6 +315,7 @@ module Aws::ECS
|
|
278
315
|
PortMapping = Shapes::StructureShape.new(name: 'PortMapping')
|
279
316
|
PortMappingList = Shapes::ListShape.new(name: 'PortMappingList')
|
280
317
|
PortNumber = Shapes::IntegerShape.new(name: 'PortNumber')
|
318
|
+
PropagateMITags = Shapes::StringShape.new(name: 'PropagateMITags')
|
281
319
|
PropagateTags = Shapes::StringShape.new(name: 'PropagateTags')
|
282
320
|
ProtectedTask = Shapes::StructureShape.new(name: 'ProtectedTask')
|
283
321
|
ProtectedTasks = Shapes::ListShape.new(name: 'ProtectedTasks')
|
@@ -422,11 +460,13 @@ module Aws::ECS
|
|
422
460
|
TaskStopCode = Shapes::StringShape.new(name: 'TaskStopCode')
|
423
461
|
TaskVolumeConfiguration = Shapes::StructureShape.new(name: 'TaskVolumeConfiguration')
|
424
462
|
TaskVolumeConfigurations = Shapes::ListShape.new(name: 'TaskVolumeConfigurations')
|
463
|
+
TaskVolumeStorageGiB = Shapes::IntegerShape.new(name: 'TaskVolumeStorageGiB')
|
425
464
|
Tasks = Shapes::ListShape.new(name: 'Tasks')
|
426
465
|
TimeoutConfiguration = Shapes::StructureShape.new(name: 'TimeoutConfiguration')
|
427
466
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
428
467
|
Tmpfs = Shapes::StructureShape.new(name: 'Tmpfs')
|
429
468
|
TmpfsList = Shapes::ListShape.new(name: 'TmpfsList')
|
469
|
+
TotalLocalStorageGBRequest = Shapes::StructureShape.new(name: 'TotalLocalStorageGBRequest')
|
430
470
|
TransportProtocol = Shapes::StringShape.new(name: 'TransportProtocol')
|
431
471
|
Ulimit = Shapes::StructureShape.new(name: 'Ulimit')
|
432
472
|
UlimitList = Shapes::ListShape.new(name: 'UlimitList')
|
@@ -445,6 +485,7 @@ module Aws::ECS
|
|
445
485
|
UpdateContainerInstancesStateRequest = Shapes::StructureShape.new(name: 'UpdateContainerInstancesStateRequest')
|
446
486
|
UpdateContainerInstancesStateResponse = Shapes::StructureShape.new(name: 'UpdateContainerInstancesStateResponse')
|
447
487
|
UpdateInProgressException = Shapes::StructureShape.new(name: 'UpdateInProgressException')
|
488
|
+
UpdateManagedInstancesProviderConfiguration = Shapes::StructureShape.new(name: 'UpdateManagedInstancesProviderConfiguration')
|
448
489
|
UpdateServicePrimaryTaskSetRequest = Shapes::StructureShape.new(name: 'UpdateServicePrimaryTaskSetRequest')
|
449
490
|
UpdateServicePrimaryTaskSetResponse = Shapes::StructureShape.new(name: 'UpdateServicePrimaryTaskSetResponse')
|
450
491
|
UpdateServiceRequest = Shapes::StructureShape.new(name: 'UpdateServiceRequest')
|
@@ -453,6 +494,7 @@ module Aws::ECS
|
|
453
494
|
UpdateTaskProtectionResponse = Shapes::StructureShape.new(name: 'UpdateTaskProtectionResponse')
|
454
495
|
UpdateTaskSetRequest = Shapes::StructureShape.new(name: 'UpdateTaskSetRequest')
|
455
496
|
UpdateTaskSetResponse = Shapes::StructureShape.new(name: 'UpdateTaskSetResponse')
|
497
|
+
VCpuCountRangeRequest = Shapes::StructureShape.new(name: 'VCpuCountRangeRequest')
|
456
498
|
VersionConsistency = Shapes::StringShape.new(name: 'VersionConsistency')
|
457
499
|
VersionInfo = Shapes::StructureShape.new(name: 'VersionInfo')
|
458
500
|
Volume = Shapes::StructureShape.new(name: 'Volume')
|
@@ -462,6 +504,20 @@ module Aws::ECS
|
|
462
504
|
VpcLatticeConfiguration = Shapes::StructureShape.new(name: 'VpcLatticeConfiguration')
|
463
505
|
VpcLatticeConfigurations = Shapes::ListShape.new(name: 'VpcLatticeConfigurations')
|
464
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
|
+
|
465
521
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
466
522
|
|
467
523
|
AdvancedConfiguration.add_member(:alternate_target_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "alternateTargetGroupArn"))
|
@@ -470,6 +526,8 @@ module Aws::ECS
|
|
470
526
|
AdvancedConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, location_name: "roleArn"))
|
471
527
|
AdvancedConfiguration.struct_class = Types::AdvancedConfiguration
|
472
528
|
|
529
|
+
AllowedInstanceTypeSet.member = Shapes::ShapeRef.new(shape: AllowedInstanceType)
|
530
|
+
|
473
531
|
Attachment.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
474
532
|
Attachment.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
|
475
533
|
Attachment.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
|
@@ -512,15 +570,22 @@ module Aws::ECS
|
|
512
570
|
AwsVpcConfiguration.add_member(:assign_public_ip, Shapes::ShapeRef.new(shape: AssignPublicIp, location_name: "assignPublicIp"))
|
513
571
|
AwsVpcConfiguration.struct_class = Types::AwsVpcConfiguration
|
514
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
|
+
|
515
577
|
BlockedException.struct_class = Types::BlockedException
|
516
578
|
|
517
579
|
CapacityProvider.add_member(:capacity_provider_arn, Shapes::ShapeRef.new(shape: String, location_name: "capacityProviderArn"))
|
518
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"))
|
519
582
|
CapacityProvider.add_member(:status, Shapes::ShapeRef.new(shape: CapacityProviderStatus, location_name: "status"))
|
520
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"))
|
521
585
|
CapacityProvider.add_member(:update_status, Shapes::ShapeRef.new(shape: CapacityProviderUpdateStatus, location_name: "updateStatus"))
|
522
586
|
CapacityProvider.add_member(:update_status_reason, Shapes::ShapeRef.new(shape: String, location_name: "updateStatusReason"))
|
523
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"))
|
524
589
|
CapacityProvider.struct_class = Types::CapacityProvider
|
525
590
|
|
526
591
|
CapacityProviderFieldList.member = Shapes::ShapeRef.new(shape: CapacityProviderField)
|
@@ -559,6 +624,8 @@ module Aws::ECS
|
|
559
624
|
ClusterConfiguration.add_member(:managed_storage_configuration, Shapes::ShapeRef.new(shape: ManagedStorageConfiguration, location_name: "managedStorageConfiguration"))
|
560
625
|
ClusterConfiguration.struct_class = Types::ClusterConfiguration
|
561
626
|
|
627
|
+
ClusterContainsCapacityProviderException.struct_class = Types::ClusterContainsCapacityProviderException
|
628
|
+
|
562
629
|
ClusterContainsContainerInstancesException.struct_class = Types::ClusterContainsContainerInstancesException
|
563
630
|
|
564
631
|
ClusterContainsServicesException.struct_class = Types::ClusterContainsServicesException
|
@@ -724,8 +791,12 @@ module Aws::ECS
|
|
724
791
|
|
725
792
|
Containers.member = Shapes::ShapeRef.new(shape: Container)
|
726
793
|
|
794
|
+
CpuManufacturerSet.member = Shapes::ShapeRef.new(shape: CpuManufacturer)
|
795
|
+
|
727
796
|
CreateCapacityProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
728
|
-
CreateCapacityProviderRequest.add_member(:
|
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"))
|
729
800
|
CreateCapacityProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
730
801
|
CreateCapacityProviderRequest.struct_class = Types::CreateCapacityProviderRequest
|
731
802
|
|
@@ -744,6 +815,11 @@ module Aws::ECS
|
|
744
815
|
CreateClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "cluster"))
|
745
816
|
CreateClusterResponse.struct_class = Types::CreateClusterResponse
|
746
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
|
+
|
747
823
|
CreateServiceRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
|
748
824
|
CreateServiceRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "serviceName"))
|
749
825
|
CreateServiceRequest.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, location_name: "taskDefinition"))
|
@@ -812,6 +888,7 @@ module Aws::ECS
|
|
812
888
|
DeleteAttributesResponse.struct_class = Types::DeleteAttributesResponse
|
813
889
|
|
814
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"))
|
815
892
|
DeleteCapacityProviderRequest.struct_class = Types::DeleteCapacityProviderRequest
|
816
893
|
|
817
894
|
DeleteCapacityProviderResponse.add_member(:capacity_provider, Shapes::ShapeRef.new(shape: CapacityProvider, location_name: "capacityProvider"))
|
@@ -921,6 +998,7 @@ module Aws::ECS
|
|
921
998
|
DeregisterTaskDefinitionResponse.struct_class = Types::DeregisterTaskDefinitionResponse
|
922
999
|
|
923
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"))
|
924
1002
|
DescribeCapacityProvidersRequest.add_member(:include, Shapes::ShapeRef.new(shape: CapacityProviderFieldList, location_name: "include"))
|
925
1003
|
DescribeCapacityProvidersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maxResults"))
|
926
1004
|
DescribeCapacityProvidersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
@@ -1055,6 +1133,8 @@ module Aws::ECS
|
|
1055
1133
|
EphemeralStorage.add_member(:size_in_gi_b, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "sizeInGiB"))
|
1056
1134
|
EphemeralStorage.struct_class = Types::EphemeralStorage
|
1057
1135
|
|
1136
|
+
ExcludedInstanceTypeSet.member = Shapes::ShapeRef.new(shape: ExcludedInstanceType)
|
1137
|
+
|
1058
1138
|
ExecuteCommandConfiguration.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "kmsKeyId"))
|
1059
1139
|
ExecuteCommandConfiguration.add_member(:logging, Shapes::ShapeRef.new(shape: ExecuteCommandLogging, location_name: "logging"))
|
1060
1140
|
ExecuteCommandConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: ExecuteCommandLogConfiguration, location_name: "logConfiguration"))
|
@@ -1143,6 +1223,8 @@ module Aws::ECS
|
|
1143
1223
|
|
1144
1224
|
InferenceAccelerators.member = Shapes::ShapeRef.new(shape: InferenceAccelerator)
|
1145
1225
|
|
1226
|
+
InstanceGenerationSet.member = Shapes::ShapeRef.new(shape: InstanceGeneration)
|
1227
|
+
|
1146
1228
|
InstanceHealthCheckResult.add_member(:type, Shapes::ShapeRef.new(shape: InstanceHealthCheckType, location_name: "type"))
|
1147
1229
|
InstanceHealthCheckResult.add_member(:status, Shapes::ShapeRef.new(shape: InstanceHealthCheckState, location_name: "status"))
|
1148
1230
|
InstanceHealthCheckResult.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdated"))
|
@@ -1151,6 +1233,46 @@ module Aws::ECS
|
|
1151
1233
|
|
1152
1234
|
InstanceHealthCheckResultList.member = Shapes::ShapeRef.new(shape: InstanceHealthCheckResult)
|
1153
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
|
+
|
1154
1276
|
IntegerList.member = Shapes::ShapeRef.new(shape: BoxedInteger)
|
1155
1277
|
|
1156
1278
|
InvalidParameterException.struct_class = Types::InvalidParameterException
|
@@ -1300,6 +1422,8 @@ module Aws::ECS
|
|
1300
1422
|
|
1301
1423
|
LoadBalancers.member = Shapes::ShapeRef.new(shape: LoadBalancer)
|
1302
1424
|
|
1425
|
+
LocalStorageTypeSet.member = Shapes::ShapeRef.new(shape: LocalStorageType)
|
1426
|
+
|
1303
1427
|
LogConfiguration.add_member(:log_driver, Shapes::ShapeRef.new(shape: LogDriver, required: true, location_name: "logDriver"))
|
1304
1428
|
LogConfiguration.add_member(:options, Shapes::ShapeRef.new(shape: LogConfigurationOptionsMap, location_name: "options"))
|
1305
1429
|
LogConfiguration.add_member(:secret_options, Shapes::ShapeRef.new(shape: SecretList, location_name: "secretOptions"))
|
@@ -1324,6 +1448,18 @@ module Aws::ECS
|
|
1324
1448
|
|
1325
1449
|
ManagedAgents.member = Shapes::ShapeRef.new(shape: ManagedAgent)
|
1326
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
|
+
|
1327
1463
|
ManagedScaling.add_member(:status, Shapes::ShapeRef.new(shape: ManagedScalingStatus, location_name: "status"))
|
1328
1464
|
ManagedScaling.add_member(:target_capacity, Shapes::ShapeRef.new(shape: ManagedScalingTargetCapacity, location_name: "targetCapacity"))
|
1329
1465
|
ManagedScaling.add_member(:minimum_scaling_step_size, Shapes::ShapeRef.new(shape: ManagedScalingStepSize, location_name: "minimumScalingStepSize"))
|
@@ -1335,6 +1471,14 @@ module Aws::ECS
|
|
1335
1471
|
ManagedStorageConfiguration.add_member(:fargate_ephemeral_storage_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "fargateEphemeralStorageKmsKeyId"))
|
1336
1472
|
ManagedStorageConfiguration.struct_class = Types::ManagedStorageConfiguration
|
1337
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
|
+
|
1338
1482
|
MissingVersionException.struct_class = Types::MissingVersionException
|
1339
1483
|
|
1340
1484
|
MountPoint.add_member(:source_volume, Shapes::ShapeRef.new(shape: String, location_name: "sourceVolume"))
|
@@ -1346,6 +1490,10 @@ module Aws::ECS
|
|
1346
1490
|
|
1347
1491
|
NamespaceNotFoundException.struct_class = Types::NamespaceNotFoundException
|
1348
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
|
+
|
1349
1497
|
NetworkBinding.add_member(:bind_ip, Shapes::ShapeRef.new(shape: String, location_name: "bindIP"))
|
1350
1498
|
NetworkBinding.add_member(:container_port, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "containerPort"))
|
1351
1499
|
NetworkBinding.add_member(:host_port, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "hostPort"))
|
@@ -1364,6 +1512,10 @@ module Aws::ECS
|
|
1364
1512
|
NetworkInterface.add_member(:ipv6_address, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Address"))
|
1365
1513
|
NetworkInterface.struct_class = Types::NetworkInterface
|
1366
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
|
+
|
1367
1519
|
NetworkInterfaces.member = Shapes::ShapeRef.new(shape: NetworkInterface)
|
1368
1520
|
|
1369
1521
|
NoUpdateAvailableException.struct_class = Types::NoUpdateAvailableException
|
@@ -2040,6 +2192,10 @@ module Aws::ECS
|
|
2040
2192
|
|
2041
2193
|
TmpfsList.member = Shapes::ShapeRef.new(shape: Tmpfs)
|
2042
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
|
+
|
2043
2199
|
Ulimit.add_member(:name, Shapes::ShapeRef.new(shape: UlimitName, required: true, location_name: "name"))
|
2044
2200
|
Ulimit.add_member(:soft_limit, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "softLimit"))
|
2045
2201
|
Ulimit.add_member(:hard_limit, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "hardLimit"))
|
@@ -2056,7 +2212,9 @@ module Aws::ECS
|
|
2056
2212
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
2057
2213
|
|
2058
2214
|
UpdateCapacityProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
2059
|
-
UpdateCapacityProviderRequest.add_member(:
|
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"))
|
2060
2218
|
UpdateCapacityProviderRequest.struct_class = Types::UpdateCapacityProviderRequest
|
2061
2219
|
|
2062
2220
|
UpdateCapacityProviderResponse.add_member(:capacity_provider, Shapes::ShapeRef.new(shape: CapacityProvider, location_name: "capacityProvider"))
|
@@ -2096,6 +2254,11 @@ module Aws::ECS
|
|
2096
2254
|
|
2097
2255
|
UpdateInProgressException.struct_class = Types::UpdateInProgressException
|
2098
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
|
+
|
2099
2262
|
UpdateServicePrimaryTaskSetRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, required: true, location_name: "cluster"))
|
2100
2263
|
UpdateServicePrimaryTaskSetRequest.add_member(:service, Shapes::ShapeRef.new(shape: String, required: true, location_name: "service"))
|
2101
2264
|
UpdateServicePrimaryTaskSetRequest.add_member(:primary_task_set, Shapes::ShapeRef.new(shape: String, required: true, location_name: "primaryTaskSet"))
|
@@ -2150,6 +2313,10 @@ module Aws::ECS
|
|
2150
2313
|
UpdateTaskSetResponse.add_member(:task_set, Shapes::ShapeRef.new(shape: TaskSet, location_name: "taskSet"))
|
2151
2314
|
UpdateTaskSetResponse.struct_class = Types::UpdateTaskSetResponse
|
2152
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
|
+
|
2153
2320
|
VersionInfo.add_member(:agent_version, Shapes::ShapeRef.new(shape: String, location_name: "agentVersion"))
|
2154
2321
|
VersionInfo.add_member(:agent_hash, Shapes::ShapeRef.new(shape: String, location_name: "agentHash"))
|
2155
2322
|
VersionInfo.add_member(:docker_version, Shapes::ShapeRef.new(shape: String, location_name: "dockerVersion"))
|
@@ -2210,6 +2377,8 @@ module Aws::ECS
|
|
2210
2377
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2211
2378
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2212
2379
|
o.errors << Shapes::ShapeRef.new(shape: UpdateInProgressException)
|
2380
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedFeatureException)
|
2381
|
+
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
|
2213
2382
|
end)
|
2214
2383
|
|
2215
2384
|
api.add_operation(:create_cluster, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2291,6 +2460,8 @@ module Aws::ECS
|
|
2291
2460
|
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
2292
2461
|
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
2293
2462
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2463
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedFeatureException)
|
2464
|
+
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
|
2294
2465
|
end)
|
2295
2466
|
|
2296
2467
|
api.add_operation(:delete_cluster, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2303,6 +2474,7 @@ module Aws::ECS
|
|
2303
2474
|
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
2304
2475
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2305
2476
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
|
2477
|
+
o.errors << Shapes::ShapeRef.new(shape: ClusterContainsCapacityProviderException)
|
2306
2478
|
o.errors << Shapes::ShapeRef.new(shape: ClusterContainsContainerInstancesException)
|
2307
2479
|
o.errors << Shapes::ShapeRef.new(shape: ClusterContainsServicesException)
|
2308
2480
|
o.errors << Shapes::ShapeRef.new(shape: ClusterContainsTasksException)
|
@@ -2383,6 +2555,8 @@ module Aws::ECS
|
|
2383
2555
|
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
2384
2556
|
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
2385
2557
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2558
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedFeatureException)
|
2559
|
+
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
|
2386
2560
|
end)
|
2387
2561
|
|
2388
2562
|
api.add_operation(:describe_clusters, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2909,6 +3083,8 @@ module Aws::ECS
|
|
2909
3083
|
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
2910
3084
|
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
2911
3085
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
3086
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedFeatureException)
|
3087
|
+
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
|
2912
3088
|
end)
|
2913
3089
|
|
2914
3090
|
api.add_operation(:update_cluster, Seahorse::Model::Operation.new.tap do |o|
|
data/lib/aws-sdk-ecs/errors.rb
CHANGED
@@ -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
|