aws-sdk-ecs 1.226.0 → 1.228.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f3f487cf606102dd35b8defc6ccc4276ca1b348bbb7d84087ff967534e586a75
4
- data.tar.gz: '04926215f9538b430309fde98f834e19d1a46416518b2daaf2804baad732e7b6'
3
+ metadata.gz: d560e3be2e38ba7dab9d4a5c24e8add80de60104813852a1f1c995c1d1163bec
4
+ data.tar.gz: f171de5f7a5524010b9972f5aaeb632f6b753bc5360702d662953e6529889959
5
5
  SHA512:
6
- metadata.gz: 9ec8d21a4ba36488a17e1d27f9947c137ae0570cd6e2456381272591b9e49ff86eb3e89e5774e8ea1beee31b394ba863b398fedaf0a27ba14f53061034804aaf
7
- data.tar.gz: bda1b69959aee8a93b4ef4a943bf2051d935aad1e213171d42eab36e995ba5232cb66716ab756bb26dfffea25c6a2b4cc0de66e9923b2a989d29b4ea6eed789f
6
+ metadata.gz: 5bfbd447f101d6d736c236cecd404036029ec056554c03fe37f21ad892e6c58142369a09d6c9c8709cdbf553348f5d22ee48639214f0632604006cbf852debae
7
+ data.tar.gz: 3848e53b5cffad2a9e448c747bb68c8003c4018f639448138bf1360be678136e631a08e09142c3f783b5ce4e7e4194a72dd2127ee0426b1eb4fe74d27c056fc4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.228.0 (2026-04-10)
5
+ ------------------
6
+
7
+ * Feature - Minor updates to exceptions for completeness
8
+
9
+ 1.227.0 (2026-04-07)
10
+ ------------------
11
+
12
+ * Feature - This release provides the functionality of mounting Amazon S3 Files to Amazon ECS tasks by adding support for the new S3FilesVolumeConfiguration parameter in ECS RegisterTaskDefinition API.
13
+
4
14
  1.226.0 (2026-04-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.226.0
1
+ 1.228.0
@@ -4058,6 +4058,10 @@ module Aws::ECS
4058
4058
  # resp.task_definitions[0].volumes[0].efs_volume_configuration.transit_encryption_port #=> Integer
4059
4059
  # resp.task_definitions[0].volumes[0].efs_volume_configuration.authorization_config.access_point_id #=> String
4060
4060
  # resp.task_definitions[0].volumes[0].efs_volume_configuration.authorization_config.iam #=> String, one of "ENABLED", "DISABLED"
4061
+ # resp.task_definitions[0].volumes[0].s3files_volume_configuration.file_system_arn #=> String
4062
+ # resp.task_definitions[0].volumes[0].s3files_volume_configuration.root_directory #=> String
4063
+ # resp.task_definitions[0].volumes[0].s3files_volume_configuration.transit_encryption_port #=> Integer
4064
+ # resp.task_definitions[0].volumes[0].s3files_volume_configuration.access_point_arn #=> String
4061
4065
  # resp.task_definitions[0].volumes[0].fsx_windows_file_server_volume_configuration.file_system_id #=> String
4062
4066
  # resp.task_definitions[0].volumes[0].fsx_windows_file_server_volume_configuration.root_directory #=> String
4063
4067
  # resp.task_definitions[0].volumes[0].fsx_windows_file_server_volume_configuration.authorization_config.credentials_parameter #=> String
@@ -4611,6 +4615,10 @@ module Aws::ECS
4611
4615
  # resp.task_definition.volumes[0].efs_volume_configuration.transit_encryption_port #=> Integer
4612
4616
  # resp.task_definition.volumes[0].efs_volume_configuration.authorization_config.access_point_id #=> String
4613
4617
  # resp.task_definition.volumes[0].efs_volume_configuration.authorization_config.iam #=> String, one of "ENABLED", "DISABLED"
4618
+ # resp.task_definition.volumes[0].s3files_volume_configuration.file_system_arn #=> String
4619
+ # resp.task_definition.volumes[0].s3files_volume_configuration.root_directory #=> String
4620
+ # resp.task_definition.volumes[0].s3files_volume_configuration.transit_encryption_port #=> Integer
4621
+ # resp.task_definition.volumes[0].s3files_volume_configuration.access_point_arn #=> String
4614
4622
  # resp.task_definition.volumes[0].fsx_windows_file_server_volume_configuration.file_system_id #=> String
4615
4623
  # resp.task_definition.volumes[0].fsx_windows_file_server_volume_configuration.root_directory #=> String
4616
4624
  # resp.task_definition.volumes[0].fsx_windows_file_server_volume_configuration.authorization_config.credentials_parameter #=> String
@@ -6725,6 +6733,10 @@ module Aws::ECS
6725
6733
  # resp.task_definition.volumes[0].efs_volume_configuration.transit_encryption_port #=> Integer
6726
6734
  # resp.task_definition.volumes[0].efs_volume_configuration.authorization_config.access_point_id #=> String
6727
6735
  # resp.task_definition.volumes[0].efs_volume_configuration.authorization_config.iam #=> String, one of "ENABLED", "DISABLED"
6736
+ # resp.task_definition.volumes[0].s3files_volume_configuration.file_system_arn #=> String
6737
+ # resp.task_definition.volumes[0].s3files_volume_configuration.root_directory #=> String
6738
+ # resp.task_definition.volumes[0].s3files_volume_configuration.transit_encryption_port #=> Integer
6739
+ # resp.task_definition.volumes[0].s3files_volume_configuration.access_point_arn #=> String
6728
6740
  # resp.task_definition.volumes[0].fsx_windows_file_server_volume_configuration.file_system_id #=> String
6729
6741
  # resp.task_definition.volumes[0].fsx_windows_file_server_volume_configuration.root_directory #=> String
6730
6742
  # resp.task_definition.volumes[0].fsx_windows_file_server_volume_configuration.authorization_config.credentials_parameter #=> String
@@ -10838,6 +10850,12 @@ module Aws::ECS
10838
10850
  # iam: "ENABLED", # accepts ENABLED, DISABLED
10839
10851
  # },
10840
10852
  # },
10853
+ # s3files_volume_configuration: {
10854
+ # file_system_arn: "String", # required
10855
+ # root_directory: "String",
10856
+ # transit_encryption_port: 1,
10857
+ # access_point_arn: "String",
10858
+ # },
10841
10859
  # fsx_windows_file_server_volume_configuration: {
10842
10860
  # file_system_id: "String", # required
10843
10861
  # root_directory: "String", # required
@@ -11027,6 +11045,10 @@ module Aws::ECS
11027
11045
  # resp.task_definition.volumes[0].efs_volume_configuration.transit_encryption_port #=> Integer
11028
11046
  # resp.task_definition.volumes[0].efs_volume_configuration.authorization_config.access_point_id #=> String
11029
11047
  # resp.task_definition.volumes[0].efs_volume_configuration.authorization_config.iam #=> String, one of "ENABLED", "DISABLED"
11048
+ # resp.task_definition.volumes[0].s3files_volume_configuration.file_system_arn #=> String
11049
+ # resp.task_definition.volumes[0].s3files_volume_configuration.root_directory #=> String
11050
+ # resp.task_definition.volumes[0].s3files_volume_configuration.transit_encryption_port #=> Integer
11051
+ # resp.task_definition.volumes[0].s3files_volume_configuration.access_point_arn #=> String
11030
11052
  # resp.task_definition.volumes[0].fsx_windows_file_server_volume_configuration.file_system_id #=> String
11031
11053
  # resp.task_definition.volumes[0].fsx_windows_file_server_volume_configuration.root_directory #=> String
11032
11054
  # resp.task_definition.volumes[0].fsx_windows_file_server_volume_configuration.authorization_config.credentials_parameter #=> String
@@ -15608,7 +15630,7 @@ module Aws::ECS
15608
15630
  tracer: tracer
15609
15631
  )
15610
15632
  context[:gem_name] = 'aws-sdk-ecs'
15611
- context[:gem_version] = '1.226.0'
15633
+ context[:gem_version] = '1.228.0'
15612
15634
  Seahorse::Client::Request.new(handlers, context)
15613
15635
  end
15614
15636
 
@@ -464,6 +464,7 @@ module Aws::ECS
464
464
  RunTaskRequest = Shapes::StructureShape.new(name: 'RunTaskRequest')
465
465
  RunTaskResponse = Shapes::StructureShape.new(name: 'RunTaskResponse')
466
466
  RuntimePlatform = Shapes::StructureShape.new(name: 'RuntimePlatform')
467
+ S3FilesVolumeConfiguration = Shapes::StructureShape.new(name: 'S3FilesVolumeConfiguration')
467
468
  Scale = Shapes::StructureShape.new(name: 'Scale')
468
469
  ScaleUnit = Shapes::StringShape.new(name: 'ScaleUnit')
469
470
  SchedulingStrategy = Shapes::StringShape.new(name: 'SchedulingStrategy')
@@ -1719,9 +1720,9 @@ module Aws::ECS
1719
1720
  InferenceAcceleratorOverride.add_member(:device_type, Shapes::ShapeRef.new(shape: String, location_name: "deviceType"))
1720
1721
  InferenceAcceleratorOverride.struct_class = Types::InferenceAcceleratorOverride
1721
1722
 
1722
- InferenceAcceleratorOverrides.member = Shapes::ShapeRef.new(shape: InferenceAcceleratorOverride)
1723
+ InferenceAcceleratorOverrides.member = Shapes::ShapeRef.new(shape: InferenceAcceleratorOverride, deprecated: true)
1723
1724
 
1724
- InferenceAccelerators.member = Shapes::ShapeRef.new(shape: InferenceAccelerator)
1725
+ InferenceAccelerators.member = Shapes::ShapeRef.new(shape: InferenceAccelerator, deprecated: true)
1725
1726
 
1726
1727
  InfrastructureOptimization.add_member(:scale_in_after, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "scaleInAfter"))
1727
1728
  InfrastructureOptimization.struct_class = Types::InfrastructureOptimization
@@ -2304,7 +2305,7 @@ module Aws::ECS
2304
2305
  RegisterTaskDefinitionRequest.add_member(:pid_mode, Shapes::ShapeRef.new(shape: PidMode, location_name: "pidMode"))
2305
2306
  RegisterTaskDefinitionRequest.add_member(:ipc_mode, Shapes::ShapeRef.new(shape: IpcMode, location_name: "ipcMode"))
2306
2307
  RegisterTaskDefinitionRequest.add_member(:proxy_configuration, Shapes::ShapeRef.new(shape: ProxyConfiguration, location_name: "proxyConfiguration"))
2307
- RegisterTaskDefinitionRequest.add_member(:inference_accelerators, Shapes::ShapeRef.new(shape: InferenceAccelerators, location_name: "inferenceAccelerators"))
2308
+ RegisterTaskDefinitionRequest.add_member(:inference_accelerators, Shapes::ShapeRef.new(shape: InferenceAccelerators, deprecated: true, location_name: "inferenceAccelerators", metadata: {"deprecatedMessage" => "This feature is no longer available.", "deprecatedSince" => "2023-04-15"}))
2308
2309
  RegisterTaskDefinitionRequest.add_member(:ephemeral_storage, Shapes::ShapeRef.new(shape: EphemeralStorage, location_name: "ephemeralStorage"))
2309
2310
  RegisterTaskDefinitionRequest.add_member(:runtime_platform, Shapes::ShapeRef.new(shape: RuntimePlatform, location_name: "runtimePlatform"))
2310
2311
  RegisterTaskDefinitionRequest.add_member(:enable_fault_injection, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "enableFaultInjection"))
@@ -2380,6 +2381,12 @@ module Aws::ECS
2380
2381
  RuntimePlatform.add_member(:operating_system_family, Shapes::ShapeRef.new(shape: OSFamily, location_name: "operatingSystemFamily"))
2381
2382
  RuntimePlatform.struct_class = Types::RuntimePlatform
2382
2383
 
2384
+ S3FilesVolumeConfiguration.add_member(:file_system_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "fileSystemArn"))
2385
+ S3FilesVolumeConfiguration.add_member(:root_directory, Shapes::ShapeRef.new(shape: String, location_name: "rootDirectory"))
2386
+ S3FilesVolumeConfiguration.add_member(:transit_encryption_port, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "transitEncryptionPort"))
2387
+ S3FilesVolumeConfiguration.add_member(:access_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "accessPointArn"))
2388
+ S3FilesVolumeConfiguration.struct_class = Types::S3FilesVolumeConfiguration
2389
+
2383
2390
  Scale.add_member(:value, Shapes::ShapeRef.new(shape: Double, location_name: "value"))
2384
2391
  Scale.add_member(:unit, Shapes::ShapeRef.new(shape: ScaleUnit, location_name: "unit"))
2385
2392
  Scale.struct_class = Types::Scale
@@ -2754,7 +2761,7 @@ module Aws::ECS
2754
2761
  Task.add_member(:execution_stopped_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "executionStoppedAt"))
2755
2762
  Task.add_member(:group, Shapes::ShapeRef.new(shape: String, location_name: "group"))
2756
2763
  Task.add_member(:health_status, Shapes::ShapeRef.new(shape: HealthStatus, location_name: "healthStatus"))
2757
- Task.add_member(:inference_accelerators, Shapes::ShapeRef.new(shape: InferenceAccelerators, location_name: "inferenceAccelerators"))
2764
+ Task.add_member(:inference_accelerators, Shapes::ShapeRef.new(shape: InferenceAccelerators, deprecated: true, location_name: "inferenceAccelerators"))
2758
2765
  Task.add_member(:last_status, Shapes::ShapeRef.new(shape: String, location_name: "lastStatus"))
2759
2766
  Task.add_member(:launch_type, Shapes::ShapeRef.new(shape: LaunchType, location_name: "launchType"))
2760
2767
  Task.add_member(:memory, Shapes::ShapeRef.new(shape: String, location_name: "memory"))
@@ -2793,7 +2800,7 @@ module Aws::ECS
2793
2800
  TaskDefinition.add_member(:requires_compatibilities, Shapes::ShapeRef.new(shape: CompatibilityList, location_name: "requiresCompatibilities"))
2794
2801
  TaskDefinition.add_member(:cpu, Shapes::ShapeRef.new(shape: String, location_name: "cpu"))
2795
2802
  TaskDefinition.add_member(:memory, Shapes::ShapeRef.new(shape: String, location_name: "memory"))
2796
- TaskDefinition.add_member(:inference_accelerators, Shapes::ShapeRef.new(shape: InferenceAccelerators, location_name: "inferenceAccelerators"))
2803
+ TaskDefinition.add_member(:inference_accelerators, Shapes::ShapeRef.new(shape: InferenceAccelerators, deprecated: true, location_name: "inferenceAccelerators"))
2797
2804
  TaskDefinition.add_member(:pid_mode, Shapes::ShapeRef.new(shape: PidMode, location_name: "pidMode"))
2798
2805
  TaskDefinition.add_member(:ipc_mode, Shapes::ShapeRef.new(shape: IpcMode, location_name: "ipcMode"))
2799
2806
  TaskDefinition.add_member(:proxy_configuration, Shapes::ShapeRef.new(shape: ProxyConfiguration, location_name: "proxyConfiguration"))
@@ -2840,7 +2847,7 @@ module Aws::ECS
2840
2847
 
2841
2848
  TaskOverride.add_member(:container_overrides, Shapes::ShapeRef.new(shape: ContainerOverrides, location_name: "containerOverrides"))
2842
2849
  TaskOverride.add_member(:cpu, Shapes::ShapeRef.new(shape: String, location_name: "cpu"))
2843
- TaskOverride.add_member(:inference_accelerator_overrides, Shapes::ShapeRef.new(shape: InferenceAcceleratorOverrides, location_name: "inferenceAcceleratorOverrides"))
2850
+ TaskOverride.add_member(:inference_accelerator_overrides, Shapes::ShapeRef.new(shape: InferenceAcceleratorOverrides, deprecated: true, location_name: "inferenceAcceleratorOverrides"))
2844
2851
  TaskOverride.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "executionRoleArn"))
2845
2852
  TaskOverride.add_member(:memory, Shapes::ShapeRef.new(shape: String, location_name: "memory"))
2846
2853
  TaskOverride.add_member(:task_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "taskRoleArn"))
@@ -3076,6 +3083,7 @@ module Aws::ECS
3076
3083
  Volume.add_member(:host, Shapes::ShapeRef.new(shape: HostVolumeProperties, location_name: "host"))
3077
3084
  Volume.add_member(:docker_volume_configuration, Shapes::ShapeRef.new(shape: DockerVolumeConfiguration, location_name: "dockerVolumeConfiguration"))
3078
3085
  Volume.add_member(:efs_volume_configuration, Shapes::ShapeRef.new(shape: EFSVolumeConfiguration, location_name: "efsVolumeConfiguration"))
3086
+ Volume.add_member(:s3files_volume_configuration, Shapes::ShapeRef.new(shape: S3FilesVolumeConfiguration, location_name: "s3filesVolumeConfiguration"))
3079
3087
  Volume.add_member(:fsx_windows_file_server_volume_configuration, Shapes::ShapeRef.new(shape: FSxWindowsFileServerVolumeConfiguration, location_name: "fsxWindowsFileServerVolumeConfiguration"))
3080
3088
  Volume.add_member(:configured_at_launch, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "configuredAtLaunch"))
3081
3089
  Volume.struct_class = Types::Volume
@@ -3123,6 +3131,7 @@ module Aws::ECS
3123
3131
  o.http_request_uri = "/"
3124
3132
  o.input = Shapes::ShapeRef.new(shape: CreateCapacityProviderRequest)
3125
3133
  o.output = Shapes::ShapeRef.new(shape: CreateCapacityProviderResponse)
3134
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3126
3135
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
3127
3136
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3128
3137
  o.errors << Shapes::ShapeRef.new(shape: UpdateInProgressException)
@@ -3138,6 +3147,7 @@ module Aws::ECS
3138
3147
  o.http_request_uri = "/"
3139
3148
  o.input = Shapes::ShapeRef.new(shape: CreateClusterRequest)
3140
3149
  o.output = Shapes::ShapeRef.new(shape: CreateClusterResponse)
3150
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3141
3151
  o.errors << Shapes::ShapeRef.new(shape: NamespaceNotFoundException)
3142
3152
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3143
3153
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -3199,6 +3209,7 @@ module Aws::ECS
3199
3209
  o.input = Shapes::ShapeRef.new(shape: CreateTaskSetRequest)
3200
3210
  o.output = Shapes::ShapeRef.new(shape: CreateTaskSetResponse)
3201
3211
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3212
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
3202
3213
  o.errors << Shapes::ShapeRef.new(shape: PlatformUnknownException)
3203
3214
  o.errors << Shapes::ShapeRef.new(shape: NamespaceNotFoundException)
3204
3215
  o.errors << Shapes::ShapeRef.new(shape: ServiceNotActiveException)
@@ -3217,6 +3228,7 @@ module Aws::ECS
3217
3228
  o.http_request_uri = "/"
3218
3229
  o.input = Shapes::ShapeRef.new(shape: DeleteAccountSettingRequest)
3219
3230
  o.output = Shapes::ShapeRef.new(shape: DeleteAccountSettingResponse)
3231
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3220
3232
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3221
3233
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3222
3234
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3228,8 +3240,11 @@ module Aws::ECS
3228
3240
  o.http_request_uri = "/"
3229
3241
  o.input = Shapes::ShapeRef.new(shape: DeleteAttributesRequest)
3230
3242
  o.output = Shapes::ShapeRef.new(shape: DeleteAttributesResponse)
3243
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3231
3244
  o.errors << Shapes::ShapeRef.new(shape: TargetNotFoundException)
3245
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
3232
3246
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3247
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
3233
3248
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
3234
3249
  end)
3235
3250
 
@@ -3239,7 +3254,9 @@ module Aws::ECS
3239
3254
  o.http_request_uri = "/"
3240
3255
  o.input = Shapes::ShapeRef.new(shape: DeleteCapacityProviderRequest)
3241
3256
  o.output = Shapes::ShapeRef.new(shape: DeleteCapacityProviderResponse)
3257
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3242
3258
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3259
+ o.errors << Shapes::ShapeRef.new(shape: UpdateInProgressException)
3243
3260
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3244
3261
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
3245
3262
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
@@ -3253,6 +3270,7 @@ module Aws::ECS
3253
3270
  o.input = Shapes::ShapeRef.new(shape: DeleteClusterRequest)
3254
3271
  o.output = Shapes::ShapeRef.new(shape: DeleteClusterResponse)
3255
3272
  o.errors << Shapes::ShapeRef.new(shape: ClusterContainsContainerInstancesException)
3273
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3256
3274
  o.errors << Shapes::ShapeRef.new(shape: ClusterContainsServicesException)
3257
3275
  o.errors << Shapes::ShapeRef.new(shape: ClusterContainsCapacityProviderException)
3258
3276
  o.errors << Shapes::ShapeRef.new(shape: ClusterContainsTasksException)
@@ -3313,6 +3331,7 @@ module Aws::ECS
3313
3331
  o.http_request_uri = "/"
3314
3332
  o.input = Shapes::ShapeRef.new(shape: DeleteServiceRequest)
3315
3333
  o.output = Shapes::ShapeRef.new(shape: DeleteServiceResponse)
3334
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3316
3335
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3317
3336
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3318
3337
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3339,6 +3358,7 @@ module Aws::ECS
3339
3358
  o.input = Shapes::ShapeRef.new(shape: DeleteTaskSetRequest)
3340
3359
  o.output = Shapes::ShapeRef.new(shape: DeleteTaskSetResponse)
3341
3360
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3361
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
3342
3362
  o.errors << Shapes::ShapeRef.new(shape: ServiceNotActiveException)
3343
3363
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3344
3364
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -3355,6 +3375,7 @@ module Aws::ECS
3355
3375
  o.http_request_uri = "/"
3356
3376
  o.input = Shapes::ShapeRef.new(shape: DeregisterContainerInstanceRequest)
3357
3377
  o.output = Shapes::ShapeRef.new(shape: DeregisterContainerInstanceResponse)
3378
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3358
3379
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3359
3380
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3360
3381
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3367,6 +3388,7 @@ module Aws::ECS
3367
3388
  o.http_request_uri = "/"
3368
3389
  o.input = Shapes::ShapeRef.new(shape: DeregisterTaskDefinitionRequest)
3369
3390
  o.output = Shapes::ShapeRef.new(shape: DeregisterTaskDefinitionResponse)
3391
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3370
3392
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3371
3393
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3372
3394
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3378,6 +3400,7 @@ module Aws::ECS
3378
3400
  o.http_request_uri = "/"
3379
3401
  o.input = Shapes::ShapeRef.new(shape: DescribeCapacityProvidersRequest)
3380
3402
  o.output = Shapes::ShapeRef.new(shape: DescribeCapacityProvidersResponse)
3403
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3381
3404
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3382
3405
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3383
3406
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3391,6 +3414,7 @@ module Aws::ECS
3391
3414
  o.http_request_uri = "/"
3392
3415
  o.input = Shapes::ShapeRef.new(shape: DescribeClustersRequest)
3393
3416
  o.output = Shapes::ShapeRef.new(shape: DescribeClustersResponse)
3417
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3394
3418
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3395
3419
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3396
3420
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3402,6 +3426,7 @@ module Aws::ECS
3402
3426
  o.http_request_uri = "/"
3403
3427
  o.input = Shapes::ShapeRef.new(shape: DescribeContainerInstancesRequest)
3404
3428
  o.output = Shapes::ShapeRef.new(shape: DescribeContainerInstancesResponse)
3429
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3405
3430
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3406
3431
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3407
3432
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3514,6 +3539,7 @@ module Aws::ECS
3514
3539
  o.http_request_uri = "/"
3515
3540
  o.input = Shapes::ShapeRef.new(shape: DescribeServicesRequest)
3516
3541
  o.output = Shapes::ShapeRef.new(shape: DescribeServicesResponse)
3542
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3517
3543
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3518
3544
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3519
3545
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3526,6 +3552,7 @@ module Aws::ECS
3526
3552
  o.http_request_uri = "/"
3527
3553
  o.input = Shapes::ShapeRef.new(shape: DescribeTaskDefinitionRequest)
3528
3554
  o.output = Shapes::ShapeRef.new(shape: DescribeTaskDefinitionResponse)
3555
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3529
3556
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3530
3557
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3531
3558
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3553,6 +3580,7 @@ module Aws::ECS
3553
3580
  o.http_request_uri = "/"
3554
3581
  o.input = Shapes::ShapeRef.new(shape: DescribeTasksRequest)
3555
3582
  o.output = Shapes::ShapeRef.new(shape: DescribeTasksResponse)
3583
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3556
3584
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3557
3585
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3558
3586
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3565,7 +3593,9 @@ module Aws::ECS
3565
3593
  o.http_request_uri = "/"
3566
3594
  o.input = Shapes::ShapeRef.new(shape: DiscoverPollEndpointRequest)
3567
3595
  o.output = Shapes::ShapeRef.new(shape: DiscoverPollEndpointResponse)
3596
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3568
3597
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3598
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3569
3599
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
3570
3600
  end)
3571
3601
 
@@ -3604,6 +3634,7 @@ module Aws::ECS
3604
3634
  o.http_request_uri = "/"
3605
3635
  o.input = Shapes::ShapeRef.new(shape: ListAccountSettingsRequest)
3606
3636
  o.output = Shapes::ShapeRef.new(shape: ListAccountSettingsResponse)
3637
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3607
3638
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3608
3639
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3609
3640
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3621,7 +3652,10 @@ module Aws::ECS
3621
3652
  o.http_request_uri = "/"
3622
3653
  o.input = Shapes::ShapeRef.new(shape: ListAttributesRequest)
3623
3654
  o.output = Shapes::ShapeRef.new(shape: ListAttributesResponse)
3655
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3656
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
3624
3657
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3658
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
3625
3659
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
3626
3660
  o[:pager] = Aws::Pager.new(
3627
3661
  limit_key: "max_results",
@@ -3637,6 +3671,7 @@ module Aws::ECS
3637
3671
  o.http_request_uri = "/"
3638
3672
  o.input = Shapes::ShapeRef.new(shape: ListClustersRequest)
3639
3673
  o.output = Shapes::ShapeRef.new(shape: ListClustersResponse)
3674
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3640
3675
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3641
3676
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3642
3677
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3654,6 +3689,7 @@ module Aws::ECS
3654
3689
  o.http_request_uri = "/"
3655
3690
  o.input = Shapes::ShapeRef.new(shape: ListContainerInstancesRequest)
3656
3691
  o.output = Shapes::ShapeRef.new(shape: ListContainerInstancesResponse)
3692
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3657
3693
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3658
3694
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3659
3695
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3717,6 +3753,7 @@ module Aws::ECS
3717
3753
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3718
3754
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
3719
3755
  o.errors << Shapes::ShapeRef.new(shape: ServiceNotFoundException)
3756
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
3720
3757
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedFeatureException)
3721
3758
  end)
3722
3759
 
@@ -3726,6 +3763,7 @@ module Aws::ECS
3726
3763
  o.http_request_uri = "/"
3727
3764
  o.input = Shapes::ShapeRef.new(shape: ListServicesRequest)
3728
3765
  o.output = Shapes::ShapeRef.new(shape: ListServicesResponse)
3766
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3729
3767
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3730
3768
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3731
3769
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3744,6 +3782,7 @@ module Aws::ECS
3744
3782
  o.http_request_uri = "/"
3745
3783
  o.input = Shapes::ShapeRef.new(shape: ListServicesByNamespaceRequest)
3746
3784
  o.output = Shapes::ShapeRef.new(shape: ListServicesByNamespaceResponse)
3785
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3747
3786
  o.errors << Shapes::ShapeRef.new(shape: NamespaceNotFoundException)
3748
3787
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3749
3788
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -3762,6 +3801,7 @@ module Aws::ECS
3762
3801
  o.http_request_uri = "/"
3763
3802
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
3764
3803
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
3804
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3765
3805
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3766
3806
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3767
3807
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3774,6 +3814,7 @@ module Aws::ECS
3774
3814
  o.http_request_uri = "/"
3775
3815
  o.input = Shapes::ShapeRef.new(shape: ListTaskDefinitionFamiliesRequest)
3776
3816
  o.output = Shapes::ShapeRef.new(shape: ListTaskDefinitionFamiliesResponse)
3817
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3777
3818
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3778
3819
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3779
3820
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3791,6 +3832,7 @@ module Aws::ECS
3791
3832
  o.http_request_uri = "/"
3792
3833
  o.input = Shapes::ShapeRef.new(shape: ListTaskDefinitionsRequest)
3793
3834
  o.output = Shapes::ShapeRef.new(shape: ListTaskDefinitionsResponse)
3835
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3794
3836
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3795
3837
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3796
3838
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3808,6 +3850,7 @@ module Aws::ECS
3808
3850
  o.http_request_uri = "/"
3809
3851
  o.input = Shapes::ShapeRef.new(shape: ListTasksRequest)
3810
3852
  o.output = Shapes::ShapeRef.new(shape: ListTasksResponse)
3853
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3811
3854
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3812
3855
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3813
3856
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3827,6 +3870,7 @@ module Aws::ECS
3827
3870
  o.http_request_uri = "/"
3828
3871
  o.input = Shapes::ShapeRef.new(shape: PutAccountSettingRequest)
3829
3872
  o.output = Shapes::ShapeRef.new(shape: PutAccountSettingResponse)
3873
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3830
3874
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3831
3875
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3832
3876
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3838,6 +3882,7 @@ module Aws::ECS
3838
3882
  o.http_request_uri = "/"
3839
3883
  o.input = Shapes::ShapeRef.new(shape: PutAccountSettingDefaultRequest)
3840
3884
  o.output = Shapes::ShapeRef.new(shape: PutAccountSettingDefaultResponse)
3885
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3841
3886
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3842
3887
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3843
3888
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3849,9 +3894,12 @@ module Aws::ECS
3849
3894
  o.http_request_uri = "/"
3850
3895
  o.input = Shapes::ShapeRef.new(shape: PutAttributesRequest)
3851
3896
  o.output = Shapes::ShapeRef.new(shape: PutAttributesResponse)
3897
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3852
3898
  o.errors << Shapes::ShapeRef.new(shape: TargetNotFoundException)
3899
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
3853
3900
  o.errors << Shapes::ShapeRef.new(shape: AttributeLimitExceededException)
3854
3901
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3902
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
3855
3903
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
3856
3904
  end)
3857
3905
 
@@ -3861,6 +3909,7 @@ module Aws::ECS
3861
3909
  o.http_request_uri = "/"
3862
3910
  o.input = Shapes::ShapeRef.new(shape: PutClusterCapacityProvidersRequest)
3863
3911
  o.output = Shapes::ShapeRef.new(shape: PutClusterCapacityProvidersResponse)
3912
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3864
3913
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3865
3914
  o.errors << Shapes::ShapeRef.new(shape: UpdateInProgressException)
3866
3915
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -3875,9 +3924,11 @@ module Aws::ECS
3875
3924
  o.http_request_uri = "/"
3876
3925
  o.input = Shapes::ShapeRef.new(shape: RegisterContainerInstanceRequest)
3877
3926
  o.output = Shapes::ShapeRef.new(shape: RegisterContainerInstanceResponse)
3927
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3878
3928
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3879
3929
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3880
3930
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
3931
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
3881
3932
  end)
3882
3933
 
3883
3934
  api.add_operation(:register_daemon_task_definition, Seahorse::Model::Operation.new.tap do |o|
@@ -3899,6 +3950,8 @@ module Aws::ECS
3899
3950
  o.http_request_uri = "/"
3900
3951
  o.input = Shapes::ShapeRef.new(shape: RegisterTaskDefinitionRequest)
3901
3952
  o.output = Shapes::ShapeRef.new(shape: RegisterTaskDefinitionResponse)
3953
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3954
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
3902
3955
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3903
3956
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3904
3957
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3928,6 +3981,8 @@ module Aws::ECS
3928
3981
  o.http_request_uri = "/"
3929
3982
  o.input = Shapes::ShapeRef.new(shape: StartTaskRequest)
3930
3983
  o.output = Shapes::ShapeRef.new(shape: StartTaskResponse)
3984
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3985
+ o.errors << Shapes::ShapeRef.new(shape: NamespaceNotFoundException)
3931
3986
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3932
3987
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3933
3988
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3956,6 +4011,7 @@ module Aws::ECS
3956
4011
  o.http_request_uri = "/"
3957
4012
  o.input = Shapes::ShapeRef.new(shape: StopTaskRequest)
3958
4013
  o.output = Shapes::ShapeRef.new(shape: StopTaskResponse)
4014
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3959
4015
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3960
4016
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3961
4017
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3972,6 +4028,7 @@ module Aws::ECS
3972
4028
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3973
4029
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3974
4030
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
4031
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
3975
4032
  end)
3976
4033
 
3977
4034
  api.add_operation(:submit_container_state_change, Seahorse::Model::Operation.new.tap do |o|
@@ -3982,7 +4039,9 @@ module Aws::ECS
3982
4039
  o.output = Shapes::ShapeRef.new(shape: SubmitContainerStateChangeResponse)
3983
4040
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3984
4041
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
4042
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3985
4043
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
4044
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
3986
4045
  end)
3987
4046
 
3988
4047
  api.add_operation(:submit_task_state_change, Seahorse::Model::Operation.new.tap do |o|
@@ -3995,6 +4054,7 @@ module Aws::ECS
3995
4054
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3996
4055
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3997
4056
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
4057
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
3998
4058
  end)
3999
4059
 
4000
4060
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -4003,6 +4063,8 @@ module Aws::ECS
4003
4063
  o.http_request_uri = "/"
4004
4064
  o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
4005
4065
  o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
4066
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4067
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
4006
4068
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4007
4069
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
4008
4070
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -4016,6 +4078,7 @@ module Aws::ECS
4016
4078
  o.http_request_uri = "/"
4017
4079
  o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
4018
4080
  o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
4081
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4019
4082
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4020
4083
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
4021
4084
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -4029,6 +4092,7 @@ module Aws::ECS
4029
4092
  o.http_request_uri = "/"
4030
4093
  o.input = Shapes::ShapeRef.new(shape: UpdateCapacityProviderRequest)
4031
4094
  o.output = Shapes::ShapeRef.new(shape: UpdateCapacityProviderResponse)
4095
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4032
4096
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
4033
4097
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
4034
4098
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -4042,6 +4106,7 @@ module Aws::ECS
4042
4106
  o.http_request_uri = "/"
4043
4107
  o.input = Shapes::ShapeRef.new(shape: UpdateClusterRequest)
4044
4108
  o.output = Shapes::ShapeRef.new(shape: UpdateClusterResponse)
4109
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4045
4110
  o.errors << Shapes::ShapeRef.new(shape: NamespaceNotFoundException)
4046
4111
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
4047
4112
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -4055,7 +4120,9 @@ module Aws::ECS
4055
4120
  o.http_request_uri = "/"
4056
4121
  o.input = Shapes::ShapeRef.new(shape: UpdateClusterSettingsRequest)
4057
4122
  o.output = Shapes::ShapeRef.new(shape: UpdateClusterSettingsResponse)
4123
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4058
4124
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
4125
+ o.errors << Shapes::ShapeRef.new(shape: UpdateInProgressException)
4059
4126
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
4060
4127
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
4061
4128
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
@@ -4067,6 +4134,7 @@ module Aws::ECS
4067
4134
  o.http_request_uri = "/"
4068
4135
  o.input = Shapes::ShapeRef.new(shape: UpdateContainerAgentRequest)
4069
4136
  o.output = Shapes::ShapeRef.new(shape: UpdateContainerAgentResponse)
4137
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4070
4138
  o.errors << Shapes::ShapeRef.new(shape: NoUpdateAvailableException)
4071
4139
  o.errors << Shapes::ShapeRef.new(shape: MissingVersionException)
4072
4140
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
@@ -4082,6 +4150,7 @@ module Aws::ECS
4082
4150
  o.http_request_uri = "/"
4083
4151
  o.input = Shapes::ShapeRef.new(shape: UpdateContainerInstancesStateRequest)
4084
4152
  o.output = Shapes::ShapeRef.new(shape: UpdateContainerInstancesStateResponse)
4153
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4085
4154
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
4086
4155
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
4087
4156
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -4179,6 +4248,7 @@ module Aws::ECS
4179
4248
  o.input = Shapes::ShapeRef.new(shape: UpdateTaskSetRequest)
4180
4249
  o.output = Shapes::ShapeRef.new(shape: UpdateTaskSetResponse)
4181
4250
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4251
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
4182
4252
  o.errors << Shapes::ShapeRef.new(shape: ServiceNotActiveException)
4183
4253
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
4184
4254
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -2210,7 +2210,7 @@ module Aws::ECS
2210
2210
  :resource_requirements,
2211
2211
  :firelens_configuration,
2212
2212
  :credential_specs)
2213
- SENSITIVE = [:repository_credentials]
2213
+ SENSITIVE = [:repository_credentials, :environment]
2214
2214
  include Aws::Structure
2215
2215
  end
2216
2216
 
@@ -2620,7 +2620,7 @@ module Aws::ECS
2620
2620
  :memory,
2621
2621
  :memory_reservation,
2622
2622
  :resource_requirements)
2623
- SENSITIVE = []
2623
+ SENSITIVE = [:environment]
2624
2624
  include Aws::Structure
2625
2625
  end
2626
2626
 
@@ -4235,7 +4235,7 @@ module Aws::ECS
4235
4235
  :interactive,
4236
4236
  :pseudo_terminal,
4237
4237
  :restart_policy)
4238
- SENSITIVE = [:repository_credentials]
4238
+ SENSITIVE = [:repository_credentials, :environment]
4239
4239
  include Aws::Structure
4240
4240
  end
4241
4241
 
@@ -4614,6 +4614,7 @@ module Aws::ECS
4614
4614
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateDaemon.html
4615
4615
  #
4616
4616
  # @!attribute [rw] message
4617
+ # Message that describes the cause of the exception.
4617
4618
  # @return [String]
4618
4619
  #
4619
4620
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/DaemonNotActiveException AWS API Documentation
@@ -4633,6 +4634,7 @@ module Aws::ECS
4633
4634
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListDaemons.html
4634
4635
  #
4635
4636
  # @!attribute [rw] message
4637
+ # Message that describes the cause of the exception.
4636
4638
  # @return [String]
4637
4639
  #
4638
4640
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/DaemonNotFoundException AWS API Documentation
@@ -7505,7 +7507,7 @@ module Aws::ECS
7505
7507
  :command,
7506
7508
  :environment,
7507
7509
  :secrets)
7508
- SENSITIVE = []
7510
+ SENSITIVE = [:environment]
7509
7511
  include Aws::Structure
7510
7512
  end
7511
7513
 
@@ -8976,11 +8978,6 @@ module Aws::ECS
8976
8978
  # @!attribute [rw] tmpfs
8977
8979
  # The container path, mount options, and size (in MiB) of the tmpfs
8978
8980
  # mount. This parameter maps to the `--tmpfs` option to docker run.
8979
- #
8980
- # <note markdown="1"> If you're using tasks that use the Fargate launch type, the `tmpfs`
8981
- # parameter isn't supported.
8982
- #
8983
- # </note>
8984
8981
  # @return [Array<Types::Tmpfs>]
8985
8982
  #
8986
8983
  # @!attribute [rw] max_swap
@@ -13740,6 +13737,69 @@ module Aws::ECS
13740
13737
  include Aws::Structure
13741
13738
  end
13742
13739
 
13740
+ # This parameter is specified when you're using an Amazon S3 Files file
13741
+ # system for task storage. For more information, see [Amazon S3 Files
13742
+ # volumes][1] in the *Amazon Elastic Container Service Developer Guide*.
13743
+ #
13744
+ # Your task definition must include a Task IAM Role. See [ IAM role for
13745
+ # attaching your file system to AWS compute resources][2] for required
13746
+ # permissions.
13747
+ #
13748
+ #
13749
+ #
13750
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/s3files-volumes.html
13751
+ # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-files-prereq-policies.html#s3-files-prereq-iam-compute-role
13752
+ #
13753
+ # @!attribute [rw] file_system_arn
13754
+ # The full ARN of the S3 Files file system to mount.
13755
+ # @return [String]
13756
+ #
13757
+ # @!attribute [rw] root_directory
13758
+ # The directory within the Amazon S3 Files file system to mount as the
13759
+ # root directory. If this parameter is omitted, the root of the Amazon
13760
+ # S3 Files file system will be used. Specifying `/` will have the same
13761
+ # effect as omitting this parameter.
13762
+ #
13763
+ # If a S3 Files access point is specified in the `accessPointArn`, the
13764
+ # root directory parameter must either be omitted or set to `/` which
13765
+ # will enforce the path set on the S3 Files access point.
13766
+ # @return [String]
13767
+ #
13768
+ # @!attribute [rw] transit_encryption_port
13769
+ # The port to use for sending encrypted data between the ECS host and
13770
+ # the S3 Files file system. If you do not specify a transit encryption
13771
+ # port, it will use the port selection strategy that the Amazon S3
13772
+ # Files mount helper uses. For more information, see [S3 Files mount
13773
+ # helper][1].
13774
+ #
13775
+ #
13776
+ #
13777
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-files-mounting.html
13778
+ # @return [Integer]
13779
+ #
13780
+ # @!attribute [rw] access_point_arn
13781
+ # The full ARN of the S3 Files access point to use. If an access point
13782
+ # is specified, the root directory value specified in the
13783
+ # `S3FilesVolumeConfiguration` must either be omitted or set to `/`
13784
+ # which will enforce the path set on the S3 Files access point. For
13785
+ # more information, see [Creating S3 Files access points][1].
13786
+ #
13787
+ #
13788
+ #
13789
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-files-access-points-creating.html
13790
+ # @return [String]
13791
+ #
13792
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/S3FilesVolumeConfiguration AWS API Documentation
13793
+ #
13794
+ class S3FilesVolumeConfiguration < Struct.new(
13795
+ :file_system_arn,
13796
+ :root_directory,
13797
+ :transit_encryption_port,
13798
+ :access_point_arn)
13799
+ SENSITIVE = []
13800
+ include Aws::Structure
13801
+ end
13802
+
13743
13803
  # A floating-point percentage of the desired number of tasks to place
13744
13804
  # and keep running in the task set.
13745
13805
  #
@@ -19024,10 +19084,10 @@ module Aws::ECS
19024
19084
  # only one volume configured at launch is supported. Each volume defined
19025
19085
  # in the volume configuration may only specify a `name` and one of
19026
19086
  # either `configuredAtLaunch`, `dockerVolumeConfiguration`,
19027
- # `efsVolumeConfiguration`, `fsxWindowsFileServerVolumeConfiguration`,
19028
- # or `host`. If an empty volume configuration is specified, by default
19029
- # Amazon ECS uses a host volume. For more information, see [Using data
19030
- # volumes in tasks][1].
19087
+ # `efsVolumeConfiguration`, `s3filesVolumeConfiguration`,
19088
+ # `fsxWindowsFileServerVolumeConfiguration`, or `host`. If an empty
19089
+ # volume configuration is specified, by default Amazon ECS uses a host
19090
+ # volume. For more information, see [Using data volumes in tasks][1].
19031
19091
  #
19032
19092
  #
19033
19093
  #
@@ -19048,6 +19108,9 @@ module Aws::ECS
19048
19108
  #
19049
19109
  # When a volume is using the `efsVolumeConfiguration`, the name is
19050
19110
  # required.
19111
+ #
19112
+ # When a volume is using the `s3filesVolumeConfiguration`, the name is
19113
+ # required.
19051
19114
  # @return [String]
19052
19115
  #
19053
19116
  # @!attribute [rw] host
@@ -19082,6 +19145,11 @@ module Aws::ECS
19082
19145
  # System file system for task storage.
19083
19146
  # @return [Types::EFSVolumeConfiguration]
19084
19147
  #
19148
+ # @!attribute [rw] s3files_volume_configuration
19149
+ # This parameter is specified when you use an Amazon S3 Files file
19150
+ # system for task storage.
19151
+ # @return [Types::S3FilesVolumeConfiguration]
19152
+ #
19085
19153
  # @!attribute [rw] fsx_windows_file_server_volume_configuration
19086
19154
  # This parameter is specified when you use Amazon FSx for Windows File
19087
19155
  # Server file system for task storage.
@@ -19106,6 +19174,7 @@ module Aws::ECS
19106
19174
  :host,
19107
19175
  :docker_volume_configuration,
19108
19176
  :efs_volume_configuration,
19177
+ :s3files_volume_configuration,
19109
19178
  :fsx_windows_file_server_volume_configuration,
19110
19179
  :configured_at_launch)
19111
19180
  SENSITIVE = []
data/lib/aws-sdk-ecs.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::ECS
55
55
  autoload :EndpointProvider, 'aws-sdk-ecs/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ecs/endpoints'
57
57
 
58
- GEM_VERSION = '1.226.0'
58
+ GEM_VERSION = '1.228.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1596,6 +1596,12 @@ module Aws
1596
1596
  iam: ("ENABLED" | "DISABLED")?
1597
1597
  }?
1598
1598
  }?,
1599
+ s3files_volume_configuration: {
1600
+ file_system_arn: ::String,
1601
+ root_directory: ::String?,
1602
+ transit_encryption_port: ::Integer?,
1603
+ access_point_arn: ::String?
1604
+ }?,
1599
1605
  fsx_windows_file_server_volume_configuration: {
1600
1606
  file_system_id: ::String,
1601
1607
  root_directory: ::String,
data/sig/types.rbs CHANGED
@@ -268,7 +268,7 @@ module Aws::ECS
268
268
  attr_accessor resource_requirements: ::Array[Types::ResourceRequirement]
269
269
  attr_accessor firelens_configuration: Types::FirelensConfiguration
270
270
  attr_accessor credential_specs: ::Array[::String]
271
- SENSITIVE: [:repository_credentials]
271
+ SENSITIVE: [:repository_credentials, :environment]
272
272
  end
273
273
 
274
274
  class ContainerDependency
@@ -321,7 +321,7 @@ module Aws::ECS
321
321
  attr_accessor memory: ::Integer
322
322
  attr_accessor memory_reservation: ::Integer
323
323
  attr_accessor resource_requirements: ::Array[Types::ResourceRequirement]
324
- SENSITIVE: []
324
+ SENSITIVE: [:environment]
325
325
  end
326
326
 
327
327
  class ContainerRestartPolicy
@@ -535,7 +535,7 @@ module Aws::ECS
535
535
  attr_accessor interactive: bool
536
536
  attr_accessor pseudo_terminal: bool
537
537
  attr_accessor restart_policy: Types::ContainerRestartPolicy
538
- SENSITIVE: [:repository_credentials]
538
+ SENSITIVE: [:repository_credentials, :environment]
539
539
  end
540
540
 
541
541
  class DaemonContainerImage
@@ -1203,7 +1203,7 @@ module Aws::ECS
1203
1203
  attr_accessor command: ::Array[::String]
1204
1204
  attr_accessor environment: ::Array[Types::KeyValuePair]
1205
1205
  attr_accessor secrets: ::Array[Types::Secret]
1206
- SENSITIVE: []
1206
+ SENSITIVE: [:environment]
1207
1207
  end
1208
1208
 
1209
1209
  class ExpressGatewayRepositoryCredentials
@@ -2132,6 +2132,14 @@ module Aws::ECS
2132
2132
  SENSITIVE: []
2133
2133
  end
2134
2134
 
2135
+ class S3FilesVolumeConfiguration
2136
+ attr_accessor file_system_arn: ::String
2137
+ attr_accessor root_directory: ::String
2138
+ attr_accessor transit_encryption_port: ::Integer
2139
+ attr_accessor access_point_arn: ::String
2140
+ SENSITIVE: []
2141
+ end
2142
+
2135
2143
  class Scale
2136
2144
  attr_accessor value: ::Float
2137
2145
  attr_accessor unit: ("PERCENT")
@@ -2946,6 +2954,7 @@ module Aws::ECS
2946
2954
  attr_accessor host: Types::HostVolumeProperties
2947
2955
  attr_accessor docker_volume_configuration: Types::DockerVolumeConfiguration
2948
2956
  attr_accessor efs_volume_configuration: Types::EFSVolumeConfiguration
2957
+ attr_accessor s3files_volume_configuration: Types::S3FilesVolumeConfiguration
2949
2958
  attr_accessor fsx_windows_file_server_volume_configuration: Types::FSxWindowsFileServerVolumeConfiguration
2950
2959
  attr_accessor configured_at_launch: bool
2951
2960
  SENSITIVE: []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.226.0
4
+ version: 1.228.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services