@aws-sdk/client-securityhub 3.716.0 → 3.719.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +45 -982
- package/dist-types/models/models_1.d.ts +50 -938
- package/dist-types/models/models_2.d.ts +36 -481
- package/package.json +1 -1
|
@@ -2032,31 +2032,7 @@ export interface AwsElbLoadBalancerDetails {
|
|
|
2032
2032
|
CanonicalHostedZoneNameID?: string | undefined;
|
|
2033
2033
|
/**
|
|
2034
2034
|
* <p>Indicates when the load balancer was created.</p>
|
|
2035
|
-
* <p>
|
|
2036
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
2037
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
2038
|
-
* <ul>
|
|
2039
|
-
* <li>
|
|
2040
|
-
* <p>
|
|
2041
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
2042
|
-
* </li>
|
|
2043
|
-
* <li>
|
|
2044
|
-
* <p>
|
|
2045
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
2046
|
-
* </li>
|
|
2047
|
-
* <li>
|
|
2048
|
-
* <p>
|
|
2049
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
2050
|
-
* </li>
|
|
2051
|
-
* <li>
|
|
2052
|
-
* <p>
|
|
2053
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
2054
|
-
* </li>
|
|
2055
|
-
* <li>
|
|
2056
|
-
* <p>
|
|
2057
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
2058
|
-
* </li>
|
|
2059
|
-
* </ul>
|
|
2035
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
2060
2036
|
* @public
|
|
2061
2037
|
*/
|
|
2062
2038
|
CreatedTime?: string | undefined;
|
|
@@ -2179,31 +2155,7 @@ export interface AwsElbv2LoadBalancerDetails {
|
|
|
2179
2155
|
CanonicalHostedZoneId?: string | undefined;
|
|
2180
2156
|
/**
|
|
2181
2157
|
* <p>Indicates when the load balancer was created.</p>
|
|
2182
|
-
* <p>
|
|
2183
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
2184
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
2185
|
-
* <ul>
|
|
2186
|
-
* <li>
|
|
2187
|
-
* <p>
|
|
2188
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
2189
|
-
* </li>
|
|
2190
|
-
* <li>
|
|
2191
|
-
* <p>
|
|
2192
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
2193
|
-
* </li>
|
|
2194
|
-
* <li>
|
|
2195
|
-
* <p>
|
|
2196
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
2197
|
-
* </li>
|
|
2198
|
-
* <li>
|
|
2199
|
-
* <p>
|
|
2200
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
2201
|
-
* </li>
|
|
2202
|
-
* <li>
|
|
2203
|
-
* <p>
|
|
2204
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
2205
|
-
* </li>
|
|
2206
|
-
* </ul>
|
|
2158
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
2207
2159
|
* @public
|
|
2208
2160
|
*/
|
|
2209
2161
|
CreatedTime?: string | undefined;
|
|
@@ -2749,31 +2701,7 @@ export interface AwsIamAccessKeySessionContextAttributes {
|
|
|
2749
2701
|
MfaAuthenticated?: boolean | undefined;
|
|
2750
2702
|
/**
|
|
2751
2703
|
* <p>Indicates when the session was created.</p>
|
|
2752
|
-
* <p>
|
|
2753
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
2754
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
2755
|
-
* <ul>
|
|
2756
|
-
* <li>
|
|
2757
|
-
* <p>
|
|
2758
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
2759
|
-
* </li>
|
|
2760
|
-
* <li>
|
|
2761
|
-
* <p>
|
|
2762
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
2763
|
-
* </li>
|
|
2764
|
-
* <li>
|
|
2765
|
-
* <p>
|
|
2766
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
2767
|
-
* </li>
|
|
2768
|
-
* <li>
|
|
2769
|
-
* <p>
|
|
2770
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
2771
|
-
* </li>
|
|
2772
|
-
* <li>
|
|
2773
|
-
* <p>
|
|
2774
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
2775
|
-
* </li>
|
|
2776
|
-
* </ul>
|
|
2704
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
2777
2705
|
* @public
|
|
2778
2706
|
*/
|
|
2779
2707
|
CreationDate?: string | undefined;
|
|
@@ -2860,31 +2788,7 @@ export interface AwsIamAccessKeyDetails {
|
|
|
2860
2788
|
Status?: AwsIamAccessKeyStatus | undefined;
|
|
2861
2789
|
/**
|
|
2862
2790
|
* <p>Indicates when the IAM access key was created.</p>
|
|
2863
|
-
* <p>
|
|
2864
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
2865
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
2866
|
-
* <ul>
|
|
2867
|
-
* <li>
|
|
2868
|
-
* <p>
|
|
2869
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
2870
|
-
* </li>
|
|
2871
|
-
* <li>
|
|
2872
|
-
* <p>
|
|
2873
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
2874
|
-
* </li>
|
|
2875
|
-
* <li>
|
|
2876
|
-
* <p>
|
|
2877
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
2878
|
-
* </li>
|
|
2879
|
-
* <li>
|
|
2880
|
-
* <p>
|
|
2881
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
2882
|
-
* </li>
|
|
2883
|
-
* <li>
|
|
2884
|
-
* <p>
|
|
2885
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
2886
|
-
* </li>
|
|
2887
|
-
* </ul>
|
|
2791
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
2888
2792
|
* @public
|
|
2889
2793
|
*/
|
|
2890
2794
|
CreatedAt?: string | undefined;
|
|
@@ -2958,31 +2862,7 @@ export interface AwsIamGroupDetails {
|
|
|
2958
2862
|
AttachedManagedPolicies?: AwsIamAttachedManagedPolicy[] | undefined;
|
|
2959
2863
|
/**
|
|
2960
2864
|
* <p>Indicates when the IAM group was created.</p>
|
|
2961
|
-
* <p>
|
|
2962
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
2963
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
2964
|
-
* <ul>
|
|
2965
|
-
* <li>
|
|
2966
|
-
* <p>
|
|
2967
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
2968
|
-
* </li>
|
|
2969
|
-
* <li>
|
|
2970
|
-
* <p>
|
|
2971
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
2972
|
-
* </li>
|
|
2973
|
-
* <li>
|
|
2974
|
-
* <p>
|
|
2975
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
2976
|
-
* </li>
|
|
2977
|
-
* <li>
|
|
2978
|
-
* <p>
|
|
2979
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
2980
|
-
* </li>
|
|
2981
|
-
* <li>
|
|
2982
|
-
* <p>
|
|
2983
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
2984
|
-
* </li>
|
|
2985
|
-
* </ul>
|
|
2865
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
2986
2866
|
* @public
|
|
2987
2867
|
*/
|
|
2988
2868
|
CreateDate?: string | undefined;
|
|
@@ -3024,31 +2904,7 @@ export interface AwsIamInstanceProfileRole {
|
|
|
3024
2904
|
AssumeRolePolicyDocument?: string | undefined;
|
|
3025
2905
|
/**
|
|
3026
2906
|
* <p>Indicates when the role was created.</p>
|
|
3027
|
-
* <p>
|
|
3028
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
3029
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
3030
|
-
* <ul>
|
|
3031
|
-
* <li>
|
|
3032
|
-
* <p>
|
|
3033
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
3034
|
-
* </li>
|
|
3035
|
-
* <li>
|
|
3036
|
-
* <p>
|
|
3037
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
3038
|
-
* </li>
|
|
3039
|
-
* <li>
|
|
3040
|
-
* <p>
|
|
3041
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
3042
|
-
* </li>
|
|
3043
|
-
* <li>
|
|
3044
|
-
* <p>
|
|
3045
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
3046
|
-
* </li>
|
|
3047
|
-
* <li>
|
|
3048
|
-
* <p>
|
|
3049
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
3050
|
-
* </li>
|
|
3051
|
-
* </ul>
|
|
2907
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
3052
2908
|
* @public
|
|
3053
2909
|
*/
|
|
3054
2910
|
CreateDate?: string | undefined;
|
|
@@ -3080,31 +2936,7 @@ export interface AwsIamInstanceProfile {
|
|
|
3080
2936
|
Arn?: string | undefined;
|
|
3081
2937
|
/**
|
|
3082
2938
|
* <p>Indicates when the instance profile was created.</p>
|
|
3083
|
-
* <p>
|
|
3084
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
3085
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
3086
|
-
* <ul>
|
|
3087
|
-
* <li>
|
|
3088
|
-
* <p>
|
|
3089
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
3090
|
-
* </li>
|
|
3091
|
-
* <li>
|
|
3092
|
-
* <p>
|
|
3093
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
3094
|
-
* </li>
|
|
3095
|
-
* <li>
|
|
3096
|
-
* <p>
|
|
3097
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
3098
|
-
* </li>
|
|
3099
|
-
* <li>
|
|
3100
|
-
* <p>
|
|
3101
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
3102
|
-
* </li>
|
|
3103
|
-
* <li>
|
|
3104
|
-
* <p>
|
|
3105
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
3106
|
-
* </li>
|
|
3107
|
-
* </ul>
|
|
2939
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
3108
2940
|
* @public
|
|
3109
2941
|
*/
|
|
3110
2942
|
CreateDate?: string | undefined;
|
|
@@ -3163,31 +2995,7 @@ export interface AwsIamPolicyVersion {
|
|
|
3163
2995
|
IsDefaultVersion?: boolean | undefined;
|
|
3164
2996
|
/**
|
|
3165
2997
|
* <p>Indicates when the version was created.</p>
|
|
3166
|
-
* <p>
|
|
3167
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
3168
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
3169
|
-
* <ul>
|
|
3170
|
-
* <li>
|
|
3171
|
-
* <p>
|
|
3172
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
3173
|
-
* </li>
|
|
3174
|
-
* <li>
|
|
3175
|
-
* <p>
|
|
3176
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
3177
|
-
* </li>
|
|
3178
|
-
* <li>
|
|
3179
|
-
* <p>
|
|
3180
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
3181
|
-
* </li>
|
|
3182
|
-
* <li>
|
|
3183
|
-
* <p>
|
|
3184
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
3185
|
-
* </li>
|
|
3186
|
-
* <li>
|
|
3187
|
-
* <p>
|
|
3188
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
3189
|
-
* </li>
|
|
3190
|
-
* </ul>
|
|
2998
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
3191
2999
|
* @public
|
|
3192
3000
|
*/
|
|
3193
3001
|
CreateDate?: string | undefined;
|
|
@@ -3204,31 +3012,7 @@ export interface AwsIamPolicyDetails {
|
|
|
3204
3012
|
AttachmentCount?: number | undefined;
|
|
3205
3013
|
/**
|
|
3206
3014
|
* <p>When the policy was created.</p>
|
|
3207
|
-
* <p>
|
|
3208
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
3209
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
3210
|
-
* <ul>
|
|
3211
|
-
* <li>
|
|
3212
|
-
* <p>
|
|
3213
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
3214
|
-
* </li>
|
|
3215
|
-
* <li>
|
|
3216
|
-
* <p>
|
|
3217
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
3218
|
-
* </li>
|
|
3219
|
-
* <li>
|
|
3220
|
-
* <p>
|
|
3221
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
3222
|
-
* </li>
|
|
3223
|
-
* <li>
|
|
3224
|
-
* <p>
|
|
3225
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
3226
|
-
* </li>
|
|
3227
|
-
* <li>
|
|
3228
|
-
* <p>
|
|
3229
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
3230
|
-
* </li>
|
|
3231
|
-
* </ul>
|
|
3015
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
3232
3016
|
* @public
|
|
3233
3017
|
*/
|
|
3234
3018
|
CreateDate?: string | undefined;
|
|
@@ -3275,31 +3059,7 @@ export interface AwsIamPolicyDetails {
|
|
|
3275
3059
|
PolicyVersionList?: AwsIamPolicyVersion[] | undefined;
|
|
3276
3060
|
/**
|
|
3277
3061
|
* <p>When the policy was most recently updated.</p>
|
|
3278
|
-
* <p>
|
|
3279
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
3280
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
3281
|
-
* <ul>
|
|
3282
|
-
* <li>
|
|
3283
|
-
* <p>
|
|
3284
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
3285
|
-
* </li>
|
|
3286
|
-
* <li>
|
|
3287
|
-
* <p>
|
|
3288
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
3289
|
-
* </li>
|
|
3290
|
-
* <li>
|
|
3291
|
-
* <p>
|
|
3292
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
3293
|
-
* </li>
|
|
3294
|
-
* <li>
|
|
3295
|
-
* <p>
|
|
3296
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
3297
|
-
* </li>
|
|
3298
|
-
* <li>
|
|
3299
|
-
* <p>
|
|
3300
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
3301
|
-
* </li>
|
|
3302
|
-
* </ul>
|
|
3062
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
3303
3063
|
* @public
|
|
3304
3064
|
*/
|
|
3305
3065
|
UpdateDate?: string | undefined;
|
|
@@ -3332,31 +3092,7 @@ export interface AwsIamRoleDetails {
|
|
|
3332
3092
|
AttachedManagedPolicies?: AwsIamAttachedManagedPolicy[] | undefined;
|
|
3333
3093
|
/**
|
|
3334
3094
|
* <p>Indicates when the role was created.</p>
|
|
3335
|
-
* <p>
|
|
3336
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
3337
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
3338
|
-
* <ul>
|
|
3339
|
-
* <li>
|
|
3340
|
-
* <p>
|
|
3341
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
3342
|
-
* </li>
|
|
3343
|
-
* <li>
|
|
3344
|
-
* <p>
|
|
3345
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
3346
|
-
* </li>
|
|
3347
|
-
* <li>
|
|
3348
|
-
* <p>
|
|
3349
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
3350
|
-
* </li>
|
|
3351
|
-
* <li>
|
|
3352
|
-
* <p>
|
|
3353
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
3354
|
-
* </li>
|
|
3355
|
-
* <li>
|
|
3356
|
-
* <p>
|
|
3357
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
3358
|
-
* </li>
|
|
3359
|
-
* </ul>
|
|
3095
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
3360
3096
|
* @public
|
|
3361
3097
|
*/
|
|
3362
3098
|
CreateDate?: string | undefined;
|
|
@@ -3420,31 +3156,7 @@ export interface AwsIamUserDetails {
|
|
|
3420
3156
|
AttachedManagedPolicies?: AwsIamAttachedManagedPolicy[] | undefined;
|
|
3421
3157
|
/**
|
|
3422
3158
|
* <p>Indicates when the user was created.</p>
|
|
3423
|
-
* <p>
|
|
3424
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
3425
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
3426
|
-
* <ul>
|
|
3427
|
-
* <li>
|
|
3428
|
-
* <p>
|
|
3429
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
3430
|
-
* </li>
|
|
3431
|
-
* <li>
|
|
3432
|
-
* <p>
|
|
3433
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
3434
|
-
* </li>
|
|
3435
|
-
* <li>
|
|
3436
|
-
* <p>
|
|
3437
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
3438
|
-
* </li>
|
|
3439
|
-
* <li>
|
|
3440
|
-
* <p>
|
|
3441
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
3442
|
-
* </li>
|
|
3443
|
-
* <li>
|
|
3444
|
-
* <p>
|
|
3445
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
3446
|
-
* </li>
|
|
3447
|
-
* </ul>
|
|
3159
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
3448
3160
|
* @public
|
|
3449
3161
|
*/
|
|
3450
3162
|
CreateDate?: string | undefined;
|
|
@@ -3548,31 +3260,7 @@ export interface AwsKmsKeyDetails {
|
|
|
3548
3260
|
AWSAccountId?: string | undefined;
|
|
3549
3261
|
/**
|
|
3550
3262
|
* <p>Indicates when the KMS key was created.</p>
|
|
3551
|
-
* <p>
|
|
3552
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
3553
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
3554
|
-
* <ul>
|
|
3555
|
-
* <li>
|
|
3556
|
-
* <p>
|
|
3557
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
3558
|
-
* </li>
|
|
3559
|
-
* <li>
|
|
3560
|
-
* <p>
|
|
3561
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
3562
|
-
* </li>
|
|
3563
|
-
* <li>
|
|
3564
|
-
* <p>
|
|
3565
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
3566
|
-
* </li>
|
|
3567
|
-
* <li>
|
|
3568
|
-
* <p>
|
|
3569
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
3570
|
-
* </li>
|
|
3571
|
-
* <li>
|
|
3572
|
-
* <p>
|
|
3573
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
3574
|
-
* </li>
|
|
3575
|
-
* </ul>
|
|
3263
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
3576
3264
|
* @public
|
|
3577
3265
|
*/
|
|
3578
3266
|
CreationDate?: number | undefined;
|
|
@@ -3797,31 +3485,7 @@ export interface AwsLambdaFunctionDetails {
|
|
|
3797
3485
|
KmsKeyArn?: string | undefined;
|
|
3798
3486
|
/**
|
|
3799
3487
|
* <p>Indicates when the function was last updated.</p>
|
|
3800
|
-
* <p>
|
|
3801
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
3802
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
3803
|
-
* <ul>
|
|
3804
|
-
* <li>
|
|
3805
|
-
* <p>
|
|
3806
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
3807
|
-
* </li>
|
|
3808
|
-
* <li>
|
|
3809
|
-
* <p>
|
|
3810
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
3811
|
-
* </li>
|
|
3812
|
-
* <li>
|
|
3813
|
-
* <p>
|
|
3814
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
3815
|
-
* </li>
|
|
3816
|
-
* <li>
|
|
3817
|
-
* <p>
|
|
3818
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
3819
|
-
* </li>
|
|
3820
|
-
* <li>
|
|
3821
|
-
* <p>
|
|
3822
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
3823
|
-
* </li>
|
|
3824
|
-
* </ul>
|
|
3488
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
3825
3489
|
* @public
|
|
3826
3490
|
*/
|
|
3827
3491
|
LastModified?: string | undefined;
|
|
@@ -3909,31 +3573,7 @@ export interface AwsLambdaLayerVersionDetails {
|
|
|
3909
3573
|
CompatibleRuntimes?: string[] | undefined;
|
|
3910
3574
|
/**
|
|
3911
3575
|
* <p>Indicates when the version was created.</p>
|
|
3912
|
-
* <p>
|
|
3913
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
3914
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
3915
|
-
* <ul>
|
|
3916
|
-
* <li>
|
|
3917
|
-
* <p>
|
|
3918
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
3919
|
-
* </li>
|
|
3920
|
-
* <li>
|
|
3921
|
-
* <p>
|
|
3922
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
3923
|
-
* </li>
|
|
3924
|
-
* <li>
|
|
3925
|
-
* <p>
|
|
3926
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
3927
|
-
* </li>
|
|
3928
|
-
* <li>
|
|
3929
|
-
* <p>
|
|
3930
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
3931
|
-
* </li>
|
|
3932
|
-
* <li>
|
|
3933
|
-
* <p>
|
|
3934
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
3935
|
-
* </li>
|
|
3936
|
-
* </ul>
|
|
3576
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
3937
3577
|
* @public
|
|
3938
3578
|
*/
|
|
3939
3579
|
CreatedDate?: string | undefined;
|
|
@@ -5407,31 +5047,7 @@ export interface AwsRdsDbClusterDetails {
|
|
|
5407
5047
|
AssociatedRoles?: AwsRdsDbClusterAssociatedRole[] | undefined;
|
|
5408
5048
|
/**
|
|
5409
5049
|
* <p>Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).</p>
|
|
5410
|
-
* <p>
|
|
5411
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
5412
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
5413
|
-
* <ul>
|
|
5414
|
-
* <li>
|
|
5415
|
-
* <p>
|
|
5416
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
5417
|
-
* </li>
|
|
5418
|
-
* <li>
|
|
5419
|
-
* <p>
|
|
5420
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
5421
|
-
* </li>
|
|
5422
|
-
* <li>
|
|
5423
|
-
* <p>
|
|
5424
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
5425
|
-
* </li>
|
|
5426
|
-
* <li>
|
|
5427
|
-
* <p>
|
|
5428
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
5429
|
-
* </li>
|
|
5430
|
-
* <li>
|
|
5431
|
-
* <p>
|
|
5432
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
5433
|
-
* </li>
|
|
5434
|
-
* </ul>
|
|
5050
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
5435
5051
|
* @public
|
|
5436
5052
|
*/
|
|
5437
5053
|
ClusterCreateTime?: string | undefined;
|
|
@@ -5604,31 +5220,7 @@ export interface AwsRdsDbClusterSnapshotDetails {
|
|
|
5604
5220
|
AvailabilityZones?: string[] | undefined;
|
|
5605
5221
|
/**
|
|
5606
5222
|
* <p>Indicates when the snapshot was taken.</p>
|
|
5607
|
-
* <p>
|
|
5608
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
5609
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
5610
|
-
* <ul>
|
|
5611
|
-
* <li>
|
|
5612
|
-
* <p>
|
|
5613
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
5614
|
-
* </li>
|
|
5615
|
-
* <li>
|
|
5616
|
-
* <p>
|
|
5617
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
5618
|
-
* </li>
|
|
5619
|
-
* <li>
|
|
5620
|
-
* <p>
|
|
5621
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
5622
|
-
* </li>
|
|
5623
|
-
* <li>
|
|
5624
|
-
* <p>
|
|
5625
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
5626
|
-
* </li>
|
|
5627
|
-
* <li>
|
|
5628
|
-
* <p>
|
|
5629
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
5630
|
-
* </li>
|
|
5631
|
-
* </ul>
|
|
5223
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
5632
5224
|
* @public
|
|
5633
5225
|
*/
|
|
5634
5226
|
SnapshotCreateTime?: string | undefined;
|
|
@@ -5659,31 +5251,7 @@ export interface AwsRdsDbClusterSnapshotDetails {
|
|
|
5659
5251
|
VpcId?: string | undefined;
|
|
5660
5252
|
/**
|
|
5661
5253
|
* <p>Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).</p>
|
|
5662
|
-
* <p>
|
|
5663
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
5664
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
5665
|
-
* <ul>
|
|
5666
|
-
* <li>
|
|
5667
|
-
* <p>
|
|
5668
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
5669
|
-
* </li>
|
|
5670
|
-
* <li>
|
|
5671
|
-
* <p>
|
|
5672
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
5673
|
-
* </li>
|
|
5674
|
-
* <li>
|
|
5675
|
-
* <p>
|
|
5676
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
5677
|
-
* </li>
|
|
5678
|
-
* <li>
|
|
5679
|
-
* <p>
|
|
5680
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
5681
|
-
* </li>
|
|
5682
|
-
* <li>
|
|
5683
|
-
* <p>
|
|
5684
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
5685
|
-
* </li>
|
|
5686
|
-
* </ul>
|
|
5254
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
5687
5255
|
* @public
|
|
5688
5256
|
*/
|
|
5689
5257
|
ClusterCreateTime?: string | undefined;
|
|
@@ -6150,31 +5718,7 @@ export interface AwsRdsDbInstanceDetails {
|
|
|
6150
5718
|
IAMDatabaseAuthenticationEnabled?: boolean | undefined;
|
|
6151
5719
|
/**
|
|
6152
5720
|
* <p>Indicates when the DB instance was created.</p>
|
|
6153
|
-
* <p>
|
|
6154
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
6155
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
6156
|
-
* <ul>
|
|
6157
|
-
* <li>
|
|
6158
|
-
* <p>
|
|
6159
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
6160
|
-
* </li>
|
|
6161
|
-
* <li>
|
|
6162
|
-
* <p>
|
|
6163
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
6164
|
-
* </li>
|
|
6165
|
-
* <li>
|
|
6166
|
-
* <p>
|
|
6167
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
6168
|
-
* </li>
|
|
6169
|
-
* <li>
|
|
6170
|
-
* <p>
|
|
6171
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
6172
|
-
* </li>
|
|
6173
|
-
* <li>
|
|
6174
|
-
* <p>
|
|
6175
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
6176
|
-
* </li>
|
|
6177
|
-
* </ul>
|
|
5721
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
6178
5722
|
* @public
|
|
6179
5723
|
*/
|
|
6180
5724
|
InstanceCreateTime?: string | undefined;
|
|
@@ -6285,31 +5829,7 @@ export interface AwsRdsDbInstanceDetails {
|
|
|
6285
5829
|
/**
|
|
6286
5830
|
* <p>Specifies the latest time to which a database can be restored with point-in-time
|
|
6287
5831
|
* restore.</p>
|
|
6288
|
-
* <p>
|
|
6289
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
6290
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
6291
|
-
* <ul>
|
|
6292
|
-
* <li>
|
|
6293
|
-
* <p>
|
|
6294
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
6295
|
-
* </li>
|
|
6296
|
-
* <li>
|
|
6297
|
-
* <p>
|
|
6298
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
6299
|
-
* </li>
|
|
6300
|
-
* <li>
|
|
6301
|
-
* <p>
|
|
6302
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
6303
|
-
* </li>
|
|
6304
|
-
* <li>
|
|
6305
|
-
* <p>
|
|
6306
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
6307
|
-
* </li>
|
|
6308
|
-
* <li>
|
|
6309
|
-
* <p>
|
|
6310
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
6311
|
-
* </li>
|
|
6312
|
-
* </ul>
|
|
5832
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
6313
5833
|
* @public
|
|
6314
5834
|
*/
|
|
6315
5835
|
LatestRestorableTime?: string | undefined;
|
|
@@ -6811,31 +6331,7 @@ export interface AwsRdsEventSubscriptionDetails {
|
|
|
6811
6331
|
Status?: string | undefined;
|
|
6812
6332
|
/**
|
|
6813
6333
|
* <p>The datetime when the event notification subscription was created.</p>
|
|
6814
|
-
* <p>
|
|
6815
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
6816
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
6817
|
-
* <ul>
|
|
6818
|
-
* <li>
|
|
6819
|
-
* <p>
|
|
6820
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
6821
|
-
* </li>
|
|
6822
|
-
* <li>
|
|
6823
|
-
* <p>
|
|
6824
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
6825
|
-
* </li>
|
|
6826
|
-
* <li>
|
|
6827
|
-
* <p>
|
|
6828
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
6829
|
-
* </li>
|
|
6830
|
-
* <li>
|
|
6831
|
-
* <p>
|
|
6832
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
6833
|
-
* </li>
|
|
6834
|
-
* <li>
|
|
6835
|
-
* <p>
|
|
6836
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
6837
|
-
* </li>
|
|
6838
|
-
* </ul>
|
|
6334
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
6839
6335
|
* @public
|
|
6840
6336
|
*/
|
|
6841
6337
|
SubscriptionCreationTime?: string | undefined;
|
|
@@ -6967,31 +6463,7 @@ export interface AwsRedshiftClusterClusterSnapshotCopyStatus {
|
|
|
6967
6463
|
export interface AwsRedshiftClusterDeferredMaintenanceWindow {
|
|
6968
6464
|
/**
|
|
6969
6465
|
* <p>The end of the time window for which maintenance was deferred.</p>
|
|
6970
|
-
* <p>
|
|
6971
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
6972
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
6973
|
-
* <ul>
|
|
6974
|
-
* <li>
|
|
6975
|
-
* <p>
|
|
6976
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
6977
|
-
* </li>
|
|
6978
|
-
* <li>
|
|
6979
|
-
* <p>
|
|
6980
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
6981
|
-
* </li>
|
|
6982
|
-
* <li>
|
|
6983
|
-
* <p>
|
|
6984
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
6985
|
-
* </li>
|
|
6986
|
-
* <li>
|
|
6987
|
-
* <p>
|
|
6988
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
6989
|
-
* </li>
|
|
6990
|
-
* <li>
|
|
6991
|
-
* <p>
|
|
6992
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
6993
|
-
* </li>
|
|
6994
|
-
* </ul>
|
|
6466
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
6995
6467
|
* @public
|
|
6996
6468
|
*/
|
|
6997
6469
|
DeferMaintenanceEndTime?: string | undefined;
|
|
@@ -7002,31 +6474,7 @@ export interface AwsRedshiftClusterDeferredMaintenanceWindow {
|
|
|
7002
6474
|
DeferMaintenanceIdentifier?: string | undefined;
|
|
7003
6475
|
/**
|
|
7004
6476
|
* <p>The start of the time window for which maintenance was deferred.</p>
|
|
7005
|
-
* <p>
|
|
7006
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
7007
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
7008
|
-
* <ul>
|
|
7009
|
-
* <li>
|
|
7010
|
-
* <p>
|
|
7011
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
7012
|
-
* </li>
|
|
7013
|
-
* <li>
|
|
7014
|
-
* <p>
|
|
7015
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
7016
|
-
* </li>
|
|
7017
|
-
* <li>
|
|
7018
|
-
* <p>
|
|
7019
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
7020
|
-
* </li>
|
|
7021
|
-
* <li>
|
|
7022
|
-
* <p>
|
|
7023
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
7024
|
-
* </li>
|
|
7025
|
-
* <li>
|
|
7026
|
-
* <p>
|
|
7027
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
7028
|
-
* </li>
|
|
7029
|
-
* </ul>
|
|
6477
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
7030
6478
|
* @public
|
|
7031
6479
|
*/
|
|
7032
6480
|
DeferMaintenanceStartTime?: string | undefined;
|
|
@@ -7127,61 +6575,13 @@ export interface AwsRedshiftClusterLoggingStatus {
|
|
|
7127
6575
|
LastFailureMessage?: string | undefined;
|
|
7128
6576
|
/**
|
|
7129
6577
|
* <p>The last time when logs failed to be delivered.</p>
|
|
7130
|
-
* <p>
|
|
7131
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
7132
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
7133
|
-
* <ul>
|
|
7134
|
-
* <li>
|
|
7135
|
-
* <p>
|
|
7136
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
7137
|
-
* </li>
|
|
7138
|
-
* <li>
|
|
7139
|
-
* <p>
|
|
7140
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
7141
|
-
* </li>
|
|
7142
|
-
* <li>
|
|
7143
|
-
* <p>
|
|
7144
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
7145
|
-
* </li>
|
|
7146
|
-
* <li>
|
|
7147
|
-
* <p>
|
|
7148
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
7149
|
-
* </li>
|
|
7150
|
-
* <li>
|
|
7151
|
-
* <p>
|
|
7152
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
7153
|
-
* </li>
|
|
7154
|
-
* </ul>
|
|
6578
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
7155
6579
|
* @public
|
|
7156
6580
|
*/
|
|
7157
6581
|
LastFailureTime?: string | undefined;
|
|
7158
6582
|
/**
|
|
7159
6583
|
* <p>The last time that logs were delivered successfully.</p>
|
|
7160
|
-
* <p>
|
|
7161
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
7162
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
7163
|
-
* <ul>
|
|
7164
|
-
* <li>
|
|
7165
|
-
* <p>
|
|
7166
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
7167
|
-
* </li>
|
|
7168
|
-
* <li>
|
|
7169
|
-
* <p>
|
|
7170
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
7171
|
-
* </li>
|
|
7172
|
-
* <li>
|
|
7173
|
-
* <p>
|
|
7174
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
7175
|
-
* </li>
|
|
7176
|
-
* <li>
|
|
7177
|
-
* <p>
|
|
7178
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
7179
|
-
* </li>
|
|
7180
|
-
* <li>
|
|
7181
|
-
* <p>
|
|
7182
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
7183
|
-
* </li>
|
|
7184
|
-
* </ul>
|
|
6584
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
7185
6585
|
* @public
|
|
7186
6586
|
*/
|
|
7187
6587
|
LastSuccessfulDeliveryTime?: string | undefined;
|
|
@@ -7394,31 +6794,7 @@ export interface AwsRedshiftClusterDetails {
|
|
|
7394
6794
|
ClusterAvailabilityStatus?: string | undefined;
|
|
7395
6795
|
/**
|
|
7396
6796
|
* <p>Indicates when the cluster was created.</p>
|
|
7397
|
-
* <p>
|
|
7398
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
7399
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
7400
|
-
* <ul>
|
|
7401
|
-
* <li>
|
|
7402
|
-
* <p>
|
|
7403
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
7404
|
-
* </li>
|
|
7405
|
-
* <li>
|
|
7406
|
-
* <p>
|
|
7407
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
7408
|
-
* </li>
|
|
7409
|
-
* <li>
|
|
7410
|
-
* <p>
|
|
7411
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
7412
|
-
* </li>
|
|
7413
|
-
* <li>
|
|
7414
|
-
* <p>
|
|
7415
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
7416
|
-
* </li>
|
|
7417
|
-
* <li>
|
|
7418
|
-
* <p>
|
|
7419
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
7420
|
-
* </li>
|
|
7421
|
-
* </ul>
|
|
6797
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
7422
6798
|
* @public
|
|
7423
6799
|
*/
|
|
7424
6800
|
ClusterCreateTime?: string | undefined;
|
|
@@ -7526,31 +6902,7 @@ export interface AwsRedshiftClusterDetails {
|
|
|
7526
6902
|
/**
|
|
7527
6903
|
* <p>Indicates when the next snapshot is expected to be taken. The cluster must have a valid
|
|
7528
6904
|
* snapshot schedule and have backups enabled.</p>
|
|
7529
|
-
* <p>
|
|
7530
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
7531
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
7532
|
-
* <ul>
|
|
7533
|
-
* <li>
|
|
7534
|
-
* <p>
|
|
7535
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
7536
|
-
* </li>
|
|
7537
|
-
* <li>
|
|
7538
|
-
* <p>
|
|
7539
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
7540
|
-
* </li>
|
|
7541
|
-
* <li>
|
|
7542
|
-
* <p>
|
|
7543
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
7544
|
-
* </li>
|
|
7545
|
-
* <li>
|
|
7546
|
-
* <p>
|
|
7547
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
7548
|
-
* </li>
|
|
7549
|
-
* <li>
|
|
7550
|
-
* <p>
|
|
7551
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
7552
|
-
* </li>
|
|
7553
|
-
* </ul>
|
|
6905
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
7554
6906
|
* @public
|
|
7555
6907
|
*/
|
|
7556
6908
|
ExpectedNextSnapshotScheduleTime?: string | undefined;
|
|
@@ -7600,31 +6952,7 @@ export interface AwsRedshiftClusterDetails {
|
|
|
7600
6952
|
MasterUsername?: string | undefined;
|
|
7601
6953
|
/**
|
|
7602
6954
|
* <p>Indicates the start of the next maintenance window.</p>
|
|
7603
|
-
* <p>
|
|
7604
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
7605
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
7606
|
-
* <ul>
|
|
7607
|
-
* <li>
|
|
7608
|
-
* <p>
|
|
7609
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
7610
|
-
* </li>
|
|
7611
|
-
* <li>
|
|
7612
|
-
* <p>
|
|
7613
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
7614
|
-
* </li>
|
|
7615
|
-
* <li>
|
|
7616
|
-
* <p>
|
|
7617
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
7618
|
-
* </li>
|
|
7619
|
-
* <li>
|
|
7620
|
-
* <p>
|
|
7621
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
7622
|
-
* </li>
|
|
7623
|
-
* <li>
|
|
7624
|
-
* <p>
|
|
7625
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
7626
|
-
* </li>
|
|
7627
|
-
* </ul>
|
|
6955
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
7628
6956
|
* @public
|
|
7629
6957
|
*/
|
|
7630
6958
|
NextMaintenanceWindowStartTime?: string | undefined;
|
|
@@ -8072,31 +7400,7 @@ export interface AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTr
|
|
|
8072
7400
|
export interface AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails {
|
|
8073
7401
|
/**
|
|
8074
7402
|
* <p>A date on which to transition objects to the specified storage class. If you provide <code>Date</code>, you cannot provide <code>Days</code>.</p>
|
|
8075
|
-
* <p>
|
|
8076
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
8077
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
8078
|
-
* <ul>
|
|
8079
|
-
* <li>
|
|
8080
|
-
* <p>
|
|
8081
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
8082
|
-
* </li>
|
|
8083
|
-
* <li>
|
|
8084
|
-
* <p>
|
|
8085
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
8086
|
-
* </li>
|
|
8087
|
-
* <li>
|
|
8088
|
-
* <p>
|
|
8089
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
8090
|
-
* </li>
|
|
8091
|
-
* <li>
|
|
8092
|
-
* <p>
|
|
8093
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
8094
|
-
* </li>
|
|
8095
|
-
* <li>
|
|
8096
|
-
* <p>
|
|
8097
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
8098
|
-
* </li>
|
|
8099
|
-
* </ul>
|
|
7403
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
8100
7404
|
* @public
|
|
8101
7405
|
*/
|
|
8102
7406
|
Date?: string | undefined;
|
|
@@ -8151,31 +7455,7 @@ export interface AwsS3BucketBucketLifecycleConfigurationRulesDetails {
|
|
|
8151
7455
|
AbortIncompleteMultipartUpload?: AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails | undefined;
|
|
8152
7456
|
/**
|
|
8153
7457
|
* <p>The date when objects are moved or deleted.</p>
|
|
8154
|
-
* <p>
|
|
8155
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
8156
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
8157
|
-
* <ul>
|
|
8158
|
-
* <li>
|
|
8159
|
-
* <p>
|
|
8160
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
8161
|
-
* </li>
|
|
8162
|
-
* <li>
|
|
8163
|
-
* <p>
|
|
8164
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
8165
|
-
* </li>
|
|
8166
|
-
* <li>
|
|
8167
|
-
* <p>
|
|
8168
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
8169
|
-
* </li>
|
|
8170
|
-
* <li>
|
|
8171
|
-
* <p>
|
|
8172
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
8173
|
-
* </li>
|
|
8174
|
-
* <li>
|
|
8175
|
-
* <p>
|
|
8176
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
8177
|
-
* </li>
|
|
8178
|
-
* </ul>
|
|
7458
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
8179
7459
|
* @public
|
|
8180
7460
|
*/
|
|
8181
7461
|
ExpirationDate?: string | undefined;
|
|
@@ -8625,31 +7905,7 @@ export interface AwsS3BucketDetails {
|
|
|
8625
7905
|
OwnerAccountId?: string | undefined;
|
|
8626
7906
|
/**
|
|
8627
7907
|
* <p>Indicates when the S3 bucket was created.</p>
|
|
8628
|
-
* <p>
|
|
8629
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
8630
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
8631
|
-
* <ul>
|
|
8632
|
-
* <li>
|
|
8633
|
-
* <p>
|
|
8634
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
8635
|
-
* </li>
|
|
8636
|
-
* <li>
|
|
8637
|
-
* <p>
|
|
8638
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
8639
|
-
* </li>
|
|
8640
|
-
* <li>
|
|
8641
|
-
* <p>
|
|
8642
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
8643
|
-
* </li>
|
|
8644
|
-
* <li>
|
|
8645
|
-
* <p>
|
|
8646
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
8647
|
-
* </li>
|
|
8648
|
-
* <li>
|
|
8649
|
-
* <p>
|
|
8650
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
8651
|
-
* </li>
|
|
8652
|
-
* </ul>
|
|
7908
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
8653
7909
|
* @public
|
|
8654
7910
|
*/
|
|
8655
7911
|
CreatedAt?: string | undefined;
|
|
@@ -8715,31 +7971,7 @@ export interface AwsS3BucketDetails {
|
|
|
8715
7971
|
export interface AwsS3ObjectDetails {
|
|
8716
7972
|
/**
|
|
8717
7973
|
* <p>Indicates when the object was last modified.</p>
|
|
8718
|
-
* <p>
|
|
8719
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
8720
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
8721
|
-
* <ul>
|
|
8722
|
-
* <li>
|
|
8723
|
-
* <p>
|
|
8724
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
8725
|
-
* </li>
|
|
8726
|
-
* <li>
|
|
8727
|
-
* <p>
|
|
8728
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
8729
|
-
* </li>
|
|
8730
|
-
* <li>
|
|
8731
|
-
* <p>
|
|
8732
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
8733
|
-
* </li>
|
|
8734
|
-
* <li>
|
|
8735
|
-
* <p>
|
|
8736
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
8737
|
-
* </li>
|
|
8738
|
-
* <li>
|
|
8739
|
-
* <p>
|
|
8740
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
8741
|
-
* </li>
|
|
8742
|
-
* </ul>
|
|
7974
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
8743
7975
|
* @public
|
|
8744
7976
|
*/
|
|
8745
7977
|
LastModified?: string | undefined;
|
|
@@ -8788,7 +8020,7 @@ export interface AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
|
|
|
8788
8020
|
}
|
|
8789
8021
|
/**
|
|
8790
8022
|
* <p>
|
|
8791
|
-
* Provides details about an Amazon SageMaker notebook instance.
|
|
8023
|
+
* Provides details about an Amazon SageMaker AI notebook instance.
|
|
8792
8024
|
* </p>
|
|
8793
8025
|
* @public
|
|
8794
8026
|
*/
|
|
@@ -8803,7 +8035,7 @@ export interface AwsSageMakerNotebookInstanceDetails {
|
|
|
8803
8035
|
/**
|
|
8804
8036
|
* <p>
|
|
8805
8037
|
* An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">CodeCommit</a> or in any other Git repository.
|
|
8806
|
-
* These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git repositories with SageMaker notebook instances</a> in the <i>Amazon SageMaker Developer Guide</i>.
|
|
8038
|
+
* These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git repositories with SageMaker AI notebook instances</a> in the <i>Amazon SageMaker AI Developer Guide</i>.
|
|
8807
8039
|
* </p>
|
|
8808
8040
|
* @public
|
|
8809
8041
|
*/
|
|
@@ -8811,14 +8043,14 @@ export interface AwsSageMakerNotebookInstanceDetails {
|
|
|
8811
8043
|
/**
|
|
8812
8044
|
* <p>
|
|
8813
8045
|
* The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">CodeCommit</a> or in any other Git repository.
|
|
8814
|
-
* When you open a notebook instance, it opens in the directory that contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git repositories with SageMaker notebook instances</a> in the <i>Amazon SageMaker Developer Guide</i>.
|
|
8046
|
+
* When you open a notebook instance, it opens in the directory that contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git repositories with SageMaker AI notebook instances</a> in the <i>Amazon SageMaker AI Developer Guide</i>.
|
|
8815
8047
|
* </p>
|
|
8816
8048
|
* @public
|
|
8817
8049
|
*/
|
|
8818
8050
|
DefaultCodeRepository?: string | undefined;
|
|
8819
8051
|
/**
|
|
8820
8052
|
* <p>
|
|
8821
|
-
* Sets whether SageMaker provides internet access to the notebook instance. If you set this to <code>Disabled</code>, this notebook instance is able to access resources only in your VPC, and is not be able to connect to SageMaker training and endpoint services unless you configure a Network Address Translation (NAT) Gateway in your VPC.
|
|
8053
|
+
* Sets whether SageMaker AI provides internet access to the notebook instance. If you set this to <code>Disabled</code>, this notebook instance is able to access resources only in your VPC, and is not be able to connect to SageMaker AI training and endpoint services unless you configure a Network Address Translation (NAT) Gateway in your VPC.
|
|
8822
8054
|
* </p>
|
|
8823
8055
|
* @public
|
|
8824
8056
|
*/
|
|
@@ -8846,7 +8078,7 @@ export interface AwsSageMakerNotebookInstanceDetails {
|
|
|
8846
8078
|
InstanceType?: string | undefined;
|
|
8847
8079
|
/**
|
|
8848
8080
|
* <p>
|
|
8849
|
-
* The Amazon Resource Name (ARN) of an Key Management Service (KMS) key that SageMaker uses to encrypt data on the storage volume attached to your notebook instance. The KMS key you provide must be enabled. For information, see
|
|
8081
|
+
* The Amazon Resource Name (ARN) of an Key Management Service (KMS) key that SageMaker AI uses to encrypt data on the storage volume attached to your notebook instance. The KMS key you provide must be enabled. For information, see
|
|
8850
8082
|
* <a href="https://docs.aws.amazon.com/kms/latest/developerguide/enabling-keys.html">Enabling and disabling keys</a> in the <i>Key Management Service Developer Guide</i>.
|
|
8851
8083
|
* </p>
|
|
8852
8084
|
* @public
|
|
@@ -8854,7 +8086,7 @@ export interface AwsSageMakerNotebookInstanceDetails {
|
|
|
8854
8086
|
KmsKeyId?: string | undefined;
|
|
8855
8087
|
/**
|
|
8856
8088
|
* <p>
|
|
8857
|
-
* The network interface ID that SageMaker created when the instance was created.
|
|
8089
|
+
* The network interface ID that SageMaker AI created when the instance was created.
|
|
8858
8090
|
* </p>
|
|
8859
8091
|
* @public
|
|
8860
8092
|
*/
|
|
@@ -9131,7 +8363,7 @@ export interface Compliance {
|
|
|
9131
8363
|
* Contains information about the Autonomous System (AS) of the network
|
|
9132
8364
|
* endpoints involved in an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack
|
|
9133
8365
|
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you
|
|
9134
|
-
* must have GuardDuty
|
|
8366
|
+
* must have GuardDuty enabled. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html">GuardDuty Extended Threat Detection </a> in the <i>Amazon GuardDuty User Guide</i>.
|
|
9135
8367
|
* </p>
|
|
9136
8368
|
* @public
|
|
9137
8369
|
*/
|
|
@@ -9167,7 +8399,7 @@ export type ConnectionDirection = (typeof ConnectionDirection)[keyof typeof Conn
|
|
|
9167
8399
|
* <p>
|
|
9168
8400
|
* Contains information about the network connection involved in an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack
|
|
9169
8401
|
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you
|
|
9170
|
-
* must have GuardDuty
|
|
8402
|
+
* must have GuardDuty enabled. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html">GuardDuty Extended Threat Detection </a> in the <i>Amazon GuardDuty User Guide</i>.
|
|
9171
8403
|
* </p>
|
|
9172
8404
|
* @public
|
|
9173
8405
|
*/
|
|
@@ -9185,7 +8417,7 @@ export interface NetworkConnection {
|
|
|
9185
8417
|
* Contains information about the location of a network endpoint involved in an Amazon GuardDuty Extended Threat Detection attack sequence.
|
|
9186
8418
|
* GuardDuty generates an attack
|
|
9187
8419
|
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you
|
|
9188
|
-
* must have GuardDuty
|
|
8420
|
+
* must have GuardDuty enabled. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html">GuardDuty Extended Threat Detection </a> in the <i>Amazon GuardDuty User Guide</i>.
|
|
9189
8421
|
* </p>
|
|
9190
8422
|
* @public
|
|
9191
8423
|
*/
|
|
@@ -9223,7 +8455,7 @@ export interface NetworkGeoLocation {
|
|
|
9223
8455
|
* <p>
|
|
9224
8456
|
* Contains information about network endpoints involved in an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack
|
|
9225
8457
|
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you
|
|
9226
|
-
* must have GuardDuty
|
|
8458
|
+
* must have GuardDuty enabled. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html">GuardDuty Extended Threat Detection </a> in the <i>Amazon GuardDuty User Guide</i>.
|
|
9227
8459
|
* </p>
|
|
9228
8460
|
* <p>This field can provide information about the network endpoints associated with the resource in the attack sequence finding,
|
|
9229
8461
|
* or about a specific network endpoint used for the attack.</p>
|
|
@@ -9437,7 +8669,7 @@ export interface Signal {
|
|
|
9437
8669
|
LastSeenAt?: number | undefined;
|
|
9438
8670
|
/**
|
|
9439
8671
|
* <p>The severity associated with the signal. For more information about severity, see
|
|
9440
|
-
* <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings-severity.html">
|
|
8672
|
+
* <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings-severity.html">Severity levels for GuardDuty findings</a>
|
|
9441
8673
|
* in the <i>Amazon GuardDuty User Guide</i>.</p>
|
|
9442
8674
|
* @public
|
|
9443
8675
|
*/
|
|
@@ -9466,7 +8698,7 @@ export interface Signal {
|
|
|
9466
8698
|
* <p>
|
|
9467
8699
|
* Contains information about an Amazon GuardDuty Extended Threat Detection attack sequence finding. GuardDuty generates an attack
|
|
9468
8700
|
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you
|
|
9469
|
-
* must have GuardDuty
|
|
8701
|
+
* must have GuardDuty enabled. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html">GuardDuty Extended Threat Detection </a> in the <i>Amazon GuardDuty User Guide</i>.
|
|
9470
8702
|
* </p>
|
|
9471
8703
|
* @public
|
|
9472
8704
|
*/
|
|
@@ -9512,7 +8744,7 @@ export interface Sequence {
|
|
|
9512
8744
|
* <p>
|
|
9513
8745
|
* A top-level object field that provides details about an Amazon GuardDuty Extended Threat Detection attack sequence. GuardDuty generates an attack
|
|
9514
8746
|
* sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you
|
|
9515
|
-
* must have GuardDuty
|
|
8747
|
+
* must have GuardDuty enabled. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-extended-threat-detection.html">GuardDuty Extended Threat Detection </a> in the <i>Amazon GuardDuty User Guide</i>.</p>
|
|
9516
8748
|
* @public
|
|
9517
8749
|
*/
|
|
9518
8750
|
export interface Detection {
|
|
@@ -9946,31 +9178,7 @@ export interface Note {
|
|
|
9946
9178
|
UpdatedBy: string | undefined;
|
|
9947
9179
|
/**
|
|
9948
9180
|
* <p>A timestamp that indicates when the note was updated.</p>
|
|
9949
|
-
* <p>
|
|
9950
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
9951
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
9952
|
-
* <ul>
|
|
9953
|
-
* <li>
|
|
9954
|
-
* <p>
|
|
9955
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
9956
|
-
* </li>
|
|
9957
|
-
* <li>
|
|
9958
|
-
* <p>
|
|
9959
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
9960
|
-
* </li>
|
|
9961
|
-
* <li>
|
|
9962
|
-
* <p>
|
|
9963
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
9964
|
-
* </li>
|
|
9965
|
-
* <li>
|
|
9966
|
-
* <p>
|
|
9967
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
9968
|
-
* </li>
|
|
9969
|
-
* <li>
|
|
9970
|
-
* <p>
|
|
9971
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
9972
|
-
* </li>
|
|
9973
|
-
* </ul>
|
|
9181
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
9974
9182
|
* @public
|
|
9975
9183
|
*/
|
|
9976
9184
|
UpdatedAt: string | undefined;
|
|
@@ -10030,61 +9238,13 @@ export interface PatchSummary {
|
|
|
10030
9238
|
InstalledPendingReboot?: number | undefined;
|
|
10031
9239
|
/**
|
|
10032
9240
|
* <p>Indicates when the operation started.</p>
|
|
10033
|
-
* <p>
|
|
10034
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
10035
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
10036
|
-
* <ul>
|
|
10037
|
-
* <li>
|
|
10038
|
-
* <p>
|
|
10039
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
10040
|
-
* </li>
|
|
10041
|
-
* <li>
|
|
10042
|
-
* <p>
|
|
10043
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
10044
|
-
* </li>
|
|
10045
|
-
* <li>
|
|
10046
|
-
* <p>
|
|
10047
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
10048
|
-
* </li>
|
|
10049
|
-
* <li>
|
|
10050
|
-
* <p>
|
|
10051
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
10052
|
-
* </li>
|
|
10053
|
-
* <li>
|
|
10054
|
-
* <p>
|
|
10055
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
10056
|
-
* </li>
|
|
10057
|
-
* </ul>
|
|
9241
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
10058
9242
|
* @public
|
|
10059
9243
|
*/
|
|
10060
9244
|
OperationStartTime?: string | undefined;
|
|
10061
9245
|
/**
|
|
10062
9246
|
* <p>Indicates when the operation completed.</p>
|
|
10063
|
-
* <p>
|
|
10064
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
10065
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
10066
|
-
* <ul>
|
|
10067
|
-
* <li>
|
|
10068
|
-
* <p>
|
|
10069
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
10070
|
-
* </li>
|
|
10071
|
-
* <li>
|
|
10072
|
-
* <p>
|
|
10073
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
10074
|
-
* </li>
|
|
10075
|
-
* <li>
|
|
10076
|
-
* <p>
|
|
10077
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
10078
|
-
* </li>
|
|
10079
|
-
* <li>
|
|
10080
|
-
* <p>
|
|
10081
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
10082
|
-
* </li>
|
|
10083
|
-
* <li>
|
|
10084
|
-
* <p>
|
|
10085
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
10086
|
-
* </li>
|
|
10087
|
-
* </ul>
|
|
9247
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
10088
9248
|
* @public
|
|
10089
9249
|
*/
|
|
10090
9250
|
OperationEndTime?: string | undefined;
|
|
@@ -10131,61 +9291,13 @@ export interface ProcessDetails {
|
|
|
10131
9291
|
ParentPid?: number | undefined;
|
|
10132
9292
|
/**
|
|
10133
9293
|
* <p>Indicates when the process was launched.</p>
|
|
10134
|
-
* <p>
|
|
10135
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
10136
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
10137
|
-
* <ul>
|
|
10138
|
-
* <li>
|
|
10139
|
-
* <p>
|
|
10140
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
10141
|
-
* </li>
|
|
10142
|
-
* <li>
|
|
10143
|
-
* <p>
|
|
10144
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
10145
|
-
* </li>
|
|
10146
|
-
* <li>
|
|
10147
|
-
* <p>
|
|
10148
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
10149
|
-
* </li>
|
|
10150
|
-
* <li>
|
|
10151
|
-
* <p>
|
|
10152
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
10153
|
-
* </li>
|
|
10154
|
-
* <li>
|
|
10155
|
-
* <p>
|
|
10156
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
10157
|
-
* </li>
|
|
10158
|
-
* </ul>
|
|
9294
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
10159
9295
|
* @public
|
|
10160
9296
|
*/
|
|
10161
9297
|
LaunchedAt?: string | undefined;
|
|
10162
9298
|
/**
|
|
10163
9299
|
* <p>Indicates when the process was terminated.</p>
|
|
10164
|
-
* <p>
|
|
10165
|
-
* can end with <code>Z</code> or <code>("+" / "-") time-hour [":" time-minute]</code>. The time-secfrac after seconds is limited
|
|
10166
|
-
* to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:</p>
|
|
10167
|
-
* <ul>
|
|
10168
|
-
* <li>
|
|
10169
|
-
* <p>
|
|
10170
|
-
* <code>YYYY-MM-DDTHH:MM:SSZ</code> (for example, <code>2019-01-31T23:00:00Z</code>)</p>
|
|
10171
|
-
* </li>
|
|
10172
|
-
* <li>
|
|
10173
|
-
* <p>
|
|
10174
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</code> (for example, <code>2019-01-31T23:00:00.123456789Z</code>)</p>
|
|
10175
|
-
* </li>
|
|
10176
|
-
* <li>
|
|
10177
|
-
* <p>
|
|
10178
|
-
* <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code> (for example, <code>2024-01-04T15:25:10+17:59</code>)</p>
|
|
10179
|
-
* </li>
|
|
10180
|
-
* <li>
|
|
10181
|
-
* <p>
|
|
10182
|
-
* <code>YYYY-MM-DDTHH:MM:SS-HHMM</code> (for example, <code>2024-01-04T15:25:10-1759</code>)</p>
|
|
10183
|
-
* </li>
|
|
10184
|
-
* <li>
|
|
10185
|
-
* <p>
|
|
10186
|
-
* <code>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</code> (for example, <code>2024-01-04T15:25:10.123456789+17:59</code>)</p>
|
|
10187
|
-
* </li>
|
|
10188
|
-
* </ul>
|
|
9300
|
+
* <p>For more information about the validation and formatting of timestamp fields in Security Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</p>
|
|
10189
9301
|
* @public
|
|
10190
9302
|
*/
|
|
10191
9303
|
TerminatedAt?: string | undefined;
|