aws-sdk-ecs 1.227.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: f7d4df2f43e7303f64ac443121b0678f8c86f496265d89a1ddfe9d35bff886eb
4
- data.tar.gz: 92b5b72c4e6b389fa942edbfe5727d582be7ca63d92c39d7193e12907c0d22fd
3
+ metadata.gz: d560e3be2e38ba7dab9d4a5c24e8add80de60104813852a1f1c995c1d1163bec
4
+ data.tar.gz: f171de5f7a5524010b9972f5aaeb632f6b753bc5360702d662953e6529889959
5
5
  SHA512:
6
- metadata.gz: f265e3422777c50a827842998693713879003ba1e11bfa9329a883e48f7b3a68c835505ae35c652e3ed07fcf5dd43f47f31fb7b0c609044c1d8a4f2e12ce4472
7
- data.tar.gz: 7b7269d59366a17e64a0214712685fee0f780623d52ad67b6728090133986884430b94cd6d52c463e7981d1a0cecc803399a4bf4e68de5164a0838afa5f1f758
6
+ metadata.gz: 5bfbd447f101d6d736c236cecd404036029ec056554c03fe37f21ad892e6c58142369a09d6c9c8709cdbf553348f5d22ee48639214f0632604006cbf852debae
7
+ data.tar.gz: 3848e53b5cffad2a9e448c747bb68c8003c4018f639448138bf1360be678136e631a08e09142c3f783b5ce4e7e4194a72dd2127ee0426b1eb4fe74d27c056fc4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.227.0 (2026-04-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.227.0
1
+ 1.228.0
@@ -15630,7 +15630,7 @@ module Aws::ECS
15630
15630
  tracer: tracer
15631
15631
  )
15632
15632
  context[:gem_name] = 'aws-sdk-ecs'
15633
- context[:gem_version] = '1.227.0'
15633
+ context[:gem_version] = '1.228.0'
15634
15634
  Seahorse::Client::Request.new(handlers, context)
15635
15635
  end
15636
15636
 
@@ -1720,9 +1720,9 @@ module Aws::ECS
1720
1720
  InferenceAcceleratorOverride.add_member(:device_type, Shapes::ShapeRef.new(shape: String, location_name: "deviceType"))
1721
1721
  InferenceAcceleratorOverride.struct_class = Types::InferenceAcceleratorOverride
1722
1722
 
1723
- InferenceAcceleratorOverrides.member = Shapes::ShapeRef.new(shape: InferenceAcceleratorOverride)
1723
+ InferenceAcceleratorOverrides.member = Shapes::ShapeRef.new(shape: InferenceAcceleratorOverride, deprecated: true)
1724
1724
 
1725
- InferenceAccelerators.member = Shapes::ShapeRef.new(shape: InferenceAccelerator)
1725
+ InferenceAccelerators.member = Shapes::ShapeRef.new(shape: InferenceAccelerator, deprecated: true)
1726
1726
 
1727
1727
  InfrastructureOptimization.add_member(:scale_in_after, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "scaleInAfter"))
1728
1728
  InfrastructureOptimization.struct_class = Types::InfrastructureOptimization
@@ -2305,7 +2305,7 @@ module Aws::ECS
2305
2305
  RegisterTaskDefinitionRequest.add_member(:pid_mode, Shapes::ShapeRef.new(shape: PidMode, location_name: "pidMode"))
2306
2306
  RegisterTaskDefinitionRequest.add_member(:ipc_mode, Shapes::ShapeRef.new(shape: IpcMode, location_name: "ipcMode"))
2307
2307
  RegisterTaskDefinitionRequest.add_member(:proxy_configuration, Shapes::ShapeRef.new(shape: ProxyConfiguration, location_name: "proxyConfiguration"))
2308
- 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"}))
2309
2309
  RegisterTaskDefinitionRequest.add_member(:ephemeral_storage, Shapes::ShapeRef.new(shape: EphemeralStorage, location_name: "ephemeralStorage"))
2310
2310
  RegisterTaskDefinitionRequest.add_member(:runtime_platform, Shapes::ShapeRef.new(shape: RuntimePlatform, location_name: "runtimePlatform"))
2311
2311
  RegisterTaskDefinitionRequest.add_member(:enable_fault_injection, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "enableFaultInjection"))
@@ -2761,7 +2761,7 @@ module Aws::ECS
2761
2761
  Task.add_member(:execution_stopped_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "executionStoppedAt"))
2762
2762
  Task.add_member(:group, Shapes::ShapeRef.new(shape: String, location_name: "group"))
2763
2763
  Task.add_member(:health_status, Shapes::ShapeRef.new(shape: HealthStatus, location_name: "healthStatus"))
2764
- 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"))
2765
2765
  Task.add_member(:last_status, Shapes::ShapeRef.new(shape: String, location_name: "lastStatus"))
2766
2766
  Task.add_member(:launch_type, Shapes::ShapeRef.new(shape: LaunchType, location_name: "launchType"))
2767
2767
  Task.add_member(:memory, Shapes::ShapeRef.new(shape: String, location_name: "memory"))
@@ -2800,7 +2800,7 @@ module Aws::ECS
2800
2800
  TaskDefinition.add_member(:requires_compatibilities, Shapes::ShapeRef.new(shape: CompatibilityList, location_name: "requiresCompatibilities"))
2801
2801
  TaskDefinition.add_member(:cpu, Shapes::ShapeRef.new(shape: String, location_name: "cpu"))
2802
2802
  TaskDefinition.add_member(:memory, Shapes::ShapeRef.new(shape: String, location_name: "memory"))
2803
- 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"))
2804
2804
  TaskDefinition.add_member(:pid_mode, Shapes::ShapeRef.new(shape: PidMode, location_name: "pidMode"))
2805
2805
  TaskDefinition.add_member(:ipc_mode, Shapes::ShapeRef.new(shape: IpcMode, location_name: "ipcMode"))
2806
2806
  TaskDefinition.add_member(:proxy_configuration, Shapes::ShapeRef.new(shape: ProxyConfiguration, location_name: "proxyConfiguration"))
@@ -2847,7 +2847,7 @@ module Aws::ECS
2847
2847
 
2848
2848
  TaskOverride.add_member(:container_overrides, Shapes::ShapeRef.new(shape: ContainerOverrides, location_name: "containerOverrides"))
2849
2849
  TaskOverride.add_member(:cpu, Shapes::ShapeRef.new(shape: String, location_name: "cpu"))
2850
- 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"))
2851
2851
  TaskOverride.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "executionRoleArn"))
2852
2852
  TaskOverride.add_member(:memory, Shapes::ShapeRef.new(shape: String, location_name: "memory"))
2853
2853
  TaskOverride.add_member(:task_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "taskRoleArn"))
@@ -3131,6 +3131,7 @@ module Aws::ECS
3131
3131
  o.http_request_uri = "/"
3132
3132
  o.input = Shapes::ShapeRef.new(shape: CreateCapacityProviderRequest)
3133
3133
  o.output = Shapes::ShapeRef.new(shape: CreateCapacityProviderResponse)
3134
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3134
3135
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
3135
3136
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3136
3137
  o.errors << Shapes::ShapeRef.new(shape: UpdateInProgressException)
@@ -3146,6 +3147,7 @@ module Aws::ECS
3146
3147
  o.http_request_uri = "/"
3147
3148
  o.input = Shapes::ShapeRef.new(shape: CreateClusterRequest)
3148
3149
  o.output = Shapes::ShapeRef.new(shape: CreateClusterResponse)
3150
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3149
3151
  o.errors << Shapes::ShapeRef.new(shape: NamespaceNotFoundException)
3150
3152
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3151
3153
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -3207,6 +3209,7 @@ module Aws::ECS
3207
3209
  o.input = Shapes::ShapeRef.new(shape: CreateTaskSetRequest)
3208
3210
  o.output = Shapes::ShapeRef.new(shape: CreateTaskSetResponse)
3209
3211
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3212
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
3210
3213
  o.errors << Shapes::ShapeRef.new(shape: PlatformUnknownException)
3211
3214
  o.errors << Shapes::ShapeRef.new(shape: NamespaceNotFoundException)
3212
3215
  o.errors << Shapes::ShapeRef.new(shape: ServiceNotActiveException)
@@ -3225,6 +3228,7 @@ module Aws::ECS
3225
3228
  o.http_request_uri = "/"
3226
3229
  o.input = Shapes::ShapeRef.new(shape: DeleteAccountSettingRequest)
3227
3230
  o.output = Shapes::ShapeRef.new(shape: DeleteAccountSettingResponse)
3231
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3228
3232
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3229
3233
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3230
3234
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3236,8 +3240,11 @@ module Aws::ECS
3236
3240
  o.http_request_uri = "/"
3237
3241
  o.input = Shapes::ShapeRef.new(shape: DeleteAttributesRequest)
3238
3242
  o.output = Shapes::ShapeRef.new(shape: DeleteAttributesResponse)
3243
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3239
3244
  o.errors << Shapes::ShapeRef.new(shape: TargetNotFoundException)
3245
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
3240
3246
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3247
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
3241
3248
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
3242
3249
  end)
3243
3250
 
@@ -3247,7 +3254,9 @@ module Aws::ECS
3247
3254
  o.http_request_uri = "/"
3248
3255
  o.input = Shapes::ShapeRef.new(shape: DeleteCapacityProviderRequest)
3249
3256
  o.output = Shapes::ShapeRef.new(shape: DeleteCapacityProviderResponse)
3257
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3250
3258
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3259
+ o.errors << Shapes::ShapeRef.new(shape: UpdateInProgressException)
3251
3260
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3252
3261
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
3253
3262
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
@@ -3261,6 +3270,7 @@ module Aws::ECS
3261
3270
  o.input = Shapes::ShapeRef.new(shape: DeleteClusterRequest)
3262
3271
  o.output = Shapes::ShapeRef.new(shape: DeleteClusterResponse)
3263
3272
  o.errors << Shapes::ShapeRef.new(shape: ClusterContainsContainerInstancesException)
3273
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3264
3274
  o.errors << Shapes::ShapeRef.new(shape: ClusterContainsServicesException)
3265
3275
  o.errors << Shapes::ShapeRef.new(shape: ClusterContainsCapacityProviderException)
3266
3276
  o.errors << Shapes::ShapeRef.new(shape: ClusterContainsTasksException)
@@ -3321,6 +3331,7 @@ module Aws::ECS
3321
3331
  o.http_request_uri = "/"
3322
3332
  o.input = Shapes::ShapeRef.new(shape: DeleteServiceRequest)
3323
3333
  o.output = Shapes::ShapeRef.new(shape: DeleteServiceResponse)
3334
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3324
3335
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3325
3336
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3326
3337
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3347,6 +3358,7 @@ module Aws::ECS
3347
3358
  o.input = Shapes::ShapeRef.new(shape: DeleteTaskSetRequest)
3348
3359
  o.output = Shapes::ShapeRef.new(shape: DeleteTaskSetResponse)
3349
3360
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3361
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
3350
3362
  o.errors << Shapes::ShapeRef.new(shape: ServiceNotActiveException)
3351
3363
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3352
3364
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -3363,6 +3375,7 @@ module Aws::ECS
3363
3375
  o.http_request_uri = "/"
3364
3376
  o.input = Shapes::ShapeRef.new(shape: DeregisterContainerInstanceRequest)
3365
3377
  o.output = Shapes::ShapeRef.new(shape: DeregisterContainerInstanceResponse)
3378
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3366
3379
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3367
3380
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3368
3381
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3375,6 +3388,7 @@ module Aws::ECS
3375
3388
  o.http_request_uri = "/"
3376
3389
  o.input = Shapes::ShapeRef.new(shape: DeregisterTaskDefinitionRequest)
3377
3390
  o.output = Shapes::ShapeRef.new(shape: DeregisterTaskDefinitionResponse)
3391
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3378
3392
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3379
3393
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3380
3394
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3386,6 +3400,7 @@ module Aws::ECS
3386
3400
  o.http_request_uri = "/"
3387
3401
  o.input = Shapes::ShapeRef.new(shape: DescribeCapacityProvidersRequest)
3388
3402
  o.output = Shapes::ShapeRef.new(shape: DescribeCapacityProvidersResponse)
3403
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3389
3404
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3390
3405
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3391
3406
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3399,6 +3414,7 @@ module Aws::ECS
3399
3414
  o.http_request_uri = "/"
3400
3415
  o.input = Shapes::ShapeRef.new(shape: DescribeClustersRequest)
3401
3416
  o.output = Shapes::ShapeRef.new(shape: DescribeClustersResponse)
3417
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3402
3418
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3403
3419
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3404
3420
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3410,6 +3426,7 @@ module Aws::ECS
3410
3426
  o.http_request_uri = "/"
3411
3427
  o.input = Shapes::ShapeRef.new(shape: DescribeContainerInstancesRequest)
3412
3428
  o.output = Shapes::ShapeRef.new(shape: DescribeContainerInstancesResponse)
3429
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3413
3430
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3414
3431
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3415
3432
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3522,6 +3539,7 @@ module Aws::ECS
3522
3539
  o.http_request_uri = "/"
3523
3540
  o.input = Shapes::ShapeRef.new(shape: DescribeServicesRequest)
3524
3541
  o.output = Shapes::ShapeRef.new(shape: DescribeServicesResponse)
3542
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3525
3543
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3526
3544
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3527
3545
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3534,6 +3552,7 @@ module Aws::ECS
3534
3552
  o.http_request_uri = "/"
3535
3553
  o.input = Shapes::ShapeRef.new(shape: DescribeTaskDefinitionRequest)
3536
3554
  o.output = Shapes::ShapeRef.new(shape: DescribeTaskDefinitionResponse)
3555
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3537
3556
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3538
3557
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3539
3558
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3561,6 +3580,7 @@ module Aws::ECS
3561
3580
  o.http_request_uri = "/"
3562
3581
  o.input = Shapes::ShapeRef.new(shape: DescribeTasksRequest)
3563
3582
  o.output = Shapes::ShapeRef.new(shape: DescribeTasksResponse)
3583
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3564
3584
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3565
3585
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3566
3586
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3573,7 +3593,9 @@ module Aws::ECS
3573
3593
  o.http_request_uri = "/"
3574
3594
  o.input = Shapes::ShapeRef.new(shape: DiscoverPollEndpointRequest)
3575
3595
  o.output = Shapes::ShapeRef.new(shape: DiscoverPollEndpointResponse)
3596
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3576
3597
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3598
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3577
3599
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
3578
3600
  end)
3579
3601
 
@@ -3612,6 +3634,7 @@ module Aws::ECS
3612
3634
  o.http_request_uri = "/"
3613
3635
  o.input = Shapes::ShapeRef.new(shape: ListAccountSettingsRequest)
3614
3636
  o.output = Shapes::ShapeRef.new(shape: ListAccountSettingsResponse)
3637
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3615
3638
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3616
3639
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3617
3640
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3629,7 +3652,10 @@ module Aws::ECS
3629
3652
  o.http_request_uri = "/"
3630
3653
  o.input = Shapes::ShapeRef.new(shape: ListAttributesRequest)
3631
3654
  o.output = Shapes::ShapeRef.new(shape: ListAttributesResponse)
3655
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3656
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
3632
3657
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3658
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
3633
3659
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
3634
3660
  o[:pager] = Aws::Pager.new(
3635
3661
  limit_key: "max_results",
@@ -3645,6 +3671,7 @@ module Aws::ECS
3645
3671
  o.http_request_uri = "/"
3646
3672
  o.input = Shapes::ShapeRef.new(shape: ListClustersRequest)
3647
3673
  o.output = Shapes::ShapeRef.new(shape: ListClustersResponse)
3674
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3648
3675
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3649
3676
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3650
3677
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3662,6 +3689,7 @@ module Aws::ECS
3662
3689
  o.http_request_uri = "/"
3663
3690
  o.input = Shapes::ShapeRef.new(shape: ListContainerInstancesRequest)
3664
3691
  o.output = Shapes::ShapeRef.new(shape: ListContainerInstancesResponse)
3692
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3665
3693
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3666
3694
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3667
3695
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3725,6 +3753,7 @@ module Aws::ECS
3725
3753
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3726
3754
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
3727
3755
  o.errors << Shapes::ShapeRef.new(shape: ServiceNotFoundException)
3756
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
3728
3757
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedFeatureException)
3729
3758
  end)
3730
3759
 
@@ -3734,6 +3763,7 @@ module Aws::ECS
3734
3763
  o.http_request_uri = "/"
3735
3764
  o.input = Shapes::ShapeRef.new(shape: ListServicesRequest)
3736
3765
  o.output = Shapes::ShapeRef.new(shape: ListServicesResponse)
3766
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3737
3767
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3738
3768
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3739
3769
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3752,6 +3782,7 @@ module Aws::ECS
3752
3782
  o.http_request_uri = "/"
3753
3783
  o.input = Shapes::ShapeRef.new(shape: ListServicesByNamespaceRequest)
3754
3784
  o.output = Shapes::ShapeRef.new(shape: ListServicesByNamespaceResponse)
3785
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3755
3786
  o.errors << Shapes::ShapeRef.new(shape: NamespaceNotFoundException)
3756
3787
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3757
3788
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -3770,6 +3801,7 @@ module Aws::ECS
3770
3801
  o.http_request_uri = "/"
3771
3802
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
3772
3803
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
3804
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3773
3805
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3774
3806
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3775
3807
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3782,6 +3814,7 @@ module Aws::ECS
3782
3814
  o.http_request_uri = "/"
3783
3815
  o.input = Shapes::ShapeRef.new(shape: ListTaskDefinitionFamiliesRequest)
3784
3816
  o.output = Shapes::ShapeRef.new(shape: ListTaskDefinitionFamiliesResponse)
3817
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3785
3818
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3786
3819
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3787
3820
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3799,6 +3832,7 @@ module Aws::ECS
3799
3832
  o.http_request_uri = "/"
3800
3833
  o.input = Shapes::ShapeRef.new(shape: ListTaskDefinitionsRequest)
3801
3834
  o.output = Shapes::ShapeRef.new(shape: ListTaskDefinitionsResponse)
3835
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3802
3836
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3803
3837
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3804
3838
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3816,6 +3850,7 @@ module Aws::ECS
3816
3850
  o.http_request_uri = "/"
3817
3851
  o.input = Shapes::ShapeRef.new(shape: ListTasksRequest)
3818
3852
  o.output = Shapes::ShapeRef.new(shape: ListTasksResponse)
3853
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3819
3854
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3820
3855
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3821
3856
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3835,6 +3870,7 @@ module Aws::ECS
3835
3870
  o.http_request_uri = "/"
3836
3871
  o.input = Shapes::ShapeRef.new(shape: PutAccountSettingRequest)
3837
3872
  o.output = Shapes::ShapeRef.new(shape: PutAccountSettingResponse)
3873
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3838
3874
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3839
3875
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3840
3876
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3846,6 +3882,7 @@ module Aws::ECS
3846
3882
  o.http_request_uri = "/"
3847
3883
  o.input = Shapes::ShapeRef.new(shape: PutAccountSettingDefaultRequest)
3848
3884
  o.output = Shapes::ShapeRef.new(shape: PutAccountSettingDefaultResponse)
3885
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3849
3886
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3850
3887
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3851
3888
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3857,9 +3894,12 @@ module Aws::ECS
3857
3894
  o.http_request_uri = "/"
3858
3895
  o.input = Shapes::ShapeRef.new(shape: PutAttributesRequest)
3859
3896
  o.output = Shapes::ShapeRef.new(shape: PutAttributesResponse)
3897
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3860
3898
  o.errors << Shapes::ShapeRef.new(shape: TargetNotFoundException)
3899
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
3861
3900
  o.errors << Shapes::ShapeRef.new(shape: AttributeLimitExceededException)
3862
3901
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3902
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
3863
3903
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
3864
3904
  end)
3865
3905
 
@@ -3869,6 +3909,7 @@ module Aws::ECS
3869
3909
  o.http_request_uri = "/"
3870
3910
  o.input = Shapes::ShapeRef.new(shape: PutClusterCapacityProvidersRequest)
3871
3911
  o.output = Shapes::ShapeRef.new(shape: PutClusterCapacityProvidersResponse)
3912
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3872
3913
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3873
3914
  o.errors << Shapes::ShapeRef.new(shape: UpdateInProgressException)
3874
3915
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -3883,9 +3924,11 @@ module Aws::ECS
3883
3924
  o.http_request_uri = "/"
3884
3925
  o.input = Shapes::ShapeRef.new(shape: RegisterContainerInstanceRequest)
3885
3926
  o.output = Shapes::ShapeRef.new(shape: RegisterContainerInstanceResponse)
3927
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3886
3928
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3887
3929
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3888
3930
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
3931
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
3889
3932
  end)
3890
3933
 
3891
3934
  api.add_operation(:register_daemon_task_definition, Seahorse::Model::Operation.new.tap do |o|
@@ -3907,6 +3950,8 @@ module Aws::ECS
3907
3950
  o.http_request_uri = "/"
3908
3951
  o.input = Shapes::ShapeRef.new(shape: RegisterTaskDefinitionRequest)
3909
3952
  o.output = Shapes::ShapeRef.new(shape: RegisterTaskDefinitionResponse)
3953
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3954
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
3910
3955
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3911
3956
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3912
3957
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3936,6 +3981,8 @@ module Aws::ECS
3936
3981
  o.http_request_uri = "/"
3937
3982
  o.input = Shapes::ShapeRef.new(shape: StartTaskRequest)
3938
3983
  o.output = Shapes::ShapeRef.new(shape: StartTaskResponse)
3984
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3985
+ o.errors << Shapes::ShapeRef.new(shape: NamespaceNotFoundException)
3939
3986
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3940
3987
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3941
3988
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3964,6 +4011,7 @@ module Aws::ECS
3964
4011
  o.http_request_uri = "/"
3965
4012
  o.input = Shapes::ShapeRef.new(shape: StopTaskRequest)
3966
4013
  o.output = Shapes::ShapeRef.new(shape: StopTaskResponse)
4014
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3967
4015
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3968
4016
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3969
4017
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -3980,6 +4028,7 @@ module Aws::ECS
3980
4028
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
3981
4029
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3982
4030
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
4031
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
3983
4032
  end)
3984
4033
 
3985
4034
  api.add_operation(:submit_container_state_change, Seahorse::Model::Operation.new.tap do |o|
@@ -3990,7 +4039,9 @@ module Aws::ECS
3990
4039
  o.output = Shapes::ShapeRef.new(shape: SubmitContainerStateChangeResponse)
3991
4040
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3992
4041
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
4042
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3993
4043
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
4044
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
3994
4045
  end)
3995
4046
 
3996
4047
  api.add_operation(:submit_task_state_change, Seahorse::Model::Operation.new.tap do |o|
@@ -4003,6 +4054,7 @@ module Aws::ECS
4003
4054
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
4004
4055
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
4005
4056
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
4057
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
4006
4058
  end)
4007
4059
 
4008
4060
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -4011,6 +4063,8 @@ module Aws::ECS
4011
4063
  o.http_request_uri = "/"
4012
4064
  o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
4013
4065
  o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
4066
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4067
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
4014
4068
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4015
4069
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
4016
4070
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -4024,6 +4078,7 @@ module Aws::ECS
4024
4078
  o.http_request_uri = "/"
4025
4079
  o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
4026
4080
  o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
4081
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4027
4082
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4028
4083
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
4029
4084
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -4037,6 +4092,7 @@ module Aws::ECS
4037
4092
  o.http_request_uri = "/"
4038
4093
  o.input = Shapes::ShapeRef.new(shape: UpdateCapacityProviderRequest)
4039
4094
  o.output = Shapes::ShapeRef.new(shape: UpdateCapacityProviderResponse)
4095
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4040
4096
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
4041
4097
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
4042
4098
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -4050,6 +4106,7 @@ module Aws::ECS
4050
4106
  o.http_request_uri = "/"
4051
4107
  o.input = Shapes::ShapeRef.new(shape: UpdateClusterRequest)
4052
4108
  o.output = Shapes::ShapeRef.new(shape: UpdateClusterResponse)
4109
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4053
4110
  o.errors << Shapes::ShapeRef.new(shape: NamespaceNotFoundException)
4054
4111
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
4055
4112
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -4063,7 +4120,9 @@ module Aws::ECS
4063
4120
  o.http_request_uri = "/"
4064
4121
  o.input = Shapes::ShapeRef.new(shape: UpdateClusterSettingsRequest)
4065
4122
  o.output = Shapes::ShapeRef.new(shape: UpdateClusterSettingsResponse)
4123
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4066
4124
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
4125
+ o.errors << Shapes::ShapeRef.new(shape: UpdateInProgressException)
4067
4126
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
4068
4127
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
4069
4128
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
@@ -4075,6 +4134,7 @@ module Aws::ECS
4075
4134
  o.http_request_uri = "/"
4076
4135
  o.input = Shapes::ShapeRef.new(shape: UpdateContainerAgentRequest)
4077
4136
  o.output = Shapes::ShapeRef.new(shape: UpdateContainerAgentResponse)
4137
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4078
4138
  o.errors << Shapes::ShapeRef.new(shape: NoUpdateAvailableException)
4079
4139
  o.errors << Shapes::ShapeRef.new(shape: MissingVersionException)
4080
4140
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
@@ -4090,6 +4150,7 @@ module Aws::ECS
4090
4150
  o.http_request_uri = "/"
4091
4151
  o.input = Shapes::ShapeRef.new(shape: UpdateContainerInstancesStateRequest)
4092
4152
  o.output = Shapes::ShapeRef.new(shape: UpdateContainerInstancesStateResponse)
4153
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4093
4154
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
4094
4155
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
4095
4156
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
@@ -4187,6 +4248,7 @@ module Aws::ECS
4187
4248
  o.input = Shapes::ShapeRef.new(shape: UpdateTaskSetRequest)
4188
4249
  o.output = Shapes::ShapeRef.new(shape: UpdateTaskSetResponse)
4189
4250
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4251
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
4190
4252
  o.errors << Shapes::ShapeRef.new(shape: ServiceNotActiveException)
4191
4253
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
4192
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
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.227.0'
58
+ GEM_VERSION = '1.228.0'
59
59
 
60
60
  end
61
61
 
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
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.227.0
4
+ version: 1.228.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services