aws-sdk-securityhub 1.122.0 → 1.123.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3dc2d38b1e454234f56b20e7cc7e134b55a752454201edddc4613226ade97464
4
- data.tar.gz: 6cc0594484289e7475cef50a30b00fbb70fa6961e707f2fa1ea8b0661b1dc862
3
+ metadata.gz: fc69b6f660c6b11e879cddb1ddbda42fc806e521ca62e8e4879c8da3ef0b8d20
4
+ data.tar.gz: 7a01a727fc3a3ad512114deb129ba24a5c32c7751bf558193cd43bf76a545d0e
5
5
  SHA512:
6
- metadata.gz: 93fee3dc1e581c875e0e6a758eb61ee14d49b1d371bb8be63d260a2569dbe5800ee8519bec9ab5f3485968f0225cb22ef5e01bba92ebe032d09fafbdff4513cd
7
- data.tar.gz: 42f3aa53a0a385ad44ad6e073310e9a9a6b0486a1ef5b7db5a3f7efe8c655e434ce0610e2b7d60620f2d78894f885023a0557d0731a29a6448016b49ee38b560
6
+ metadata.gz: c2d03b986f7507de43c348ee620002d4ee68108b510010dca2ebc1d50cc69503a34b1a0c0bc817595274d3cb5f4fc368f179b398af075b245e42ca7ff6662407
7
+ data.tar.gz: 6012e831f6175b8acf50a098633bb50b77c6ef353054866453a1a923ef27314cd239da73df8d49b5d2871b6d06f3611aaa447acf488f316aadabb528da884cc4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.123.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.122.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.122.0
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.122.0'
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 `$\{request.method\} $\{request.path\}`. This
2092
- # is the default value for HTTP APIs.
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]
@@ -54,7 +54,7 @@ module Aws::SecurityHub
54
54
  autoload :EndpointProvider, 'aws-sdk-securityhub/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-securityhub/endpoints'
56
56
 
57
- GEM_VERSION = '1.122.0'
57
+ GEM_VERSION = '1.123.0'
58
58
 
59
59
  end
60
60
 
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.122.0
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-10-18 00:00:00.000000000 Z
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