aws-sdk-securityhub 1.113.0 → 1.114.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -881,15 +881,15 @@ module Aws::SecurityHub
881
881
  # resp.rules[0].criteria.confidence #=> Array
882
882
  # resp.rules[0].criteria.confidence[0].gte #=> Float
883
883
  # resp.rules[0].criteria.confidence[0].lte #=> Float
884
+ # resp.rules[0].criteria.confidence[0].eq #=> Float
884
885
  # resp.rules[0].criteria.confidence[0].gt #=> Float
885
886
  # resp.rules[0].criteria.confidence[0].lt #=> Float
886
- # resp.rules[0].criteria.confidence[0].eq #=> Float
887
887
  # resp.rules[0].criteria.criticality #=> Array
888
888
  # resp.rules[0].criteria.criticality[0].gte #=> Float
889
889
  # resp.rules[0].criteria.criticality[0].lte #=> Float
890
+ # resp.rules[0].criteria.criticality[0].eq #=> Float
890
891
  # resp.rules[0].criteria.criticality[0].gt #=> Float
891
892
  # resp.rules[0].criteria.criticality[0].lt #=> Float
892
- # resp.rules[0].criteria.criticality[0].eq #=> Float
893
893
  # resp.rules[0].criteria.title #=> Array
894
894
  # resp.rules[0].criteria.title[0].value #=> String
895
895
  # resp.rules[0].criteria.title[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
@@ -1589,18 +1589,18 @@ module Aws::SecurityHub
1589
1589
  # {
1590
1590
  # gte: 1.0,
1591
1591
  # lte: 1.0,
1592
+ # eq: 1.0,
1592
1593
  # gt: 1.0,
1593
1594
  # lt: 1.0,
1594
- # eq: 1.0,
1595
1595
  # },
1596
1596
  # ],
1597
1597
  # criticality: [
1598
1598
  # {
1599
1599
  # gte: 1.0,
1600
1600
  # lte: 1.0,
1601
+ # eq: 1.0,
1601
1602
  # gt: 1.0,
1602
1603
  # lt: 1.0,
1603
- # eq: 1.0,
1604
1604
  # },
1605
1605
  # ],
1606
1606
  # title: [
@@ -2400,18 +2400,18 @@ module Aws::SecurityHub
2400
2400
  # {
2401
2401
  # gte: 1.0,
2402
2402
  # lte: 1.0,
2403
+ # eq: 1.0,
2403
2404
  # gt: 1.0,
2404
2405
  # lt: 1.0,
2405
- # eq: 1.0,
2406
2406
  # },
2407
2407
  # ],
2408
2408
  # criticality: [
2409
2409
  # {
2410
2410
  # gte: 1.0,
2411
2411
  # lte: 1.0,
2412
+ # eq: 1.0,
2412
2413
  # gt: 1.0,
2413
2414
  # lt: 1.0,
2414
- # eq: 1.0,
2415
2415
  # },
2416
2416
  # ],
2417
2417
  # title: [
@@ -2847,21 +2847,24 @@ module Aws::SecurityHub
2847
2847
  #
2848
2848
  # The options are as follows:
2849
2849
  #
2850
- # * `ALL_REGIONS` - Indicates to aggregate findings from all of the
2851
- # Regions where Security Hub is enabled. When you choose this option,
2852
- # Security Hub also automatically aggregates findings from new Regions
2853
- # as Security Hub supports them and you opt into them.
2850
+ # * `ALL_REGIONS` - Aggregates findings from all of the Regions where
2851
+ # Security Hub is enabled. When you choose this option, Security Hub
2852
+ # also automatically aggregates findings from new Regions as Security
2853
+ # Hub supports them and you opt into them.
2854
2854
  #
2855
- # * `ALL_REGIONS_EXCEPT_SPECIFIED` - Indicates to aggregate findings
2856
- # from all of the Regions where Security Hub is enabled, except for
2857
- # the Regions listed in the `Regions` parameter. When you choose this
2858
- # option, Security Hub also automatically aggregates findings from new
2859
- # Regions as Security Hub supports them and you opt into them.
2855
+ # * `ALL_REGIONS_EXCEPT_SPECIFIED` - Aggregates findings from all of the
2856
+ # Regions where Security Hub is enabled, except for the Regions listed
2857
+ # in the `Regions` parameter. When you choose this option, Security
2858
+ # Hub also automatically aggregates findings from new Regions as
2859
+ # Security Hub supports them and you opt into them.
2860
2860
  #
2861
- # * `SPECIFIED_REGIONS` - Indicates to aggregate findings only from the
2862
- # Regions listed in the `Regions` parameter. Security Hub does not
2861
+ # * `SPECIFIED_REGIONS` - Aggregates findings only from the Regions
2862
+ # listed in the `Regions` parameter. Security Hub does not
2863
2863
  # automatically aggregate findings from new Regions.
2864
2864
  #
2865
+ # * `NO_REGIONS` - Aggregates no data because no Regions are selected as
2866
+ # linked Regions.
2867
+ #
2865
2868
  # @option params [Array<String>] :regions
2866
2869
  # If `RegionLinkingMode` is `ALL_REGIONS_EXCEPT_SPECIFIED`, then this is
2867
2870
  # a space-separated list of Regions that do not aggregate findings to
@@ -2871,6 +2874,9 @@ module Aws::SecurityHub
2871
2874
  # space-separated list of Regions that do aggregate findings to the
2872
2875
  # aggregation Region.
2873
2876
  #
2877
+ # An `InvalidInputException` error results if you populate this field
2878
+ # while `RegionLinkingMode` is `NO_REGIONS`.
2879
+ #
2874
2880
  # @return [Types::CreateFindingAggregatorResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2875
2881
  #
2876
2882
  # * {Types::CreateFindingAggregatorResponse#finding_aggregator_arn #finding_aggregator_arn} => String
@@ -3066,18 +3072,18 @@ module Aws::SecurityHub
3066
3072
  # {
3067
3073
  # gte: 1.0,
3068
3074
  # lte: 1.0,
3075
+ # eq: 1.0,
3069
3076
  # gt: 1.0,
3070
3077
  # lt: 1.0,
3071
- # eq: 1.0,
3072
3078
  # },
3073
3079
  # ],
3074
3080
  # severity_normalized: [
3075
3081
  # {
3076
3082
  # gte: 1.0,
3077
3083
  # lte: 1.0,
3084
+ # eq: 1.0,
3078
3085
  # gt: 1.0,
3079
3086
  # lt: 1.0,
3080
- # eq: 1.0,
3081
3087
  # },
3082
3088
  # ],
3083
3089
  # severity_label: [
@@ -3090,18 +3096,18 @@ module Aws::SecurityHub
3090
3096
  # {
3091
3097
  # gte: 1.0,
3092
3098
  # lte: 1.0,
3099
+ # eq: 1.0,
3093
3100
  # gt: 1.0,
3094
3101
  # lt: 1.0,
3095
- # eq: 1.0,
3096
3102
  # },
3097
3103
  # ],
3098
3104
  # criticality: [
3099
3105
  # {
3100
3106
  # gte: 1.0,
3101
3107
  # lte: 1.0,
3108
+ # eq: 1.0,
3102
3109
  # gt: 1.0,
3103
3110
  # lt: 1.0,
3104
- # eq: 1.0,
3105
3111
  # },
3106
3112
  # ],
3107
3113
  # title: [
@@ -3204,9 +3210,9 @@ module Aws::SecurityHub
3204
3210
  # {
3205
3211
  # gte: 1.0,
3206
3212
  # lte: 1.0,
3213
+ # eq: 1.0,
3207
3214
  # gt: 1.0,
3208
3215
  # lt: 1.0,
3209
- # eq: 1.0,
3210
3216
  # },
3211
3217
  # ],
3212
3218
  # network_source_domain: [
@@ -3235,9 +3241,9 @@ module Aws::SecurityHub
3235
3241
  # {
3236
3242
  # gte: 1.0,
3237
3243
  # lte: 1.0,
3244
+ # eq: 1.0,
3238
3245
  # gt: 1.0,
3239
3246
  # lt: 1.0,
3240
- # eq: 1.0,
3241
3247
  # },
3242
3248
  # ],
3243
3249
  # network_destination_domain: [
@@ -3262,18 +3268,18 @@ module Aws::SecurityHub
3262
3268
  # {
3263
3269
  # gte: 1.0,
3264
3270
  # lte: 1.0,
3271
+ # eq: 1.0,
3265
3272
  # gt: 1.0,
3266
3273
  # lt: 1.0,
3267
- # eq: 1.0,
3268
3274
  # },
3269
3275
  # ],
3270
3276
  # process_parent_pid: [
3271
3277
  # {
3272
3278
  # gte: 1.0,
3273
3279
  # lte: 1.0,
3280
+ # eq: 1.0,
3274
3281
  # gt: 1.0,
3275
3282
  # lt: 1.0,
3276
- # eq: 1.0,
3277
3283
  # },
3278
3284
  # ],
3279
3285
  # process_launched_at: [
@@ -3577,18 +3583,18 @@ module Aws::SecurityHub
3577
3583
  # {
3578
3584
  # gte: 1.0,
3579
3585
  # lte: 1.0,
3586
+ # eq: 1.0,
3580
3587
  # gt: 1.0,
3581
3588
  # lt: 1.0,
3582
- # eq: 1.0,
3583
3589
  # },
3584
3590
  # ],
3585
3591
  # finding_provider_fields_criticality: [
3586
3592
  # {
3587
3593
  # gte: 1.0,
3588
3594
  # lte: 1.0,
3595
+ # eq: 1.0,
3589
3596
  # gt: 1.0,
3590
3597
  # lt: 1.0,
3591
- # eq: 1.0,
3592
3598
  # },
3593
3599
  # ],
3594
3600
  # finding_provider_fields_related_findings_id: [
@@ -5751,18 +5757,18 @@ module Aws::SecurityHub
5751
5757
  # {
5752
5758
  # gte: 1.0,
5753
5759
  # lte: 1.0,
5760
+ # eq: 1.0,
5754
5761
  # gt: 1.0,
5755
5762
  # lt: 1.0,
5756
- # eq: 1.0,
5757
5763
  # },
5758
5764
  # ],
5759
5765
  # severity_normalized: [
5760
5766
  # {
5761
5767
  # gte: 1.0,
5762
5768
  # lte: 1.0,
5769
+ # eq: 1.0,
5763
5770
  # gt: 1.0,
5764
5771
  # lt: 1.0,
5765
- # eq: 1.0,
5766
5772
  # },
5767
5773
  # ],
5768
5774
  # severity_label: [
@@ -5775,18 +5781,18 @@ module Aws::SecurityHub
5775
5781
  # {
5776
5782
  # gte: 1.0,
5777
5783
  # lte: 1.0,
5784
+ # eq: 1.0,
5778
5785
  # gt: 1.0,
5779
5786
  # lt: 1.0,
5780
- # eq: 1.0,
5781
5787
  # },
5782
5788
  # ],
5783
5789
  # criticality: [
5784
5790
  # {
5785
5791
  # gte: 1.0,
5786
5792
  # lte: 1.0,
5793
+ # eq: 1.0,
5787
5794
  # gt: 1.0,
5788
5795
  # lt: 1.0,
5789
- # eq: 1.0,
5790
5796
  # },
5791
5797
  # ],
5792
5798
  # title: [
@@ -5889,9 +5895,9 @@ module Aws::SecurityHub
5889
5895
  # {
5890
5896
  # gte: 1.0,
5891
5897
  # lte: 1.0,
5898
+ # eq: 1.0,
5892
5899
  # gt: 1.0,
5893
5900
  # lt: 1.0,
5894
- # eq: 1.0,
5895
5901
  # },
5896
5902
  # ],
5897
5903
  # network_source_domain: [
@@ -5920,9 +5926,9 @@ module Aws::SecurityHub
5920
5926
  # {
5921
5927
  # gte: 1.0,
5922
5928
  # lte: 1.0,
5929
+ # eq: 1.0,
5923
5930
  # gt: 1.0,
5924
5931
  # lt: 1.0,
5925
- # eq: 1.0,
5926
5932
  # },
5927
5933
  # ],
5928
5934
  # network_destination_domain: [
@@ -5947,18 +5953,18 @@ module Aws::SecurityHub
5947
5953
  # {
5948
5954
  # gte: 1.0,
5949
5955
  # lte: 1.0,
5956
+ # eq: 1.0,
5950
5957
  # gt: 1.0,
5951
5958
  # lt: 1.0,
5952
- # eq: 1.0,
5953
5959
  # },
5954
5960
  # ],
5955
5961
  # process_parent_pid: [
5956
5962
  # {
5957
5963
  # gte: 1.0,
5958
5964
  # lte: 1.0,
5965
+ # eq: 1.0,
5959
5966
  # gt: 1.0,
5960
5967
  # lt: 1.0,
5961
- # eq: 1.0,
5962
5968
  # },
5963
5969
  # ],
5964
5970
  # process_launched_at: [
@@ -6262,18 +6268,18 @@ module Aws::SecurityHub
6262
6268
  # {
6263
6269
  # gte: 1.0,
6264
6270
  # lte: 1.0,
6271
+ # eq: 1.0,
6265
6272
  # gt: 1.0,
6266
6273
  # lt: 1.0,
6267
- # eq: 1.0,
6268
6274
  # },
6269
6275
  # ],
6270
6276
  # finding_provider_fields_criticality: [
6271
6277
  # {
6272
6278
  # gte: 1.0,
6273
6279
  # lte: 1.0,
6280
+ # eq: 1.0,
6274
6281
  # gt: 1.0,
6275
6282
  # lt: 1.0,
6276
- # eq: 1.0,
6277
6283
  # },
6278
6284
  # ],
6279
6285
  # finding_provider_fields_related_findings_id: [
@@ -6560,30 +6566,30 @@ module Aws::SecurityHub
6560
6566
  # resp.insights[0].filters.severity_product #=> Array
6561
6567
  # resp.insights[0].filters.severity_product[0].gte #=> Float
6562
6568
  # resp.insights[0].filters.severity_product[0].lte #=> Float
6569
+ # resp.insights[0].filters.severity_product[0].eq #=> Float
6563
6570
  # resp.insights[0].filters.severity_product[0].gt #=> Float
6564
6571
  # resp.insights[0].filters.severity_product[0].lt #=> Float
6565
- # resp.insights[0].filters.severity_product[0].eq #=> Float
6566
6572
  # resp.insights[0].filters.severity_normalized #=> Array
6567
6573
  # resp.insights[0].filters.severity_normalized[0].gte #=> Float
6568
6574
  # resp.insights[0].filters.severity_normalized[0].lte #=> Float
6575
+ # resp.insights[0].filters.severity_normalized[0].eq #=> Float
6569
6576
  # resp.insights[0].filters.severity_normalized[0].gt #=> Float
6570
6577
  # resp.insights[0].filters.severity_normalized[0].lt #=> Float
6571
- # resp.insights[0].filters.severity_normalized[0].eq #=> Float
6572
6578
  # resp.insights[0].filters.severity_label #=> Array
6573
6579
  # resp.insights[0].filters.severity_label[0].value #=> String
6574
6580
  # resp.insights[0].filters.severity_label[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
6575
6581
  # resp.insights[0].filters.confidence #=> Array
6576
6582
  # resp.insights[0].filters.confidence[0].gte #=> Float
6577
6583
  # resp.insights[0].filters.confidence[0].lte #=> Float
6584
+ # resp.insights[0].filters.confidence[0].eq #=> Float
6578
6585
  # resp.insights[0].filters.confidence[0].gt #=> Float
6579
6586
  # resp.insights[0].filters.confidence[0].lt #=> Float
6580
- # resp.insights[0].filters.confidence[0].eq #=> Float
6581
6587
  # resp.insights[0].filters.criticality #=> Array
6582
6588
  # resp.insights[0].filters.criticality[0].gte #=> Float
6583
6589
  # resp.insights[0].filters.criticality[0].lte #=> Float
6590
+ # resp.insights[0].filters.criticality[0].eq #=> Float
6584
6591
  # resp.insights[0].filters.criticality[0].gt #=> Float
6585
6592
  # resp.insights[0].filters.criticality[0].lt #=> Float
6586
- # resp.insights[0].filters.criticality[0].eq #=> Float
6587
6593
  # resp.insights[0].filters.title #=> Array
6588
6594
  # resp.insights[0].filters.title[0].value #=> String
6589
6595
  # resp.insights[0].filters.title[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
@@ -6635,9 +6641,9 @@ module Aws::SecurityHub
6635
6641
  # resp.insights[0].filters.network_source_port #=> Array
6636
6642
  # resp.insights[0].filters.network_source_port[0].gte #=> Float
6637
6643
  # resp.insights[0].filters.network_source_port[0].lte #=> Float
6644
+ # resp.insights[0].filters.network_source_port[0].eq #=> Float
6638
6645
  # resp.insights[0].filters.network_source_port[0].gt #=> Float
6639
6646
  # resp.insights[0].filters.network_source_port[0].lt #=> Float
6640
- # resp.insights[0].filters.network_source_port[0].eq #=> Float
6641
6647
  # resp.insights[0].filters.network_source_domain #=> Array
6642
6648
  # resp.insights[0].filters.network_source_domain[0].value #=> String
6643
6649
  # resp.insights[0].filters.network_source_domain[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
@@ -6651,9 +6657,9 @@ module Aws::SecurityHub
6651
6657
  # resp.insights[0].filters.network_destination_port #=> Array
6652
6658
  # resp.insights[0].filters.network_destination_port[0].gte #=> Float
6653
6659
  # resp.insights[0].filters.network_destination_port[0].lte #=> Float
6660
+ # resp.insights[0].filters.network_destination_port[0].eq #=> Float
6654
6661
  # resp.insights[0].filters.network_destination_port[0].gt #=> Float
6655
6662
  # resp.insights[0].filters.network_destination_port[0].lt #=> Float
6656
- # resp.insights[0].filters.network_destination_port[0].eq #=> Float
6657
6663
  # resp.insights[0].filters.network_destination_domain #=> Array
6658
6664
  # resp.insights[0].filters.network_destination_domain[0].value #=> String
6659
6665
  # resp.insights[0].filters.network_destination_domain[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
@@ -6666,15 +6672,15 @@ module Aws::SecurityHub
6666
6672
  # resp.insights[0].filters.process_pid #=> Array
6667
6673
  # resp.insights[0].filters.process_pid[0].gte #=> Float
6668
6674
  # resp.insights[0].filters.process_pid[0].lte #=> Float
6675
+ # resp.insights[0].filters.process_pid[0].eq #=> Float
6669
6676
  # resp.insights[0].filters.process_pid[0].gt #=> Float
6670
6677
  # resp.insights[0].filters.process_pid[0].lt #=> Float
6671
- # resp.insights[0].filters.process_pid[0].eq #=> Float
6672
6678
  # resp.insights[0].filters.process_parent_pid #=> Array
6673
6679
  # resp.insights[0].filters.process_parent_pid[0].gte #=> Float
6674
6680
  # resp.insights[0].filters.process_parent_pid[0].lte #=> Float
6681
+ # resp.insights[0].filters.process_parent_pid[0].eq #=> Float
6675
6682
  # resp.insights[0].filters.process_parent_pid[0].gt #=> Float
6676
6683
  # resp.insights[0].filters.process_parent_pid[0].lt #=> Float
6677
- # resp.insights[0].filters.process_parent_pid[0].eq #=> Float
6678
6684
  # resp.insights[0].filters.process_launched_at #=> Array
6679
6685
  # resp.insights[0].filters.process_launched_at[0].start #=> String
6680
6686
  # resp.insights[0].filters.process_launched_at[0].end #=> String
@@ -6826,15 +6832,15 @@ module Aws::SecurityHub
6826
6832
  # resp.insights[0].filters.finding_provider_fields_confidence #=> Array
6827
6833
  # resp.insights[0].filters.finding_provider_fields_confidence[0].gte #=> Float
6828
6834
  # resp.insights[0].filters.finding_provider_fields_confidence[0].lte #=> Float
6835
+ # resp.insights[0].filters.finding_provider_fields_confidence[0].eq #=> Float
6829
6836
  # resp.insights[0].filters.finding_provider_fields_confidence[0].gt #=> Float
6830
6837
  # resp.insights[0].filters.finding_provider_fields_confidence[0].lt #=> Float
6831
- # resp.insights[0].filters.finding_provider_fields_confidence[0].eq #=> Float
6832
6838
  # resp.insights[0].filters.finding_provider_fields_criticality #=> Array
6833
6839
  # resp.insights[0].filters.finding_provider_fields_criticality[0].gte #=> Float
6834
6840
  # resp.insights[0].filters.finding_provider_fields_criticality[0].lte #=> Float
6841
+ # resp.insights[0].filters.finding_provider_fields_criticality[0].eq #=> Float
6835
6842
  # resp.insights[0].filters.finding_provider_fields_criticality[0].gt #=> Float
6836
6843
  # resp.insights[0].filters.finding_provider_fields_criticality[0].lt #=> Float
6837
- # resp.insights[0].filters.finding_provider_fields_criticality[0].eq #=> Float
6838
6844
  # resp.insights[0].filters.finding_provider_fields_related_findings_id #=> Array
6839
6845
  # resp.insights[0].filters.finding_provider_fields_related_findings_id[0].value #=> String
6840
6846
  # 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"
@@ -8588,21 +8594,24 @@ module Aws::SecurityHub
8588
8594
  #
8589
8595
  # The options are as follows:
8590
8596
  #
8591
- # * `ALL_REGIONS` - Indicates to aggregate findings from all of the
8592
- # Regions where Security Hub is enabled. When you choose this option,
8593
- # Security Hub also automatically aggregates findings from new Regions
8594
- # as Security Hub supports them and you opt into them.
8597
+ # * `ALL_REGIONS` - Aggregates findings from all of the Regions where
8598
+ # Security Hub is enabled. When you choose this option, Security Hub
8599
+ # also automatically aggregates findings from new Regions as Security
8600
+ # Hub supports them and you opt into them.
8595
8601
  #
8596
- # * `ALL_REGIONS_EXCEPT_SPECIFIED` - Indicates to aggregate findings
8597
- # from all of the Regions where Security Hub is enabled, except for
8598
- # the Regions listed in the `Regions` parameter. When you choose this
8599
- # option, Security Hub also automatically aggregates findings from new
8600
- # Regions as Security Hub supports them and you opt into them.
8602
+ # * `ALL_REGIONS_EXCEPT_SPECIFIED` - Aggregates findings from all of the
8603
+ # Regions where Security Hub is enabled, except for the Regions listed
8604
+ # in the `Regions` parameter. When you choose this option, Security
8605
+ # Hub also automatically aggregates findings from new Regions as
8606
+ # Security Hub supports them and you opt into them.
8601
8607
  #
8602
- # * `SPECIFIED_REGIONS` - Indicates to aggregate findings only from the
8603
- # Regions listed in the `Regions` parameter. Security Hub does not
8608
+ # * `SPECIFIED_REGIONS` - Aggregates findings only from the Regions
8609
+ # listed in the `Regions` parameter. Security Hub does not
8604
8610
  # automatically aggregate findings from new Regions.
8605
8611
  #
8612
+ # * `NO_REGIONS` - Aggregates no data because no Regions are selected as
8613
+ # linked Regions.
8614
+ #
8606
8615
  # @option params [Array<String>] :regions
8607
8616
  # If `RegionLinkingMode` is `ALL_REGIONS_EXCEPT_SPECIFIED`, then this is
8608
8617
  # a space-separated list of Regions that do not aggregate findings to
@@ -8612,6 +8621,9 @@ module Aws::SecurityHub
8612
8621
  # space-separated list of Regions that do aggregate findings to the
8613
8622
  # aggregation Region.
8614
8623
  #
8624
+ # An `InvalidInputException` error results if you populate this field
8625
+ # while `RegionLinkingMode` is `NO_REGIONS`.
8626
+ #
8615
8627
  # @return [Types::UpdateFindingAggregatorResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8616
8628
  #
8617
8629
  # * {Types::UpdateFindingAggregatorResponse#finding_aggregator_arn #finding_aggregator_arn} => String
@@ -8674,13 +8686,15 @@ module Aws::SecurityHub
8674
8686
  # `UpdateFindings` is a deprecated operation. Instead of
8675
8687
  # `UpdateFindings`, use the `BatchUpdateFindings` operation.
8676
8688
  #
8677
- # Updates the `Note` and `RecordState` of the Security Hub-aggregated
8678
- # findings that the filter attributes specify. Any member account that
8679
- # can view the finding also sees the update to the finding.
8689
+ # The `UpdateFindings` operation updates the `Note` and `RecordState` of
8690
+ # the Security Hub aggregated findings that the filter attributes
8691
+ # specify. Any member account that can view the finding can also see the
8692
+ # update to the finding.
8680
8693
  #
8681
- # Finding updates made with `UpdateFindings` might not be persisted if
8682
- # the same finding is later updated by the finding provider through the
8683
- # `BatchImportFindings` operation.
8694
+ # Finding updates made with `UpdateFindings` aren't persisted if the
8695
+ # same finding is later updated by the finding provider through the
8696
+ # `BatchImportFindings` operation. In addition, Security Hub doesn't
8697
+ # record updates made with `UpdateFindings` in the finding history.
8684
8698
  #
8685
8699
  # @option params [required, Types::AwsSecurityFindingFilters] :filters
8686
8700
  # A collection of attributes that specify which findings you want to
@@ -8778,18 +8792,18 @@ module Aws::SecurityHub
8778
8792
  # {
8779
8793
  # gte: 1.0,
8780
8794
  # lte: 1.0,
8795
+ # eq: 1.0,
8781
8796
  # gt: 1.0,
8782
8797
  # lt: 1.0,
8783
- # eq: 1.0,
8784
8798
  # },
8785
8799
  # ],
8786
8800
  # severity_normalized: [
8787
8801
  # {
8788
8802
  # gte: 1.0,
8789
8803
  # lte: 1.0,
8804
+ # eq: 1.0,
8790
8805
  # gt: 1.0,
8791
8806
  # lt: 1.0,
8792
- # eq: 1.0,
8793
8807
  # },
8794
8808
  # ],
8795
8809
  # severity_label: [
@@ -8802,18 +8816,18 @@ module Aws::SecurityHub
8802
8816
  # {
8803
8817
  # gte: 1.0,
8804
8818
  # lte: 1.0,
8819
+ # eq: 1.0,
8805
8820
  # gt: 1.0,
8806
8821
  # lt: 1.0,
8807
- # eq: 1.0,
8808
8822
  # },
8809
8823
  # ],
8810
8824
  # criticality: [
8811
8825
  # {
8812
8826
  # gte: 1.0,
8813
8827
  # lte: 1.0,
8828
+ # eq: 1.0,
8814
8829
  # gt: 1.0,
8815
8830
  # lt: 1.0,
8816
- # eq: 1.0,
8817
8831
  # },
8818
8832
  # ],
8819
8833
  # title: [
@@ -8916,9 +8930,9 @@ module Aws::SecurityHub
8916
8930
  # {
8917
8931
  # gte: 1.0,
8918
8932
  # lte: 1.0,
8933
+ # eq: 1.0,
8919
8934
  # gt: 1.0,
8920
8935
  # lt: 1.0,
8921
- # eq: 1.0,
8922
8936
  # },
8923
8937
  # ],
8924
8938
  # network_source_domain: [
@@ -8947,9 +8961,9 @@ module Aws::SecurityHub
8947
8961
  # {
8948
8962
  # gte: 1.0,
8949
8963
  # lte: 1.0,
8964
+ # eq: 1.0,
8950
8965
  # gt: 1.0,
8951
8966
  # lt: 1.0,
8952
- # eq: 1.0,
8953
8967
  # },
8954
8968
  # ],
8955
8969
  # network_destination_domain: [
@@ -8974,18 +8988,18 @@ module Aws::SecurityHub
8974
8988
  # {
8975
8989
  # gte: 1.0,
8976
8990
  # lte: 1.0,
8991
+ # eq: 1.0,
8977
8992
  # gt: 1.0,
8978
8993
  # lt: 1.0,
8979
- # eq: 1.0,
8980
8994
  # },
8981
8995
  # ],
8982
8996
  # process_parent_pid: [
8983
8997
  # {
8984
8998
  # gte: 1.0,
8985
8999
  # lte: 1.0,
9000
+ # eq: 1.0,
8986
9001
  # gt: 1.0,
8987
9002
  # lt: 1.0,
8988
- # eq: 1.0,
8989
9003
  # },
8990
9004
  # ],
8991
9005
  # process_launched_at: [
@@ -9289,18 +9303,18 @@ module Aws::SecurityHub
9289
9303
  # {
9290
9304
  # gte: 1.0,
9291
9305
  # lte: 1.0,
9306
+ # eq: 1.0,
9292
9307
  # gt: 1.0,
9293
9308
  # lt: 1.0,
9294
- # eq: 1.0,
9295
9309
  # },
9296
9310
  # ],
9297
9311
  # finding_provider_fields_criticality: [
9298
9312
  # {
9299
9313
  # gte: 1.0,
9300
9314
  # lte: 1.0,
9315
+ # eq: 1.0,
9301
9316
  # gt: 1.0,
9302
9317
  # lt: 1.0,
9303
- # eq: 1.0,
9304
9318
  # },
9305
9319
  # ],
9306
9320
  # finding_provider_fields_related_findings_id: [
@@ -9536,18 +9550,18 @@ module Aws::SecurityHub
9536
9550
  # {
9537
9551
  # gte: 1.0,
9538
9552
  # lte: 1.0,
9553
+ # eq: 1.0,
9539
9554
  # gt: 1.0,
9540
9555
  # lt: 1.0,
9541
- # eq: 1.0,
9542
9556
  # },
9543
9557
  # ],
9544
9558
  # severity_normalized: [
9545
9559
  # {
9546
9560
  # gte: 1.0,
9547
9561
  # lte: 1.0,
9562
+ # eq: 1.0,
9548
9563
  # gt: 1.0,
9549
9564
  # lt: 1.0,
9550
- # eq: 1.0,
9551
9565
  # },
9552
9566
  # ],
9553
9567
  # severity_label: [
@@ -9560,18 +9574,18 @@ module Aws::SecurityHub
9560
9574
  # {
9561
9575
  # gte: 1.0,
9562
9576
  # lte: 1.0,
9577
+ # eq: 1.0,
9563
9578
  # gt: 1.0,
9564
9579
  # lt: 1.0,
9565
- # eq: 1.0,
9566
9580
  # },
9567
9581
  # ],
9568
9582
  # criticality: [
9569
9583
  # {
9570
9584
  # gte: 1.0,
9571
9585
  # lte: 1.0,
9586
+ # eq: 1.0,
9572
9587
  # gt: 1.0,
9573
9588
  # lt: 1.0,
9574
- # eq: 1.0,
9575
9589
  # },
9576
9590
  # ],
9577
9591
  # title: [
@@ -9674,9 +9688,9 @@ module Aws::SecurityHub
9674
9688
  # {
9675
9689
  # gte: 1.0,
9676
9690
  # lte: 1.0,
9691
+ # eq: 1.0,
9677
9692
  # gt: 1.0,
9678
9693
  # lt: 1.0,
9679
- # eq: 1.0,
9680
9694
  # },
9681
9695
  # ],
9682
9696
  # network_source_domain: [
@@ -9705,9 +9719,9 @@ module Aws::SecurityHub
9705
9719
  # {
9706
9720
  # gte: 1.0,
9707
9721
  # lte: 1.0,
9722
+ # eq: 1.0,
9708
9723
  # gt: 1.0,
9709
9724
  # lt: 1.0,
9710
- # eq: 1.0,
9711
9725
  # },
9712
9726
  # ],
9713
9727
  # network_destination_domain: [
@@ -9732,18 +9746,18 @@ module Aws::SecurityHub
9732
9746
  # {
9733
9747
  # gte: 1.0,
9734
9748
  # lte: 1.0,
9749
+ # eq: 1.0,
9735
9750
  # gt: 1.0,
9736
9751
  # lt: 1.0,
9737
- # eq: 1.0,
9738
9752
  # },
9739
9753
  # ],
9740
9754
  # process_parent_pid: [
9741
9755
  # {
9742
9756
  # gte: 1.0,
9743
9757
  # lte: 1.0,
9758
+ # eq: 1.0,
9744
9759
  # gt: 1.0,
9745
9760
  # lt: 1.0,
9746
- # eq: 1.0,
9747
9761
  # },
9748
9762
  # ],
9749
9763
  # process_launched_at: [
@@ -10047,18 +10061,18 @@ module Aws::SecurityHub
10047
10061
  # {
10048
10062
  # gte: 1.0,
10049
10063
  # lte: 1.0,
10064
+ # eq: 1.0,
10050
10065
  # gt: 1.0,
10051
10066
  # lt: 1.0,
10052
- # eq: 1.0,
10053
10067
  # },
10054
10068
  # ],
10055
10069
  # finding_provider_fields_criticality: [
10056
10070
  # {
10057
10071
  # gte: 1.0,
10058
10072
  # lte: 1.0,
10073
+ # eq: 1.0,
10059
10074
  # gt: 1.0,
10060
10075
  # lt: 1.0,
10061
- # eq: 1.0,
10062
10076
  # },
10063
10077
  # ],
10064
10078
  # finding_provider_fields_related_findings_id: [
@@ -10419,7 +10433,7 @@ module Aws::SecurityHub
10419
10433
  params: params,
10420
10434
  config: config)
10421
10435
  context[:gem_name] = 'aws-sdk-securityhub'
10422
- context[:gem_version] = '1.113.0'
10436
+ context[:gem_version] = '1.114.0'
10423
10437
  Seahorse::Client::Request.new(handlers, context)
10424
10438
  end
10425
10439