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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 76410041e1b424f1942fc52dc73e2a22d8e658e9
4
- data.tar.gz: 1f767f4dc72b40edffde3d8f402788e54d23fea0
3
+ metadata.gz: b83e1f343f8abd7cc290d8a477514430cd42c05d
4
+ data.tar.gz: 605b991aab987b8767a7d49e7776cbb45e186a5a
5
5
  SHA512:
6
- metadata.gz: 1a7b33634f2b2179f9c0194f791cc5dc00ddbb00168e3deff8a41625463b008448b9f91145b0656baf7e04a8e5c0fe2ae7b21e47093534b3f502e8425ca6d1cd
7
- data.tar.gz: 9d1b0560e198b3dc2ab9f4173c24e938368f90fdd9858ac64178b433c5a66b38b3b1402a87512b4b75690523111f03f6d243584c7c0ca4e6593fea5ff4996c5f
6
+ metadata.gz: 5723872262843227c3c6a0eed534ef2156810943972a8fb05126efe0ceeec725bd21107689a63a174b5326f1257711f9f5365d6f22725fbc7cd4e86ef56c4622
7
+ data.tar.gz: 1ba75302f673781b2aeae4e81165cbf28b41dcaa92827719332cb5af49a3d204c77efa6ebe7b69d48a1faa6a64d0b27672f2faa093d366158a790ea60af5d041
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-organizations/customizations'
42
42
  # @service
43
43
  module Aws::Organizations
44
44
 
45
- GEM_VERSION = '1.18.0'
45
+ GEM_VERSION = '1.19.0'
46
46
 
47
47
  end
@@ -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`, `ENABLE-FULL-CONTROL`, or
2967
- # `APPROVE-FULL-CONTROL`. Alternatively, for the `ENABLE-FULL-CONTROL`
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.18.0'
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
- # `ENABLE-FULL-CONTROL`, or `APPROVE-FULL-CONTROL`. Alternatively, for
1751
- # the `ENABLE-FULL-CONTROL` handshake that generates a separate child
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.18.0
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-21 00:00:00.000000000 Z
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