aws-sdk-organizations 1.46.0 → 1.47.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-organizations.rb +1 -1
- data/lib/aws-sdk-organizations/client.rb +5 -5
- data/lib/aws-sdk-organizations/types.rb +9 -0
- 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: 8d43ec5e40446e7b7f2b85785b6584e80fe3a8ad2356de8a1b3b2b86cbcc7002
|
4
|
+
data.tar.gz: 7cc5a8bb0f66a57f432ea4ec87555eba7f479b8c310c5877165df90331ce9205
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d903830cc7239c4838822fa3a40fb0b1fc30287e32cfaa3b7a2da23f55643c25fad3a6ac03bcfa077cead90993c3a0960f5b253cba2b291e43de167b28c9331
|
7
|
+
data.tar.gz: 6ae85908925bf79fb1bd5312f17cde47dba6fe81519598d7c7b29ba93d346fd9ecdceff7180c1f724d231ed8811389219b70a33c6ff88c0b9362ade4c7ccf064
|
@@ -855,7 +855,7 @@ module Aws::Organizations
|
|
855
855
|
# resp.create_account_status.completed_timestamp #=> Time
|
856
856
|
# resp.create_account_status.account_id #=> String
|
857
857
|
# resp.create_account_status.gov_cloud_account_id #=> String
|
858
|
-
# resp.create_account_status.failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE", "GOVCLOUD_ACCOUNT_ALREADY_EXISTS"
|
858
|
+
# resp.create_account_status.failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE", "GOVCLOUD_ACCOUNT_ALREADY_EXISTS", "MISSING_BUSINESS_VALIDATION", "MISSING_PAYMENT_INSTRUMENT"
|
859
859
|
#
|
860
860
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateAccount AWS API Documentation
|
861
861
|
#
|
@@ -1069,7 +1069,7 @@ module Aws::Organizations
|
|
1069
1069
|
# resp.create_account_status.completed_timestamp #=> Time
|
1070
1070
|
# resp.create_account_status.account_id #=> String
|
1071
1071
|
# resp.create_account_status.gov_cloud_account_id #=> String
|
1072
|
-
# resp.create_account_status.failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE", "GOVCLOUD_ACCOUNT_ALREADY_EXISTS"
|
1072
|
+
# resp.create_account_status.failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE", "GOVCLOUD_ACCOUNT_ALREADY_EXISTS", "MISSING_BUSINESS_VALIDATION", "MISSING_PAYMENT_INSTRUMENT"
|
1073
1073
|
#
|
1074
1074
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateGovCloudAccount AWS API Documentation
|
1075
1075
|
#
|
@@ -1800,7 +1800,7 @@ module Aws::Organizations
|
|
1800
1800
|
# resp.create_account_status.completed_timestamp #=> Time
|
1801
1801
|
# resp.create_account_status.account_id #=> String
|
1802
1802
|
# resp.create_account_status.gov_cloud_account_id #=> String
|
1803
|
-
# resp.create_account_status.failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE", "GOVCLOUD_ACCOUNT_ALREADY_EXISTS"
|
1803
|
+
# resp.create_account_status.failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE", "GOVCLOUD_ACCOUNT_ALREADY_EXISTS", "MISSING_BUSINESS_VALIDATION", "MISSING_PAYMENT_INSTRUMENT"
|
1804
1804
|
#
|
1805
1805
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeCreateAccountStatus AWS API Documentation
|
1806
1806
|
#
|
@@ -3430,7 +3430,7 @@ module Aws::Organizations
|
|
3430
3430
|
# resp.create_account_statuses[0].completed_timestamp #=> Time
|
3431
3431
|
# resp.create_account_statuses[0].account_id #=> String
|
3432
3432
|
# resp.create_account_statuses[0].gov_cloud_account_id #=> String
|
3433
|
-
# resp.create_account_statuses[0].failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE", "GOVCLOUD_ACCOUNT_ALREADY_EXISTS"
|
3433
|
+
# resp.create_account_statuses[0].failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE", "GOVCLOUD_ACCOUNT_ALREADY_EXISTS", "MISSING_BUSINESS_VALIDATION", "MISSING_PAYMENT_INSTRUMENT"
|
3434
3434
|
# resp.next_token #=> String
|
3435
3435
|
#
|
3436
3436
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListCreateAccountStatus AWS API Documentation
|
@@ -5137,7 +5137,7 @@ module Aws::Organizations
|
|
5137
5137
|
params: params,
|
5138
5138
|
config: config)
|
5139
5139
|
context[:gem_name] = 'aws-sdk-organizations'
|
5140
|
-
context[:gem_version] = '1.
|
5140
|
+
context[:gem_version] = '1.47.0'
|
5141
5141
|
Seahorse::Client::Request.new(handlers, context)
|
5142
5142
|
end
|
5143
5143
|
|
@@ -755,6 +755,9 @@ module Aws::Organizations
|
|
755
755
|
# you have reached the limit on the number of accounts in your
|
756
756
|
# organization.
|
757
757
|
#
|
758
|
+
# * CONCURRENT\_ACCOUNT\_MODIFICATION: You already submitted a request
|
759
|
+
# with the same information.
|
760
|
+
#
|
758
761
|
# * EMAIL\_ALREADY\_EXISTS: The account could not be created because
|
759
762
|
# another AWS account with that email address already exists.
|
760
763
|
#
|
@@ -771,6 +774,12 @@ module Aws::Organizations
|
|
771
774
|
# * INTERNAL\_FAILURE: The account could not be created because of an
|
772
775
|
# internal failure. Try again later. If the problem persists,
|
773
776
|
# contact Customer Support.
|
777
|
+
#
|
778
|
+
# * MISSING\_BUSINESS\_VALIDATION: The AWS account that owns your
|
779
|
+
# organization has not received Business Validation.
|
780
|
+
#
|
781
|
+
# * MISSING\_PAYMENT\_INSTRUMENT: You must configure the master
|
782
|
+
# account with a valid payment method, such as a credit card.
|
774
783
|
# @return [String]
|
775
784
|
#
|
776
785
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateAccountStatus AWS API Documentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-organizations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.47.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: 2020-07
|
11
|
+
date: 2020-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|