lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.113.0 vs lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.114.0
- old
+ new
@@ -879,19 +879,19 @@
# resp.rules[0].criteria.updated_at[0].date_range.value #=> Integer
# resp.rules[0].criteria.updated_at[0].date_range.unit #=> String, one of "DAYS"
# resp.rules[0].criteria.confidence #=> Array
# resp.rules[0].criteria.confidence[0].gte #=> Float
# resp.rules[0].criteria.confidence[0].lte #=> Float
+ # resp.rules[0].criteria.confidence[0].eq #=> Float
# resp.rules[0].criteria.confidence[0].gt #=> Float
# resp.rules[0].criteria.confidence[0].lt #=> Float
- # resp.rules[0].criteria.confidence[0].eq #=> Float
# resp.rules[0].criteria.criticality #=> Array
# resp.rules[0].criteria.criticality[0].gte #=> Float
# resp.rules[0].criteria.criticality[0].lte #=> Float
+ # resp.rules[0].criteria.criticality[0].eq #=> Float
# resp.rules[0].criteria.criticality[0].gt #=> Float
# resp.rules[0].criteria.criticality[0].lt #=> Float
- # resp.rules[0].criteria.criticality[0].eq #=> Float
# resp.rules[0].criteria.title #=> Array
# resp.rules[0].criteria.title[0].value #=> String
# resp.rules[0].criteria.title[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
# resp.rules[0].criteria.description #=> Array
# resp.rules[0].criteria.description[0].value #=> String
@@ -1587,22 +1587,22 @@
# ],
# confidence: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# criticality: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# title: [
# {
# value: "NonEmptyString",
@@ -2398,22 +2398,22 @@
# ],
# confidence: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# criticality: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# title: [
# {
# value: "NonEmptyString",
@@ -2845,34 +2845,40 @@
# The selected option also determines how to use the Regions provided in
# the Regions list.
#
# The options are as follows:
#
- # * `ALL_REGIONS` - Indicates to aggregate findings from all of the
- # Regions where Security Hub is enabled. When you choose this option,
- # Security Hub also automatically aggregates findings from new Regions
- # as Security Hub supports them and you opt into them.
+ # * `ALL_REGIONS` - Aggregates findings from all of the Regions where
+ # Security Hub is enabled. When you choose this option, Security Hub
+ # also automatically aggregates findings from new Regions as Security
+ # Hub supports them and you opt into them.
#
- # * `ALL_REGIONS_EXCEPT_SPECIFIED` - Indicates to aggregate findings
- # from all of the Regions where Security Hub is enabled, except for
- # the Regions listed in the `Regions` parameter. When you choose this
- # option, Security Hub also automatically aggregates findings from new
- # Regions as Security Hub supports them and you opt into them.
+ # * `ALL_REGIONS_EXCEPT_SPECIFIED` - Aggregates findings from all of the
+ # Regions where Security Hub is enabled, except for the Regions listed
+ # in the `Regions` parameter. When you choose this option, Security
+ # Hub also automatically aggregates findings from new Regions as
+ # Security Hub supports them and you opt into them.
#
- # * `SPECIFIED_REGIONS` - Indicates to aggregate findings only from the
- # Regions listed in the `Regions` parameter. Security Hub does not
+ # * `SPECIFIED_REGIONS` - Aggregates findings only from the Regions
+ # listed in the `Regions` parameter. Security Hub does not
# automatically aggregate findings from new Regions.
#
+ # * `NO_REGIONS` - Aggregates no data because no Regions are selected as
+ # linked Regions.
+ #
# @option params [Array<String>] :regions
# If `RegionLinkingMode` is `ALL_REGIONS_EXCEPT_SPECIFIED`, then this is
# a space-separated list of Regions that do not aggregate findings to
# the aggregation Region.
#
# If `RegionLinkingMode` is `SPECIFIED_REGIONS`, then this is a
# space-separated list of Regions that do aggregate findings to the
# aggregation Region.
#
+ # An `InvalidInputException` error results if you populate this field
+ # while `RegionLinkingMode` is `NO_REGIONS`.
+ #
# @return [Types::CreateFindingAggregatorResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::CreateFindingAggregatorResponse#finding_aggregator_arn #finding_aggregator_arn} => String
# * {Types::CreateFindingAggregatorResponse#finding_aggregation_region #finding_aggregation_region} => String
# * {Types::CreateFindingAggregatorResponse#region_linking_mode #region_linking_mode} => String
@@ -3064,22 +3070,22 @@
# ],
# severity_product: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# severity_normalized: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# severity_label: [
# {
# value: "NonEmptyString",
@@ -3088,22 +3094,22 @@
# ],
# confidence: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# criticality: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# title: [
# {
# value: "NonEmptyString",
@@ -3202,13 +3208,13 @@
# ],
# network_source_port: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# network_source_domain: [
# {
# value: "NonEmptyString",
@@ -3233,13 +3239,13 @@
# ],
# network_destination_port: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# network_destination_domain: [
# {
# value: "NonEmptyString",
@@ -3260,22 +3266,22 @@
# ],
# process_pid: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# process_parent_pid: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# process_launched_at: [
# {
# start: "NonEmptyString",
@@ -3575,22 +3581,22 @@
# ],
# finding_provider_fields_confidence: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# finding_provider_fields_criticality: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# finding_provider_fields_related_findings_id: [
# {
# value: "NonEmptyString",
@@ -5749,22 +5755,22 @@
# ],
# severity_product: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# severity_normalized: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# severity_label: [
# {
# value: "NonEmptyString",
@@ -5773,22 +5779,22 @@
# ],
# confidence: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# criticality: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# title: [
# {
# value: "NonEmptyString",
@@ -5887,13 +5893,13 @@
# ],
# network_source_port: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# network_source_domain: [
# {
# value: "NonEmptyString",
@@ -5918,13 +5924,13 @@
# ],
# network_destination_port: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# network_destination_domain: [
# {
# value: "NonEmptyString",
@@ -5945,22 +5951,22 @@
# ],
# process_pid: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# process_parent_pid: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# process_launched_at: [
# {
# start: "NonEmptyString",
@@ -6260,22 +6266,22 @@
# ],
# finding_provider_fields_confidence: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# finding_provider_fields_criticality: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# finding_provider_fields_related_findings_id: [
# {
# value: "NonEmptyString",
@@ -6558,34 +6564,34 @@
# resp.insights[0].filters.updated_at[0].date_range.value #=> Integer
# resp.insights[0].filters.updated_at[0].date_range.unit #=> String, one of "DAYS"
# resp.insights[0].filters.severity_product #=> Array
# resp.insights[0].filters.severity_product[0].gte #=> Float
# resp.insights[0].filters.severity_product[0].lte #=> Float
+ # resp.insights[0].filters.severity_product[0].eq #=> Float
# resp.insights[0].filters.severity_product[0].gt #=> Float
# resp.insights[0].filters.severity_product[0].lt #=> Float
- # resp.insights[0].filters.severity_product[0].eq #=> Float
# resp.insights[0].filters.severity_normalized #=> Array
# resp.insights[0].filters.severity_normalized[0].gte #=> Float
# resp.insights[0].filters.severity_normalized[0].lte #=> Float
+ # resp.insights[0].filters.severity_normalized[0].eq #=> Float
# resp.insights[0].filters.severity_normalized[0].gt #=> Float
# resp.insights[0].filters.severity_normalized[0].lt #=> Float
- # resp.insights[0].filters.severity_normalized[0].eq #=> Float
# resp.insights[0].filters.severity_label #=> Array
# resp.insights[0].filters.severity_label[0].value #=> String
# resp.insights[0].filters.severity_label[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
# resp.insights[0].filters.confidence #=> Array
# resp.insights[0].filters.confidence[0].gte #=> Float
# resp.insights[0].filters.confidence[0].lte #=> Float
+ # resp.insights[0].filters.confidence[0].eq #=> Float
# resp.insights[0].filters.confidence[0].gt #=> Float
# resp.insights[0].filters.confidence[0].lt #=> Float
- # resp.insights[0].filters.confidence[0].eq #=> Float
# resp.insights[0].filters.criticality #=> Array
# resp.insights[0].filters.criticality[0].gte #=> Float
# resp.insights[0].filters.criticality[0].lte #=> Float
+ # resp.insights[0].filters.criticality[0].eq #=> Float
# resp.insights[0].filters.criticality[0].gt #=> Float
# resp.insights[0].filters.criticality[0].lt #=> Float
- # resp.insights[0].filters.criticality[0].eq #=> Float
# resp.insights[0].filters.title #=> Array
# resp.insights[0].filters.title[0].value #=> String
# resp.insights[0].filters.title[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
# resp.insights[0].filters.description #=> Array
# resp.insights[0].filters.description[0].value #=> String
@@ -6633,13 +6639,13 @@
# resp.insights[0].filters.network_source_ip_v6 #=> Array
# resp.insights[0].filters.network_source_ip_v6[0].cidr #=> String
# resp.insights[0].filters.network_source_port #=> Array
# resp.insights[0].filters.network_source_port[0].gte #=> Float
# resp.insights[0].filters.network_source_port[0].lte #=> Float
+ # resp.insights[0].filters.network_source_port[0].eq #=> Float
# resp.insights[0].filters.network_source_port[0].gt #=> Float
# resp.insights[0].filters.network_source_port[0].lt #=> Float
- # resp.insights[0].filters.network_source_port[0].eq #=> Float
# resp.insights[0].filters.network_source_domain #=> Array
# resp.insights[0].filters.network_source_domain[0].value #=> String
# resp.insights[0].filters.network_source_domain[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
# resp.insights[0].filters.network_source_mac #=> Array
# resp.insights[0].filters.network_source_mac[0].value #=> String
@@ -6649,13 +6655,13 @@
# resp.insights[0].filters.network_destination_ip_v6 #=> Array
# resp.insights[0].filters.network_destination_ip_v6[0].cidr #=> String
# resp.insights[0].filters.network_destination_port #=> Array
# resp.insights[0].filters.network_destination_port[0].gte #=> Float
# resp.insights[0].filters.network_destination_port[0].lte #=> Float
+ # resp.insights[0].filters.network_destination_port[0].eq #=> Float
# resp.insights[0].filters.network_destination_port[0].gt #=> Float
# resp.insights[0].filters.network_destination_port[0].lt #=> Float
- # resp.insights[0].filters.network_destination_port[0].eq #=> Float
# resp.insights[0].filters.network_destination_domain #=> Array
# resp.insights[0].filters.network_destination_domain[0].value #=> String
# resp.insights[0].filters.network_destination_domain[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
# resp.insights[0].filters.process_name #=> Array
# resp.insights[0].filters.process_name[0].value #=> String
@@ -6664,19 +6670,19 @@
# resp.insights[0].filters.process_path[0].value #=> String
# resp.insights[0].filters.process_path[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"
# resp.insights[0].filters.process_pid #=> Array
# resp.insights[0].filters.process_pid[0].gte #=> Float
# resp.insights[0].filters.process_pid[0].lte #=> Float
+ # resp.insights[0].filters.process_pid[0].eq #=> Float
# resp.insights[0].filters.process_pid[0].gt #=> Float
# resp.insights[0].filters.process_pid[0].lt #=> Float
- # resp.insights[0].filters.process_pid[0].eq #=> Float
# resp.insights[0].filters.process_parent_pid #=> Array
# resp.insights[0].filters.process_parent_pid[0].gte #=> Float
# resp.insights[0].filters.process_parent_pid[0].lte #=> Float
+ # resp.insights[0].filters.process_parent_pid[0].eq #=> Float
# resp.insights[0].filters.process_parent_pid[0].gt #=> Float
# resp.insights[0].filters.process_parent_pid[0].lt #=> Float
- # resp.insights[0].filters.process_parent_pid[0].eq #=> Float
# resp.insights[0].filters.process_launched_at #=> Array
# resp.insights[0].filters.process_launched_at[0].start #=> String
# resp.insights[0].filters.process_launched_at[0].end #=> String
# resp.insights[0].filters.process_launched_at[0].date_range.value #=> Integer
# resp.insights[0].filters.process_launched_at[0].date_range.unit #=> String, one of "DAYS"
@@ -6824,19 +6830,19 @@
# resp.insights[0].filters.keyword #=> Array
# resp.insights[0].filters.keyword[0].value #=> String
# resp.insights[0].filters.finding_provider_fields_confidence #=> Array
# resp.insights[0].filters.finding_provider_fields_confidence[0].gte #=> Float
# resp.insights[0].filters.finding_provider_fields_confidence[0].lte #=> Float
+ # resp.insights[0].filters.finding_provider_fields_confidence[0].eq #=> Float
# resp.insights[0].filters.finding_provider_fields_confidence[0].gt #=> Float
# resp.insights[0].filters.finding_provider_fields_confidence[0].lt #=> Float
- # resp.insights[0].filters.finding_provider_fields_confidence[0].eq #=> Float
# resp.insights[0].filters.finding_provider_fields_criticality #=> Array
# resp.insights[0].filters.finding_provider_fields_criticality[0].gte #=> Float
# resp.insights[0].filters.finding_provider_fields_criticality[0].lte #=> Float
+ # resp.insights[0].filters.finding_provider_fields_criticality[0].eq #=> Float
# resp.insights[0].filters.finding_provider_fields_criticality[0].gt #=> Float
# resp.insights[0].filters.finding_provider_fields_criticality[0].lt #=> Float
- # resp.insights[0].filters.finding_provider_fields_criticality[0].eq #=> Float
# resp.insights[0].filters.finding_provider_fields_related_findings_id #=> Array
# resp.insights[0].filters.finding_provider_fields_related_findings_id[0].value #=> String
# 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"
# resp.insights[0].filters.finding_provider_fields_related_findings_product_arn #=> Array
# resp.insights[0].filters.finding_provider_fields_related_findings_product_arn[0].value #=> String
@@ -8586,34 +8592,40 @@
# The selected option also determines how to use the Regions provided in
# the Regions list.
#
# The options are as follows:
#
- # * `ALL_REGIONS` - Indicates to aggregate findings from all of the
- # Regions where Security Hub is enabled. When you choose this option,
- # Security Hub also automatically aggregates findings from new Regions
- # as Security Hub supports them and you opt into them.
+ # * `ALL_REGIONS` - Aggregates findings from all of the Regions where
+ # Security Hub is enabled. When you choose this option, Security Hub
+ # also automatically aggregates findings from new Regions as Security
+ # Hub supports them and you opt into them.
#
- # * `ALL_REGIONS_EXCEPT_SPECIFIED` - Indicates to aggregate findings
- # from all of the Regions where Security Hub is enabled, except for
- # the Regions listed in the `Regions` parameter. When you choose this
- # option, Security Hub also automatically aggregates findings from new
- # Regions as Security Hub supports them and you opt into them.
+ # * `ALL_REGIONS_EXCEPT_SPECIFIED` - Aggregates findings from all of the
+ # Regions where Security Hub is enabled, except for the Regions listed
+ # in the `Regions` parameter. When you choose this option, Security
+ # Hub also automatically aggregates findings from new Regions as
+ # Security Hub supports them and you opt into them.
#
- # * `SPECIFIED_REGIONS` - Indicates to aggregate findings only from the
- # Regions listed in the `Regions` parameter. Security Hub does not
+ # * `SPECIFIED_REGIONS` - Aggregates findings only from the Regions
+ # listed in the `Regions` parameter. Security Hub does not
# automatically aggregate findings from new Regions.
#
+ # * `NO_REGIONS` - Aggregates no data because no Regions are selected as
+ # linked Regions.
+ #
# @option params [Array<String>] :regions
# If `RegionLinkingMode` is `ALL_REGIONS_EXCEPT_SPECIFIED`, then this is
# a space-separated list of Regions that do not aggregate findings to
# the aggregation Region.
#
# If `RegionLinkingMode` is `SPECIFIED_REGIONS`, then this is a
# space-separated list of Regions that do aggregate findings to the
# aggregation Region.
#
+ # An `InvalidInputException` error results if you populate this field
+ # while `RegionLinkingMode` is `NO_REGIONS`.
+ #
# @return [Types::UpdateFindingAggregatorResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::UpdateFindingAggregatorResponse#finding_aggregator_arn #finding_aggregator_arn} => String
# * {Types::UpdateFindingAggregatorResponse#finding_aggregation_region #finding_aggregation_region} => String
# * {Types::UpdateFindingAggregatorResponse#region_linking_mode #region_linking_mode} => String
@@ -8672,17 +8684,19 @@
end
# `UpdateFindings` is a deprecated operation. Instead of
# `UpdateFindings`, use the `BatchUpdateFindings` operation.
#
- # Updates the `Note` and `RecordState` of the Security Hub-aggregated
- # findings that the filter attributes specify. Any member account that
- # can view the finding also sees the update to the finding.
+ # The `UpdateFindings` operation updates the `Note` and `RecordState` of
+ # the Security Hub aggregated findings that the filter attributes
+ # specify. Any member account that can view the finding can also see the
+ # update to the finding.
#
- # Finding updates made with `UpdateFindings` might not be persisted if
- # the same finding is later updated by the finding provider through the
- # `BatchImportFindings` operation.
+ # Finding updates made with `UpdateFindings` aren't persisted if the
+ # same finding is later updated by the finding provider through the
+ # `BatchImportFindings` operation. In addition, Security Hub doesn't
+ # record updates made with `UpdateFindings` in the finding history.
#
# @option params [required, Types::AwsSecurityFindingFilters] :filters
# A collection of attributes that specify which findings you want to
# update.
#
@@ -8776,22 +8790,22 @@
# ],
# severity_product: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# severity_normalized: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# severity_label: [
# {
# value: "NonEmptyString",
@@ -8800,22 +8814,22 @@
# ],
# confidence: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# criticality: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# title: [
# {
# value: "NonEmptyString",
@@ -8914,13 +8928,13 @@
# ],
# network_source_port: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# network_source_domain: [
# {
# value: "NonEmptyString",
@@ -8945,13 +8959,13 @@
# ],
# network_destination_port: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# network_destination_domain: [
# {
# value: "NonEmptyString",
@@ -8972,22 +8986,22 @@
# ],
# process_pid: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# process_parent_pid: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# process_launched_at: [
# {
# start: "NonEmptyString",
@@ -9287,22 +9301,22 @@
# ],
# finding_provider_fields_confidence: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# finding_provider_fields_criticality: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# finding_provider_fields_related_findings_id: [
# {
# value: "NonEmptyString",
@@ -9534,22 +9548,22 @@
# ],
# severity_product: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# severity_normalized: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# severity_label: [
# {
# value: "NonEmptyString",
@@ -9558,22 +9572,22 @@
# ],
# confidence: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# criticality: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# title: [
# {
# value: "NonEmptyString",
@@ -9672,13 +9686,13 @@
# ],
# network_source_port: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# network_source_domain: [
# {
# value: "NonEmptyString",
@@ -9703,13 +9717,13 @@
# ],
# network_destination_port: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# network_destination_domain: [
# {
# value: "NonEmptyString",
@@ -9730,22 +9744,22 @@
# ],
# process_pid: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# process_parent_pid: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# process_launched_at: [
# {
# start: "NonEmptyString",
@@ -10045,22 +10059,22 @@
# ],
# finding_provider_fields_confidence: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# finding_provider_fields_criticality: [
# {
# gte: 1.0,
# lte: 1.0,
+ # eq: 1.0,
# gt: 1.0,
# lt: 1.0,
- # eq: 1.0,
# },
# ],
# finding_provider_fields_related_findings_id: [
# {
# value: "NonEmptyString",
@@ -10417,10 +10431,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-securityhub'
- context[:gem_version] = '1.113.0'
+ context[:gem_version] = '1.114.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated