aws-sdk-organizations 1.38.0 → 1.39.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
  SHA1:
3
- metadata.gz: 3c32fbb5fc4cb1e3eed5d05c06f4c8913839fcaf
4
- data.tar.gz: fd158e8f0f27455aa368031e70f4f3d0fbe98f6b
3
+ metadata.gz: 385db324051a5f7430013c8636796991f0c38fda
4
+ data.tar.gz: 643e20c975f6c71a5c0ab01a25b4b4427e90ed0d
5
5
  SHA512:
6
- metadata.gz: e44f57b020eed187539027f0277ec4656a7d1b65fc9a170e0197a18d71819be3646dd4a114607ed392c7cba3ebd91ec852e1f89f66bb6ca5a0a9093ac3225467
7
- data.tar.gz: ff68051eb15814cf07a043050099db87be93e75229c0689c43d81f8d70431379a51a5f7afff9cdac2aa5c497dedd3ebaf2079167dc258463ff634899cc7ade41
6
+ metadata.gz: bdbcba2ce829f1eacbd1aac870a3271ff7c04eadff607dc9775c27c67517dc40f4a223915ae2359a461c02fb7e2297c82bb487bc606d8d4a6cd9cdcacbce76f7
7
+ data.tar.gz: dc489d49c81fdc7cdb660e320f649c5b01d5585587644603a530c51015d32c38250931b3a8b702fb5674d2935b5a50f2d0c3c9d5eeeefd2947679e377acb4292
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-organizations/customizations'
45
45
  # @service
46
46
  module Aws::Organizations
47
47
 
48
- GEM_VERSION = '1.38.0'
48
+ GEM_VERSION = '1.39.0'
49
49
 
50
50
  end
@@ -279,8 +279,7 @@ module Aws::Organizations
279
279
  #
280
280
  # @option options [Integer] :http_read_timeout (60) The default
281
281
  # number of seconds to wait for response data. This value can
282
- # safely be set
283
- # per-request on the session yielded by {#session_for}.
282
+ # safely be set per-request on the session.
284
283
  #
285
284
  # @option options [Float] :http_idle_timeout (5) The number of
286
285
  # seconds a connection is allowed to sit idle before it is
@@ -292,7 +291,7 @@ module Aws::Organizations
292
291
  # request body. This option has no effect unless the request has
293
292
  # "Expect" header set to "100-continue". Defaults to `nil` which
294
293
  # disables this behaviour. This value can safely be set per
295
- # request on the session yielded by {#session_for}.
294
+ # request on the session.
296
295
  #
297
296
  # @option options [Boolean] :http_wire_trace (false) When `true`,
298
297
  # HTTP debug output will be sent to the `:logger`.
@@ -1646,8 +1645,9 @@ module Aws::Organizations
1646
1645
  # for the specified AWS service.
1647
1646
  #
1648
1647
  # You can run this action only for AWS services that support this
1649
- # feature. For a current list of services that support it, see [AWS
1650
- # Services That Support Using Delegated Administrators][1] in the *AWS
1648
+ # feature. For a current list of services that support it, see the
1649
+ # column *Supports Delegated Administrator* in the table at [AWS
1650
+ # Services that you can use with AWS Organizations][1] in the *AWS
1651
1651
  # Organizations User Guide.*
1652
1652
  #
1653
1653
  # This operation can be called only from the organization's master
@@ -1655,7 +1655,7 @@ module Aws::Organizations
1655
1655
  #
1656
1656
  #
1657
1657
  #
1658
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrated-services-list.html#services-that-support-delegated-admin
1658
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrated-services-list.html
1659
1659
  #
1660
1660
  # @option params [required, String] :account_id
1661
1661
  # The account ID number of the member account in the organization that
@@ -4681,8 +4681,9 @@ module Aws::Organizations
4681
4681
  # permissions to access and administer the AWS service.
4682
4682
  #
4683
4683
  # You can run this action only for AWS services that support this
4684
- # feature. For a current list of services that support it, see [AWS
4685
- # Services That Support Using Delegated Administrators][1] in the *AWS
4684
+ # feature. For a current list of services that support it, see the
4685
+ # column *Supports Delegated Administrator* in the table at [AWS
4686
+ # Services that you can use with AWS Organizations][1] in the *AWS
4686
4687
  # Organizations User Guide.*
4687
4688
  #
4688
4689
  # This operation can be called only from the organization's master
@@ -4690,7 +4691,7 @@ module Aws::Organizations
4690
4691
  #
4691
4692
  #
4692
4693
  #
4693
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrated-services-list.html#services-that-support-delegated-admin
4694
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrated-services-list.html
4694
4695
  #
4695
4696
  # @option params [required, String] :account_id
4696
4697
  # The account ID number of the member account in the organization to
@@ -5069,7 +5070,7 @@ module Aws::Organizations
5069
5070
  params: params,
5070
5071
  config: config)
5071
5072
  context[:gem_name] = 'aws-sdk-organizations'
5072
- context[:gem_version] = '1.38.0'
5073
+ context[:gem_version] = '1.39.0'
5073
5074
  Seahorse::Client::Request.new(handlers, context)
5074
5075
  end
5075
5076
 
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.38.0
4
+ version: 1.39.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-03-24 00:00:00.000000000 Z
11
+ date: 2020-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core