aws-sdk-proton 1.42.0 → 1.43.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-proton/client.rb +7 -1
- data/lib/aws-sdk-proton.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: a083b1ff0217a9d0c5d06dff4cdb87abf645a57b5597816d54e8ffb58ae2094e
|
4
|
+
data.tar.gz: 66a7a8657b6eb2e1a8f9b7059e4f545eef518c0384dc036aa261b1609068701a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c45e8fa8b399653faefbf6926db41fd3e41276ca1c34765f835ee2d8c9e21fe777764daecd273655db5848a033cbb1149f521f6e1b6609acaa4914dfe8b00d1
|
7
|
+
data.tar.gz: f8fb742da0ed136f733919988ca698c555a00e137c05b7c9f70674633c27107abc50c703a7b2783feb3fcc8fb25a62f0809feb18f1587144bfd865c73901adbc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.43.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.43.0'
|
6151
6157
|
Seahorse::Client::Request.new(handlers, context)
|
6152
6158
|
end
|
6153
6159
|
|
data/lib/aws-sdk-proton.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-proton
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.43.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
|