aws-sdk-securityhub 1.100.0 → 1.102.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +57 -57
- data/lib/aws-sdk-securityhub/client_api.rb +2 -1
- data/lib/aws-sdk-securityhub/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-securityhub/types.rb +18 -27
- data/lib/aws-sdk-securityhub.rb +1 -1
- data/sig/client.rbs +8685 -0
- data/sig/errors.rbs +48 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +6868 -0
- data/sig/waiters.rbs +13 -0
- metadata +9 -4
@@ -14152,27 +14152,12 @@ module Aws::SecurityHub
|
|
14152
14152
|
# @return [Integer]
|
14153
14153
|
#
|
14154
14154
|
# @!attribute [rw] compatible_runtimes
|
14155
|
-
# The layer's compatible
|
14155
|
+
# The layer's compatible runtimes. Maximum number of five items.
|
14156
14156
|
#
|
14157
|
-
#
|
14158
|
-
#
|
14159
|
-
#
|
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
|
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`
|
14176
14161
|
# @return [Array<String>]
|
14177
14162
|
#
|
14178
14163
|
# @!attribute [rw] created_date
|
@@ -26096,11 +26081,6 @@ module Aws::SecurityHub
|
|
26096
26081
|
# querying for findings.
|
26097
26082
|
# @return [Float]
|
26098
26083
|
#
|
26099
|
-
# @!attribute [rw] eq
|
26100
|
-
# The equal-to condition to be applied to a single field when querying
|
26101
|
-
# for findings.
|
26102
|
-
# @return [Float]
|
26103
|
-
#
|
26104
26084
|
# @!attribute [rw] gt
|
26105
26085
|
# The greater-than condition to be applied to a single field when
|
26106
26086
|
# querying for findings.
|
@@ -26111,14 +26091,19 @@ module Aws::SecurityHub
|
|
26111
26091
|
# querying for findings.
|
26112
26092
|
# @return [Float]
|
26113
26093
|
#
|
26094
|
+
# @!attribute [rw] eq
|
26095
|
+
# The equal-to condition to be applied to a single field when querying
|
26096
|
+
# for findings.
|
26097
|
+
# @return [Float]
|
26098
|
+
#
|
26114
26099
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/NumberFilter AWS API Documentation
|
26115
26100
|
#
|
26116
26101
|
class NumberFilter < Struct.new(
|
26117
26102
|
:gte,
|
26118
26103
|
:lte,
|
26119
|
-
:eq,
|
26120
26104
|
:gt,
|
26121
|
-
:lt
|
26105
|
+
:lt,
|
26106
|
+
:eq)
|
26122
26107
|
SENSITIVE = []
|
26123
26108
|
include Aws::Structure
|
26124
26109
|
end
|
@@ -30292,6 +30277,11 @@ module Aws::SecurityHub
|
|
30292
30277
|
# Whether an exploit is available for a finding.
|
30293
30278
|
# @return [String]
|
30294
30279
|
#
|
30280
|
+
# @!attribute [rw] last_known_exploit_at
|
30281
|
+
# The date and time of the last exploit associated with a finding
|
30282
|
+
# discovered in your environment.
|
30283
|
+
# @return [String]
|
30284
|
+
#
|
30295
30285
|
# @!attribute [rw] code_vulnerabilities
|
30296
30286
|
# The vulnerabilities found in your Lambda function code. This field
|
30297
30287
|
# pertains to findings that Security Hub receives from Amazon
|
@@ -30310,6 +30300,7 @@ module Aws::SecurityHub
|
|
30310
30300
|
:fix_available,
|
30311
30301
|
:epss_score,
|
30312
30302
|
:exploit_available,
|
30303
|
+
:last_known_exploit_at,
|
30313
30304
|
:code_vulnerabilities)
|
30314
30305
|
SENSITIVE = []
|
30315
30306
|
include Aws::Structure
|