aws-sdk-organizations 1.5.0 → 1.6.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: dc66325a44d08ae413f6ac5a15f390bfdd84bb03
4
- data.tar.gz: f5ffdfaf27fbae9bf009d4afc463e46cf95cb485
3
+ metadata.gz: 7397380856989b10e38314681e051aeebca83d3c
4
+ data.tar.gz: 87f036cc703cc0a1687e7671cc04c593779c6c12
5
5
  SHA512:
6
- metadata.gz: 3802f6d5a3e22d22dd121eff633442087809c7571ffb4aa0e3ab2963d6a4c5718758906aac5ccdb26a2f887de4ab43b0b96e064176480dbf24e5b8d9821a6a87
7
- data.tar.gz: cd65ecd208e846fa9dbf9fda64e048e9ec74ed536e5bb0d71ce563fbe94935703f1ce5a56ca40633bc31acce8f7a4e06545f98400ddb35cdecbb214ee808bbb5
6
+ metadata.gz: 38f5a0a2f9c0c5b963315ef1bd65ff57b5d05fc658f641dcc56bdd47319caadd71aa609af4104222b5ab5d6258f4c7dae2cfe61ffd3aee52b5b06309a12992a8
7
+ data.tar.gz: 017385a27eada0b82d53b07da8cd6a5d930423260ad735aab54426e6fbc9fe89c7e7d2e28e8dabd9a8c96d4b4d87152f253fe6d068d71af93176bd7e37c09d33
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-organizations/customizations'
42
42
  # @service
43
43
  module Aws::Organizations
44
44
 
45
- GEM_VERSION = '1.5.0'
45
+ GEM_VERSION = '1.6.0'
46
46
 
47
47
  end
@@ -549,13 +549,14 @@ module Aws::Organizations
549
549
  # The user in the master account who calls this API must also have the
550
550
  # `iam:CreateRole` permission because AWS Organizations preconfigures
551
551
  # the new member account with a role (named
552
- # `OrganizationAccountAccessRole` by default) that grants users in the
553
- # master account administrator permissions in the new member account.
552
+ # `OrganizationAccountAccessRole`) that grants users in the master
553
+ # account administrator permissions in the new member account.
554
554
  # Principals in the master account can assume the role. AWS
555
555
  # Organizations clones the company name and address information for the
556
556
  # new account from the organization's master account.
557
557
  #
558
- #
558
+ # This operation can be called only from the organization's master
559
+ # account.
559
560
  #
560
561
  # For more information about creating accounts, see [Creating an AWS
561
562
  # Account in Your Organization][2] in the *AWS Organizations User
@@ -582,9 +583,6 @@ module Aws::Organizations
582
583
  #
583
584
  # </note>
584
585
  #
585
- # This operation can be called only from the organization's master
586
- # account.
587
- #
588
586
  # If you get an exception that indicates that you exceeded your account
589
587
  # limits for the organization or that you can"t add an account because
590
588
  # your organization is still initializing, please contact [ AWS Customer
@@ -2332,6 +2330,9 @@ module Aws::Organizations
2332
2330
  # and not in any child OUs. To get a list of all accounts in the
2333
2331
  # organization, use the ListAccounts operation.
2334
2332
  #
2333
+ # This operation can be called only from the organization's master
2334
+ # account.
2335
+ #
2335
2336
  # @option params [required, String] :parent_id
2336
2337
  # The unique identifier (ID) for the parent root or organization unit
2337
2338
  # (OU) whose accounts you want to list.
@@ -2425,6 +2426,9 @@ module Aws::Organizations
2425
2426
  # parent OU or root. This operation, along with ListParents enables you
2426
2427
  # to traverse the tree structure that makes up this root.
2427
2428
  #
2429
+ # This operation can be called only from the organization's master
2430
+ # account.
2431
+ #
2428
2432
  # @option params [required, String] :parent_id
2429
2433
  # The unique identifier (ID) for the parent root or OU whose children
2430
2434
  # you want to list.
@@ -3900,7 +3904,7 @@ module Aws::Organizations
3900
3904
  params: params,
3901
3905
  config: config)
3902
3906
  context[:gem_name] = 'aws-sdk-organizations'
3903
- context[:gem_version] = '1.5.0'
3907
+ context[:gem_version] = '1.6.0'
3904
3908
  Seahorse::Client::Request.new(handlers, context)
3905
3909
  end
3906
3910
 
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.5.0
4
+ version: 1.6.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-10-23 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core