aws-sdk-supportapp 1.21.0 → 1.22.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: '0943d4f577f2fc95c908216183c79cef464f0a7b6790a3014d29e08ed84aa4c1'
4
- data.tar.gz: c5321fca479842473a21078428c3dfadb649d167340e69318be97b8957327ca4
3
+ metadata.gz: a368b1ddae285607f2b66edb576fd3e5d5265a1c649f35ef50eb1888793c6017
4
+ data.tar.gz: 35fe10ed51a880c856398cce420861ca1d6bb192dc20a37a22543dac0d3c12f4
5
5
  SHA512:
6
- metadata.gz: fe73a4a1ed29dfe26da4cb85253f2780aa4d07e6fb0fdcf8a2458d7a87e595bc65ef479a127224008078c5fd112daf005ebcd812e4be5d774bba71e87b52132d
7
- data.tar.gz: b225fe9be2a8e104e70fbd335e9cab542ade2bb93c7d05aa68d0856ea37fa51e5884475518da256b5a3faef0200b8339a4304ff5f5942c8f9a6a6f34c5148981
6
+ metadata.gz: 3fcf59c60f8d097ee605cc90686516cb73f9b1f1a07ba1929dcb1d496e45306de9a312266e9bfc1590166ca351fc3470836778b2fa266d87d435d66aa5c26266
7
+ data.tar.gz: d5b27561c7b610395083b0ac63f63d2ad7f1accb3696c267f396afa400768ccba68acef0fb69ad0b0af152a6c13729da74c4e520dc104936f362ba3b545bb8f1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.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.21.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -425,6 +425,12 @@ module Aws::SupportApp
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
  #
@@ -944,7 +950,7 @@ module Aws::SupportApp
944
950
  tracer: tracer
945
951
  )
946
952
  context[:gem_name] = 'aws-sdk-supportapp'
947
- context[:gem_version] = '1.21.0'
953
+ context[:gem_version] = '1.22.0'
948
954
  Seahorse::Client::Request.new(handlers, context)
949
955
  end
950
956
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-supportapp/customizations'
52
52
  # @!group service
53
53
  module Aws::SupportApp
54
54
 
55
- GEM_VERSION = '1.21.0'
55
+ GEM_VERSION = '1.22.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-supportapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.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