aws-sdk-ssm 1.176.0 → 1.178.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-ssm/client.rb +7 -1
- data/lib/aws-sdk-ssm/endpoints.rb +140 -560
- data/lib/aws-sdk-ssm/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-ssm.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: e99c5b4cd46e0b2b0938a042d09faeea30bd5f17dd5b1d5d69f26f88ee549854
|
4
|
+
data.tar.gz: 62780ba6195d319fd3a565bd3d99c3ad3e9beba8acc521a06654c49d27c4fe10
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd9c287fdf9a464b9e303512b8d3f50679f5a674935dfc80323a2b3087416afe4262e82d8e715cf934369b58c1f8045b38512a419a52bac84d760b38836831c1
|
7
|
+
data.tar.gz: 96c39505b198897da0a85817df1d9b36410f7c0bdea582ab72f01a430f7aac344a799a5a6c50526477b046a1b307d932de3a5e13c8d4cfb5d6b4f5f5762e1de6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.178.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.177.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.176.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.178.0
|
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -432,6 +432,12 @@ module Aws::SSM
|
|
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
|
#
|
@@ -12621,7 +12627,7 @@ module Aws::SSM
|
|
12621
12627
|
tracer: tracer
|
12622
12628
|
)
|
12623
12629
|
context[:gem_name] = 'aws-sdk-ssm'
|
12624
|
-
context[:gem_version] = '1.
|
12630
|
+
context[:gem_version] = '1.178.0'
|
12625
12631
|
Seahorse::Client::Request.new(handlers, context)
|
12626
12632
|
end
|
12627
12633
|
|