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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d43ec5e40446e7b7f2b85785b6584e80fe3a8ad2356de8a1b3b2b86cbcc7002
4
- data.tar.gz: 7cc5a8bb0f66a57f432ea4ec87555eba7f479b8c310c5877165df90331ce9205
3
+ metadata.gz: e5d96097520061e6114fc6fe94babd9ae3273b6500e9c5cbb8c939da23a21074
4
+ data.tar.gz: 256abcfe182414969fc84ef97db333f39bd1951c08fa3a26be52e5b9b519c31b
5
5
  SHA512:
6
- metadata.gz: 5d903830cc7239c4838822fa3a40fb0b1fc30287e32cfaa3b7a2da23f55643c25fad3a6ac03bcfa077cead90993c3a0960f5b253cba2b291e43de167b28c9331
7
- data.tar.gz: 6ae85908925bf79fb1bd5312f17cde47dba6fe81519598d7c7b29ba93d346fd9ecdceff7180c1f724d231ed8811389219b70a33c6ff88c0b9362ade4c7ccf064
6
+ metadata.gz: 5f673ac6b433f52999e50bcc64fa72a415e819505dc30ebc719c2a495d5432ae53797269d9cd2db7e7fd0ba1f00fc8e2bcd3bbfbd8592a8fdaef7e814de35b88
7
+ data.tar.gz: 58a2113b3d5535885cf194971cd61ac9432eee25e68251083a2c2b682d12c5cfb2c9ba4e0359d023d2ecdd66a609c5542ffb726a332af456f75779821780e3c1
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-organizations/customizations'
47
47
  # @service
48
48
  module Aws::Organizations
49
49
 
50
- GEM_VERSION = '1.47.0'
50
+ GEM_VERSION = '1.48.0'
51
51
 
52
52
  end
@@ -3588,9 +3588,7 @@ module Aws::Organizations
3588
3588
  #
3589
3589
  # </note>
3590
3590
  #
3591
- # This operation can be called only from the organization's master
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.47.0'
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.47.0
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-07 00:00:00.000000000 Z
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