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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c922925e4920d3edfd8b97621bbf412a784b1697
4
- data.tar.gz: 7b85061fe5f6fd8f39cf487747bc88243b24c1f1
3
+ metadata.gz: 2b791c5f08ca13db008171bc38201318355bed37
4
+ data.tar.gz: bc1dcde0d4036ab2b5879628ed5e3676acd467c1
5
5
  SHA512:
6
- metadata.gz: 131d32e96e82f324bace905c4127be6bede1377137358e58c184809b4d8a6b741e6c2f7c267489b9c9fd85cda6680de9ef43ec28be172976d4ada1821d377bb9
7
- data.tar.gz: 6de87a072b0031554b7802f1e308df7683401657015ef420d9302639b1862847d48615b1b3884f3044be58a8e2be76d8237ddc507b165e36d700b788c5353f4b
6
+ metadata.gz: b1a98972e265d61ad80415de2e0081a9f80168189762ae56aa8f21a4af01bfc485cdbe7efe7aa8c8acbca49c9f54fe2a8160bddcba3836bb3770d169116e2cee
7
+ data.tar.gz: b93a72071b7fcc8e758ea35b55b1b59ce6e46772eceacf3154bf54414845f00cbb1a6f3f5a8152fd1aa7d43a738dc0bf97e3eee6a1d638a80bc604b64d36b881
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-organizations/customizations'
42
42
  # @service
43
43
  module Aws::Organizations
44
44
 
45
- GEM_VERSION = '1.2.0'
45
+ GEM_VERSION = '1.3.0'
46
46
 
47
47
  end
@@ -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 poicy of 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 id=123456789012,type=ACCOUNT`
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 id=bill@example.com,type=EMAIL`
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.2.0'
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 id=123456789012,type=ACCOUNT`
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 id=bill@example.com,type=EMAIL`
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.2.0
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-13 00:00:00.000000000 Z
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