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 +4 -4
- data/lib/aws-sdk-organizations.rb +1 -1
- data/lib/aws-sdk-organizations/client.rb +11 -7
- 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: 7397380856989b10e38314681e051aeebca83d3c
|
|
4
|
+
data.tar.gz: 87f036cc703cc0a1687e7671cc04c593779c6c12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 38f5a0a2f9c0c5b963315ef1bd65ff57b5d05fc658f641dcc56bdd47319caadd71aa609af4104222b5ab5d6258f4c7dae2cfe61ffd3aee52b5b06309a12992a8
|
|
7
|
+
data.tar.gz: 017385a27eada0b82d53b07da8cd6a5d930423260ad735aab54426e6fbc9fe89c7e7d2e28e8dabd9a8c96d4b4d87152f253fe6d068d71af93176bd7e37c09d33
|
|
@@ -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`
|
|
553
|
-
#
|
|
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.
|
|
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.
|
|
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-
|
|
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
|