aws-sdk-ecs 1.136.0 → 1.138.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -137,6 +137,14 @@ module Aws::ECS
137
137
  DockerLabelsMap = Shapes::MapShape.new(name: 'DockerLabelsMap')
138
138
  DockerVolumeConfiguration = Shapes::StructureShape.new(name: 'DockerVolumeConfiguration')
139
139
  Double = Shapes::FloatShape.new(name: 'Double')
140
+ Duration = Shapes::IntegerShape.new(name: 'Duration')
141
+ EBSKMSKeyId = Shapes::StringShape.new(name: 'EBSKMSKeyId')
142
+ EBSResourceType = Shapes::StringShape.new(name: 'EBSResourceType')
143
+ EBSSnapshotId = Shapes::StringShape.new(name: 'EBSSnapshotId')
144
+ EBSTagSpecification = Shapes::StructureShape.new(name: 'EBSTagSpecification')
145
+ EBSTagSpecifications = Shapes::ListShape.new(name: 'EBSTagSpecifications')
146
+ EBSVolumeType = Shapes::StringShape.new(name: 'EBSVolumeType')
147
+ ECSVolumeName = Shapes::StringShape.new(name: 'ECSVolumeName')
140
148
  EFSAuthorizationConfig = Shapes::StructureShape.new(name: 'EFSAuthorizationConfig')
141
149
  EFSAuthorizationConfigIAM = Shapes::StringShape.new(name: 'EFSAuthorizationConfigIAM')
142
150
  EFSTransitEncryption = Shapes::StringShape.new(name: 'EFSTransitEncryption')
@@ -166,6 +174,7 @@ module Aws::ECS
166
174
  HostEntry = Shapes::StructureShape.new(name: 'HostEntry')
167
175
  HostEntryList = Shapes::ListShape.new(name: 'HostEntryList')
168
176
  HostVolumeProperties = Shapes::StructureShape.new(name: 'HostVolumeProperties')
177
+ IAMRoleArn = Shapes::StringShape.new(name: 'IAMRoleArn')
169
178
  InferenceAccelerator = Shapes::StructureShape.new(name: 'InferenceAccelerator')
170
179
  InferenceAcceleratorOverride = Shapes::StructureShape.new(name: 'InferenceAcceleratorOverride')
171
180
  InferenceAcceleratorOverrides = Shapes::ListShape.new(name: 'InferenceAcceleratorOverrides')
@@ -294,14 +303,19 @@ module Aws::ECS
294
303
  ServiceConnectServiceList = Shapes::ListShape.new(name: 'ServiceConnectServiceList')
295
304
  ServiceConnectServiceResource = Shapes::StructureShape.new(name: 'ServiceConnectServiceResource')
296
305
  ServiceConnectServiceResourceList = Shapes::ListShape.new(name: 'ServiceConnectServiceResourceList')
306
+ ServiceConnectTlsCertificateAuthority = Shapes::StructureShape.new(name: 'ServiceConnectTlsCertificateAuthority')
307
+ ServiceConnectTlsConfiguration = Shapes::StructureShape.new(name: 'ServiceConnectTlsConfiguration')
297
308
  ServiceEvent = Shapes::StructureShape.new(name: 'ServiceEvent')
298
309
  ServiceEvents = Shapes::ListShape.new(name: 'ServiceEvents')
299
310
  ServiceField = Shapes::StringShape.new(name: 'ServiceField')
300
311
  ServiceFieldList = Shapes::ListShape.new(name: 'ServiceFieldList')
312
+ ServiceManagedEBSVolumeConfiguration = Shapes::StructureShape.new(name: 'ServiceManagedEBSVolumeConfiguration')
301
313
  ServiceNotActiveException = Shapes::StructureShape.new(name: 'ServiceNotActiveException')
302
314
  ServiceNotFoundException = Shapes::StructureShape.new(name: 'ServiceNotFoundException')
303
315
  ServiceRegistries = Shapes::ListShape.new(name: 'ServiceRegistries')
304
316
  ServiceRegistry = Shapes::StructureShape.new(name: 'ServiceRegistry')
317
+ ServiceVolumeConfiguration = Shapes::StructureShape.new(name: 'ServiceVolumeConfiguration')
318
+ ServiceVolumeConfigurations = Shapes::ListShape.new(name: 'ServiceVolumeConfigurations')
305
319
  Services = Shapes::ListShape.new(name: 'Services')
306
320
  Session = Shapes::StructureShape.new(name: 'Session')
307
321
  Setting = Shapes::StructureShape.new(name: 'Setting')
@@ -348,6 +362,9 @@ module Aws::ECS
348
362
  TaskDefinitionStatus = Shapes::StringShape.new(name: 'TaskDefinitionStatus')
349
363
  TaskField = Shapes::StringShape.new(name: 'TaskField')
350
364
  TaskFieldList = Shapes::ListShape.new(name: 'TaskFieldList')
365
+ TaskFilesystemType = Shapes::StringShape.new(name: 'TaskFilesystemType')
366
+ TaskManagedEBSVolumeConfiguration = Shapes::StructureShape.new(name: 'TaskManagedEBSVolumeConfiguration')
367
+ TaskManagedEBSVolumeTerminationPolicy = Shapes::StructureShape.new(name: 'TaskManagedEBSVolumeTerminationPolicy')
351
368
  TaskOverride = Shapes::StructureShape.new(name: 'TaskOverride')
352
369
  TaskSet = Shapes::StructureShape.new(name: 'TaskSet')
353
370
  TaskSetField = Shapes::StringShape.new(name: 'TaskSetField')
@@ -355,7 +372,10 @@ module Aws::ECS
355
372
  TaskSetNotFoundException = Shapes::StructureShape.new(name: 'TaskSetNotFoundException')
356
373
  TaskSets = Shapes::ListShape.new(name: 'TaskSets')
357
374
  TaskStopCode = Shapes::StringShape.new(name: 'TaskStopCode')
375
+ TaskVolumeConfiguration = Shapes::StructureShape.new(name: 'TaskVolumeConfiguration')
376
+ TaskVolumeConfigurations = Shapes::ListShape.new(name: 'TaskVolumeConfigurations')
358
377
  Tasks = Shapes::ListShape.new(name: 'Tasks')
378
+ TimeoutConfiguration = Shapes::StructureShape.new(name: 'TimeoutConfiguration')
359
379
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
360
380
  Tmpfs = Shapes::StructureShape.new(name: 'Tmpfs')
361
381
  TmpfsList = Shapes::ListShape.new(name: 'TmpfsList')
@@ -675,6 +695,7 @@ module Aws::ECS
675
695
  CreateServiceRequest.add_member(:propagate_tags, Shapes::ShapeRef.new(shape: PropagateTags, location_name: "propagateTags"))
676
696
  CreateServiceRequest.add_member(:enable_execute_command, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableExecuteCommand"))
677
697
  CreateServiceRequest.add_member(:service_connect_configuration, Shapes::ShapeRef.new(shape: ServiceConnectConfiguration, location_name: "serviceConnectConfiguration"))
698
+ CreateServiceRequest.add_member(:volume_configurations, Shapes::ShapeRef.new(shape: ServiceVolumeConfigurations, location_name: "volumeConfigurations"))
678
699
  CreateServiceRequest.struct_class = Types::CreateServiceRequest
679
700
 
680
701
  CreateServiceResponse.add_member(:service, Shapes::ShapeRef.new(shape: Service, location_name: "service"))
@@ -766,6 +787,7 @@ module Aws::ECS
766
787
  Deployment.add_member(:rollout_state_reason, Shapes::ShapeRef.new(shape: String, location_name: "rolloutStateReason"))
767
788
  Deployment.add_member(:service_connect_configuration, Shapes::ShapeRef.new(shape: ServiceConnectConfiguration, location_name: "serviceConnectConfiguration"))
768
789
  Deployment.add_member(:service_connect_resources, Shapes::ShapeRef.new(shape: ServiceConnectServiceResourceList, location_name: "serviceConnectResources"))
790
+ Deployment.add_member(:volume_configurations, Shapes::ShapeRef.new(shape: ServiceVolumeConfigurations, location_name: "volumeConfigurations"))
769
791
  Deployment.struct_class = Types::Deployment
770
792
 
771
793
  DeploymentAlarms.add_member(:alarm_names, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "alarmNames"))
@@ -894,6 +916,13 @@ module Aws::ECS
894
916
  DockerVolumeConfiguration.add_member(:labels, Shapes::ShapeRef.new(shape: StringMap, location_name: "labels"))
895
917
  DockerVolumeConfiguration.struct_class = Types::DockerVolumeConfiguration
896
918
 
919
+ EBSTagSpecification.add_member(:resource_type, Shapes::ShapeRef.new(shape: EBSResourceType, required: true, location_name: "resourceType"))
920
+ EBSTagSpecification.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
921
+ EBSTagSpecification.add_member(:propagate_tags, Shapes::ShapeRef.new(shape: PropagateTags, location_name: "propagateTags"))
922
+ EBSTagSpecification.struct_class = Types::EBSTagSpecification
923
+
924
+ EBSTagSpecifications.member = Shapes::ShapeRef.new(shape: EBSTagSpecification)
925
+
897
926
  EFSAuthorizationConfig.add_member(:access_point_id, Shapes::ShapeRef.new(shape: String, location_name: "accessPointId"))
898
927
  EFSAuthorizationConfig.add_member(:iam, Shapes::ShapeRef.new(shape: EFSAuthorizationConfigIAM, location_name: "iam"))
899
928
  EFSAuthorizationConfig.struct_class = Types::EFSAuthorizationConfig
@@ -1368,6 +1397,7 @@ module Aws::ECS
1368
1397
  RunTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
1369
1398
  RunTaskRequest.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskDefinition"))
1370
1399
  RunTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1400
+ RunTaskRequest.add_member(:volume_configurations, Shapes::ShapeRef.new(shape: TaskVolumeConfigurations, location_name: "volumeConfigurations"))
1371
1401
  RunTaskRequest.struct_class = Types::RunTaskRequest
1372
1402
 
1373
1403
  RunTaskResponse.add_member(:tasks, Shapes::ShapeRef.new(shape: Tasks, location_name: "tasks"))
@@ -1440,6 +1470,8 @@ module Aws::ECS
1440
1470
  ServiceConnectService.add_member(:discovery_name, Shapes::ShapeRef.new(shape: String, location_name: "discoveryName"))
1441
1471
  ServiceConnectService.add_member(:client_aliases, Shapes::ShapeRef.new(shape: ServiceConnectClientAliasList, location_name: "clientAliases"))
1442
1472
  ServiceConnectService.add_member(:ingress_port_override, Shapes::ShapeRef.new(shape: PortNumber, location_name: "ingressPortOverride"))
1473
+ ServiceConnectService.add_member(:timeout, Shapes::ShapeRef.new(shape: TimeoutConfiguration, location_name: "timeout"))
1474
+ ServiceConnectService.add_member(:tls, Shapes::ShapeRef.new(shape: ServiceConnectTlsConfiguration, location_name: "tls"))
1443
1475
  ServiceConnectService.struct_class = Types::ServiceConnectService
1444
1476
 
1445
1477
  ServiceConnectServiceList.member = Shapes::ShapeRef.new(shape: ServiceConnectService)
@@ -1450,6 +1482,14 @@ module Aws::ECS
1450
1482
 
1451
1483
  ServiceConnectServiceResourceList.member = Shapes::ShapeRef.new(shape: ServiceConnectServiceResource)
1452
1484
 
1485
+ ServiceConnectTlsCertificateAuthority.add_member(:aws_pca_authority_arn, Shapes::ShapeRef.new(shape: String, location_name: "awsPcaAuthorityArn"))
1486
+ ServiceConnectTlsCertificateAuthority.struct_class = Types::ServiceConnectTlsCertificateAuthority
1487
+
1488
+ ServiceConnectTlsConfiguration.add_member(:issuer_certificate_authority, Shapes::ShapeRef.new(shape: ServiceConnectTlsCertificateAuthority, required: true, location_name: "issuerCertificateAuthority"))
1489
+ ServiceConnectTlsConfiguration.add_member(:kms_key, Shapes::ShapeRef.new(shape: String, location_name: "kmsKey"))
1490
+ ServiceConnectTlsConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, location_name: "roleArn"))
1491
+ ServiceConnectTlsConfiguration.struct_class = Types::ServiceConnectTlsConfiguration
1492
+
1453
1493
  ServiceEvent.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
1454
1494
  ServiceEvent.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
1455
1495
  ServiceEvent.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
@@ -1459,6 +1499,18 @@ module Aws::ECS
1459
1499
 
1460
1500
  ServiceFieldList.member = Shapes::ShapeRef.new(shape: ServiceField)
1461
1501
 
1502
+ ServiceManagedEBSVolumeConfiguration.add_member(:encrypted, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "encrypted"))
1503
+ ServiceManagedEBSVolumeConfiguration.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: EBSKMSKeyId, location_name: "kmsKeyId"))
1504
+ ServiceManagedEBSVolumeConfiguration.add_member(:volume_type, Shapes::ShapeRef.new(shape: EBSVolumeType, location_name: "volumeType"))
1505
+ ServiceManagedEBSVolumeConfiguration.add_member(:size_in_gi_b, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "sizeInGiB"))
1506
+ ServiceManagedEBSVolumeConfiguration.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: EBSSnapshotId, location_name: "snapshotId"))
1507
+ ServiceManagedEBSVolumeConfiguration.add_member(:iops, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "iops"))
1508
+ ServiceManagedEBSVolumeConfiguration.add_member(:throughput, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "throughput"))
1509
+ ServiceManagedEBSVolumeConfiguration.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: EBSTagSpecifications, location_name: "tagSpecifications"))
1510
+ ServiceManagedEBSVolumeConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, required: true, location_name: "roleArn"))
1511
+ ServiceManagedEBSVolumeConfiguration.add_member(:filesystem_type, Shapes::ShapeRef.new(shape: TaskFilesystemType, location_name: "filesystemType"))
1512
+ ServiceManagedEBSVolumeConfiguration.struct_class = Types::ServiceManagedEBSVolumeConfiguration
1513
+
1462
1514
  ServiceNotActiveException.struct_class = Types::ServiceNotActiveException
1463
1515
 
1464
1516
  ServiceNotFoundException.struct_class = Types::ServiceNotFoundException
@@ -1471,6 +1523,12 @@ module Aws::ECS
1471
1523
  ServiceRegistry.add_member(:container_port, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "containerPort"))
1472
1524
  ServiceRegistry.struct_class = Types::ServiceRegistry
1473
1525
 
1526
+ ServiceVolumeConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: ECSVolumeName, required: true, location_name: "name"))
1527
+ ServiceVolumeConfiguration.add_member(:managed_ebs_volume, Shapes::ShapeRef.new(shape: ServiceManagedEBSVolumeConfiguration, location_name: "managedEBSVolume"))
1528
+ ServiceVolumeConfiguration.struct_class = Types::ServiceVolumeConfiguration
1529
+
1530
+ ServiceVolumeConfigurations.member = Shapes::ShapeRef.new(shape: ServiceVolumeConfiguration)
1531
+
1474
1532
  Services.member = Shapes::ShapeRef.new(shape: Service)
1475
1533
 
1476
1534
  Session.add_member(:session_id, Shapes::ShapeRef.new(shape: String, location_name: "sessionId"))
@@ -1498,6 +1556,7 @@ module Aws::ECS
1498
1556
  StartTaskRequest.add_member(:started_by, Shapes::ShapeRef.new(shape: String, location_name: "startedBy"))
1499
1557
  StartTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
1500
1558
  StartTaskRequest.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskDefinition"))
1559
+ StartTaskRequest.add_member(:volume_configurations, Shapes::ShapeRef.new(shape: TaskVolumeConfigurations, location_name: "volumeConfigurations"))
1501
1560
  StartTaskRequest.struct_class = Types::StartTaskRequest
1502
1561
 
1503
1562
  StartTaskResponse.add_member(:tasks, Shapes::ShapeRef.new(shape: Tasks, location_name: "tasks"))
@@ -1654,6 +1713,22 @@ module Aws::ECS
1654
1713
 
1655
1714
  TaskFieldList.member = Shapes::ShapeRef.new(shape: TaskField)
1656
1715
 
1716
+ TaskManagedEBSVolumeConfiguration.add_member(:encrypted, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "encrypted"))
1717
+ TaskManagedEBSVolumeConfiguration.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: EBSKMSKeyId, location_name: "kmsKeyId"))
1718
+ TaskManagedEBSVolumeConfiguration.add_member(:volume_type, Shapes::ShapeRef.new(shape: EBSVolumeType, location_name: "volumeType"))
1719
+ TaskManagedEBSVolumeConfiguration.add_member(:size_in_gi_b, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "sizeInGiB"))
1720
+ TaskManagedEBSVolumeConfiguration.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: EBSSnapshotId, location_name: "snapshotId"))
1721
+ TaskManagedEBSVolumeConfiguration.add_member(:iops, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "iops"))
1722
+ TaskManagedEBSVolumeConfiguration.add_member(:throughput, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "throughput"))
1723
+ TaskManagedEBSVolumeConfiguration.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: EBSTagSpecifications, location_name: "tagSpecifications"))
1724
+ TaskManagedEBSVolumeConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, required: true, location_name: "roleArn"))
1725
+ TaskManagedEBSVolumeConfiguration.add_member(:termination_policy, Shapes::ShapeRef.new(shape: TaskManagedEBSVolumeTerminationPolicy, location_name: "terminationPolicy"))
1726
+ TaskManagedEBSVolumeConfiguration.add_member(:filesystem_type, Shapes::ShapeRef.new(shape: TaskFilesystemType, location_name: "filesystemType"))
1727
+ TaskManagedEBSVolumeConfiguration.struct_class = Types::TaskManagedEBSVolumeConfiguration
1728
+
1729
+ TaskManagedEBSVolumeTerminationPolicy.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "deleteOnTermination"))
1730
+ TaskManagedEBSVolumeTerminationPolicy.struct_class = Types::TaskManagedEBSVolumeTerminationPolicy
1731
+
1657
1732
  TaskOverride.add_member(:container_overrides, Shapes::ShapeRef.new(shape: ContainerOverrides, location_name: "containerOverrides"))
1658
1733
  TaskOverride.add_member(:cpu, Shapes::ShapeRef.new(shape: String, location_name: "cpu"))
1659
1734
  TaskOverride.add_member(:inference_accelerator_overrides, Shapes::ShapeRef.new(shape: InferenceAcceleratorOverrides, location_name: "inferenceAcceleratorOverrides"))
@@ -1695,8 +1770,18 @@ module Aws::ECS
1695
1770
 
1696
1771
  TaskSets.member = Shapes::ShapeRef.new(shape: TaskSet)
1697
1772
 
1773
+ TaskVolumeConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: ECSVolumeName, required: true, location_name: "name"))
1774
+ TaskVolumeConfiguration.add_member(:managed_ebs_volume, Shapes::ShapeRef.new(shape: TaskManagedEBSVolumeConfiguration, location_name: "managedEBSVolume"))
1775
+ TaskVolumeConfiguration.struct_class = Types::TaskVolumeConfiguration
1776
+
1777
+ TaskVolumeConfigurations.member = Shapes::ShapeRef.new(shape: TaskVolumeConfiguration)
1778
+
1698
1779
  Tasks.member = Shapes::ShapeRef.new(shape: Task)
1699
1780
 
1781
+ TimeoutConfiguration.add_member(:idle_timeout_seconds, Shapes::ShapeRef.new(shape: Duration, location_name: "idleTimeoutSeconds"))
1782
+ TimeoutConfiguration.add_member(:per_request_timeout_seconds, Shapes::ShapeRef.new(shape: Duration, location_name: "perRequestTimeoutSeconds"))
1783
+ TimeoutConfiguration.struct_class = Types::TimeoutConfiguration
1784
+
1700
1785
  Tmpfs.add_member(:container_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "containerPath"))
1701
1786
  Tmpfs.add_member(:size, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "size"))
1702
1787
  Tmpfs.add_member(:mount_options, Shapes::ShapeRef.new(shape: StringList, location_name: "mountOptions"))
@@ -1786,6 +1871,7 @@ module Aws::ECS
1786
1871
  UpdateServiceRequest.add_member(:propagate_tags, Shapes::ShapeRef.new(shape: PropagateTags, location_name: "propagateTags"))
1787
1872
  UpdateServiceRequest.add_member(:service_registries, Shapes::ShapeRef.new(shape: ServiceRegistries, location_name: "serviceRegistries"))
1788
1873
  UpdateServiceRequest.add_member(:service_connect_configuration, Shapes::ShapeRef.new(shape: ServiceConnectConfiguration, location_name: "serviceConnectConfiguration"))
1874
+ UpdateServiceRequest.add_member(:volume_configurations, Shapes::ShapeRef.new(shape: ServiceVolumeConfigurations, location_name: "volumeConfigurations"))
1789
1875
  UpdateServiceRequest.struct_class = Types::UpdateServiceRequest
1790
1876
 
1791
1877
  UpdateServiceResponse.add_member(:service, Shapes::ShapeRef.new(shape: Service, location_name: "service"))
@@ -1820,6 +1906,7 @@ module Aws::ECS
1820
1906
  Volume.add_member(:docker_volume_configuration, Shapes::ShapeRef.new(shape: DockerVolumeConfiguration, location_name: "dockerVolumeConfiguration"))
1821
1907
  Volume.add_member(:efs_volume_configuration, Shapes::ShapeRef.new(shape: EFSVolumeConfiguration, location_name: "efsVolumeConfiguration"))
1822
1908
  Volume.add_member(:fsx_windows_file_server_volume_configuration, Shapes::ShapeRef.new(shape: FSxWindowsFileServerVolumeConfiguration, location_name: "fsxWindowsFileServerVolumeConfiguration"))
1909
+ Volume.add_member(:configured_at_launch, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "configuredAtLaunch"))
1823
1910
  Volume.struct_class = Types::Volume
1824
1911
 
1825
1912
  VolumeFrom.add_member(:source_container, Shapes::ShapeRef.new(shape: String, location_name: "sourceContainer"))
@@ -2415,6 +2502,7 @@ module Aws::ECS
2415
2502
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
2416
2503
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2417
2504
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
2505
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedFeatureException)
2418
2506
  end)
2419
2507
 
2420
2508
  api.add_operation(:stop_task, Seahorse::Model::Operation.new.tap do |o|
@@ -2569,6 +2657,7 @@ module Aws::ECS
2569
2657
  o.errors << Shapes::ShapeRef.new(shape: PlatformTaskDefinitionIncompatibilityException)
2570
2658
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2571
2659
  o.errors << Shapes::ShapeRef.new(shape: NamespaceNotFoundException)
2660
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedFeatureException)
2572
2661
  end)
2573
2662
 
2574
2663
  api.add_operation(:update_service_primary_task_set, Seahorse::Model::Operation.new.tap do |o|