aws-sdk-acm 1.30.0 → 1.31.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: 8b863e38c345284f47114cb7c2021a100e29cb46246dbcc323b7ccc2c985d66b
4
- data.tar.gz: 2d1ff67a880072b3d7fe3fcb9e8aa9f0bf43734ee619019e2dcbf9d6d487f2b9
3
+ metadata.gz: 475f89f1b601b8d7a9843e9a9a4e5387363df3f7a54e40394cc9ec72fe833914
4
+ data.tar.gz: 66c928ba717346046d42269e051d4fed2f5a20e91a446dea9b6ab223c425edde
5
5
  SHA512:
6
- metadata.gz: 2830288e9769a04f1a2b4231eb1ed45ecce356442698cbbc8b4aa2cc7861358694eb869eeda4219ea5b6a19730cdf6b542fe6c951cd6634121aa879e94d2a8ac
7
- data.tar.gz: 6eef1072a0cc6e80b6cbaab77ad069e92984579689d582d27ec7ff0a26ebcec3ac9efd64eae46bf6a93ac1aa5a3b6e5c3ddb9fdebfbbf6bb52c58e6efdcf9bc4
6
+ metadata.gz: 73716fc67b4bc311998c912e73db074f0b01626b5761ee05571f74baf92bd881e566b088699057454abab020e44396a16d96b7a68e976ce33c37eb0ee95a2774
7
+ data.tar.gz: 931adb2754e328e53afa81ea091b0a6f900f8699af5aad1345b2cac26a6e5a07c3415df248bf72a6e41c8199c3f434579ac3afa51676aa5d881d6fbac7294f7c
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-acm/customizations'
46
46
  # @service
47
47
  module Aws::ACM
48
48
 
49
- GEM_VERSION = '1.30.0'
49
+ GEM_VERSION = '1.31.0'
50
50
 
51
51
  end
@@ -176,7 +176,7 @@ module Aws::ACM
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.
@@ -1214,7 +1214,7 @@ module Aws::ACM
1214
1214
  params: params,
1215
1215
  config: config)
1216
1216
  context[:gem_name] = 'aws-sdk-acm'
1217
- context[:gem_version] = '1.30.0'
1217
+ context[:gem_version] = '1.31.0'
1218
1218
  Seahorse::Client::Request.new(handlers, context)
1219
1219
  end
1220
1220
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-acm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.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