aws-sdk-organizations 1.0.0 → 1.1.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 +66 -27
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 674bb4fbb99f4a9c8e335b983bf78adf5a73125c
|
4
|
+
data.tar.gz: 6a532b7e1991c5bde5738921d282732fdc8a06b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7bc4abfed3458ba08e92a7c5e46d275dc3ab6d738e3c174850188362a960758cbfc4a454c91250aca0f001968073eb8123c2697418fe69b469c201b1e402529
|
7
|
+
data.tar.gz: 2950c52d165a420586d997e5adb624aba73ed9b73414fb40c8b152a76b4d474f77b05f3b373b19a17acd556995f5fd74025a663b6914ad9a6370608c83ce8cd6
|
@@ -539,10 +539,15 @@ module Aws::Organizations
|
|
539
539
|
# Account in Your Organization][1] in the *AWS Organizations User
|
540
540
|
# Guide*.
|
541
541
|
#
|
542
|
-
#
|
543
|
-
#
|
544
|
-
#
|
545
|
-
#
|
542
|
+
# When you create an account in an organization using the AWS
|
543
|
+
# Organizations console, API, or CLI commands, the information required
|
544
|
+
# for the account to operate as a standalone account, such as a payment
|
545
|
+
# method and signing the End User Licence Agreement (EULA) is *not*
|
546
|
+
# automatically collected. If you must remove an account from your
|
547
|
+
# organization later, you can do so only after you provide the missing
|
548
|
+
# information. Follow the steps at [ To leave an organization when all
|
549
|
+
# required account information has not yet been provided][2] in the *AWS
|
550
|
+
# Organizations User Guide*.
|
546
551
|
#
|
547
552
|
# <note markdown="1"> When you create a member account with this operation, you can choose
|
548
553
|
# whether to create the account with the **IAM User and Role Access to
|
@@ -551,17 +556,24 @@ module Aws::Organizations
|
|
551
556
|
# for the account. If you disable this, then only the account root user
|
552
557
|
# can access billing information. For information about how to disable
|
553
558
|
# this for an account, see [Granting Access to Your Billing Information
|
554
|
-
# and Tools][
|
559
|
+
# and Tools][3].
|
555
560
|
#
|
556
561
|
# </note>
|
557
562
|
#
|
558
563
|
# This operation can be called only from the organization's master
|
559
564
|
# account.
|
560
565
|
#
|
566
|
+
# If you get an exception that indicates that you exceeded your account
|
567
|
+
# limits for the organization or that you can"t add an account because
|
568
|
+
# your organization is still initializing, please contact [ AWS Customer
|
569
|
+
# Support][4].
|
570
|
+
#
|
561
571
|
#
|
562
572
|
#
|
563
573
|
# [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html
|
564
|
-
# [2]: http://docs.aws.amazon.com/
|
574
|
+
# [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info
|
575
|
+
# [3]: http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html
|
576
|
+
# [4]: https://console.aws.amazon.com/support/home#/
|
565
577
|
#
|
566
578
|
# @option params [required, String] :email
|
567
579
|
# The email address of the owner to assign to the new member account.
|
@@ -1099,10 +1111,6 @@ module Aws::Organizations
|
|
1099
1111
|
# credentials from the master account. The organization must be empty of
|
1100
1112
|
# member accounts, OUs, and policies.
|
1101
1113
|
#
|
1102
|
-
# If you create any accounts using Organizations operations or the
|
1103
|
-
# Organizations console, you can't remove those accounts from the
|
1104
|
-
# organization, which means that you can't delete the organization.
|
1105
|
-
#
|
1106
1114
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1107
1115
|
#
|
1108
1116
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DeleteOrganization AWS API Documentation
|
@@ -1975,19 +1983,26 @@ module Aws::Organizations
|
|
1975
1983
|
# invitation is implemented as a Handshake whose details are in the
|
1976
1984
|
# response.
|
1977
1985
|
#
|
1978
|
-
# You can invite AWS accounts only from the same
|
1986
|
+
# You can invite AWS accounts only from the same seller as the master
|
1979
1987
|
# account. For example, if your organization's master account was
|
1980
|
-
# created by Amazon Internet Services Pvt. Ltd (AISPL), an AWS
|
1981
|
-
#
|
1982
|
-
# organization. You can't combine accounts from AISPL and AWS
|
1983
|
-
# information, see [Consolidated Billing in
|
1988
|
+
# created by Amazon Internet Services Pvt. Ltd (AISPL), an AWS seller in
|
1989
|
+
# India, then you can only invite other AISPL accounts to your
|
1990
|
+
# organization. You can't combine accounts from AISPL and AWS, or any
|
1991
|
+
# other AWS seller. For more information, see [Consolidated Billing in
|
1992
|
+
# India][1].
|
1984
1993
|
#
|
1985
1994
|
# This operation can be called only from the organization's master
|
1986
1995
|
# account.
|
1987
1996
|
#
|
1997
|
+
# If you get an exception that indicates that you exceeded your account
|
1998
|
+
# limits for the organization or that you can"t add an account because
|
1999
|
+
# your organization is still initializing, please contact [ AWS Customer
|
2000
|
+
# Support][2].
|
2001
|
+
#
|
1988
2002
|
#
|
1989
2003
|
#
|
1990
2004
|
# [1]: http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/useconsolidatedbilliing-India.html
|
2005
|
+
# [2]: https://console.aws.amazon.com/support/home#/
|
1991
2006
|
#
|
1992
2007
|
# @option params [required, Types::HandshakeParty] :target
|
1993
2008
|
# The identifier (ID) of the AWS account that you want to invite to join
|
@@ -2124,18 +2139,30 @@ module Aws::Organizations
|
|
2124
2139
|
# from successfully calling `LeaveOrganization` and leaving the
|
2125
2140
|
# organization.
|
2126
2141
|
#
|
2127
|
-
# *
|
2128
|
-
#
|
2129
|
-
#
|
2142
|
+
# * You can leave an organization as a member account only if the
|
2143
|
+
# account is configured with the information required to operate as a
|
2144
|
+
# standalone account. When you create an account in an organization
|
2145
|
+
# using the AWS Organizations console, API, or CLI commands, the
|
2146
|
+
# information required of standalone accounts is *not* automatically
|
2147
|
+
# collected. For each account that you want to make standalone, you
|
2148
|
+
# must accept the End User License Agreement (EULA), choose a support
|
2149
|
+
# plan, provide and verify the required contact information, and
|
2150
|
+
# provide a current payment method. AWS uses the payment method to
|
2151
|
+
# charge for any billable (not free tier) AWS activity that occurs
|
2152
|
+
# while the account is not attached to an organization. Follow the
|
2153
|
+
# steps at [ To leave an organization when all required account
|
2154
|
+
# information has not yet been provided][1] in the *AWS Organizations
|
2155
|
+
# User Guide*.
|
2130
2156
|
#
|
2131
2157
|
# * You can leave an organization only after you enable IAM user access
|
2132
2158
|
# to billing in your account. For more information, see [Activating
|
2133
|
-
# Access to the Billing and Cost Management Console][
|
2159
|
+
# Access to the Billing and Cost Management Console][2] in the *AWS
|
2134
2160
|
# Billing and Cost Management User Guide*.
|
2135
2161
|
#
|
2136
2162
|
#
|
2137
2163
|
#
|
2138
|
-
# [1]: http://docs.aws.amazon.com/
|
2164
|
+
# [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info
|
2165
|
+
# [2]: http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html#ControllingAccessWebsite-Activate
|
2139
2166
|
#
|
2140
2167
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2141
2168
|
#
|
@@ -3558,19 +3585,31 @@ module Aws::Organizations
|
|
3558
3585
|
# account. Member accounts can remove themselves with LeaveOrganization
|
3559
3586
|
# instead.
|
3560
3587
|
#
|
3561
|
-
# * You can remove
|
3562
|
-
#
|
3563
|
-
#
|
3564
|
-
# Organizations
|
3588
|
+
# * You can remove an account from your organization only if the account
|
3589
|
+
# is configured with the information required to operate as a
|
3590
|
+
# standalone account. When you create an account in an organization
|
3591
|
+
# using the AWS Organizations console, API, or CLI commands, the
|
3592
|
+
# information required of standalone accounts is *not* automatically
|
3593
|
+
# collected. For an account that you want to make standalone, you must
|
3594
|
+
# accept the End User License Agreement (EULA), choose a support plan,
|
3595
|
+
# provide and verify the required contact information, and provide a
|
3596
|
+
# current payment method. AWS uses the payment method to charge for
|
3597
|
+
# any billable (not free tier) AWS activity that occurs while the
|
3598
|
+
# account is not attached to an organization. To remove an account
|
3599
|
+
# that does not yet have this information, you must sign in as the
|
3600
|
+
# member account and follow the steps at [ To leave an organization
|
3601
|
+
# when all required account information has not yet been provided][1]
|
3602
|
+
# in the *AWS Organizations User Guide*.
|
3565
3603
|
#
|
3566
3604
|
# * You can remove a member account only after you enable IAM user
|
3567
3605
|
# access to billing in the member account. For more information, see
|
3568
|
-
# [Activating Access to the Billing and Cost Management Console][
|
3606
|
+
# [Activating Access to the Billing and Cost Management Console][2] in
|
3569
3607
|
# the *AWS Billing and Cost Management User Guide*.
|
3570
3608
|
#
|
3571
3609
|
#
|
3572
3610
|
#
|
3573
|
-
# [1]: http://docs.aws.amazon.com/
|
3611
|
+
# [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info
|
3612
|
+
# [2]: http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html#ControllingAccessWebsite-Activate
|
3574
3613
|
#
|
3575
3614
|
# @option params [required, String] :account_id
|
3576
3615
|
# The unique identifier (ID) of the member account that you want to
|
@@ -3819,7 +3858,7 @@ module Aws::Organizations
|
|
3819
3858
|
params: params,
|
3820
3859
|
config: config)
|
3821
3860
|
context[:gem_name] = 'aws-sdk-organizations'
|
3822
|
-
context[:gem_version] = '1.
|
3861
|
+
context[:gem_version] = '1.1.0'
|
3823
3862
|
Seahorse::Client::Request.new(handlers, context)
|
3824
3863
|
end
|
3825
3864
|
|
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.1.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: 2017-08-
|
11
|
+
date: 2017-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|