aws-sdk-organizations 1.16.0 → 1.17.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 +12 -4
- data/lib/aws-sdk-organizations/types.rb +1 -1
- 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: 6ec7a2dc3b2a04433f8f5543a500103aa0d557cb
|
4
|
+
data.tar.gz: 3fa5af2ee06801ba8c279224906da4bb774f338a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '05088facaf562631befe2fcf9ac5030c050d83946bcab38ca0cec7494105fa495d523107a98a80e9fc1bad4e3f7a3ff25f79fddc2108c453d83fae5bc79de0d4'
|
7
|
+
data.tar.gz: 27fcae6fdd200564ac69f7121d475b06521e1137eba4d9189b9ddfaa7d6356fc000f4d976003d371e21dc396452653258d92a147061e5f91626653778f159548
|
@@ -646,6 +646,13 @@ module Aws::Organizations
|
|
646
646
|
# because your organization is still initializing, wait one hour and
|
647
647
|
# then try again. If the error persists, contact [AWS Support][5].
|
648
648
|
#
|
649
|
+
# * Using CreateAccount to create multiple temporary accounts is not
|
650
|
+
# recommended. You can only close an account from the Billing and Cost
|
651
|
+
# Management Console, and you must be signed in as the root user. For
|
652
|
+
# information on the requirements and process for closing an account,
|
653
|
+
# see [Closing an AWS Account][6] in the *AWS Organizations User
|
654
|
+
# Guide*.
|
655
|
+
#
|
649
656
|
# <note markdown="1"> When you create a member account with this operation, you can choose
|
650
657
|
# whether to create the account with the **IAM User and Role Access to
|
651
658
|
# Billing Information** switch enabled. If you enable it, IAM users and
|
@@ -653,7 +660,7 @@ module Aws::Organizations
|
|
653
660
|
# for the account. If you disable it, only the account root user can
|
654
661
|
# access billing information. For information about how to disable this
|
655
662
|
# switch for an account, see [Granting Access to Your Billing
|
656
|
-
# Information and Tools][
|
663
|
+
# Information and Tools][7].
|
657
664
|
#
|
658
665
|
# </note>
|
659
666
|
#
|
@@ -664,7 +671,8 @@ module Aws::Organizations
|
|
664
671
|
# [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html
|
665
672
|
# [4]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info
|
666
673
|
# [5]: https://console.aws.amazon.com/support/home#/
|
667
|
-
# [6]: http://docs.aws.amazon.com/
|
674
|
+
# [6]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_close.html
|
675
|
+
# [7]: http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html
|
668
676
|
#
|
669
677
|
# @option params [required, String] :email
|
670
678
|
# The email address of the owner to assign to the new member account.
|
@@ -800,7 +808,7 @@ module Aws::Organizations
|
|
800
808
|
#
|
801
809
|
# * *CONSOLIDATED\_BILLING*\: All member accounts have their bills
|
802
810
|
# consolidated to and paid by the master account. For more
|
803
|
-
# information, see [Consolidated
|
811
|
+
# information, see [Consolidated billing][1] in the *AWS Organizations
|
804
812
|
# User Guide*.
|
805
813
|
#
|
806
814
|
# * *ALL*\: In addition to all the features supported by the
|
@@ -4270,7 +4278,7 @@ module Aws::Organizations
|
|
4270
4278
|
params: params,
|
4271
4279
|
config: config)
|
4272
4280
|
context[:gem_name] = 'aws-sdk-organizations'
|
4273
|
-
context[:gem_version] = '1.
|
4281
|
+
context[:gem_version] = '1.17.0'
|
4274
4282
|
Seahorse::Client::Request.new(handlers, context)
|
4275
4283
|
end
|
4276
4284
|
|
@@ -436,7 +436,7 @@ module Aws::Organizations
|
|
436
436
|
#
|
437
437
|
# * *CONSOLIDATED\_BILLING*\: All member accounts have their bills
|
438
438
|
# consolidated to and paid by the master account. For more
|
439
|
-
# information, see [Consolidated
|
439
|
+
# information, see [Consolidated billing][1] in the *AWS
|
440
440
|
# Organizations User Guide*.
|
441
441
|
#
|
442
442
|
# * *ALL*\: In addition to all the features supported by the
|
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.17.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: 2018-
|
11
|
+
date: 2018-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|