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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 700648dd642395831cca98722aa83f0935fad6c899d9ca904c142d7500f748a7
4
- data.tar.gz: ecbd911cad80f4c15bfa2e076d815d1b57e1b42d296a1fa4363c9524cc74b202
3
+ metadata.gz: 853d18c7d64091277175693e98d65347b1f267274ab11a48fb81dfc7c6c5eb2c
4
+ data.tar.gz: 600395dc5e31f7ac79154d7a4fc73d2703814c5bfb7080d0a15df460c73dd31a
5
5
  SHA512:
6
- metadata.gz: 9a1bbc0018b4391794eafb94873c82e17c6a07aa3d17d15175ea2a7b2fe9d445863216ae7f07e27e9f47c93ed49d16104332b4e5f8cc88f7bb1a4e72e741b0e9
7
- data.tar.gz: 85190e0df4dbf6ed357427a3647e45d88ed93df8a4d27395f70d2f795387f3957e4e2a0f69a6f8720dc713b5ecec70e3bd6d95fea961defa9156f064135fdb3d
6
+ metadata.gz: 49252005fb6e639e116f91a79c88cc05d47f80140fdbf129f94aef0b23b827f778b5f67062d8c6fb4d615afe4c9d4306e938183f3b3ae09e01851b24452057dc
7
+ data.tar.gz: 6a6e485001338e1520e41e447cdc36035603bf593638f4e6a0d1384b540ecc07b0f3df3c3da1d2a42c9eccb06de7017c3f853e92932000c0726212b1a498cdb7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.102.0 (2024-03-22)
5
+ ------------------
6
+
7
+ * Feature - Added new resource detail object to ASFF, including resource for LastKnownExploitAt
8
+
9
+ 1.101.0 (2024-01-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.100.0 (2024-01-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.100.0
1
+ 1.102.0
@@ -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: [
@@ -5686,18 +5686,18 @@ module Aws::SecurityHub
5686
5686
  # {
5687
5687
  # gte: 1.0,
5688
5688
  # lte: 1.0,
5689
- # eq: 1.0,
5690
5689
  # gt: 1.0,
5691
5690
  # lt: 1.0,
5691
+ # eq: 1.0,
5692
5692
  # },
5693
5693
  # ],
5694
5694
  # severity_normalized: [
5695
5695
  # {
5696
5696
  # gte: 1.0,
5697
5697
  # lte: 1.0,
5698
- # eq: 1.0,
5699
5698
  # gt: 1.0,
5700
5699
  # lt: 1.0,
5700
+ # eq: 1.0,
5701
5701
  # },
5702
5702
  # ],
5703
5703
  # severity_label: [
@@ -5710,18 +5710,18 @@ module Aws::SecurityHub
5710
5710
  # {
5711
5711
  # gte: 1.0,
5712
5712
  # lte: 1.0,
5713
- # eq: 1.0,
5714
5713
  # gt: 1.0,
5715
5714
  # lt: 1.0,
5715
+ # eq: 1.0,
5716
5716
  # },
5717
5717
  # ],
5718
5718
  # criticality: [
5719
5719
  # {
5720
5720
  # gte: 1.0,
5721
5721
  # lte: 1.0,
5722
- # eq: 1.0,
5723
5722
  # gt: 1.0,
5724
5723
  # lt: 1.0,
5724
+ # eq: 1.0,
5725
5725
  # },
5726
5726
  # ],
5727
5727
  # title: [
@@ -5824,9 +5824,9 @@ module Aws::SecurityHub
5824
5824
  # {
5825
5825
  # gte: 1.0,
5826
5826
  # lte: 1.0,
5827
- # eq: 1.0,
5828
5827
  # gt: 1.0,
5829
5828
  # lt: 1.0,
5829
+ # eq: 1.0,
5830
5830
  # },
5831
5831
  # ],
5832
5832
  # network_source_domain: [
@@ -5855,9 +5855,9 @@ module Aws::SecurityHub
5855
5855
  # {
5856
5856
  # gte: 1.0,
5857
5857
  # lte: 1.0,
5858
- # eq: 1.0,
5859
5858
  # gt: 1.0,
5860
5859
  # lt: 1.0,
5860
+ # eq: 1.0,
5861
5861
  # },
5862
5862
  # ],
5863
5863
  # network_destination_domain: [
@@ -5882,18 +5882,18 @@ module Aws::SecurityHub
5882
5882
  # {
5883
5883
  # gte: 1.0,
5884
5884
  # lte: 1.0,
5885
- # eq: 1.0,
5886
5885
  # gt: 1.0,
5887
5886
  # lt: 1.0,
5887
+ # eq: 1.0,
5888
5888
  # },
5889
5889
  # ],
5890
5890
  # process_parent_pid: [
5891
5891
  # {
5892
5892
  # gte: 1.0,
5893
5893
  # lte: 1.0,
5894
- # eq: 1.0,
5895
5894
  # gt: 1.0,
5896
5895
  # lt: 1.0,
5896
+ # eq: 1.0,
5897
5897
  # },
5898
5898
  # ],
5899
5899
  # process_launched_at: [
@@ -6197,18 +6197,18 @@ module Aws::SecurityHub
6197
6197
  # {
6198
6198
  # gte: 1.0,
6199
6199
  # lte: 1.0,
6200
- # eq: 1.0,
6201
6200
  # gt: 1.0,
6202
6201
  # lt: 1.0,
6202
+ # eq: 1.0,
6203
6203
  # },
6204
6204
  # ],
6205
6205
  # finding_provider_fields_criticality: [
6206
6206
  # {
6207
6207
  # gte: 1.0,
6208
6208
  # lte: 1.0,
6209
- # eq: 1.0,
6210
6209
  # gt: 1.0,
6211
6210
  # lt: 1.0,
6211
+ # eq: 1.0,
6212
6212
  # },
6213
6213
  # ],
6214
6214
  # finding_provider_fields_related_findings_id: [
@@ -6495,30 +6495,30 @@ module Aws::SecurityHub
6495
6495
  # resp.insights[0].filters.severity_product #=> Array
6496
6496
  # resp.insights[0].filters.severity_product[0].gte #=> Float
6497
6497
  # resp.insights[0].filters.severity_product[0].lte #=> Float
6498
- # resp.insights[0].filters.severity_product[0].eq #=> Float
6499
6498
  # resp.insights[0].filters.severity_product[0].gt #=> Float
6500
6499
  # resp.insights[0].filters.severity_product[0].lt #=> Float
6500
+ # resp.insights[0].filters.severity_product[0].eq #=> Float
6501
6501
  # resp.insights[0].filters.severity_normalized #=> Array
6502
6502
  # resp.insights[0].filters.severity_normalized[0].gte #=> Float
6503
6503
  # resp.insights[0].filters.severity_normalized[0].lte #=> Float
6504
- # resp.insights[0].filters.severity_normalized[0].eq #=> Float
6505
6504
  # resp.insights[0].filters.severity_normalized[0].gt #=> Float
6506
6505
  # resp.insights[0].filters.severity_normalized[0].lt #=> Float
6506
+ # resp.insights[0].filters.severity_normalized[0].eq #=> Float
6507
6507
  # resp.insights[0].filters.severity_label #=> Array
6508
6508
  # resp.insights[0].filters.severity_label[0].value #=> String
6509
6509
  # resp.insights[0].filters.severity_label[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
6510
6510
  # resp.insights[0].filters.confidence #=> Array
6511
6511
  # resp.insights[0].filters.confidence[0].gte #=> Float
6512
6512
  # resp.insights[0].filters.confidence[0].lte #=> Float
6513
- # resp.insights[0].filters.confidence[0].eq #=> Float
6514
6513
  # resp.insights[0].filters.confidence[0].gt #=> Float
6515
6514
  # resp.insights[0].filters.confidence[0].lt #=> Float
6515
+ # resp.insights[0].filters.confidence[0].eq #=> Float
6516
6516
  # resp.insights[0].filters.criticality #=> Array
6517
6517
  # resp.insights[0].filters.criticality[0].gte #=> Float
6518
6518
  # resp.insights[0].filters.criticality[0].lte #=> Float
6519
- # resp.insights[0].filters.criticality[0].eq #=> Float
6520
6519
  # resp.insights[0].filters.criticality[0].gt #=> Float
6521
6520
  # resp.insights[0].filters.criticality[0].lt #=> Float
6521
+ # resp.insights[0].filters.criticality[0].eq #=> Float
6522
6522
  # resp.insights[0].filters.title #=> Array
6523
6523
  # resp.insights[0].filters.title[0].value #=> String
6524
6524
  # resp.insights[0].filters.title[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
@@ -6570,9 +6570,9 @@ module Aws::SecurityHub
6570
6570
  # resp.insights[0].filters.network_source_port #=> Array
6571
6571
  # resp.insights[0].filters.network_source_port[0].gte #=> Float
6572
6572
  # resp.insights[0].filters.network_source_port[0].lte #=> Float
6573
- # resp.insights[0].filters.network_source_port[0].eq #=> Float
6574
6573
  # resp.insights[0].filters.network_source_port[0].gt #=> Float
6575
6574
  # resp.insights[0].filters.network_source_port[0].lt #=> Float
6575
+ # resp.insights[0].filters.network_source_port[0].eq #=> Float
6576
6576
  # resp.insights[0].filters.network_source_domain #=> Array
6577
6577
  # resp.insights[0].filters.network_source_domain[0].value #=> String
6578
6578
  # resp.insights[0].filters.network_source_domain[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
@@ -6586,9 +6586,9 @@ module Aws::SecurityHub
6586
6586
  # resp.insights[0].filters.network_destination_port #=> Array
6587
6587
  # resp.insights[0].filters.network_destination_port[0].gte #=> Float
6588
6588
  # resp.insights[0].filters.network_destination_port[0].lte #=> Float
6589
- # resp.insights[0].filters.network_destination_port[0].eq #=> Float
6590
6589
  # resp.insights[0].filters.network_destination_port[0].gt #=> Float
6591
6590
  # resp.insights[0].filters.network_destination_port[0].lt #=> Float
6591
+ # resp.insights[0].filters.network_destination_port[0].eq #=> Float
6592
6592
  # resp.insights[0].filters.network_destination_domain #=> Array
6593
6593
  # resp.insights[0].filters.network_destination_domain[0].value #=> String
6594
6594
  # resp.insights[0].filters.network_destination_domain[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
@@ -6601,15 +6601,15 @@ module Aws::SecurityHub
6601
6601
  # resp.insights[0].filters.process_pid #=> Array
6602
6602
  # resp.insights[0].filters.process_pid[0].gte #=> Float
6603
6603
  # resp.insights[0].filters.process_pid[0].lte #=> Float
6604
- # resp.insights[0].filters.process_pid[0].eq #=> Float
6605
6604
  # resp.insights[0].filters.process_pid[0].gt #=> Float
6606
6605
  # resp.insights[0].filters.process_pid[0].lt #=> Float
6606
+ # resp.insights[0].filters.process_pid[0].eq #=> Float
6607
6607
  # resp.insights[0].filters.process_parent_pid #=> Array
6608
6608
  # resp.insights[0].filters.process_parent_pid[0].gte #=> Float
6609
6609
  # resp.insights[0].filters.process_parent_pid[0].lte #=> Float
6610
- # resp.insights[0].filters.process_parent_pid[0].eq #=> Float
6611
6610
  # resp.insights[0].filters.process_parent_pid[0].gt #=> Float
6612
6611
  # resp.insights[0].filters.process_parent_pid[0].lt #=> Float
6612
+ # resp.insights[0].filters.process_parent_pid[0].eq #=> Float
6613
6613
  # resp.insights[0].filters.process_launched_at #=> Array
6614
6614
  # resp.insights[0].filters.process_launched_at[0].start #=> String
6615
6615
  # resp.insights[0].filters.process_launched_at[0].end #=> String
@@ -6761,15 +6761,15 @@ module Aws::SecurityHub
6761
6761
  # resp.insights[0].filters.finding_provider_fields_confidence #=> Array
6762
6762
  # resp.insights[0].filters.finding_provider_fields_confidence[0].gte #=> Float
6763
6763
  # resp.insights[0].filters.finding_provider_fields_confidence[0].lte #=> Float
6764
- # resp.insights[0].filters.finding_provider_fields_confidence[0].eq #=> Float
6765
6764
  # resp.insights[0].filters.finding_provider_fields_confidence[0].gt #=> Float
6766
6765
  # resp.insights[0].filters.finding_provider_fields_confidence[0].lt #=> Float
6766
+ # resp.insights[0].filters.finding_provider_fields_confidence[0].eq #=> Float
6767
6767
  # resp.insights[0].filters.finding_provider_fields_criticality #=> Array
6768
6768
  # resp.insights[0].filters.finding_provider_fields_criticality[0].gte #=> Float
6769
6769
  # resp.insights[0].filters.finding_provider_fields_criticality[0].lte #=> Float
6770
- # resp.insights[0].filters.finding_provider_fields_criticality[0].eq #=> Float
6771
6770
  # resp.insights[0].filters.finding_provider_fields_criticality[0].gt #=> Float
6772
6771
  # resp.insights[0].filters.finding_provider_fields_criticality[0].lt #=> Float
6772
+ # resp.insights[0].filters.finding_provider_fields_criticality[0].eq #=> Float
6773
6773
  # resp.insights[0].filters.finding_provider_fields_related_findings_id #=> Array
6774
6774
  # resp.insights[0].filters.finding_provider_fields_related_findings_id[0].value #=> String
6775
6775
  # 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 +8707,18 @@ module Aws::SecurityHub
8707
8707
  # {
8708
8708
  # gte: 1.0,
8709
8709
  # lte: 1.0,
8710
- # eq: 1.0,
8711
8710
  # gt: 1.0,
8712
8711
  # lt: 1.0,
8712
+ # eq: 1.0,
8713
8713
  # },
8714
8714
  # ],
8715
8715
  # severity_normalized: [
8716
8716
  # {
8717
8717
  # gte: 1.0,
8718
8718
  # lte: 1.0,
8719
- # eq: 1.0,
8720
8719
  # gt: 1.0,
8721
8720
  # lt: 1.0,
8721
+ # eq: 1.0,
8722
8722
  # },
8723
8723
  # ],
8724
8724
  # severity_label: [
@@ -8731,18 +8731,18 @@ module Aws::SecurityHub
8731
8731
  # {
8732
8732
  # gte: 1.0,
8733
8733
  # lte: 1.0,
8734
- # eq: 1.0,
8735
8734
  # gt: 1.0,
8736
8735
  # lt: 1.0,
8736
+ # eq: 1.0,
8737
8737
  # },
8738
8738
  # ],
8739
8739
  # criticality: [
8740
8740
  # {
8741
8741
  # gte: 1.0,
8742
8742
  # lte: 1.0,
8743
- # eq: 1.0,
8744
8743
  # gt: 1.0,
8745
8744
  # lt: 1.0,
8745
+ # eq: 1.0,
8746
8746
  # },
8747
8747
  # ],
8748
8748
  # title: [
@@ -8845,9 +8845,9 @@ module Aws::SecurityHub
8845
8845
  # {
8846
8846
  # gte: 1.0,
8847
8847
  # lte: 1.0,
8848
- # eq: 1.0,
8849
8848
  # gt: 1.0,
8850
8849
  # lt: 1.0,
8850
+ # eq: 1.0,
8851
8851
  # },
8852
8852
  # ],
8853
8853
  # network_source_domain: [
@@ -8876,9 +8876,9 @@ module Aws::SecurityHub
8876
8876
  # {
8877
8877
  # gte: 1.0,
8878
8878
  # lte: 1.0,
8879
- # eq: 1.0,
8880
8879
  # gt: 1.0,
8881
8880
  # lt: 1.0,
8881
+ # eq: 1.0,
8882
8882
  # },
8883
8883
  # ],
8884
8884
  # network_destination_domain: [
@@ -8903,18 +8903,18 @@ module Aws::SecurityHub
8903
8903
  # {
8904
8904
  # gte: 1.0,
8905
8905
  # lte: 1.0,
8906
- # eq: 1.0,
8907
8906
  # gt: 1.0,
8908
8907
  # lt: 1.0,
8908
+ # eq: 1.0,
8909
8909
  # },
8910
8910
  # ],
8911
8911
  # process_parent_pid: [
8912
8912
  # {
8913
8913
  # gte: 1.0,
8914
8914
  # lte: 1.0,
8915
- # eq: 1.0,
8916
8915
  # gt: 1.0,
8917
8916
  # lt: 1.0,
8917
+ # eq: 1.0,
8918
8918
  # },
8919
8919
  # ],
8920
8920
  # process_launched_at: [
@@ -9218,18 +9218,18 @@ module Aws::SecurityHub
9218
9218
  # {
9219
9219
  # gte: 1.0,
9220
9220
  # lte: 1.0,
9221
- # eq: 1.0,
9222
9221
  # gt: 1.0,
9223
9222
  # lt: 1.0,
9223
+ # eq: 1.0,
9224
9224
  # },
9225
9225
  # ],
9226
9226
  # finding_provider_fields_criticality: [
9227
9227
  # {
9228
9228
  # gte: 1.0,
9229
9229
  # lte: 1.0,
9230
- # eq: 1.0,
9231
9230
  # gt: 1.0,
9232
9231
  # lt: 1.0,
9232
+ # eq: 1.0,
9233
9233
  # },
9234
9234
  # ],
9235
9235
  # finding_provider_fields_related_findings_id: [
@@ -9465,18 +9465,18 @@ module Aws::SecurityHub
9465
9465
  # {
9466
9466
  # gte: 1.0,
9467
9467
  # lte: 1.0,
9468
- # eq: 1.0,
9469
9468
  # gt: 1.0,
9470
9469
  # lt: 1.0,
9470
+ # eq: 1.0,
9471
9471
  # },
9472
9472
  # ],
9473
9473
  # severity_normalized: [
9474
9474
  # {
9475
9475
  # gte: 1.0,
9476
9476
  # lte: 1.0,
9477
- # eq: 1.0,
9478
9477
  # gt: 1.0,
9479
9478
  # lt: 1.0,
9479
+ # eq: 1.0,
9480
9480
  # },
9481
9481
  # ],
9482
9482
  # severity_label: [
@@ -9489,18 +9489,18 @@ module Aws::SecurityHub
9489
9489
  # {
9490
9490
  # gte: 1.0,
9491
9491
  # lte: 1.0,
9492
- # eq: 1.0,
9493
9492
  # gt: 1.0,
9494
9493
  # lt: 1.0,
9494
+ # eq: 1.0,
9495
9495
  # },
9496
9496
  # ],
9497
9497
  # criticality: [
9498
9498
  # {
9499
9499
  # gte: 1.0,
9500
9500
  # lte: 1.0,
9501
- # eq: 1.0,
9502
9501
  # gt: 1.0,
9503
9502
  # lt: 1.0,
9503
+ # eq: 1.0,
9504
9504
  # },
9505
9505
  # ],
9506
9506
  # title: [
@@ -9603,9 +9603,9 @@ module Aws::SecurityHub
9603
9603
  # {
9604
9604
  # gte: 1.0,
9605
9605
  # lte: 1.0,
9606
- # eq: 1.0,
9607
9606
  # gt: 1.0,
9608
9607
  # lt: 1.0,
9608
+ # eq: 1.0,
9609
9609
  # },
9610
9610
  # ],
9611
9611
  # network_source_domain: [
@@ -9634,9 +9634,9 @@ module Aws::SecurityHub
9634
9634
  # {
9635
9635
  # gte: 1.0,
9636
9636
  # lte: 1.0,
9637
- # eq: 1.0,
9638
9637
  # gt: 1.0,
9639
9638
  # lt: 1.0,
9639
+ # eq: 1.0,
9640
9640
  # },
9641
9641
  # ],
9642
9642
  # network_destination_domain: [
@@ -9661,18 +9661,18 @@ module Aws::SecurityHub
9661
9661
  # {
9662
9662
  # gte: 1.0,
9663
9663
  # lte: 1.0,
9664
- # eq: 1.0,
9665
9664
  # gt: 1.0,
9666
9665
  # lt: 1.0,
9666
+ # eq: 1.0,
9667
9667
  # },
9668
9668
  # ],
9669
9669
  # process_parent_pid: [
9670
9670
  # {
9671
9671
  # gte: 1.0,
9672
9672
  # lte: 1.0,
9673
- # eq: 1.0,
9674
9673
  # gt: 1.0,
9675
9674
  # lt: 1.0,
9675
+ # eq: 1.0,
9676
9676
  # },
9677
9677
  # ],
9678
9678
  # process_launched_at: [
@@ -9976,18 +9976,18 @@ module Aws::SecurityHub
9976
9976
  # {
9977
9977
  # gte: 1.0,
9978
9978
  # lte: 1.0,
9979
- # eq: 1.0,
9980
9979
  # gt: 1.0,
9981
9980
  # lt: 1.0,
9981
+ # eq: 1.0,
9982
9982
  # },
9983
9983
  # ],
9984
9984
  # finding_provider_fields_criticality: [
9985
9985
  # {
9986
9986
  # gte: 1.0,
9987
9987
  # lte: 1.0,
9988
- # eq: 1.0,
9989
9988
  # gt: 1.0,
9990
9989
  # lt: 1.0,
9990
+ # eq: 1.0,
9991
9991
  # },
9992
9992
  # ],
9993
9993
  # finding_provider_fields_related_findings_id: [
@@ -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.100.0'
10351
+ context[:gem_version] = '1.102.0'
10352
10352
  Seahorse::Client::Request.new(handlers, context)
10353
10353
  end
10354
10354
 
@@ -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
 
@@ -14,6 +14,7 @@ module Aws::SecurityHub
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::SecurityHub::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\