aws-sdk-pinpoint 1.96.0 → 1.98.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpoint/client.rb +7 -1
- data/lib/aws-sdk-pinpoint/endpoints.rb +122 -488
- data/lib/aws-sdk-pinpoint/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-pinpoint.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1be86af577f07174d1a3a8a924291e5b917d9aca98cc3d78795a87daeab9b87f
|
4
|
+
data.tar.gz: c50c250ff3e6ca9f5ebfe6a68a03c02bd5cbf28402f5e2b70d4f277a5fb3e56c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c15dd4798418d0570c08936af59df3b825af46388c561a69675af0bd3485a93ade8c4476b403b89e4d7d4d44fe50e515fd157783344bd8bb38276952d7534d8f
|
7
|
+
data.tar.gz: 6d2c9ac92f9e736e262b69d9a74e6d4a7e3892feb60dcdec5b39cb2698f82a3408441e5fa037359b2e30af6dd8bc4dc4c34ce67afff67b85db0007533db9d1b9
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.98.0 (2024-09-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.97.0 (2024-09-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.96.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.98.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.98.0'
|
13009
13015
|
Seahorse::Client::Request.new(handlers, context)
|
13010
13016
|
end
|
13011
13017
|
|