aws-sdk-securityhub 1.115.0 → 1.117.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: c2713f07752722d7800b555a7b7cbf8eec4d7d7fcbd5be07899040289be6ac29
4
- data.tar.gz: 9dbf4ec656cbafc1960cb0101fcc7d558cee367f5d5f7773288a928ae8a63082
3
+ metadata.gz: d07e0d10a56b0b5a3a5e9a70823dafbf97b82b8455e94c590380982c9e6ab1d6
4
+ data.tar.gz: 7e437f55368a61058299c59278ea0fe29c81041ab7e760552dd7313ef67292fb
5
5
  SHA512:
6
- metadata.gz: 79e9c1c6b5e50718eb646648222caa67aa37afce52c32af9dc4e3258a0af549e04edf50e8a5c815fcaa214bbff07f5cf9554bbcd9862db5fca1fa4c6bc82317a
7
- data.tar.gz: 8701d405f4b4c9e76cc6016a5c65377d140f2aeb08179387f8d0074e04fae26659124a409ab687cac72d698e58be055e71c2bb702323554b5bb849f26d67b53c
6
+ metadata.gz: 5e68be6025612ccf9193421baf2290d614daea2e09a49b6445ef00fd0c446898dda9cbceb603fe49e8f705a0cb6373d10b91c760ecf7755c061674b9e0b798d6
7
+ data.tar.gz: e9b64451a352ee6932a734b3fa5cd2e20ea53e32cb4f743d7bfc7951478d62282d98a3ffabac67b9271f23bee577749aef3cd35c80816305d4b54f0ec95e82ff
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.117.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.116.0 (2024-09-10)
10
+ ------------------
11
+
12
+ * Feature - Documentation update for Security Hub
13
+
4
14
  1.115.0 (2024-09-03)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.115.0
1
+ 1.117.0
@@ -425,6 +425,12 @@ module Aws::SecurityHub
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
  #
@@ -10450,7 +10456,7 @@ module Aws::SecurityHub
10450
10456
  tracer: tracer
10451
10457
  )
10452
10458
  context[:gem_name] = 'aws-sdk-securityhub'
10453
- context[:gem_version] = '1.115.0'
10459
+ context[:gem_version] = '1.117.0'
10454
10460
  Seahorse::Client::Request.new(handlers, context)
10455
10461
  end
10456
10462