aws-sdk-simspaceweaver 1.21.0 → 1.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-simspaceweaver/client.rb +7 -1
- data/lib/aws-sdk-simspaceweaver.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: 0707ad06ccd7aa019e615ab4e62a97b724978d0d8d17bab3ded9bbd191a234e8
|
|
4
|
+
data.tar.gz: 342675c7f775f97142f1d81794f9371f2cb6f6724ec395f42c07cf2e925d1b55
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d56f90e5fbbf0dac7bee8bcaa84d5416bbc78ed4bbd603fee09f7d42cfeee8efb55133c3f61ff2f7067adab7dc90f02256810a992b4d0fb4fc41c65860d64fd
|
|
7
|
+
data.tar.gz: 7080fb2a963f6784eff926423e9fb9124330457790996531a577aeb5b7dac9bc33c69311de46ee5dd3fac508d1ac1d3805121e2a20aefbe15e889f41951abda5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.22.0
|
|
@@ -425,6 +425,12 @@ module Aws::SimSpaceWeaver
|
|
|
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
|
#
|
|
@@ -1206,7 +1212,7 @@ module Aws::SimSpaceWeaver
|
|
|
1206
1212
|
tracer: tracer
|
|
1207
1213
|
)
|
|
1208
1214
|
context[:gem_name] = 'aws-sdk-simspaceweaver'
|
|
1209
|
-
context[:gem_version] = '1.
|
|
1215
|
+
context[:gem_version] = '1.22.0'
|
|
1210
1216
|
Seahorse::Client::Request.new(handlers, context)
|
|
1211
1217
|
end
|
|
1212
1218
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-simspaceweaver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.22.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
|