aws-sdk-securityhub 1.151.0 → 1.153.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 +312 -297
- data/lib/aws-sdk-securityhub/client_api.rb +1 -0
- data/lib/aws-sdk-securityhub/types.rb +555 -533
- data/lib/aws-sdk-securityhub.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +3 -2
- metadata +3 -3
data/lib/aws-sdk-securityhub.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -6620,7 +6620,7 @@ module Aws
|
|
|
6620
6620
|
]?,
|
|
6621
6621
|
composite_operator: ("AND" | "OR")?
|
|
6622
6622
|
}?,
|
|
6623
|
-
group_by_field: ("activity_name" | "cloud.account.uid" | "cloud.provider" | "cloud.region" | "compliance.assessments.name" | "compliance.status" | "compliance.control" | "finding_info.title" | "finding_info.related_events.traits.category" | "finding_info.types" | "metadata.product.name" | "metadata.product.uid" | "resources.type" | "resources.uid" | "severity" | "status" | "vulnerabilities.fix_coverage" | "class_name" | "vulnerabilities.affected_packages.name" | "finding_info.analytic.name" | "compliance.standards" | "cloud.account.name" | "vendor_attributes.severity")
|
|
6623
|
+
group_by_field: ("activity_name" | "cloud.account.uid" | "cloud.provider" | "cloud.region" | "compliance.assessments.name" | "compliance.status" | "compliance.control" | "finding_info.title" | "finding_info.related_events.traits.category" | "finding_info.types" | "metadata.product.name" | "metadata.product.uid" | "resources.type" | "resources.uid" | "severity" | "status" | "vulnerabilities.fix_coverage" | "class_name" | "vulnerabilities.affected_packages.name" | "finding_info.analytic.name" | "compliance.standards" | "cloud.account.name" | "vendor_attributes.severity" | "metadata.product.vendor_name")
|
|
6624
6624
|
},
|
|
6625
6625
|
],
|
|
6626
6626
|
?sort_order: ("asc" | "desc"),
|
data/sig/types.rbs
CHANGED
|
@@ -5951,7 +5951,7 @@ module Aws::SecurityHub
|
|
|
5951
5951
|
|
|
5952
5952
|
class GroupByRule
|
|
5953
5953
|
attr_accessor filters: Types::OcsfFindingFilters
|
|
5954
|
-
attr_accessor group_by_field: ("activity_name" | "cloud.account.uid" | "cloud.provider" | "cloud.region" | "compliance.assessments.name" | "compliance.status" | "compliance.control" | "finding_info.title" | "finding_info.related_events.traits.category" | "finding_info.types" | "metadata.product.name" | "metadata.product.uid" | "resources.type" | "resources.uid" | "severity" | "status" | "vulnerabilities.fix_coverage" | "class_name" | "vulnerabilities.affected_packages.name" | "finding_info.analytic.name" | "compliance.standards" | "cloud.account.name" | "vendor_attributes.severity")
|
|
5954
|
+
attr_accessor group_by_field: ("activity_name" | "cloud.account.uid" | "cloud.provider" | "cloud.region" | "compliance.assessments.name" | "compliance.status" | "compliance.control" | "finding_info.title" | "finding_info.related_events.traits.category" | "finding_info.types" | "metadata.product.name" | "metadata.product.uid" | "resources.type" | "resources.uid" | "severity" | "status" | "vulnerabilities.fix_coverage" | "class_name" | "vulnerabilities.affected_packages.name" | "finding_info.analytic.name" | "compliance.standards" | "cloud.account.name" | "vendor_attributes.severity" | "metadata.product.vendor_name")
|
|
5955
5955
|
SENSITIVE: []
|
|
5956
5956
|
end
|
|
5957
5957
|
|
|
@@ -6617,9 +6617,10 @@ module Aws::SecurityHub
|
|
|
6617
6617
|
attr_accessor company_name: ::String
|
|
6618
6618
|
attr_accessor description: ::String
|
|
6619
6619
|
attr_accessor categories: ::Array[::String]
|
|
6620
|
-
attr_accessor integration_v2_types: ::Array[("SEND_FINDINGS_TO_SECURITY_HUB" | "RECEIVE_FINDINGS_FROM_SECURITY_HUB" | "UPDATE_FINDINGS_IN_SECURITY_HUB")]
|
|
6620
|
+
attr_accessor integration_v2_types: ::Array[("SEND_FINDINGS_TO_SECURITY_HUB" | "RECEIVE_FINDINGS_FROM_SECURITY_HUB" | "UPDATE_FINDINGS_IN_SECURITY_HUB" | "EXTENDED_PLAN")]
|
|
6621
6621
|
attr_accessor marketplace_url: ::String
|
|
6622
6622
|
attr_accessor activation_url: ::String
|
|
6623
|
+
attr_accessor marketplace_product_id: ::String
|
|
6623
6624
|
SENSITIVE: []
|
|
6624
6625
|
end
|
|
6625
6626
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-securityhub
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.153.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.244.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.244.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|