aws-sdk-organizations 1.3.0 → 1.4.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: 2b791c5f08ca13db008171bc38201318355bed37
4
- data.tar.gz: bc1dcde0d4036ab2b5879628ed5e3676acd467c1
3
+ metadata.gz: 26225ca68e367ad06ed8f3e801dfeba0cb25b89e
4
+ data.tar.gz: b5ffd27222467eb56bc8587d1933f16d3895b756
5
5
  SHA512:
6
- metadata.gz: b1a98972e265d61ad80415de2e0081a9f80168189762ae56aa8f21a4af01bfc485cdbe7efe7aa8c8acbca49c9f54fe2a8160bddcba3836bb3770d169116e2cee
7
- data.tar.gz: b93a72071b7fcc8e758ea35b55b1b59ce6e46772eceacf3154bf54414845f00cbb1a6f3f5a8152fd1aa7d43a738dc0bf97e3eee6a1d638a80bc604b64d36b881
6
+ metadata.gz: 4d33c274d77b6ed18b20e3c5e06173a4278d02314c0999e716e8c2c99919d99fa147f6d7d777ba314eb7cd6945d25cce74dbb72e964b03c5b1ca85fe3e0fad09
7
+ data.tar.gz: b50e61e01950d751f9342751e89397276d411546ffce239e58cd493077fa00b1a7b024a889eca4e5269142189d9f68e911a1ee4df3f3f7de37efbe806f121917
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-organizations/customizations'
42
42
  # @service
43
43
  module Aws::Organizations
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -1746,7 +1746,7 @@ module Aws::Organizations
1746
1746
  #
1747
1747
  # @option params [required, String] :root_id
1748
1748
  # The unique identifier (ID) of the root in which you want to disable a
1749
- # policy type. You can get the ID from the ListPolicies operation.
1749
+ # policy type. You can get the ID from the ListRoots operation.
1750
1750
  #
1751
1751
  # The [regex pattern][1] for a root ID string requires "r-" followed
1752
1752
  # by from 4 to 32 lower-case letters or digits.
@@ -2104,8 +2104,8 @@ module Aws::Organizations
2104
2104
  #
2105
2105
  # resp = client.invite_account_to_organization({
2106
2106
  # target: { # required
2107
- # id: "HandshakePartyId",
2108
- # type: "ACCOUNT", # accepts ACCOUNT, ORGANIZATION, EMAIL
2107
+ # id: "HandshakePartyId", # required
2108
+ # type: "ACCOUNT", # required, accepts ACCOUNT, ORGANIZATION, EMAIL
2109
2109
  # },
2110
2110
  # notes: "HandshakeNotes",
2111
2111
  # })
@@ -3876,7 +3876,7 @@ module Aws::Organizations
3876
3876
  params: params,
3877
3877
  config: config)
3878
3878
  context[:gem_name] = 'aws-sdk-organizations'
3879
- context[:gem_version] = '1.3.0'
3879
+ context[:gem_version] = '1.4.0'
3880
3880
  Seahorse::Client::Request.new(handlers, context)
3881
3881
  end
3882
3882
 
@@ -358,8 +358,8 @@ module Aws::Organizations
358
358
 
359
359
  HandshakeParties.member = Shapes::ShapeRef.new(shape: HandshakeParty)
360
360
 
361
- HandshakeParty.add_member(:id, Shapes::ShapeRef.new(shape: HandshakePartyId, location_name: "Id"))
362
- HandshakeParty.add_member(:type, Shapes::ShapeRef.new(shape: HandshakePartyType, location_name: "Type"))
361
+ HandshakeParty.add_member(:id, Shapes::ShapeRef.new(shape: HandshakePartyId, required: true, location_name: "Id"))
362
+ HandshakeParty.add_member(:type, Shapes::ShapeRef.new(shape: HandshakePartyType, required: true, location_name: "Type"))
363
363
  HandshakeParty.struct_class = Types::HandshakeParty
364
364
 
365
365
  HandshakeResource.add_member(:value, Shapes::ShapeRef.new(shape: HandshakeResourceValue, location_name: "Value"))
@@ -947,7 +947,7 @@ module Aws::Organizations
947
947
  #
948
948
  # @!attribute [rw] root_id
949
949
  # The unique identifier (ID) of the root in which you want to disable
950
- # a policy type. You can get the ID from the ListPolicies operation.
950
+ # a policy type. You can get the ID from the ListRoots operation.
951
951
  #
952
952
  # The [regex pattern][1] for a root ID string requires "r-" followed
953
953
  # by from 4 to 32 lower-case letters or digits.
@@ -1191,8 +1191,8 @@ module Aws::Organizations
1191
1191
  # data as a hash:
1192
1192
  #
1193
1193
  # {
1194
- # id: "HandshakePartyId",
1195
- # type: "ACCOUNT", # accepts ACCOUNT, ORGANIZATION, EMAIL
1194
+ # id: "HandshakePartyId", # required
1195
+ # type: "ACCOUNT", # required, accepts ACCOUNT, ORGANIZATION, EMAIL
1196
1196
  # }
1197
1197
  #
1198
1198
  # @!attribute [rw] id
@@ -1266,8 +1266,8 @@ module Aws::Organizations
1266
1266
  #
1267
1267
  # {
1268
1268
  # target: { # required
1269
- # id: "HandshakePartyId",
1270
- # type: "ACCOUNT", # accepts ACCOUNT, ORGANIZATION, EMAIL
1269
+ # id: "HandshakePartyId", # required
1270
+ # type: "ACCOUNT", # required, accepts ACCOUNT, ORGANIZATION, EMAIL
1271
1271
  # },
1272
1272
  # notes: "HandshakeNotes",
1273
1273
  # }
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.3.0
4
+ version: 1.4.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-14 00:00:00.000000000 Z
11
+ date: 2017-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core