aws-sdk-organizations 1.16.0 → 1.17.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef60b834ae38c5e15d8185c5050dc734ec3ca16f
4
- data.tar.gz: d5d4c472c1f737ea67a1787e201940124e7a63e8
3
+ metadata.gz: 6ec7a2dc3b2a04433f8f5543a500103aa0d557cb
4
+ data.tar.gz: 3fa5af2ee06801ba8c279224906da4bb774f338a
5
5
  SHA512:
6
- metadata.gz: 2d3f2fd050401d80fa16e0cb6f01638c14f6ebca6e73f17fe6837a9f88462103a65405a1dfb30a745a08d2fd1464836891f37a68f1aa53e2fbdcde0865b51fe8
7
- data.tar.gz: 1080b2c9027e451e9d565625faee8f1e2425943d9e539d4d1ea0f0872e33bbc7db3c4ec990135af5578d00a0019ceb6ce5be0ec469c090adb6f95f9c48bcc9db
6
+ metadata.gz: '05088facaf562631befe2fcf9ac5030c050d83946bcab38ca0cec7494105fa495d523107a98a80e9fc1bad4e3f7a3ff25f79fddc2108c453d83fae5bc79de0d4'
7
+ data.tar.gz: 27fcae6fdd200564ac69f7121d475b06521e1137eba4d9189b9ddfaa7d6356fc000f4d976003d371e21dc396452653258d92a147061e5f91626653778f159548
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-organizations/customizations'
42
42
  # @service
43
43
  module Aws::Organizations
44
44
 
45
- GEM_VERSION = '1.16.0'
45
+ GEM_VERSION = '1.17.0'
46
46
 
47
47
  end
@@ -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][6].
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/awsaccountbilling/latest/aboutv2/grantaccess.html
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 Billing][1] in the *AWS Organizations
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.16.0'
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 Billing][1] in the *AWS
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.16.0
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-20 00:00:00.000000000 Z
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