aws-sdk-proton 1.42.0 → 1.44.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-proton/client.rb +7 -1
- data/lib/aws-sdk-proton/endpoints.rb +87 -348
- data/lib/aws-sdk-proton/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-proton.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: 4a4d03d74559fe9ad805bc33cabce07fcad88fd215935e9b329b58d15e962f47
|
4
|
+
data.tar.gz: 23f1d2d55902f9efba0a7a28f2336581cd01dabd32dae29bb60bd4d21faaf14d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c719567cbe995461699ea1152776a180a28cc784f6c87ed534f3b18751a0ca7cf88a49ea75f830f1298b0cb223ca2db7bd8533fdd360a464fe888253b0e2ee0
|
7
|
+
data.tar.gz: c95bcbbec8beee408226ccbe78aeb85dfc41da7c8bede8dcfa1904262e9b1d5b254cca98c632e028c5c9b15eab62b6a5313ecc66559a8d4d0fc48e05a95392c5
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.44.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.43.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.42.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.44.0
|
@@ -432,6 +432,12 @@ module Aws::Proton
|
|
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
|
#
|
@@ -6147,7 +6153,7 @@ module Aws::Proton
|
|
6147
6153
|
tracer: tracer
|
6148
6154
|
)
|
6149
6155
|
context[:gem_name] = 'aws-sdk-proton'
|
6150
|
-
context[:gem_version] = '1.
|
6156
|
+
context[:gem_version] = '1.44.0'
|
6151
6157
|
Seahorse::Client::Request.new(handlers, context)
|
6152
6158
|
end
|
6153
6159
|
|