aws-sdk-organizations 1.2.0 → 1.3.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 +8 -6
- data/lib/aws-sdk-organizations/types.rb +5 -3
- 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: 2b791c5f08ca13db008171bc38201318355bed37
|
4
|
+
data.tar.gz: bc1dcde0d4036ab2b5879628ed5e3676acd467c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1a98972e265d61ad80415de2e0081a9f80168189762ae56aa8f21a4af01bfc485cdbe7efe7aa8c8acbca49c9f54fe2a8160bddcba3836bb3770d169116e2cee
|
7
|
+
data.tar.gz: b93a72071b7fcc8e758ea35b55b1b59ce6e46772eceacf3154bf54414845f00cbb1a6f3f5a8152fd1aa7d43a738dc0bf97e3eee6a1d638a80bc604b64d36b881
|
@@ -577,7 +577,9 @@ module Aws::Organizations
|
|
577
577
|
# @option params [required, String] :email
|
578
578
|
# The email address of the owner to assign to the new member account.
|
579
579
|
# This email address must not already be associated with another AWS
|
580
|
-
# account.
|
580
|
+
# account. You must use a valid email address to complete account
|
581
|
+
# creation. You cannot access the root user of the account or remove an
|
582
|
+
# account that was created with an invalid email address.
|
581
583
|
#
|
582
584
|
# @option params [required, String] :account_name
|
583
585
|
# The friendly name of the member account.
|
@@ -1732,8 +1734,8 @@ module Aws::Organizations
|
|
1732
1734
|
req.send_request(options)
|
1733
1735
|
end
|
1734
1736
|
|
1735
|
-
# Disables an organizational control policy type in a root. A
|
1736
|
-
# certain type can be attached to entities in a root only if that type
|
1737
|
+
# Disables an organizational control policy type in a root. A policy of
|
1738
|
+
# a certain type can be attached to entities in a root only if that type
|
1737
1739
|
# is enabled in the root. After you perform this operation, you no
|
1738
1740
|
# longer can attach policies of the specified type to that root or to
|
1739
1741
|
# any OU or account in that root. You can undo this by using the
|
@@ -2021,14 +2023,14 @@ module Aws::Organizations
|
|
2021
2023
|
# If you use the AWS CLI, you can submit this as a single string,
|
2022
2024
|
# similar to the following example:
|
2023
2025
|
#
|
2024
|
-
# `--target
|
2026
|
+
# `--target Id=123456789012,Type=ACCOUNT`
|
2025
2027
|
#
|
2026
2028
|
# If you specify `"Type": "ACCOUNT"`, then you must provide the AWS
|
2027
2029
|
# account ID number as the `Id`. If you specify `"Type": "EMAIL"`, then
|
2028
2030
|
# you must specify the email address that is associated with the
|
2029
2031
|
# account.
|
2030
2032
|
#
|
2031
|
-
# `--target
|
2033
|
+
# `--target Id=bill@example.com,Type=EMAIL`
|
2032
2034
|
#
|
2033
2035
|
# @option params [String] :notes
|
2034
2036
|
# Additional information that you want to include in the generated email
|
@@ -3874,7 +3876,7 @@ module Aws::Organizations
|
|
3874
3876
|
params: params,
|
3875
3877
|
config: config)
|
3876
3878
|
context[:gem_name] = 'aws-sdk-organizations'
|
3877
|
-
context[:gem_version] = '1.
|
3879
|
+
context[:gem_version] = '1.3.0'
|
3878
3880
|
Seahorse::Client::Request.new(handlers, context)
|
3879
3881
|
end
|
3880
3882
|
|
@@ -253,7 +253,9 @@ module Aws::Organizations
|
|
253
253
|
# @!attribute [rw] email
|
254
254
|
# The email address of the owner to assign to the new member account.
|
255
255
|
# This email address must not already be associated with another AWS
|
256
|
-
# account.
|
256
|
+
# account. You must use a valid email address to complete account
|
257
|
+
# creation. You cannot access the root user of the account or remove
|
258
|
+
# an account that was created with an invalid email address.
|
257
259
|
# @return [String]
|
258
260
|
#
|
259
261
|
# @!attribute [rw] account_name
|
@@ -1280,14 +1282,14 @@ module Aws::Organizations
|
|
1280
1282
|
# If you use the AWS CLI, you can submit this as a single string,
|
1281
1283
|
# similar to the following example:
|
1282
1284
|
#
|
1283
|
-
# `--target
|
1285
|
+
# `--target Id=123456789012,Type=ACCOUNT`
|
1284
1286
|
#
|
1285
1287
|
# If you specify `"Type": "ACCOUNT"`, then you must provide the AWS
|
1286
1288
|
# account ID number as the `Id`. If you specify `"Type": "EMAIL"`,
|
1287
1289
|
# then you must specify the email address that is associated with the
|
1288
1290
|
# account.
|
1289
1291
|
#
|
1290
|
-
# `--target
|
1292
|
+
# `--target Id=bill@example.com,Type=EMAIL`
|
1291
1293
|
# @return [Types::HandshakeParty]
|
1292
1294
|
#
|
1293
1295
|
# @!attribute [rw] notes
|
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.3.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-09-
|
11
|
+
date: 2017-09-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|