aws-sdk-ecs 1.188.0 → 1.190.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: fe7b6b57297146e366faedc57d2a8ebe361f3b1f523d9004d2daf489ff2147c2
4
- data.tar.gz: 9db67028dc95827c2961ba3ebb828b047dc77e7bf8fa39396ab9509f64d686c3
3
+ metadata.gz: 696978dd19e9ba3248037b12a185909d623fd8a42dcfb999e320f09adf22d7b2
4
+ data.tar.gz: f8717d1752227b9fcb4f9d794339b4d42fc4860a0a4b53d97f7e3cf6f0e81914
5
5
  SHA512:
6
- metadata.gz: e72dd1e5f36152af85dd96e364240e0f09c496ad77aa8d9965aa5616071ea6d70a1888686e9c87ab79d9c5cb44dc259607bd47b172929b85640d8b343d5bc4e9
7
- data.tar.gz: 0ca13f2cfebc3a9e0eab1ffb069902efa42f0140db97da00c26748b75c6302c4277df24986f39a99d3aae0cd7e5e25190bc129e19d1401baec98d9f6dba56511
6
+ metadata.gz: 14af99e4f0f04687560ae65976c679957067631e8c19c6384fc5673d60c83303bb6fb1d62354bc66d70946cfacee8d368afc645b006a4c37064415f0ca0e12f1
7
+ data.tar.gz: c34de1472808d5fdf6e5a335f0d57dc953b07b1489ab124bfaeed273477e6f4895d8971f607845cced000f14b739150e77ca661da331d695e9b410cc2e77f5ab
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.190.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.189.0 (2025-05-05)
10
+ ------------------
11
+
12
+ * Feature - Add support to roll back an In_Progress ECS Service Deployment
13
+
4
14
  1.188.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.188.0
1
+ 1.190.0
@@ -200,8 +200,7 @@ module Aws::ECS
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -2173,13 +2172,16 @@ module Aws::ECS
2173
2172
  # container instances is affected.
2174
2173
  #
2175
2174
  # @option params [String] :principal_arn
2176
- # The Amazon Resource Name (ARN) of the principal. It can be an user,
2175
+ # The Amazon Resource Name (ARN) of the principal. It can be a user,
2177
2176
  # role, or the root user. If you specify the root user, it disables the
2178
2177
  # account setting for all users, roles, and the root user of the account
2179
2178
  # unless a user or role explicitly overrides these settings. If this
2180
2179
  # field is omitted, the setting is changed only for the authenticated
2181
2180
  # user.
2182
2181
  #
2182
+ # In order to use this parameter, you must be the root user, or the
2183
+ # principal.
2184
+ #
2183
2185
  # @return [Types::DeleteAccountSettingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2184
2186
  #
2185
2187
  # * {Types::DeleteAccountSettingResponse#setting #setting} => Types::Setting
@@ -5552,6 +5554,9 @@ module Aws::ECS
5552
5554
  # If this field is omitted, the account settings are listed only for the
5553
5555
  # authenticated user.
5554
5556
  #
5557
+ # In order to use this parameter, you must be the root user, or the
5558
+ # principal.
5559
+ #
5555
5560
  # <note markdown="1"> Federated users assume the account setting of the root user and can't
5556
5561
  # have explicit account settings set for them.
5557
5562
  #
@@ -6827,6 +6832,9 @@ module Aws::ECS
6827
6832
  # explicitly overrides these settings. If this field is omitted, the
6828
6833
  # setting is changed only for the authenticated user.
6829
6834
  #
6835
+ # In order to use this parameter, you must be the root user, or the
6836
+ # principal.
6837
+ #
6830
6838
  # <note markdown="1"> You must use the root user when you set the Fargate wait time
6831
6839
  # (`fargateTaskRetirementWaitPeriod`).
6832
6840
  #
@@ -8647,10 +8655,17 @@ module Aws::ECS
8647
8655
  # * Run `RunTask` with the `clientToken` and the original set of
8648
8656
  # parameters
8649
8657
  #
8658
+ # If you get a `ClientException`error, the `RunTask` could not be
8659
+ # processed because you use managed scaling and there is a capacity
8660
+ # error because the quota of tasks in the `PROVISIONING` per cluster has
8661
+ # been reached. For information about the service quotas, see [Amazon
8662
+ # ECS service quotas][3].
8663
+ #
8650
8664
  #
8651
8665
  #
8652
8666
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html
8653
8667
  # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-types
8668
+ # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html
8654
8669
  #
8655
8670
  # @option params [Array<Types::CapacityProviderStrategyItem>] :capacity_provider_strategy
8656
8671
  # The capacity provider strategy to use for the task.
@@ -9614,9 +9629,20 @@ module Aws::ECS
9614
9629
 
9615
9630
  # Stops an ongoing service deployment.
9616
9631
  #
9617
- # <note markdown="1"> StopServiceDeployment isn't currently supported.
9632
+ # The following stop types are avaiable:
9618
9633
  #
9619
- # </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
9620
9646
  #
9621
9647
  # @option params [required, String] :service_deployment_arn
9622
9648
  # The ARN of the service deployment that you want to stop.
@@ -9624,7 +9650,7 @@ module Aws::ECS
9624
9650
  # @option params [String] :stop_type
9625
9651
  # How you want Amazon ECS to stop the service.
9626
9652
  #
9627
- # The ROLLBACK and ABORT stopType aren't supported.
9653
+ # The valid values are `ROLLBACK`.
9628
9654
  #
9629
9655
  # @return [Types::StopServiceDeploymentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9630
9656
  #
@@ -12511,7 +12537,7 @@ module Aws::ECS
12511
12537
  tracer: tracer
12512
12538
  )
12513
12539
  context[:gem_name] = 'aws-sdk-ecs'
12514
- context[:gem_version] = '1.188.0'
12540
+ context[:gem_version] = '1.190.0'
12515
12541
  Seahorse::Client::Request.new(handlers, context)
12516
12542
  end
12517
12543
 
@@ -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]
@@ -3286,12 +3273,15 @@ module Aws::ECS
3286
3273
  # @return [String]
3287
3274
  #
3288
3275
  # @!attribute [rw] principal_arn
3289
- # The Amazon Resource Name (ARN) of the principal. It can be an user,
3276
+ # The Amazon Resource Name (ARN) of the principal. It can be a user,
3290
3277
  # role, or the root user. If you specify the root user, it disables
3291
3278
  # the account setting for all users, roles, and the root user of the
3292
3279
  # account unless a user or role explicitly overrides these settings.
3293
3280
  # If this field is omitted, the setting is changed only for the
3294
3281
  # authenticated user.
3282
+ #
3283
+ # In order to use this parameter, you must be the root user, or the
3284
+ # principal.
3295
3285
  # @return [String]
3296
3286
  #
3297
3287
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/DeleteAccountSettingRequest AWS API Documentation
@@ -5888,6 +5878,9 @@ module Aws::ECS
5888
5878
  # user. If this field is omitted, the account settings are listed only
5889
5879
  # for the authenticated user.
5890
5880
  #
5881
+ # In order to use this parameter, you must be the root user, or the
5882
+ # principal.
5883
+ #
5891
5884
  # <note markdown="1"> Federated users assume the account setting of the root user and
5892
5885
  # can't have explicit account settings set for them.
5893
5886
  #
@@ -8198,6 +8191,9 @@ module Aws::ECS
8198
8191
  # or role explicitly overrides these settings. If this field is
8199
8192
  # omitted, the setting is changed only for the authenticated user.
8200
8193
  #
8194
+ # In order to use this parameter, you must be the root user, or the
8195
+ # principal.
8196
+ #
8201
8197
  # <note markdown="1"> You must use the root user when you set the Fargate wait time
8202
8198
  # (`fargateTaskRetirementWaitPeriod`).
8203
8199
  #
@@ -11038,7 +11034,7 @@ module Aws::ECS
11038
11034
  # @!attribute [rw] stop_type
11039
11035
  # How you want Amazon ECS to stop the service.
11040
11036
  #
11041
- # The ROLLBACK and ABORT stopType aren't supported.
11037
+ # The valid values are `ROLLBACK`.
11042
11038
  # @return [String]
11043
11039
  #
11044
11040
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/StopServiceDeploymentRequest AWS API Documentation
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.188.0'
58
+ GEM_VERSION = '1.190.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.188.0
4
+ version: 1.190.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services