aws-sdk-securityhub 1.91.0 → 1.92.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/types.rb +74 -0
- 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: a5503e8122b79b5d79e585c67bdc7d1e8b3c4a08825728d6c81e80cfb3e7e764
|
|
4
|
+
data.tar.gz: cd536190fbac26f1cfdbe8b59655f2b85c6e5defcd41290bc6843dc0955099f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d8b34822c95a7aa98e1b6e584e1274608b50175a6a90db7a42161f63193e9ae9d54bab12a551da76db6240877ee780f7c6b1c3bf7f0c57016c898a3cdb8bd82
|
|
7
|
+
data.tar.gz: 3067c6fb3e128d9fd45a8f0a465111bf9ae7469f9ac81626d97c4065bfea10200ce1d12022f8c80566838157f98418dcc0bdda3b4c4b4de6da7fb32e90f83ae4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.92.0
|
|
@@ -8703,7 +8703,7 @@ module Aws::SecurityHub
|
|
|
8703
8703
|
params: params,
|
|
8704
8704
|
config: config)
|
|
8705
8705
|
context[:gem_name] = 'aws-sdk-securityhub'
|
|
8706
|
-
context[:gem_version] = '1.
|
|
8706
|
+
context[:gem_version] = '1.92.0'
|
|
8707
8707
|
Seahorse::Client::Request.new(handlers, context)
|
|
8708
8708
|
end
|
|
8709
8709
|
|
|
@@ -578,19 +578,29 @@ module Aws::SecurityHub
|
|
|
578
578
|
# @!attribute [rw] product_arn
|
|
579
579
|
# The Amazon Resource Name (ARN) for a third-party product that
|
|
580
580
|
# generated a finding in Security Hub.
|
|
581
|
+
#
|
|
582
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
581
583
|
# @return [Array<Types::StringFilter>]
|
|
582
584
|
#
|
|
583
585
|
# @!attribute [rw] aws_account_id
|
|
584
586
|
# The Amazon Web Services account ID in which a finding was generated.
|
|
587
|
+
#
|
|
588
|
+
# Array Members: Minimum number of 1 item. Maximum number of 100
|
|
589
|
+
# items.
|
|
585
590
|
# @return [Array<Types::StringFilter>]
|
|
586
591
|
#
|
|
587
592
|
# @!attribute [rw] id
|
|
588
593
|
# The product-specific identifier for a finding.
|
|
594
|
+
#
|
|
595
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
589
596
|
# @return [Array<Types::StringFilter>]
|
|
590
597
|
#
|
|
591
598
|
# @!attribute [rw] generator_id
|
|
592
599
|
# The identifier for the solution-specific component that generated a
|
|
593
600
|
# finding.
|
|
601
|
+
#
|
|
602
|
+
# Array Members: Minimum number of 1 item. Maximum number of 100
|
|
603
|
+
# items.
|
|
594
604
|
# @return [Array<Types::StringFilter>]
|
|
595
605
|
#
|
|
596
606
|
# @!attribute [rw] type
|
|
@@ -599,6 +609,8 @@ module Aws::SecurityHub
|
|
|
599
609
|
# namespaces, classifiers, and categories, see [Types taxonomy for
|
|
600
610
|
# ASFF][1] in the *Security Hub User Guide*.
|
|
601
611
|
#
|
|
612
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
613
|
+
#
|
|
602
614
|
#
|
|
603
615
|
#
|
|
604
616
|
# [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format-type-taxonomy.html
|
|
@@ -613,6 +625,8 @@ module Aws::SecurityHub
|
|
|
613
625
|
# Internet Date/Time Format][1]. The value cannot contain spaces. For
|
|
614
626
|
# example, `2020-03-22T13:22:13.933Z`.
|
|
615
627
|
#
|
|
628
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
629
|
+
#
|
|
616
630
|
#
|
|
617
631
|
#
|
|
618
632
|
# [1]: https://tools.ietf.org/html/rfc3339#section-5.6
|
|
@@ -627,6 +641,8 @@ module Aws::SecurityHub
|
|
|
627
641
|
# Internet Date/Time Format][1]. The value cannot contain spaces. For
|
|
628
642
|
# example, `2020-03-22T13:22:13.933Z`.
|
|
629
643
|
#
|
|
644
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
645
|
+
#
|
|
630
646
|
#
|
|
631
647
|
#
|
|
632
648
|
# [1]: https://tools.ietf.org/html/rfc3339#section-5.6
|
|
@@ -639,6 +655,8 @@ module Aws::SecurityHub
|
|
|
639
655
|
# Internet Date/Time Format][1]. The value cannot contain spaces. For
|
|
640
656
|
# example, `2020-03-22T13:22:13.933Z`.
|
|
641
657
|
#
|
|
658
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
659
|
+
#
|
|
642
660
|
#
|
|
643
661
|
#
|
|
644
662
|
# [1]: https://tools.ietf.org/html/rfc3339#section-5.6
|
|
@@ -652,6 +670,8 @@ module Aws::SecurityHub
|
|
|
652
670
|
# Internet Date/Time Format][1]. The value cannot contain spaces. For
|
|
653
671
|
# example, `2020-03-22T13:22:13.933Z`.
|
|
654
672
|
#
|
|
673
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
674
|
+
#
|
|
655
675
|
#
|
|
656
676
|
#
|
|
657
677
|
# [1]: https://tools.ietf.org/html/rfc3339#section-5.6
|
|
@@ -667,6 +687,8 @@ module Aws::SecurityHub
|
|
|
667
687
|
# exfiltration hasn't been verified. For more information, see
|
|
668
688
|
# [Confidence][1] in the *Security Hub User Guide*.
|
|
669
689
|
#
|
|
690
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
691
|
+
#
|
|
670
692
|
#
|
|
671
693
|
#
|
|
672
694
|
# [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-confidence
|
|
@@ -680,6 +702,8 @@ module Aws::SecurityHub
|
|
|
680
702
|
# of `100` is reserved for the most critical resources. For more
|
|
681
703
|
# information, see [Criticality][1] in the *Security Hub User Guide*.
|
|
682
704
|
#
|
|
705
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
706
|
+
#
|
|
683
707
|
#
|
|
684
708
|
#
|
|
685
709
|
# [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-criticality
|
|
@@ -687,33 +711,48 @@ module Aws::SecurityHub
|
|
|
687
711
|
#
|
|
688
712
|
# @!attribute [rw] title
|
|
689
713
|
# A finding's title.
|
|
714
|
+
#
|
|
715
|
+
# Array Members: Minimum number of 1 item. Maximum number of 100
|
|
716
|
+
# items.
|
|
690
717
|
# @return [Array<Types::StringFilter>]
|
|
691
718
|
#
|
|
692
719
|
# @!attribute [rw] description
|
|
693
720
|
# A finding's description.
|
|
721
|
+
#
|
|
722
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
694
723
|
# @return [Array<Types::StringFilter>]
|
|
695
724
|
#
|
|
696
725
|
# @!attribute [rw] source_url
|
|
697
726
|
# Provides a URL that links to a page about the current finding in the
|
|
698
727
|
# finding product.
|
|
728
|
+
#
|
|
729
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
699
730
|
# @return [Array<Types::StringFilter>]
|
|
700
731
|
#
|
|
701
732
|
# @!attribute [rw] product_name
|
|
702
733
|
# Provides the name of the product that generated the finding. For
|
|
703
734
|
# control-based findings, the product name is Security Hub.
|
|
735
|
+
#
|
|
736
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
704
737
|
# @return [Array<Types::StringFilter>]
|
|
705
738
|
#
|
|
706
739
|
# @!attribute [rw] company_name
|
|
707
740
|
# The name of the company for the product that generated the finding.
|
|
708
741
|
# For control-based findings, the company is Amazon Web Services.
|
|
742
|
+
#
|
|
743
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
709
744
|
# @return [Array<Types::StringFilter>]
|
|
710
745
|
#
|
|
711
746
|
# @!attribute [rw] severity_label
|
|
712
747
|
# The severity value of the finding.
|
|
748
|
+
#
|
|
749
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
713
750
|
# @return [Array<Types::StringFilter>]
|
|
714
751
|
#
|
|
715
752
|
# @!attribute [rw] resource_type
|
|
716
753
|
# The type of resource that the finding pertains to.
|
|
754
|
+
#
|
|
755
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
717
756
|
# @return [Array<Types::StringFilter>]
|
|
718
757
|
#
|
|
719
758
|
# @!attribute [rw] resource_id
|
|
@@ -723,37 +762,52 @@ module Aws::SecurityHub
|
|
|
723
762
|
# is the identifier as defined by the Amazon Web Service that created
|
|
724
763
|
# the resource. For non-Amazon Web Services resources, this is a
|
|
725
764
|
# unique identifier that is associated with the resource.
|
|
765
|
+
#
|
|
766
|
+
# Array Members: Minimum number of 1 item. Maximum number of 100
|
|
767
|
+
# items.
|
|
726
768
|
# @return [Array<Types::StringFilter>]
|
|
727
769
|
#
|
|
728
770
|
# @!attribute [rw] resource_partition
|
|
729
771
|
# The partition in which the resource that the finding pertains to is
|
|
730
772
|
# located. A partition is a group of Amazon Web Services Regions. Each
|
|
731
773
|
# Amazon Web Services account is scoped to one partition.
|
|
774
|
+
#
|
|
775
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
732
776
|
# @return [Array<Types::StringFilter>]
|
|
733
777
|
#
|
|
734
778
|
# @!attribute [rw] resource_region
|
|
735
779
|
# The Amazon Web Services Region where the resource that a finding
|
|
736
780
|
# pertains to is located.
|
|
781
|
+
#
|
|
782
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
737
783
|
# @return [Array<Types::StringFilter>]
|
|
738
784
|
#
|
|
739
785
|
# @!attribute [rw] resource_tags
|
|
740
786
|
# A list of Amazon Web Services tags associated with a resource at the
|
|
741
787
|
# time the finding was processed.
|
|
788
|
+
#
|
|
789
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
742
790
|
# @return [Array<Types::MapFilter>]
|
|
743
791
|
#
|
|
744
792
|
# @!attribute [rw] resource_details_other
|
|
745
793
|
# Custom fields and values about the resource that a finding pertains
|
|
746
794
|
# to.
|
|
795
|
+
#
|
|
796
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
747
797
|
# @return [Array<Types::MapFilter>]
|
|
748
798
|
#
|
|
749
799
|
# @!attribute [rw] compliance_status
|
|
750
800
|
# The result of a security check. This field is only used for findings
|
|
751
801
|
# generated from controls.
|
|
802
|
+
#
|
|
803
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
752
804
|
# @return [Array<Types::StringFilter>]
|
|
753
805
|
#
|
|
754
806
|
# @!attribute [rw] compliance_security_control_id
|
|
755
807
|
# The security control ID for which a finding was generated. Security
|
|
756
808
|
# control IDs are the same across standards.
|
|
809
|
+
#
|
|
810
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
757
811
|
# @return [Array<Types::StringFilter>]
|
|
758
812
|
#
|
|
759
813
|
# @!attribute [rw] compliance_associated_standards_id
|
|
@@ -762,6 +816,8 @@ module Aws::SecurityHub
|
|
|
762
816
|
# Name (ARN) returned for a standard in the [DescribeStandards][1] API
|
|
763
817
|
# response.
|
|
764
818
|
#
|
|
819
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
820
|
+
#
|
|
765
821
|
#
|
|
766
822
|
#
|
|
767
823
|
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html
|
|
@@ -769,27 +825,39 @@ module Aws::SecurityHub
|
|
|
769
825
|
#
|
|
770
826
|
# @!attribute [rw] verification_state
|
|
771
827
|
# Provides the veracity of a finding.
|
|
828
|
+
#
|
|
829
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
772
830
|
# @return [Array<Types::StringFilter>]
|
|
773
831
|
#
|
|
774
832
|
# @!attribute [rw] workflow_status
|
|
775
833
|
# Provides information about the status of the investigation into a
|
|
776
834
|
# finding.
|
|
835
|
+
#
|
|
836
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
777
837
|
# @return [Array<Types::StringFilter>]
|
|
778
838
|
#
|
|
779
839
|
# @!attribute [rw] record_state
|
|
780
840
|
# Provides the current state of a finding.
|
|
841
|
+
#
|
|
842
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
781
843
|
# @return [Array<Types::StringFilter>]
|
|
782
844
|
#
|
|
783
845
|
# @!attribute [rw] related_findings_product_arn
|
|
784
846
|
# The ARN for the product that generated a related finding.
|
|
847
|
+
#
|
|
848
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
785
849
|
# @return [Array<Types::StringFilter>]
|
|
786
850
|
#
|
|
787
851
|
# @!attribute [rw] related_findings_id
|
|
788
852
|
# The product-generated identifier for a related finding.
|
|
853
|
+
#
|
|
854
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
789
855
|
# @return [Array<Types::StringFilter>]
|
|
790
856
|
#
|
|
791
857
|
# @!attribute [rw] note_text
|
|
792
858
|
# The text of a user-defined note that's added to a finding.
|
|
859
|
+
#
|
|
860
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
793
861
|
# @return [Array<Types::StringFilter>]
|
|
794
862
|
#
|
|
795
863
|
# @!attribute [rw] note_updated_at
|
|
@@ -798,6 +866,8 @@ module Aws::SecurityHub
|
|
|
798
866
|
# Format][1]. The value cannot contain spaces. For example,
|
|
799
867
|
# `2020-03-22T13:22:13.933Z`.
|
|
800
868
|
#
|
|
869
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
870
|
+
#
|
|
801
871
|
#
|
|
802
872
|
#
|
|
803
873
|
# [1]: https://www.rfc-editor.org/rfc/rfc3339#section-5.6
|
|
@@ -805,11 +875,15 @@ module Aws::SecurityHub
|
|
|
805
875
|
#
|
|
806
876
|
# @!attribute [rw] note_updated_by
|
|
807
877
|
# The principal that created a note.
|
|
878
|
+
#
|
|
879
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
808
880
|
# @return [Array<Types::StringFilter>]
|
|
809
881
|
#
|
|
810
882
|
# @!attribute [rw] user_defined_fields
|
|
811
883
|
# A list of user-defined name and value string pairs added to a
|
|
812
884
|
# finding.
|
|
885
|
+
#
|
|
886
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
|
813
887
|
# @return [Array<Types::MapFilter>]
|
|
814
888
|
#
|
|
815
889
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AutomationRulesFindingFilters AWS API Documentation
|
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.92.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: 2023-
|
|
11
|
+
date: 2023-09-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|