aws-sdk-account 1.10.0 → 1.12.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-account/client.rb +15 -10
- data/lib/aws-sdk-account/types.rb +15 -13
- data/lib/aws-sdk-account.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: 823568148853a7ff627adec30ad17952573b76405da4df7574e9c1180b717e8f
|
4
|
+
data.tar.gz: 974dbbcc1c6988c4214a8b25e18dcde2d386c0b40b95ff018c41d688d560c79e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 298679b57efa1bd23148d459d6dbbb64e07f0bebf29437df97724c2a551e92a5f414318f97c3b2ddcbe0400d7bf3522cbd408c90a5fff5652c993d6efb6ce48e
|
7
|
+
data.tar.gz: 0c5e1d7ebd77db2c026bb98037720d1c26faea60e0e86ccc6a6981c659a61b9681a9b4b3d08381fff1da25fc3d7e85cfefcfaddc28dc124cffed91629ba77cee
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.12.0 (2023-05-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.11.0 (2023-03-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - AWS Account alternate contact email addresses can now have a length of 254 characters and contain the character "|".
|
13
|
+
|
4
14
|
1.10.0 (2023-02-13)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.12.0
|
@@ -275,6 +275,11 @@ module Aws::Account
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -476,9 +481,9 @@ module Aws::Account
|
|
476
481
|
#
|
477
482
|
# @option params [required, String] :region_name
|
478
483
|
# Specifies the Region-code for a given Region name (for example,
|
479
|
-
# `af-south-1`). When you disable a Region,
|
480
|
-
# deactivate that Region in your account, such as destroying
|
481
|
-
# resources in the Region. This process takes a few minutes for most
|
484
|
+
# `af-south-1`). When you disable a Region, Amazon Web Services performs
|
485
|
+
# actions to deactivate that Region in your account, such as destroying
|
486
|
+
# IAM resources in the Region. This process takes a few minutes for most
|
482
487
|
# accounts, but this can take several hours. You cannot enable the
|
483
488
|
# Region until the disabling process is fully completed.
|
484
489
|
#
|
@@ -535,12 +540,12 @@ module Aws::Account
|
|
535
540
|
#
|
536
541
|
# @option params [required, String] :region_name
|
537
542
|
# Specifies the Region-code for a given Region name (for example,
|
538
|
-
# `af-south-1`). When you enable a Region,
|
539
|
-
# prepare your account in that Region, such as distributing
|
540
|
-
# resources to the Region. This process takes a few minutes for
|
541
|
-
# accounts, but it can take several hours. You cannot use the
|
542
|
-
# until this process is complete. Furthermore, you cannot disable
|
543
|
-
# Region until the enabling process is fully completed.
|
543
|
+
# `af-south-1`). When you enable a Region, Amazon Web Services performs
|
544
|
+
# actions to prepare your account in that Region, such as distributing
|
545
|
+
# your IAM resources to the Region. This process takes a few minutes for
|
546
|
+
# most accounts, but it can take several hours. You cannot use the
|
547
|
+
# Region until this process is complete. Furthermore, you cannot disable
|
548
|
+
# the Region until the enabling process is fully completed.
|
544
549
|
#
|
545
550
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
546
551
|
#
|
@@ -1057,7 +1062,7 @@ module Aws::Account
|
|
1057
1062
|
params: params,
|
1058
1063
|
config: config)
|
1059
1064
|
context[:gem_name] = 'aws-sdk-account'
|
1060
|
-
context[:gem_version] = '1.
|
1065
|
+
context[:gem_version] = '1.12.0'
|
1061
1066
|
Seahorse::Client::Request.new(handlers, context)
|
1062
1067
|
end
|
1063
1068
|
|
@@ -231,11 +231,12 @@ module Aws::Account
|
|
231
231
|
#
|
232
232
|
# @!attribute [rw] region_name
|
233
233
|
# Specifies the Region-code for a given Region name (for example,
|
234
|
-
# `af-south-1`). When you disable a Region,
|
235
|
-
# deactivate that Region in your account, such as
|
236
|
-
# resources in the Region. This process takes a few
|
237
|
-
# accounts, but this can take several hours. You
|
238
|
-
# Region until the disabling process is fully
|
234
|
+
# `af-south-1`). When you disable a Region, Amazon Web Services
|
235
|
+
# performs actions to deactivate that Region in your account, such as
|
236
|
+
# destroying IAM resources in the Region. This process takes a few
|
237
|
+
# minutes for most accounts, but this can take several hours. You
|
238
|
+
# cannot enable the Region until the disabling process is fully
|
239
|
+
# completed.
|
239
240
|
# @return [String]
|
240
241
|
#
|
241
242
|
# @see http://docs.aws.amazon.com/goto/WebAPI/account-2021-02-01/DisableRegionRequest AWS API Documentation
|
@@ -281,12 +282,13 @@ module Aws::Account
|
|
281
282
|
#
|
282
283
|
# @!attribute [rw] region_name
|
283
284
|
# Specifies the Region-code for a given Region name (for example,
|
284
|
-
# `af-south-1`). When you enable a Region,
|
285
|
-
# prepare your account in that Region, such as
|
286
|
-
# resources to the Region. This process takes a
|
287
|
-
# accounts, but it can take several hours. You
|
288
|
-
# until this process is complete. Furthermore,
|
289
|
-
# Region until the enabling process is fully
|
285
|
+
# `af-south-1`). When you enable a Region, Amazon Web Services
|
286
|
+
# performs actions to prepare your account in that Region, such as
|
287
|
+
# distributing your IAM resources to the Region. This process takes a
|
288
|
+
# few minutes for most accounts, but it can take several hours. You
|
289
|
+
# cannot use the Region until this process is complete. Furthermore,
|
290
|
+
# you cannot disable the Region until the enabling process is fully
|
291
|
+
# completed.
|
290
292
|
# @return [String]
|
291
293
|
#
|
292
294
|
# @see http://docs.aws.amazon.com/goto/WebAPI/account-2021-02-01/EnableRegionRequest AWS API Documentation
|
@@ -774,8 +776,8 @@ module Aws::Account
|
|
774
776
|
include Aws::Structure
|
775
777
|
end
|
776
778
|
|
777
|
-
# The input failed to meet the constraints specified by the
|
778
|
-
# in a specified field.
|
779
|
+
# The input failed to meet the constraints specified by the Amazon Web
|
780
|
+
# Services service in a specified field.
|
779
781
|
#
|
780
782
|
# @!attribute [rw] message
|
781
783
|
# A message about the validation exception.
|
data/lib/aws-sdk-account.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-account
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.12.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-05-31 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.174.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.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|