aws-sdk-securityhub 1.100.0 → 1.102.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -14152,27 +14152,12 @@ module Aws::SecurityHub
14152
14152
  # @return [Integer]
14153
14153
  #
14154
14154
  # @!attribute [rw] compatible_runtimes
14155
- # The layer's compatible [function runtimes][1].
14155
+ # The layer's compatible runtimes. Maximum number of five items.
14156
14156
  #
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
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
@@ -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.100.0'
55
+ GEM_VERSION = '1.102.0'
56
56
 
57
57
  end