aws-sdk-organizations 1.3.0 → 1.4.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26225ca68e367ad06ed8f3e801dfeba0cb25b89e
|
4
|
+
data.tar.gz: b5ffd27222467eb56bc8587d1933f16d3895b756
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d33c274d77b6ed18b20e3c5e06173a4278d02314c0999e716e8c2c99919d99fa147f6d7d777ba314eb7cd6945d25cce74dbb72e964b03c5b1ca85fe3e0fad09
|
7
|
+
data.tar.gz: b50e61e01950d751f9342751e89397276d411546ffce239e58cd493077fa00b1a7b024a889eca4e5269142189d9f68e911a1ee4df3f3f7de37efbe806f121917
|
@@ -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
|
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.
|
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
|
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.
|
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-
|
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
|