aws-sdk-ssm 1.176.0 → 1.177.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ef51ffed2d8f9d1f366364fd2532e6d0c2afc4d6f0d28832ce6e6003a2cf77b
4
- data.tar.gz: f2b06df5cd2718dfe9d690a27c0b32585507fb4a8903696827b0380e461c7cf7
3
+ metadata.gz: 6219e2a2cce3ae67183f0c01c30d150b5a0df44a9628a312c8ef0bf9b886159c
4
+ data.tar.gz: 67a88714529ac169d382967351366412f0be0f5a2355754f85cbe5661f98d7f2
5
5
  SHA512:
6
- metadata.gz: 3443bd4aca5412bb237bf923e32ab952a72718ea821ff4fb63c18e7970150d7a342a5a704741ed4586dd65a69b8bbccbe2b0bf4b0250dbeedaf0ab4b24291a86
7
- data.tar.gz: 2817e7a75d4e2daf9e2b86b9819f31d0af4bf3df6de087258e61055a76c7c8368b9746c3dbff466805c7e644c8fe9a57109b57708082493b19413abe635ae3f5
6
+ metadata.gz: 3e928991413567f8ebab9bd1259dc909fec93d430c3fca03e1409464e12e6debb535260f8ee2c36613bb008201333c1c0ea98216a5785189c94f1250af9717ee
7
+ data.tar.gz: 476fbf28369518a7dca575fa4210aa124e8367036086a0ff5afa95fadd0a5f6f9c0c7d92ab352aefb0b97036b6b8e6ef637754c27f657e529014d49955deb303
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.177.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.176.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.176.0
1
+ 1.177.0
@@ -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.176.0'
12630
+ context[:gem_version] = '1.177.0'
12625
12631
  Seahorse::Client::Request.new(handlers, context)
12626
12632
  end
12627
12633
 
data/lib/aws-sdk-ssm.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ssm/customizations'
53
53
  # @!group service
54
54
  module Aws::SSM
55
55
 
56
- GEM_VERSION = '1.176.0'
56
+ GEM_VERSION = '1.177.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.176.0
4
+ version: 1.177.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-03 00:00:00.000000000 Z
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