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 +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 +20 -5
- data/lib/aws-sdk-securityhub.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 700648dd642395831cca98722aa83f0935fad6c899d9ca904c142d7500f748a7
|
|
4
|
+
data.tar.gz: ecbd911cad80f4c15bfa2e076d815d1b57e1b42d296a1fa4363c9524cc74b202
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a1bbc0018b4391794eafb94873c82e17c6a07aa3d17d15175ea2a7b2fe9d445863216ae7f07e27e9f47c93ed49d16104332b4e5f8cc88f7bb1a4e72e741b0e9
|
|
7
|
+
data.tar.gz: 85190e0df4dbf6ed357427a3647e45d88ed93df8a4d27395f70d2f795387f3957e4e2a0f69a6f8720dc713b5ecec70e3bd6d95fea961defa9156f064135fdb3d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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.
|
|
14155
|
+
# The layer's compatible [function runtimes][1].
|
|
14156
14156
|
#
|
|
14157
|
-
#
|
|
14158
|
-
#
|
|
14159
|
-
#
|
|
14160
|
-
#
|
|
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
|
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.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:
|
|
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.
|
|
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: []
|