aws-sdk-organizations 1.45.0 → 1.50.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/lib/aws-sdk-organizations.rb +2 -2
- data/lib/aws-sdk-organizations/client.rb +44 -28
- 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: '048979f001ba9072b4255b7e645ca0d6eea122a8841fbc4716168bf1dde21968'
|
4
|
+
data.tar.gz: 1ddafdfc2821fcaee5be2f5f3674fdb7ca3c932b9452bd098dbe3ce35c342fb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 699911dc1da0dfa00f5f957c50cf0ecef4d75c9fbb255c210e88d6e7aa42ef8f20f9c87960644d785945eb4e165f6b826929b8ddae96bd1ba73db31459209992
|
7
|
+
data.tar.gz: cdc50b93fab7de17883e80282b932341eae8f1deaa08f0710613f27382dc4e1f70a91cb345bcf2fb60903d9ade9e27ccadbad54323cdbd11fd36dde68e2cdc61
|
@@ -85,13 +85,28 @@ module Aws::Organizations
|
|
85
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
86
86
|
# credentials.
|
87
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
88
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
89
103
|
# from an EC2 IMDS on an EC2 instance.
|
90
104
|
#
|
91
|
-
# * `Aws::
|
92
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
93
107
|
#
|
94
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
95
110
|
#
|
96
111
|
# When `:credentials` are not configured directly, the following
|
97
112
|
# locations will be searched for credentials:
|
@@ -101,10 +116,10 @@ module Aws::Organizations
|
|
101
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
102
117
|
# * `~/.aws/credentials`
|
103
118
|
# * `~/.aws/config`
|
104
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
105
|
-
# very aggressive. Construct and pass an instance of
|
106
|
-
# `Aws::InstanceProfileCredentails`
|
107
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
108
123
|
#
|
109
124
|
# @option options [required, String] :region
|
110
125
|
# The AWS region to connect to. The configured `:region` is
|
@@ -855,7 +870,7 @@ module Aws::Organizations
|
|
855
870
|
# resp.create_account_status.completed_timestamp #=> Time
|
856
871
|
# resp.create_account_status.account_id #=> String
|
857
872
|
# 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"
|
873
|
+
# 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
874
|
#
|
860
875
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateAccount AWS API Documentation
|
861
876
|
#
|
@@ -1069,7 +1084,7 @@ module Aws::Organizations
|
|
1069
1084
|
# resp.create_account_status.completed_timestamp #=> Time
|
1070
1085
|
# resp.create_account_status.account_id #=> String
|
1071
1086
|
# 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"
|
1087
|
+
# 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
1088
|
#
|
1074
1089
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateGovCloudAccount AWS API Documentation
|
1075
1090
|
#
|
@@ -1625,6 +1640,11 @@ module Aws::Organizations
|
|
1625
1640
|
# Removes the specified member AWS account as a delegated administrator
|
1626
1641
|
# for the specified AWS service.
|
1627
1642
|
#
|
1643
|
+
# Deregistering a delegated administrator can have unintended impacts on
|
1644
|
+
# the functionality of the enabled AWS service. See the documentation
|
1645
|
+
# for the enabled service before you deregister a delegated
|
1646
|
+
# administrator so that you understand any potential impacts.
|
1647
|
+
#
|
1628
1648
|
# You can run this action only for AWS services that support this
|
1629
1649
|
# feature. For a current list of services that support it, see the
|
1630
1650
|
# column *Supports Delegated Administrator* in the table at [AWS
|
@@ -1795,7 +1815,7 @@ module Aws::Organizations
|
|
1795
1815
|
# resp.create_account_status.completed_timestamp #=> Time
|
1796
1816
|
# resp.create_account_status.account_id #=> String
|
1797
1817
|
# resp.create_account_status.gov_cloud_account_id #=> String
|
1798
|
-
# 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"
|
1818
|
+
# 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"
|
1799
1819
|
#
|
1800
1820
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeCreateAccountStatus AWS API Documentation
|
1801
1821
|
#
|
@@ -2855,9 +2875,8 @@ module Aws::Organizations
|
|
2855
2875
|
# using the AWS Organizations console, API, or CLI commands, the
|
2856
2876
|
# information required of standalone accounts is *not* automatically
|
2857
2877
|
# collected. For each account that you want to make standalone, you
|
2858
|
-
# must
|
2859
|
-
#
|
2860
|
-
# * Accept the end user license agreement (EULA)
|
2878
|
+
# must perform the following steps. If any of the steps are already
|
2879
|
+
# completed for this account, that step doesn't appear.
|
2861
2880
|
#
|
2862
2881
|
# * Choose a support plan
|
2863
2882
|
#
|
@@ -3425,7 +3444,7 @@ module Aws::Organizations
|
|
3425
3444
|
# resp.create_account_statuses[0].completed_timestamp #=> Time
|
3426
3445
|
# resp.create_account_statuses[0].account_id #=> String
|
3427
3446
|
# resp.create_account_statuses[0].gov_cloud_account_id #=> String
|
3428
|
-
# 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"
|
3447
|
+
# 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"
|
3429
3448
|
# resp.next_token #=> String
|
3430
3449
|
#
|
3431
3450
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListCreateAccountStatus AWS API Documentation
|
@@ -3583,9 +3602,7 @@ module Aws::Organizations
|
|
3583
3602
|
#
|
3584
3603
|
# </note>
|
3585
3604
|
#
|
3586
|
-
# This operation can be called
|
3587
|
-
# account or by a member account that is a delegated administrator for
|
3588
|
-
# an AWS service.
|
3605
|
+
# This operation can be called from any account in the organization.
|
3589
3606
|
#
|
3590
3607
|
# @option params [Types::HandshakeFilter] :filter
|
3591
3608
|
# Filters the handshakes that you want included in the response. The
|
@@ -4798,16 +4815,15 @@ module Aws::Organizations
|
|
4798
4815
|
# account. When you create an account in an organization using the AWS
|
4799
4816
|
# Organizations console, API, or CLI commands, the information required
|
4800
4817
|
# of standalone accounts is *not* automatically collected. For an
|
4801
|
-
# account that you want to make standalone, you must
|
4802
|
-
#
|
4803
|
-
#
|
4804
|
-
#
|
4805
|
-
#
|
4806
|
-
#
|
4807
|
-
#
|
4808
|
-
#
|
4809
|
-
#
|
4810
|
-
# User Guide.*
|
4818
|
+
# account that you want to make standalone, you must choose a support
|
4819
|
+
# plan, provide and verify the required contact information, and provide
|
4820
|
+
# a current payment method. AWS uses the payment method to charge for
|
4821
|
+
# any billable (not free tier) AWS activity that occurs while the
|
4822
|
+
# account isn't attached to an organization. To remove an account that
|
4823
|
+
# doesn't yet have this information, you must sign in as the member
|
4824
|
+
# account and follow the steps at [ To leave an organization when all
|
4825
|
+
# required account information has not yet been provided][1] in the *AWS
|
4826
|
+
# Organizations User Guide.*
|
4811
4827
|
#
|
4812
4828
|
#
|
4813
4829
|
#
|
@@ -5132,7 +5148,7 @@ module Aws::Organizations
|
|
5132
5148
|
params: params,
|
5133
5149
|
config: config)
|
5134
5150
|
context[:gem_name] = 'aws-sdk-organizations'
|
5135
|
-
context[:gem_version] = '1.
|
5151
|
+
context[:gem_version] = '1.50.0'
|
5136
5152
|
Seahorse::Client::Request.new(handlers, context)
|
5137
5153
|
end
|
5138
5154
|
|
@@ -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.50.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-
|
11
|
+
date: 2020-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|