aws-sdk-resourcegroups 1.23.0 → 1.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1e7a9e5858d665487df1a0c09502b6e6480663828bb1ef04615b63744e0b267
4
- data.tar.gz: eb6f30e3f2a95a74c371f16c854cf39dbb72c73bd8387a38919e0bfb717f6832
3
+ metadata.gz: 0a8b90741a021fa1079caa73d999eea37d6849c346ce239731c4e01749bf0b5e
4
+ data.tar.gz: 184b5444103bc7b57b75385f094bd74f8097a4125fc32f7fa04f659133ece701
5
5
  SHA512:
6
- metadata.gz: 04cda3242623ca1be2396e64ececcd2c723d1c040dbaddd78e6f8123650f9ed78b20440a766734a97672ecd5783a42ef530299be4b5233dd632faa730bf5a278
7
- data.tar.gz: a81380e1fb7abe2397d335fa9ad43954ed774549eaa5f175db9ff198a8c5aa36c053eccf4d8db1c601d69ec6b2dda032b5f3cea30edf4e05ebe05d3ad127483c
6
+ metadata.gz: fe16951f255a2ec83236152046c625996cb49613836e703489e1917fcb7182c08a477e9f009f7704d0ecf1907fe2361f3ad09c1790aa62d19a0a399443b95166
7
+ data.tar.gz: febdadc86674d0d6a1affa10533db94eaa7daa7c3baddc42d3b8e6646ffecda43b47a110f3eaf63c895847b8d036fa33cf714f5338eb18078d5f20613bdacad1
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-resourcegroups/customizations'
45
45
  # @service
46
46
  module Aws::ResourceGroups
47
47
 
48
- GEM_VERSION = '1.23.0'
48
+ GEM_VERSION = '1.24.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::ResourceGroups
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -849,7 +849,7 @@ module Aws::ResourceGroups
849
849
  params: params,
850
850
  config: config)
851
851
  context[:gem_name] = 'aws-sdk-resourcegroups'
852
- context[:gem_version] = '1.23.0'
852
+ context[:gem_version] = '1.24.0'
853
853
  Seahorse::Client::Request.new(handlers, context)
854
854
  end
855
855
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-resourcegroups
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.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-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core