aws-sdk-ecs 1.128.0 → 1.129.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9302d1f06b4be5977e3b3831e539026885625d3faa878ecb0f52c232db705d34
4
- data.tar.gz: 3b51621802cd54762d8d93d66194dbbcf9e4fe470e9db1803d44a4aebc676b9a
3
+ metadata.gz: e620472f542475c673e97d6f988e235734112eae71e8d4a47b0c6e1d2e3d0a69
4
+ data.tar.gz: d8f138e71ae2aa318d80cff4d91c604e4d2542147debdb39a4ffdca7578f14e2
5
5
  SHA512:
6
- metadata.gz: 544c0b1885aeb3f71e5f03a38a3bf5cacb733a4fea30e54b10e7777620286bae78f28359c7e07d2edf03a700725ada83822c942044d1db9681c173a1d328652e
7
- data.tar.gz: 45b59876e6a5868fbb6f72075087e4c6272d6072e9fde52321cbfc5e143b2aab7eba78f5d983fc746f32a0c1bddf53f41f395b7c52fea6d07dd4558e95ec6de6
6
+ metadata.gz: 2be3d6ce0b5fa531e42456d42553d0d2a74cdc1bb5cb5a11ed69783cf394be22ce48a1021e75dc145c3a86d96ec24117f3a4cbca5276c616815ab29001eb88cd
7
+ data.tar.gz: 80fd83b886983cb4cff4cf485304fd8d335780a7b63a064ea83e2ffd5f3b1ea09f27b764691d77a341333bbef2c91f6112ceae509a4b0674951afa1775ee5968
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.129.0 (2023-09-05)
5
+ ------------------
6
+
7
+ * Feature - Documentation only update for Amazon ECS.
8
+
4
9
  1.128.0 (2023-08-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.128.0
1
+ 1.129.0
@@ -5536,14 +5536,14 @@ module Aws::ECS
5536
5536
  # When you specify `fargateTaskRetirementWaitPeriod` for the `name`, the
5537
5537
  # following are the valid values:
5538
5538
  #
5539
- # * `0` - immediately retire the tasks and patch Fargate
5539
+ # * `0` - Amazon Web Services sends the notification, and immediately
5540
+ # retires the affected tasks.
5540
5541
  #
5541
- # There is no advanced notification. Your tasks are retired
5542
- # immediately, and Fargate is patched without any notification.
5542
+ # * `7` - Amazon Web Services sends the notification, and waits 7
5543
+ # calendar days to retire the tasks.
5543
5544
  #
5544
- # * `7` -wait 7 calendar days to retire the tasks and patch Fargate
5545
- #
5546
- # * `14` - wait 14 calendar days to retire the tasks and patch Fargate
5545
+ # * `14` - Amazon Web Services sends the notification, and waits 14
5546
+ # calendar days to retire the tasks.
5547
5547
  #
5548
5548
  # @option params [String] :principal_arn
5549
5549
  # The ARN of the principal, which can be a user, role, or the root user.
@@ -5678,14 +5678,14 @@ module Aws::ECS
5678
5678
  # When you specify `fargateTaskRetirementWaitPeriod` for the `name`, the
5679
5679
  # following are the valid values:
5680
5680
  #
5681
- # * `0` - immediately retire the tasks and patch Fargate
5682
- #
5683
- # There is no advanced notification. Your tasks are retired
5684
- # immediately, and Fargate is patched without any notification.
5681
+ # * `0` - Amazon Web Services sends the notification, and immediately
5682
+ # retires the affected tasks.
5685
5683
  #
5686
- # * `7` -wait 7 calendar days to retire the tasks and patch Fargate
5684
+ # * `7` - Amazon Web Services sends the notification, and waits 7
5685
+ # calendar days to retire the tasks.
5687
5686
  #
5688
- # * `14` - wait 14 calendar days to retire the tasks and patch Fargate
5687
+ # * `14` - Amazon Web Services sends the notification, and waits 14
5688
+ # calendar days to retire the tasks.
5689
5689
  #
5690
5690
  # @return [Types::PutAccountSettingDefaultResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5691
5691
  #
@@ -9808,7 +9808,7 @@ module Aws::ECS
9808
9808
  params: params,
9809
9809
  config: config)
9810
9810
  context[:gem_name] = 'aws-sdk-ecs'
9811
- context[:gem_version] = '1.128.0'
9811
+ context[:gem_version] = '1.129.0'
9812
9812
  Seahorse::Client::Request.new(handlers, context)
9813
9813
  end
9814
9814
 
@@ -7292,14 +7292,14 @@ module Aws::ECS
7292
7292
  # When you specify `fargateTaskRetirementWaitPeriod` for the `name`,
7293
7293
  # the following are the valid values:
7294
7294
  #
7295
- # * `0` - immediately retire the tasks and patch Fargate
7295
+ # * `0` - Amazon Web Services sends the notification, and immediately
7296
+ # retires the affected tasks.
7296
7297
  #
7297
- # There is no advanced notification. Your tasks are retired
7298
- # immediately, and Fargate is patched without any notification.
7298
+ # * `7` - Amazon Web Services sends the notification, and waits 7
7299
+ # calendar days to retire the tasks.
7299
7300
  #
7300
- # * `7` -wait 7 calendar days to retire the tasks and patch Fargate
7301
- #
7302
- # * `14` - wait 14 calendar days to retire the tasks and patch Fargate
7301
+ # * `14` - Amazon Web Services sends the notification, and waits 14
7302
+ # calendar days to retire the tasks.
7303
7303
  # @return [String]
7304
7304
  #
7305
7305
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/PutAccountSettingDefaultRequest AWS API Documentation
@@ -7354,14 +7354,14 @@ module Aws::ECS
7354
7354
  # When you specify `fargateTaskRetirementWaitPeriod` for the `name`,
7355
7355
  # the following are the valid values:
7356
7356
  #
7357
- # * `0` - immediately retire the tasks and patch Fargate
7358
- #
7359
- # There is no advanced notification. Your tasks are retired
7360
- # immediately, and Fargate is patched without any notification.
7357
+ # * `0` - Amazon Web Services sends the notification, and immediately
7358
+ # retires the affected tasks.
7361
7359
  #
7362
- # * `7` -wait 7 calendar days to retire the tasks and patch Fargate
7360
+ # * `7` - Amazon Web Services sends the notification, and waits 7
7361
+ # calendar days to retire the tasks.
7363
7362
  #
7364
- # * `14` - wait 14 calendar days to retire the tasks and patch Fargate
7363
+ # * `14` - Amazon Web Services sends the notification, and waits 14
7364
+ # calendar days to retire the tasks.
7365
7365
  # @return [String]
7366
7366
  #
7367
7367
  # @!attribute [rw] principal_arn
data/lib/aws-sdk-ecs.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ecs/customizations'
53
53
  # @!group service
54
54
  module Aws::ECS
55
55
 
56
- GEM_VERSION = '1.128.0'
56
+ GEM_VERSION = '1.129.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.128.0
4
+ version: 1.129.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-31 00:00:00.000000000 Z
11
+ date: 2023-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core