aws-sdk-organizations 1.18.0 → 1.19.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 +3 -3
- data/lib/aws-sdk-organizations/types.rb +2 -2
- 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: b83e1f343f8abd7cc290d8a477514430cd42c05d
|
|
4
|
+
data.tar.gz: 605b991aab987b8767a7d49e7776cbb45e186a5a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5723872262843227c3c6a0eed534ef2156810943972a8fb05126efe0ceeec725bd21107689a63a174b5326f1257711f9f5365d6f22725fbc7cd4e86ef56c4622
|
|
7
|
+
data.tar.gz: 1ba75302f673781b2aeae4e81165cbf28b41dcaa92827719332cb5af49a3d204c77efa6ebe7b69d48a1faa6a64d0b27672f2faa093d366158a790ea60af5d041
|
|
@@ -2963,8 +2963,8 @@ module Aws::Organizations
|
|
|
2963
2963
|
# @option params [Types::HandshakeFilter] :filter
|
|
2964
2964
|
# Filters the handshakes that you want included in the response. The
|
|
2965
2965
|
# default is all types. Use the `ActionType` element to limit the output
|
|
2966
|
-
# to only a specified type, such as `INVITE`, `
|
|
2967
|
-
# `
|
|
2966
|
+
# to only a specified type, such as `INVITE`, `ENABLE_ALL_FEATURES`, or
|
|
2967
|
+
# `APPROVE_ALL_FEATURES`. Alternatively, for the `ENABLE_ALL_FEATURES`
|
|
2968
2968
|
# handshake that generates a separate child handshake for each member
|
|
2969
2969
|
# account, you can specify `ParentHandshakeId` to see only the
|
|
2970
2970
|
# handshakes that were generated by that parent request.
|
|
@@ -4279,7 +4279,7 @@ module Aws::Organizations
|
|
|
4279
4279
|
params: params,
|
|
4280
4280
|
config: config)
|
|
4281
4281
|
context[:gem_name] = 'aws-sdk-organizations'
|
|
4282
|
-
context[:gem_version] = '1.
|
|
4282
|
+
context[:gem_version] = '1.19.0'
|
|
4283
4283
|
Seahorse::Client::Request.new(handlers, context)
|
|
4284
4284
|
end
|
|
4285
4285
|
|
|
@@ -1747,8 +1747,8 @@ module Aws::Organizations
|
|
|
1747
1747
|
# Filters the handshakes that you want included in the response. The
|
|
1748
1748
|
# default is all types. Use the `ActionType` element to limit the
|
|
1749
1749
|
# output to only a specified type, such as `INVITE`,
|
|
1750
|
-
# `
|
|
1751
|
-
# the `
|
|
1750
|
+
# `ENABLE_ALL_FEATURES`, or `APPROVE_ALL_FEATURES`. Alternatively, for
|
|
1751
|
+
# the `ENABLE_ALL_FEATURES` handshake that generates a separate child
|
|
1752
1752
|
# handshake for each member account, you can specify
|
|
1753
1753
|
# `ParentHandshakeId` to see only the handshakes that were generated
|
|
1754
1754
|
# by that parent request.
|
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.19.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: 2019-02-
|
|
11
|
+
date: 2019-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|