aws-sdk-ecs 1.128.0 → 1.130.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +13 -13
- data/lib/aws-sdk-ecs/types.rb +12 -12
- data/lib/aws-sdk-ecs.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 670485e3d38b5a95f99889773abf10a6d183140170b6fe2c13cee08786da6f4c
|
4
|
+
data.tar.gz: b8af0eb9f0241b0e8fbd7b9e340399087b56b495aab216fae41cea36fe2b9c5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 862a37f46fc058975360fbdf85a4c2eebb85d3683c428b2847683ba734a3eb54f90af62ea29d092486aafa4152eb913d5b2569d2fc7743a2238f298ba9af95b2
|
7
|
+
data.tar.gz: 4ee83226c7e9f486c4eff6494bc4f0f0e2ffadab9940b71b5133c278242989ddf0ef429f249209b92af2d14c926a1e0686022567a138d9c78b5c521df43989ec
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.130.0 (2023-09-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.129.0 (2023-09-05)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation only update for Amazon ECS.
|
13
|
+
|
4
14
|
1.128.0 (2023-08-31)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.130.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -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` -
|
5539
|
+
# * `0` - Amazon Web Services sends the notification, and immediately
|
5540
|
+
# retires the affected tasks.
|
5540
5541
|
#
|
5541
|
-
#
|
5542
|
-
#
|
5542
|
+
# * `7` - Amazon Web Services sends the notification, and waits 7
|
5543
|
+
# calendar days to retire the tasks.
|
5543
5544
|
#
|
5544
|
-
# * `
|
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` -
|
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` -
|
5684
|
+
# * `7` - Amazon Web Services sends the notification, and waits 7
|
5685
|
+
# calendar days to retire the tasks.
|
5687
5686
|
#
|
5688
|
-
# * `14` -
|
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.
|
9811
|
+
context[:gem_version] = '1.130.0'
|
9812
9812
|
Seahorse::Client::Request.new(handlers, context)
|
9813
9813
|
end
|
9814
9814
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -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` -
|
7295
|
+
# * `0` - Amazon Web Services sends the notification, and immediately
|
7296
|
+
# retires the affected tasks.
|
7296
7297
|
#
|
7297
|
-
#
|
7298
|
-
#
|
7298
|
+
# * `7` - Amazon Web Services sends the notification, and waits 7
|
7299
|
+
# calendar days to retire the tasks.
|
7299
7300
|
#
|
7300
|
-
# * `
|
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` -
|
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` -
|
7360
|
+
# * `7` - Amazon Web Services sends the notification, and waits 7
|
7361
|
+
# calendar days to retire the tasks.
|
7363
7362
|
#
|
7364
|
-
# * `14` -
|
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
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.
|
4
|
+
version: 1.130.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-
|
11
|
+
date: 2023-09-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.184.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.184.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|