aws-sdk-robomaker 1.71.0 → 1.72.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-robomaker/client.rb +7 -1
- data/lib/aws-sdk-robomaker.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: 5f6d24ffaab6d42d66be883606d7bc8106123c56df90b1907716871d8b982fe7
|
|
4
|
+
data.tar.gz: 79ef6cc396c8e4d7aa79269aa6096a7e6938a1608b70a1974bc33e22ecd2da5f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 487d6e7281d6817b58d39c02c5dbb47de18399d7b9262048514ff18ca64cc997402ab3f5b07a6683d0a9fb6e8be50704f4a787f3f20acbc261cec63d1ced844e
|
|
7
|
+
data.tar.gz: 39587a0631bfbd5e0931258297ea99c73fba96965050472328422f09ce98a0abc1f7e84f7d2a6ec0c18d83217827fb683e5666ae440b283ee85f7d4bf12403a9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.72.0
|
|
@@ -425,6 +425,12 @@ module Aws::RoboMaker
|
|
|
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
|
#
|
|
@@ -4401,7 +4407,7 @@ module Aws::RoboMaker
|
|
|
4401
4407
|
tracer: tracer
|
|
4402
4408
|
)
|
|
4403
4409
|
context[:gem_name] = 'aws-sdk-robomaker'
|
|
4404
|
-
context[:gem_version] = '1.
|
|
4410
|
+
context[:gem_version] = '1.72.0'
|
|
4405
4411
|
Seahorse::Client::Request.new(handlers, context)
|
|
4406
4412
|
end
|
|
4407
4413
|
|
data/lib/aws-sdk-robomaker.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-robomaker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.72.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
|