aws-sdk-opsworks 1.62.0 → 1.63.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-opsworks/client.rb +7 -1
- data/lib/aws-sdk-opsworks.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: cef97b7c0182d240fe876521465f47a60137260533ffc5254ef000f5361391cf
|
4
|
+
data.tar.gz: 7029403e139bc6f0065302b841ec811d2e1851b709859005ca2c9367313e9326
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87997db8fc37f373d8c756394ed86fbe0f9360d0dee0f0aab66c3cdbe57dfaaa7575f80baa9913339877325e679a56d5343799fd2503504e471711b9960c445e
|
7
|
+
data.tar.gz: c5fdd7d0217370a9a5b248acecfd0ceac087c138f5e7687b84bda19e36e7e92d517989312f1f0d7a06b5419f75db2410aca5da7e00b8419a7abbf1815dbee36f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.63.0
|
@@ -432,6 +432,12 @@ module Aws::OpsWorks
|
|
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
|
#
|
@@ -5780,7 +5786,7 @@ module Aws::OpsWorks
|
|
5780
5786
|
tracer: tracer
|
5781
5787
|
)
|
5782
5788
|
context[:gem_name] = 'aws-sdk-opsworks'
|
5783
|
-
context[:gem_version] = '1.
|
5789
|
+
context[:gem_version] = '1.63.0'
|
5784
5790
|
Seahorse::Client::Request.new(handlers, context)
|
5785
5791
|
end
|
5786
5792
|
|
data/lib/aws-sdk-opsworks.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-opsworks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.63.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
|