aws-sdk-account 1.10.0 → 1.11.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-account/client.rb +10 -10
- data/lib/aws-sdk-account/types.rb +15 -13
- data/lib/aws-sdk-account.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6041fc756851ba88508aeaf19f7efc268ed29a0b69cf1fb3085fc038c5de15c5
|
|
4
|
+
data.tar.gz: 6a71f2a74a4adab2677e6e2776af4f36602f7400af80c95f621fb6c4160d86e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7106bac8e49cc9a278f3071f5ec3e5fbd3716603e4b9d5d66790ce5bda1d3629235ad27b312333c967fee48bfce12fb4182162affd4e0d216f8801740c8c0158
|
|
7
|
+
data.tar.gz: 9dc9f712ee757b1dc211c0e6755409f06fa0587788ca3cdf7ba324da0d972502d65d495d2a536b644d95a0103f067350e623a0734d7451b236c82e3319bb1128
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.11.0 (2023-03-06)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - AWS Account alternate contact email addresses can now have a length of 254 characters and contain the character "|".
|
|
8
|
+
|
|
4
9
|
1.10.0 (2023-02-13)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.11.0
|
|
@@ -476,9 +476,9 @@ module Aws::Account
|
|
|
476
476
|
#
|
|
477
477
|
# @option params [required, String] :region_name
|
|
478
478
|
# 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
|
|
479
|
+
# `af-south-1`). When you disable a Region, Amazon Web Services performs
|
|
480
|
+
# actions to deactivate that Region in your account, such as destroying
|
|
481
|
+
# IAM resources in the Region. This process takes a few minutes for most
|
|
482
482
|
# accounts, but this can take several hours. You cannot enable the
|
|
483
483
|
# Region until the disabling process is fully completed.
|
|
484
484
|
#
|
|
@@ -535,12 +535,12 @@ module Aws::Account
|
|
|
535
535
|
#
|
|
536
536
|
# @option params [required, String] :region_name
|
|
537
537
|
# 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.
|
|
538
|
+
# `af-south-1`). When you enable a Region, Amazon Web Services performs
|
|
539
|
+
# actions to prepare your account in that Region, such as distributing
|
|
540
|
+
# your IAM resources to the Region. This process takes a few minutes for
|
|
541
|
+
# most accounts, but it can take several hours. You cannot use the
|
|
542
|
+
# Region until this process is complete. Furthermore, you cannot disable
|
|
543
|
+
# the Region until the enabling process is fully completed.
|
|
544
544
|
#
|
|
545
545
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
546
546
|
#
|
|
@@ -1057,7 +1057,7 @@ module Aws::Account
|
|
|
1057
1057
|
params: params,
|
|
1058
1058
|
config: config)
|
|
1059
1059
|
context[:gem_name] = 'aws-sdk-account'
|
|
1060
|
-
context[:gem_version] = '1.
|
|
1060
|
+
context[:gem_version] = '1.11.0'
|
|
1061
1061
|
Seahorse::Client::Request.new(handlers, context)
|
|
1062
1062
|
end
|
|
1063
1063
|
|
|
@@ -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.11.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-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|