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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d76fd7e648e0deafd7fec5a9bd806d1a60c494ff2a40a025a3b95c741c30b83
4
- data.tar.gz: 101eba9dfacd7ec708d9ce9cf17f169f9a399fc7fc02f2c4b4cba9eb735ba354
3
+ metadata.gz: 823568148853a7ff627adec30ad17952573b76405da4df7574e9c1180b717e8f
4
+ data.tar.gz: 974dbbcc1c6988c4214a8b25e18dcde2d386c0b40b95ff018c41d688d560c79e
5
5
  SHA512:
6
- metadata.gz: a290e7a52e78b978de93845663a4b147d9888bdf9b9a938e2f91f03e2da43cd15eba0e33dc470ff6a836938b38e097a58364883b4c7425cf86416a188eb80e7f
7
- data.tar.gz: 4ee75275ffc68ca66b7e894ca461df02ad8d8a66b9656edb0b99e3d97d4757fea16348d3dd2288894ead2e11bb4283ec2e3e006d17824ba95b59efffafabb19a
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.10.0
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, AWS performs actions to
480
- # deactivate that Region in your account, such as destroying IAM
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, AWS performs actions to
539
- # prepare your account in that Region, such as distributing your IAM
540
- # resources to the Region. This process takes a few minutes for most
541
- # accounts, but it can take several hours. You cannot use the Region
542
- # until this process is complete. Furthermore, you cannot disable the
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.10.0'
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, AWS performs actions to
235
- # deactivate that Region in your account, such as destroying IAM
236
- # resources in the Region. This process takes a few minutes for most
237
- # accounts, but this can take several hours. You cannot enable the
238
- # Region until the disabling process is fully completed.
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, AWS performs actions to
285
- # prepare your account in that Region, such as distributing your IAM
286
- # resources to the Region. This process takes a few minutes for most
287
- # accounts, but it can take several hours. You cannot use the Region
288
- # until this process is complete. Furthermore, you cannot disable the
289
- # Region until the enabling process is fully completed.
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 AWS service
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.
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-account/customizations'
52
52
  # @!group service
53
53
  module Aws::Account
54
54
 
55
- GEM_VERSION = '1.10.0'
55
+ GEM_VERSION = '1.12.0'
56
56
 
57
57
  end
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.10.0
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-02-13 00:00:00.000000000 Z
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.165.0
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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement