aws-sdk-organizations 1.45.0 → 1.50.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: b95c85194f445ac7ca32a2c1db7d9a29ce094b35a2e7e3bf640b63eb1ffaf085
4
- data.tar.gz: b865e200caf7a72cdea6388885b65b34deaeb12394d654484d02085bba37e807
3
+ metadata.gz: '048979f001ba9072b4255b7e645ca0d6eea122a8841fbc4716168bf1dde21968'
4
+ data.tar.gz: 1ddafdfc2821fcaee5be2f5f3674fdb7ca3c932b9452bd098dbe3ce35c342fb0
5
5
  SHA512:
6
- metadata.gz: 60a3a483e5b64d2bac7b172d1a57946592deec4e6723ed8bf6f55ec12ea27ddcddb447f0fd0c3e9f9764f71bd5fd6decb229cdf2f4f65132133bed0514bfdc91
7
- data.tar.gz: 7b0c7fdebd2f45d108525958d4b5a53ac4312cdb4f95984694cb9cf493bc580abf6135ebc490172bc52882eab636b6c35fa4e5243b9c77b6d1b4485f63b5b6cb
6
+ metadata.gz: 699911dc1da0dfa00f5f957c50cf0ecef4d75c9fbb255c210e88d6e7aa42ef8f20f9c87960644d785945eb4e165f6b826929b8ddae96bd1ba73db31459209992
7
+ data.tar.gz: cdc50b93fab7de17883e80282b932341eae8f1deaa08f0710613f27382dc4e1f70a91cb345bcf2fb60903d9ade9e27ccadbad54323cdbd11fd36dde68e2cdc61
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-organizations/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::Organizations
49
49
 
50
- GEM_VERSION = '1.45.0'
50
+ GEM_VERSION = '1.50.0'
51
51
 
52
52
  end
@@ -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::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
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 are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
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 do the following steps:
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 only from the organization's master
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 accept the end user
4802
- # license agreement (EULA), choose a support plan, provide and verify
4803
- # the required contact information, and provide a current payment
4804
- # method. AWS uses the payment method to charge for any billable (not
4805
- # free tier) AWS activity that occurs while the account isn't attached
4806
- # to an organization. To remove an account that doesn't yet have this
4807
- # information, you must sign in as the member account and follow the
4808
- # steps at [ To leave an organization when all required account
4809
- # information has not yet been provided][1] in the *AWS Organizations
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.45.0'
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.45.0
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-07-08 00:00:00.000000000 Z
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