aws-sdk-securityhub 1.99.0 → 1.101.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: '03597bb188e03772414545438b8bb1724a05ba114937a072cddd53b95e44d300'
4
- data.tar.gz: 8b433491b250ec1fa95bd8bef557501d443c45adad98bebb32f27b3aef33d8f0
3
+ metadata.gz: d398b669c431744d008ace5bfb3f99c9c6f56a1b31dcb9bad030205d24bf204c
4
+ data.tar.gz: d196797fccb1e5eb71f0f84b73ecafbd718817a7b1f82565aa827ccb495d32d1
5
5
  SHA512:
6
- metadata.gz: 179c2d590277fdbb178e4a51d4a7079f4ead307a5fdacde140935b470a844d24db4a09c3c5a6801ae6b71a519f5642ce7e7d8646730396c9bc3ccb51003c5179
7
- data.tar.gz: efffed5c7352c23543ef813316f18e0ae9ca02902ac87397fb274e47789898a39de86acb277da20ed6073f50eb81b75ac691f67adebcd5151b0afb18a5e5e23f
6
+ metadata.gz: 59e319cab897958b24768179b594cde9e4b3e889eb841d745ae0b783f5a654e1963cc1ebf5156611dc4d63c2bc39a0bb19014521ca25cd04a6723a3e1a40dedf
7
+ data.tar.gz: '08ef66f7810dc799a8643d3c437449bb78d11b991b49dad9a3f0b81413b41ebc033682f100473c178ebdbc401089cb3eb9ac84041b89afab29392dd0320122a3'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.101.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.100.0 (2024-01-16)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for AWS Security Hub
13
+
4
14
  1.99.0 (2023-12-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.99.0
1
+ 1.101.0
@@ -10348,7 +10348,7 @@ module Aws::SecurityHub
10348
10348
  params: params,
10349
10349
  config: config)
10350
10350
  context[:gem_name] = 'aws-sdk-securityhub'
10351
- context[:gem_version] = '1.99.0'
10351
+ context[:gem_version] = '1.101.0'
10352
10352
  Seahorse::Client::Request.new(handlers, context)
10353
10353
  end
10354
10354
 
@@ -14,6 +14,7 @@ module Aws::SecurityHub
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::SecurityHub::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -14152,12 +14152,27 @@ module Aws::SecurityHub
14152
14152
  # @return [Integer]
14153
14153
  #
14154
14154
  # @!attribute [rw] compatible_runtimes
14155
- # The layer's compatible runtimes. Maximum number of five items.
14155
+ # The layer's compatible [function runtimes][1].
14156
14156
  #
14157
- # Valid values: `nodejs10.x` \| `nodejs12.x` \| `java8` \| `java11` \|
14158
- # `python2.7` \| `python3.6` \| `python3.7` \| `python3.8` \|
14159
- # `dotnetcore1.0` \| `dotnetcore2.1` \| `go1.x` \| `ruby2.5` \|
14160
- # `provided`
14157
+ # The following list includes deprecated runtimes. For more
14158
+ # information, see [Runtime deprecation policy][2] in the *Lambda
14159
+ # Developer Guide*.
14160
+ #
14161
+ # Array Members: Maximum number of 5 items.
14162
+ #
14163
+ # Valid Values: `nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 |
14164
+ # nodejs10.x | nodejs12.x | nodejs14.x | nodejs16.x | java8 |
14165
+ # java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 |
14166
+ # python3.9 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 |
14167
+ # dotnetcore3.1 | dotnet6 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7
14168
+ # | provided | provided.al2 | nodejs18.x | python3.10 | java17 |
14169
+ # ruby3.2 | python3.11 | nodejs20.x | provided.al2023 | python3.12 |
14170
+ # java21`
14171
+ #
14172
+ #
14173
+ #
14174
+ # [1]: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
14175
+ # [2]: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy
14161
14176
  # @return [Array<String>]
14162
14177
  #
14163
14178
  # @!attribute [rw] created_date
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-securityhub/customizations'
52
52
  # @!group service
53
53
  module Aws::SecurityHub
54
54
 
55
- GEM_VERSION = '1.99.0'
55
+ GEM_VERSION = '1.101.0'
56
56
 
57
57
  end