aws-sdk-securityhub 1.99.0 → 1.100.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: 700648dd642395831cca98722aa83f0935fad6c899d9ca904c142d7500f748a7
4
+ data.tar.gz: ecbd911cad80f4c15bfa2e076d815d1b57e1b42d296a1fa4363c9524cc74b202
5
5
  SHA512:
6
- metadata.gz: 179c2d590277fdbb178e4a51d4a7079f4ead307a5fdacde140935b470a844d24db4a09c3c5a6801ae6b71a519f5642ce7e7d8646730396c9bc3ccb51003c5179
7
- data.tar.gz: efffed5c7352c23543ef813316f18e0ae9ca02902ac87397fb274e47789898a39de86acb277da20ed6073f50eb81b75ac691f67adebcd5151b0afb18a5e5e23f
6
+ metadata.gz: 9a1bbc0018b4391794eafb94873c82e17c6a07aa3d17d15175ea2a7b2fe9d445863216ae7f07e27e9f47c93ed49d16104332b4e5f8cc88f7bb1a4e72e741b0e9
7
+ data.tar.gz: 85190e0df4dbf6ed357427a3647e45d88ed93df8a4d27395f70d2f795387f3957e4e2a0f69a6f8720dc713b5ecec70e3bd6d95fea961defa9156f064135fdb3d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.100.0 (2024-01-16)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Security Hub
8
+
4
9
  1.99.0 (2023-12-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.99.0
1
+ 1.100.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.100.0'
10352
10352
  Seahorse::Client::Request.new(handlers, context)
10353
10353
  end
10354
10354
 
@@ -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.100.0'
56
56
 
57
57
  end
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.99.0
4
+ version: 1.100.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-11 00:00:00.000000000 Z
11
+ date: 2024-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -72,7 +72,7 @@ licenses:
72
72
  metadata:
73
73
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-securityhub
74
74
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-securityhub/CHANGELOG.md
75
- post_install_message:
75
+ post_install_message:
76
76
  rdoc_options: []
77
77
  require_paths:
78
78
  - lib
@@ -87,8 +87,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
90
+ rubygems_version: 3.4.10
91
+ signing_key:
92
92
  specification_version: 4
93
93
  summary: AWS SDK for Ruby - AWS SecurityHub
94
94
  test_files: []