aws-sdk-pinpoint 1.96.0 → 1.97.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-pinpoint/client.rb +7 -1
- data/lib/aws-sdk-pinpoint.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: b230e6de44905f0b701f1e02dad01c2b43795b71e73a16fcb3df6a8df7abe7a7
|
4
|
+
data.tar.gz: 646dba148588e94652af48a8ef9c44b74137bee4136bd830ea4cc6c5d0f1015e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b709a1a90b520bbf0615efa733833198c66c380d8aa4cbac537ecdadfed265438d4768d1a9d713f9edb0fdc343b54b06bb90652d7bcf4bde54f4471505f9de0a
|
7
|
+
data.tar.gz: f2f2a4d793ee2eccedb435b95c2b41896a1f33d2b08db4a1a8ca471d72b5d4db0ac9766e772eb69a49852feafa3cabcf34a4b03fbd51db28f36e5927a393320a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.97.0
|
@@ -425,6 +425,12 @@ module Aws::Pinpoint
|
|
425
425
|
# @option options [String] :ssl_ca_store
|
426
426
|
# Sets the X509::Store to verify peer certificate.
|
427
427
|
#
|
428
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
429
|
+
# Sets a client certificate when creating http connections.
|
430
|
+
#
|
431
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
432
|
+
# Sets a client key when creating http connections.
|
433
|
+
#
|
428
434
|
# @option options [Float] :ssl_timeout
|
429
435
|
# Sets the SSL timeout in seconds
|
430
436
|
#
|
@@ -13005,7 +13011,7 @@ module Aws::Pinpoint
|
|
13005
13011
|
tracer: tracer
|
13006
13012
|
)
|
13007
13013
|
context[:gem_name] = 'aws-sdk-pinpoint'
|
13008
|
-
context[:gem_version] = '1.
|
13014
|
+
context[:gem_version] = '1.97.0'
|
13009
13015
|
Seahorse::Client::Request.new(handlers, context)
|
13010
13016
|
end
|
13011
13017
|
|
data/lib/aws-sdk-pinpoint.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-pinpoint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.97.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
|