cdk-docker-image-deployment 0.0.170 → 0.0.172

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.
Files changed (31) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +10 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +4 -0
  8. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  9. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +2 -1
  10. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +639 -104
  11. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +10 -0
  12. package/node_modules/aws-sdk/apis/tnb-2008-10-21.examples.json +5 -0
  13. package/node_modules/aws-sdk/apis/tnb-2008-10-21.min.json +1579 -0
  14. package/node_modules/aws-sdk/apis/tnb-2008-10-21.paginators.json +34 -0
  15. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  16. package/node_modules/aws-sdk/clients/all.js +2 -1
  17. package/node_modules/aws-sdk/clients/auditmanager.d.ts +9 -9
  18. package/node_modules/aws-sdk/clients/connect.d.ts +158 -158
  19. package/node_modules/aws-sdk/clients/quicksight.d.ts +4 -0
  20. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +743 -128
  21. package/node_modules/aws-sdk/clients/securityhub.d.ts +85 -85
  22. package/node_modules/aws-sdk/clients/tnb.d.ts +1607 -0
  23. package/node_modules/aws-sdk/clients/tnb.js +18 -0
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +45 -8
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +10 -3
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +8 -8
  28. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/package.json +5 -5
@@ -252,11 +252,11 @@ declare class SecurityHub extends Service {
252
252
  */
253
253
  enableOrganizationAdminAccount(callback?: (err: AWSError, data: SecurityHub.Types.EnableOrganizationAdminAccountResponse) => void): Request<SecurityHub.Types.EnableOrganizationAdminAccountResponse, AWSError>;
254
254
  /**
255
- * Enables Security Hub for your account in the current Region or the Region you specify in the request. When you enable Security Hub, you grant to Security Hub the permissions necessary to gather findings from other services that are integrated with Security Hub. When you use the EnableSecurityHub operation to enable Security Hub, you also automatically enable the following standards. CIS Amazon Web Services Foundations Amazon Web Services Foundational Security Best Practices You do not enable the Payment Card Industry Data Security Standard (PCI DSS) standard. To not enable the automatically enabled standards, set EnableDefaultStandards to false. After you enable Security Hub, to enable a standard, use the BatchEnableStandards operation. To disable a standard, use the BatchDisableStandards operation. To learn more, see the setup information in the Security Hub User Guide.
255
+ * Enables Security Hub for your account in the current Region or the Region you specify in the request. When you enable Security Hub, you grant to Security Hub the permissions necessary to gather findings from other services that are integrated with Security Hub. When you use the EnableSecurityHub operation to enable Security Hub, you also automatically enable the following standards: Center for Internet Security (CIS) Amazon Web Services Foundations Benchmark v1.2.0 Amazon Web Services Foundational Security Best Practices Other standards are not automatically enabled. To opt out of automatically enabled standards, set EnableDefaultStandards to false. After you enable Security Hub, to enable a standard, use the BatchEnableStandards operation. To disable a standard, use the BatchDisableStandards operation. To learn more, see the setup information in the Security Hub User Guide.
256
256
  */
257
257
  enableSecurityHub(params: SecurityHub.Types.EnableSecurityHubRequest, callback?: (err: AWSError, data: SecurityHub.Types.EnableSecurityHubResponse) => void): Request<SecurityHub.Types.EnableSecurityHubResponse, AWSError>;
258
258
  /**
259
- * Enables Security Hub for your account in the current Region or the Region you specify in the request. When you enable Security Hub, you grant to Security Hub the permissions necessary to gather findings from other services that are integrated with Security Hub. When you use the EnableSecurityHub operation to enable Security Hub, you also automatically enable the following standards. CIS Amazon Web Services Foundations Amazon Web Services Foundational Security Best Practices You do not enable the Payment Card Industry Data Security Standard (PCI DSS) standard. To not enable the automatically enabled standards, set EnableDefaultStandards to false. After you enable Security Hub, to enable a standard, use the BatchEnableStandards operation. To disable a standard, use the BatchDisableStandards operation. To learn more, see the setup information in the Security Hub User Guide.
259
+ * Enables Security Hub for your account in the current Region or the Region you specify in the request. When you enable Security Hub, you grant to Security Hub the permissions necessary to gather findings from other services that are integrated with Security Hub. When you use the EnableSecurityHub operation to enable Security Hub, you also automatically enable the following standards: Center for Internet Security (CIS) Amazon Web Services Foundations Benchmark v1.2.0 Amazon Web Services Foundational Security Best Practices Other standards are not automatically enabled. To opt out of automatically enabled standards, set EnableDefaultStandards to false. After you enable Security Hub, to enable a standard, use the BatchEnableStandards operation. To disable a standard, use the BatchDisableStandards operation. To learn more, see the setup information in the Security Hub User Guide.
260
260
  */
261
261
  enableSecurityHub(callback?: (err: AWSError, data: SecurityHub.Types.EnableSecurityHubResponse) => void): Request<SecurityHub.Types.EnableSecurityHubResponse, AWSError>;
262
262
  /**
@@ -653,11 +653,11 @@ declare namespace SecurityHub {
653
653
  */
654
654
  AffectedResources?: FieldMap;
655
655
  /**
656
- * An ISO8601-formatted timestamp that indicates when the API call was first observed.
656
+ * An ISO8601-formatted timestamp that indicates when the API call was first observed. A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.
657
657
  */
658
658
  FirstSeen?: NonEmptyString;
659
659
  /**
660
- * An ISO8601-formatted timestamp that indicates when the API call was most recently observed.
660
+ * An ISO8601-formatted timestamp that indicates when the API call was most recently observed. A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.
661
661
  */
662
662
  LastSeen?: NonEmptyString;
663
663
  }
@@ -766,7 +766,7 @@ declare namespace SecurityHub {
766
766
  */
767
767
  Description?: NonEmptyString;
768
768
  /**
769
- * Indicates when the API was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
769
+ * Indicates when the API was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
770
770
  */
771
771
  CreatedDate?: NonEmptyString;
772
772
  /**
@@ -844,11 +844,11 @@ declare namespace SecurityHub {
844
844
  */
845
845
  TracingEnabled?: Boolean;
846
846
  /**
847
- * Indicates when the stage was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
847
+ * Indicates when the stage was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
848
848
  */
849
849
  CreatedDate?: NonEmptyString;
850
850
  /**
851
- * Indicates when the stage was most recently updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
851
+ * Indicates when the stage was most recently updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
852
852
  */
853
853
  LastUpdatedDate?: NonEmptyString;
854
854
  /**
@@ -870,7 +870,7 @@ declare namespace SecurityHub {
870
870
  */
871
871
  ApiKeySelectionExpression?: NonEmptyString;
872
872
  /**
873
- * Indicates when the API was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
873
+ * Indicates when the API was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
874
874
  */
875
875
  CreatedDate?: NonEmptyString;
876
876
  /**
@@ -926,7 +926,7 @@ declare namespace SecurityHub {
926
926
  */
927
927
  ClientCertificateId?: NonEmptyString;
928
928
  /**
929
- * Indicates when the stage was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
929
+ * Indicates when the stage was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
930
930
  */
931
931
  CreatedDate?: NonEmptyString;
932
932
  /**
@@ -942,7 +942,7 @@ declare namespace SecurityHub {
942
942
  */
943
943
  DeploymentId?: NonEmptyString;
944
944
  /**
945
- * Indicates when the stage was most recently updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
945
+ * Indicates when the stage was most recently updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
946
946
  */
947
947
  LastUpdatedDate?: NonEmptyString;
948
948
  /**
@@ -999,7 +999,7 @@ declare namespace SecurityHub {
999
999
  */
1000
1000
  HealthCheckGracePeriod?: Integer;
1001
1001
  /**
1002
- * Indicates when the auto scaling group was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
1002
+ * Indicates when the auto scaling group was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
1003
1003
  */
1004
1004
  CreatedTime?: NonEmptyString;
1005
1005
  /**
@@ -1167,7 +1167,7 @@ declare namespace SecurityHub {
1167
1167
  */
1168
1168
  ClassicLinkVpcSecurityGroups?: NonEmptyStringList;
1169
1169
  /**
1170
- * The creation date and time for the launch configuration. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
1170
+ * The creation date and time for the launch configuration. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
1171
1171
  */
1172
1172
  CreatedTime?: NonEmptyString;
1173
1173
  /**
@@ -1504,7 +1504,7 @@ declare namespace SecurityHub {
1504
1504
  */
1505
1505
  CertificateAuthorityArn?: NonEmptyString;
1506
1506
  /**
1507
- * Indicates when the certificate was requested. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
1507
+ * Indicates when the certificate was requested. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
1508
1508
  */
1509
1509
  CreatedAt?: NonEmptyString;
1510
1510
  /**
@@ -1524,7 +1524,7 @@ declare namespace SecurityHub {
1524
1524
  */
1525
1525
  FailureReason?: NonEmptyString;
1526
1526
  /**
1527
- * Indicates when the certificate was imported. Provided if the certificate type is IMPORTED. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
1527
+ * Indicates when the certificate was imported. Provided if the certificate type is IMPORTED. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
1528
1528
  */
1529
1529
  ImportedAt?: NonEmptyString;
1530
1530
  /**
@@ -1532,7 +1532,7 @@ declare namespace SecurityHub {
1532
1532
  */
1533
1533
  InUseBy?: StringList;
1534
1534
  /**
1535
- * Indicates when the certificate was issued. Provided if the certificate type is AMAZON_ISSUED. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
1535
+ * Indicates when the certificate was issued. Provided if the certificate type is AMAZON_ISSUED. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
1536
1536
  */
1537
1537
  IssuedAt?: NonEmptyString;
1538
1538
  /**
@@ -1548,11 +1548,11 @@ declare namespace SecurityHub {
1548
1548
  */
1549
1549
  KeyUsages?: AwsCertificateManagerCertificateKeyUsages;
1550
1550
  /**
1551
- * The time after which the certificate becomes invalid. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
1551
+ * The time after which the certificate becomes invalid. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
1552
1552
  */
1553
1553
  NotAfter?: NonEmptyString;
1554
1554
  /**
1555
- * The time before which the certificate is not valid. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
1555
+ * The time before which the certificate is not valid. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
1556
1556
  */
1557
1557
  NotBefore?: NonEmptyString;
1558
1558
  /**
@@ -1657,7 +1657,7 @@ declare namespace SecurityHub {
1657
1657
  */
1658
1658
  RenewalStatusReason?: NonEmptyString;
1659
1659
  /**
1660
- * Indicates when the renewal summary was last updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
1660
+ * Indicates when the renewal summary was last updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
1661
1661
  */
1662
1662
  UpdatedAt?: NonEmptyString;
1663
1663
  }
@@ -1799,7 +1799,7 @@ declare namespace SecurityHub {
1799
1799
  */
1800
1800
  ETag?: NonEmptyString;
1801
1801
  /**
1802
- * Indicates when that the distribution was last modified. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
1802
+ * Indicates when that the distribution was last modified. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
1803
1803
  */
1804
1804
  LastModifiedTime?: NonEmptyString;
1805
1805
  /**
@@ -2380,7 +2380,7 @@ declare namespace SecurityHub {
2380
2380
  */
2381
2381
  BillingMode?: NonEmptyString;
2382
2382
  /**
2383
- * If the billing mode is PAY_PER_REQUEST, indicates when the billing mode was set to that value. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
2383
+ * If the billing mode is PAY_PER_REQUEST, indicates when the billing mode was set to that value. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
2384
2384
  */
2385
2385
  LastUpdateToPayPerRequestDateTime?: NonEmptyString;
2386
2386
  }
@@ -2394,7 +2394,7 @@ declare namespace SecurityHub {
2394
2394
  */
2395
2395
  BillingModeSummary?: AwsDynamoDbTableBillingModeSummary;
2396
2396
  /**
2397
- * Indicates when the table was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
2397
+ * Indicates when the table was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
2398
2398
  */
2399
2399
  CreationDateTime?: NonEmptyString;
2400
2400
  /**
@@ -2543,11 +2543,11 @@ declare namespace SecurityHub {
2543
2543
  }
2544
2544
  export interface AwsDynamoDbTableProvisionedThroughput {
2545
2545
  /**
2546
- * Indicates when the provisioned throughput was last decreased. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
2546
+ * Indicates when the provisioned throughput was last decreased. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
2547
2547
  */
2548
2548
  LastDecreaseDateTime?: NonEmptyString;
2549
2549
  /**
2550
- * Indicates when the provisioned throughput was last increased. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
2550
+ * Indicates when the provisioned throughput was last increased. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
2551
2551
  */
2552
2552
  LastIncreaseDateTime?: NonEmptyString;
2553
2553
  /**
@@ -2617,7 +2617,7 @@ declare namespace SecurityHub {
2617
2617
  */
2618
2618
  SourceTableArn?: NonEmptyString;
2619
2619
  /**
2620
- * Indicates the point in time that the table was restored to. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
2620
+ * Indicates the point in time that the table was restored to. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
2621
2621
  */
2622
2622
  RestoreDateTime?: NonEmptyString;
2623
2623
  /**
@@ -2627,7 +2627,7 @@ declare namespace SecurityHub {
2627
2627
  }
2628
2628
  export interface AwsDynamoDbTableSseDescription {
2629
2629
  /**
2630
- * If the key is inaccessible, the date and time when DynamoDB detected that the key was inaccessible. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
2630
+ * If the key is inaccessible, the date and time when DynamoDB detected that the key was inaccessible. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
2631
2631
  */
2632
2632
  InaccessibleEncryptionDateTime?: NonEmptyString;
2633
2633
  /**
@@ -2729,7 +2729,7 @@ declare namespace SecurityHub {
2729
2729
  */
2730
2730
  SubnetId?: NonEmptyString;
2731
2731
  /**
2732
- * Indicates when the instance was launched. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
2732
+ * Indicates when the instance was launched. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
2733
2733
  */
2734
2734
  LaunchedAt?: NonEmptyString;
2735
2735
  /**
@@ -3523,7 +3523,7 @@ declare namespace SecurityHub {
3523
3523
  export type AwsEc2NetworkAclEntryList = AwsEc2NetworkAclEntry[];
3524
3524
  export interface AwsEc2NetworkInterfaceAttachment {
3525
3525
  /**
3526
- * Indicates when the attachment initiated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
3526
+ * Indicates when the attachment initiated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
3527
3527
  */
3528
3528
  AttachTime?: NonEmptyString;
3529
3529
  /**
@@ -3844,7 +3844,7 @@ declare namespace SecurityHub {
3844
3844
  export type AwsEc2VolumeAttachmentList = AwsEc2VolumeAttachment[];
3845
3845
  export interface AwsEc2VolumeDetails {
3846
3846
  /**
3847
- * Indicates when the volume was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
3847
+ * Indicates when the volume was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
3848
3848
  */
3849
3849
  CreateTime?: NonEmptyString;
3850
3850
  /**
@@ -4165,7 +4165,7 @@ declare namespace SecurityHub {
4165
4165
  */
4166
4166
  CertificateArn?: NonEmptyString;
4167
4167
  /**
4168
- * The date and time of the last change in status. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
4168
+ * The date and time of the last change in status. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
4169
4169
  */
4170
4170
  LastStatusChange?: NonEmptyString;
4171
4171
  /**
@@ -4204,7 +4204,7 @@ declare namespace SecurityHub {
4204
4204
  */
4205
4205
  ImageTags?: NonEmptyStringList;
4206
4206
  /**
4207
- * The date and time when the image was pushed to the repository. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
4207
+ * The date and time when the image was pushed to the repository. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
4208
4208
  */
4209
4209
  ImagePublishedAt?: NonEmptyString;
4210
4210
  }
@@ -5806,7 +5806,7 @@ declare namespace SecurityHub {
5806
5806
  */
5807
5807
  CanonicalHostedZoneNameID?: NonEmptyString;
5808
5808
  /**
5809
- * Indicates when the load balancer was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
5809
+ * Indicates when the load balancer was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
5810
5810
  */
5811
5811
  CreatedTime?: NonEmptyString;
5812
5812
  /**
@@ -5965,7 +5965,7 @@ declare namespace SecurityHub {
5965
5965
  */
5966
5966
  CanonicalHostedZoneId?: NonEmptyString;
5967
5967
  /**
5968
- * Indicates when the load balancer was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
5968
+ * Indicates when the load balancer was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
5969
5969
  */
5970
5970
  CreatedTime?: NonEmptyString;
5971
5971
  /**
@@ -6011,7 +6011,7 @@ declare namespace SecurityHub {
6011
6011
  */
6012
6012
  Status?: AwsIamAccessKeyStatus;
6013
6013
  /**
6014
- * Indicates when the IAM access key was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
6014
+ * Indicates when the IAM access key was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
6015
6015
  */
6016
6016
  CreatedAt?: NonEmptyString;
6017
6017
  /**
@@ -6055,7 +6055,7 @@ declare namespace SecurityHub {
6055
6055
  */
6056
6056
  MfaAuthenticated?: Boolean;
6057
6057
  /**
6058
- * Indicates when the session was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
6058
+ * Indicates when the session was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
6059
6059
  */
6060
6060
  CreationDate?: NonEmptyString;
6061
6061
  }
@@ -6099,7 +6099,7 @@ declare namespace SecurityHub {
6099
6099
  */
6100
6100
  AttachedManagedPolicies?: AwsIamAttachedManagedPolicyList;
6101
6101
  /**
6102
- * Indicates when the IAM group was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
6102
+ * Indicates when the IAM group was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
6103
6103
  */
6104
6104
  CreateDate?: NonEmptyString;
6105
6105
  /**
@@ -6132,7 +6132,7 @@ declare namespace SecurityHub {
6132
6132
  */
6133
6133
  Arn?: NonEmptyString;
6134
6134
  /**
6135
- * Indicates when the instance profile was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
6135
+ * Indicates when the instance profile was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
6136
6136
  */
6137
6137
  CreateDate?: NonEmptyString;
6138
6138
  /**
@@ -6163,7 +6163,7 @@ declare namespace SecurityHub {
6163
6163
  */
6164
6164
  AssumeRolePolicyDocument?: AwsIamRoleAssumeRolePolicyDocument;
6165
6165
  /**
6166
- * Indicates when the role was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
6166
+ * Indicates when the role was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
6167
6167
  */
6168
6168
  CreateDate?: NonEmptyString;
6169
6169
  /**
@@ -6196,7 +6196,7 @@ declare namespace SecurityHub {
6196
6196
  */
6197
6197
  AttachmentCount?: Integer;
6198
6198
  /**
6199
- * When the policy was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
6199
+ * When the policy was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
6200
6200
  */
6201
6201
  CreateDate?: NonEmptyString;
6202
6202
  /**
@@ -6232,7 +6232,7 @@ declare namespace SecurityHub {
6232
6232
  */
6233
6233
  PolicyVersionList?: AwsIamPolicyVersionList;
6234
6234
  /**
6235
- * When the policy was most recently updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
6235
+ * When the policy was most recently updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
6236
6236
  */
6237
6237
  UpdateDate?: NonEmptyString;
6238
6238
  }
@@ -6246,7 +6246,7 @@ declare namespace SecurityHub {
6246
6246
  */
6247
6247
  IsDefaultVersion?: Boolean;
6248
6248
  /**
6249
- * Indicates when the version was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
6249
+ * Indicates when the version was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
6250
6250
  */
6251
6251
  CreateDate?: NonEmptyString;
6252
6252
  }
@@ -6262,7 +6262,7 @@ declare namespace SecurityHub {
6262
6262
  */
6263
6263
  AttachedManagedPolicies?: AwsIamAttachedManagedPolicyList;
6264
6264
  /**
6265
- * Indicates when the role was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
6265
+ * Indicates when the role was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
6266
6266
  */
6267
6267
  CreateDate?: NonEmptyString;
6268
6268
  /**
@@ -6304,7 +6304,7 @@ declare namespace SecurityHub {
6304
6304
  */
6305
6305
  AttachedManagedPolicies?: AwsIamAttachedManagedPolicyList;
6306
6306
  /**
6307
- * Indicates when the user was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
6307
+ * Indicates when the user was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
6308
6308
  */
6309
6309
  CreateDate?: NonEmptyString;
6310
6310
  /**
@@ -6377,7 +6377,7 @@ declare namespace SecurityHub {
6377
6377
  */
6378
6378
  AWSAccountId?: NonEmptyString;
6379
6379
  /**
6380
- * Indicates when the KMS key was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
6380
+ * Indicates when the KMS key was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
6381
6381
  */
6382
6382
  CreationDate?: Double;
6383
6383
  /**
@@ -6459,7 +6459,7 @@ declare namespace SecurityHub {
6459
6459
  */
6460
6460
  KmsKeyArn?: NonEmptyString;
6461
6461
  /**
6462
- * Indicates when the function was last updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
6462
+ * Indicates when the function was last updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
6463
6463
  */
6464
6464
  LastModified?: NonEmptyString;
6465
6465
  /**
@@ -6572,7 +6572,7 @@ declare namespace SecurityHub {
6572
6572
  */
6573
6573
  CompatibleRuntimes?: NonEmptyStringList;
6574
6574
  /**
6575
- * Indicates when the version was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
6575
+ * Indicates when the version was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
6576
6576
  */
6577
6577
  CreatedDate?: NonEmptyString;
6578
6578
  }
@@ -7034,7 +7034,7 @@ declare namespace SecurityHub {
7034
7034
  */
7035
7035
  AssociatedRoles?: AwsRdsDbClusterAssociatedRoles;
7036
7036
  /**
7037
- * Indicates when the DB cluster was created, in Universal Coordinated Time (UTC). Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
7037
+ * Indicates when the DB cluster was created, in Universal Coordinated Time (UTC). Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
7038
7038
  */
7039
7039
  ClusterCreateTime?: NonEmptyString;
7040
7040
  /**
@@ -7130,7 +7130,7 @@ declare namespace SecurityHub {
7130
7130
  */
7131
7131
  AvailabilityZones?: StringList;
7132
7132
  /**
7133
- * Indicates when the snapshot was taken. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
7133
+ * Indicates when the snapshot was taken. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
7134
7134
  */
7135
7135
  SnapshotCreateTime?: NonEmptyString;
7136
7136
  /**
@@ -7154,7 +7154,7 @@ declare namespace SecurityHub {
7154
7154
  */
7155
7155
  VpcId?: NonEmptyString;
7156
7156
  /**
7157
- * Indicates when the DB cluster was created, in Universal Coordinated Time (UTC). Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
7157
+ * Indicates when the DB cluster was created, in Universal Coordinated Time (UTC). Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
7158
7158
  */
7159
7159
  ClusterCreateTime?: NonEmptyString;
7160
7160
  /**
@@ -7286,7 +7286,7 @@ declare namespace SecurityHub {
7286
7286
  */
7287
7287
  IAMDatabaseAuthenticationEnabled?: Boolean;
7288
7288
  /**
7289
- * Indicates when the DB instance was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
7289
+ * Indicates when the DB instance was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
7290
7290
  */
7291
7291
  InstanceCreateTime?: NonEmptyString;
7292
7292
  /**
@@ -7362,7 +7362,7 @@ declare namespace SecurityHub {
7362
7362
  */
7363
7363
  PendingModifiedValues?: AwsRdsDbPendingModifiedValues;
7364
7364
  /**
7365
- * Specifies the latest time to which a database can be restored with point-in-time restore. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
7365
+ * Specifies the latest time to which a database can be restored with point-in-time restore. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
7366
7366
  */
7367
7367
  LatestRestorableTime?: NonEmptyString;
7368
7368
  /**
@@ -7853,7 +7853,7 @@ declare namespace SecurityHub {
7853
7853
  */
7854
7854
  Status?: NonEmptyString;
7855
7855
  /**
7856
- * The datetime when the event notification subscription was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
7856
+ * The datetime when the event notification subscription was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
7857
7857
  */
7858
7858
  SubscriptionCreationTime?: NonEmptyString;
7859
7859
  }
@@ -7943,7 +7943,7 @@ declare namespace SecurityHub {
7943
7943
  }
7944
7944
  export interface AwsRedshiftClusterDeferredMaintenanceWindow {
7945
7945
  /**
7946
- * The end of the time window for which maintenance was deferred. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
7946
+ * The end of the time window for which maintenance was deferred. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
7947
7947
  */
7948
7948
  DeferMaintenanceEndTime?: NonEmptyString;
7949
7949
  /**
@@ -7951,7 +7951,7 @@ declare namespace SecurityHub {
7951
7951
  */
7952
7952
  DeferMaintenanceIdentifier?: NonEmptyString;
7953
7953
  /**
7954
- * The start of the time window for which maintenance was deferred. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
7954
+ * The start of the time window for which maintenance was deferred. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
7955
7955
  */
7956
7956
  DeferMaintenanceStartTime?: NonEmptyString;
7957
7957
  }
@@ -7974,7 +7974,7 @@ declare namespace SecurityHub {
7974
7974
  */
7975
7975
  ClusterAvailabilityStatus?: NonEmptyString;
7976
7976
  /**
7977
- * Indicates when the cluster was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
7977
+ * Indicates when the cluster was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
7978
7978
  */
7979
7979
  ClusterCreateTime?: NonEmptyString;
7980
7980
  /**
@@ -8046,7 +8046,7 @@ declare namespace SecurityHub {
8046
8046
  */
8047
8047
  EnhancedVpcRouting?: Boolean;
8048
8048
  /**
8049
- * Indicates when the next snapshot is expected to be taken. The cluster must have a valid snapshot schedule and have backups enabled. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
8049
+ * Indicates when the next snapshot is expected to be taken. The cluster must have a valid snapshot schedule and have backups enabled. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
8050
8050
  */
8051
8051
  ExpectedNextSnapshotScheduleTime?: NonEmptyString;
8052
8052
  /**
@@ -8078,7 +8078,7 @@ declare namespace SecurityHub {
8078
8078
  */
8079
8079
  MasterUsername?: NonEmptyString;
8080
8080
  /**
8081
- * Indicates the start of the next maintenance window. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
8081
+ * Indicates the start of the next maintenance window. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
8082
8082
  */
8083
8083
  NextMaintenanceWindowStartTime?: NonEmptyString;
8084
8084
  /**
@@ -8189,11 +8189,11 @@ declare namespace SecurityHub {
8189
8189
  */
8190
8190
  LastFailureMessage?: NonEmptyString;
8191
8191
  /**
8192
- * The last time when logs failed to be delivered. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
8192
+ * The last time when logs failed to be delivered. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
8193
8193
  */
8194
8194
  LastFailureTime?: NonEmptyString;
8195
8195
  /**
8196
- * The last time that logs were delivered successfully. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
8196
+ * The last time that logs were delivered successfully. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
8197
8197
  */
8198
8198
  LastSuccessfulDeliveryTime?: NonEmptyString;
8199
8199
  /**
@@ -8334,7 +8334,7 @@ declare namespace SecurityHub {
8334
8334
  */
8335
8335
  AbortIncompleteMultipartUpload?: AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails;
8336
8336
  /**
8337
- * The date when objects are moved or deleted. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
8337
+ * The date when objects are moved or deleted. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
8338
8338
  */
8339
8339
  ExpirationDate?: NonEmptyString;
8340
8340
  /**
@@ -8447,7 +8447,7 @@ declare namespace SecurityHub {
8447
8447
  export type AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsList = AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails[];
8448
8448
  export interface AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails {
8449
8449
  /**
8450
- * A date on which to transition objects to the specified storage class. If you provide Date, you cannot provide Days. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
8450
+ * A date on which to transition objects to the specified storage class. If you provide Date, you cannot provide Days. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
8451
8451
  */
8452
8452
  Date?: NonEmptyString;
8453
8453
  /**
@@ -8484,7 +8484,7 @@ declare namespace SecurityHub {
8484
8484
  */
8485
8485
  OwnerAccountId?: NonEmptyString;
8486
8486
  /**
8487
- * Indicates when the S3 bucket was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
8487
+ * Indicates when the S3 bucket was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
8488
8488
  */
8489
8489
  CreatedAt?: NonEmptyString;
8490
8490
  /**
@@ -8676,7 +8676,7 @@ declare namespace SecurityHub {
8676
8676
  export type AwsS3BucketWebsiteConfigurationRoutingRules = AwsS3BucketWebsiteConfigurationRoutingRule[];
8677
8677
  export interface AwsS3ObjectDetails {
8678
8678
  /**
8679
- * Indicates when the object was last modified. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
8679
+ * Indicates when the object was last modified. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
8680
8680
  */
8681
8681
  LastModified?: NonEmptyString;
8682
8682
  /**
@@ -8866,19 +8866,19 @@ declare namespace SecurityHub {
8866
8866
  */
8867
8867
  Types?: TypeList;
8868
8868
  /**
8869
- * Indicates when the security-findings provider first observed the potential security issue that a finding captured. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
8869
+ * Indicates when the security-findings provider first observed the potential security issue that a finding captured. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
8870
8870
  */
8871
8871
  FirstObservedAt?: NonEmptyString;
8872
8872
  /**
8873
- * Indicates when the security-findings provider most recently observed the potential security issue that a finding captured. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
8873
+ * Indicates when the security-findings provider most recently observed the potential security issue that a finding captured. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
8874
8874
  */
8875
8875
  LastObservedAt?: NonEmptyString;
8876
8876
  /**
8877
- * Indicates when the security-findings provider created the potential security issue that a finding captured. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
8877
+ * Indicates when the security-findings provider created the potential security issue that a finding captured. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
8878
8878
  */
8879
8879
  CreatedAt: NonEmptyString;
8880
8880
  /**
8881
- * Indicates when the security-findings provider last updated the finding record. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
8881
+ * Indicates when the security-findings provider last updated the finding record. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
8882
8882
  */
8883
8883
  UpdatedAt: NonEmptyString;
8884
8884
  /**
@@ -9020,19 +9020,19 @@ declare namespace SecurityHub {
9020
9020
  */
9021
9021
  Type?: StringFilterList;
9022
9022
  /**
9023
- * An ISO8601-formatted timestamp that indicates when the security-findings provider first observed the potential security issue that a finding captured.
9023
+ * An ISO8601-formatted timestamp that indicates when the security-findings provider first observed the potential security issue that a finding captured. A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.
9024
9024
  */
9025
9025
  FirstObservedAt?: DateFilterList;
9026
9026
  /**
9027
- * An ISO8601-formatted timestamp that indicates when the security-findings provider most recently observed the potential security issue that a finding captured.
9027
+ * An ISO8601-formatted timestamp that indicates when the security-findings provider most recently observed the potential security issue that a finding captured. A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.
9028
9028
  */
9029
9029
  LastObservedAt?: DateFilterList;
9030
9030
  /**
9031
- * An ISO8601-formatted timestamp that indicates when the security-findings provider captured the potential security issue that a finding captured.
9031
+ * An ISO8601-formatted timestamp that indicates when the security-findings provider captured the potential security issue that a finding captured. A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.
9032
9032
  */
9033
9033
  CreatedAt?: DateFilterList;
9034
9034
  /**
9035
- * An ISO8601-formatted timestamp that indicates when the security-findings provider last updated the finding record.
9035
+ * An ISO8601-formatted timestamp that indicates when the security-findings provider last updated the finding record. A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.
9036
9036
  */
9037
9037
  UpdatedAt?: DateFilterList;
9038
9038
  /**
@@ -9164,11 +9164,11 @@ declare namespace SecurityHub {
9164
9164
  */
9165
9165
  ProcessParentPid?: NumberFilterList;
9166
9166
  /**
9167
- * The date/time that the process was launched.
9167
+ * A timestamp that identifies when the process was launched. A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.
9168
9168
  */
9169
9169
  ProcessLaunchedAt?: DateFilterList;
9170
9170
  /**
9171
- * The date/time that the process was terminated.
9171
+ * A timestamp that identifies when the process was terminated. A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.
9172
9172
  */
9173
9173
  ProcessTerminatedAt?: DateFilterList;
9174
9174
  /**
@@ -9184,7 +9184,7 @@ declare namespace SecurityHub {
9184
9184
  */
9185
9185
  ThreatIntelIndicatorCategory?: StringFilterList;
9186
9186
  /**
9187
- * The date/time of the last observation of a threat intelligence indicator.
9187
+ * A timestamp that identifies the last observation of a threat intelligence indicator.
9188
9188
  */
9189
9189
  ThreatIntelIndicatorLastObservedAt?: DateFilterList;
9190
9190
  /**
@@ -9292,7 +9292,7 @@ declare namespace SecurityHub {
9292
9292
  */
9293
9293
  ResourceContainerImageName?: StringFilterList;
9294
9294
  /**
9295
- * The date/time that the container was started.
9295
+ * A timestamp that identifies when the container was started. A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.
9296
9296
  */
9297
9297
  ResourceContainerLaunchedAt?: DateFilterList;
9298
9298
  /**
@@ -10350,7 +10350,7 @@ declare namespace SecurityHub {
10350
10350
  */
10351
10351
  ImageName?: NonEmptyString;
10352
10352
  /**
10353
- * Indicates when the container started. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
10353
+ * Indicates when the container started. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
10354
10354
  */
10355
10355
  LaunchedAt?: NonEmptyString;
10356
10356
  /**
@@ -10518,11 +10518,11 @@ declare namespace SecurityHub {
10518
10518
  }
10519
10519
  export interface DateFilter {
10520
10520
  /**
10521
- * A start date for the date filter.
10521
+ * A timestamp that provides the start date for the date filter. A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.
10522
10522
  */
10523
10523
  Start?: NonEmptyString;
10524
10524
  /**
10525
- * An end date for the date filter.
10525
+ * A timestamp that provides the end date for the date filter. A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.
10526
10526
  */
10527
10527
  End?: NonEmptyString;
10528
10528
  /**
@@ -11570,7 +11570,7 @@ declare namespace SecurityHub {
11570
11570
  */
11571
11571
  UpdatedBy: NonEmptyString;
11572
11572
  /**
11573
- * The timestamp of when the note was updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
11573
+ * The timestamp of when the note was updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
11574
11574
  */
11575
11575
  UpdatedAt: NonEmptyString;
11576
11576
  }
@@ -11667,11 +11667,11 @@ declare namespace SecurityHub {
11667
11667
  */
11668
11668
  InstalledPendingReboot?: Integer;
11669
11669
  /**
11670
- * Indicates when the operation started. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
11670
+ * Indicates when the operation started. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
11671
11671
  */
11672
11672
  OperationStartTime?: NonEmptyString;
11673
11673
  /**
11674
- * Indicates when the operation completed. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
11674
+ * Indicates when the operation completed. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
11675
11675
  */
11676
11676
  OperationEndTime?: NonEmptyString;
11677
11677
  /**
@@ -11747,11 +11747,11 @@ declare namespace SecurityHub {
11747
11747
  */
11748
11748
  ParentPid?: Integer;
11749
11749
  /**
11750
- * Indicates when the process was launched. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
11750
+ * Indicates when the process was launched. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
11751
11751
  */
11752
11752
  LaunchedAt?: NonEmptyString;
11753
11753
  /**
11754
- * Indicates when the process was terminated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
11754
+ * Indicates when the process was terminated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
11755
11755
  */
11756
11756
  TerminatedAt?: NonEmptyString;
11757
11757
  }
@@ -12789,7 +12789,7 @@ declare namespace SecurityHub {
12789
12789
  */
12790
12790
  Category?: ThreatIntelIndicatorCategory;
12791
12791
  /**
12792
- * Indicates when the most recent instance of a threat intelligence indicator was observed. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
12792
+ * Indicates when the most recent instance of a threat intelligence indicator was observed. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
12793
12793
  */
12794
12794
  LastObservedAt?: NonEmptyString;
12795
12795
  /**
@@ -13025,11 +13025,11 @@ declare namespace SecurityHub {
13025
13025
  */
13026
13026
  VendorSeverity?: NonEmptyString;
13027
13027
  /**
13028
- * Indicates when the vulnerability advisory was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
13028
+ * Indicates when the vulnerability advisory was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
13029
13029
  */
13030
13030
  VendorCreatedAt?: NonEmptyString;
13031
13031
  /**
13032
- * Indicates when the vulnerability advisory was last updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
13032
+ * Indicates when the vulnerability advisory was last updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
13033
13033
  */
13034
13034
  VendorUpdatedAt?: NonEmptyString;
13035
13035
  }