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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +7 -1
- data/lib/aws-sdk-securityhub/endpoints.rb +79 -316
- data/lib/aws-sdk-securityhub/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-securityhub/types.rb +21 -22
- data/lib/aws-sdk-securityhub.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d07e0d10a56b0b5a3a5e9a70823dafbf97b82b8455e94c590380982c9e6ab1d6
|
4
|
+
data.tar.gz: 7e437f55368a61058299c59278ea0fe29c81041ab7e760552dd7313ef67292fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
10459
|
+
context[:gem_version] = '1.117.0'
|
10454
10460
|
Seahorse::Client::Request.new(handlers, context)
|
10455
10461
|
end
|
10456
10462
|
|