aws-sdk-greengrassv2 1.44.0 → 1.45.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-greengrassv2/client.rb +7 -1
- data/lib/aws-sdk-greengrassv2.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: 63ce59dbdb635371b3fce29bbed4597fd8462e7875792b92a26bca2d55f5e473
|
|
4
|
+
data.tar.gz: ccef91144384aca6c5d9752dc8025e9d29d56a81d665a5a19d4145249662da64
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ebb709d6be6090d6a997a2a574fbe1d61afd88214028462714057c59a083b7b30ab0129a251290011c131e2ea1883b4d1bcf8d3cfa25f29653becf3654f29f86
|
|
7
|
+
data.tar.gz: da78a006e7d8eb5539b130bc39f4f183ded68095323ac3b9f5f17e2b64e05368b13227e483b2a38a5dfa89d1853e52b824fe37c78b063d7e7a82593d1a8cf6a1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.45.0
|
|
@@ -425,6 +425,12 @@ module Aws::GreengrassV2
|
|
|
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
|
#
|
|
@@ -2167,7 +2173,7 @@ module Aws::GreengrassV2
|
|
|
2167
2173
|
tracer: tracer
|
|
2168
2174
|
)
|
|
2169
2175
|
context[:gem_name] = 'aws-sdk-greengrassv2'
|
|
2170
|
-
context[:gem_version] = '1.
|
|
2176
|
+
context[:gem_version] = '1.45.0'
|
|
2171
2177
|
Seahorse::Client::Request.new(handlers, context)
|
|
2172
2178
|
end
|
|
2173
2179
|
|
data/lib/aws-sdk-greengrassv2.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-greengrassv2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.45.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
|