aws-sdk-organizations 1.47.0 → 1.48.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-organizations.rb +1 -1
- data/lib/aws-sdk-organizations/client.rb +2 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5d96097520061e6114fc6fe94babd9ae3273b6500e9c5cbb8c939da23a21074
|
4
|
+
data.tar.gz: 256abcfe182414969fc84ef97db333f39bd1951c08fa3a26be52e5b9b519c31b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f673ac6b433f52999e50bcc64fa72a415e819505dc30ebc719c2a495d5432ae53797269d9cd2db7e7fd0ba1f00fc8e2bcd3bbfbd8592a8fdaef7e814de35b88
|
7
|
+
data.tar.gz: 58a2113b3d5535885cf194971cd61ac9432eee25e68251083a2c2b682d12c5cfb2c9ba4e0359d023d2ecdd66a609c5542ffb726a332af456f75779821780e3c1
|
@@ -3588,9 +3588,7 @@ module Aws::Organizations
|
|
3588
3588
|
#
|
3589
3589
|
# </note>
|
3590
3590
|
#
|
3591
|
-
# This operation can be called
|
3592
|
-
# account or by a member account that is a delegated administrator for
|
3593
|
-
# an AWS service.
|
3591
|
+
# This operation can be called from any account in the organization.
|
3594
3592
|
#
|
3595
3593
|
# @option params [Types::HandshakeFilter] :filter
|
3596
3594
|
# Filters the handshakes that you want included in the response. The
|
@@ -5137,7 +5135,7 @@ module Aws::Organizations
|
|
5137
5135
|
params: params,
|
5138
5136
|
config: config)
|
5139
5137
|
context[:gem_name] = 'aws-sdk-organizations'
|
5140
|
-
context[:gem_version] = '1.
|
5138
|
+
context[:gem_version] = '1.48.0'
|
5141
5139
|
Seahorse::Client::Request.new(handlers, context)
|
5142
5140
|
end
|
5143
5141
|
|
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.48.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: 2020-08-
|
11
|
+
date: 2020-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|