aws-sdk-pinpointsmsvoice 1.15.0 → 1.16.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 +4 -4
- data/lib/aws-sdk-pinpointsmsvoice.rb +1 -1
- data/lib/aws-sdk-pinpointsmsvoice/client.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b67182fa0f630b49eeba9a18298cf2192753a9001ddc73daf9c04a751997e7c
|
4
|
+
data.tar.gz: 507b3a556cf1c9f36bcd1badc203ec73d6f684c7c7fa63e2882a4058222feb5a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28503996a8b3919997e69257e337d093f2fdc2b8688210b42d0999af6877e47b07f5917bc3abc2bb39eed792843b77bf99959372260e317124b36fa778bb3a28
|
7
|
+
data.tar.gz: e8c0d498f99083cc4e0aa1d17585bef29f591222f72d7d4a8d1d540effb6222dee8317a6e05af002db6e571b0694fe4618f408b5bea83ee08bc3e4324fcbc548
|
@@ -176,7 +176,7 @@ module Aws::PinpointSMSVoice
|
|
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.
|
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.
|
@@ -613,7 +613,7 @@ module Aws::PinpointSMSVoice
|
|
613
613
|
params: params,
|
614
614
|
config: config)
|
615
615
|
context[:gem_name] = 'aws-sdk-pinpointsmsvoice'
|
616
|
-
context[:gem_version] = '1.
|
616
|
+
context[:gem_version] = '1.16.0'
|
617
617
|
Seahorse::Client::Request.new(handlers, context)
|
618
618
|
end
|
619
619
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-pinpointsmsvoice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.16.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-
|
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
|