aws-sdk-pinpointsmsvoicev2 1.22.0 → 1.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpointsmsvoicev2/client.rb +7 -1
- data/lib/aws-sdk-pinpointsmsvoicev2.rb +1 -1
- 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: 60529ec20d5bb505674cec3ab7d52726ee02517ebb41e6c7fe6abfbf2bd44366
|
4
|
+
data.tar.gz: ddadd0751bb568ea86dd5e5a866f9951a1b29895fc2a2b8ba56810c6d5bfa23b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3157d94bec9f72ca748da542bbc891b7a30c98597b184d943e2cba3de4a72f9b82960b21fa1e8b3894d41fea69e21037badc26a55e518f308380854f31644f91
|
7
|
+
data.tar.gz: 918ae7c044967ba7ba2b117d3b26707b1710fd1bf1c9e6ef54680f52932202038c20aa66a7b21d0ad4cd7c20ab7c499fc31325152a0d3fac9c3fa899a7eb17ca
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.23.0
|
@@ -432,6 +432,12 @@ module Aws::PinpointSMSVoiceV2
|
|
432
432
|
# @option options [String] :ssl_ca_store
|
433
433
|
# Sets the X509::Store to verify peer certificate.
|
434
434
|
#
|
435
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
436
|
+
# Sets a client certificate when creating http connections.
|
437
|
+
#
|
438
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
439
|
+
# Sets a client key when creating http connections.
|
440
|
+
#
|
435
441
|
# @option options [Float] :ssl_timeout
|
436
442
|
# Sets the SSL timeout in seconds
|
437
443
|
#
|
@@ -5216,7 +5222,7 @@ module Aws::PinpointSMSVoiceV2
|
|
5216
5222
|
tracer: tracer
|
5217
5223
|
)
|
5218
5224
|
context[:gem_name] = 'aws-sdk-pinpointsmsvoicev2'
|
5219
|
-
context[:gem_version] = '1.
|
5225
|
+
context[:gem_version] = '1.23.0'
|
5220
5226
|
Seahorse::Client::Request.new(handlers, context)
|
5221
5227
|
end
|
5222
5228
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-pinpointsmsvoicev2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.23.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: 2024-09-
|
11
|
+
date: 2024-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|