aws-sdk-ecs 1.116.0 → 1.117.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: c9d5abbd33de57234e3078be526939c5597427b4eede4c19c00673fdaad5f396
4
- data.tar.gz: df76354c0704f80d1e6f928cd61454cb90c8bd8611a71f6b20aecf1589c09cd4
3
+ metadata.gz: ab6e8f908b4baa4205d6adaba4bf9be2383afd92fc329a3e69f3ec96facdbac6
4
+ data.tar.gz: c6ec15bfffe19579c59090da933cf2ad809f3cf879a60adf9d75865a270ae1d4
5
5
  SHA512:
6
- metadata.gz: 03343a21e3e167f02764d438d3a6b16e02bdd59a1d50f224a5e61d767a760e3065a239a61455279d2516fce34cf68d54328f7e18a796521c5548cfac4c016935
7
- data.tar.gz: 8240e9af8ac51480be4922d4079bcd52cd3665ee1dd1c031a6af0fe92126edd0e93847257f57a5d003e233059c7a53564b66d191e189ff3311edc7fddac8a5bb
6
+ metadata.gz: 963cbe6cc13453a29fe98b287fe9c18ac40214b6ffafbed48985518e5ec18ff353c046d272eee7143f62a78c49ab1f9114efdff3af2943879f1f84610ca9a1ad
7
+ data.tar.gz: 5ccd70c444ae1dea5a87d101b5c1585aca0854cfb0d215a04865826f347dad469e80bce989f93748896ba1a9060ed9af78349686c78bb34429ca96d6ac784d06
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.117.0 (2023-05-02)
5
+ ------------------
6
+
7
+ * Feature - Documentation only update to address Amazon ECS tickets.
8
+
4
9
  1.116.0 (2023-04-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.116.0
1
+ 1.117.0
@@ -5479,7 +5479,7 @@ module Aws::ECS
5479
5479
  #
5480
5480
  # @option params [required, String] :value
5481
5481
  # The account setting value for the specified principal ARN. Accepted
5482
- # values are `enabled` and `disabled`.
5482
+ # values are `enabled`, `disabled`, `on`, and `off`.
5483
5483
  #
5484
5484
  # @option params [String] :principal_arn
5485
5485
  # The ARN of the principal, which can be a user, role, or the root user.
@@ -5595,7 +5595,7 @@ module Aws::ECS
5595
5595
  #
5596
5596
  # @option params [required, String] :value
5597
5597
  # The account setting value for the specified principal ARN. Accepted
5598
- # values are `enabled` and `disabled`.
5598
+ # values are `enabled`, `disabled`, `on`, and `off`.
5599
5599
  #
5600
5600
  # @return [Types::PutAccountSettingDefaultResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5601
5601
  #
@@ -9704,7 +9704,7 @@ module Aws::ECS
9704
9704
  params: params,
9705
9705
  config: config)
9706
9706
  context[:gem_name] = 'aws-sdk-ecs'
9707
- context[:gem_version] = '1.116.0'
9707
+ context[:gem_version] = '1.117.0'
9708
9708
  Seahorse::Client::Request.new(handlers, context)
9709
9709
  end
9710
9710
 
@@ -7186,7 +7186,7 @@ module Aws::ECS
7186
7186
  #
7187
7187
  # @!attribute [rw] value
7188
7188
  # The account setting value for the specified principal ARN. Accepted
7189
- # values are `enabled` and `disabled`.
7189
+ # values are `enabled`, `disabled`, `on`, and `off`.
7190
7190
  # @return [String]
7191
7191
  #
7192
7192
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/PutAccountSettingDefaultRequest AWS API Documentation
@@ -7234,7 +7234,7 @@ module Aws::ECS
7234
7234
  #
7235
7235
  # @!attribute [rw] value
7236
7236
  # The account setting value for the specified principal ARN. Accepted
7237
- # values are `enabled` and `disabled`.
7237
+ # values are `enabled`, `disabled`, `on`, and `off`.
7238
7238
  # @return [String]
7239
7239
  #
7240
7240
  # @!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.116.0'
56
+ GEM_VERSION = '1.117.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.116.0
4
+ version: 1.117.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-04-21 00:00:00.000000000 Z
11
+ date: 2023-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core