aws-sdk-securityhub 1.106.0 → 1.107.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +1 -1
- data/lib/aws-sdk-securityhub/client_api.rb +1 -0
- data/lib/aws-sdk-securityhub/types.rb +139 -14
- data/lib/aws-sdk-securityhub.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8d906881c5e532acbcebda69ebc94d6529347ef6044ba6008252c7ee0fc40d61
|
|
4
|
+
data.tar.gz: a40604354dfda41982567f0eb609193866db26570966db23f81643ea4d1f7e97
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6c136afc884a87c56cdc12829a2e536380906fe72e904af7d9be7e449bc363e7e9d4494450e1f03196521f9c2507ddc391beea7087fe4256c9171a8d523586a
|
|
7
|
+
data.tar.gz: 7256b4ca47a5f0e9c898f1203b99e3ab05bbeec6be6a9b38b9dc7d121ceaae4d24f164a0201286964c45a9177f7387d315fb1c8572cfe0a531200de65a4a3318
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.107.0
|
|
@@ -10407,7 +10407,7 @@ module Aws::SecurityHub
|
|
|
10407
10407
|
params: params,
|
|
10408
10408
|
config: config)
|
|
10409
10409
|
context[:gem_name] = 'aws-sdk-securityhub'
|
|
10410
|
-
context[:gem_version] = '1.
|
|
10410
|
+
context[:gem_version] = '1.107.0'
|
|
10411
10411
|
Seahorse::Client::Request.new(handlers, context)
|
|
10412
10412
|
end
|
|
10413
10413
|
|
|
@@ -6919,6 +6919,7 @@ module Aws::SecurityHub
|
|
|
6919
6919
|
"endpointPrefix" => "securityhub",
|
|
6920
6920
|
"jsonVersion" => "1.1",
|
|
6921
6921
|
"protocol" => "rest-json",
|
|
6922
|
+
"protocols" => ["rest-json"],
|
|
6922
6923
|
"serviceFullName" => "AWS SecurityHub",
|
|
6923
6924
|
"serviceId" => "SecurityHub",
|
|
6924
6925
|
"signatureVersion" => "v4",
|
|
@@ -173,6 +173,8 @@ module Aws::SecurityHub
|
|
|
173
173
|
#
|
|
174
174
|
# @!attribute [rw] port_name
|
|
175
175
|
# The port name of the local connection.
|
|
176
|
+
#
|
|
177
|
+
# Length Constraints: 128.
|
|
176
178
|
# @return [String]
|
|
177
179
|
#
|
|
178
180
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/ActionLocalPortDetails AWS API Documentation
|
|
@@ -230,6 +232,8 @@ module Aws::SecurityHub
|
|
|
230
232
|
#
|
|
231
233
|
# @!attribute [rw] port_name
|
|
232
234
|
# The port name of the remote connection.
|
|
235
|
+
#
|
|
236
|
+
# Length Constraints: 128.
|
|
233
237
|
# @return [String]
|
|
234
238
|
#
|
|
235
239
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/ActionRemotePortDetails AWS API Documentation
|
|
@@ -1515,11 +1519,15 @@ module Aws::SecurityHub
|
|
|
1515
1519
|
#
|
|
1516
1520
|
# @!attribute [rw] api
|
|
1517
1521
|
# The name of the API method that was issued.
|
|
1522
|
+
#
|
|
1523
|
+
# Length Constraints: 128.
|
|
1518
1524
|
# @return [String]
|
|
1519
1525
|
#
|
|
1520
1526
|
# @!attribute [rw] service_name
|
|
1521
1527
|
# The name of the Amazon Web Services service that the API method
|
|
1522
1528
|
# belongs to.
|
|
1529
|
+
#
|
|
1530
|
+
# Length Constraints: 128.
|
|
1523
1531
|
# @return [String]
|
|
1524
1532
|
#
|
|
1525
1533
|
# @!attribute [rw] caller_type
|
|
@@ -1610,6 +1618,8 @@ module Aws::SecurityHub
|
|
|
1610
1618
|
#
|
|
1611
1619
|
# @!attribute [rw] domain
|
|
1612
1620
|
# The name of the DNS domain that issued the API call.
|
|
1621
|
+
#
|
|
1622
|
+
# Length Constraints: 128.
|
|
1613
1623
|
# @return [String]
|
|
1614
1624
|
#
|
|
1615
1625
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsApiCallActionDomainDetails AWS API Documentation
|
|
@@ -19560,11 +19570,14 @@ module Aws::SecurityHub
|
|
|
19560
19570
|
# </note>
|
|
19561
19571
|
#
|
|
19562
19572
|
# @!attribute [rw] schema_version
|
|
19563
|
-
# The schema version that a finding is formatted for.
|
|
19573
|
+
# The schema version that a finding is formatted for. The value is
|
|
19574
|
+
# `2018-10-08`.
|
|
19564
19575
|
# @return [String]
|
|
19565
19576
|
#
|
|
19566
19577
|
# @!attribute [rw] id
|
|
19567
19578
|
# The security findings provider-specific identifier for a finding.
|
|
19579
|
+
#
|
|
19580
|
+
# Length Constraints: Minimum length of 1. Maximum length of 512.
|
|
19568
19581
|
# @return [String]
|
|
19569
19582
|
#
|
|
19570
19583
|
# @!attribute [rw] product_arn
|
|
@@ -19572,6 +19585,8 @@ module Aws::SecurityHub
|
|
|
19572
19585
|
# that generates findings. This can be the ARN for a third-party
|
|
19573
19586
|
# product that is integrated with Security Hub, or the ARN for a
|
|
19574
19587
|
# custom integration.
|
|
19588
|
+
#
|
|
19589
|
+
# Length Constraints: Minimum length of 12. Maximum length of 2048.
|
|
19575
19590
|
# @return [String]
|
|
19576
19591
|
#
|
|
19577
19592
|
# @!attribute [rw] product_name
|
|
@@ -19584,6 +19599,8 @@ module Aws::SecurityHub
|
|
|
19584
19599
|
#
|
|
19585
19600
|
# When you use the Security Hub console or API to filter findings by
|
|
19586
19601
|
# product name, you use this attribute.
|
|
19602
|
+
#
|
|
19603
|
+
# Length Constraints: Minimum length of 1. Maximum length of 128.
|
|
19587
19604
|
# @return [String]
|
|
19588
19605
|
#
|
|
19589
19606
|
# @!attribute [rw] company_name
|
|
@@ -19596,6 +19613,8 @@ module Aws::SecurityHub
|
|
|
19596
19613
|
#
|
|
19597
19614
|
# When you use the Security Hub console or API to filter findings by
|
|
19598
19615
|
# company name, you use this attribute.
|
|
19616
|
+
#
|
|
19617
|
+
# Length Constraints: Minimum length of 1. Maximum length of 128.
|
|
19599
19618
|
# @return [String]
|
|
19600
19619
|
#
|
|
19601
19620
|
# @!attribute [rw] region
|
|
@@ -19604,17 +19623,23 @@ module Aws::SecurityHub
|
|
|
19604
19623
|
# Security Hub populates this attribute automatically for each
|
|
19605
19624
|
# finding. You cannot update it using `BatchImportFindings` or
|
|
19606
19625
|
# `BatchUpdateFindings`.
|
|
19626
|
+
#
|
|
19627
|
+
# Length Constraints: Minimum length of 1. Maximum length of 16.
|
|
19607
19628
|
# @return [String]
|
|
19608
19629
|
#
|
|
19609
19630
|
# @!attribute [rw] generator_id
|
|
19610
19631
|
# The identifier for the solution-specific component (a discrete unit
|
|
19611
19632
|
# of logic) that generated a finding. In various security findings
|
|
19612
19633
|
# providers' solutions, this generator can be called a rule, a check,
|
|
19613
|
-
# a detector, a plugin,
|
|
19634
|
+
# a detector, a plugin, or something else.
|
|
19635
|
+
#
|
|
19636
|
+
# Length Constraints: Minimum length of 1. Maximum length of 512.
|
|
19614
19637
|
# @return [String]
|
|
19615
19638
|
#
|
|
19616
19639
|
# @!attribute [rw] aws_account_id
|
|
19617
19640
|
# The Amazon Web Services account ID that a finding is generated in.
|
|
19641
|
+
#
|
|
19642
|
+
# Length Constraints: 12.
|
|
19618
19643
|
# @return [String]
|
|
19619
19644
|
#
|
|
19620
19645
|
# @!attribute [rw] types
|
|
@@ -19624,6 +19649,8 @@ module Aws::SecurityHub
|
|
|
19624
19649
|
# Valid namespace values are: Software and Configuration Checks \|
|
|
19625
19650
|
# TTPs \| Effects \| Unusual Behaviors \| Sensitive Data
|
|
19626
19651
|
# Identifications
|
|
19652
|
+
#
|
|
19653
|
+
# Array Members: Maximum number of 50 items.
|
|
19627
19654
|
# @return [Array<String>]
|
|
19628
19655
|
#
|
|
19629
19656
|
# @!attribute [rw] first_observed_at
|
|
@@ -19749,19 +19776,15 @@ module Aws::SecurityHub
|
|
|
19749
19776
|
# @return [Integer]
|
|
19750
19777
|
#
|
|
19751
19778
|
# @!attribute [rw] title
|
|
19752
|
-
# A finding's title.
|
|
19779
|
+
# A finding's title. `Title` is a required property.
|
|
19753
19780
|
#
|
|
19754
|
-
#
|
|
19755
|
-
#
|
|
19756
|
-
# </note>
|
|
19781
|
+
# Length Constraints: Minimum length of 1. Maximum length of 256.
|
|
19757
19782
|
# @return [String]
|
|
19758
19783
|
#
|
|
19759
19784
|
# @!attribute [rw] description
|
|
19760
|
-
# A finding's description.
|
|
19761
|
-
#
|
|
19762
|
-
# <note markdown="1"> In this release, `Description` is a required property.
|
|
19785
|
+
# A finding's description. `Description` is a required property.
|
|
19763
19786
|
#
|
|
19764
|
-
#
|
|
19787
|
+
# Length Constraints: Minimum length of 1. Maximum length of 1024.
|
|
19765
19788
|
# @return [String]
|
|
19766
19789
|
#
|
|
19767
19790
|
# @!attribute [rw] remediation
|
|
@@ -19786,10 +19809,16 @@ module Aws::SecurityHub
|
|
|
19786
19809
|
# @!attribute [rw] user_defined_fields
|
|
19787
19810
|
# A list of name/value string pairs associated with the finding. These
|
|
19788
19811
|
# are custom, user-defined fields added to a finding.
|
|
19812
|
+
#
|
|
19813
|
+
# Can contain up to 50 key-value pairs. For each key-value pair, the
|
|
19814
|
+
# key can contain up to 128 characters, and the value can contain up
|
|
19815
|
+
# to 1024 characters.
|
|
19789
19816
|
# @return [Hash<String,String>]
|
|
19790
19817
|
#
|
|
19791
19818
|
# @!attribute [rw] malware
|
|
19792
19819
|
# A list of malware related to a finding.
|
|
19820
|
+
#
|
|
19821
|
+
# Array Members: Maximum number of 5 items.
|
|
19793
19822
|
# @return [Array<Types::Malware>]
|
|
19794
19823
|
#
|
|
19795
19824
|
# @!attribute [rw] network
|
|
@@ -19809,15 +19838,21 @@ module Aws::SecurityHub
|
|
|
19809
19838
|
# @!attribute [rw] threats
|
|
19810
19839
|
# Details about the threat detected in a security finding and the file
|
|
19811
19840
|
# paths that were affected by the threat.
|
|
19841
|
+
#
|
|
19842
|
+
# Array Members: Minimum number of 1 item. Maximum number of 32 items.
|
|
19812
19843
|
# @return [Array<Types::Threat>]
|
|
19813
19844
|
#
|
|
19814
19845
|
# @!attribute [rw] threat_intel_indicators
|
|
19815
19846
|
# Threat intelligence details related to a finding.
|
|
19847
|
+
#
|
|
19848
|
+
# Array Members: Minimum number of 1 item. Maximum number of 5 items.
|
|
19816
19849
|
# @return [Array<Types::ThreatIntelIndicator>]
|
|
19817
19850
|
#
|
|
19818
19851
|
# @!attribute [rw] resources
|
|
19819
19852
|
# A set of resource data types that describe the resources that the
|
|
19820
19853
|
# finding refers to.
|
|
19854
|
+
#
|
|
19855
|
+
# Array Members: Minimum number of 1 item. Maximum number of 32 items.
|
|
19821
19856
|
# @return [Array<Types::Resource>]
|
|
19822
19857
|
#
|
|
19823
19858
|
# @!attribute [rw] compliance
|
|
@@ -19846,6 +19881,8 @@ module Aws::SecurityHub
|
|
|
19846
19881
|
#
|
|
19847
19882
|
# @!attribute [rw] related_findings
|
|
19848
19883
|
# A list of related findings.
|
|
19884
|
+
#
|
|
19885
|
+
# Array Members: Minimum number of 1 item. Maximum number of 10 items.
|
|
19849
19886
|
# @return [Array<Types::RelatedFinding>]
|
|
19850
19887
|
#
|
|
19851
19888
|
# @!attribute [rw] note
|
|
@@ -19886,7 +19923,7 @@ module Aws::SecurityHub
|
|
|
19886
19923
|
# @return [Types::GeneratorDetails]
|
|
19887
19924
|
#
|
|
19888
19925
|
# @!attribute [rw] processed_at
|
|
19889
|
-
# A
|
|
19926
|
+
# A timestamp that indicates when Security Hub received a finding and
|
|
19890
19927
|
# begins to process it.
|
|
19891
19928
|
#
|
|
19892
19929
|
# This field accepts only the specified formats. Timestamps can end
|
|
@@ -19913,6 +19950,8 @@ module Aws::SecurityHub
|
|
|
19913
19950
|
# @!attribute [rw] aws_account_name
|
|
19914
19951
|
# The name of the Amazon Web Services account from which a finding was
|
|
19915
19952
|
# generated.
|
|
19953
|
+
#
|
|
19954
|
+
# Length Constraints: Minimum length of 1. Maximum length of 50.
|
|
19916
19955
|
# @return [String]
|
|
19917
19956
|
#
|
|
19918
19957
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsSecurityFinding AWS API Documentation
|
|
@@ -23098,14 +23137,16 @@ module Aws::SecurityHub
|
|
|
23098
23137
|
# * `NOT_AVAILABLE` - Check could not be performed due to a service
|
|
23099
23138
|
# outage, API error, or because the result of the Config
|
|
23100
23139
|
# evaluation was `NOT_APPLICABLE`. If the Config evaluation result
|
|
23101
|
-
# was `NOT_APPLICABLE
|
|
23102
|
-
# automatically archives the finding.
|
|
23140
|
+
# was `NOT_APPLICABLE` for a Security Hub control, Security Hub
|
|
23141
|
+
# automatically archives the finding after 3 days.
|
|
23103
23142
|
# @return [String]
|
|
23104
23143
|
#
|
|
23105
23144
|
# @!attribute [rw] related_requirements
|
|
23106
23145
|
# For a control, the industry or regulatory framework requirements
|
|
23107
23146
|
# that are related to the control. The check for that control is
|
|
23108
23147
|
# aligned with these requirements.
|
|
23148
|
+
#
|
|
23149
|
+
# Array Members: Maximum number of 32 items.
|
|
23109
23150
|
# @return [Array<String>]
|
|
23110
23151
|
#
|
|
23111
23152
|
# @!attribute [rw] status_reasons
|
|
@@ -24512,10 +24553,14 @@ module Aws::SecurityHub
|
|
|
24512
24553
|
#
|
|
24513
24554
|
# @!attribute [rw] domain
|
|
24514
24555
|
# The DNS domain that is associated with the DNS request.
|
|
24556
|
+
#
|
|
24557
|
+
# Length Constraints: 128.
|
|
24515
24558
|
# @return [String]
|
|
24516
24559
|
#
|
|
24517
24560
|
# @!attribute [rw] protocol
|
|
24518
24561
|
# The protocol that was used for the DNS request.
|
|
24562
|
+
#
|
|
24563
|
+
# Length Constraints: Minimum length of 1. Maximum length of 64.
|
|
24519
24564
|
# @return [String]
|
|
24520
24565
|
#
|
|
24521
24566
|
# @!attribute [rw] blocked
|
|
@@ -24697,20 +24742,28 @@ module Aws::SecurityHub
|
|
|
24697
24742
|
# @!attribute [rw] file_path
|
|
24698
24743
|
# Path to the infected or suspicious file on the resource it was
|
|
24699
24744
|
# detected on.
|
|
24745
|
+
#
|
|
24746
|
+
# Length Constraints: Minimum of 1 length. Maximum of 128 length.
|
|
24700
24747
|
# @return [String]
|
|
24701
24748
|
#
|
|
24702
24749
|
# @!attribute [rw] file_name
|
|
24703
24750
|
# The name of the infected or suspicious file corresponding to the
|
|
24704
24751
|
# hash.
|
|
24752
|
+
#
|
|
24753
|
+
# Length Constraints: Minimum of 1 length. Maximum of 128 length.
|
|
24705
24754
|
# @return [String]
|
|
24706
24755
|
#
|
|
24707
24756
|
# @!attribute [rw] resource_id
|
|
24708
24757
|
# The Amazon Resource Name (ARN) of the resource on which the threat
|
|
24709
24758
|
# was detected.
|
|
24759
|
+
#
|
|
24760
|
+
# Length Constraints: Minimum of 1 length. Maximum of 128 length.
|
|
24710
24761
|
# @return [String]
|
|
24711
24762
|
#
|
|
24712
24763
|
# @!attribute [rw] hash
|
|
24713
24764
|
# The hash value for the infected or suspicious file.
|
|
24765
|
+
#
|
|
24766
|
+
# Length Constraints: Minimum of 1 length. Maximum of 128 length.
|
|
24714
24767
|
# @return [String]
|
|
24715
24768
|
#
|
|
24716
24769
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/FilePaths AWS API Documentation
|
|
@@ -24944,6 +24997,8 @@ module Aws::SecurityHub
|
|
|
24944
24997
|
#
|
|
24945
24998
|
# @!attribute [rw] original
|
|
24946
24999
|
# The finding provider's original value for the severity.
|
|
25000
|
+
#
|
|
25001
|
+
# Length Constraints: Minimum length of 1. Maximum length of 64.
|
|
24947
25002
|
# @return [String]
|
|
24948
25003
|
#
|
|
24949
25004
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/FindingProviderSeverity AWS API Documentation
|
|
@@ -25071,6 +25126,9 @@ module Aws::SecurityHub
|
|
|
25071
25126
|
# @!attribute [rw] labels
|
|
25072
25127
|
# An array of tags used to identify the detector associated with the
|
|
25073
25128
|
# finding.
|
|
25129
|
+
#
|
|
25130
|
+
# Array Members: Minimum number of 0 items. Maximum number of 10
|
|
25131
|
+
# items.
|
|
25074
25132
|
# @return [Array<String>]
|
|
25075
25133
|
#
|
|
25076
25134
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GeneratorDetails AWS API Documentation
|
|
@@ -26623,6 +26681,8 @@ module Aws::SecurityHub
|
|
|
26623
26681
|
#
|
|
26624
26682
|
# @!attribute [rw] name
|
|
26625
26683
|
# The name of the malware that was observed.
|
|
26684
|
+
#
|
|
26685
|
+
# Length Constraints: Minimum of 1. Maximum of 64.
|
|
26626
26686
|
# @return [String]
|
|
26627
26687
|
#
|
|
26628
26688
|
# @!attribute [rw] type
|
|
@@ -26631,6 +26691,8 @@ module Aws::SecurityHub
|
|
|
26631
26691
|
#
|
|
26632
26692
|
# @!attribute [rw] path
|
|
26633
26693
|
# The file system path of the malware that was observed.
|
|
26694
|
+
#
|
|
26695
|
+
# Length Constraints: Minimum of 1. Maximum of 512.
|
|
26634
26696
|
# @return [String]
|
|
26635
26697
|
#
|
|
26636
26698
|
# @!attribute [rw] state
|
|
@@ -26823,6 +26885,8 @@ module Aws::SecurityHub
|
|
|
26823
26885
|
#
|
|
26824
26886
|
# @!attribute [rw] protocol
|
|
26825
26887
|
# The protocol of network-related information about a finding.
|
|
26888
|
+
#
|
|
26889
|
+
# Length Constraints: Minimum of 1. Maximum of 16.
|
|
26826
26890
|
# @return [String]
|
|
26827
26891
|
#
|
|
26828
26892
|
# @!attribute [rw] open_port_range
|
|
@@ -26845,6 +26909,8 @@ module Aws::SecurityHub
|
|
|
26845
26909
|
#
|
|
26846
26910
|
# @!attribute [rw] source_domain
|
|
26847
26911
|
# The source domain of network-related information about a finding.
|
|
26912
|
+
#
|
|
26913
|
+
# Length Constraints: Minimum of 1. Maximum of 128.
|
|
26848
26914
|
# @return [String]
|
|
26849
26915
|
#
|
|
26850
26916
|
# @!attribute [rw] source_mac
|
|
@@ -26869,6 +26935,8 @@ module Aws::SecurityHub
|
|
|
26869
26935
|
# @!attribute [rw] destination_domain
|
|
26870
26936
|
# The destination domain of network-related information about a
|
|
26871
26937
|
# finding.
|
|
26938
|
+
#
|
|
26939
|
+
# Length Constraints: Minimum of 1. Maximum of 128.
|
|
26872
26940
|
# @return [String]
|
|
26873
26941
|
#
|
|
26874
26942
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/Network AWS API Documentation
|
|
@@ -26912,6 +26980,8 @@ module Aws::SecurityHub
|
|
|
26912
26980
|
#
|
|
26913
26981
|
# @!attribute [rw] protocol
|
|
26914
26982
|
# The protocol used to make the network connection request.
|
|
26983
|
+
#
|
|
26984
|
+
# Length Constraints: Minimum length of 1. Maximum length of 64.
|
|
26915
26985
|
# @return [String]
|
|
26916
26986
|
#
|
|
26917
26987
|
# @!attribute [rw] blocked
|
|
@@ -26936,6 +27006,8 @@ module Aws::SecurityHub
|
|
|
26936
27006
|
#
|
|
26937
27007
|
# @!attribute [rw] protocol
|
|
26938
27008
|
# The protocol used for the component.
|
|
27009
|
+
#
|
|
27010
|
+
# Length Constraints: Minimum of 1. Maximum of 16.
|
|
26939
27011
|
# @return [String]
|
|
26940
27012
|
#
|
|
26941
27013
|
# @!attribute [rw] destination
|
|
@@ -26960,10 +27032,14 @@ module Aws::SecurityHub
|
|
|
26960
27032
|
#
|
|
26961
27033
|
# @!attribute [rw] component_id
|
|
26962
27034
|
# The identifier of a component in the network path.
|
|
27035
|
+
#
|
|
27036
|
+
# Length Constraints: Minimum of 1. Maximum of 32.
|
|
26963
27037
|
# @return [String]
|
|
26964
27038
|
#
|
|
26965
27039
|
# @!attribute [rw] component_type
|
|
26966
27040
|
# The type of component.
|
|
27041
|
+
#
|
|
27042
|
+
# Length Constraints: Minimum of 1. Maximum of 32.
|
|
26967
27043
|
# @return [String]
|
|
26968
27044
|
#
|
|
26969
27045
|
# @!attribute [rw] egress
|
|
@@ -27011,6 +27087,8 @@ module Aws::SecurityHub
|
|
|
27011
27087
|
#
|
|
27012
27088
|
# @!attribute [rw] text
|
|
27013
27089
|
# The text of a note.
|
|
27090
|
+
#
|
|
27091
|
+
# Length Constraints: Minimum of 1. Maximum of 512.
|
|
27014
27092
|
# @return [String]
|
|
27015
27093
|
#
|
|
27016
27094
|
# @!attribute [rw] updated_by
|
|
@@ -27346,37 +27424,51 @@ module Aws::SecurityHub
|
|
|
27346
27424
|
# @!attribute [rw] id
|
|
27347
27425
|
# The identifier of the compliance standard that was used to determine
|
|
27348
27426
|
# the patch compliance status.
|
|
27427
|
+
#
|
|
27428
|
+
# Length Constraints: Minimum length of 1. Maximum length of 256.
|
|
27349
27429
|
# @return [String]
|
|
27350
27430
|
#
|
|
27351
27431
|
# @!attribute [rw] installed_count
|
|
27352
27432
|
# The number of patches from the compliance standard that were
|
|
27353
27433
|
# installed successfully.
|
|
27434
|
+
#
|
|
27435
|
+
# The value can be an integer from `0` to `100000`.
|
|
27354
27436
|
# @return [Integer]
|
|
27355
27437
|
#
|
|
27356
27438
|
# @!attribute [rw] missing_count
|
|
27357
27439
|
# The number of patches that are part of the compliance standard but
|
|
27358
27440
|
# are not installed. The count includes patches that failed to
|
|
27359
27441
|
# install.
|
|
27442
|
+
#
|
|
27443
|
+
# The value can be an integer from `0` to `100000`.
|
|
27360
27444
|
# @return [Integer]
|
|
27361
27445
|
#
|
|
27362
27446
|
# @!attribute [rw] failed_count
|
|
27363
27447
|
# The number of patches from the compliance standard that failed to
|
|
27364
27448
|
# install.
|
|
27449
|
+
#
|
|
27450
|
+
# The value can be an integer from `0` to `100000`.
|
|
27365
27451
|
# @return [Integer]
|
|
27366
27452
|
#
|
|
27367
27453
|
# @!attribute [rw] installed_other_count
|
|
27368
27454
|
# The number of installed patches that are not part of the compliance
|
|
27369
27455
|
# standard.
|
|
27456
|
+
#
|
|
27457
|
+
# The value can be an integer from `0` to `100000`.
|
|
27370
27458
|
# @return [Integer]
|
|
27371
27459
|
#
|
|
27372
27460
|
# @!attribute [rw] installed_rejected_count
|
|
27373
27461
|
# The number of patches that are installed but are also on a list of
|
|
27374
27462
|
# patches that the customer rejected.
|
|
27463
|
+
#
|
|
27464
|
+
# The value can be an integer from `0` to `100000`.
|
|
27375
27465
|
# @return [Integer]
|
|
27376
27466
|
#
|
|
27377
27467
|
# @!attribute [rw] installed_pending_reboot
|
|
27378
27468
|
# The number of patches that were applied, but that require the
|
|
27379
27469
|
# instance to be rebooted in order to be marked as installed.
|
|
27470
|
+
#
|
|
27471
|
+
# The value can be an integer from `0` to `100000`.
|
|
27380
27472
|
# @return [Integer]
|
|
27381
27473
|
#
|
|
27382
27474
|
# @!attribute [rw] operation_start_time
|
|
@@ -27429,11 +27521,15 @@ module Aws::SecurityHub
|
|
|
27429
27521
|
#
|
|
27430
27522
|
# @!attribute [rw] reboot_option
|
|
27431
27523
|
# The reboot option specified for the instance.
|
|
27524
|
+
#
|
|
27525
|
+
# Length Constraints: Minimum length of 1. Maximum length of 256.
|
|
27432
27526
|
# @return [String]
|
|
27433
27527
|
#
|
|
27434
27528
|
# @!attribute [rw] operation
|
|
27435
27529
|
# The type of patch operation performed. For Patch Manager, the values
|
|
27436
27530
|
# are `SCAN` and `INSTALL`.
|
|
27531
|
+
#
|
|
27532
|
+
# Length Constraints: Minimum length of 1. Maximum length of 256.
|
|
27437
27533
|
# @return [String]
|
|
27438
27534
|
#
|
|
27439
27535
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/PatchSummary AWS API Documentation
|
|
@@ -27576,10 +27672,14 @@ module Aws::SecurityHub
|
|
|
27576
27672
|
#
|
|
27577
27673
|
# @!attribute [rw] name
|
|
27578
27674
|
# The name of the process.
|
|
27675
|
+
#
|
|
27676
|
+
# Length Constraints: Minimum of 1. Maximum of 64.
|
|
27579
27677
|
# @return [String]
|
|
27580
27678
|
#
|
|
27581
27679
|
# @!attribute [rw] path
|
|
27582
27680
|
# The path to the process executable.
|
|
27681
|
+
#
|
|
27682
|
+
# Length Constraints: Minimum of 1. Maximum of 512.
|
|
27583
27683
|
# @return [String]
|
|
27584
27684
|
#
|
|
27585
27685
|
# @!attribute [rw] pid
|
|
@@ -27772,6 +27872,8 @@ module Aws::SecurityHub
|
|
|
27772
27872
|
# @!attribute [rw] text
|
|
27773
27873
|
# Describes the recommended steps to take to remediate an issue
|
|
27774
27874
|
# identified in a finding.
|
|
27875
|
+
#
|
|
27876
|
+
# Length Constraints: Minimum of 1 length. Maximum of 512 length.
|
|
27775
27877
|
# @return [String]
|
|
27776
27878
|
#
|
|
27777
27879
|
# @!attribute [rw] url
|
|
@@ -27856,6 +27958,8 @@ module Aws::SecurityHub
|
|
|
27856
27958
|
#
|
|
27857
27959
|
# If the resource does not match any of the provided types, then set
|
|
27858
27960
|
# `Type` to `Other`.
|
|
27961
|
+
#
|
|
27962
|
+
# Length Constraints: Minimum length of 1. Maximum length of 256.
|
|
27859
27963
|
# @return [String]
|
|
27860
27964
|
#
|
|
27861
27965
|
# @!attribute [rw] id
|
|
@@ -27870,6 +27974,8 @@ module Aws::SecurityHub
|
|
|
27870
27974
|
# @!attribute [rw] region
|
|
27871
27975
|
# The canonical Amazon Web Services external Region name where this
|
|
27872
27976
|
# resource is located.
|
|
27977
|
+
#
|
|
27978
|
+
# Length Constraints: Minimum length of 1. Maximum length of 16.
|
|
27873
27979
|
# @return [String]
|
|
27874
27980
|
#
|
|
27875
27981
|
# @!attribute [rw] resource_role
|
|
@@ -27879,7 +27985,12 @@ module Aws::SecurityHub
|
|
|
27879
27985
|
#
|
|
27880
27986
|
# @!attribute [rw] tags
|
|
27881
27987
|
# A list of Amazon Web Services tags associated with a resource at the
|
|
27882
|
-
# time the finding was processed.
|
|
27988
|
+
# time the finding was processed. Tags must follow [Amazon Web
|
|
27989
|
+
# Services tag naming limits and requirements][1].
|
|
27990
|
+
#
|
|
27991
|
+
#
|
|
27992
|
+
#
|
|
27993
|
+
# [1]: https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html#tag-conventions
|
|
27883
27994
|
# @return [Hash<String,String>]
|
|
27884
27995
|
#
|
|
27885
27996
|
# @!attribute [rw] data_classification
|
|
@@ -29473,6 +29584,8 @@ module Aws::SecurityHub
|
|
|
29473
29584
|
# Deprecated. The normalized severity of a finding. Instead of
|
|
29474
29585
|
# providing `Normalized`, provide `Label`.
|
|
29475
29586
|
#
|
|
29587
|
+
# The value of `Normalized` can be an integer between `0` and `100`.
|
|
29588
|
+
#
|
|
29476
29589
|
# If you provide `Label` and do not provide `Normalized`, then
|
|
29477
29590
|
# `Normalized` is set automatically as follows.
|
|
29478
29591
|
#
|
|
@@ -29490,6 +29603,8 @@ module Aws::SecurityHub
|
|
|
29490
29603
|
# @!attribute [rw] original
|
|
29491
29604
|
# The native severity from the finding product that generated the
|
|
29492
29605
|
# finding.
|
|
29606
|
+
#
|
|
29607
|
+
# Length Constraints: Minimum length of 1. Maximum length of 64.
|
|
29493
29608
|
# @return [String]
|
|
29494
29609
|
#
|
|
29495
29610
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/Severity AWS API Documentation
|
|
@@ -30451,10 +30566,14 @@ module Aws::SecurityHub
|
|
|
30451
30566
|
#
|
|
30452
30567
|
# @!attribute [rw] name
|
|
30453
30568
|
# The name of the threat.
|
|
30569
|
+
#
|
|
30570
|
+
# Length Constraints: Minimum of 1 length. Maximum of 128 length.
|
|
30454
30571
|
# @return [String]
|
|
30455
30572
|
#
|
|
30456
30573
|
# @!attribute [rw] severity
|
|
30457
30574
|
# The severity of the threat.
|
|
30575
|
+
#
|
|
30576
|
+
# Length Constraints: Minimum of 1 length. Maximum of 128 length.
|
|
30458
30577
|
# @return [String]
|
|
30459
30578
|
#
|
|
30460
30579
|
# @!attribute [rw] item_count
|
|
@@ -30464,6 +30583,8 @@ module Aws::SecurityHub
|
|
|
30464
30583
|
# @!attribute [rw] file_paths
|
|
30465
30584
|
# Provides information about the file paths that were affected by the
|
|
30466
30585
|
# threat.
|
|
30586
|
+
#
|
|
30587
|
+
# Array Members: Minimum number of 1 item. Maximum number of 5 items.
|
|
30467
30588
|
# @return [Array<Types::FilePaths>]
|
|
30468
30589
|
#
|
|
30469
30590
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/Threat AWS API Documentation
|
|
@@ -30485,6 +30606,8 @@ module Aws::SecurityHub
|
|
|
30485
30606
|
#
|
|
30486
30607
|
# @!attribute [rw] value
|
|
30487
30608
|
# The value of a threat intelligence indicator.
|
|
30609
|
+
#
|
|
30610
|
+
# Length Constraints: Minimum of 1 length. Maximum of 512 length.
|
|
30488
30611
|
# @return [String]
|
|
30489
30612
|
#
|
|
30490
30613
|
# @!attribute [rw] category
|
|
@@ -30518,6 +30641,8 @@ module Aws::SecurityHub
|
|
|
30518
30641
|
#
|
|
30519
30642
|
# @!attribute [rw] source
|
|
30520
30643
|
# The source of the threat intelligence indicator.
|
|
30644
|
+
#
|
|
30645
|
+
# Length Constraints: Minimum of 1 length. Maximum of 64 length.
|
|
30521
30646
|
# @return [String]
|
|
30522
30647
|
#
|
|
30523
30648
|
# @!attribute [rw] source_url
|
data/lib/aws-sdk-securityhub.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.107.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-05-
|
|
11
|
+
date: 2024-05-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|