aws-sdk-organizations 1.39.0 → 1.40.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
- SHA1:
3
- metadata.gz: 385db324051a5f7430013c8636796991f0c38fda
4
- data.tar.gz: 643e20c975f6c71a5c0ab01a25b4b4427e90ed0d
2
+ SHA256:
3
+ metadata.gz: 603c1a3bfcaa622fd2b15c175cd786f2e884a6b3e9d2c33907cbe84b11e10d61
4
+ data.tar.gz: 7184cf058e3345a85a3d740a9749db6c35d2e04e3d2012ee33feef65dfdf3120
5
5
  SHA512:
6
- metadata.gz: bdbcba2ce829f1eacbd1aac870a3271ff7c04eadff607dc9775c27c67517dc40f4a223915ae2359a461c02fb7e2297c82bb487bc606d8d4a6cd9cdcacbce76f7
7
- data.tar.gz: dc489d49c81fdc7cdb660e320f649c5b01d5585587644603a530c51015d32c38250931b3a8b702fb5674d2935b5a50f2d0c3c9d5eeeefd2947679e377acb4292
6
+ metadata.gz: 98a86d30105e9b2b8772c17c307726e3addf90214df63e8e5734d73b2b30e7f99e3fb774a8c7740a3a3ae0c75f51ac052c1fd0c50ce861d4909be91d14beec39
7
+ data.tar.gz: 381681eb072442472eb2432007d2f9ff5abfd587e95f452afdcbd4c015ca1f4a27eede41f45cbe1e89a39e6bfca4316a8c1e818f755489481543baf0a9c6a2e9
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-organizations/customizations'
45
45
  # @service
46
46
  module Aws::Organizations
47
47
 
48
- GEM_VERSION = '1.39.0'
48
+ GEM_VERSION = '1.40.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::Organizations
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::Organizations
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -5070,7 +5070,7 @@ module Aws::Organizations
5070
5070
  params: params,
5071
5071
  config: config)
5072
5072
  context[:gem_name] = 'aws-sdk-organizations'
5073
- context[:gem_version] = '1.39.0'
5073
+ context[:gem_version] = '1.40.0'
5074
5074
  Seahorse::Client::Request.new(handlers, context)
5075
5075
  end
5076
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.39.0
4
+ version: 1.40.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-31 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - Organizations