aws-sdk-organizations 1.45.0 → 1.46.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: b95c85194f445ac7ca32a2c1db7d9a29ce094b35a2e7e3bf640b63eb1ffaf085
4
- data.tar.gz: b865e200caf7a72cdea6388885b65b34deaeb12394d654484d02085bba37e807
3
+ metadata.gz: 8acf3103efb1db953353acd9106b2c9d627fd72df9d1a0d4571e34784cd1dcef
4
+ data.tar.gz: dba7cb5f3c6b497476fc03c7eed35cf52b5dcac4b54d4409db4d051182adc417
5
5
  SHA512:
6
- metadata.gz: 60a3a483e5b64d2bac7b172d1a57946592deec4e6723ed8bf6f55ec12ea27ddcddb447f0fd0c3e9f9764f71bd5fd6decb229cdf2f4f65132133bed0514bfdc91
7
- data.tar.gz: 7b0c7fdebd2f45d108525958d4b5a53ac4312cdb4f95984694cb9cf493bc580abf6135ebc490172bc52882eab636b6c35fa4e5243b9c77b6d1b4485f63b5b6cb
6
+ metadata.gz: b736e9938bd6db6ecfa592f7aa4d8b5b2ceb36c1dfbca0358729abbc1b83e7cbdd2e42565a9b3104611e7e7363d0d43fd2ef7808ab8dac733d286c316113618a
7
+ data.tar.gz: a99502472c5734b7614067d7ce3477cd554e216df5eaf3a471729de332b778bf441d3d60979e524b48fc1afeeac41b3e1e154bb0c118744e0c5b2eaf7d8c1afc
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-organizations/customizations'
47
47
  # @service
48
48
  module Aws::Organizations
49
49
 
50
- GEM_VERSION = '1.45.0'
50
+ GEM_VERSION = '1.46.0'
51
51
 
52
52
  end
@@ -1625,6 +1625,11 @@ module Aws::Organizations
1625
1625
  # Removes the specified member AWS account as a delegated administrator
1626
1626
  # for the specified AWS service.
1627
1627
  #
1628
+ # Deregistering a delegated administrator can have unintended impacts on
1629
+ # the functionality of the enabled AWS service. See the documentation
1630
+ # for the enabled service before you deregister a delegated
1631
+ # administrator so that you understand any potential impacts.
1632
+ #
1628
1633
  # You can run this action only for AWS services that support this
1629
1634
  # feature. For a current list of services that support it, see the
1630
1635
  # column *Supports Delegated Administrator* in the table at [AWS
@@ -5132,7 +5137,7 @@ module Aws::Organizations
5132
5137
  params: params,
5133
5138
  config: config)
5134
5139
  context[:gem_name] = 'aws-sdk-organizations'
5135
- context[:gem_version] = '1.45.0'
5140
+ context[:gem_version] = '1.46.0'
5136
5141
  Seahorse::Client::Request.new(handlers, context)
5137
5142
  end
5138
5143
 
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.45.0
4
+ version: 1.46.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-07-08 00:00:00.000000000 Z
11
+ date: 2020-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core