aws-sdk-securityhub 1.122.0 → 1.123.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +1 -1
- data/lib/aws-sdk-securityhub/types.rb +2 -2
- data/lib/aws-sdk-securityhub.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc69b6f660c6b11e879cddb1ddbda42fc806e521ca62e8e4879c8da3ef0b8d20
|
|
4
|
+
data.tar.gz: 7a01a727fc3a3ad512114deb129ba24a5c32c7751bf558193cd43bf76a545d0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2d03b986f7507de43c348ee620002d4ee68108b510010dca2ebc1d50cc69503a34b1a0c0bc817595274d3cb5f4fc368f179b398af075b245e42ca7ff6662407
|
|
7
|
+
data.tar.gz: 6012e831f6175b8acf50a098633bb50b77c6ef353054866453a1a923ef27314cd239da73df8d49b5d2871b6d06f3611aaa447acf488f316aadabb528da884cc4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.123.0
|
|
@@ -10548,7 +10548,7 @@ module Aws::SecurityHub
|
|
|
10548
10548
|
tracer: tracer
|
|
10549
10549
|
)
|
|
10550
10550
|
context[:gem_name] = 'aws-sdk-securityhub'
|
|
10551
|
-
context[:gem_version] = '1.
|
|
10551
|
+
context[:gem_version] = '1.123.0'
|
|
10552
10552
|
Seahorse::Client::Request.new(handlers, context)
|
|
10553
10553
|
end
|
|
10554
10554
|
|
|
@@ -2088,8 +2088,8 @@ module Aws::SecurityHub
|
|
|
2088
2088
|
# @!attribute [rw] route_selection_expression
|
|
2089
2089
|
# The route selection expression for the API.
|
|
2090
2090
|
#
|
|
2091
|
-
# For HTTP APIs, must be
|
|
2092
|
-
#
|
|
2091
|
+
# For HTTP APIs, must be `${request.method} ${request.path}`. This is
|
|
2092
|
+
# the default value for HTTP APIs.
|
|
2093
2093
|
#
|
|
2094
2094
|
# For WebSocket APIs, there is no default value.
|
|
2095
2095
|
# @return [String]
|
data/lib/aws-sdk-securityhub.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-securityhub
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.123.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-
|
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|