aws-sdk-securityhub 1.101.0 → 1.103.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 +100 -72
- data/lib/aws-sdk-securityhub/client_api.rb +2 -1
- data/lib/aws-sdk-securityhub/types.rb +1575 -506
- data/lib/aws-sdk-securityhub.rb +1 -1
- data/sig/client.rbs +89 -88
- data/sig/types.rbs +2 -1
- metadata +2 -2
@@ -844,15 +844,15 @@ module Aws::SecurityHub
|
|
844
844
|
# resp.rules[0].criteria.confidence #=> Array
|
845
845
|
# resp.rules[0].criteria.confidence[0].gte #=> Float
|
846
846
|
# resp.rules[0].criteria.confidence[0].lte #=> Float
|
847
|
-
# resp.rules[0].criteria.confidence[0].eq #=> Float
|
848
847
|
# resp.rules[0].criteria.confidence[0].gt #=> Float
|
849
848
|
# resp.rules[0].criteria.confidence[0].lt #=> Float
|
849
|
+
# resp.rules[0].criteria.confidence[0].eq #=> Float
|
850
850
|
# resp.rules[0].criteria.criticality #=> Array
|
851
851
|
# resp.rules[0].criteria.criticality[0].gte #=> Float
|
852
852
|
# resp.rules[0].criteria.criticality[0].lte #=> Float
|
853
|
-
# resp.rules[0].criteria.criticality[0].eq #=> Float
|
854
853
|
# resp.rules[0].criteria.criticality[0].gt #=> Float
|
855
854
|
# resp.rules[0].criteria.criticality[0].lt #=> Float
|
855
|
+
# resp.rules[0].criteria.criticality[0].eq #=> Float
|
856
856
|
# resp.rules[0].criteria.title #=> Array
|
857
857
|
# resp.rules[0].criteria.title[0].value #=> String
|
858
858
|
# resp.rules[0].criteria.title[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
|
@@ -1552,18 +1552,18 @@ module Aws::SecurityHub
|
|
1552
1552
|
# {
|
1553
1553
|
# gte: 1.0,
|
1554
1554
|
# lte: 1.0,
|
1555
|
-
# eq: 1.0,
|
1556
1555
|
# gt: 1.0,
|
1557
1556
|
# lt: 1.0,
|
1557
|
+
# eq: 1.0,
|
1558
1558
|
# },
|
1559
1559
|
# ],
|
1560
1560
|
# criticality: [
|
1561
1561
|
# {
|
1562
1562
|
# gte: 1.0,
|
1563
1563
|
# lte: 1.0,
|
1564
|
-
# eq: 1.0,
|
1565
1564
|
# gt: 1.0,
|
1566
1565
|
# lt: 1.0,
|
1566
|
+
# eq: 1.0,
|
1567
1567
|
# },
|
1568
1568
|
# ],
|
1569
1569
|
# title: [
|
@@ -2363,18 +2363,18 @@ module Aws::SecurityHub
|
|
2363
2363
|
# {
|
2364
2364
|
# gte: 1.0,
|
2365
2365
|
# lte: 1.0,
|
2366
|
-
# eq: 1.0,
|
2367
2366
|
# gt: 1.0,
|
2368
2367
|
# lt: 1.0,
|
2368
|
+
# eq: 1.0,
|
2369
2369
|
# },
|
2370
2370
|
# ],
|
2371
2371
|
# criticality: [
|
2372
2372
|
# {
|
2373
2373
|
# gte: 1.0,
|
2374
2374
|
# lte: 1.0,
|
2375
|
-
# eq: 1.0,
|
2376
2375
|
# gt: 1.0,
|
2377
2376
|
# lt: 1.0,
|
2377
|
+
# eq: 1.0,
|
2378
2378
|
# },
|
2379
2379
|
# ],
|
2380
2380
|
# title: [
|
@@ -3029,18 +3029,18 @@ module Aws::SecurityHub
|
|
3029
3029
|
# {
|
3030
3030
|
# gte: 1.0,
|
3031
3031
|
# lte: 1.0,
|
3032
|
-
# eq: 1.0,
|
3033
3032
|
# gt: 1.0,
|
3034
3033
|
# lt: 1.0,
|
3034
|
+
# eq: 1.0,
|
3035
3035
|
# },
|
3036
3036
|
# ],
|
3037
3037
|
# severity_normalized: [
|
3038
3038
|
# {
|
3039
3039
|
# gte: 1.0,
|
3040
3040
|
# lte: 1.0,
|
3041
|
-
# eq: 1.0,
|
3042
3041
|
# gt: 1.0,
|
3043
3042
|
# lt: 1.0,
|
3043
|
+
# eq: 1.0,
|
3044
3044
|
# },
|
3045
3045
|
# ],
|
3046
3046
|
# severity_label: [
|
@@ -3053,18 +3053,18 @@ module Aws::SecurityHub
|
|
3053
3053
|
# {
|
3054
3054
|
# gte: 1.0,
|
3055
3055
|
# lte: 1.0,
|
3056
|
-
# eq: 1.0,
|
3057
3056
|
# gt: 1.0,
|
3058
3057
|
# lt: 1.0,
|
3058
|
+
# eq: 1.0,
|
3059
3059
|
# },
|
3060
3060
|
# ],
|
3061
3061
|
# criticality: [
|
3062
3062
|
# {
|
3063
3063
|
# gte: 1.0,
|
3064
3064
|
# lte: 1.0,
|
3065
|
-
# eq: 1.0,
|
3066
3065
|
# gt: 1.0,
|
3067
3066
|
# lt: 1.0,
|
3067
|
+
# eq: 1.0,
|
3068
3068
|
# },
|
3069
3069
|
# ],
|
3070
3070
|
# title: [
|
@@ -3167,9 +3167,9 @@ module Aws::SecurityHub
|
|
3167
3167
|
# {
|
3168
3168
|
# gte: 1.0,
|
3169
3169
|
# lte: 1.0,
|
3170
|
-
# eq: 1.0,
|
3171
3170
|
# gt: 1.0,
|
3172
3171
|
# lt: 1.0,
|
3172
|
+
# eq: 1.0,
|
3173
3173
|
# },
|
3174
3174
|
# ],
|
3175
3175
|
# network_source_domain: [
|
@@ -3198,9 +3198,9 @@ module Aws::SecurityHub
|
|
3198
3198
|
# {
|
3199
3199
|
# gte: 1.0,
|
3200
3200
|
# lte: 1.0,
|
3201
|
-
# eq: 1.0,
|
3202
3201
|
# gt: 1.0,
|
3203
3202
|
# lt: 1.0,
|
3203
|
+
# eq: 1.0,
|
3204
3204
|
# },
|
3205
3205
|
# ],
|
3206
3206
|
# network_destination_domain: [
|
@@ -3225,18 +3225,18 @@ module Aws::SecurityHub
|
|
3225
3225
|
# {
|
3226
3226
|
# gte: 1.0,
|
3227
3227
|
# lte: 1.0,
|
3228
|
-
# eq: 1.0,
|
3229
3228
|
# gt: 1.0,
|
3230
3229
|
# lt: 1.0,
|
3230
|
+
# eq: 1.0,
|
3231
3231
|
# },
|
3232
3232
|
# ],
|
3233
3233
|
# process_parent_pid: [
|
3234
3234
|
# {
|
3235
3235
|
# gte: 1.0,
|
3236
3236
|
# lte: 1.0,
|
3237
|
-
# eq: 1.0,
|
3238
3237
|
# gt: 1.0,
|
3239
3238
|
# lt: 1.0,
|
3239
|
+
# eq: 1.0,
|
3240
3240
|
# },
|
3241
3241
|
# ],
|
3242
3242
|
# process_launched_at: [
|
@@ -3540,18 +3540,18 @@ module Aws::SecurityHub
|
|
3540
3540
|
# {
|
3541
3541
|
# gte: 1.0,
|
3542
3542
|
# lte: 1.0,
|
3543
|
-
# eq: 1.0,
|
3544
3543
|
# gt: 1.0,
|
3545
3544
|
# lt: 1.0,
|
3545
|
+
# eq: 1.0,
|
3546
3546
|
# },
|
3547
3547
|
# ],
|
3548
3548
|
# finding_provider_fields_criticality: [
|
3549
3549
|
# {
|
3550
3550
|
# gte: 1.0,
|
3551
3551
|
# lte: 1.0,
|
3552
|
-
# eq: 1.0,
|
3553
3552
|
# gt: 1.0,
|
3554
3553
|
# lt: 1.0,
|
3554
|
+
# eq: 1.0,
|
3555
3555
|
# },
|
3556
3556
|
# ],
|
3557
3557
|
# finding_provider_fields_related_findings_id: [
|
@@ -5311,52 +5311,80 @@ module Aws::SecurityHub
|
|
5311
5311
|
# Identifies which finding to get the finding history for.
|
5312
5312
|
#
|
5313
5313
|
# @option params [Time,DateTime,Date,Integer,String] :start_time
|
5314
|
-
#
|
5315
|
-
#
|
5316
|
-
# `2020-05-21T20:16:34.724Z`. The value cannot contain spaces, and date
|
5317
|
-
# and time should be separated by `T`. For more information, see [RFC
|
5318
|
-
# 3339 section 5.6, Internet Date/Time Format][1].
|
5314
|
+
# A timestamp that indicates the start time of the requested finding
|
5315
|
+
# history.
|
5319
5316
|
#
|
5320
5317
|
# If you provide values for both `StartTime` and `EndTime`, Security Hub
|
5321
5318
|
# returns finding history for the specified time period. If you provide
|
5322
5319
|
# a value for `StartTime` but not for `EndTime`, Security Hub returns
|
5323
5320
|
# finding history from the `StartTime` to the time at which the API is
|
5324
5321
|
# called. If you provide a value for `EndTime` but not for `StartTime`,
|
5325
|
-
# Security Hub returns finding history from the [CreatedAt][
|
5322
|
+
# Security Hub returns finding history from the [CreatedAt][1] timestamp
|
5326
5323
|
# of the finding to the `EndTime`. If you provide neither `StartTime`
|
5327
5324
|
# nor `EndTime`, Security Hub returns finding history from the CreatedAt
|
5328
5325
|
# timestamp of the finding to the time at which the API is called. In
|
5329
5326
|
# all of these scenarios, the response is limited to 100 results, and
|
5330
5327
|
# the maximum time period is limited to 90 days.
|
5331
5328
|
#
|
5329
|
+
# This field accepts only the specified formats. Timestamps can end with
|
5330
|
+
# `Z` or `("+" / "-") time-hour [":" time-minute]`. The time-secfrac
|
5331
|
+
# after seconds is limited to a maximum of 9 digits. The offset is
|
5332
|
+
# bounded by +/-18:00. Here are valid timestamp formats with examples:
|
5333
|
+
#
|
5334
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
5335
|
+
#
|
5336
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
5337
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
5338
|
+
#
|
5339
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
5340
|
+
# `2024-01-04T15:25:10+17:59`)
|
5332
5341
|
#
|
5342
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example, `2024-01-04T15:25:10-1759`)
|
5333
5343
|
#
|
5334
|
-
#
|
5335
|
-
#
|
5344
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
5345
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
5346
|
+
#
|
5347
|
+
#
|
5348
|
+
#
|
5349
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFindingFilters.html#securityhub-Type-AwsSecurityFindingFilters-CreatedAt
|
5336
5350
|
#
|
5337
5351
|
# @option params [Time,DateTime,Date,Integer,String] :end_time
|
5338
5352
|
# An ISO 8601-formatted timestamp that indicates the end time of the
|
5339
|
-
# requested finding history.
|
5340
|
-
# `2020-05-21T20:16:34.724Z`. The value cannot contain spaces, and date
|
5341
|
-
# and time should be separated by `T`. For more information, see [RFC
|
5342
|
-
# 3339 section 5.6, Internet Date/Time Format][1].
|
5353
|
+
# requested finding history.
|
5343
5354
|
#
|
5344
5355
|
# If you provide values for both `StartTime` and `EndTime`, Security Hub
|
5345
5356
|
# returns finding history for the specified time period. If you provide
|
5346
5357
|
# a value for `StartTime` but not for `EndTime`, Security Hub returns
|
5347
5358
|
# finding history from the `StartTime` to the time at which the API is
|
5348
5359
|
# called. If you provide a value for `EndTime` but not for `StartTime`,
|
5349
|
-
# Security Hub returns finding history from the [CreatedAt][
|
5360
|
+
# Security Hub returns finding history from the [CreatedAt][1] timestamp
|
5350
5361
|
# of the finding to the `EndTime`. If you provide neither `StartTime`
|
5351
5362
|
# nor `EndTime`, Security Hub returns finding history from the CreatedAt
|
5352
5363
|
# timestamp of the finding to the time at which the API is called. In
|
5353
5364
|
# all of these scenarios, the response is limited to 100 results, and
|
5354
5365
|
# the maximum time period is limited to 90 days.
|
5355
5366
|
#
|
5367
|
+
# This field accepts only the specified formats. Timestamps can end with
|
5368
|
+
# `Z` or `("+" / "-") time-hour [":" time-minute]`. The time-secfrac
|
5369
|
+
# after seconds is limited to a maximum of 9 digits. The offset is
|
5370
|
+
# bounded by +/-18:00. Here are valid timestamp formats with examples:
|
5371
|
+
#
|
5372
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
5356
5373
|
#
|
5374
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
5375
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
5357
5376
|
#
|
5358
|
-
#
|
5359
|
-
#
|
5377
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
5378
|
+
# `2024-01-04T15:25:10+17:59`)
|
5379
|
+
#
|
5380
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example, `2024-01-04T15:25:10-1759`)
|
5381
|
+
#
|
5382
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
5383
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
5384
|
+
#
|
5385
|
+
#
|
5386
|
+
#
|
5387
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFindingFilters.html#securityhub-Type-AwsSecurityFindingFilters-CreatedAt
|
5360
5388
|
#
|
5361
5389
|
# @option params [String] :next_token
|
5362
5390
|
# A token for pagination purposes. Provide `NULL` as the initial value.
|
@@ -5686,18 +5714,18 @@ module Aws::SecurityHub
|
|
5686
5714
|
# {
|
5687
5715
|
# gte: 1.0,
|
5688
5716
|
# lte: 1.0,
|
5689
|
-
# eq: 1.0,
|
5690
5717
|
# gt: 1.0,
|
5691
5718
|
# lt: 1.0,
|
5719
|
+
# eq: 1.0,
|
5692
5720
|
# },
|
5693
5721
|
# ],
|
5694
5722
|
# severity_normalized: [
|
5695
5723
|
# {
|
5696
5724
|
# gte: 1.0,
|
5697
5725
|
# lte: 1.0,
|
5698
|
-
# eq: 1.0,
|
5699
5726
|
# gt: 1.0,
|
5700
5727
|
# lt: 1.0,
|
5728
|
+
# eq: 1.0,
|
5701
5729
|
# },
|
5702
5730
|
# ],
|
5703
5731
|
# severity_label: [
|
@@ -5710,18 +5738,18 @@ module Aws::SecurityHub
|
|
5710
5738
|
# {
|
5711
5739
|
# gte: 1.0,
|
5712
5740
|
# lte: 1.0,
|
5713
|
-
# eq: 1.0,
|
5714
5741
|
# gt: 1.0,
|
5715
5742
|
# lt: 1.0,
|
5743
|
+
# eq: 1.0,
|
5716
5744
|
# },
|
5717
5745
|
# ],
|
5718
5746
|
# criticality: [
|
5719
5747
|
# {
|
5720
5748
|
# gte: 1.0,
|
5721
5749
|
# lte: 1.0,
|
5722
|
-
# eq: 1.0,
|
5723
5750
|
# gt: 1.0,
|
5724
5751
|
# lt: 1.0,
|
5752
|
+
# eq: 1.0,
|
5725
5753
|
# },
|
5726
5754
|
# ],
|
5727
5755
|
# title: [
|
@@ -5824,9 +5852,9 @@ module Aws::SecurityHub
|
|
5824
5852
|
# {
|
5825
5853
|
# gte: 1.0,
|
5826
5854
|
# lte: 1.0,
|
5827
|
-
# eq: 1.0,
|
5828
5855
|
# gt: 1.0,
|
5829
5856
|
# lt: 1.0,
|
5857
|
+
# eq: 1.0,
|
5830
5858
|
# },
|
5831
5859
|
# ],
|
5832
5860
|
# network_source_domain: [
|
@@ -5855,9 +5883,9 @@ module Aws::SecurityHub
|
|
5855
5883
|
# {
|
5856
5884
|
# gte: 1.0,
|
5857
5885
|
# lte: 1.0,
|
5858
|
-
# eq: 1.0,
|
5859
5886
|
# gt: 1.0,
|
5860
5887
|
# lt: 1.0,
|
5888
|
+
# eq: 1.0,
|
5861
5889
|
# },
|
5862
5890
|
# ],
|
5863
5891
|
# network_destination_domain: [
|
@@ -5882,18 +5910,18 @@ module Aws::SecurityHub
|
|
5882
5910
|
# {
|
5883
5911
|
# gte: 1.0,
|
5884
5912
|
# lte: 1.0,
|
5885
|
-
# eq: 1.0,
|
5886
5913
|
# gt: 1.0,
|
5887
5914
|
# lt: 1.0,
|
5915
|
+
# eq: 1.0,
|
5888
5916
|
# },
|
5889
5917
|
# ],
|
5890
5918
|
# process_parent_pid: [
|
5891
5919
|
# {
|
5892
5920
|
# gte: 1.0,
|
5893
5921
|
# lte: 1.0,
|
5894
|
-
# eq: 1.0,
|
5895
5922
|
# gt: 1.0,
|
5896
5923
|
# lt: 1.0,
|
5924
|
+
# eq: 1.0,
|
5897
5925
|
# },
|
5898
5926
|
# ],
|
5899
5927
|
# process_launched_at: [
|
@@ -6197,18 +6225,18 @@ module Aws::SecurityHub
|
|
6197
6225
|
# {
|
6198
6226
|
# gte: 1.0,
|
6199
6227
|
# lte: 1.0,
|
6200
|
-
# eq: 1.0,
|
6201
6228
|
# gt: 1.0,
|
6202
6229
|
# lt: 1.0,
|
6230
|
+
# eq: 1.0,
|
6203
6231
|
# },
|
6204
6232
|
# ],
|
6205
6233
|
# finding_provider_fields_criticality: [
|
6206
6234
|
# {
|
6207
6235
|
# gte: 1.0,
|
6208
6236
|
# lte: 1.0,
|
6209
|
-
# eq: 1.0,
|
6210
6237
|
# gt: 1.0,
|
6211
6238
|
# lt: 1.0,
|
6239
|
+
# eq: 1.0,
|
6212
6240
|
# },
|
6213
6241
|
# ],
|
6214
6242
|
# finding_provider_fields_related_findings_id: [
|
@@ -6495,30 +6523,30 @@ module Aws::SecurityHub
|
|
6495
6523
|
# resp.insights[0].filters.severity_product #=> Array
|
6496
6524
|
# resp.insights[0].filters.severity_product[0].gte #=> Float
|
6497
6525
|
# resp.insights[0].filters.severity_product[0].lte #=> Float
|
6498
|
-
# resp.insights[0].filters.severity_product[0].eq #=> Float
|
6499
6526
|
# resp.insights[0].filters.severity_product[0].gt #=> Float
|
6500
6527
|
# resp.insights[0].filters.severity_product[0].lt #=> Float
|
6528
|
+
# resp.insights[0].filters.severity_product[0].eq #=> Float
|
6501
6529
|
# resp.insights[0].filters.severity_normalized #=> Array
|
6502
6530
|
# resp.insights[0].filters.severity_normalized[0].gte #=> Float
|
6503
6531
|
# resp.insights[0].filters.severity_normalized[0].lte #=> Float
|
6504
|
-
# resp.insights[0].filters.severity_normalized[0].eq #=> Float
|
6505
6532
|
# resp.insights[0].filters.severity_normalized[0].gt #=> Float
|
6506
6533
|
# resp.insights[0].filters.severity_normalized[0].lt #=> Float
|
6534
|
+
# resp.insights[0].filters.severity_normalized[0].eq #=> Float
|
6507
6535
|
# resp.insights[0].filters.severity_label #=> Array
|
6508
6536
|
# resp.insights[0].filters.severity_label[0].value #=> String
|
6509
6537
|
# resp.insights[0].filters.severity_label[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
|
6510
6538
|
# resp.insights[0].filters.confidence #=> Array
|
6511
6539
|
# resp.insights[0].filters.confidence[0].gte #=> Float
|
6512
6540
|
# resp.insights[0].filters.confidence[0].lte #=> Float
|
6513
|
-
# resp.insights[0].filters.confidence[0].eq #=> Float
|
6514
6541
|
# resp.insights[0].filters.confidence[0].gt #=> Float
|
6515
6542
|
# resp.insights[0].filters.confidence[0].lt #=> Float
|
6543
|
+
# resp.insights[0].filters.confidence[0].eq #=> Float
|
6516
6544
|
# resp.insights[0].filters.criticality #=> Array
|
6517
6545
|
# resp.insights[0].filters.criticality[0].gte #=> Float
|
6518
6546
|
# resp.insights[0].filters.criticality[0].lte #=> Float
|
6519
|
-
# resp.insights[0].filters.criticality[0].eq #=> Float
|
6520
6547
|
# resp.insights[0].filters.criticality[0].gt #=> Float
|
6521
6548
|
# resp.insights[0].filters.criticality[0].lt #=> Float
|
6549
|
+
# resp.insights[0].filters.criticality[0].eq #=> Float
|
6522
6550
|
# resp.insights[0].filters.title #=> Array
|
6523
6551
|
# resp.insights[0].filters.title[0].value #=> String
|
6524
6552
|
# resp.insights[0].filters.title[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
|
@@ -6570,9 +6598,9 @@ module Aws::SecurityHub
|
|
6570
6598
|
# resp.insights[0].filters.network_source_port #=> Array
|
6571
6599
|
# resp.insights[0].filters.network_source_port[0].gte #=> Float
|
6572
6600
|
# resp.insights[0].filters.network_source_port[0].lte #=> Float
|
6573
|
-
# resp.insights[0].filters.network_source_port[0].eq #=> Float
|
6574
6601
|
# resp.insights[0].filters.network_source_port[0].gt #=> Float
|
6575
6602
|
# resp.insights[0].filters.network_source_port[0].lt #=> Float
|
6603
|
+
# resp.insights[0].filters.network_source_port[0].eq #=> Float
|
6576
6604
|
# resp.insights[0].filters.network_source_domain #=> Array
|
6577
6605
|
# resp.insights[0].filters.network_source_domain[0].value #=> String
|
6578
6606
|
# resp.insights[0].filters.network_source_domain[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
|
@@ -6586,9 +6614,9 @@ module Aws::SecurityHub
|
|
6586
6614
|
# resp.insights[0].filters.network_destination_port #=> Array
|
6587
6615
|
# resp.insights[0].filters.network_destination_port[0].gte #=> Float
|
6588
6616
|
# resp.insights[0].filters.network_destination_port[0].lte #=> Float
|
6589
|
-
# resp.insights[0].filters.network_destination_port[0].eq #=> Float
|
6590
6617
|
# resp.insights[0].filters.network_destination_port[0].gt #=> Float
|
6591
6618
|
# resp.insights[0].filters.network_destination_port[0].lt #=> Float
|
6619
|
+
# resp.insights[0].filters.network_destination_port[0].eq #=> Float
|
6592
6620
|
# resp.insights[0].filters.network_destination_domain #=> Array
|
6593
6621
|
# resp.insights[0].filters.network_destination_domain[0].value #=> String
|
6594
6622
|
# resp.insights[0].filters.network_destination_domain[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
|
@@ -6601,15 +6629,15 @@ module Aws::SecurityHub
|
|
6601
6629
|
# resp.insights[0].filters.process_pid #=> Array
|
6602
6630
|
# resp.insights[0].filters.process_pid[0].gte #=> Float
|
6603
6631
|
# resp.insights[0].filters.process_pid[0].lte #=> Float
|
6604
|
-
# resp.insights[0].filters.process_pid[0].eq #=> Float
|
6605
6632
|
# resp.insights[0].filters.process_pid[0].gt #=> Float
|
6606
6633
|
# resp.insights[0].filters.process_pid[0].lt #=> Float
|
6634
|
+
# resp.insights[0].filters.process_pid[0].eq #=> Float
|
6607
6635
|
# resp.insights[0].filters.process_parent_pid #=> Array
|
6608
6636
|
# resp.insights[0].filters.process_parent_pid[0].gte #=> Float
|
6609
6637
|
# resp.insights[0].filters.process_parent_pid[0].lte #=> Float
|
6610
|
-
# resp.insights[0].filters.process_parent_pid[0].eq #=> Float
|
6611
6638
|
# resp.insights[0].filters.process_parent_pid[0].gt #=> Float
|
6612
6639
|
# resp.insights[0].filters.process_parent_pid[0].lt #=> Float
|
6640
|
+
# resp.insights[0].filters.process_parent_pid[0].eq #=> Float
|
6613
6641
|
# resp.insights[0].filters.process_launched_at #=> Array
|
6614
6642
|
# resp.insights[0].filters.process_launched_at[0].start #=> String
|
6615
6643
|
# resp.insights[0].filters.process_launched_at[0].end #=> String
|
@@ -6761,15 +6789,15 @@ module Aws::SecurityHub
|
|
6761
6789
|
# resp.insights[0].filters.finding_provider_fields_confidence #=> Array
|
6762
6790
|
# resp.insights[0].filters.finding_provider_fields_confidence[0].gte #=> Float
|
6763
6791
|
# resp.insights[0].filters.finding_provider_fields_confidence[0].lte #=> Float
|
6764
|
-
# resp.insights[0].filters.finding_provider_fields_confidence[0].eq #=> Float
|
6765
6792
|
# resp.insights[0].filters.finding_provider_fields_confidence[0].gt #=> Float
|
6766
6793
|
# resp.insights[0].filters.finding_provider_fields_confidence[0].lt #=> Float
|
6794
|
+
# resp.insights[0].filters.finding_provider_fields_confidence[0].eq #=> Float
|
6767
6795
|
# resp.insights[0].filters.finding_provider_fields_criticality #=> Array
|
6768
6796
|
# resp.insights[0].filters.finding_provider_fields_criticality[0].gte #=> Float
|
6769
6797
|
# resp.insights[0].filters.finding_provider_fields_criticality[0].lte #=> Float
|
6770
|
-
# resp.insights[0].filters.finding_provider_fields_criticality[0].eq #=> Float
|
6771
6798
|
# resp.insights[0].filters.finding_provider_fields_criticality[0].gt #=> Float
|
6772
6799
|
# resp.insights[0].filters.finding_provider_fields_criticality[0].lt #=> Float
|
6800
|
+
# resp.insights[0].filters.finding_provider_fields_criticality[0].eq #=> Float
|
6773
6801
|
# resp.insights[0].filters.finding_provider_fields_related_findings_id #=> Array
|
6774
6802
|
# resp.insights[0].filters.finding_provider_fields_related_findings_id[0].value #=> String
|
6775
6803
|
# resp.insights[0].filters.finding_provider_fields_related_findings_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
|
@@ -8707,18 +8735,18 @@ module Aws::SecurityHub
|
|
8707
8735
|
# {
|
8708
8736
|
# gte: 1.0,
|
8709
8737
|
# lte: 1.0,
|
8710
|
-
# eq: 1.0,
|
8711
8738
|
# gt: 1.0,
|
8712
8739
|
# lt: 1.0,
|
8740
|
+
# eq: 1.0,
|
8713
8741
|
# },
|
8714
8742
|
# ],
|
8715
8743
|
# severity_normalized: [
|
8716
8744
|
# {
|
8717
8745
|
# gte: 1.0,
|
8718
8746
|
# lte: 1.0,
|
8719
|
-
# eq: 1.0,
|
8720
8747
|
# gt: 1.0,
|
8721
8748
|
# lt: 1.0,
|
8749
|
+
# eq: 1.0,
|
8722
8750
|
# },
|
8723
8751
|
# ],
|
8724
8752
|
# severity_label: [
|
@@ -8731,18 +8759,18 @@ module Aws::SecurityHub
|
|
8731
8759
|
# {
|
8732
8760
|
# gte: 1.0,
|
8733
8761
|
# lte: 1.0,
|
8734
|
-
# eq: 1.0,
|
8735
8762
|
# gt: 1.0,
|
8736
8763
|
# lt: 1.0,
|
8764
|
+
# eq: 1.0,
|
8737
8765
|
# },
|
8738
8766
|
# ],
|
8739
8767
|
# criticality: [
|
8740
8768
|
# {
|
8741
8769
|
# gte: 1.0,
|
8742
8770
|
# lte: 1.0,
|
8743
|
-
# eq: 1.0,
|
8744
8771
|
# gt: 1.0,
|
8745
8772
|
# lt: 1.0,
|
8773
|
+
# eq: 1.0,
|
8746
8774
|
# },
|
8747
8775
|
# ],
|
8748
8776
|
# title: [
|
@@ -8845,9 +8873,9 @@ module Aws::SecurityHub
|
|
8845
8873
|
# {
|
8846
8874
|
# gte: 1.0,
|
8847
8875
|
# lte: 1.0,
|
8848
|
-
# eq: 1.0,
|
8849
8876
|
# gt: 1.0,
|
8850
8877
|
# lt: 1.0,
|
8878
|
+
# eq: 1.0,
|
8851
8879
|
# },
|
8852
8880
|
# ],
|
8853
8881
|
# network_source_domain: [
|
@@ -8876,9 +8904,9 @@ module Aws::SecurityHub
|
|
8876
8904
|
# {
|
8877
8905
|
# gte: 1.0,
|
8878
8906
|
# lte: 1.0,
|
8879
|
-
# eq: 1.0,
|
8880
8907
|
# gt: 1.0,
|
8881
8908
|
# lt: 1.0,
|
8909
|
+
# eq: 1.0,
|
8882
8910
|
# },
|
8883
8911
|
# ],
|
8884
8912
|
# network_destination_domain: [
|
@@ -8903,18 +8931,18 @@ module Aws::SecurityHub
|
|
8903
8931
|
# {
|
8904
8932
|
# gte: 1.0,
|
8905
8933
|
# lte: 1.0,
|
8906
|
-
# eq: 1.0,
|
8907
8934
|
# gt: 1.0,
|
8908
8935
|
# lt: 1.0,
|
8936
|
+
# eq: 1.0,
|
8909
8937
|
# },
|
8910
8938
|
# ],
|
8911
8939
|
# process_parent_pid: [
|
8912
8940
|
# {
|
8913
8941
|
# gte: 1.0,
|
8914
8942
|
# lte: 1.0,
|
8915
|
-
# eq: 1.0,
|
8916
8943
|
# gt: 1.0,
|
8917
8944
|
# lt: 1.0,
|
8945
|
+
# eq: 1.0,
|
8918
8946
|
# },
|
8919
8947
|
# ],
|
8920
8948
|
# process_launched_at: [
|
@@ -9218,18 +9246,18 @@ module Aws::SecurityHub
|
|
9218
9246
|
# {
|
9219
9247
|
# gte: 1.0,
|
9220
9248
|
# lte: 1.0,
|
9221
|
-
# eq: 1.0,
|
9222
9249
|
# gt: 1.0,
|
9223
9250
|
# lt: 1.0,
|
9251
|
+
# eq: 1.0,
|
9224
9252
|
# },
|
9225
9253
|
# ],
|
9226
9254
|
# finding_provider_fields_criticality: [
|
9227
9255
|
# {
|
9228
9256
|
# gte: 1.0,
|
9229
9257
|
# lte: 1.0,
|
9230
|
-
# eq: 1.0,
|
9231
9258
|
# gt: 1.0,
|
9232
9259
|
# lt: 1.0,
|
9260
|
+
# eq: 1.0,
|
9233
9261
|
# },
|
9234
9262
|
# ],
|
9235
9263
|
# finding_provider_fields_related_findings_id: [
|
@@ -9465,18 +9493,18 @@ module Aws::SecurityHub
|
|
9465
9493
|
# {
|
9466
9494
|
# gte: 1.0,
|
9467
9495
|
# lte: 1.0,
|
9468
|
-
# eq: 1.0,
|
9469
9496
|
# gt: 1.0,
|
9470
9497
|
# lt: 1.0,
|
9498
|
+
# eq: 1.0,
|
9471
9499
|
# },
|
9472
9500
|
# ],
|
9473
9501
|
# severity_normalized: [
|
9474
9502
|
# {
|
9475
9503
|
# gte: 1.0,
|
9476
9504
|
# lte: 1.0,
|
9477
|
-
# eq: 1.0,
|
9478
9505
|
# gt: 1.0,
|
9479
9506
|
# lt: 1.0,
|
9507
|
+
# eq: 1.0,
|
9480
9508
|
# },
|
9481
9509
|
# ],
|
9482
9510
|
# severity_label: [
|
@@ -9489,18 +9517,18 @@ module Aws::SecurityHub
|
|
9489
9517
|
# {
|
9490
9518
|
# gte: 1.0,
|
9491
9519
|
# lte: 1.0,
|
9492
|
-
# eq: 1.0,
|
9493
9520
|
# gt: 1.0,
|
9494
9521
|
# lt: 1.0,
|
9522
|
+
# eq: 1.0,
|
9495
9523
|
# },
|
9496
9524
|
# ],
|
9497
9525
|
# criticality: [
|
9498
9526
|
# {
|
9499
9527
|
# gte: 1.0,
|
9500
9528
|
# lte: 1.0,
|
9501
|
-
# eq: 1.0,
|
9502
9529
|
# gt: 1.0,
|
9503
9530
|
# lt: 1.0,
|
9531
|
+
# eq: 1.0,
|
9504
9532
|
# },
|
9505
9533
|
# ],
|
9506
9534
|
# title: [
|
@@ -9603,9 +9631,9 @@ module Aws::SecurityHub
|
|
9603
9631
|
# {
|
9604
9632
|
# gte: 1.0,
|
9605
9633
|
# lte: 1.0,
|
9606
|
-
# eq: 1.0,
|
9607
9634
|
# gt: 1.0,
|
9608
9635
|
# lt: 1.0,
|
9636
|
+
# eq: 1.0,
|
9609
9637
|
# },
|
9610
9638
|
# ],
|
9611
9639
|
# network_source_domain: [
|
@@ -9634,9 +9662,9 @@ module Aws::SecurityHub
|
|
9634
9662
|
# {
|
9635
9663
|
# gte: 1.0,
|
9636
9664
|
# lte: 1.0,
|
9637
|
-
# eq: 1.0,
|
9638
9665
|
# gt: 1.0,
|
9639
9666
|
# lt: 1.0,
|
9667
|
+
# eq: 1.0,
|
9640
9668
|
# },
|
9641
9669
|
# ],
|
9642
9670
|
# network_destination_domain: [
|
@@ -9661,18 +9689,18 @@ module Aws::SecurityHub
|
|
9661
9689
|
# {
|
9662
9690
|
# gte: 1.0,
|
9663
9691
|
# lte: 1.0,
|
9664
|
-
# eq: 1.0,
|
9665
9692
|
# gt: 1.0,
|
9666
9693
|
# lt: 1.0,
|
9694
|
+
# eq: 1.0,
|
9667
9695
|
# },
|
9668
9696
|
# ],
|
9669
9697
|
# process_parent_pid: [
|
9670
9698
|
# {
|
9671
9699
|
# gte: 1.0,
|
9672
9700
|
# lte: 1.0,
|
9673
|
-
# eq: 1.0,
|
9674
9701
|
# gt: 1.0,
|
9675
9702
|
# lt: 1.0,
|
9703
|
+
# eq: 1.0,
|
9676
9704
|
# },
|
9677
9705
|
# ],
|
9678
9706
|
# process_launched_at: [
|
@@ -9976,18 +10004,18 @@ module Aws::SecurityHub
|
|
9976
10004
|
# {
|
9977
10005
|
# gte: 1.0,
|
9978
10006
|
# lte: 1.0,
|
9979
|
-
# eq: 1.0,
|
9980
10007
|
# gt: 1.0,
|
9981
10008
|
# lt: 1.0,
|
10009
|
+
# eq: 1.0,
|
9982
10010
|
# },
|
9983
10011
|
# ],
|
9984
10012
|
# finding_provider_fields_criticality: [
|
9985
10013
|
# {
|
9986
10014
|
# gte: 1.0,
|
9987
10015
|
# lte: 1.0,
|
9988
|
-
# eq: 1.0,
|
9989
10016
|
# gt: 1.0,
|
9990
10017
|
# lt: 1.0,
|
10018
|
+
# eq: 1.0,
|
9991
10019
|
# },
|
9992
10020
|
# ],
|
9993
10021
|
# finding_provider_fields_related_findings_id: [
|
@@ -10348,7 +10376,7 @@ module Aws::SecurityHub
|
|
10348
10376
|
params: params,
|
10349
10377
|
config: config)
|
10350
10378
|
context[:gem_name] = 'aws-sdk-securityhub'
|
10351
|
-
context[:gem_version] = '1.
|
10379
|
+
context[:gem_version] = '1.103.0'
|
10352
10380
|
Seahorse::Client::Request.new(handlers, context)
|
10353
10381
|
end
|
10354
10382
|
|
@@ -6012,9 +6012,9 @@ module Aws::SecurityHub
|
|
6012
6012
|
|
6013
6013
|
NumberFilter.add_member(:gte, Shapes::ShapeRef.new(shape: Double, location_name: "Gte"))
|
6014
6014
|
NumberFilter.add_member(:lte, Shapes::ShapeRef.new(shape: Double, location_name: "Lte"))
|
6015
|
-
NumberFilter.add_member(:eq, Shapes::ShapeRef.new(shape: Double, location_name: "Eq"))
|
6016
6015
|
NumberFilter.add_member(:gt, Shapes::ShapeRef.new(shape: Double, location_name: "Gt"))
|
6017
6016
|
NumberFilter.add_member(:lt, Shapes::ShapeRef.new(shape: Double, location_name: "Lt"))
|
6017
|
+
NumberFilter.add_member(:eq, Shapes::ShapeRef.new(shape: Double, location_name: "Eq"))
|
6018
6018
|
NumberFilter.struct_class = Types::NumberFilter
|
6019
6019
|
|
6020
6020
|
NumberFilterList.member = Shapes::ShapeRef.new(shape: NumberFilter)
|
@@ -6871,6 +6871,7 @@ module Aws::SecurityHub
|
|
6871
6871
|
Vulnerability.add_member(:fix_available, Shapes::ShapeRef.new(shape: VulnerabilityFixAvailable, location_name: "FixAvailable"))
|
6872
6872
|
Vulnerability.add_member(:epss_score, Shapes::ShapeRef.new(shape: Double, location_name: "EpssScore"))
|
6873
6873
|
Vulnerability.add_member(:exploit_available, Shapes::ShapeRef.new(shape: VulnerabilityExploitAvailable, location_name: "ExploitAvailable"))
|
6874
|
+
Vulnerability.add_member(:last_known_exploit_at, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LastKnownExploitAt"))
|
6874
6875
|
Vulnerability.add_member(:code_vulnerabilities, Shapes::ShapeRef.new(shape: VulnerabilityCodeVulnerabilitiesList, location_name: "CodeVulnerabilities"))
|
6875
6876
|
Vulnerability.struct_class = Types::Vulnerability
|
6876
6877
|
|