aws-sdk-opsworkscm 1.72.0 → 1.73.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-opsworkscm/client.rb +7 -1
- data/lib/aws-sdk-opsworkscm.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: 1659bcc8bbc9e3c1fd1d6c132a61ff07827efc6e66045854b810b16f4a67f3cf
|
4
|
+
data.tar.gz: 249c5f57db78ca03140444d9b7381a49e8b42f699674379d9dd93e7dbb2a14a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab851aa0cc8c6a03d430e7a6f7901daf610731c95e3af663f3c0d7037aa89dced2dd7050f389e0e7121bb437c942d9df15b9df4d30625bda2f2e82929962150c
|
7
|
+
data.tar.gz: 9f108448a704fb1f4fccf580b8e6b0832e7c9b1606ecea74e4dfb36cb993cf99419e986471804babe6844243c5b09c3196a7bd26759525c628731ec25fda819f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.73.0
|
@@ -432,6 +432,12 @@ module Aws::OpsWorksCM
|
|
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
|
#
|
@@ -1929,7 +1935,7 @@ module Aws::OpsWorksCM
|
|
1929
1935
|
tracer: tracer
|
1930
1936
|
)
|
1931
1937
|
context[:gem_name] = 'aws-sdk-opsworkscm'
|
1932
|
-
context[:gem_version] = '1.
|
1938
|
+
context[:gem_version] = '1.73.0'
|
1933
1939
|
Seahorse::Client::Request.new(handlers, context)
|
1934
1940
|
end
|
1935
1941
|
|
data/lib/aws-sdk-opsworkscm.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-opsworkscm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.73.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
|