aws-sdk-securityhub 1.101.0 → 1.103.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 +100 -72
- data/lib/aws-sdk-securityhub/client_api.rb +2 -1
- data/lib/aws-sdk-securityhub/types.rb +1575 -506
- data/lib/aws-sdk-securityhub.rb +1 -1
- data/sig/client.rbs +89 -88
- data/sig/types.rbs +2 -1
- metadata +2 -2
@@ -505,25 +505,49 @@ module Aws::SecurityHub
|
|
505
505
|
# @!attribute [rw] created_at
|
506
506
|
# A timestamp that indicates when the rule was created.
|
507
507
|
#
|
508
|
-
#
|
509
|
-
#
|
510
|
-
#
|
508
|
+
# This field accepts only the specified formats. Timestamps can end
|
509
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
510
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
511
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
512
|
+
# examples:
|
511
513
|
#
|
514
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
512
515
|
#
|
516
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
517
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
513
518
|
#
|
514
|
-
#
|
519
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
520
|
+
# `2024-01-04T15:25:10+17:59`)
|
521
|
+
#
|
522
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
523
|
+
# `2024-01-04T15:25:10-1759`)
|
524
|
+
#
|
525
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
526
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
515
527
|
# @return [Time]
|
516
528
|
#
|
517
529
|
# @!attribute [rw] updated_at
|
518
530
|
# A timestamp that indicates when the rule was most recently updated.
|
519
531
|
#
|
520
|
-
#
|
521
|
-
#
|
522
|
-
#
|
532
|
+
# This field accepts only the specified formats. Timestamps can end
|
533
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
534
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
535
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
536
|
+
# examples:
|
537
|
+
#
|
538
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
539
|
+
#
|
540
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
541
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
523
542
|
#
|
543
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
544
|
+
# `2024-01-04T15:25:10+17:59`)
|
524
545
|
#
|
546
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
547
|
+
# `2024-01-04T15:25:10-1759`)
|
525
548
|
#
|
526
|
-
#
|
549
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
550
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
527
551
|
# @return [Time]
|
528
552
|
#
|
529
553
|
# @!attribute [rw] created_by
|
@@ -651,15 +675,27 @@ module Aws::SecurityHub
|
|
651
675
|
# captured by a finding was first observed by the security findings
|
652
676
|
# product.
|
653
677
|
#
|
654
|
-
#
|
655
|
-
#
|
656
|
-
#
|
678
|
+
# This field accepts only the specified formats. Timestamps can end
|
679
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
680
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
681
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
682
|
+
# examples:
|
657
683
|
#
|
658
|
-
#
|
684
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
685
|
+
#
|
686
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
687
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
659
688
|
#
|
689
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
690
|
+
# `2024-01-04T15:25:10+17:59`)
|
660
691
|
#
|
692
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
693
|
+
# `2024-01-04T15:25:10-1759`)
|
661
694
|
#
|
662
|
-
#
|
695
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
696
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
697
|
+
#
|
698
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
663
699
|
# @return [Array<Types::DateFilter>]
|
664
700
|
#
|
665
701
|
# @!attribute [rw] last_observed_at
|
@@ -667,44 +703,80 @@ module Aws::SecurityHub
|
|
667
703
|
# captured by a finding was most recently observed by the security
|
668
704
|
# findings product.
|
669
705
|
#
|
670
|
-
#
|
671
|
-
#
|
672
|
-
#
|
706
|
+
# This field accepts only the specified formats. Timestamps can end
|
707
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
708
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
709
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
710
|
+
# examples:
|
673
711
|
#
|
674
|
-
#
|
712
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
713
|
+
#
|
714
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
715
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
675
716
|
#
|
717
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
718
|
+
# `2024-01-04T15:25:10+17:59`)
|
676
719
|
#
|
720
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
721
|
+
# `2024-01-04T15:25:10-1759`)
|
677
722
|
#
|
678
|
-
#
|
723
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
724
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
725
|
+
#
|
726
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
679
727
|
# @return [Array<Types::DateFilter>]
|
680
728
|
#
|
681
729
|
# @!attribute [rw] created_at
|
682
730
|
# A timestamp that indicates when this finding record was created.
|
683
731
|
#
|
684
|
-
#
|
685
|
-
#
|
686
|
-
#
|
732
|
+
# This field accepts only the specified formats. Timestamps can end
|
733
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
734
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
735
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
736
|
+
# examples:
|
687
737
|
#
|
688
|
-
#
|
738
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
739
|
+
#
|
740
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
741
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
742
|
+
#
|
743
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
744
|
+
# `2024-01-04T15:25:10+17:59`)
|
689
745
|
#
|
746
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
747
|
+
# `2024-01-04T15:25:10-1759`)
|
690
748
|
#
|
749
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
750
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
691
751
|
#
|
692
|
-
#
|
752
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
693
753
|
# @return [Array<Types::DateFilter>]
|
694
754
|
#
|
695
755
|
# @!attribute [rw] updated_at
|
696
756
|
# A timestamp that indicates when the finding record was most recently
|
697
757
|
# updated.
|
698
758
|
#
|
699
|
-
#
|
700
|
-
#
|
701
|
-
#
|
759
|
+
# This field accepts only the specified formats. Timestamps can end
|
760
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
761
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
762
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
763
|
+
# examples:
|
702
764
|
#
|
703
|
-
#
|
765
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
766
|
+
#
|
767
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
768
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
769
|
+
#
|
770
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
771
|
+
# `2024-01-04T15:25:10+17:59`)
|
704
772
|
#
|
773
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
774
|
+
# `2024-01-04T15:25:10-1759`)
|
705
775
|
#
|
776
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
777
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
706
778
|
#
|
707
|
-
#
|
779
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
708
780
|
# @return [Array<Types::DateFilter>]
|
709
781
|
#
|
710
782
|
# @!attribute [rw] confidence
|
@@ -891,16 +963,29 @@ module Aws::SecurityHub
|
|
891
963
|
# @return [Array<Types::StringFilter>]
|
892
964
|
#
|
893
965
|
# @!attribute [rw] note_updated_at
|
894
|
-
# The timestamp of when the note was updated.
|
895
|
-
# format specified in [RFC 3339 section 5.6, Internet Date/Time
|
896
|
-
# Format][1]. The value cannot contain spaces. For example,
|
897
|
-
# `2020-03-22T13:22:13.933Z`.
|
966
|
+
# The timestamp of when the note was updated.
|
898
967
|
#
|
899
|
-
#
|
968
|
+
# This field accepts only the specified formats. Timestamps can end
|
969
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
970
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
971
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
972
|
+
# examples:
|
900
973
|
#
|
974
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
901
975
|
#
|
976
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
977
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
902
978
|
#
|
903
|
-
#
|
979
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
980
|
+
# `2024-01-04T15:25:10+17:59`)
|
981
|
+
#
|
982
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
983
|
+
# `2024-01-04T15:25:10-1759`)
|
984
|
+
#
|
985
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
986
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
987
|
+
#
|
988
|
+
# Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
904
989
|
# @return [Array<Types::DateFilter>]
|
905
990
|
#
|
906
991
|
# @!attribute [rw] note_updated_by
|
@@ -1027,25 +1112,49 @@ module Aws::SecurityHub
|
|
1027
1112
|
# @!attribute [rw] created_at
|
1028
1113
|
# A timestamp that indicates when the rule was created.
|
1029
1114
|
#
|
1030
|
-
#
|
1031
|
-
#
|
1032
|
-
#
|
1115
|
+
# This field accepts only the specified formats. Timestamps can end
|
1116
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
1117
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
1118
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
1119
|
+
# examples:
|
1033
1120
|
#
|
1121
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
1034
1122
|
#
|
1123
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
1124
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
1035
1125
|
#
|
1036
|
-
#
|
1126
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
1127
|
+
# `2024-01-04T15:25:10+17:59`)
|
1128
|
+
#
|
1129
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
1130
|
+
# `2024-01-04T15:25:10-1759`)
|
1131
|
+
#
|
1132
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
1133
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
1037
1134
|
# @return [Time]
|
1038
1135
|
#
|
1039
1136
|
# @!attribute [rw] updated_at
|
1040
1137
|
# A timestamp that indicates when the rule was most recently updated.
|
1041
1138
|
#
|
1042
|
-
#
|
1043
|
-
#
|
1044
|
-
#
|
1139
|
+
# This field accepts only the specified formats. Timestamps can end
|
1140
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
1141
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
1142
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
1143
|
+
# examples:
|
1144
|
+
#
|
1145
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
1045
1146
|
#
|
1147
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
1148
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
1046
1149
|
#
|
1150
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
1151
|
+
# `2024-01-04T15:25:10+17:59`)
|
1047
1152
|
#
|
1048
|
-
#
|
1153
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
1154
|
+
# `2024-01-04T15:25:10-1759`)
|
1155
|
+
#
|
1156
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
1157
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
1049
1158
|
# @return [Time]
|
1050
1159
|
#
|
1051
1160
|
# @!attribute [rw] created_by
|
@@ -1433,31 +1542,52 @@ module Aws::SecurityHub
|
|
1433
1542
|
# @return [Hash<String,String>]
|
1434
1543
|
#
|
1435
1544
|
# @!attribute [rw] first_seen
|
1436
|
-
#
|
1437
|
-
#
|
1545
|
+
# A timestamp that indicates when the API call was first observed.
|
1546
|
+
#
|
1547
|
+
# This field accepts only the specified formats. Timestamps can end
|
1548
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
1549
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
1550
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
1551
|
+
# examples:
|
1438
1552
|
#
|
1439
|
-
#
|
1440
|
-
# value cannot contain spaces, and date and time should be separated
|
1441
|
-
# by `T`. For more information, see [RFC 3339 section 5.6, Internet
|
1442
|
-
# Date/Time Format][1].
|
1553
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
1443
1554
|
#
|
1555
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
1556
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
1444
1557
|
#
|
1558
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
1559
|
+
# `2024-01-04T15:25:10+17:59`)
|
1445
1560
|
#
|
1446
|
-
#
|
1561
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
1562
|
+
# `2024-01-04T15:25:10-1759`)
|
1563
|
+
#
|
1564
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
1565
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
1447
1566
|
# @return [String]
|
1448
1567
|
#
|
1449
1568
|
# @!attribute [rw] last_seen
|
1450
|
-
#
|
1451
|
-
#
|
1569
|
+
# A timestamp that indicates when the API call was most recently
|
1570
|
+
# observed.
|
1571
|
+
#
|
1572
|
+
# This field accepts only the specified formats. Timestamps can end
|
1573
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
1574
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
1575
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
1576
|
+
# examples:
|
1452
1577
|
#
|
1453
|
-
#
|
1454
|
-
# value cannot contain spaces, and date and time should be separated
|
1455
|
-
# by `T`. For more information, see [RFC 3339 section 5.6, Internet
|
1456
|
-
# Date/Time Format][1].
|
1578
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
1457
1579
|
#
|
1580
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
1581
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
1458
1582
|
#
|
1583
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
1584
|
+
# `2024-01-04T15:25:10+17:59`)
|
1459
1585
|
#
|
1460
|
-
#
|
1586
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
1587
|
+
# `2024-01-04T15:25:10-1759`)
|
1588
|
+
#
|
1589
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
1590
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
1461
1591
|
# @return [String]
|
1462
1592
|
#
|
1463
1593
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsApiCallAction AWS API Documentation
|
@@ -1680,14 +1810,25 @@ module Aws::SecurityHub
|
|
1680
1810
|
# @!attribute [rw] created_date
|
1681
1811
|
# Indicates when the API was created.
|
1682
1812
|
#
|
1683
|
-
#
|
1684
|
-
#
|
1685
|
-
#
|
1686
|
-
#
|
1813
|
+
# This field accepts only the specified formats. Timestamps can end
|
1814
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
1815
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
1816
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
1817
|
+
# examples:
|
1818
|
+
#
|
1819
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
1820
|
+
#
|
1821
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
1822
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
1687
1823
|
#
|
1824
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
1825
|
+
# `2024-01-04T15:25:10+17:59`)
|
1688
1826
|
#
|
1827
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
1828
|
+
# `2024-01-04T15:25:10-1759`)
|
1689
1829
|
#
|
1690
|
-
#
|
1830
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
1831
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
1691
1832
|
# @return [String]
|
1692
1833
|
#
|
1693
1834
|
# @!attribute [rw] version
|
@@ -1807,27 +1948,49 @@ module Aws::SecurityHub
|
|
1807
1948
|
# @!attribute [rw] created_date
|
1808
1949
|
# Indicates when the stage was created.
|
1809
1950
|
#
|
1810
|
-
#
|
1811
|
-
#
|
1812
|
-
#
|
1813
|
-
#
|
1951
|
+
# This field accepts only the specified formats. Timestamps can end
|
1952
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
1953
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
1954
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
1955
|
+
# examples:
|
1814
1956
|
#
|
1957
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
1815
1958
|
#
|
1959
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
1960
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
1816
1961
|
#
|
1817
|
-
#
|
1962
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
1963
|
+
# `2024-01-04T15:25:10+17:59`)
|
1964
|
+
#
|
1965
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
1966
|
+
# `2024-01-04T15:25:10-1759`)
|
1967
|
+
#
|
1968
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
1969
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
1818
1970
|
# @return [String]
|
1819
1971
|
#
|
1820
1972
|
# @!attribute [rw] last_updated_date
|
1821
1973
|
# Indicates when the stage was most recently updated.
|
1822
1974
|
#
|
1823
|
-
#
|
1824
|
-
#
|
1825
|
-
#
|
1826
|
-
#
|
1975
|
+
# This field accepts only the specified formats. Timestamps can end
|
1976
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
1977
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
1978
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
1979
|
+
# examples:
|
1980
|
+
#
|
1981
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
1982
|
+
#
|
1983
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
1984
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
1827
1985
|
#
|
1986
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
1987
|
+
# `2024-01-04T15:25:10+17:59`)
|
1828
1988
|
#
|
1989
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
1990
|
+
# `2024-01-04T15:25:10-1759`)
|
1829
1991
|
#
|
1830
|
-
#
|
1992
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
1993
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
1831
1994
|
# @return [String]
|
1832
1995
|
#
|
1833
1996
|
# @!attribute [rw] web_acl_arn
|
@@ -1879,14 +2042,25 @@ module Aws::SecurityHub
|
|
1879
2042
|
# @!attribute [rw] created_date
|
1880
2043
|
# Indicates when the API was created.
|
1881
2044
|
#
|
1882
|
-
#
|
1883
|
-
#
|
1884
|
-
#
|
1885
|
-
#
|
2045
|
+
# This field accepts only the specified formats. Timestamps can end
|
2046
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
2047
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
2048
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
2049
|
+
# examples:
|
1886
2050
|
#
|
2051
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
1887
2052
|
#
|
2053
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
2054
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
1888
2055
|
#
|
1889
|
-
#
|
2056
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
2057
|
+
# `2024-01-04T15:25:10+17:59`)
|
2058
|
+
#
|
2059
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
2060
|
+
# `2024-01-04T15:25:10-1759`)
|
2061
|
+
#
|
2062
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
2063
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
1890
2064
|
# @return [String]
|
1891
2065
|
#
|
1892
2066
|
# @!attribute [rw] description
|
@@ -1993,14 +2167,25 @@ module Aws::SecurityHub
|
|
1993
2167
|
# @!attribute [rw] created_date
|
1994
2168
|
# Indicates when the stage was created.
|
1995
2169
|
#
|
1996
|
-
#
|
1997
|
-
#
|
1998
|
-
#
|
1999
|
-
#
|
2170
|
+
# This field accepts only the specified formats. Timestamps can end
|
2171
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
2172
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
2173
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
2174
|
+
# examples:
|
2175
|
+
#
|
2176
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
2000
2177
|
#
|
2178
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
2179
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
2001
2180
|
#
|
2181
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
2182
|
+
# `2024-01-04T15:25:10+17:59`)
|
2002
2183
|
#
|
2003
|
-
#
|
2184
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
2185
|
+
# `2024-01-04T15:25:10-1759`)
|
2186
|
+
#
|
2187
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
2188
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
2004
2189
|
# @return [String]
|
2005
2190
|
#
|
2006
2191
|
# @!attribute [rw] description
|
@@ -2018,14 +2203,25 @@ module Aws::SecurityHub
|
|
2018
2203
|
# @!attribute [rw] last_updated_date
|
2019
2204
|
# Indicates when the stage was most recently updated.
|
2020
2205
|
#
|
2021
|
-
#
|
2022
|
-
#
|
2023
|
-
#
|
2024
|
-
#
|
2206
|
+
# This field accepts only the specified formats. Timestamps can end
|
2207
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
2208
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
2209
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
2210
|
+
# examples:
|
2211
|
+
#
|
2212
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
2025
2213
|
#
|
2214
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
2215
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
2026
2216
|
#
|
2217
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
2218
|
+
# `2024-01-04T15:25:10+17:59`)
|
2027
2219
|
#
|
2028
|
-
#
|
2220
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
2221
|
+
# `2024-01-04T15:25:10-1759`)
|
2222
|
+
#
|
2223
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
2224
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
2029
2225
|
# @return [String]
|
2030
2226
|
#
|
2031
2227
|
# @!attribute [rw] route_settings
|
@@ -2460,14 +2656,25 @@ module Aws::SecurityHub
|
|
2460
2656
|
# @!attribute [rw] created_time
|
2461
2657
|
# Indicates when the auto scaling group was created.
|
2462
2658
|
#
|
2463
|
-
#
|
2464
|
-
#
|
2465
|
-
#
|
2466
|
-
#
|
2659
|
+
# This field accepts only the specified formats. Timestamps can end
|
2660
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
2661
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
2662
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
2663
|
+
# examples:
|
2664
|
+
#
|
2665
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
2467
2666
|
#
|
2667
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
2668
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
2468
2669
|
#
|
2670
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
2671
|
+
# `2024-01-04T15:25:10+17:59`)
|
2469
2672
|
#
|
2470
|
-
#
|
2673
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
2674
|
+
# `2024-01-04T15:25:10-1759`)
|
2675
|
+
#
|
2676
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
2677
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
2471
2678
|
# @return [String]
|
2472
2679
|
#
|
2473
2680
|
# @!attribute [rw] mixed_instances_policy
|
@@ -2803,14 +3010,25 @@ module Aws::SecurityHub
|
|
2803
3010
|
# @!attribute [rw] created_time
|
2804
3011
|
# The creation date and time for the launch configuration.
|
2805
3012
|
#
|
2806
|
-
#
|
2807
|
-
#
|
2808
|
-
#
|
2809
|
-
#
|
3013
|
+
# This field accepts only the specified formats. Timestamps can end
|
3014
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
3015
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
3016
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
3017
|
+
# examples:
|
3018
|
+
#
|
3019
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
3020
|
+
#
|
3021
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
3022
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
2810
3023
|
#
|
3024
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
3025
|
+
# `2024-01-04T15:25:10+17:59`)
|
2811
3026
|
#
|
3027
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
3028
|
+
# `2024-01-04T15:25:10-1759`)
|
2812
3029
|
#
|
2813
|
-
#
|
3030
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
3031
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
2814
3032
|
# @return [String]
|
2815
3033
|
#
|
2816
3034
|
# @!attribute [rw] ebs_optimized
|
@@ -3476,14 +3694,25 @@ module Aws::SecurityHub
|
|
3476
3694
|
# @!attribute [rw] created_at
|
3477
3695
|
# Indicates when the certificate was requested.
|
3478
3696
|
#
|
3479
|
-
#
|
3480
|
-
#
|
3481
|
-
#
|
3482
|
-
#
|
3697
|
+
# This field accepts only the specified formats. Timestamps can end
|
3698
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
3699
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
3700
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
3701
|
+
# examples:
|
3483
3702
|
#
|
3703
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
3484
3704
|
#
|
3705
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
3706
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
3485
3707
|
#
|
3486
|
-
#
|
3708
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
3709
|
+
# `2024-01-04T15:25:10+17:59`)
|
3710
|
+
#
|
3711
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
3712
|
+
# `2024-01-04T15:25:10-1759`)
|
3713
|
+
#
|
3714
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
3715
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
3487
3716
|
# @return [String]
|
3488
3717
|
#
|
3489
3718
|
# @!attribute [rw] domain_name
|
@@ -3521,14 +3750,25 @@ module Aws::SecurityHub
|
|
3521
3750
|
# Indicates when the certificate was imported. Provided if the
|
3522
3751
|
# certificate type is `IMPORTED`.
|
3523
3752
|
#
|
3524
|
-
#
|
3525
|
-
#
|
3526
|
-
#
|
3527
|
-
#
|
3753
|
+
# This field accepts only the specified formats. Timestamps can end
|
3754
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
3755
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
3756
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
3757
|
+
# examples:
|
3758
|
+
#
|
3759
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
3760
|
+
#
|
3761
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
3762
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
3528
3763
|
#
|
3764
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
3765
|
+
# `2024-01-04T15:25:10+17:59`)
|
3529
3766
|
#
|
3767
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
3768
|
+
# `2024-01-04T15:25:10-1759`)
|
3530
3769
|
#
|
3531
|
-
#
|
3770
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
3771
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
3532
3772
|
# @return [String]
|
3533
3773
|
#
|
3534
3774
|
# @!attribute [rw] in_use_by
|
@@ -3540,14 +3780,25 @@ module Aws::SecurityHub
|
|
3540
3780
|
# Indicates when the certificate was issued. Provided if the
|
3541
3781
|
# certificate type is `AMAZON_ISSUED`.
|
3542
3782
|
#
|
3543
|
-
#
|
3544
|
-
#
|
3545
|
-
#
|
3546
|
-
#
|
3783
|
+
# This field accepts only the specified formats. Timestamps can end
|
3784
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
3785
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
3786
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
3787
|
+
# examples:
|
3547
3788
|
#
|
3789
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
3548
3790
|
#
|
3791
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
3792
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
3549
3793
|
#
|
3550
|
-
#
|
3794
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
3795
|
+
# `2024-01-04T15:25:10+17:59`)
|
3796
|
+
#
|
3797
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
3798
|
+
# `2024-01-04T15:25:10-1759`)
|
3799
|
+
#
|
3800
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
3801
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
3551
3802
|
# @return [String]
|
3552
3803
|
#
|
3553
3804
|
# @!attribute [rw] issuer
|
@@ -3569,27 +3820,49 @@ module Aws::SecurityHub
|
|
3569
3820
|
# @!attribute [rw] not_after
|
3570
3821
|
# The time after which the certificate becomes invalid.
|
3571
3822
|
#
|
3572
|
-
#
|
3573
|
-
#
|
3574
|
-
#
|
3575
|
-
#
|
3823
|
+
# This field accepts only the specified formats. Timestamps can end
|
3824
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
3825
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
3826
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
3827
|
+
# examples:
|
3828
|
+
#
|
3829
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
3576
3830
|
#
|
3831
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
3832
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
3577
3833
|
#
|
3834
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
3835
|
+
# `2024-01-04T15:25:10+17:59`)
|
3578
3836
|
#
|
3579
|
-
#
|
3837
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
3838
|
+
# `2024-01-04T15:25:10-1759`)
|
3839
|
+
#
|
3840
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
3841
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
3580
3842
|
# @return [String]
|
3581
3843
|
#
|
3582
3844
|
# @!attribute [rw] not_before
|
3583
3845
|
# The time before which the certificate is not valid.
|
3584
3846
|
#
|
3585
|
-
#
|
3586
|
-
#
|
3587
|
-
#
|
3588
|
-
#
|
3847
|
+
# This field accepts only the specified formats. Timestamps can end
|
3848
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
3849
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
3850
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
3851
|
+
# examples:
|
3852
|
+
#
|
3853
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
3589
3854
|
#
|
3855
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
3856
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
3590
3857
|
#
|
3858
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
3859
|
+
# `2024-01-04T15:25:10+17:59`)
|
3591
3860
|
#
|
3592
|
-
#
|
3861
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
3862
|
+
# `2024-01-04T15:25:10-1759`)
|
3863
|
+
#
|
3864
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
3865
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
3593
3866
|
# @return [String]
|
3594
3867
|
#
|
3595
3868
|
# @!attribute [rw] options
|
@@ -3812,14 +4085,25 @@ module Aws::SecurityHub
|
|
3812
4085
|
# @!attribute [rw] updated_at
|
3813
4086
|
# Indicates when the renewal summary was last updated.
|
3814
4087
|
#
|
3815
|
-
#
|
3816
|
-
#
|
3817
|
-
#
|
3818
|
-
#
|
4088
|
+
# This field accepts only the specified formats. Timestamps can end
|
4089
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
4090
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
4091
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
4092
|
+
# examples:
|
4093
|
+
#
|
4094
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
3819
4095
|
#
|
4096
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
4097
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
3820
4098
|
#
|
4099
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
4100
|
+
# `2024-01-04T15:25:10+17:59`)
|
3821
4101
|
#
|
3822
|
-
#
|
4102
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
4103
|
+
# `2024-01-04T15:25:10-1759`)
|
4104
|
+
#
|
4105
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
4106
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
3823
4107
|
# @return [String]
|
3824
4108
|
#
|
3825
4109
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsCertificateManagerCertificateRenewalSummary AWS API Documentation
|
@@ -4081,14 +4365,25 @@ module Aws::SecurityHub
|
|
4081
4365
|
# @!attribute [rw] last_modified_time
|
4082
4366
|
# Indicates when that the distribution was last modified.
|
4083
4367
|
#
|
4084
|
-
#
|
4085
|
-
#
|
4086
|
-
#
|
4087
|
-
#
|
4368
|
+
# This field accepts only the specified formats. Timestamps can end
|
4369
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
4370
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
4371
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
4372
|
+
# examples:
|
4373
|
+
#
|
4374
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
4375
|
+
#
|
4376
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
4377
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
4088
4378
|
#
|
4379
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
4380
|
+
# `2024-01-04T15:25:10+17:59`)
|
4089
4381
|
#
|
4382
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
4383
|
+
# `2024-01-04T15:25:10-1759`)
|
4090
4384
|
#
|
4091
|
-
#
|
4385
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
4386
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
4092
4387
|
# @return [String]
|
4093
4388
|
#
|
4094
4389
|
# @!attribute [rw] logging
|
@@ -5479,14 +5774,25 @@ module Aws::SecurityHub
|
|
5479
5774
|
# If the billing mode is `PAY_PER_REQUEST`, indicates when the billing
|
5480
5775
|
# mode was set to that value.
|
5481
5776
|
#
|
5482
|
-
#
|
5483
|
-
#
|
5484
|
-
#
|
5485
|
-
#
|
5777
|
+
# This field accepts only the specified formats. Timestamps can end
|
5778
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
5779
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
5780
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
5781
|
+
# examples:
|
5486
5782
|
#
|
5783
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
5487
5784
|
#
|
5785
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
5786
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
5488
5787
|
#
|
5489
|
-
#
|
5788
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
5789
|
+
# `2024-01-04T15:25:10+17:59`)
|
5790
|
+
#
|
5791
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
5792
|
+
# `2024-01-04T15:25:10-1759`)
|
5793
|
+
#
|
5794
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
5795
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
5490
5796
|
# @return [String]
|
5491
5797
|
#
|
5492
5798
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsDynamoDbTableBillingModeSummary AWS API Documentation
|
@@ -5511,14 +5817,25 @@ module Aws::SecurityHub
|
|
5511
5817
|
# @!attribute [rw] creation_date_time
|
5512
5818
|
# Indicates when the table was created.
|
5513
5819
|
#
|
5514
|
-
#
|
5515
|
-
#
|
5516
|
-
#
|
5517
|
-
#
|
5820
|
+
# This field accepts only the specified formats. Timestamps can end
|
5821
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
5822
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
5823
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
5824
|
+
# examples:
|
5825
|
+
#
|
5826
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
5827
|
+
#
|
5828
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
5829
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
5518
5830
|
#
|
5831
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
5832
|
+
# `2024-01-04T15:25:10+17:59`)
|
5519
5833
|
#
|
5834
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
5835
|
+
# `2024-01-04T15:25:10-1759`)
|
5520
5836
|
#
|
5521
|
-
#
|
5837
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
5838
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
5522
5839
|
# @return [String]
|
5523
5840
|
#
|
5524
5841
|
# @!attribute [rw] global_secondary_indexes
|
@@ -5781,27 +6098,49 @@ module Aws::SecurityHub
|
|
5781
6098
|
# @!attribute [rw] last_decrease_date_time
|
5782
6099
|
# Indicates when the provisioned throughput was last decreased.
|
5783
6100
|
#
|
5784
|
-
#
|
5785
|
-
#
|
5786
|
-
#
|
5787
|
-
#
|
6101
|
+
# This field accepts only the specified formats. Timestamps can end
|
6102
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
6103
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
6104
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
6105
|
+
# examples:
|
5788
6106
|
#
|
6107
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
5789
6108
|
#
|
6109
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
6110
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
5790
6111
|
#
|
5791
|
-
#
|
6112
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
6113
|
+
# `2024-01-04T15:25:10+17:59`)
|
6114
|
+
#
|
6115
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
6116
|
+
# `2024-01-04T15:25:10-1759`)
|
6117
|
+
#
|
6118
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
6119
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
5792
6120
|
# @return [String]
|
5793
6121
|
#
|
5794
6122
|
# @!attribute [rw] last_increase_date_time
|
5795
6123
|
# Indicates when the provisioned throughput was last increased.
|
5796
6124
|
#
|
5797
|
-
#
|
5798
|
-
#
|
5799
|
-
#
|
5800
|
-
#
|
6125
|
+
# This field accepts only the specified formats. Timestamps can end
|
6126
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
6127
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
6128
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
6129
|
+
# examples:
|
6130
|
+
#
|
6131
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
5801
6132
|
#
|
6133
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
6134
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
5802
6135
|
#
|
6136
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
6137
|
+
# `2024-01-04T15:25:10+17:59`)
|
5803
6138
|
#
|
5804
|
-
#
|
6139
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
6140
|
+
# `2024-01-04T15:25:10-1759`)
|
6141
|
+
#
|
6142
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
6143
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
5805
6144
|
# @return [String]
|
5806
6145
|
#
|
5807
6146
|
# @!attribute [rw] number_of_decreases_today
|
@@ -5929,14 +6268,25 @@ module Aws::SecurityHub
|
|
5929
6268
|
# @!attribute [rw] restore_date_time
|
5930
6269
|
# Indicates the point in time that the table was restored to.
|
5931
6270
|
#
|
5932
|
-
#
|
5933
|
-
#
|
5934
|
-
#
|
5935
|
-
#
|
6271
|
+
# This field accepts only the specified formats. Timestamps can end
|
6272
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
6273
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
6274
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
6275
|
+
# examples:
|
6276
|
+
#
|
6277
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
5936
6278
|
#
|
6279
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
6280
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
5937
6281
|
#
|
6282
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
6283
|
+
# `2024-01-04T15:25:10+17:59`)
|
5938
6284
|
#
|
5939
|
-
#
|
6285
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
6286
|
+
# `2024-01-04T15:25:10-1759`)
|
6287
|
+
#
|
6288
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
6289
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
5940
6290
|
# @return [String]
|
5941
6291
|
#
|
5942
6292
|
# @!attribute [rw] restore_in_progress
|
@@ -5960,14 +6310,25 @@ module Aws::SecurityHub
|
|
5960
6310
|
# If the key is inaccessible, the date and time when DynamoDB detected
|
5961
6311
|
# that the key was inaccessible.
|
5962
6312
|
#
|
5963
|
-
#
|
5964
|
-
#
|
5965
|
-
#
|
5966
|
-
#
|
6313
|
+
# This field accepts only the specified formats. Timestamps can end
|
6314
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
6315
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
6316
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
6317
|
+
# examples:
|
6318
|
+
#
|
6319
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
5967
6320
|
#
|
6321
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
6322
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
5968
6323
|
#
|
6324
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
6325
|
+
# `2024-01-04T15:25:10+17:59`)
|
5969
6326
|
#
|
5970
|
-
#
|
6327
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
6328
|
+
# `2024-01-04T15:25:10-1759`)
|
6329
|
+
#
|
6330
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
6331
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
5971
6332
|
# @return [String]
|
5972
6333
|
#
|
5973
6334
|
# @!attribute [rw] status
|
@@ -6392,14 +6753,25 @@ module Aws::SecurityHub
|
|
6392
6753
|
# @!attribute [rw] launched_at
|
6393
6754
|
# Indicates when the instance was launched.
|
6394
6755
|
#
|
6395
|
-
#
|
6396
|
-
#
|
6397
|
-
#
|
6398
|
-
#
|
6756
|
+
# This field accepts only the specified formats. Timestamps can end
|
6757
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
6758
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
6759
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
6760
|
+
# examples:
|
6761
|
+
#
|
6762
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
6763
|
+
#
|
6764
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
6765
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
6399
6766
|
#
|
6767
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
6768
|
+
# `2024-01-04T15:25:10+17:59`)
|
6400
6769
|
#
|
6770
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
6771
|
+
# `2024-01-04T15:25:10-1759`)
|
6401
6772
|
#
|
6402
|
-
#
|
6773
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
6774
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
6403
6775
|
# @return [String]
|
6404
6776
|
#
|
6405
6777
|
# @!attribute [rw] network_interfaces
|
@@ -7897,14 +8269,25 @@ module Aws::SecurityHub
|
|
7897
8269
|
# @!attribute [rw] attach_time
|
7898
8270
|
# Indicates when the attachment initiated.
|
7899
8271
|
#
|
7900
|
-
#
|
7901
|
-
#
|
7902
|
-
#
|
7903
|
-
#
|
8272
|
+
# This field accepts only the specified formats. Timestamps can end
|
8273
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
8274
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
8275
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
8276
|
+
# examples:
|
7904
8277
|
#
|
8278
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
7905
8279
|
#
|
8280
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
8281
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
7906
8282
|
#
|
7907
|
-
#
|
8283
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
8284
|
+
# `2024-01-04T15:25:10+17:59`)
|
8285
|
+
#
|
8286
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
8287
|
+
# `2024-01-04T15:25:10-1759`)
|
8288
|
+
#
|
8289
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
8290
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
7908
8291
|
# @return [String]
|
7909
8292
|
#
|
7910
8293
|
# @!attribute [rw] attachment_id
|
@@ -8488,14 +8871,25 @@ module Aws::SecurityHub
|
|
8488
8871
|
# @!attribute [rw] create_time
|
8489
8872
|
# Indicates when the volume was created.
|
8490
8873
|
#
|
8491
|
-
#
|
8492
|
-
#
|
8493
|
-
#
|
8494
|
-
#
|
8874
|
+
# This field accepts only the specified formats. Timestamps can end
|
8875
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
8876
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
8877
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
8878
|
+
# examples:
|
8879
|
+
#
|
8880
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
8881
|
+
#
|
8882
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
8883
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
8495
8884
|
#
|
8885
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
8886
|
+
# `2024-01-04T15:25:10+17:59`)
|
8496
8887
|
#
|
8888
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
8889
|
+
# `2024-01-04T15:25:10-1759`)
|
8497
8890
|
#
|
8498
|
-
#
|
8891
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
8892
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
8499
8893
|
# @return [String]
|
8500
8894
|
#
|
8501
8895
|
# @!attribute [rw] device_name
|
@@ -9025,14 +9419,25 @@ module Aws::SecurityHub
|
|
9025
9419
|
# @!attribute [rw] last_status_change
|
9026
9420
|
# The date and time of the last change in status.
|
9027
9421
|
#
|
9028
|
-
#
|
9029
|
-
#
|
9030
|
-
#
|
9031
|
-
#
|
9422
|
+
# This field accepts only the specified formats. Timestamps can end
|
9423
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
9424
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
9425
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
9426
|
+
# examples:
|
9032
9427
|
#
|
9428
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
9033
9429
|
#
|
9430
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
9431
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
9034
9432
|
#
|
9035
|
-
#
|
9433
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
9434
|
+
# `2024-01-04T15:25:10+17:59`)
|
9435
|
+
#
|
9436
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
9437
|
+
# `2024-01-04T15:25:10-1759`)
|
9438
|
+
#
|
9439
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
9440
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
9036
9441
|
# @return [String]
|
9037
9442
|
#
|
9038
9443
|
# @!attribute [rw] outside_ip_address
|
@@ -9093,14 +9498,25 @@ module Aws::SecurityHub
|
|
9093
9498
|
# @!attribute [rw] image_published_at
|
9094
9499
|
# The date and time when the image was pushed to the repository.
|
9095
9500
|
#
|
9096
|
-
#
|
9097
|
-
#
|
9098
|
-
#
|
9099
|
-
#
|
9501
|
+
# This field accepts only the specified formats. Timestamps can end
|
9502
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
9503
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
9504
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
9505
|
+
# examples:
|
9506
|
+
#
|
9507
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
9100
9508
|
#
|
9509
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
9510
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
9101
9511
|
#
|
9512
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
9513
|
+
# `2024-01-04T15:25:10+17:59`)
|
9102
9514
|
#
|
9103
|
-
#
|
9515
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
9516
|
+
# `2024-01-04T15:25:10-1759`)
|
9517
|
+
#
|
9518
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
9519
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
9104
9520
|
# @return [String]
|
9105
9521
|
#
|
9106
9522
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcrContainerImageDetails AWS API Documentation
|
@@ -12270,14 +12686,25 @@ module Aws::SecurityHub
|
|
12270
12686
|
# @!attribute [rw] created_time
|
12271
12687
|
# Indicates when the load balancer was created.
|
12272
12688
|
#
|
12273
|
-
#
|
12274
|
-
#
|
12275
|
-
#
|
12276
|
-
#
|
12689
|
+
# This field accepts only the specified formats. Timestamps can end
|
12690
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
12691
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
12692
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
12693
|
+
# examples:
|
12694
|
+
#
|
12695
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
12277
12696
|
#
|
12697
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
12698
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
12278
12699
|
#
|
12700
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
12701
|
+
# `2024-01-04T15:25:10+17:59`)
|
12279
12702
|
#
|
12280
|
-
#
|
12703
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
12704
|
+
# `2024-01-04T15:25:10-1759`)
|
12705
|
+
#
|
12706
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
12707
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
12281
12708
|
# @return [String]
|
12282
12709
|
#
|
12283
12710
|
# @!attribute [rw] dns_name
|
@@ -12567,14 +12994,25 @@ module Aws::SecurityHub
|
|
12567
12994
|
# @!attribute [rw] created_time
|
12568
12995
|
# Indicates when the load balancer was created.
|
12569
12996
|
#
|
12570
|
-
#
|
12571
|
-
#
|
12572
|
-
#
|
12573
|
-
#
|
12997
|
+
# This field accepts only the specified formats. Timestamps can end
|
12998
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
12999
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
13000
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
13001
|
+
# examples:
|
13002
|
+
#
|
13003
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
12574
13004
|
#
|
13005
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
13006
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
12575
13007
|
#
|
13008
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
13009
|
+
# `2024-01-04T15:25:10+17:59`)
|
12576
13010
|
#
|
12577
|
-
#
|
13011
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
13012
|
+
# `2024-01-04T15:25:10-1759`)
|
13013
|
+
#
|
13014
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
13015
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
12578
13016
|
# @return [String]
|
12579
13017
|
#
|
12580
13018
|
# @!attribute [rw] dns_name
|
@@ -13132,14 +13570,25 @@ module Aws::SecurityHub
|
|
13132
13570
|
# @!attribute [rw] created_at
|
13133
13571
|
# Indicates when the IAM access key was created.
|
13134
13572
|
#
|
13135
|
-
#
|
13136
|
-
#
|
13137
|
-
#
|
13138
|
-
#
|
13573
|
+
# This field accepts only the specified formats. Timestamps can end
|
13574
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
13575
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
13576
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
13577
|
+
# examples:
|
13578
|
+
#
|
13579
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13580
|
+
#
|
13581
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
13582
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
13139
13583
|
#
|
13584
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
13585
|
+
# `2024-01-04T15:25:10+17:59`)
|
13140
13586
|
#
|
13587
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
13588
|
+
# `2024-01-04T15:25:10-1759`)
|
13141
13589
|
#
|
13142
|
-
#
|
13590
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
13591
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
13143
13592
|
# @return [String]
|
13144
13593
|
#
|
13145
13594
|
# @!attribute [rw] principal_id
|
@@ -13211,14 +13660,25 @@ module Aws::SecurityHub
|
|
13211
13660
|
# @!attribute [rw] creation_date
|
13212
13661
|
# Indicates when the session was created.
|
13213
13662
|
#
|
13214
|
-
#
|
13215
|
-
#
|
13216
|
-
#
|
13217
|
-
#
|
13663
|
+
# This field accepts only the specified formats. Timestamps can end
|
13664
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
13665
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
13666
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
13667
|
+
# examples:
|
13218
13668
|
#
|
13669
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13219
13670
|
#
|
13671
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
13672
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
13220
13673
|
#
|
13221
|
-
#
|
13674
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
13675
|
+
# `2024-01-04T15:25:10+17:59`)
|
13676
|
+
#
|
13677
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
13678
|
+
# `2024-01-04T15:25:10-1759`)
|
13679
|
+
#
|
13680
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
13681
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
13222
13682
|
# @return [String]
|
13223
13683
|
#
|
13224
13684
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsIamAccessKeySessionContextAttributes AWS API Documentation
|
@@ -13295,14 +13755,25 @@ module Aws::SecurityHub
|
|
13295
13755
|
# @!attribute [rw] create_date
|
13296
13756
|
# Indicates when the IAM group was created.
|
13297
13757
|
#
|
13298
|
-
#
|
13299
|
-
#
|
13300
|
-
#
|
13301
|
-
#
|
13758
|
+
# This field accepts only the specified formats. Timestamps can end
|
13759
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
13760
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
13761
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
13762
|
+
# examples:
|
13763
|
+
#
|
13764
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13765
|
+
#
|
13766
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
13767
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
13302
13768
|
#
|
13769
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
13770
|
+
# `2024-01-04T15:25:10+17:59`)
|
13303
13771
|
#
|
13772
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
13773
|
+
# `2024-01-04T15:25:10-1759`)
|
13304
13774
|
#
|
13305
|
-
#
|
13775
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
13776
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
13306
13777
|
# @return [String]
|
13307
13778
|
#
|
13308
13779
|
# @!attribute [rw] group_id
|
@@ -13357,14 +13828,25 @@ module Aws::SecurityHub
|
|
13357
13828
|
# @!attribute [rw] create_date
|
13358
13829
|
# Indicates when the instance profile was created.
|
13359
13830
|
#
|
13360
|
-
#
|
13361
|
-
#
|
13362
|
-
#
|
13363
|
-
#
|
13831
|
+
# This field accepts only the specified formats. Timestamps can end
|
13832
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
13833
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
13834
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
13835
|
+
# examples:
|
13364
13836
|
#
|
13837
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13365
13838
|
#
|
13839
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
13840
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
13366
13841
|
#
|
13367
|
-
#
|
13842
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
13843
|
+
# `2024-01-04T15:25:10+17:59`)
|
13844
|
+
#
|
13845
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
13846
|
+
# `2024-01-04T15:25:10-1759`)
|
13847
|
+
#
|
13848
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
13849
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
13368
13850
|
# @return [String]
|
13369
13851
|
#
|
13370
13852
|
# @!attribute [rw] instance_profile_id
|
@@ -13409,14 +13891,25 @@ module Aws::SecurityHub
|
|
13409
13891
|
# @!attribute [rw] create_date
|
13410
13892
|
# Indicates when the role was created.
|
13411
13893
|
#
|
13412
|
-
#
|
13413
|
-
#
|
13414
|
-
#
|
13415
|
-
#
|
13894
|
+
# This field accepts only the specified formats. Timestamps can end
|
13895
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
13896
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
13897
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
13898
|
+
# examples:
|
13899
|
+
#
|
13900
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13416
13901
|
#
|
13902
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
13903
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
13417
13904
|
#
|
13905
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
13906
|
+
# `2024-01-04T15:25:10+17:59`)
|
13418
13907
|
#
|
13419
|
-
#
|
13908
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
13909
|
+
# `2024-01-04T15:25:10-1759`)
|
13910
|
+
#
|
13911
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
13912
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
13420
13913
|
# @return [String]
|
13421
13914
|
#
|
13422
13915
|
# @!attribute [rw] path
|
@@ -13474,14 +13967,25 @@ module Aws::SecurityHub
|
|
13474
13967
|
# @!attribute [rw] create_date
|
13475
13968
|
# When the policy was created.
|
13476
13969
|
#
|
13477
|
-
#
|
13478
|
-
#
|
13479
|
-
#
|
13480
|
-
#
|
13970
|
+
# This field accepts only the specified formats. Timestamps can end
|
13971
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
13972
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
13973
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
13974
|
+
# examples:
|
13975
|
+
#
|
13976
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13481
13977
|
#
|
13978
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
13979
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
13482
13980
|
#
|
13981
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
13982
|
+
# `2024-01-04T15:25:10+17:59`)
|
13483
13983
|
#
|
13484
|
-
#
|
13984
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
13985
|
+
# `2024-01-04T15:25:10-1759`)
|
13986
|
+
#
|
13987
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
13988
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
13485
13989
|
# @return [String]
|
13486
13990
|
#
|
13487
13991
|
# @!attribute [rw] default_version_id
|
@@ -13520,14 +14024,25 @@ module Aws::SecurityHub
|
|
13520
14024
|
# @!attribute [rw] update_date
|
13521
14025
|
# When the policy was most recently updated.
|
13522
14026
|
#
|
13523
|
-
#
|
13524
|
-
#
|
13525
|
-
#
|
13526
|
-
#
|
14027
|
+
# This field accepts only the specified formats. Timestamps can end
|
14028
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
14029
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
14030
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
14031
|
+
# examples:
|
14032
|
+
#
|
14033
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13527
14034
|
#
|
14035
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
14036
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
13528
14037
|
#
|
14038
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
14039
|
+
# `2024-01-04T15:25:10+17:59`)
|
13529
14040
|
#
|
13530
|
-
#
|
14041
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
14042
|
+
# `2024-01-04T15:25:10-1759`)
|
14043
|
+
#
|
14044
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
14045
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
13531
14046
|
# @return [String]
|
13532
14047
|
#
|
13533
14048
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsIamPolicyDetails AWS API Documentation
|
@@ -13561,14 +14076,25 @@ module Aws::SecurityHub
|
|
13561
14076
|
# @!attribute [rw] create_date
|
13562
14077
|
# Indicates when the version was created.
|
13563
14078
|
#
|
13564
|
-
#
|
13565
|
-
#
|
13566
|
-
#
|
13567
|
-
#
|
14079
|
+
# This field accepts only the specified formats. Timestamps can end
|
14080
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
14081
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
14082
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
14083
|
+
# examples:
|
14084
|
+
#
|
14085
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
14086
|
+
#
|
14087
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
14088
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
13568
14089
|
#
|
14090
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
14091
|
+
# `2024-01-04T15:25:10+17:59`)
|
13569
14092
|
#
|
14093
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
14094
|
+
# `2024-01-04T15:25:10-1759`)
|
13570
14095
|
#
|
13571
|
-
#
|
14096
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
14097
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
13572
14098
|
# @return [String]
|
13573
14099
|
#
|
13574
14100
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsIamPolicyVersion AWS API Documentation
|
@@ -13595,14 +14121,25 @@ module Aws::SecurityHub
|
|
13595
14121
|
# @!attribute [rw] create_date
|
13596
14122
|
# Indicates when the role was created.
|
13597
14123
|
#
|
13598
|
-
#
|
13599
|
-
#
|
13600
|
-
#
|
13601
|
-
#
|
14124
|
+
# This field accepts only the specified formats. Timestamps can end
|
14125
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
14126
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
14127
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
14128
|
+
# examples:
|
13602
14129
|
#
|
14130
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13603
14131
|
#
|
14132
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
14133
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
13604
14134
|
#
|
13605
|
-
#
|
14135
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
14136
|
+
# `2024-01-04T15:25:10+17:59`)
|
14137
|
+
#
|
14138
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
14139
|
+
# `2024-01-04T15:25:10-1759`)
|
14140
|
+
#
|
14141
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
14142
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
13606
14143
|
# @return [String]
|
13607
14144
|
#
|
13608
14145
|
# @!attribute [rw] instance_profile_list
|
@@ -13675,14 +14212,25 @@ module Aws::SecurityHub
|
|
13675
14212
|
# @!attribute [rw] create_date
|
13676
14213
|
# Indicates when the user was created.
|
13677
14214
|
#
|
13678
|
-
#
|
13679
|
-
#
|
13680
|
-
#
|
13681
|
-
#
|
14215
|
+
# This field accepts only the specified formats. Timestamps can end
|
14216
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
14217
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
14218
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
14219
|
+
# examples:
|
14220
|
+
#
|
14221
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
14222
|
+
#
|
14223
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
14224
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
13682
14225
|
#
|
14226
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
14227
|
+
# `2024-01-04T15:25:10+17:59`)
|
13683
14228
|
#
|
14229
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
14230
|
+
# `2024-01-04T15:25:10-1759`)
|
13684
14231
|
#
|
13685
|
-
#
|
14232
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
14233
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
13686
14234
|
# @return [String]
|
13687
14235
|
#
|
13688
14236
|
# @!attribute [rw] group_list
|
@@ -13807,14 +14355,25 @@ module Aws::SecurityHub
|
|
13807
14355
|
# @!attribute [rw] creation_date
|
13808
14356
|
# Indicates when the KMS key was created.
|
13809
14357
|
#
|
13810
|
-
#
|
13811
|
-
#
|
13812
|
-
#
|
13813
|
-
#
|
14358
|
+
# This field accepts only the specified formats. Timestamps can end
|
14359
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
14360
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
14361
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
14362
|
+
# examples:
|
13814
14363
|
#
|
14364
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13815
14365
|
#
|
14366
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
14367
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
13816
14368
|
#
|
13817
|
-
#
|
14369
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
14370
|
+
# `2024-01-04T15:25:10+17:59`)
|
14371
|
+
#
|
14372
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
14373
|
+
# `2024-01-04T15:25:10-1759`)
|
14374
|
+
#
|
14375
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
14376
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
13818
14377
|
# @return [Float]
|
13819
14378
|
#
|
13820
14379
|
# @!attribute [rw] key_id
|
@@ -13960,14 +14519,25 @@ module Aws::SecurityHub
|
|
13960
14519
|
# @!attribute [rw] last_modified
|
13961
14520
|
# Indicates when the function was last updated.
|
13962
14521
|
#
|
13963
|
-
#
|
13964
|
-
#
|
13965
|
-
#
|
13966
|
-
#
|
14522
|
+
# This field accepts only the specified formats. Timestamps can end
|
14523
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
14524
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
14525
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
14526
|
+
# examples:
|
14527
|
+
#
|
14528
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
13967
14529
|
#
|
14530
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
14531
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
13968
14532
|
#
|
14533
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
14534
|
+
# `2024-01-04T15:25:10+17:59`)
|
13969
14535
|
#
|
13970
|
-
#
|
14536
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
14537
|
+
# `2024-01-04T15:25:10-1759`)
|
14538
|
+
#
|
14539
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
14540
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
13971
14541
|
# @return [String]
|
13972
14542
|
#
|
13973
14543
|
# @!attribute [rw] layers
|
@@ -14178,14 +14748,25 @@ module Aws::SecurityHub
|
|
14178
14748
|
# @!attribute [rw] created_date
|
14179
14749
|
# Indicates when the version was created.
|
14180
14750
|
#
|
14181
|
-
#
|
14182
|
-
#
|
14183
|
-
#
|
14184
|
-
#
|
14751
|
+
# This field accepts only the specified formats. Timestamps can end
|
14752
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
14753
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
14754
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
14755
|
+
# examples:
|
14756
|
+
#
|
14757
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
14185
14758
|
#
|
14759
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
14760
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
14186
14761
|
#
|
14762
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
14763
|
+
# `2024-01-04T15:25:10+17:59`)
|
14187
14764
|
#
|
14188
|
-
#
|
14765
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
14766
|
+
# `2024-01-04T15:25:10-1759`)
|
14767
|
+
#
|
14768
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
14769
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
14189
14770
|
# @return [String]
|
14190
14771
|
#
|
14191
14772
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsLambdaLayerVersionDetails AWS API Documentation
|
@@ -15187,14 +15768,25 @@ module Aws::SecurityHub
|
|
15187
15768
|
# Indicates when the DB cluster was created, in Universal Coordinated
|
15188
15769
|
# Time (UTC).
|
15189
15770
|
#
|
15190
|
-
#
|
15191
|
-
#
|
15192
|
-
#
|
15193
|
-
#
|
15771
|
+
# This field accepts only the specified formats. Timestamps can end
|
15772
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
15773
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
15774
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
15775
|
+
# examples:
|
15776
|
+
#
|
15777
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
15194
15778
|
#
|
15779
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
15780
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
15195
15781
|
#
|
15782
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
15783
|
+
# `2024-01-04T15:25:10+17:59`)
|
15196
15784
|
#
|
15197
|
-
#
|
15785
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
15786
|
+
# `2024-01-04T15:25:10-1759`)
|
15787
|
+
#
|
15788
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
15789
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
15198
15790
|
# @return [String]
|
15199
15791
|
#
|
15200
15792
|
# @!attribute [rw] enabled_cloud_watch_logs_exports
|
@@ -15420,14 +16012,25 @@ module Aws::SecurityHub
|
|
15420
16012
|
# @!attribute [rw] snapshot_create_time
|
15421
16013
|
# Indicates when the snapshot was taken.
|
15422
16014
|
#
|
15423
|
-
#
|
15424
|
-
#
|
15425
|
-
#
|
15426
|
-
#
|
16015
|
+
# This field accepts only the specified formats. Timestamps can end
|
16016
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
16017
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
16018
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
16019
|
+
# examples:
|
16020
|
+
#
|
16021
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
15427
16022
|
#
|
16023
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
16024
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
15428
16025
|
#
|
16026
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
16027
|
+
# `2024-01-04T15:25:10+17:59`)
|
15429
16028
|
#
|
15430
|
-
#
|
16029
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
16030
|
+
# `2024-01-04T15:25:10-1759`)
|
16031
|
+
#
|
16032
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
16033
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
15431
16034
|
# @return [String]
|
15432
16035
|
#
|
15433
16036
|
# @!attribute [rw] engine
|
@@ -15456,14 +16059,25 @@ module Aws::SecurityHub
|
|
15456
16059
|
# Indicates when the DB cluster was created, in Universal Coordinated
|
15457
16060
|
# Time (UTC).
|
15458
16061
|
#
|
15459
|
-
#
|
15460
|
-
#
|
15461
|
-
#
|
15462
|
-
#
|
16062
|
+
# This field accepts only the specified formats. Timestamps can end
|
16063
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
16064
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
16065
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
16066
|
+
# examples:
|
16067
|
+
#
|
16068
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
15463
16069
|
#
|
16070
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
16071
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
15464
16072
|
#
|
16073
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
16074
|
+
# `2024-01-04T15:25:10+17:59`)
|
15465
16075
|
#
|
15466
|
-
#
|
16076
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
16077
|
+
# `2024-01-04T15:25:10-1759`)
|
16078
|
+
#
|
16079
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
16080
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
15467
16081
|
# @return [String]
|
15468
16082
|
#
|
15469
16083
|
# @!attribute [rw] master_username
|
@@ -15699,14 +16313,25 @@ module Aws::SecurityHub
|
|
15699
16313
|
# @!attribute [rw] instance_create_time
|
15700
16314
|
# Indicates when the DB instance was created.
|
15701
16315
|
#
|
15702
|
-
#
|
15703
|
-
#
|
15704
|
-
#
|
15705
|
-
#
|
16316
|
+
# This field accepts only the specified formats. Timestamps can end
|
16317
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
16318
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
16319
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
16320
|
+
# examples:
|
16321
|
+
#
|
16322
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
15706
16323
|
#
|
16324
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
16325
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
15707
16326
|
#
|
16327
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
16328
|
+
# `2024-01-04T15:25:10+17:59`)
|
15708
16329
|
#
|
15709
|
-
#
|
16330
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
16331
|
+
# `2024-01-04T15:25:10-1759`)
|
16332
|
+
#
|
16333
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
16334
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
15710
16335
|
# @return [String]
|
15711
16336
|
#
|
15712
16337
|
# @!attribute [rw] kms_key_id
|
@@ -15807,14 +16432,25 @@ module Aws::SecurityHub
|
|
15807
16432
|
# Specifies the latest time to which a database can be restored with
|
15808
16433
|
# point-in-time restore.
|
15809
16434
|
#
|
15810
|
-
#
|
15811
|
-
#
|
15812
|
-
#
|
15813
|
-
#
|
16435
|
+
# This field accepts only the specified formats. Timestamps can end
|
16436
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
16437
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
16438
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
16439
|
+
# examples:
|
16440
|
+
#
|
16441
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
15814
16442
|
#
|
16443
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
16444
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
15815
16445
|
#
|
16446
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
16447
|
+
# `2024-01-04T15:25:10+17:59`)
|
15816
16448
|
#
|
15817
|
-
#
|
16449
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
16450
|
+
# `2024-01-04T15:25:10-1759`)
|
16451
|
+
#
|
16452
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
16453
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
15818
16454
|
# @return [String]
|
15819
16455
|
#
|
15820
16456
|
# @!attribute [rw] auto_minor_version_upgrade
|
@@ -16621,14 +17257,25 @@ module Aws::SecurityHub
|
|
16621
17257
|
# @!attribute [rw] subscription_creation_time
|
16622
17258
|
# The datetime when the event notification subscription was created.
|
16623
17259
|
#
|
16624
|
-
#
|
16625
|
-
#
|
16626
|
-
#
|
16627
|
-
#
|
17260
|
+
# This field accepts only the specified formats. Timestamps can end
|
17261
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
17262
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
17263
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
17264
|
+
# examples:
|
17265
|
+
#
|
17266
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
17267
|
+
#
|
17268
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
17269
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
16628
17270
|
#
|
17271
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
17272
|
+
# `2024-01-04T15:25:10+17:59`)
|
16629
17273
|
#
|
17274
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
17275
|
+
# `2024-01-04T15:25:10-1759`)
|
16630
17276
|
#
|
16631
|
-
#
|
17277
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
17278
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
16632
17279
|
# @return [String]
|
16633
17280
|
#
|
16634
17281
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRdsEventSubscriptionDetails AWS API Documentation
|
@@ -16813,14 +17460,25 @@ module Aws::SecurityHub
|
|
16813
17460
|
# @!attribute [rw] defer_maintenance_end_time
|
16814
17461
|
# The end of the time window for which maintenance was deferred.
|
16815
17462
|
#
|
16816
|
-
#
|
16817
|
-
#
|
16818
|
-
#
|
16819
|
-
#
|
17463
|
+
# This field accepts only the specified formats. Timestamps can end
|
17464
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
17465
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
17466
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
17467
|
+
# examples:
|
16820
17468
|
#
|
17469
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
16821
17470
|
#
|
17471
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
17472
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
16822
17473
|
#
|
16823
|
-
#
|
17474
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
17475
|
+
# `2024-01-04T15:25:10+17:59`)
|
17476
|
+
#
|
17477
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
17478
|
+
# `2024-01-04T15:25:10-1759`)
|
17479
|
+
#
|
17480
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
17481
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
16824
17482
|
# @return [String]
|
16825
17483
|
#
|
16826
17484
|
# @!attribute [rw] defer_maintenance_identifier
|
@@ -16830,14 +17488,25 @@ module Aws::SecurityHub
|
|
16830
17488
|
# @!attribute [rw] defer_maintenance_start_time
|
16831
17489
|
# The start of the time window for which maintenance was deferred.
|
16832
17490
|
#
|
16833
|
-
#
|
16834
|
-
#
|
16835
|
-
#
|
16836
|
-
#
|
17491
|
+
# This field accepts only the specified formats. Timestamps can end
|
17492
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
17493
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
17494
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
17495
|
+
# examples:
|
17496
|
+
#
|
17497
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
17498
|
+
#
|
17499
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
17500
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
16837
17501
|
#
|
17502
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
17503
|
+
# `2024-01-04T15:25:10+17:59`)
|
16838
17504
|
#
|
17505
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
17506
|
+
# `2024-01-04T15:25:10-1759`)
|
16839
17507
|
#
|
16840
|
-
#
|
17508
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
17509
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
16841
17510
|
# @return [String]
|
16842
17511
|
#
|
16843
17512
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRedshiftClusterDeferredMaintenanceWindow AWS API Documentation
|
@@ -16885,14 +17554,25 @@ module Aws::SecurityHub
|
|
16885
17554
|
# @!attribute [rw] cluster_create_time
|
16886
17555
|
# Indicates when the cluster was created.
|
16887
17556
|
#
|
16888
|
-
#
|
16889
|
-
#
|
16890
|
-
#
|
16891
|
-
#
|
17557
|
+
# This field accepts only the specified formats. Timestamps can end
|
17558
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
17559
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
17560
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
17561
|
+
# examples:
|
16892
17562
|
#
|
17563
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
16893
17564
|
#
|
17565
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
17566
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
16894
17567
|
#
|
16895
|
-
#
|
17568
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
17569
|
+
# `2024-01-04T15:25:10+17:59`)
|
17570
|
+
#
|
17571
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
17572
|
+
# `2024-01-04T15:25:10-1759`)
|
17573
|
+
#
|
17574
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
17575
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
16896
17576
|
# @return [String]
|
16897
17577
|
#
|
16898
17578
|
# @!attribute [rw] cluster_identifier
|
@@ -16989,14 +17669,25 @@ module Aws::SecurityHub
|
|
16989
17669
|
# cluster must have a valid snapshot schedule and have backups
|
16990
17670
|
# enabled.
|
16991
17671
|
#
|
16992
|
-
#
|
16993
|
-
#
|
16994
|
-
#
|
16995
|
-
#
|
17672
|
+
# This field accepts only the specified formats. Timestamps can end
|
17673
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
17674
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
17675
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
17676
|
+
# examples:
|
17677
|
+
#
|
17678
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
16996
17679
|
#
|
17680
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
17681
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
16997
17682
|
#
|
17683
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
17684
|
+
# `2024-01-04T15:25:10+17:59`)
|
16998
17685
|
#
|
16999
|
-
#
|
17686
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
17687
|
+
# `2024-01-04T15:25:10-1759`)
|
17688
|
+
#
|
17689
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
17690
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
17000
17691
|
# @return [String]
|
17001
17692
|
#
|
17002
17693
|
# @!attribute [rw] expected_next_snapshot_schedule_time_status
|
@@ -17044,14 +17735,25 @@ module Aws::SecurityHub
|
|
17044
17735
|
# @!attribute [rw] next_maintenance_window_start_time
|
17045
17736
|
# Indicates the start of the next maintenance window.
|
17046
17737
|
#
|
17047
|
-
#
|
17048
|
-
#
|
17049
|
-
#
|
17050
|
-
#
|
17738
|
+
# This field accepts only the specified formats. Timestamps can end
|
17739
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
17740
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
17741
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
17742
|
+
# examples:
|
17743
|
+
#
|
17744
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
17051
17745
|
#
|
17746
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
17747
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
17052
17748
|
#
|
17749
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
17750
|
+
# `2024-01-04T15:25:10+17:59`)
|
17053
17751
|
#
|
17054
|
-
#
|
17752
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
17753
|
+
# `2024-01-04T15:25:10-1759`)
|
17754
|
+
#
|
17755
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
17756
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
17055
17757
|
# @return [String]
|
17056
17758
|
#
|
17057
17759
|
# @!attribute [rw] node_type
|
@@ -17279,27 +17981,49 @@ module Aws::SecurityHub
|
|
17279
17981
|
# @!attribute [rw] last_failure_time
|
17280
17982
|
# The last time when logs failed to be delivered.
|
17281
17983
|
#
|
17282
|
-
#
|
17283
|
-
#
|
17284
|
-
#
|
17285
|
-
#
|
17984
|
+
# This field accepts only the specified formats. Timestamps can end
|
17985
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
17986
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
17987
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
17988
|
+
# examples:
|
17989
|
+
#
|
17990
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
17286
17991
|
#
|
17992
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
17993
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
17287
17994
|
#
|
17995
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
17996
|
+
# `2024-01-04T15:25:10+17:59`)
|
17288
17997
|
#
|
17289
|
-
#
|
17998
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
17999
|
+
# `2024-01-04T15:25:10-1759`)
|
18000
|
+
#
|
18001
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
18002
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
17290
18003
|
# @return [String]
|
17291
18004
|
#
|
17292
18005
|
# @!attribute [rw] last_successful_delivery_time
|
17293
18006
|
# The last time that logs were delivered successfully.
|
17294
18007
|
#
|
17295
|
-
#
|
17296
|
-
#
|
17297
|
-
#
|
17298
|
-
#
|
18008
|
+
# This field accepts only the specified formats. Timestamps can end
|
18009
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
18010
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
18011
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
18012
|
+
# examples:
|
18013
|
+
#
|
18014
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
18015
|
+
#
|
18016
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
18017
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
17299
18018
|
#
|
18019
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
18020
|
+
# `2024-01-04T15:25:10+17:59`)
|
17300
18021
|
#
|
18022
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
18023
|
+
# `2024-01-04T15:25:10-1759`)
|
17301
18024
|
#
|
17302
|
-
#
|
18025
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
18026
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
17303
18027
|
# @return [String]
|
17304
18028
|
#
|
17305
18029
|
# @!attribute [rw] logging_enabled
|
@@ -17758,14 +18482,25 @@ module Aws::SecurityHub
|
|
17758
18482
|
# @!attribute [rw] expiration_date
|
17759
18483
|
# The date when objects are moved or deleted.
|
17760
18484
|
#
|
17761
|
-
#
|
17762
|
-
#
|
17763
|
-
#
|
17764
|
-
#
|
18485
|
+
# This field accepts only the specified formats. Timestamps can end
|
18486
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
18487
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
18488
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
18489
|
+
# examples:
|
17765
18490
|
#
|
18491
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
17766
18492
|
#
|
18493
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
18494
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
17767
18495
|
#
|
17768
|
-
#
|
18496
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
18497
|
+
# `2024-01-04T15:25:10+17:59`)
|
18498
|
+
#
|
18499
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
18500
|
+
# `2024-01-04T15:25:10-1759`)
|
18501
|
+
#
|
18502
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
18503
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
17769
18504
|
# @return [String]
|
17770
18505
|
#
|
17771
18506
|
# @!attribute [rw] expiration_in_days
|
@@ -17968,14 +18703,25 @@ module Aws::SecurityHub
|
|
17968
18703
|
# A date on which to transition objects to the specified storage
|
17969
18704
|
# class. If you provide `Date`, you cannot provide `Days`.
|
17970
18705
|
#
|
17971
|
-
#
|
17972
|
-
#
|
17973
|
-
#
|
17974
|
-
#
|
18706
|
+
# This field accepts only the specified formats. Timestamps can end
|
18707
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
18708
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
18709
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
18710
|
+
# examples:
|
18711
|
+
#
|
18712
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
18713
|
+
#
|
18714
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
18715
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
17975
18716
|
#
|
18717
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
18718
|
+
# `2024-01-04T15:25:10+17:59`)
|
17976
18719
|
#
|
18720
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
18721
|
+
# `2024-01-04T15:25:10-1759`)
|
17977
18722
|
#
|
17978
|
-
#
|
18723
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
18724
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
17979
18725
|
# @return [String]
|
17980
18726
|
#
|
17981
18727
|
# @!attribute [rw] days
|
@@ -18049,14 +18795,25 @@ module Aws::SecurityHub
|
|
18049
18795
|
# @!attribute [rw] created_at
|
18050
18796
|
# Indicates when the S3 bucket was created.
|
18051
18797
|
#
|
18052
|
-
#
|
18053
|
-
#
|
18054
|
-
#
|
18055
|
-
#
|
18798
|
+
# This field accepts only the specified formats. Timestamps can end
|
18799
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
18800
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
18801
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
18802
|
+
# examples:
|
18056
18803
|
#
|
18804
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
18057
18805
|
#
|
18806
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
18807
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
18058
18808
|
#
|
18059
|
-
#
|
18809
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
18810
|
+
# `2024-01-04T15:25:10+17:59`)
|
18811
|
+
#
|
18812
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
18813
|
+
# `2024-01-04T15:25:10-1759`)
|
18814
|
+
#
|
18815
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
18816
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
18060
18817
|
# @return [String]
|
18061
18818
|
#
|
18062
18819
|
# @!attribute [rw] server_side_encryption_configuration
|
@@ -18498,14 +19255,25 @@ module Aws::SecurityHub
|
|
18498
19255
|
# @!attribute [rw] last_modified
|
18499
19256
|
# Indicates when the object was last modified.
|
18500
19257
|
#
|
18501
|
-
#
|
18502
|
-
#
|
18503
|
-
#
|
18504
|
-
#
|
19258
|
+
# This field accepts only the specified formats. Timestamps can end
|
19259
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
19260
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
19261
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
19262
|
+
# examples:
|
19263
|
+
#
|
19264
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
18505
19265
|
#
|
19266
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
19267
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
18506
19268
|
#
|
19269
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
19270
|
+
# `2024-01-04T15:25:10+17:59`)
|
18507
19271
|
#
|
18508
|
-
#
|
19272
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
19273
|
+
# `2024-01-04T15:25:10-1759`)
|
19274
|
+
#
|
19275
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
19276
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
18509
19277
|
# @return [String]
|
18510
19278
|
#
|
18511
19279
|
# @!attribute [rw] etag
|
@@ -18862,56 +19630,100 @@ module Aws::SecurityHub
|
|
18862
19630
|
# Indicates when the security findings provider first observed the
|
18863
19631
|
# potential security issue that a finding captured.
|
18864
19632
|
#
|
18865
|
-
#
|
18866
|
-
#
|
18867
|
-
#
|
18868
|
-
#
|
19633
|
+
# This field accepts only the specified formats. Timestamps can end
|
19634
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
19635
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
19636
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
19637
|
+
# examples:
|
19638
|
+
#
|
19639
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
18869
19640
|
#
|
19641
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
19642
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
18870
19643
|
#
|
19644
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
19645
|
+
# `2024-01-04T15:25:10+17:59`)
|
18871
19646
|
#
|
18872
|
-
#
|
19647
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
19648
|
+
# `2024-01-04T15:25:10-1759`)
|
19649
|
+
#
|
19650
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
19651
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
18873
19652
|
# @return [String]
|
18874
19653
|
#
|
18875
19654
|
# @!attribute [rw] last_observed_at
|
18876
19655
|
# Indicates when the security findings provider most recently observed
|
18877
19656
|
# the potential security issue that a finding captured.
|
18878
19657
|
#
|
18879
|
-
#
|
18880
|
-
#
|
18881
|
-
#
|
18882
|
-
#
|
19658
|
+
# This field accepts only the specified formats. Timestamps can end
|
19659
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
19660
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
19661
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
19662
|
+
# examples:
|
19663
|
+
#
|
19664
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
18883
19665
|
#
|
19666
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
19667
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
18884
19668
|
#
|
19669
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
19670
|
+
# `2024-01-04T15:25:10+17:59`)
|
18885
19671
|
#
|
18886
|
-
#
|
19672
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
19673
|
+
# `2024-01-04T15:25:10-1759`)
|
19674
|
+
#
|
19675
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
19676
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
18887
19677
|
# @return [String]
|
18888
19678
|
#
|
18889
19679
|
# @!attribute [rw] created_at
|
18890
19680
|
# Indicates when the security findings provider created the potential
|
18891
19681
|
# security issue that a finding captured.
|
18892
19682
|
#
|
18893
|
-
#
|
18894
|
-
#
|
18895
|
-
#
|
18896
|
-
#
|
19683
|
+
# This field accepts only the specified formats. Timestamps can end
|
19684
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
19685
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
19686
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
19687
|
+
# examples:
|
19688
|
+
#
|
19689
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
19690
|
+
#
|
19691
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
19692
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
18897
19693
|
#
|
19694
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
19695
|
+
# `2024-01-04T15:25:10+17:59`)
|
18898
19696
|
#
|
19697
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
19698
|
+
# `2024-01-04T15:25:10-1759`)
|
18899
19699
|
#
|
18900
|
-
#
|
19700
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
19701
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
18901
19702
|
# @return [String]
|
18902
19703
|
#
|
18903
19704
|
# @!attribute [rw] updated_at
|
18904
19705
|
# Indicates when the security findings provider last updated the
|
18905
19706
|
# finding record.
|
18906
19707
|
#
|
18907
|
-
#
|
18908
|
-
#
|
18909
|
-
#
|
18910
|
-
#
|
19708
|
+
# This field accepts only the specified formats. Timestamps can end
|
19709
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
19710
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
19711
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
19712
|
+
# examples:
|
18911
19713
|
#
|
19714
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
18912
19715
|
#
|
19716
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
19717
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
18913
19718
|
#
|
18914
|
-
#
|
19719
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
19720
|
+
# `2024-01-04T15:25:10+17:59`)
|
19721
|
+
#
|
19722
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
19723
|
+
# `2024-01-04T15:25:10-1759`)
|
19724
|
+
#
|
19725
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
19726
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
18915
19727
|
# @return [String]
|
18916
19728
|
#
|
18917
19729
|
# @!attribute [rw] severity
|
@@ -19074,17 +19886,28 @@ module Aws::SecurityHub
|
|
19074
19886
|
# @return [Types::GeneratorDetails]
|
19075
19887
|
#
|
19076
19888
|
# @!attribute [rw] processed_at
|
19077
|
-
#
|
19078
|
-
#
|
19889
|
+
# A imestamp that indicates when Security Hub received a finding and
|
19890
|
+
# begins to process it.
|
19891
|
+
#
|
19892
|
+
# This field accepts only the specified formats. Timestamps can end
|
19893
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
19894
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
19895
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
19896
|
+
# examples:
|
19897
|
+
#
|
19898
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
19079
19899
|
#
|
19080
|
-
#
|
19081
|
-
#
|
19082
|
-
# by `T`. For more information, see [RFC 3339 section 5.6, Internet
|
19083
|
-
# Date/Time Format][1].
|
19900
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
19901
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
19084
19902
|
#
|
19903
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
19904
|
+
# `2024-01-04T15:25:10+17:59`)
|
19085
19905
|
#
|
19906
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
19907
|
+
# `2024-01-04T15:25:10-1759`)
|
19086
19908
|
#
|
19087
|
-
#
|
19909
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
19910
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
19088
19911
|
# @return [String]
|
19089
19912
|
#
|
19090
19913
|
# @!attribute [rw] aws_account_name
|
@@ -19181,62 +20004,104 @@ module Aws::SecurityHub
|
|
19181
20004
|
# @return [Array<Types::StringFilter>]
|
19182
20005
|
#
|
19183
20006
|
# @!attribute [rw] first_observed_at
|
19184
|
-
#
|
19185
|
-
#
|
19186
|
-
# finding captured.
|
20007
|
+
# A timestamp that indicates when the security findings provider first
|
20008
|
+
# observed the potential security issue that a finding captured.
|
19187
20009
|
#
|
19188
|
-
#
|
19189
|
-
#
|
19190
|
-
#
|
19191
|
-
#
|
20010
|
+
# This field accepts only the specified formats. Timestamps can end
|
20011
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
20012
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
20013
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
20014
|
+
# examples:
|
19192
20015
|
#
|
20016
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
19193
20017
|
#
|
20018
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
20019
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
19194
20020
|
#
|
19195
|
-
#
|
20021
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
20022
|
+
# `2024-01-04T15:25:10+17:59`)
|
20023
|
+
#
|
20024
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
20025
|
+
# `2024-01-04T15:25:10-1759`)
|
20026
|
+
#
|
20027
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
20028
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
19196
20029
|
# @return [Array<Types::DateFilter>]
|
19197
20030
|
#
|
19198
20031
|
# @!attribute [rw] last_observed_at
|
19199
|
-
#
|
19200
|
-
#
|
19201
|
-
#
|
20032
|
+
# A timestamp that indicates when the security findings provider most
|
20033
|
+
# recently observed the potential security issue that a finding
|
20034
|
+
# captured.
|
20035
|
+
#
|
20036
|
+
# This field accepts only the specified formats. Timestamps can end
|
20037
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
20038
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
20039
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
20040
|
+
# examples:
|
19202
20041
|
#
|
19203
|
-
#
|
19204
|
-
# value cannot contain spaces, and date and time should be separated
|
19205
|
-
# by `T`. For more information, see [RFC 3339 section 5.6, Internet
|
19206
|
-
# Date/Time Format][1].
|
20042
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
19207
20043
|
#
|
20044
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
20045
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
19208
20046
|
#
|
20047
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
20048
|
+
# `2024-01-04T15:25:10+17:59`)
|
19209
20049
|
#
|
19210
|
-
#
|
20050
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
20051
|
+
# `2024-01-04T15:25:10-1759`)
|
20052
|
+
#
|
20053
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
20054
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
19211
20055
|
# @return [Array<Types::DateFilter>]
|
19212
20056
|
#
|
19213
20057
|
# @!attribute [rw] created_at
|
19214
|
-
#
|
19215
|
-
#
|
19216
|
-
#
|
20058
|
+
# A timestamp that indicates when the security findings provider
|
20059
|
+
# created the potential security issue that a finding reflects.
|
20060
|
+
#
|
20061
|
+
# This field accepts only the specified formats. Timestamps can end
|
20062
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
20063
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
20064
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
20065
|
+
# examples:
|
19217
20066
|
#
|
19218
|
-
#
|
19219
|
-
# value cannot contain spaces, and date and time should be separated
|
19220
|
-
# by `T`. For more information, see [RFC 3339 section 5.6, Internet
|
19221
|
-
# Date/Time Format][1].
|
20067
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
19222
20068
|
#
|
20069
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
20070
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
19223
20071
|
#
|
20072
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
20073
|
+
# `2024-01-04T15:25:10+17:59`)
|
19224
20074
|
#
|
19225
|
-
#
|
20075
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
20076
|
+
# `2024-01-04T15:25:10-1759`)
|
20077
|
+
#
|
20078
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
20079
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
19226
20080
|
# @return [Array<Types::DateFilter>]
|
19227
20081
|
#
|
19228
20082
|
# @!attribute [rw] updated_at
|
19229
|
-
#
|
19230
|
-
#
|
20083
|
+
# A timestamp that indicates when the security findings provider last
|
20084
|
+
# updated the finding record.
|
20085
|
+
#
|
20086
|
+
# This field accepts only the specified formats. Timestamps can end
|
20087
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
20088
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
20089
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
20090
|
+
# examples:
|
19231
20091
|
#
|
19232
|
-
#
|
19233
|
-
# value cannot contain spaces, and date and time should be separated
|
19234
|
-
# by `T`. For more information, see [RFC 3339 section 5.6, Internet
|
19235
|
-
# Date/Time Format][1].
|
20092
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
19236
20093
|
#
|
20094
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
20095
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
19237
20096
|
#
|
20097
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
20098
|
+
# `2024-01-04T15:25:10+17:59`)
|
19238
20099
|
#
|
19239
|
-
#
|
20100
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
20101
|
+
# `2024-01-04T15:25:10-1759`)
|
20102
|
+
#
|
20103
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
20104
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
19240
20105
|
# @return [Array<Types::DateFilter>]
|
19241
20106
|
#
|
19242
20107
|
# @!attribute [rw] severity_product
|
@@ -19395,27 +20260,49 @@ module Aws::SecurityHub
|
|
19395
20260
|
# @!attribute [rw] process_launched_at
|
19396
20261
|
# A timestamp that identifies when the process was launched.
|
19397
20262
|
#
|
19398
|
-
#
|
19399
|
-
#
|
19400
|
-
#
|
19401
|
-
#
|
20263
|
+
# This field accepts only the specified formats. Timestamps can end
|
20264
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
20265
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
20266
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
20267
|
+
# examples:
|
20268
|
+
#
|
20269
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
20270
|
+
#
|
20271
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
20272
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
19402
20273
|
#
|
20274
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
20275
|
+
# `2024-01-04T15:25:10+17:59`)
|
19403
20276
|
#
|
20277
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
20278
|
+
# `2024-01-04T15:25:10-1759`)
|
19404
20279
|
#
|
19405
|
-
#
|
20280
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
20281
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
19406
20282
|
# @return [Array<Types::DateFilter>]
|
19407
20283
|
#
|
19408
20284
|
# @!attribute [rw] process_terminated_at
|
19409
20285
|
# A timestamp that identifies when the process was terminated.
|
19410
20286
|
#
|
19411
|
-
#
|
19412
|
-
#
|
19413
|
-
#
|
19414
|
-
#
|
20287
|
+
# This field accepts only the specified formats. Timestamps can end
|
20288
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
20289
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
20290
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
20291
|
+
# examples:
|
19415
20292
|
#
|
20293
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
19416
20294
|
#
|
20295
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
20296
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
19417
20297
|
#
|
19418
|
-
#
|
20298
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
20299
|
+
# `2024-01-04T15:25:10+17:59`)
|
20300
|
+
#
|
20301
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
20302
|
+
# `2024-01-04T15:25:10-1759`)
|
20303
|
+
#
|
20304
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
20305
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
19419
20306
|
# @return [Array<Types::DateFilter>]
|
19420
20307
|
#
|
19421
20308
|
# @!attribute [rw] threat_intel_indicator_type
|
@@ -19545,14 +20432,25 @@ module Aws::SecurityHub
|
|
19545
20432
|
# @!attribute [rw] resource_container_launched_at
|
19546
20433
|
# A timestamp that identifies when the container was started.
|
19547
20434
|
#
|
19548
|
-
#
|
19549
|
-
#
|
19550
|
-
#
|
19551
|
-
#
|
20435
|
+
# This field accepts only the specified formats. Timestamps can end
|
20436
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
20437
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
20438
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
20439
|
+
# examples:
|
20440
|
+
#
|
20441
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
20442
|
+
#
|
20443
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
20444
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
19552
20445
|
#
|
20446
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
20447
|
+
# `2024-01-04T15:25:10+17:59`)
|
19553
20448
|
#
|
20449
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
20450
|
+
# `2024-01-04T15:25:10-1759`)
|
19554
20451
|
#
|
19555
|
-
#
|
20452
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
20453
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
19556
20454
|
# @return [Array<Types::DateFilter>]
|
19557
20455
|
#
|
19558
20456
|
# @!attribute [rw] resource_details_other
|
@@ -22456,14 +23354,25 @@ module Aws::SecurityHub
|
|
22456
23354
|
# @!attribute [rw] launched_at
|
22457
23355
|
# Indicates when the container started.
|
22458
23356
|
#
|
22459
|
-
#
|
22460
|
-
#
|
22461
|
-
#
|
22462
|
-
#
|
23357
|
+
# This field accepts only the specified formats. Timestamps can end
|
23358
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
23359
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
23360
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
23361
|
+
# examples:
|
22463
23362
|
#
|
23363
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
22464
23364
|
#
|
23365
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
23366
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
22465
23367
|
#
|
22466
|
-
#
|
23368
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
23369
|
+
# `2024-01-04T15:25:10+17:59`)
|
23370
|
+
#
|
23371
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
23372
|
+
# `2024-01-04T15:25:10-1759`)
|
23373
|
+
#
|
23374
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
23375
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
22467
23376
|
# @return [String]
|
22468
23377
|
#
|
22469
23378
|
# @!attribute [rw] volume_mounts
|
@@ -22976,27 +23885,49 @@ module Aws::SecurityHub
|
|
22976
23885
|
# @!attribute [rw] start
|
22977
23886
|
# A timestamp that provides the start date for the date filter.
|
22978
23887
|
#
|
22979
|
-
#
|
22980
|
-
#
|
22981
|
-
#
|
22982
|
-
#
|
23888
|
+
# This field accepts only the specified formats. Timestamps can end
|
23889
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
23890
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
23891
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
23892
|
+
# examples:
|
23893
|
+
#
|
23894
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
22983
23895
|
#
|
23896
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
23897
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
22984
23898
|
#
|
23899
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
23900
|
+
# `2024-01-04T15:25:10+17:59`)
|
22985
23901
|
#
|
22986
|
-
#
|
23902
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
23903
|
+
# `2024-01-04T15:25:10-1759`)
|
23904
|
+
#
|
23905
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
23906
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
22987
23907
|
# @return [String]
|
22988
23908
|
#
|
22989
23909
|
# @!attribute [rw] end
|
22990
23910
|
# A timestamp that provides the end date for the date filter.
|
22991
23911
|
#
|
22992
|
-
#
|
22993
|
-
#
|
22994
|
-
#
|
22995
|
-
#
|
23912
|
+
# This field accepts only the specified formats. Timestamps can end
|
23913
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
23914
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
23915
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
23916
|
+
# examples:
|
23917
|
+
#
|
23918
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
22996
23919
|
#
|
23920
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
23921
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
22997
23922
|
#
|
23923
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
23924
|
+
# `2024-01-04T15:25:10+17:59`)
|
22998
23925
|
#
|
22999
|
-
#
|
23926
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
23927
|
+
# `2024-01-04T15:25:10-1759`)
|
23928
|
+
#
|
23929
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
23930
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
23000
23931
|
# @return [String]
|
23001
23932
|
#
|
23002
23933
|
# @!attribute [rw] date_range
|
@@ -23819,17 +24750,28 @@ module Aws::SecurityHub
|
|
23819
24750
|
# @return [Types::AwsSecurityFindingIdentifier]
|
23820
24751
|
#
|
23821
24752
|
# @!attribute [rw] update_time
|
23822
|
-
#
|
23823
|
-
#
|
24753
|
+
# A timestamp that indicates when Security Hub processed the updated
|
24754
|
+
# finding record.
|
23824
24755
|
#
|
23825
|
-
#
|
23826
|
-
#
|
23827
|
-
#
|
23828
|
-
#
|
24756
|
+
# This field accepts only the specified formats. Timestamps can end
|
24757
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
24758
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
24759
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
24760
|
+
# examples:
|
23829
24761
|
#
|
24762
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
23830
24763
|
#
|
24764
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
24765
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
23831
24766
|
#
|
23832
|
-
#
|
24767
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
24768
|
+
# `2024-01-04T15:25:10+17:59`)
|
24769
|
+
#
|
24770
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
24771
|
+
# `2024-01-04T15:25:10-1759`)
|
24772
|
+
#
|
24773
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
24774
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
23833
24775
|
# @return [Time]
|
23834
24776
|
#
|
23835
24777
|
# @!attribute [rw] finding_created
|
@@ -24398,11 +25340,8 @@ module Aws::SecurityHub
|
|
24398
25340
|
# @return [Types::AwsSecurityFindingIdentifier]
|
24399
25341
|
#
|
24400
25342
|
# @!attribute [rw] start_time
|
24401
|
-
#
|
24402
|
-
#
|
24403
|
-
# `2020-05-21T20:16:34.724Z`. The value cannot contain spaces, and
|
24404
|
-
# date and time should be separated by `T`. For more information, see
|
24405
|
-
# [RFC 3339 section 5.6, Internet Date/Time Format][1].
|
25343
|
+
# A timestamp that indicates the start time of the requested finding
|
25344
|
+
# history.
|
24406
25345
|
#
|
24407
25346
|
# If you provide values for both `StartTime` and `EndTime`, Security
|
24408
25347
|
# Hub returns finding history for the specified time period. If you
|
@@ -24410,25 +25349,41 @@ module Aws::SecurityHub
|
|
24410
25349
|
# returns finding history from the `StartTime` to the time at which
|
24411
25350
|
# the API is called. If you provide a value for `EndTime` but not for
|
24412
25351
|
# `StartTime`, Security Hub returns finding history from the
|
24413
|
-
# [CreatedAt][
|
25352
|
+
# [CreatedAt][1] timestamp of the finding to the `EndTime`. If you
|
24414
25353
|
# provide neither `StartTime` nor `EndTime`, Security Hub returns
|
24415
25354
|
# finding history from the CreatedAt timestamp of the finding to the
|
24416
25355
|
# time at which the API is called. In all of these scenarios, the
|
24417
25356
|
# response is limited to 100 results, and the maximum time period is
|
24418
25357
|
# limited to 90 days.
|
24419
25358
|
#
|
25359
|
+
# This field accepts only the specified formats. Timestamps can end
|
25360
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
25361
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
25362
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
25363
|
+
# examples:
|
25364
|
+
#
|
25365
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
24420
25366
|
#
|
25367
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
25368
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
24421
25369
|
#
|
24422
|
-
#
|
24423
|
-
#
|
25370
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
25371
|
+
# `2024-01-04T15:25:10+17:59`)
|
25372
|
+
#
|
25373
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
25374
|
+
# `2024-01-04T15:25:10-1759`)
|
25375
|
+
#
|
25376
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
25377
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
25378
|
+
#
|
25379
|
+
#
|
25380
|
+
#
|
25381
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFindingFilters.html#securityhub-Type-AwsSecurityFindingFilters-CreatedAt
|
24424
25382
|
# @return [Time]
|
24425
25383
|
#
|
24426
25384
|
# @!attribute [rw] end_time
|
24427
25385
|
# An ISO 8601-formatted timestamp that indicates the end time of the
|
24428
|
-
# requested finding history.
|
24429
|
-
# `2020-05-21T20:16:34.724Z`. The value cannot contain spaces, and
|
24430
|
-
# date and time should be separated by `T`. For more information, see
|
24431
|
-
# [RFC 3339 section 5.6, Internet Date/Time Format][1].
|
25386
|
+
# requested finding history.
|
24432
25387
|
#
|
24433
25388
|
# If you provide values for both `StartTime` and `EndTime`, Security
|
24434
25389
|
# Hub returns finding history for the specified time period. If you
|
@@ -24436,17 +25391,36 @@ module Aws::SecurityHub
|
|
24436
25391
|
# returns finding history from the `StartTime` to the time at which
|
24437
25392
|
# the API is called. If you provide a value for `EndTime` but not for
|
24438
25393
|
# `StartTime`, Security Hub returns finding history from the
|
24439
|
-
# [CreatedAt][
|
25394
|
+
# [CreatedAt][1] timestamp of the finding to the `EndTime`. If you
|
24440
25395
|
# provide neither `StartTime` nor `EndTime`, Security Hub returns
|
24441
25396
|
# finding history from the CreatedAt timestamp of the finding to the
|
24442
25397
|
# time at which the API is called. In all of these scenarios, the
|
24443
25398
|
# response is limited to 100 results, and the maximum time period is
|
24444
25399
|
# limited to 90 days.
|
24445
25400
|
#
|
25401
|
+
# This field accepts only the specified formats. Timestamps can end
|
25402
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
25403
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
25404
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
25405
|
+
# examples:
|
25406
|
+
#
|
25407
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
25408
|
+
#
|
25409
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
25410
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
24446
25411
|
#
|
25412
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
25413
|
+
# `2024-01-04T15:25:10+17:59`)
|
24447
25414
|
#
|
24448
|
-
#
|
24449
|
-
#
|
25415
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
25416
|
+
# `2024-01-04T15:25:10-1759`)
|
25417
|
+
#
|
25418
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
25419
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
25420
|
+
#
|
25421
|
+
#
|
25422
|
+
#
|
25423
|
+
# [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_AwsSecurityFindingFilters.html#securityhub-Type-AwsSecurityFindingFilters-CreatedAt
|
24450
25424
|
# @return [Time]
|
24451
25425
|
#
|
24452
25426
|
# @!attribute [rw] next_token
|
@@ -24780,8 +25754,9 @@ module Aws::SecurityHub
|
|
24780
25754
|
#
|
24781
25755
|
# @!attribute [rw] filters
|
24782
25756
|
# One or more attributes used to filter the findings included in the
|
24783
|
-
# insight.
|
24784
|
-
#
|
25757
|
+
# insight. You can filter by up to ten finding attributes. For each
|
25758
|
+
# attribute, you can provide up to 20 filter values. The insight only
|
25759
|
+
# includes findings that match the criteria defined in the filters.
|
24785
25760
|
# @return [Types::AwsSecurityFindingFilters]
|
24786
25761
|
#
|
24787
25762
|
# @!attribute [rw] group_by_attribute
|
@@ -26043,16 +27018,27 @@ module Aws::SecurityHub
|
|
26043
27018
|
# @return [String]
|
26044
27019
|
#
|
26045
27020
|
# @!attribute [rw] updated_at
|
26046
|
-
#
|
27021
|
+
# A timestamp that indicates when the note was updated.
|
26047
27022
|
#
|
26048
|
-
#
|
26049
|
-
#
|
26050
|
-
#
|
26051
|
-
#
|
27023
|
+
# This field accepts only the specified formats. Timestamps can end
|
27024
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
27025
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
27026
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
27027
|
+
# examples:
|
26052
27028
|
#
|
27029
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
26053
27030
|
#
|
27031
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
27032
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
26054
27033
|
#
|
26055
|
-
#
|
27034
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
27035
|
+
# `2024-01-04T15:25:10+17:59`)
|
27036
|
+
#
|
27037
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
27038
|
+
# `2024-01-04T15:25:10-1759`)
|
27039
|
+
#
|
27040
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
27041
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
26056
27042
|
# @return [String]
|
26057
27043
|
#
|
26058
27044
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/Note AWS API Documentation
|
@@ -26096,11 +27082,6 @@ module Aws::SecurityHub
|
|
26096
27082
|
# querying for findings.
|
26097
27083
|
# @return [Float]
|
26098
27084
|
#
|
26099
|
-
# @!attribute [rw] eq
|
26100
|
-
# The equal-to condition to be applied to a single field when querying
|
26101
|
-
# for findings.
|
26102
|
-
# @return [Float]
|
26103
|
-
#
|
26104
27085
|
# @!attribute [rw] gt
|
26105
27086
|
# The greater-than condition to be applied to a single field when
|
26106
27087
|
# querying for findings.
|
@@ -26111,14 +27092,19 @@ module Aws::SecurityHub
|
|
26111
27092
|
# querying for findings.
|
26112
27093
|
# @return [Float]
|
26113
27094
|
#
|
27095
|
+
# @!attribute [rw] eq
|
27096
|
+
# The equal-to condition to be applied to a single field when querying
|
27097
|
+
# for findings.
|
27098
|
+
# @return [Float]
|
27099
|
+
#
|
26114
27100
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/NumberFilter AWS API Documentation
|
26115
27101
|
#
|
26116
27102
|
class NumberFilter < Struct.new(
|
26117
27103
|
:gte,
|
26118
27104
|
:lte,
|
26119
|
-
:eq,
|
26120
27105
|
:gt,
|
26121
|
-
:lt
|
27106
|
+
:lt,
|
27107
|
+
:eq)
|
26122
27108
|
SENSITIVE = []
|
26123
27109
|
include Aws::Structure
|
26124
27110
|
end
|
@@ -26396,27 +27382,49 @@ module Aws::SecurityHub
|
|
26396
27382
|
# @!attribute [rw] operation_start_time
|
26397
27383
|
# Indicates when the operation started.
|
26398
27384
|
#
|
26399
|
-
#
|
26400
|
-
#
|
26401
|
-
#
|
26402
|
-
#
|
27385
|
+
# This field accepts only the specified formats. Timestamps can end
|
27386
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
27387
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
27388
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
27389
|
+
# examples:
|
27390
|
+
#
|
27391
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
27392
|
+
#
|
27393
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
27394
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
26403
27395
|
#
|
27396
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
27397
|
+
# `2024-01-04T15:25:10+17:59`)
|
26404
27398
|
#
|
27399
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
27400
|
+
# `2024-01-04T15:25:10-1759`)
|
26405
27401
|
#
|
26406
|
-
#
|
27402
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
27403
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
26407
27404
|
# @return [String]
|
26408
27405
|
#
|
26409
27406
|
# @!attribute [rw] operation_end_time
|
26410
27407
|
# Indicates when the operation completed.
|
26411
27408
|
#
|
26412
|
-
#
|
26413
|
-
#
|
26414
|
-
#
|
26415
|
-
#
|
27409
|
+
# This field accepts only the specified formats. Timestamps can end
|
27410
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
27411
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
27412
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
27413
|
+
# examples:
|
26416
27414
|
#
|
27415
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
26417
27416
|
#
|
27417
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
27418
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
26418
27419
|
#
|
26419
|
-
#
|
27420
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
27421
|
+
# `2024-01-04T15:25:10+17:59`)
|
27422
|
+
#
|
27423
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
27424
|
+
# `2024-01-04T15:25:10-1759`)
|
27425
|
+
#
|
27426
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
27427
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
26420
27428
|
# @return [String]
|
26421
27429
|
#
|
26422
27430
|
# @!attribute [rw] reboot_option
|
@@ -26586,27 +27594,49 @@ module Aws::SecurityHub
|
|
26586
27594
|
# @!attribute [rw] launched_at
|
26587
27595
|
# Indicates when the process was launched.
|
26588
27596
|
#
|
26589
|
-
#
|
26590
|
-
#
|
26591
|
-
#
|
26592
|
-
#
|
27597
|
+
# This field accepts only the specified formats. Timestamps can end
|
27598
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
27599
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
27600
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
27601
|
+
# examples:
|
27602
|
+
#
|
27603
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
27604
|
+
#
|
27605
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
27606
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
26593
27607
|
#
|
27608
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
27609
|
+
# `2024-01-04T15:25:10+17:59`)
|
26594
27610
|
#
|
27611
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
27612
|
+
# `2024-01-04T15:25:10-1759`)
|
26595
27613
|
#
|
26596
|
-
#
|
27614
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
27615
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
26597
27616
|
# @return [String]
|
26598
27617
|
#
|
26599
27618
|
# @!attribute [rw] terminated_at
|
26600
27619
|
# Indicates when the process was terminated.
|
26601
27620
|
#
|
26602
|
-
#
|
26603
|
-
#
|
26604
|
-
#
|
26605
|
-
#
|
27621
|
+
# This field accepts only the specified formats. Timestamps can end
|
27622
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
27623
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
27624
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
27625
|
+
# examples:
|
26606
27626
|
#
|
27627
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
26607
27628
|
#
|
27629
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
27630
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
26608
27631
|
#
|
26609
|
-
#
|
27632
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
27633
|
+
# `2024-01-04T15:25:10+17:59`)
|
27634
|
+
#
|
27635
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
27636
|
+
# `2024-01-04T15:25:10-1759`)
|
27637
|
+
#
|
27638
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
27639
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
26610
27640
|
# @return [String]
|
26611
27641
|
#
|
26612
27642
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/ProcessDetails AWS API Documentation
|
@@ -29461,14 +30491,25 @@ module Aws::SecurityHub
|
|
29461
30491
|
# Indicates when the most recent instance of a threat intelligence
|
29462
30492
|
# indicator was observed.
|
29463
30493
|
#
|
29464
|
-
#
|
29465
|
-
#
|
29466
|
-
#
|
29467
|
-
#
|
30494
|
+
# This field accepts only the specified formats. Timestamps can end
|
30495
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
30496
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
30497
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
30498
|
+
# examples:
|
30499
|
+
#
|
30500
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
29468
30501
|
#
|
30502
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
30503
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
29469
30504
|
#
|
30505
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
30506
|
+
# `2024-01-04T15:25:10+17:59`)
|
29470
30507
|
#
|
29471
|
-
#
|
30508
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
30509
|
+
# `2024-01-04T15:25:10-1759`)
|
30510
|
+
#
|
30511
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
30512
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
29472
30513
|
# @return [String]
|
29473
30514
|
#
|
29474
30515
|
# @!attribute [rw] source
|
@@ -30292,6 +31333,11 @@ module Aws::SecurityHub
|
|
30292
31333
|
# Whether an exploit is available for a finding.
|
30293
31334
|
# @return [String]
|
30294
31335
|
#
|
31336
|
+
# @!attribute [rw] last_known_exploit_at
|
31337
|
+
# The date and time of the last exploit associated with a finding
|
31338
|
+
# discovered in your environment.
|
31339
|
+
# @return [String]
|
31340
|
+
#
|
30295
31341
|
# @!attribute [rw] code_vulnerabilities
|
30296
31342
|
# The vulnerabilities found in your Lambda function code. This field
|
30297
31343
|
# pertains to findings that Security Hub receives from Amazon
|
@@ -30310,6 +31356,7 @@ module Aws::SecurityHub
|
|
30310
31356
|
:fix_available,
|
30311
31357
|
:epss_score,
|
30312
31358
|
:exploit_available,
|
31359
|
+
:last_known_exploit_at,
|
30313
31360
|
:code_vulnerabilities)
|
30314
31361
|
SENSITIVE = []
|
30315
31362
|
include Aws::Structure
|
@@ -30361,27 +31408,49 @@ module Aws::SecurityHub
|
|
30361
31408
|
# @!attribute [rw] vendor_created_at
|
30362
31409
|
# Indicates when the vulnerability advisory was created.
|
30363
31410
|
#
|
30364
|
-
#
|
30365
|
-
#
|
30366
|
-
#
|
30367
|
-
#
|
31411
|
+
# This field accepts only the specified formats. Timestamps can end
|
31412
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
31413
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
31414
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
31415
|
+
# examples:
|
31416
|
+
#
|
31417
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
30368
31418
|
#
|
31419
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
31420
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
30369
31421
|
#
|
31422
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
31423
|
+
# `2024-01-04T15:25:10+17:59`)
|
30370
31424
|
#
|
30371
|
-
#
|
31425
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
31426
|
+
# `2024-01-04T15:25:10-1759`)
|
31427
|
+
#
|
31428
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
31429
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
30372
31430
|
# @return [String]
|
30373
31431
|
#
|
30374
31432
|
# @!attribute [rw] vendor_updated_at
|
30375
31433
|
# Indicates when the vulnerability advisory was last updated.
|
30376
31434
|
#
|
30377
|
-
#
|
30378
|
-
#
|
30379
|
-
#
|
30380
|
-
#
|
31435
|
+
# This field accepts only the specified formats. Timestamps can end
|
31436
|
+
# with `Z` or `("+" / "-") time-hour [":" time-minute]`. The
|
31437
|
+
# time-secfrac after seconds is limited to a maximum of 9 digits. The
|
31438
|
+
# offset is bounded by +/-18:00. Here are valid timestamp formats with
|
31439
|
+
# examples:
|
31440
|
+
#
|
31441
|
+
# * `YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
|
31442
|
+
#
|
31443
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example,
|
31444
|
+
# `2019-01-31T23:00:00.123456789Z`)
|
30381
31445
|
#
|
31446
|
+
# * `YYYY-MM-DDTHH:MM:SS+HH:MM` (for example,
|
31447
|
+
# `2024-01-04T15:25:10+17:59`)
|
30382
31448
|
#
|
31449
|
+
# * `YYYY-MM-DDTHH:MM:SS-HHMM` (for example,
|
31450
|
+
# `2024-01-04T15:25:10-1759`)
|
30383
31451
|
#
|
30384
|
-
#
|
31452
|
+
# * `YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example,
|
31453
|
+
# `2024-01-04T15:25:10.123456789+17:59`)
|
30385
31454
|
# @return [String]
|
30386
31455
|
#
|
30387
31456
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/VulnerabilityVendor AWS API Documentation
|