aws-sdk-ecs 1.191.0 → 1.192.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: 027aa2689591df034441a7a47aa347f2a04973f0ee2d8193dfa9583cae9fb6c4
4
- data.tar.gz: 640d90de39c0b70513bf73c2fd9620617fe80f3c437e95c31c41ce183e222e5f
3
+ metadata.gz: 98c19597f8dbe1de1f1618fbda56f0469479eb6b08970d15407276f5746cf703
4
+ data.tar.gz: 4bedccfd80a9695b0b55e84de17b0d60e3c7df2ceadba83ecb8828da29a9f1fa
5
5
  SHA512:
6
- metadata.gz: 7c055504aa55c26c54a900bd162eebc71c5dd178c8e78ac368a7fa1c41ca057d716906668ea3cda4dc920e644aa647af056ff39fab14a571b768a30d2f94ad47
7
- data.tar.gz: 4ba3d8612a17f93f43cca9b5a60618b7640e26e290afc9bf9419306760dfb77a2fc3d122157a3f256c690bed8e2ba7857be3bc3bba0be6f12424fe7a7e49ecd2
6
+ metadata.gz: 3a08f10c4dccebd955cfceee551589e7ce896078bd89e6bec1a5b6f7b3e9eae159e212d3a40d78b58f7ddeddeea67caf999ce5d60d92f4821bfc0241524f0bd7
7
+ data.tar.gz: 89778af0c0cf3f7e1b8e8d98259d62dcb3466d9d2210da184be20696a7c0a150b4d2fba1616dacd36a0f0e73a920daf8a9c1f62fc1acd92e8aaef9ac371b0b38
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.192.0 (2025-05-16)
5
+ ------------------
6
+
7
+ * Feature - This is an Amazon ECs documentation only release to support the change of the container exit "reason" field from 255 characters to 1024 characters.
8
+
4
9
  1.191.0 (2025-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.191.0
1
+ 1.192.0
@@ -2174,13 +2174,16 @@ module Aws::ECS
2174
2174
  # container instances is affected.
2175
2175
  #
2176
2176
  # @option params [String] :principal_arn
2177
- # The Amazon Resource Name (ARN) of the principal. It can be an user,
2177
+ # The Amazon Resource Name (ARN) of the principal. It can be a user,
2178
2178
  # role, or the root user. If you specify the root user, it disables the
2179
2179
  # account setting for all users, roles, and the root user of the account
2180
2180
  # unless a user or role explicitly overrides these settings. If this
2181
2181
  # field is omitted, the setting is changed only for the authenticated
2182
2182
  # user.
2183
2183
  #
2184
+ # In order to use this parameter, you must be the root user, or the
2185
+ # principal.
2186
+ #
2184
2187
  # @return [Types::DeleteAccountSettingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2185
2188
  #
2186
2189
  # * {Types::DeleteAccountSettingResponse#setting #setting} => Types::Setting
@@ -5549,6 +5552,9 @@ module Aws::ECS
5549
5552
  # If this field is omitted, the account settings are listed only for the
5550
5553
  # authenticated user.
5551
5554
  #
5555
+ # In order to use this parameter, you must be the root user, or the
5556
+ # principal.
5557
+ #
5552
5558
  # <note markdown="1"> Federated users assume the account setting of the root user and can't
5553
5559
  # have explicit account settings set for them.
5554
5560
  #
@@ -6824,6 +6830,9 @@ module Aws::ECS
6824
6830
  # explicitly overrides these settings. If this field is omitted, the
6825
6831
  # setting is changed only for the authenticated user.
6826
6832
  #
6833
+ # In order to use this parameter, you must be the root user, or the
6834
+ # principal.
6835
+ #
6827
6836
  # <note markdown="1"> You must use the root user when you set the Fargate wait time
6828
6837
  # (`fargateTaskRetirementWaitPeriod`).
6829
6838
  #
@@ -7888,37 +7897,13 @@ module Aws::ECS
7888
7897
  # (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs). If you do not
7889
7898
  # specify a value, the parameter is ignored.
7890
7899
  #
7891
- # If you're using the Fargate launch type, this field is required and
7892
- # you must use one of the following values, which determines your range
7893
- # of supported values for the `memory` parameter:
7894
- #
7895
- # The CPU units cannot be less than 1 vCPU when you use Windows
7896
- # containers on Fargate.
7897
- #
7898
- # * 256 (.25 vCPU) - Available `memory` values: 512 (0.5 GB), 1024 (1
7899
- # GB), 2048 (2 GB)
7900
- #
7901
- # * 512 (.5 vCPU) - Available `memory` values: 1024 (1 GB), 2048 (2 GB),
7902
- # 3072 (3 GB), 4096 (4 GB)
7903
- #
7904
- # * 1024 (1 vCPU) - Available `memory` values: 2048 (2 GB), 3072 (3 GB),
7905
- # 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8 GB)
7906
- #
7907
- # * 2048 (2 vCPU) - Available `memory` values: 4096 (4 GB) and 16384 (16
7908
- # GB) in increments of 1024 (1 GB)
7909
- #
7910
- # * 4096 (4 vCPU) - Available `memory` values: 8192 (8 GB) and 30720 (30
7911
- # GB) in increments of 1024 (1 GB)
7912
- #
7913
- # * 8192 (8 vCPU) - Available `memory` values: 16 GB and 60 GB in 4 GB
7914
- # increments
7900
+ # This field is required for Fargate. For information about the valid
7901
+ # values, see [Task size][1] in the *Amazon Elastic Container Service
7902
+ # Developer Guide*.
7915
7903
  #
7916
- # This option requires Linux platform `1.4.0` or later.
7917
7904
  #
7918
- # * 16384 (16vCPU) - Available `memory` values: 32GB and 120 GB in 8 GB
7919
- # increments
7920
7905
  #
7921
- # This option requires Linux platform `1.4.0` or later.
7906
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size
7922
7907
  #
7923
7908
  # @option params [String] :memory
7924
7909
  # The amount of memory (in MiB) used by the task. It can be expressed as
@@ -8668,10 +8653,17 @@ module Aws::ECS
8668
8653
  # * Run `RunTask` with the `clientToken` and the original set of
8669
8654
  # parameters
8670
8655
  #
8656
+ # If you get a `ClientException`error, the `RunTask` could not be
8657
+ # processed because you use managed scaling and there is a capacity
8658
+ # error because the quota of tasks in the `PROVISIONING` per cluster has
8659
+ # been reached. For information about the service quotas, see [Amazon
8660
+ # ECS service quotas][3].
8661
+ #
8671
8662
  #
8672
8663
  #
8673
8664
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html
8674
8665
  # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-types
8666
+ # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html
8675
8667
  #
8676
8668
  # @option params [Array<Types::CapacityProviderStrategyItem>] :capacity_provider_strategy
8677
8669
  # The capacity provider strategy to use for the task.
@@ -9637,9 +9629,20 @@ module Aws::ECS
9637
9629
 
9638
9630
  # Stops an ongoing service deployment.
9639
9631
  #
9640
- # <note markdown="1"> StopServiceDeployment isn't currently supported.
9632
+ # The following stop types are avaiable:
9641
9633
  #
9642
- # </note>
9634
+ # * ROLLBACK - This option rolls back the service deployment to the
9635
+ # previous service revision.
9636
+ #
9637
+ # You can use this option even if you didn't configure the service
9638
+ # deployment for the rollback option.
9639
+ #
9640
+ # For more information, see [Stopping Amazon ECS service deployments][1]
9641
+ # in the *Amazon Elastic Container Service Developer Guide*.
9642
+ #
9643
+ #
9644
+ #
9645
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/stop-service-deployment.html
9643
9646
  #
9644
9647
  # @option params [required, String] :service_deployment_arn
9645
9648
  # The ARN of the service deployment that you want to stop.
@@ -9647,7 +9650,7 @@ module Aws::ECS
9647
9650
  # @option params [String] :stop_type
9648
9651
  # How you want Amazon ECS to stop the service.
9649
9652
  #
9650
- # The ROLLBACK and ABORT stopType aren't supported.
9653
+ # The valid values are `ROLLBACK`.
9651
9654
  #
9652
9655
  # @return [Types::StopServiceDeploymentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9653
9656
  #
@@ -12536,7 +12539,7 @@ module Aws::ECS
12536
12539
  tracer: tracer
12537
12540
  )
12538
12541
  context[:gem_name] = 'aws-sdk-ecs'
12539
- context[:gem_version] = '1.191.0'
12542
+ context[:gem_version] = '1.192.0'
12540
12543
  Seahorse::Client::Request.new(handlers, context)
12541
12544
  end
12542
12545
 
@@ -477,19 +477,6 @@ module Aws::ECS
477
477
  # have permissions to use the action or resource. Or, it might be
478
478
  # specifying an identifier that isn't valid.
479
479
  #
480
- # The following list includes additional causes for the error:
481
- #
482
- # * The `RunTask` could not be processed because you use managed scaling
483
- # and there is a capacity error because the quota of tasks in the
484
- # `PROVISIONING` per cluster has been reached. For information about
485
- # the service quotas, see [Amazon ECS service quotas][1].
486
- #
487
- # ^
488
- #
489
- #
490
- #
491
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html
492
- #
493
480
  # @!attribute [rw] message
494
481
  # Message that describes the cause of the exception.
495
482
  # @return [String]
@@ -984,7 +971,7 @@ module Aws::ECS
984
971
  # @return [Integer]
985
972
  #
986
973
  # @!attribute [rw] reason
987
- # A short (255 max characters) human-readable string to provide
974
+ # A short (1024 max characters) human-readable string to provide
988
975
  # additional details about a running or stopped container.
989
976
  # @return [String]
990
977
  #
@@ -3287,12 +3274,15 @@ module Aws::ECS
3287
3274
  # @return [String]
3288
3275
  #
3289
3276
  # @!attribute [rw] principal_arn
3290
- # The Amazon Resource Name (ARN) of the principal. It can be an user,
3277
+ # The Amazon Resource Name (ARN) of the principal. It can be a user,
3291
3278
  # role, or the root user. If you specify the root user, it disables
3292
3279
  # the account setting for all users, roles, and the root user of the
3293
3280
  # account unless a user or role explicitly overrides these settings.
3294
3281
  # If this field is omitted, the setting is changed only for the
3295
3282
  # authenticated user.
3283
+ #
3284
+ # In order to use this parameter, you must be the root user, or the
3285
+ # principal.
3296
3286
  # @return [String]
3297
3287
  #
3298
3288
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/DeleteAccountSettingRequest AWS API Documentation
@@ -5889,6 +5879,9 @@ module Aws::ECS
5889
5879
  # user. If this field is omitted, the account settings are listed only
5890
5880
  # for the authenticated user.
5891
5881
  #
5882
+ # In order to use this parameter, you must be the root user, or the
5883
+ # principal.
5884
+ #
5892
5885
  # <note markdown="1"> Federated users assume the account setting of the root user and
5893
5886
  # can't have explicit account settings set for them.
5894
5887
  #
@@ -8222,6 +8215,9 @@ module Aws::ECS
8222
8215
  # or role explicitly overrides these settings. If this field is
8223
8216
  # omitted, the setting is changed only for the authenticated user.
8224
8217
  #
8218
+ # In order to use this parameter, you must be the root user, or the
8219
+ # principal.
8220
+ #
8225
8221
  # <note markdown="1"> You must use the root user when you set the Fargate wait time
8226
8222
  # (`fargateTaskRetirementWaitPeriod`).
8227
8223
  #
@@ -8582,38 +8578,13 @@ module Aws::ECS
8582
8578
  # (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs). If you do not
8583
8579
  # specify a value, the parameter is ignored.
8584
8580
  #
8585
- # If you're using the Fargate launch type, this field is required and
8586
- # you must use one of the following values, which determines your
8587
- # range of supported values for the `memory` parameter:
8588
- #
8589
- # The CPU units cannot be less than 1 vCPU when you use Windows
8590
- # containers on Fargate.
8591
- #
8592
- # * 256 (.25 vCPU) - Available `memory` values: 512 (0.5 GB), 1024 (1
8593
- # GB), 2048 (2 GB)
8594
- #
8595
- # * 512 (.5 vCPU) - Available `memory` values: 1024 (1 GB), 2048 (2
8596
- # GB), 3072 (3 GB), 4096 (4 GB)
8597
- #
8598
- # * 1024 (1 vCPU) - Available `memory` values: 2048 (2 GB), 3072 (3
8599
- # GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8
8600
- # GB)
8601
- #
8602
- # * 2048 (2 vCPU) - Available `memory` values: 4096 (4 GB) and 16384
8603
- # (16 GB) in increments of 1024 (1 GB)
8604
- #
8605
- # * 4096 (4 vCPU) - Available `memory` values: 8192 (8 GB) and 30720
8606
- # (30 GB) in increments of 1024 (1 GB)
8581
+ # This field is required for Fargate. For information about the valid
8582
+ # values, see [Task size][1] in the *Amazon Elastic Container Service
8583
+ # Developer Guide*.
8607
8584
  #
8608
- # * 8192 (8 vCPU) - Available `memory` values: 16 GB and 60 GB in 4 GB
8609
- # increments
8610
8585
  #
8611
- # This option requires Linux platform `1.4.0` or later.
8612
8586
  #
8613
- # * 16384 (16vCPU) - Available `memory` values: 32GB and 120 GB in 8
8614
- # GB increments
8615
- #
8616
- # This option requires Linux platform `1.4.0` or later.
8587
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size
8617
8588
  # @return [String]
8618
8589
  #
8619
8590
  # @!attribute [rw] memory
@@ -11106,7 +11077,7 @@ module Aws::ECS
11106
11077
  # @!attribute [rw] stop_type
11107
11078
  # How you want Amazon ECS to stop the service.
11108
11079
  #
11109
- # The ROLLBACK and ABORT stopType aren't supported.
11080
+ # The valid values are `ROLLBACK`.
11110
11081
  # @return [String]
11111
11082
  #
11112
11083
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/StopServiceDeploymentRequest AWS API Documentation
@@ -11613,38 +11584,13 @@ module Aws::ECS
11613
11584
  # (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs). If you do not
11614
11585
  # specify a value, the parameter is ignored.
11615
11586
  #
11616
- # If you're using the Fargate launch type, this field is required.
11617
- # You must use one of the following values. These values determine the
11618
- # range of supported values for the `memory` parameter:
11619
- #
11620
- # The CPU units cannot be less than 1 vCPU when you use Windows
11621
- # containers on Fargate.
11622
- #
11623
- # * 256 (.25 vCPU) - Available `memory` values: 512 (0.5 GB), 1024 (1
11624
- # GB), 2048 (2 GB)
11625
- #
11626
- # * 512 (.5 vCPU) - Available `memory` values: 1024 (1 GB), 2048 (2
11627
- # GB), 3072 (3 GB), 4096 (4 GB)
11628
- #
11629
- # * 1024 (1 vCPU) - Available `memory` values: 2048 (2 GB), 3072 (3
11630
- # GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8
11631
- # GB)
11632
- #
11633
- # * 2048 (2 vCPU) - Available `memory` values: 4096 (4 GB) and 16384
11634
- # (16 GB) in increments of 1024 (1 GB)
11635
- #
11636
- # * 4096 (4 vCPU) - Available `memory` values: 8192 (8 GB) and 30720
11637
- # (30 GB) in increments of 1024 (1 GB)
11638
- #
11639
- # * 8192 (8 vCPU) - Available `memory` values: 16 GB and 60 GB in 4 GB
11640
- # increments
11587
+ # This field is required for Fargate. For information about the valid
11588
+ # values, see [Task size][1] in the *Amazon Elastic Container Service
11589
+ # Developer Guide*.
11641
11590
  #
11642
- # This option requires Linux platform `1.4.0` or later.
11643
11591
  #
11644
- # * 16384 (16vCPU) - Available `memory` values: 32GB and 120 GB in 8
11645
- # GB increments
11646
11592
  #
11647
- # This option requires Linux platform `1.4.0` or later.
11593
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size
11648
11594
  # @return [String]
11649
11595
  #
11650
11596
  # @!attribute [rw] created_at
@@ -12128,35 +12074,15 @@ module Aws::ECS
12128
12074
  #
12129
12075
  # If you're using the EC2 launch type or the external launch type,
12130
12076
  # this field is optional. Supported values are between `128` CPU units
12131
- # (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs). The CPU units
12132
- # cannot be less than 1 vCPU when you use Windows containers on
12133
- # Fargate.
12134
- #
12135
- # * 256 (.25 vCPU) - Available `memory` values: 512 (0.5 GB), 1024 (1
12136
- # GB), 2048 (2 GB)
12137
- #
12138
- # * 512 (.5 vCPU) - Available `memory` values: 1024 (1 GB), 2048 (2
12139
- # GB), 3072 (3 GB), 4096 (4 GB)
12140
- #
12141
- # * 1024 (1 vCPU) - Available `memory` values: 2048 (2 GB), 3072 (3
12142
- # GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8
12143
- # GB)
12077
+ # (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs).
12144
12078
  #
12145
- # * 2048 (2 vCPU) - Available `memory` values: 4096 (4 GB) and 16384
12146
- # (16 GB) in increments of 1024 (1 GB)
12147
- #
12148
- # * 4096 (4 vCPU) - Available `memory` values: 8192 (8 GB) and 30720
12149
- # (30 GB) in increments of 1024 (1 GB)
12079
+ # This field is required for Fargate. For information about the valid
12080
+ # values, see [Task size][1] in the *Amazon Elastic Container Service
12081
+ # Developer Guide*.
12150
12082
  #
12151
- # * 8192 (8 vCPU) - Available `memory` values: 16 GB and 60 GB in 4 GB
12152
- # increments
12153
12083
  #
12154
- # This option requires Linux platform `1.4.0` or later.
12155
12084
  #
12156
- # * 16384 (16vCPU) - Available `memory` values: 32GB and 120 GB in 8
12157
- # GB increments
12158
- #
12159
- # This option requires Linux platform `1.4.0` or later.
12085
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size
12160
12086
  # @return [String]
12161
12087
  #
12162
12088
  # @!attribute [rw] memory
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.191.0'
58
+ GEM_VERSION = '1.192.0'
59
59
 
60
60
  end
61
61
 
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.191.0
4
+ version: 1.192.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services