cdk-lambda-subminute 2.0.419 → 2.0.421
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.
- package/.jsii +16 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +706 -496
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/deadline-2023-10-12.examples.json +5 -0
- package/node_modules/aws-sdk/apis/deadline-2023-10-12.min.json +6906 -0
- package/node_modules/aws-sdk/apis/deadline-2023-10-12.paginators.json +160 -0
- package/node_modules/aws-sdk/apis/deadline-2023-10-12.waiters2.json +131 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +71 -34
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +113 -99
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +13 -12
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +19 -15
- package/node_modules/aws-sdk/clients/datazone.d.ts +305 -75
- package/node_modules/aws-sdk/clients/deadline.d.ts +6639 -0
- package/node_modules/aws-sdk/clients/deadline.js +19 -0
- package/node_modules/aws-sdk/clients/ecs.d.ts +2 -2
- package/node_modules/aws-sdk/clients/emr.d.ts +2 -2
- package/node_modules/aws-sdk/clients/glue.d.ts +58 -0
- package/node_modules/aws-sdk/clients/lightsail.d.ts +33 -0
- package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +3 -3
- package/node_modules/aws-sdk/clients/securityhub.d.ts +97 -97
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +54 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +20 -15
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +19 -19
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +1 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -901,11 +901,11 @@ declare namespace SecurityHub {
|
|
901
901
|
*/
|
902
902
|
Actions?: ActionList;
|
903
903
|
/**
|
904
|
-
* A timestamp that indicates when the rule was created.
|
904
|
+
* A timestamp that indicates when the rule was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
905
905
|
*/
|
906
906
|
CreatedAt?: Timestamp;
|
907
907
|
/**
|
908
|
-
* A timestamp that indicates when the rule was most recently updated.
|
908
|
+
* A timestamp that indicates when the rule was most recently updated. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
909
909
|
*/
|
910
910
|
UpdatedAt?: Timestamp;
|
911
911
|
/**
|
@@ -965,19 +965,19 @@ declare namespace SecurityHub {
|
|
965
965
|
*/
|
966
966
|
Type?: StringFilterList;
|
967
967
|
/**
|
968
|
-
* A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product.
|
968
|
+
* A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59) Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
969
969
|
*/
|
970
970
|
FirstObservedAt?: DateFilterList;
|
971
971
|
/**
|
972
|
-
* A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product.
|
972
|
+
* A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59) Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
973
973
|
*/
|
974
974
|
LastObservedAt?: DateFilterList;
|
975
975
|
/**
|
976
|
-
* A timestamp that indicates when this finding record was created.
|
976
|
+
* A timestamp that indicates when this finding record was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59) Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
977
977
|
*/
|
978
978
|
CreatedAt?: DateFilterList;
|
979
979
|
/**
|
980
|
-
* A timestamp that indicates when the finding record was most recently updated.
|
980
|
+
* A timestamp that indicates when the finding record was most recently updated. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59) Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
981
981
|
*/
|
982
982
|
UpdatedAt?: DateFilterList;
|
983
983
|
/**
|
@@ -1073,7 +1073,7 @@ declare namespace SecurityHub {
|
|
1073
1073
|
*/
|
1074
1074
|
NoteText?: StringFilterList;
|
1075
1075
|
/**
|
1076
|
-
* The timestamp of when the note was updated.
|
1076
|
+
* The timestamp of when the note was updated. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59) Array Members: Minimum number of 1 item. Maximum number of 20 items.
|
1077
1077
|
*/
|
1078
1078
|
NoteUpdatedAt?: DateFilterList;
|
1079
1079
|
/**
|
@@ -1123,11 +1123,11 @@ declare namespace SecurityHub {
|
|
1123
1123
|
*/
|
1124
1124
|
IsTerminal?: Boolean;
|
1125
1125
|
/**
|
1126
|
-
* A timestamp that indicates when the rule was created.
|
1126
|
+
* A timestamp that indicates when the rule was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
1127
1127
|
*/
|
1128
1128
|
CreatedAt?: Timestamp;
|
1129
1129
|
/**
|
1130
|
-
* A timestamp that indicates when the rule was most recently updated.
|
1130
|
+
* A timestamp that indicates when the rule was most recently updated. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
1131
1131
|
*/
|
1132
1132
|
UpdatedAt?: Timestamp;
|
1133
1133
|
/**
|
@@ -1356,11 +1356,11 @@ declare namespace SecurityHub {
|
|
1356
1356
|
*/
|
1357
1357
|
AffectedResources?: FieldMap;
|
1358
1358
|
/**
|
1359
|
-
*
|
1359
|
+
* A timestamp that indicates when the API call was first observed. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
1360
1360
|
*/
|
1361
1361
|
FirstSeen?: NonEmptyString;
|
1362
1362
|
/**
|
1363
|
-
*
|
1363
|
+
* A timestamp that indicates when the API call was most recently observed. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
1364
1364
|
*/
|
1365
1365
|
LastSeen?: NonEmptyString;
|
1366
1366
|
}
|
@@ -1469,7 +1469,7 @@ declare namespace SecurityHub {
|
|
1469
1469
|
*/
|
1470
1470
|
Description?: NonEmptyString;
|
1471
1471
|
/**
|
1472
|
-
* Indicates when the API was created.
|
1472
|
+
* Indicates when the API was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
1473
1473
|
*/
|
1474
1474
|
CreatedDate?: NonEmptyString;
|
1475
1475
|
/**
|
@@ -1547,11 +1547,11 @@ declare namespace SecurityHub {
|
|
1547
1547
|
*/
|
1548
1548
|
TracingEnabled?: Boolean;
|
1549
1549
|
/**
|
1550
|
-
* Indicates when the stage was created.
|
1550
|
+
* Indicates when the stage was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
1551
1551
|
*/
|
1552
1552
|
CreatedDate?: NonEmptyString;
|
1553
1553
|
/**
|
1554
|
-
* Indicates when the stage was most recently updated.
|
1554
|
+
* Indicates when the stage was most recently updated. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
1555
1555
|
*/
|
1556
1556
|
LastUpdatedDate?: NonEmptyString;
|
1557
1557
|
/**
|
@@ -1573,7 +1573,7 @@ declare namespace SecurityHub {
|
|
1573
1573
|
*/
|
1574
1574
|
ApiKeySelectionExpression?: NonEmptyString;
|
1575
1575
|
/**
|
1576
|
-
* Indicates when the API was created.
|
1576
|
+
* Indicates when the API was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
1577
1577
|
*/
|
1578
1578
|
CreatedDate?: NonEmptyString;
|
1579
1579
|
/**
|
@@ -1629,7 +1629,7 @@ declare namespace SecurityHub {
|
|
1629
1629
|
*/
|
1630
1630
|
ClientCertificateId?: NonEmptyString;
|
1631
1631
|
/**
|
1632
|
-
* Indicates when the stage was created.
|
1632
|
+
* Indicates when the stage was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
1633
1633
|
*/
|
1634
1634
|
CreatedDate?: NonEmptyString;
|
1635
1635
|
/**
|
@@ -1645,7 +1645,7 @@ declare namespace SecurityHub {
|
|
1645
1645
|
*/
|
1646
1646
|
DeploymentId?: NonEmptyString;
|
1647
1647
|
/**
|
1648
|
-
* Indicates when the stage was most recently updated.
|
1648
|
+
* Indicates when the stage was most recently updated. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
1649
1649
|
*/
|
1650
1650
|
LastUpdatedDate?: NonEmptyString;
|
1651
1651
|
/**
|
@@ -1875,7 +1875,7 @@ declare namespace SecurityHub {
|
|
1875
1875
|
*/
|
1876
1876
|
HealthCheckGracePeriod?: Integer;
|
1877
1877
|
/**
|
1878
|
-
* Indicates when the auto scaling group was created.
|
1878
|
+
* Indicates when the auto scaling group was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
1879
1879
|
*/
|
1880
1880
|
CreatedTime?: NonEmptyString;
|
1881
1881
|
/**
|
@@ -2043,7 +2043,7 @@ declare namespace SecurityHub {
|
|
2043
2043
|
*/
|
2044
2044
|
ClassicLinkVpcSecurityGroups?: NonEmptyStringList;
|
2045
2045
|
/**
|
2046
|
-
* The creation date and time for the launch configuration.
|
2046
|
+
* The creation date and time for the launch configuration. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
2047
2047
|
*/
|
2048
2048
|
CreatedTime?: NonEmptyString;
|
2049
2049
|
/**
|
@@ -2380,7 +2380,7 @@ declare namespace SecurityHub {
|
|
2380
2380
|
*/
|
2381
2381
|
CertificateAuthorityArn?: NonEmptyString;
|
2382
2382
|
/**
|
2383
|
-
* Indicates when the certificate was requested.
|
2383
|
+
* Indicates when the certificate was requested. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
2384
2384
|
*/
|
2385
2385
|
CreatedAt?: NonEmptyString;
|
2386
2386
|
/**
|
@@ -2400,7 +2400,7 @@ declare namespace SecurityHub {
|
|
2400
2400
|
*/
|
2401
2401
|
FailureReason?: NonEmptyString;
|
2402
2402
|
/**
|
2403
|
-
* Indicates when the certificate was imported. Provided if the certificate type is IMPORTED.
|
2403
|
+
* Indicates when the certificate was imported. Provided if the certificate type is IMPORTED. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
2404
2404
|
*/
|
2405
2405
|
ImportedAt?: NonEmptyString;
|
2406
2406
|
/**
|
@@ -2408,7 +2408,7 @@ declare namespace SecurityHub {
|
|
2408
2408
|
*/
|
2409
2409
|
InUseBy?: StringList;
|
2410
2410
|
/**
|
2411
|
-
* Indicates when the certificate was issued. Provided if the certificate type is AMAZON_ISSUED.
|
2411
|
+
* Indicates when the certificate was issued. Provided if the certificate type is AMAZON_ISSUED. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
2412
2412
|
*/
|
2413
2413
|
IssuedAt?: NonEmptyString;
|
2414
2414
|
/**
|
@@ -2424,11 +2424,11 @@ declare namespace SecurityHub {
|
|
2424
2424
|
*/
|
2425
2425
|
KeyUsages?: AwsCertificateManagerCertificateKeyUsages;
|
2426
2426
|
/**
|
2427
|
-
* The time after which the certificate becomes invalid.
|
2427
|
+
* The time after which the certificate becomes invalid. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
2428
2428
|
*/
|
2429
2429
|
NotAfter?: NonEmptyString;
|
2430
2430
|
/**
|
2431
|
-
* The time before which the certificate is not valid.
|
2431
|
+
* The time before which the certificate is not valid. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
2432
2432
|
*/
|
2433
2433
|
NotBefore?: NonEmptyString;
|
2434
2434
|
/**
|
@@ -2533,7 +2533,7 @@ declare namespace SecurityHub {
|
|
2533
2533
|
*/
|
2534
2534
|
RenewalStatusReason?: NonEmptyString;
|
2535
2535
|
/**
|
2536
|
-
* Indicates when the renewal summary was last updated.
|
2536
|
+
* Indicates when the renewal summary was last updated. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
2537
2537
|
*/
|
2538
2538
|
UpdatedAt?: NonEmptyString;
|
2539
2539
|
}
|
@@ -2675,7 +2675,7 @@ declare namespace SecurityHub {
|
|
2675
2675
|
*/
|
2676
2676
|
ETag?: NonEmptyString;
|
2677
2677
|
/**
|
2678
|
-
* Indicates when that the distribution was last modified.
|
2678
|
+
* Indicates when that the distribution was last modified. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
2679
2679
|
*/
|
2680
2680
|
LastModifiedTime?: NonEmptyString;
|
2681
2681
|
/**
|
@@ -3427,7 +3427,7 @@ declare namespace SecurityHub {
|
|
3427
3427
|
*/
|
3428
3428
|
BillingMode?: NonEmptyString;
|
3429
3429
|
/**
|
3430
|
-
* If the billing mode is PAY_PER_REQUEST, indicates when the billing mode was set to that value.
|
3430
|
+
* If the billing mode is PAY_PER_REQUEST, indicates when the billing mode was set to that value. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
3431
3431
|
*/
|
3432
3432
|
LastUpdateToPayPerRequestDateTime?: NonEmptyString;
|
3433
3433
|
}
|
@@ -3441,7 +3441,7 @@ declare namespace SecurityHub {
|
|
3441
3441
|
*/
|
3442
3442
|
BillingModeSummary?: AwsDynamoDbTableBillingModeSummary;
|
3443
3443
|
/**
|
3444
|
-
* Indicates when the table was created.
|
3444
|
+
* Indicates when the table was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
3445
3445
|
*/
|
3446
3446
|
CreationDateTime?: NonEmptyString;
|
3447
3447
|
/**
|
@@ -3594,11 +3594,11 @@ declare namespace SecurityHub {
|
|
3594
3594
|
}
|
3595
3595
|
export interface AwsDynamoDbTableProvisionedThroughput {
|
3596
3596
|
/**
|
3597
|
-
* Indicates when the provisioned throughput was last decreased.
|
3597
|
+
* Indicates when the provisioned throughput was last decreased. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
3598
3598
|
*/
|
3599
3599
|
LastDecreaseDateTime?: NonEmptyString;
|
3600
3600
|
/**
|
3601
|
-
* Indicates when the provisioned throughput was last increased.
|
3601
|
+
* Indicates when the provisioned throughput was last increased. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
3602
3602
|
*/
|
3603
3603
|
LastIncreaseDateTime?: NonEmptyString;
|
3604
3604
|
/**
|
@@ -3668,7 +3668,7 @@ declare namespace SecurityHub {
|
|
3668
3668
|
*/
|
3669
3669
|
SourceTableArn?: NonEmptyString;
|
3670
3670
|
/**
|
3671
|
-
* Indicates the point in time that the table was restored to.
|
3671
|
+
* Indicates the point in time that the table was restored to. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
3672
3672
|
*/
|
3673
3673
|
RestoreDateTime?: NonEmptyString;
|
3674
3674
|
/**
|
@@ -3678,7 +3678,7 @@ declare namespace SecurityHub {
|
|
3678
3678
|
}
|
3679
3679
|
export interface AwsDynamoDbTableSseDescription {
|
3680
3680
|
/**
|
3681
|
-
* If the key is inaccessible, the date and time when DynamoDB detected that the key was inaccessible.
|
3681
|
+
* If the key is inaccessible, the date and time when DynamoDB detected that the key was inaccessible. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
3682
3682
|
*/
|
3683
3683
|
InaccessibleEncryptionDateTime?: NonEmptyString;
|
3684
3684
|
/**
|
@@ -3935,7 +3935,7 @@ declare namespace SecurityHub {
|
|
3935
3935
|
*/
|
3936
3936
|
SubnetId?: NonEmptyString;
|
3937
3937
|
/**
|
3938
|
-
* Indicates when the instance was launched.
|
3938
|
+
* Indicates when the instance was launched. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
3939
3939
|
*/
|
3940
3940
|
LaunchedAt?: NonEmptyString;
|
3941
3941
|
/**
|
@@ -4739,7 +4739,7 @@ declare namespace SecurityHub {
|
|
4739
4739
|
export type AwsEc2NetworkAclEntryList = AwsEc2NetworkAclEntry[];
|
4740
4740
|
export interface AwsEc2NetworkInterfaceAttachment {
|
4741
4741
|
/**
|
4742
|
-
* Indicates when the attachment initiated.
|
4742
|
+
* Indicates when the attachment initiated. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
4743
4743
|
*/
|
4744
4744
|
AttachTime?: NonEmptyString;
|
4745
4745
|
/**
|
@@ -5086,7 +5086,7 @@ declare namespace SecurityHub {
|
|
5086
5086
|
export type AwsEc2VolumeAttachmentList = AwsEc2VolumeAttachment[];
|
5087
5087
|
export interface AwsEc2VolumeDetails {
|
5088
5088
|
/**
|
5089
|
-
* Indicates when the volume was created.
|
5089
|
+
* Indicates when the volume was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
5090
5090
|
*/
|
5091
5091
|
CreateTime?: NonEmptyString;
|
5092
5092
|
/**
|
@@ -5407,7 +5407,7 @@ declare namespace SecurityHub {
|
|
5407
5407
|
*/
|
5408
5408
|
CertificateArn?: NonEmptyString;
|
5409
5409
|
/**
|
5410
|
-
* The date and time of the last change in status.
|
5410
|
+
* The date and time of the last change in status. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
5411
5411
|
*/
|
5412
5412
|
LastStatusChange?: NonEmptyString;
|
5413
5413
|
/**
|
@@ -5446,7 +5446,7 @@ declare namespace SecurityHub {
|
|
5446
5446
|
*/
|
5447
5447
|
ImageTags?: NonEmptyStringList;
|
5448
5448
|
/**
|
5449
|
-
* The date and time when the image was pushed to the repository.
|
5449
|
+
* The date and time when the image was pushed to the repository. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
5450
5450
|
*/
|
5451
5451
|
ImagePublishedAt?: NonEmptyString;
|
5452
5452
|
}
|
@@ -7056,7 +7056,7 @@ declare namespace SecurityHub {
|
|
7056
7056
|
*/
|
7057
7057
|
CanonicalHostedZoneNameID?: NonEmptyString;
|
7058
7058
|
/**
|
7059
|
-
* Indicates when the load balancer was created.
|
7059
|
+
* Indicates when the load balancer was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
7060
7060
|
*/
|
7061
7061
|
CreatedTime?: NonEmptyString;
|
7062
7062
|
/**
|
@@ -7215,7 +7215,7 @@ declare namespace SecurityHub {
|
|
7215
7215
|
*/
|
7216
7216
|
CanonicalHostedZoneId?: NonEmptyString;
|
7217
7217
|
/**
|
7218
|
-
* Indicates when the load balancer was created.
|
7218
|
+
* Indicates when the load balancer was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
7219
7219
|
*/
|
7220
7220
|
CreatedTime?: NonEmptyString;
|
7221
7221
|
/**
|
@@ -7497,7 +7497,7 @@ declare namespace SecurityHub {
|
|
7497
7497
|
*/
|
7498
7498
|
Status?: AwsIamAccessKeyStatus;
|
7499
7499
|
/**
|
7500
|
-
* Indicates when the IAM access key was created.
|
7500
|
+
* Indicates when the IAM access key was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
7501
7501
|
*/
|
7502
7502
|
CreatedAt?: NonEmptyString;
|
7503
7503
|
/**
|
@@ -7541,7 +7541,7 @@ declare namespace SecurityHub {
|
|
7541
7541
|
*/
|
7542
7542
|
MfaAuthenticated?: Boolean;
|
7543
7543
|
/**
|
7544
|
-
* Indicates when the session was created.
|
7544
|
+
* Indicates when the session was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
7545
7545
|
*/
|
7546
7546
|
CreationDate?: NonEmptyString;
|
7547
7547
|
}
|
@@ -7585,7 +7585,7 @@ declare namespace SecurityHub {
|
|
7585
7585
|
*/
|
7586
7586
|
AttachedManagedPolicies?: AwsIamAttachedManagedPolicyList;
|
7587
7587
|
/**
|
7588
|
-
* Indicates when the IAM group was created.
|
7588
|
+
* Indicates when the IAM group was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
7589
7589
|
*/
|
7590
7590
|
CreateDate?: NonEmptyString;
|
7591
7591
|
/**
|
@@ -7618,7 +7618,7 @@ declare namespace SecurityHub {
|
|
7618
7618
|
*/
|
7619
7619
|
Arn?: NonEmptyString;
|
7620
7620
|
/**
|
7621
|
-
* Indicates when the instance profile was created.
|
7621
|
+
* Indicates when the instance profile was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
7622
7622
|
*/
|
7623
7623
|
CreateDate?: NonEmptyString;
|
7624
7624
|
/**
|
@@ -7649,7 +7649,7 @@ declare namespace SecurityHub {
|
|
7649
7649
|
*/
|
7650
7650
|
AssumeRolePolicyDocument?: AwsIamRoleAssumeRolePolicyDocument;
|
7651
7651
|
/**
|
7652
|
-
* Indicates when the role was created.
|
7652
|
+
* Indicates when the role was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
7653
7653
|
*/
|
7654
7654
|
CreateDate?: NonEmptyString;
|
7655
7655
|
/**
|
@@ -7682,7 +7682,7 @@ declare namespace SecurityHub {
|
|
7682
7682
|
*/
|
7683
7683
|
AttachmentCount?: Integer;
|
7684
7684
|
/**
|
7685
|
-
* When the policy was created.
|
7685
|
+
* When the policy was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
7686
7686
|
*/
|
7687
7687
|
CreateDate?: NonEmptyString;
|
7688
7688
|
/**
|
@@ -7718,7 +7718,7 @@ declare namespace SecurityHub {
|
|
7718
7718
|
*/
|
7719
7719
|
PolicyVersionList?: AwsIamPolicyVersionList;
|
7720
7720
|
/**
|
7721
|
-
* When the policy was most recently updated.
|
7721
|
+
* When the policy was most recently updated. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
7722
7722
|
*/
|
7723
7723
|
UpdateDate?: NonEmptyString;
|
7724
7724
|
}
|
@@ -7732,7 +7732,7 @@ declare namespace SecurityHub {
|
|
7732
7732
|
*/
|
7733
7733
|
IsDefaultVersion?: Boolean;
|
7734
7734
|
/**
|
7735
|
-
* Indicates when the version was created.
|
7735
|
+
* Indicates when the version was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
7736
7736
|
*/
|
7737
7737
|
CreateDate?: NonEmptyString;
|
7738
7738
|
}
|
@@ -7748,7 +7748,7 @@ declare namespace SecurityHub {
|
|
7748
7748
|
*/
|
7749
7749
|
AttachedManagedPolicies?: AwsIamAttachedManagedPolicyList;
|
7750
7750
|
/**
|
7751
|
-
* Indicates when the role was created.
|
7751
|
+
* Indicates when the role was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
7752
7752
|
*/
|
7753
7753
|
CreateDate?: NonEmptyString;
|
7754
7754
|
/**
|
@@ -7790,7 +7790,7 @@ declare namespace SecurityHub {
|
|
7790
7790
|
*/
|
7791
7791
|
AttachedManagedPolicies?: AwsIamAttachedManagedPolicyList;
|
7792
7792
|
/**
|
7793
|
-
* Indicates when the user was created.
|
7793
|
+
* Indicates when the user was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
7794
7794
|
*/
|
7795
7795
|
CreateDate?: NonEmptyString;
|
7796
7796
|
/**
|
@@ -7863,7 +7863,7 @@ declare namespace SecurityHub {
|
|
7863
7863
|
*/
|
7864
7864
|
AWSAccountId?: NonEmptyString;
|
7865
7865
|
/**
|
7866
|
-
* Indicates when the KMS key was created.
|
7866
|
+
* Indicates when the KMS key was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
7867
7867
|
*/
|
7868
7868
|
CreationDate?: Double;
|
7869
7869
|
/**
|
@@ -7945,7 +7945,7 @@ declare namespace SecurityHub {
|
|
7945
7945
|
*/
|
7946
7946
|
KmsKeyArn?: NonEmptyString;
|
7947
7947
|
/**
|
7948
|
-
* Indicates when the function was last updated.
|
7948
|
+
* Indicates when the function was last updated. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
7949
7949
|
*/
|
7950
7950
|
LastModified?: NonEmptyString;
|
7951
7951
|
/**
|
@@ -8054,11 +8054,11 @@ declare namespace SecurityHub {
|
|
8054
8054
|
*/
|
8055
8055
|
Version?: AwsLambdaLayerVersionNumber;
|
8056
8056
|
/**
|
8057
|
-
* The layer's compatible runtimes. Maximum number of
|
8057
|
+
* The layer's compatible function runtimes. The following list includes deprecated runtimes. For more information, see Runtime deprecation policy in the Lambda Developer Guide. Array Members: Maximum number of 5 items. Valid Values: nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 | nodejs10.x | nodejs12.x | nodejs14.x | nodejs16.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | python3.9 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 | dotnetcore3.1 | dotnet6 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2 | nodejs18.x | python3.10 | java17 | ruby3.2 | python3.11 | nodejs20.x | provided.al2023 | python3.12 | java21
|
8058
8058
|
*/
|
8059
8059
|
CompatibleRuntimes?: NonEmptyStringList;
|
8060
8060
|
/**
|
8061
|
-
* Indicates when the version was created.
|
8061
|
+
* Indicates when the version was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
8062
8062
|
*/
|
8063
8063
|
CreatedDate?: NonEmptyString;
|
8064
8064
|
}
|
@@ -8630,7 +8630,7 @@ declare namespace SecurityHub {
|
|
8630
8630
|
*/
|
8631
8631
|
AssociatedRoles?: AwsRdsDbClusterAssociatedRoles;
|
8632
8632
|
/**
|
8633
|
-
* Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).
|
8633
|
+
* Indicates when the DB cluster was created, in Universal Coordinated Time (UTC). This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
8634
8634
|
*/
|
8635
8635
|
ClusterCreateTime?: NonEmptyString;
|
8636
8636
|
/**
|
@@ -8741,7 +8741,7 @@ declare namespace SecurityHub {
|
|
8741
8741
|
*/
|
8742
8742
|
AvailabilityZones?: StringList;
|
8743
8743
|
/**
|
8744
|
-
* Indicates when the snapshot was taken.
|
8744
|
+
* Indicates when the snapshot was taken. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
8745
8745
|
*/
|
8746
8746
|
SnapshotCreateTime?: NonEmptyString;
|
8747
8747
|
/**
|
@@ -8765,7 +8765,7 @@ declare namespace SecurityHub {
|
|
8765
8765
|
*/
|
8766
8766
|
VpcId?: NonEmptyString;
|
8767
8767
|
/**
|
8768
|
-
* Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).
|
8768
|
+
* Indicates when the DB cluster was created, in Universal Coordinated Time (UTC). This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
8769
8769
|
*/
|
8770
8770
|
ClusterCreateTime?: NonEmptyString;
|
8771
8771
|
/**
|
@@ -8901,7 +8901,7 @@ declare namespace SecurityHub {
|
|
8901
8901
|
*/
|
8902
8902
|
IAMDatabaseAuthenticationEnabled?: Boolean;
|
8903
8903
|
/**
|
8904
|
-
* Indicates when the DB instance was created.
|
8904
|
+
* Indicates when the DB instance was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
8905
8905
|
*/
|
8906
8906
|
InstanceCreateTime?: NonEmptyString;
|
8907
8907
|
/**
|
@@ -8977,7 +8977,7 @@ declare namespace SecurityHub {
|
|
8977
8977
|
*/
|
8978
8978
|
PendingModifiedValues?: AwsRdsDbPendingModifiedValues;
|
8979
8979
|
/**
|
8980
|
-
* Specifies the latest time to which a database can be restored with point-in-time restore.
|
8980
|
+
* Specifies the latest time to which a database can be restored with point-in-time restore. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
8981
8981
|
*/
|
8982
8982
|
LatestRestorableTime?: NonEmptyString;
|
8983
8983
|
/**
|
@@ -9468,7 +9468,7 @@ declare namespace SecurityHub {
|
|
9468
9468
|
*/
|
9469
9469
|
Status?: NonEmptyString;
|
9470
9470
|
/**
|
9471
|
-
* The datetime when the event notification subscription was created.
|
9471
|
+
* The datetime when the event notification subscription was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
9472
9472
|
*/
|
9473
9473
|
SubscriptionCreationTime?: NonEmptyString;
|
9474
9474
|
}
|
@@ -9558,7 +9558,7 @@ declare namespace SecurityHub {
|
|
9558
9558
|
}
|
9559
9559
|
export interface AwsRedshiftClusterDeferredMaintenanceWindow {
|
9560
9560
|
/**
|
9561
|
-
* The end of the time window for which maintenance was deferred.
|
9561
|
+
* The end of the time window for which maintenance was deferred. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
9562
9562
|
*/
|
9563
9563
|
DeferMaintenanceEndTime?: NonEmptyString;
|
9564
9564
|
/**
|
@@ -9566,7 +9566,7 @@ declare namespace SecurityHub {
|
|
9566
9566
|
*/
|
9567
9567
|
DeferMaintenanceIdentifier?: NonEmptyString;
|
9568
9568
|
/**
|
9569
|
-
* The start of the time window for which maintenance was deferred.
|
9569
|
+
* The start of the time window for which maintenance was deferred. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
9570
9570
|
*/
|
9571
9571
|
DeferMaintenanceStartTime?: NonEmptyString;
|
9572
9572
|
}
|
@@ -9589,7 +9589,7 @@ declare namespace SecurityHub {
|
|
9589
9589
|
*/
|
9590
9590
|
ClusterAvailabilityStatus?: NonEmptyString;
|
9591
9591
|
/**
|
9592
|
-
* Indicates when the cluster was created.
|
9592
|
+
* Indicates when the cluster was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
9593
9593
|
*/
|
9594
9594
|
ClusterCreateTime?: NonEmptyString;
|
9595
9595
|
/**
|
@@ -9661,7 +9661,7 @@ declare namespace SecurityHub {
|
|
9661
9661
|
*/
|
9662
9662
|
EnhancedVpcRouting?: Boolean;
|
9663
9663
|
/**
|
9664
|
-
* Indicates when the next snapshot is expected to be taken. The cluster must have a valid snapshot schedule and have backups enabled.
|
9664
|
+
* Indicates when the next snapshot is expected to be taken. The cluster must have a valid snapshot schedule and have backups enabled. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
9665
9665
|
*/
|
9666
9666
|
ExpectedNextSnapshotScheduleTime?: NonEmptyString;
|
9667
9667
|
/**
|
@@ -9693,7 +9693,7 @@ declare namespace SecurityHub {
|
|
9693
9693
|
*/
|
9694
9694
|
MasterUsername?: NonEmptyString;
|
9695
9695
|
/**
|
9696
|
-
* Indicates the start of the next maintenance window.
|
9696
|
+
* Indicates the start of the next maintenance window. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
9697
9697
|
*/
|
9698
9698
|
NextMaintenanceWindowStartTime?: NonEmptyString;
|
9699
9699
|
/**
|
@@ -9804,11 +9804,11 @@ declare namespace SecurityHub {
|
|
9804
9804
|
*/
|
9805
9805
|
LastFailureMessage?: NonEmptyString;
|
9806
9806
|
/**
|
9807
|
-
* The last time when logs failed to be delivered.
|
9807
|
+
* The last time when logs failed to be delivered. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
9808
9808
|
*/
|
9809
9809
|
LastFailureTime?: NonEmptyString;
|
9810
9810
|
/**
|
9811
|
-
* The last time that logs were delivered successfully.
|
9811
|
+
* The last time that logs were delivered successfully. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
9812
9812
|
*/
|
9813
9813
|
LastSuccessfulDeliveryTime?: NonEmptyString;
|
9814
9814
|
/**
|
@@ -10042,7 +10042,7 @@ declare namespace SecurityHub {
|
|
10042
10042
|
*/
|
10043
10043
|
AbortIncompleteMultipartUpload?: AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails;
|
10044
10044
|
/**
|
10045
|
-
* The date when objects are moved or deleted.
|
10045
|
+
* The date when objects are moved or deleted. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
10046
10046
|
*/
|
10047
10047
|
ExpirationDate?: NonEmptyString;
|
10048
10048
|
/**
|
@@ -10155,7 +10155,7 @@ declare namespace SecurityHub {
|
|
10155
10155
|
export type AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsList = AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails[];
|
10156
10156
|
export interface AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails {
|
10157
10157
|
/**
|
10158
|
-
* A date on which to transition objects to the specified storage class. If you provide Date, you cannot provide Days.
|
10158
|
+
* A date on which to transition objects to the specified storage class. If you provide Date, you cannot provide Days. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
10159
10159
|
*/
|
10160
10160
|
Date?: NonEmptyString;
|
10161
10161
|
/**
|
@@ -10192,7 +10192,7 @@ declare namespace SecurityHub {
|
|
10192
10192
|
*/
|
10193
10193
|
OwnerAccountId?: NonEmptyString;
|
10194
10194
|
/**
|
10195
|
-
* Indicates when the S3 bucket was created.
|
10195
|
+
* Indicates when the S3 bucket was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
10196
10196
|
*/
|
10197
10197
|
CreatedAt?: NonEmptyString;
|
10198
10198
|
/**
|
@@ -10422,7 +10422,7 @@ declare namespace SecurityHub {
|
|
10422
10422
|
export type AwsS3BucketWebsiteConfigurationRoutingRules = AwsS3BucketWebsiteConfigurationRoutingRule[];
|
10423
10423
|
export interface AwsS3ObjectDetails {
|
10424
10424
|
/**
|
10425
|
-
* Indicates when the object was last modified.
|
10425
|
+
* Indicates when the object was last modified. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
10426
10426
|
*/
|
10427
10427
|
LastModified?: NonEmptyString;
|
10428
10428
|
/**
|
@@ -10612,19 +10612,19 @@ declare namespace SecurityHub {
|
|
10612
10612
|
*/
|
10613
10613
|
Types?: TypeList;
|
10614
10614
|
/**
|
10615
|
-
* Indicates when the security findings provider first observed the potential security issue that a finding captured.
|
10615
|
+
* Indicates when the security findings provider first observed the potential security issue that a finding captured. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
10616
10616
|
*/
|
10617
10617
|
FirstObservedAt?: NonEmptyString;
|
10618
10618
|
/**
|
10619
|
-
* Indicates when the security findings provider most recently observed the potential security issue that a finding captured.
|
10619
|
+
* Indicates when the security findings provider most recently observed the potential security issue that a finding captured. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
10620
10620
|
*/
|
10621
10621
|
LastObservedAt?: NonEmptyString;
|
10622
10622
|
/**
|
10623
|
-
* Indicates when the security findings provider created the potential security issue that a finding captured.
|
10623
|
+
* Indicates when the security findings provider created the potential security issue that a finding captured. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
10624
10624
|
*/
|
10625
10625
|
CreatedAt: NonEmptyString;
|
10626
10626
|
/**
|
10627
|
-
* Indicates when the security findings provider last updated the finding record.
|
10627
|
+
* Indicates when the security findings provider last updated the finding record. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
10628
10628
|
*/
|
10629
10629
|
UpdatedAt: NonEmptyString;
|
10630
10630
|
/**
|
@@ -10744,7 +10744,7 @@ declare namespace SecurityHub {
|
|
10744
10744
|
*/
|
10745
10745
|
GeneratorDetails?: GeneratorDetails;
|
10746
10746
|
/**
|
10747
|
-
*
|
10747
|
+
* A imestamp that indicates when Security Hub received a finding and begins to process it. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
10748
10748
|
*/
|
10749
10749
|
ProcessedAt?: NonEmptyString;
|
10750
10750
|
/**
|
@@ -10778,19 +10778,19 @@ declare namespace SecurityHub {
|
|
10778
10778
|
*/
|
10779
10779
|
Type?: StringFilterList;
|
10780
10780
|
/**
|
10781
|
-
*
|
10781
|
+
* A timestamp that indicates when the security findings provider first observed the potential security issue that a finding captured. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
10782
10782
|
*/
|
10783
10783
|
FirstObservedAt?: DateFilterList;
|
10784
10784
|
/**
|
10785
|
-
*
|
10785
|
+
* A timestamp that indicates when the security findings provider most recently observed the potential security issue that a finding captured. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
10786
10786
|
*/
|
10787
10787
|
LastObservedAt?: DateFilterList;
|
10788
10788
|
/**
|
10789
|
-
*
|
10789
|
+
* A timestamp that indicates when the security findings provider created the potential security issue that a finding reflects. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
10790
10790
|
*/
|
10791
10791
|
CreatedAt?: DateFilterList;
|
10792
10792
|
/**
|
10793
|
-
*
|
10793
|
+
* A timestamp that indicates when the security findings provider last updated the finding record. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
10794
10794
|
*/
|
10795
10795
|
UpdatedAt?: DateFilterList;
|
10796
10796
|
/**
|
@@ -10922,11 +10922,11 @@ declare namespace SecurityHub {
|
|
10922
10922
|
*/
|
10923
10923
|
ProcessParentPid?: NumberFilterList;
|
10924
10924
|
/**
|
10925
|
-
* A timestamp that identifies when the process was launched.
|
10925
|
+
* A timestamp that identifies when the process was launched. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
10926
10926
|
*/
|
10927
10927
|
ProcessLaunchedAt?: DateFilterList;
|
10928
10928
|
/**
|
10929
|
-
* A timestamp that identifies when the process was terminated.
|
10929
|
+
* A timestamp that identifies when the process was terminated. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
10930
10930
|
*/
|
10931
10931
|
ProcessTerminatedAt?: DateFilterList;
|
10932
10932
|
/**
|
@@ -11050,7 +11050,7 @@ declare namespace SecurityHub {
|
|
11050
11050
|
*/
|
11051
11051
|
ResourceContainerImageName?: StringFilterList;
|
11052
11052
|
/**
|
11053
|
-
* A timestamp that identifies when the container was started.
|
11053
|
+
* A timestamp that identifies when the container was started. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
11054
11054
|
*/
|
11055
11055
|
ResourceContainerLaunchedAt?: DateFilterList;
|
11056
11056
|
/**
|
@@ -12454,7 +12454,7 @@ declare namespace SecurityHub {
|
|
12454
12454
|
*/
|
12455
12455
|
ImageName?: NonEmptyString;
|
12456
12456
|
/**
|
12457
|
-
* Indicates when the container started.
|
12457
|
+
* Indicates when the container started. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
12458
12458
|
*/
|
12459
12459
|
LaunchedAt?: NonEmptyString;
|
12460
12460
|
/**
|
@@ -12712,11 +12712,11 @@ declare namespace SecurityHub {
|
|
12712
12712
|
}
|
12713
12713
|
export interface DateFilter {
|
12714
12714
|
/**
|
12715
|
-
* A timestamp that provides the start date for the date filter.
|
12715
|
+
* A timestamp that provides the start date for the date filter. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
12716
12716
|
*/
|
12717
12717
|
Start?: NonEmptyString;
|
12718
12718
|
/**
|
12719
|
-
* A timestamp that provides the end date for the date filter.
|
12719
|
+
* A timestamp that provides the end date for the date filter. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
12720
12720
|
*/
|
12721
12721
|
End?: NonEmptyString;
|
12722
12722
|
/**
|
@@ -13103,7 +13103,7 @@ declare namespace SecurityHub {
|
|
13103
13103
|
export interface FindingHistoryRecord {
|
13104
13104
|
FindingIdentifier?: AwsSecurityFindingIdentifier;
|
13105
13105
|
/**
|
13106
|
-
*
|
13106
|
+
* A timestamp that indicates when Security Hub processed the updated finding record. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
13107
13107
|
*/
|
13108
13108
|
UpdateTime?: Timestamp;
|
13109
13109
|
/**
|
@@ -13385,11 +13385,11 @@ declare namespace SecurityHub {
|
|
13385
13385
|
export interface GetFindingHistoryRequest {
|
13386
13386
|
FindingIdentifier: AwsSecurityFindingIdentifier;
|
13387
13387
|
/**
|
13388
|
-
*
|
13388
|
+
* A timestamp that indicates the start time of the requested finding history. If you provide values for both StartTime and EndTime, Security Hub returns finding history for the specified time period. If you provide a value for StartTime but not for EndTime, Security Hub returns finding history from the StartTime to the time at which the API is called. If you provide a value for EndTime but not for StartTime, Security Hub returns finding history from the CreatedAt timestamp of the finding to the EndTime. If you provide neither StartTime nor EndTime, Security Hub returns finding history from the CreatedAt timestamp of the finding to the time at which the API is called. In all of these scenarios, the response is limited to 100 results, and the maximum time period is limited to 90 days. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
13389
13389
|
*/
|
13390
13390
|
StartTime?: Timestamp;
|
13391
13391
|
/**
|
13392
|
-
* An ISO 8601-formatted timestamp that indicates the end time of the requested finding history.
|
13392
|
+
* An ISO 8601-formatted timestamp that indicates the end time of the requested finding history. If you provide values for both StartTime and EndTime, Security Hub returns finding history for the specified time period. If you provide a value for StartTime but not for EndTime, Security Hub returns finding history from the StartTime to the time at which the API is called. If you provide a value for EndTime but not for StartTime, Security Hub returns finding history from the CreatedAt timestamp of the finding to the EndTime. If you provide neither StartTime nor EndTime, Security Hub returns finding history from the CreatedAt timestamp of the finding to the time at which the API is called. In all of these scenarios, the response is limited to 100 results, and the maximum time period is limited to 90 days. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
13393
13393
|
*/
|
13394
13394
|
EndTime?: Timestamp;
|
13395
13395
|
/**
|
@@ -13551,7 +13551,7 @@ declare namespace SecurityHub {
|
|
13551
13551
|
*/
|
13552
13552
|
Name: NonEmptyString;
|
13553
13553
|
/**
|
13554
|
-
* One or more attributes used to filter the findings included in the insight. The insight only includes findings that match the criteria defined in the filters.
|
13554
|
+
* One or more attributes used to filter the findings included in the insight. You can filter by up to ten finding attributes. For each attribute, you can provide up to 20 filter values. The insight only includes findings that match the criteria defined in the filters.
|
13555
13555
|
*/
|
13556
13556
|
Filters: AwsSecurityFindingFilters;
|
13557
13557
|
/**
|
@@ -14140,7 +14140,7 @@ declare namespace SecurityHub {
|
|
14140
14140
|
*/
|
14141
14141
|
UpdatedBy: NonEmptyString;
|
14142
14142
|
/**
|
14143
|
-
*
|
14143
|
+
* A timestamp that indicates when the note was updated. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
14144
14144
|
*/
|
14145
14145
|
UpdatedAt: NonEmptyString;
|
14146
14146
|
}
|
@@ -14318,11 +14318,11 @@ declare namespace SecurityHub {
|
|
14318
14318
|
*/
|
14319
14319
|
InstalledPendingReboot?: Integer;
|
14320
14320
|
/**
|
14321
|
-
* Indicates when the operation started.
|
14321
|
+
* Indicates when the operation started. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
14322
14322
|
*/
|
14323
14323
|
OperationStartTime?: NonEmptyString;
|
14324
14324
|
/**
|
14325
|
-
* Indicates when the operation completed.
|
14325
|
+
* Indicates when the operation completed. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
14326
14326
|
*/
|
14327
14327
|
OperationEndTime?: NonEmptyString;
|
14328
14328
|
/**
|
@@ -14404,11 +14404,11 @@ declare namespace SecurityHub {
|
|
14404
14404
|
*/
|
14405
14405
|
ParentPid?: Integer;
|
14406
14406
|
/**
|
14407
|
-
* Indicates when the process was launched.
|
14407
|
+
* Indicates when the process was launched. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
14408
14408
|
*/
|
14409
14409
|
LaunchedAt?: NonEmptyString;
|
14410
14410
|
/**
|
14411
|
-
* Indicates when the process was terminated.
|
14411
|
+
* Indicates when the process was terminated. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
14412
14412
|
*/
|
14413
14413
|
TerminatedAt?: NonEmptyString;
|
14414
14414
|
}
|
@@ -15936,7 +15936,7 @@ declare namespace SecurityHub {
|
|
15936
15936
|
*/
|
15937
15937
|
Category?: ThreatIntelIndicatorCategory;
|
15938
15938
|
/**
|
15939
|
-
* Indicates when the most recent instance of a threat intelligence indicator was observed.
|
15939
|
+
* Indicates when the most recent instance of a threat intelligence indicator was observed. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
15940
15940
|
*/
|
15941
15941
|
LastObservedAt?: NonEmptyString;
|
15942
15942
|
/**
|
@@ -16389,11 +16389,11 @@ declare namespace SecurityHub {
|
|
16389
16389
|
*/
|
16390
16390
|
VendorSeverity?: NonEmptyString;
|
16391
16391
|
/**
|
16392
|
-
* Indicates when the vulnerability advisory was created.
|
16392
|
+
* Indicates when the vulnerability advisory was created. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
16393
16393
|
*/
|
16394
16394
|
VendorCreatedAt?: NonEmptyString;
|
16395
16395
|
/**
|
16396
|
-
* Indicates when the vulnerability advisory was last updated.
|
16396
|
+
* Indicates when the vulnerability advisory was last updated. This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples: YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z) YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z) YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59) YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759) YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)
|
16397
16397
|
*/
|
16398
16398
|
VendorUpdatedAt?: NonEmptyString;
|
16399
16399
|
}
|