aws-sdk-ssmsap 1.25.0 → 1.26.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: e4254af2e04c2758d090e99803631e163c58657897d9acf1700254873cab2b69
4
- data.tar.gz: 297fbadd5a4940a137d82462def0e1eaa9ed360e56eb9068aa0ed8c7dec5fa88
3
+ metadata.gz: 1c734faf90f64c6cebe79071f83bb35e7bcbfc127a8cd404718e6caa26ec4d07
4
+ data.tar.gz: 92498f674c4cd65a24d838c0b9bfe2c2808ee652bef43c073f24b46f96a8d56c
5
5
  SHA512:
6
- metadata.gz: 70ff4533afdf3f6f514f4666ec233102ea01d5d6fcb17e11c3785be3227b627e54866b8054c2d31ea79cdcdf1326e5d4f42c342f6747909216e70a9a3ef31711
7
- data.tar.gz: 486289618d5e75c81d8399d841be1d2533309d708a2cd3cb6b54447e5e2a1acc8b1b59edb3079d4031edfeeea397cd2faba79616c2b75008f4a66150b489f6f8
6
+ metadata.gz: 1c3890faf636e846e4d581243d36027affbcf28835e2b205e13040179c7e4eeacd8d6a7eae3beebf054c524dd03013dcac757c9dcbcfcaf688ae5fb4f891f892
7
+ data.tar.gz: f14c201ca6eb278589fc934c83525bdd6141a47d49656fff7f10bf52723a9af42e43b529f57c171457f8754e9bfb6727718aa7667e52bcf129d44daacd879aaa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.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.25.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.26.0
@@ -425,6 +425,12 @@ module Aws::SsmSap
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
  #
@@ -1436,7 +1442,7 @@ module Aws::SsmSap
1436
1442
  tracer: tracer
1437
1443
  )
1438
1444
  context[:gem_name] = 'aws-sdk-ssmsap'
1439
- context[:gem_version] = '1.25.0'
1445
+ context[:gem_version] = '1.26.0'
1440
1446
  Seahorse::Client::Request.new(handlers, context)
1441
1447
  end
1442
1448
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ssmsap/customizations'
52
52
  # @!group service
53
53
  module Aws::SsmSap
54
54
 
55
- GEM_VERSION = '1.25.0'
55
+ GEM_VERSION = '1.26.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssmsap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.26.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