aws-sdk-launchwizard 1.11.0 → 1.12.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: c41eabaf487034cf38b00d4a0dde4b9ca3fd2efc34ccf66bb999afb8ea78f80d
4
- data.tar.gz: a385e2722f805bbd9b8879600d27da00dcc4312d7ae0d351d49daa8055763cfa
3
+ metadata.gz: 50c039ddb291572bd801801a29a5b27bcfe04a45a613101f6df722b76a9975cd
4
+ data.tar.gz: '09ea66be2cd05dc3bb1523316dd91b156352f9ede74191243b136c0698383bed'
5
5
  SHA512:
6
- metadata.gz: 63b371efa21d171d13e715789e07428e6c48cf8eae073fdd26c45d2f40aab1e403e4ec66e95dd0c0a31edad86de8f70cc54ee709de2ac0b6d20134b40ac0217c
7
- data.tar.gz: 5a24dc20ee7a854d1aae679e26f4186dcc9c564add7c83e2f8f8f64e33a5364c310fb8c27818889972197e0aadb2dd7f0a529924ffc2be98fe99c0d89d3d8c1c
6
+ metadata.gz: 04a9f2c1703920871491da2a40f7183c0d4f220d3eb14fe0336041c722b77a0b92cd62b40776459bc60ced5200e292cdb1a570028c0eefa2f3c8e62f6801e014
7
+ data.tar.gz: 12710edafb9e8e2071d6b9100b48bc5915803e7d586507a24cd1d2c4758139922f8d81b5b532c3722bed47d4b18e48fb2b142f02da53f8ee62a1d075633494ab
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.12.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.11.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.11.0
1
+ 1.12.0
@@ -425,6 +425,12 @@ module Aws::LaunchWizard
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
  #
@@ -989,7 +995,7 @@ module Aws::LaunchWizard
989
995
  tracer: tracer
990
996
  )
991
997
  context[:gem_name] = 'aws-sdk-launchwizard'
992
- context[:gem_version] = '1.11.0'
998
+ context[:gem_version] = '1.12.0'
993
999
  Seahorse::Client::Request.new(handlers, context)
994
1000
  end
995
1001
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-launchwizard/customizations'
52
52
  # @!group service
53
53
  module Aws::LaunchWizard
54
54
 
55
- GEM_VERSION = '1.11.0'
55
+ GEM_VERSION = '1.12.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-launchwizard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.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