aws-sdk-greengrass 1.70.0 → 1.72.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-greengrass/client.rb +7 -1
- data/lib/aws-sdk-greengrass/endpoints.rb +92 -368
- data/lib/aws-sdk-greengrass/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-greengrass.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e60d0da1d03d78d143e51278cb49dd92a114794359e021ca58a7e6791a1f7b7c
|
4
|
+
data.tar.gz: 1340e11e98a6b62df8efba3931553a23b95a8579af8fc4f51b9baec229fdf568
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 858b9a845c238794e65a40d1e263254e6150c9ec78c4451b4124072dfa6c31d27190c36eeed33b74e2f9ec5b15bd9180808248dec196275ecbd7ef0d9155d0a5
|
7
|
+
data.tar.gz: a5809f326cfe6d58eb0cfcff42b88e59f258365bce32481cea7a36200f9377f736ef9b9267ab5e5a7f686338271cec6756ff58cae140da0ce069b2e6f8de914f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.72.0 (2024-09-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.71.0 (2024-09-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.70.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.72.0
|
@@ -425,6 +425,12 @@ module Aws::Greengrass
|
|
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
|
#
|
@@ -4212,7 +4218,7 @@ module Aws::Greengrass
|
|
4212
4218
|
tracer: tracer
|
4213
4219
|
)
|
4214
4220
|
context[:gem_name] = 'aws-sdk-greengrass'
|
4215
|
-
context[:gem_version] = '1.
|
4221
|
+
context[:gem_version] = '1.72.0'
|
4216
4222
|
Seahorse::Client::Request.new(handlers, context)
|
4217
4223
|
end
|
4218
4224
|
|