@aws-sdk/client-securityhub 3.154.0 → 3.155.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.
Files changed (44) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/InviteMembersCommand.js +2 -1
  3. package/dist-cjs/commands/ListEnabledProductsForImportCommand.js +3 -3
  4. package/dist-cjs/commands/ListFindingAggregatorsCommand.js +3 -3
  5. package/dist-cjs/commands/ListInvitationsCommand.js +3 -3
  6. package/dist-cjs/commands/ListMembersCommand.js +3 -3
  7. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +3 -3
  8. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  9. package/dist-cjs/models/models_0.js +53 -53
  10. package/dist-cjs/models/models_1.js +60 -58
  11. package/dist-cjs/models/models_2.js +53 -1
  12. package/dist-cjs/protocols/Aws_restJson1.js +330 -0
  13. package/dist-es/commands/InviteMembersCommand.js +2 -1
  14. package/dist-es/commands/ListEnabledProductsForImportCommand.js +1 -1
  15. package/dist-es/commands/ListFindingAggregatorsCommand.js +1 -1
  16. package/dist-es/commands/ListInvitationsCommand.js +1 -1
  17. package/dist-es/commands/ListMembersCommand.js +1 -1
  18. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +1 -1
  19. package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
  20. package/dist-es/models/models_0.js +12 -12
  21. package/dist-es/models/models_1.js +18 -13
  22. package/dist-es/models/models_2.js +13 -0
  23. package/dist-es/protocols/Aws_restJson1.js +259 -3
  24. package/dist-types/commands/InviteMembersCommand.d.ts +2 -1
  25. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
  26. package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
  28. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  29. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  31. package/dist-types/models/models_0.d.ts +1272 -257
  32. package/dist-types/models/models_1.d.ts +663 -233
  33. package/dist-types/models/models_2.d.ts +199 -2
  34. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/models/models_0.d.ts +172 -114
  42. package/dist-types/ts3.4/models/models_1.d.ts +132 -101
  43. package/dist-types/ts3.4/models/models_2.d.ts +102 -2
  44. package/package.json +1 -1
@@ -1001,7 +1001,7 @@ export interface AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpeci
1001
1001
  */
1002
1002
  export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails {
1003
1003
  /**
1004
- * <p>How to allocate instance types to fulfill On-Demand capacity.</p>
1004
+ * <p>How to allocate instance types to fulfill On-Demand capacity. The valid value is <code>prioritized</code>.</p>
1005
1005
  */
1006
1006
  OnDemandAllocationStrategy?: string;
1007
1007
  /**
@@ -1013,7 +1013,24 @@ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDist
1013
1013
  */
1014
1014
  OnDemandPercentageAboveBaseCapacity?: number;
1015
1015
  /**
1016
- * <p>How to allocate instances across Spot Instance pools.</p>
1016
+ * <p>How to allocate instances across Spot Instance pools. Valid values are as follows:</p>
1017
+ * <ul>
1018
+ * <li>
1019
+ * <p>
1020
+ * <code>lowest-price</code>
1021
+ * </p>
1022
+ * </li>
1023
+ * <li>
1024
+ * <p>
1025
+ * <code>capacity-optimized</code>
1026
+ * </p>
1027
+ * </li>
1028
+ * <li>
1029
+ * <p>
1030
+ * <code>capacity-optimized-prioritized</code>
1031
+ * </p>
1032
+ * </li>
1033
+ * </ul>
1017
1034
  */
1018
1035
  SpotAllocationStrategy?: string;
1019
1036
  /**
@@ -1094,7 +1111,7 @@ export interface AwsAutoScalingAutoScalingGroupDetails {
1094
1111
  */
1095
1112
  LoadBalancerNames?: string[];
1096
1113
  /**
1097
- * <p>The service to use for the health checks.</p>
1114
+ * <p>The service to use for the health checks. Valid values are <code>EC2</code> or <code>ELB</code>.</p>
1098
1115
  */
1099
1116
  HealthCheckType?: string;
1100
1117
  /**
@@ -1169,7 +1186,39 @@ export interface AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails
1169
1186
  */
1170
1187
  VolumeSize?: number;
1171
1188
  /**
1172
- * <p>The volume type.</p>
1189
+ * <p>The volume type. Valid values are as follows:</p>
1190
+ * <ul>
1191
+ * <li>
1192
+ * <p>
1193
+ * <code>gp2</code>
1194
+ * </p>
1195
+ * </li>
1196
+ * <li>
1197
+ * <p>
1198
+ * <code>gp3</code>
1199
+ * </p>
1200
+ * </li>
1201
+ * <li>
1202
+ * <p>
1203
+ * <code>io1</code>
1204
+ * </p>
1205
+ * </li>
1206
+ * <li>
1207
+ * <p>
1208
+ * <code>sc1</code>
1209
+ * </p>
1210
+ * </li>
1211
+ * <li>
1212
+ * <p>
1213
+ * <code>st1</code>
1214
+ * </p>
1215
+ * </li>
1216
+ * <li>
1217
+ * <p>
1218
+ * <code>standard</code>
1219
+ * </p>
1220
+ * </li>
1221
+ * </ul>
1173
1222
  */
1174
1223
  VolumeType?: string;
1175
1224
  }
@@ -1314,6 +1363,446 @@ export interface AwsAutoScalingLaunchConfigurationDetails {
1314
1363
  */
1315
1364
  MetadataOptions?: AwsAutoScalingLaunchConfigurationMetadataOptions;
1316
1365
  }
1366
+ /**
1367
+ * <p>Provides a list of backup options for each resource type.
1368
+ * </p>
1369
+ */
1370
+ export interface AwsBackupBackupPlanAdvancedBackupSettingsDetails {
1371
+ /**
1372
+ * <p>Specifies the backup option for a selected resource. This option is only available for Windows
1373
+ * Volume Shadow Copy Service (VSS) backup jobs. Valid values are as follows:</p>
1374
+ * <ul>
1375
+ * <li>
1376
+ * <p>Set to <code>WindowsVSS: enabled</code> to enable the WindowsVSS backup option and create a Windows VSS backup.</p>
1377
+ * </li>
1378
+ * <li>
1379
+ * <p>Set to <code>WindowsVSS: disabled</code> to create a regular backup. The <code>WindowsVSS</code> option is not enabled by default.</p>
1380
+ * </li>
1381
+ * </ul>
1382
+ */
1383
+ BackupOptions?: Record<string, string>;
1384
+ /**
1385
+ * <p>The name of a resource type. The only supported resource type is Amazon EC2 instances with Windows VSS.</p>
1386
+ * <p>The only valid value is <code>EC2</code>.</p>
1387
+ */
1388
+ ResourceType?: string;
1389
+ }
1390
+ /**
1391
+ * <p>Provides lifecycle details for the backup plan. A lifecycle defines when a backup is transitioned to cold storage and when it expires.
1392
+ * </p>
1393
+ */
1394
+ export interface AwsBackupBackupPlanLifecycleDetails {
1395
+ /**
1396
+ * <p>Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus <code>MoveToColdStorageAfterDays</code>.
1397
+ * </p>
1398
+ */
1399
+ DeleteAfterDays?: number;
1400
+ /**
1401
+ * <p>Specifies the number of days after creation that a recovery point is moved to cold storage.
1402
+ * </p>
1403
+ */
1404
+ MoveToColdStorageAfterDays?: number;
1405
+ }
1406
+ /**
1407
+ * <p>An array of <code>CopyAction</code> objects, which contains the details of the copy operation.
1408
+ * </p>
1409
+ */
1410
+ export interface AwsBackupBackupPlanRuleCopyActionsDetails {
1411
+ /**
1412
+ * <p>An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.
1413
+ * </p>
1414
+ */
1415
+ DestinationBackupVaultArn?: string;
1416
+ /**
1417
+ * <p>Defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. If you do not specify a lifecycle, Backup applies the lifecycle policy of the source backup to the destination backup.</p>
1418
+ * <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days.</p>
1419
+ */
1420
+ Lifecycle?: AwsBackupBackupPlanLifecycleDetails;
1421
+ }
1422
+ /**
1423
+ * <p>Provides details about an array of <code>BackupRule</code> objects, each of which specifies a scheduled task that is used to back up a selection of resources.
1424
+ * </p>
1425
+ */
1426
+ export interface AwsBackupBackupPlanRuleDetails {
1427
+ /**
1428
+ * <p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the Amazon Web Services account used to create them and the Amazon Web Services Region where they are created. They consist of letters, numbers, and hyphens.
1429
+ * </p>
1430
+ */
1431
+ TargetBackupVault?: string;
1432
+ /**
1433
+ * <p>A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully.
1434
+ * </p>
1435
+ */
1436
+ StartWindowMinutes?: number;
1437
+ /**
1438
+ * <p>A cron expression in UTC specifying when Backup initiates a backup job.
1439
+ * </p>
1440
+ */
1441
+ ScheduleExpression?: string;
1442
+ /**
1443
+ * <p>A display name for a backup rule. Must contain 1 to 50 alphanumeric or '-_.' characters.
1444
+ * </p>
1445
+ */
1446
+ RuleName?: string;
1447
+ /**
1448
+ * <p>Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
1449
+ * </p>
1450
+ */
1451
+ RuleId?: string;
1452
+ /**
1453
+ * <p>Specifies whether Backup creates continuous backups capable of point-in-time restore (PITR).
1454
+ * </p>
1455
+ */
1456
+ EnableContinuousBackup?: boolean;
1457
+ /**
1458
+ * <p>A value in minutes after a backup job is successfully started before it must be completed, or it is canceled by Backup.
1459
+ * </p>
1460
+ */
1461
+ CompletionWindowMinutes?: number;
1462
+ /**
1463
+ * <p>An array of <code>CopyAction</code> objects, which contains the details of the copy operation.
1464
+ * </p>
1465
+ */
1466
+ CopyActions?: AwsBackupBackupPlanRuleCopyActionsDetails[];
1467
+ /**
1468
+ * <p>Defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. If you do not specify a lifecycle, Backup applies the lifecycle policy of the source backup to the destination backup.</p>
1469
+ * <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days.</p>
1470
+ */
1471
+ Lifecycle?: AwsBackupBackupPlanLifecycleDetails;
1472
+ }
1473
+ /**
1474
+ * <p>Provides details about an Backup backup plan and an array of <code>BackupRule</code> objects, each of which specifies a backup rule.
1475
+ * </p>
1476
+ */
1477
+ export interface AwsBackupBackupPlanBackupPlanDetails {
1478
+ /**
1479
+ * <p>The display name of a backup plan.
1480
+ * </p>
1481
+ */
1482
+ BackupPlanName?: string;
1483
+ /**
1484
+ * <p>A list of backup options for each resource type.
1485
+ * </p>
1486
+ */
1487
+ AdvancedBackupSettings?: AwsBackupBackupPlanAdvancedBackupSettingsDetails[];
1488
+ /**
1489
+ * <p>An array of <code>BackupRule</code> objects, each of which specifies a scheduled task that is used to back up a selection of resources.
1490
+ * </p>
1491
+ */
1492
+ BackupPlanRule?: AwsBackupBackupPlanRuleDetails[];
1493
+ }
1494
+ /**
1495
+ * <p>Provides details about an Backup backup plan and an array of <code>BackupRule</code> objects, each of which specifies a backup rule.
1496
+ * </p>
1497
+ */
1498
+ export interface AwsBackupBackupPlanDetails {
1499
+ /**
1500
+ * <p>Uniquely identifies the backup plan to be associated with the selection of resources.
1501
+ * </p>
1502
+ */
1503
+ BackupPlan?: AwsBackupBackupPlanBackupPlanDetails;
1504
+ /**
1505
+ * <p>An Amazon Resource Name (ARN) that uniquely identifies the backup plan.
1506
+ * </p>
1507
+ */
1508
+ BackupPlanArn?: string;
1509
+ /**
1510
+ * <p>A unique ID for the backup plan.
1511
+ * </p>
1512
+ */
1513
+ BackupPlanId?: string;
1514
+ /**
1515
+ * <p>Unique, randomly generated, Unicode, UTF-8 encoded strings. Version IDs cannot be edited.
1516
+ * </p>
1517
+ */
1518
+ VersionId?: string;
1519
+ }
1520
+ /**
1521
+ * <p>Provides details about the Amazon SNS event notifications for the specified backup vault.
1522
+ * </p>
1523
+ */
1524
+ export interface AwsBackupBackupVaultNotificationsDetails {
1525
+ /**
1526
+ * <p>An array of events that indicate the status of jobs to back up resources to the backup vault.
1527
+ * The following events are supported:</p>
1528
+ * <ul>
1529
+ * <li>
1530
+ * <p>
1531
+ * <code>BACKUP_JOB_STARTED | BACKUP_JOB_COMPLETED</code>
1532
+ * </p>
1533
+ * </li>
1534
+ * <li>
1535
+ * <p>
1536
+ * <code>COPY_JOB_STARTED | COPY_JOB_SUCCESSFUL | COPY_JOB_FAILED</code>
1537
+ * </p>
1538
+ * </li>
1539
+ * <li>
1540
+ * <p>
1541
+ * <code>RESTORE_JOB_STARTED | RESTORE_JOB_COMPLETED | RECOVERY_POINT_MODIFIED</code>
1542
+ * </p>
1543
+ * </li>
1544
+ * <li>
1545
+ * <p>
1546
+ * <code>S3_BACKUP_OBJECT_FAILED | S3_RESTORE_OBJECT_FAILED</code>
1547
+ * </p>
1548
+ * </li>
1549
+ * </ul>
1550
+ */
1551
+ BackupVaultEvents?: string[];
1552
+ /**
1553
+ * <p>An ARN that uniquely identifies the Amazon SNS topic for a backup vault’s events.
1554
+ * </p>
1555
+ */
1556
+ SnsTopicArn?: string;
1557
+ }
1558
+ /**
1559
+ * <p>Provides details about an Backup backup vault. In Backup, a backup vault is
1560
+ * a container that stores and organizes your backups.
1561
+ * </p>
1562
+ */
1563
+ export interface AwsBackupBackupVaultDetails {
1564
+ /**
1565
+ * <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault.
1566
+ * </p>
1567
+ */
1568
+ BackupVaultArn?: string;
1569
+ /**
1570
+ * <p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the
1571
+ * Amazon Web Services account used to create them and the Amazon Web Services Region where they are created.
1572
+ * They consist of lowercase letters, numbers, and hyphens.
1573
+ * </p>
1574
+ */
1575
+ BackupVaultName?: string;
1576
+ /**
1577
+ * <p>The unique ARN associated with the server-side encryption key. You can specify a key to encrypt your backups from services that support
1578
+ * full Backup management. If you do not specify a key, Backup creates an KMS key for you by default.
1579
+ * </p>
1580
+ */
1581
+ EncryptionKeyArn?: string;
1582
+ /**
1583
+ * <p>The Amazon SNS event notifications for the specified backup vault.
1584
+ * </p>
1585
+ */
1586
+ Notifications?: AwsBackupBackupVaultNotificationsDetails;
1587
+ /**
1588
+ * <p>A resource-based policy that is used to manage access permissions on the target backup vault.
1589
+ * </p>
1590
+ */
1591
+ AccessPolicy?: string;
1592
+ }
1593
+ /**
1594
+ * <p>Specifies how long in days before a recovery point transitions to cold storage or is deleted.
1595
+ * </p>
1596
+ */
1597
+ export interface AwsBackupRecoveryPointCalculatedLifecycleDetails {
1598
+ /**
1599
+ * <p>Specifies the number of days after creation that a recovery point is deleted. Must be greater
1600
+ * than 90 days plus <code>MoveToColdStorageAfterDays</code>.
1601
+ * </p>
1602
+ */
1603
+ DeleteAt?: string;
1604
+ /**
1605
+ * <p>Specifies the number of days after creation that a recovery point is moved to cold storage.
1606
+ * </p>
1607
+ */
1608
+ MoveToColdStorageAt?: string;
1609
+ }
1610
+ /**
1611
+ * <p>Contains information about the backup plan and rule that Backup used to initiate the recovery point backup.
1612
+ * </p>
1613
+ */
1614
+ export interface AwsBackupRecoveryPointCreatedByDetails {
1615
+ /**
1616
+ * <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan.
1617
+ * </p>
1618
+ */
1619
+ BackupPlanArn?: string;
1620
+ /**
1621
+ * <p>Uniquely identifies a backup plan.
1622
+ * </p>
1623
+ */
1624
+ BackupPlanId?: string;
1625
+ /**
1626
+ * <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most
1627
+ * 1,024 bytes long. Version IDs cannot be edited.
1628
+ * </p>
1629
+ */
1630
+ BackupPlanVersion?: string;
1631
+ /**
1632
+ * <p>Uniquely identifies a rule used to schedule the backup of a selection of resources.
1633
+ * </p>
1634
+ */
1635
+ BackupRuleId?: string;
1636
+ }
1637
+ /**
1638
+ * <p>Contains an array of Transition objects specifying how long in days before a recovery point transitions to cold storage or is deleted.
1639
+ * </p>
1640
+ */
1641
+ export interface AwsBackupRecoveryPointLifecycleDetails {
1642
+ /**
1643
+ * <p>Specifies the number of days after creation that a recovery point is deleted. Must be greater
1644
+ * than 90 days plus <code>MoveToColdStorageAfterDays</code>.
1645
+ * </p>
1646
+ */
1647
+ DeleteAfterDays?: number;
1648
+ /**
1649
+ * <p>Specifies the number of days after creation that a recovery point is moved to cold storage.
1650
+ * </p>
1651
+ */
1652
+ MoveToColdStorageAfterDays?: number;
1653
+ }
1654
+ /**
1655
+ * <p>Contains detailed information about the recovery points stored in an Backup backup vault.
1656
+ * A backup, or recovery point, represents the content of a resource at a specified time.
1657
+ * </p>
1658
+ */
1659
+ export interface AwsBackupRecoveryPointDetails {
1660
+ /**
1661
+ * <p>The size, in bytes, of a backup.
1662
+ * </p>
1663
+ */
1664
+ BackupSizeInBytes?: number;
1665
+ /**
1666
+ * <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault.
1667
+ * </p>
1668
+ */
1669
+ BackupVaultArn?: string;
1670
+ /**
1671
+ * <p>The name of a logical container where backups are stored. Backup vaults are identified by names
1672
+ * that are unique to the Amazon Web Services account used to create them and the Amazon Web Services Region
1673
+ * where they are created. They consist of lowercase letters, numbers, and hyphens.
1674
+ * </p>
1675
+ */
1676
+ BackupVaultName?: string;
1677
+ /**
1678
+ * <p>A <code>CalculatedLifecycle</code> object containing <code>DeleteAt</code> and <code>MoveToColdStorageAt</code> timestamps.
1679
+ * </p>
1680
+ */
1681
+ CalculatedLifecycle?: AwsBackupRecoveryPointCalculatedLifecycleDetails;
1682
+ /**
1683
+ * <p>The date and time that a job to create a recovery point is completed, in Unix format and UTC.
1684
+ * The value of <code>CompletionDate</code> is accurate to milliseconds. For example, the value 1516925490.087
1685
+ * represents Friday, January 26, 2018 12:11:30.087 AM.
1686
+ * </p>
1687
+ */
1688
+ CompletionDate?: string;
1689
+ /**
1690
+ * <p>Contains identifying information about the creation of a recovery point, including the
1691
+ * <code>BackupPlanArn</code>, <code>BackupPlanId</code>, <code>BackupPlanVersion</code>, and <code>BackupRuleId</code>
1692
+ * of the backup plan that is used to create it.
1693
+ * </p>
1694
+ */
1695
+ CreatedBy?: AwsBackupRecoveryPointCreatedByDetails;
1696
+ /**
1697
+ * <p>The date and time a recovery point is created, in Unix format and UTC. The value of <code>CreationDate</code>
1698
+ * is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
1699
+ * </p>
1700
+ */
1701
+ CreationDate?: string;
1702
+ /**
1703
+ * <p>The ARN for the server-side encryption key that is used to protect your backups.
1704
+ * </p>
1705
+ */
1706
+ EncryptionKeyArn?: string;
1707
+ /**
1708
+ * <p>Specifies the IAM role ARN used to create the target recovery point
1709
+ * </p>
1710
+ */
1711
+ IamRoleArn?: string;
1712
+ /**
1713
+ * <p>A Boolean value that is returned as <code>TRUE</code> if the specified recovery point is
1714
+ * encrypted, or <code>FALSE</code> if the recovery point is not encrypted.
1715
+ * </p>
1716
+ */
1717
+ IsEncrypted?: boolean;
1718
+ /**
1719
+ * <p>The date and time that a recovery point was last restored, in Unix format and UTC. The value of
1720
+ * <code>LastRestoreTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents
1721
+ * Friday, January 26, 2018 12:11:30.087 AM.
1722
+ * </p>
1723
+ */
1724
+ LastRestoreTime?: string;
1725
+ /**
1726
+ * <p>The lifecycle defines when a protected resource is transitioned to cold storage and when it
1727
+ * expires. Backup transitions and expires backups automatically according to the lifecycle that
1728
+ * you define
1729
+ * </p>
1730
+ */
1731
+ Lifecycle?: AwsBackupRecoveryPointLifecycleDetails;
1732
+ /**
1733
+ * <p>An ARN that uniquely identifies a recovery point.
1734
+ * </p>
1735
+ */
1736
+ RecoveryPointArn?: string;
1737
+ /**
1738
+ * <p>An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
1739
+ * </p>
1740
+ */
1741
+ ResourceArn?: string;
1742
+ /**
1743
+ * <p>The type of Amazon Web Services resource saved as a recovery point, such as an Amazon EBS volume or an Amazon RDS database.
1744
+ * </p>
1745
+ */
1746
+ ResourceType?: string;
1747
+ /**
1748
+ * <p>The ARN for the backup vault where the recovery point was originally copied from. If the recovery
1749
+ * point is restored to the same account, this value will be null.
1750
+ * </p>
1751
+ */
1752
+ SourceBackupVaultArn?: string;
1753
+ /**
1754
+ * <p>A status code specifying the state of the recovery point. Valid values are as follows:</p>
1755
+ * <ul>
1756
+ * <li>
1757
+ * <p>
1758
+ * <code>COMPLETED</code>
1759
+ * </p>
1760
+ * </li>
1761
+ * <li>
1762
+ * <p>
1763
+ * <code>DELETING</code>
1764
+ * </p>
1765
+ * </li>
1766
+ * <li>
1767
+ * <p>
1768
+ * <code>EXPIRED</code>
1769
+ * </p>
1770
+ * </li>
1771
+ * <li>
1772
+ * <p>
1773
+ * <code>PARTIAL</code>
1774
+ * </p>
1775
+ * </li>
1776
+ * </ul>
1777
+ */
1778
+ Status?: string;
1779
+ /**
1780
+ * <p>A message explaining the reason of the recovery point deletion failure.
1781
+ * </p>
1782
+ */
1783
+ StatusMessage?: string;
1784
+ /**
1785
+ * <p>Specifies the storage class of the recovery point. Valid values are as follows:</p>
1786
+ * <ul>
1787
+ * <li>
1788
+ * <p>
1789
+ * <code>COLD</code>
1790
+ * </p>
1791
+ * </li>
1792
+ * <li>
1793
+ * <p>
1794
+ * <code>DELETED</code>
1795
+ * </p>
1796
+ * </li>
1797
+ * <li>
1798
+ * <p>
1799
+ * <code>WARM</code>
1800
+ * </p>
1801
+ * </li>
1802
+ * </ul>
1803
+ */
1804
+ StorageClass?: string;
1805
+ }
1317
1806
  /**
1318
1807
  * <p>Provides details about the CNAME record that is added to the DNS database for domain
1319
1808
  * validation.</p>
@@ -1426,7 +1915,7 @@ export interface AwsCertificateManagerCertificateRenewalSummary {
1426
1915
  */
1427
1916
  RenewalStatus?: string;
1428
1917
  /**
1429
- * <p>The reason that a renewal request was unsuccessful.</p>
1918
+ * <p>The reason that a renewal request was unsuccessful. This attribute is used only when <code>RenewalStatus</code> is <code>FAILED</code>.</p>
1430
1919
  * <p>Valid values: <code>NO_AVAILABLE_CONTACTS</code> |
1431
1920
  * <code>ADDITIONAL_VERIFICATION_REQUIRED</code> | <code>DOMAIN_NOT_ALLOWED</code> |
1432
1921
  * <code>INVALID_PUBLIC_DOMAIN</code> | <code>DOMAIN_VALIDATION_DENIED</code> |
@@ -2622,7 +3111,7 @@ export interface AwsDynamoDbTableKeySchema {
2622
3111
  */
2623
3112
  AttributeName?: string;
2624
3113
  /**
2625
- * <p>The type of key used for the key schema attribute.</p>
3114
+ * <p>The type of key used for the key schema attribute. Valid values are <code>HASH</code> or <code>RANGE</code>.</p>
2626
3115
  */
2627
3116
  KeyType?: string;
2628
3117
  }
@@ -2637,7 +3126,24 @@ export interface AwsDynamoDbTableProjection {
2637
3126
  */
2638
3127
  NonKeyAttributes?: string[];
2639
3128
  /**
2640
- * <p>The types of attributes that are projected into the index.</p>
3129
+ * <p>The types of attributes that are projected into the index. Valid values are as follows:</p>
3130
+ * <ul>
3131
+ * <li>
3132
+ * <p>
3133
+ * <code>ALL</code>
3134
+ * </p>
3135
+ * </li>
3136
+ * <li>
3137
+ * <p>
3138
+ * <code>INCLUDE</code>
3139
+ * </p>
3140
+ * </li>
3141
+ * <li>
3142
+ * <p>
3143
+ * <code>KEYS_ONLY</code>
3144
+ * </p>
3145
+ * </li>
3146
+ * </ul>
2641
3147
  */
2642
3148
  ProjectionType?: string;
2643
3149
  }
@@ -2698,6 +3204,28 @@ export interface AwsDynamoDbTableGlobalSecondaryIndex {
2698
3204
  IndexSizeBytes?: number;
2699
3205
  /**
2700
3206
  * <p>The current status of the index.</p>
3207
+ * <ul>
3208
+ * <li>
3209
+ * <p>
3210
+ * <code>ACTIVE</code>
3211
+ * </p>
3212
+ * </li>
3213
+ * <li>
3214
+ * <p>
3215
+ * <code>CREATING</code>
3216
+ * </p>
3217
+ * </li>
3218
+ * <li>
3219
+ * <p>
3220
+ * <code>DELETING</code>
3221
+ * </p>
3222
+ * </li>
3223
+ * <li>
3224
+ * <p>
3225
+ * <code>UPDATING</code>
3226
+ * </p>
3227
+ * </li>
3228
+ * </ul>
2701
3229
  */
2702
3230
  IndexStatus?: string;
2703
3231
  /**
@@ -2783,7 +3311,34 @@ export interface AwsDynamoDbTableReplica {
2783
3311
  */
2784
3312
  RegionName?: string;
2785
3313
  /**
2786
- * <p>The current status of the replica.</p>
3314
+ * <p>The current status of the replica. Valid values are as follows:</p>
3315
+ * <ul>
3316
+ * <li>
3317
+ * <p>
3318
+ * <code>ACTIVE</code>
3319
+ * </p>
3320
+ * </li>
3321
+ * <li>
3322
+ * <p>
3323
+ * <code>CREATING</code>
3324
+ * </p>
3325
+ * </li>
3326
+ * <li>
3327
+ * <p>
3328
+ * <code>CREATION_FAILED</code>
3329
+ * </p>
3330
+ * </li>
3331
+ * <li>
3332
+ * <p>
3333
+ * <code>DELETING</code>
3334
+ * </p>
3335
+ * </li>
3336
+ * <li>
3337
+ * <p>
3338
+ * <code>UPDATING</code>
3339
+ * </p>
3340
+ * </li>
3341
+ * </ul>
2787
3342
  */
2788
3343
  ReplicaStatus?: string;
2789
3344
  /**
@@ -2934,7 +3489,44 @@ export interface AwsDynamoDbTableDetails {
2934
3489
  */
2935
3490
  TableSizeBytes?: number;
2936
3491
  /**
2937
- * <p>The current status of the table.</p>
3492
+ * <p>The current status of the table. Valid values are as follows:</p>
3493
+ * <ul>
3494
+ * <li>
3495
+ * <p>
3496
+ * <code>ACTIVE</code>
3497
+ * </p>
3498
+ * </li>
3499
+ * <li>
3500
+ * <p>
3501
+ * <code>ARCHIVED</code>
3502
+ * </p>
3503
+ * </li>
3504
+ * <li>
3505
+ * <p>
3506
+ * <code>ARCHIVING</code>
3507
+ * </p>
3508
+ * </li>
3509
+ * <li>
3510
+ * <p>
3511
+ * <code>CREATING</code>
3512
+ * </p>
3513
+ * </li>
3514
+ * <li>
3515
+ * <p>
3516
+ * <code>DELETING</code>
3517
+ * </p>
3518
+ * </li>
3519
+ * <li>
3520
+ * <p>
3521
+ * <code>INACCESSIBLE_ENCRYPTION_CREDENTIALS</code>
3522
+ * </p>
3523
+ * </li>
3524
+ * <li>
3525
+ * <p>
3526
+ * <code>UPDATING</code>
3527
+ * </p>
3528
+ * </li>
3529
+ * </ul>
2938
3530
  */
2939
3531
  TableStatus?: string;
2940
3532
  }
@@ -3467,7 +4059,39 @@ export interface Ipv6CidrBlockAssociation {
3467
4059
  */
3468
4060
  Ipv6CidrBlock?: string;
3469
4061
  /**
3470
- * <p>Information about the state of the CIDR block.</p>
4062
+ * <p>Information about the state of the CIDR block. Valid values are as follows:</p>
4063
+ * <ul>
4064
+ * <li>
4065
+ * <p>
4066
+ * <code>associating</code>
4067
+ * </p>
4068
+ * </li>
4069
+ * <li>
4070
+ * <p>
4071
+ * <code>associated</code>
4072
+ * </p>
4073
+ * </li>
4074
+ * <li>
4075
+ * <p>
4076
+ * <code>disassociating</code>
4077
+ * </p>
4078
+ * </li>
4079
+ * <li>
4080
+ * <p>
4081
+ * <code>disassociated</code>
4082
+ * </p>
4083
+ * </li>
4084
+ * <li>
4085
+ * <p>
4086
+ * <code>failed</code>
4087
+ * </p>
4088
+ * </li>
4089
+ * <li>
4090
+ * <p>
4091
+ * <code>failing</code>
4092
+ * </p>
4093
+ * </li>
4094
+ * </ul>
3471
4095
  */
3472
4096
  CidrBlockState?: string;
3473
4097
  }
@@ -3508,7 +4132,7 @@ export interface AwsEc2SubnetDetails {
3508
4132
  */
3509
4133
  OwnerId?: string;
3510
4134
  /**
3511
- * <p>The current state of the subnet.</p>
4135
+ * <p>The current state of the subnet. Valid values are <code>available</code> or <code>pending</code>.</p>
3512
4136
  */
3513
4137
  State?: string;
3514
4138
  /**
@@ -3612,7 +4236,34 @@ export interface AwsEc2VolumeAttachment {
3612
4236
  */
3613
4237
  InstanceId?: string;
3614
4238
  /**
3615
- * <p>The attachment state of the volume.</p>
4239
+ * <p>The attachment state of the volume. Valid values are as follows:</p>
4240
+ * <ul>
4241
+ * <li>
4242
+ * <p>
4243
+ * <code>attaching</code>
4244
+ * </p>
4245
+ * </li>
4246
+ * <li>
4247
+ * <p>
4248
+ * <code>attached</code>
4249
+ * </p>
4250
+ * </li>
4251
+ * <li>
4252
+ * <p>
4253
+ * <code>busy</code>
4254
+ * </p>
4255
+ * </li>
4256
+ * <li>
4257
+ * <p>
4258
+ * <code>detaching</code>
4259
+ * </p>
4260
+ * </li>
4261
+ * <li>
4262
+ * <p>
4263
+ * <code>detached</code>
4264
+ * </p>
4265
+ * </li>
4266
+ * </ul>
3616
4267
  */
3617
4268
  Status?: string;
3618
4269
  }
@@ -3645,7 +4296,39 @@ export interface AwsEc2VolumeDetails {
3645
4296
  */
3646
4297
  SnapshotId?: string;
3647
4298
  /**
3648
- * <p>The volume state.</p>
4299
+ * <p>The volume state. Valid values are as follows:</p>
4300
+ * <ul>
4301
+ * <li>
4302
+ * <p>
4303
+ * <code>available</code>
4304
+ * </p>
4305
+ * </li>
4306
+ * <li>
4307
+ * <p>
4308
+ * <code>creating</code>
4309
+ * </p>
4310
+ * </li>
4311
+ * <li>
4312
+ * <p>
4313
+ * <code>deleted</code>
4314
+ * </p>
4315
+ * </li>
4316
+ * <li>
4317
+ * <p>
4318
+ * <code>deleting</code>
4319
+ * </p>
4320
+ * </li>
4321
+ * <li>
4322
+ * <p>
4323
+ * <code>error</code>
4324
+ * </p>
4325
+ * </li>
4326
+ * <li>
4327
+ * <p>
4328
+ * <code>in-use</code>
4329
+ * </p>
4330
+ * </li>
4331
+ * </ul>
3649
4332
  */
3650
4333
  Status?: string;
3651
4334
  /**
@@ -3709,7 +4392,7 @@ export interface AwsEc2VpcDetails {
3709
4392
  */
3710
4393
  DhcpOptionsId?: string;
3711
4394
  /**
3712
- * <p>The current state of the VPC.</p>
4395
+ * <p>The current state of the VPC. Valid values are <code>available</code> or <code>pending</code>.</p>
3713
4396
  */
3714
4397
  State?: string;
3715
4398
  }
@@ -3763,7 +4446,34 @@ export interface AwsEc2VpcEndpointServiceDetails {
3763
4446
  */
3764
4447
  ServiceName?: string;
3765
4448
  /**
3766
- * <p>The current state of the service.</p>
4449
+ * <p>The current state of the service. Valid values are as follows:</p>
4450
+ * <ul>
4451
+ * <li>
4452
+ * <p>
4453
+ * <code>Available</code>
4454
+ * </p>
4455
+ * </li>
4456
+ * <li>
4457
+ * <p>
4458
+ * <code>Deleted</code>
4459
+ * </p>
4460
+ * </li>
4461
+ * <li>
4462
+ * <p>
4463
+ * <code>Deleting</code>
4464
+ * </p>
4465
+ * </li>
4466
+ * <li>
4467
+ * <p>
4468
+ * <code>Failed</code>
4469
+ * </p>
4470
+ * </li>
4471
+ * <li>
4472
+ * <p>
4473
+ * <code>Pending</code>
4474
+ * </p>
4475
+ * </li>
4476
+ * </ul>
3767
4477
  */
3768
4478
  ServiceState?: string;
3769
4479
  /**
@@ -4033,7 +4743,7 @@ export interface AwsEc2VpnConnectionVgwTelemetryDetails {
4033
4743
  */
4034
4744
  OutsideIpAddress?: string;
4035
4745
  /**
4036
- * <p>The status of the VPN tunnel.</p>
4746
+ * <p>The status of the VPN tunnel. Valid values are <code>DOWN</code> or <code>UP</code>.</p>
4037
4747
  */
4038
4748
  Status?: string;
4039
4749
  /**
@@ -4051,7 +4761,29 @@ export interface AwsEc2VpnConnectionDetails {
4051
4761
  */
4052
4762
  VpnConnectionId?: string;
4053
4763
  /**
4054
- * <p>The current state of the VPN connection.</p>
4764
+ * <p>The current state of the VPN connection. Valid values are as follows:</p>
4765
+ * <ul>
4766
+ * <li>
4767
+ * <p>
4768
+ * <code>available</code>
4769
+ * </p>
4770
+ * </li>
4771
+ * <li>
4772
+ * <p>
4773
+ * <code>deleted</code>
4774
+ * </p>
4775
+ * </li>
4776
+ * <li>
4777
+ * <p>
4778
+ * <code>deleting</code>
4779
+ * </p>
4780
+ * </li>
4781
+ * <li>
4782
+ * <p>
4783
+ * <code>pending</code>
4784
+ * </p>
4785
+ * </li>
4786
+ * </ul>
4055
4787
  */
4056
4788
  State?: string;
4057
4789
  /**
@@ -4108,7 +4840,24 @@ export interface AwsEcrContainerImageDetails {
4108
4840
  */
4109
4841
  RepositoryName?: string;
4110
4842
  /**
4111
- * <p>The architecture of the image.</p>
4843
+ * <p>The architecture of the image. Valid values are as follows:</p>
4844
+ * <ul>
4845
+ * <li>
4846
+ * <p>
4847
+ * <code>arm64</code>
4848
+ * </p>
4849
+ * </li>
4850
+ * <li>
4851
+ * <p>
4852
+ * <code>i386</code>
4853
+ * </p>
4854
+ * </li>
4855
+ * <li>
4856
+ * <p>
4857
+ * <code>x86_64</code>
4858
+ * </p>
4859
+ * </li>
4860
+ * </ul>
4112
4861
  */
4113
4862
  Architecture?: string;
4114
4863
  /**
@@ -4162,7 +4911,7 @@ export interface AwsEcrRepositoryDetails {
4162
4911
  */
4163
4912
  ImageScanningConfiguration?: AwsEcrRepositoryImageScanningConfigurationDetails;
4164
4913
  /**
4165
- * <p>The tag mutability setting for the repository.</p>
4914
+ * <p>The tag mutability setting for the repository. Valid values are <code>IMMUTABLE</code> or <code>MUTABLE</code>.</p>
4166
4915
  */
4167
4916
  ImageTagMutability?: string;
4168
4917
  /**
@@ -4183,11 +4932,11 @@ export interface AwsEcrRepositoryDetails {
4183
4932
  */
4184
4933
  export interface AwsEcsClusterClusterSettingsDetails {
4185
4934
  /**
4186
- * <p>The name of the setting.</p>
4935
+ * <p>The name of the setting. The valid value is <code>containerInsights</code>.</p>
4187
4936
  */
4188
4937
  Name?: string;
4189
4938
  /**
4190
- * <p>The value of the setting.</p>
4939
+ * <p>The value of the setting. Valid values are <code>disabled</code> or <code>enabled</code>.</p>
4191
4940
  */
4192
4941
  Value?: string;
4193
4942
  }
@@ -4644,7 +5393,29 @@ export interface AwsEcsServiceDetails {
4644
5393
  */
4645
5394
  export interface AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails {
4646
5395
  /**
4647
- * <p>The dependency condition of the dependent container. Indicates the required status of the dependent container before the current container can start.</p>
5396
+ * <p>The dependency condition of the dependent container. Indicates the required status of the dependent container before the current container can start. Valid values are as follows:</p>
5397
+ * <ul>
5398
+ * <li>
5399
+ * <p>
5400
+ * <code>COMPLETE</code>
5401
+ * </p>
5402
+ * </li>
5403
+ * <li>
5404
+ * <p>
5405
+ * <code>HEALTHY</code>
5406
+ * </p>
5407
+ * </li>
5408
+ * <li>
5409
+ * <p>
5410
+ * <code>SUCCESS</code>
5411
+ * </p>
5412
+ * </li>
5413
+ * <li>
5414
+ * <p>
5415
+ * <code>START</code>
5416
+ * </p>
5417
+ * </li>
5418
+ * </ul>
4648
5419
  */
4649
5420
  Condition?: string;
4650
5421
  /**
@@ -4670,7 +5441,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails {
4670
5441
  */
4671
5442
  export interface AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails {
4672
5443
  /**
4673
- * <p>The type of environment file.</p>
5444
+ * <p>The type of environment file. The valid value is <code>s3</code>.</p>
4674
5445
  */
4675
5446
  Type?: string;
4676
5447
  /**
@@ -4717,7 +5488,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDe
4717
5488
  */
4718
5489
  Options?: Record<string, string>;
4719
5490
  /**
4720
- * <p>The log router to use. </p>
5491
+ * <p>The log router to use. Valid values are <code>fluentbit</code> or <code>fluentd</code>.</p>
4721
5492
  */
4722
5493
  Type?: string;
4723
5494
  }
@@ -4751,11 +5522,39 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails {
4751
5522
  */
4752
5523
  export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails {
4753
5524
  /**
4754
- * <p>The Linux capabilities for the container that are added to the default configuration provided by Docker.</p>
5525
+ * <p>The Linux capabilities for the container that are added to the default configuration provided by Docker. Valid values are as follows:</p>
5526
+ * <p>Valid values: <code>"ALL"</code> | <code>"AUDIT_CONTROL"</code> |<code> "AUDIT_WRITE"</code> |
5527
+ * <code>"BLOCK_SUSPEND"</code> | <code>"CHOWN"</code> | <code>"DAC_OVERRIDE"</code> |
5528
+ * <code>"DAC_READ_SEARCH"</code> | <code>"FOWNER"</code> | <code>"FSETID"</code> |
5529
+ * <code>"IPC_LOCK"</code> | <code>"IPC_OWNER"</code> | <code>"KILL"</code> |
5530
+ * <code>"LEASE"</code> | <code>"LINUX_IMMUTABLE"</code> | <code>"MAC_ADMIN"</code> |<code>
5531
+ * "MAC_OVERRIDE"</code> | <code>"MKNOD"</code> | <code>"NET_ADMIN"</code> |
5532
+ * <code>"NET_BIND_SERVICE"</code> | <code>"NET_BROADCAST"</code> | <code>"NET_RAW"</code> |
5533
+ * <code>"SETFCAP"</code> | <code>"SETGID"</code> | <code>"SETPCAP"</code> |
5534
+ * <code>"SETUID"</code> | <code>"SYS_ADMIN"</code> | <code>"SYS_BOOT"</code> |
5535
+ * <code>"SYS_CHROOT"</code> | <code>"SYS_MODULE"</code> | <code>"SYS_NICE"</code> |
5536
+ * <code>"SYS_PACCT"</code> | <code>"SYS_PTRACE"</code> | <code>"SYS_RAWIO"</code> |
5537
+ * <code>"SYS_RESOURCE"</code> | <code>"SYS_TIME"</code> | <code>"SYS_TTY_CONFIG"</code> |
5538
+ * <code>"SYSLOG"</code> | <code>"WAKE_ALARM"</code>
5539
+ * </p>
4755
5540
  */
4756
5541
  Add?: string[];
4757
5542
  /**
4758
5543
  * <p>The Linux capabilities for the container that are dropped from the default configuration provided by Docker.</p>
5544
+ * <p>Valid values: <code>"ALL"</code> | <code>"AUDIT_CONTROL"</code> |<code> "AUDIT_WRITE"</code> |
5545
+ * <code>"BLOCK_SUSPEND"</code> | <code>"CHOWN"</code> | <code>"DAC_OVERRIDE"</code> |
5546
+ * <code>"DAC_READ_SEARCH"</code> | <code>"FOWNER"</code> | <code>"FSETID"</code> |
5547
+ * <code>"IPC_LOCK"</code> | <code>"IPC_OWNER"</code> | <code>"KILL"</code> |
5548
+ * <code>"LEASE"</code> | <code>"LINUX_IMMUTABLE"</code> | <code>"MAC_ADMIN"</code> |<code>
5549
+ * "MAC_OVERRIDE"</code> | <code>"MKNOD"</code> | <code>"NET_ADMIN"</code> |
5550
+ * <code>"NET_BIND_SERVICE"</code> | <code>"NET_BROADCAST"</code> | <code>"NET_RAW"</code> |
5551
+ * <code>"SETFCAP"</code> | <code>"SETGID"</code> | <code>"SETPCAP"</code> |
5552
+ * <code>"SETUID"</code> | <code>"SYS_ADMIN"</code> | <code>"SYS_BOOT"</code> |
5553
+ * <code>"SYS_CHROOT"</code> | <code>"SYS_MODULE"</code> | <code>"SYS_NICE"</code> |
5554
+ * <code>"SYS_PACCT"</code> | <code>"SYS_PTRACE"</code> | <code>"SYS_RAWIO"</code> |
5555
+ * <code>"SYS_RESOURCE"</code> | <code>"SYS_TIME"</code> | <code>"SYS_TTY_CONFIG"</code> |
5556
+ * <code>"SYSLOG"</code> | <code>"WAKE_ALARM"</code>
5557
+ * </p>
4759
5558
  */
4760
5559
  Drop?: string[];
4761
5560
  }
@@ -4786,6 +5585,19 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDet
4786
5585
  ContainerPath?: string;
4787
5586
  /**
4788
5587
  * <p>The list of tmpfs volume mount options.</p>
5588
+ * <p>Valid values: <code>"defaults"</code> | <code>"ro"</code> | <code>"rw"</code> | <code>"suid"</code> |
5589
+ * <code>"nosuid"</code> | <code>"dev"</code> | <code>"nodev"</code> |<code> "exec"</code> |
5590
+ * <code>"noexec"</code> | <code>"sync"</code> | <code>"async"</code> | <code>"dirsync"</code>
5591
+ * | <code>"remount"</code> | <code>"mand"</code> | <code>"nomand"</code> | <code>"atime"</code>
5592
+ * | <code>"noatime"</code> | <code>"diratime"</code> | <code>"nodiratime"</code> |
5593
+ * <code>"bind"</code> | <code>"rbind"</code> | <code>"unbindable"</code> |
5594
+ * <code>"runbindable"</code> | <code>"private"</code> | <code>"rprivate"</code> |
5595
+ * <code>"shared"</code> | <code>"rshared"</code> | <code>"slave"</code> |
5596
+ * <code>"rslave"</code> | <code>"relatime"</code> | <code>"norelatime"</code> |
5597
+ * <code>"strictatime"</code> | <code>"nostrictatime"</code> |<code> "mode"</code> |
5598
+ * <code>"uid"</code> | <code>"gid"</code> | <code>"nr_inodes"</code> |<code>
5599
+ * "nr_blocks"</code> | <code>"mpol"</code>
5600
+ * </p>
4789
5601
  */
4790
5602
  MountOptions?: string[];
4791
5603
  /**
@@ -4847,6 +5659,72 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretO
4847
5659
  export interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails {
4848
5660
  /**
4849
5661
  * <p>The log driver to use for the container.</p>
5662
+ * <p>Valid values on Fargate are as follows:</p>
5663
+ * <ul>
5664
+ * <li>
5665
+ * <p>
5666
+ * <code>awsfirelens</code>
5667
+ * </p>
5668
+ * </li>
5669
+ * <li>
5670
+ * <p>
5671
+ * <code>awslogs</code>
5672
+ * </p>
5673
+ * </li>
5674
+ * <li>
5675
+ * <p>
5676
+ * <code>splunk</code>
5677
+ * </p>
5678
+ * </li>
5679
+ * </ul>
5680
+ * <p>Valid values on Amazon EC2 are as follows:</p>
5681
+ * <ul>
5682
+ * <li>
5683
+ * <p>
5684
+ * <code>awsfirelens</code>
5685
+ * </p>
5686
+ * </li>
5687
+ * <li>
5688
+ * <p>
5689
+ * <code>awslogs</code>
5690
+ * </p>
5691
+ * </li>
5692
+ * <li>
5693
+ * <p>
5694
+ * <code>fluentd</code>
5695
+ * </p>
5696
+ * </li>
5697
+ * <li>
5698
+ * <p>
5699
+ * <code>gelf</code>
5700
+ * </p>
5701
+ * </li>
5702
+ * <li>
5703
+ * <p>
5704
+ * <code>journald</code>
5705
+ * </p>
5706
+ * </li>
5707
+ * <li>
5708
+ * <p>
5709
+ * <code>json-file</code>
5710
+ * </p>
5711
+ * </li>
5712
+ * <li>
5713
+ * <p>
5714
+ * <code>logentries</code>
5715
+ * </p>
5716
+ * </li>
5717
+ * <li>
5718
+ * <p>
5719
+ * <code>splunk</code>
5720
+ * </p>
5721
+ * </li>
5722
+ * <li>
5723
+ * <p>
5724
+ * <code>syslog</code>
5725
+ * </p>
5726
+ * </li>
5727
+ * </ul>
4850
5728
  */
4851
5729
  LogDriver?: string;
4852
5730
  /**
@@ -4906,7 +5784,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDe
4906
5784
  */
4907
5785
  export interface AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetails {
4908
5786
  /**
4909
- * <p>The type of resource to assign to a container.</p>
5787
+ * <p>The type of resource to assign to a container. Valid values are <code>GPU</code> or <code>InferenceAccelerator</code>.</p>
4910
5788
  */
4911
5789
  Type?: string;
4912
5790
  /**
@@ -4954,7 +5832,84 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails {
4954
5832
  */
4955
5833
  HardLimit?: number;
4956
5834
  /**
4957
- * <p>The type of the ulimit.</p>
5835
+ * <p>The type of the ulimit. Valid values are as follows:</p>
5836
+ * <ul>
5837
+ * <li>
5838
+ * <p>
5839
+ * <code>core</code>
5840
+ * </p>
5841
+ * </li>
5842
+ * <li>
5843
+ * <p>
5844
+ * <code>cpu</code>
5845
+ * </p>
5846
+ * </li>
5847
+ * <li>
5848
+ * <p>
5849
+ * <code>data</code>
5850
+ * </p>
5851
+ * </li>
5852
+ * <li>
5853
+ * <p>
5854
+ * <code>fsize</code>
5855
+ * </p>
5856
+ * </li>
5857
+ * <li>
5858
+ * <p>
5859
+ * <code>locks</code>
5860
+ * </p>
5861
+ * </li>
5862
+ * <li>
5863
+ * <p>
5864
+ * <code>memlock</code>
5865
+ * </p>
5866
+ * </li>
5867
+ * <li>
5868
+ * <p>
5869
+ * <code>msgqueue</code>
5870
+ * </p>
5871
+ * </li>
5872
+ * <li>
5873
+ * <p>
5874
+ * <code>nice</code>
5875
+ * </p>
5876
+ * </li>
5877
+ * <li>
5878
+ * <p>
5879
+ * <code>nofile</code>
5880
+ * </p>
5881
+ * </li>
5882
+ * <li>
5883
+ * <p>
5884
+ * <code>nproc</code>
5885
+ * </p>
5886
+ * </li>
5887
+ * <li>
5888
+ * <p>
5889
+ * <code>rss</code>
5890
+ * </p>
5891
+ * </li>
5892
+ * <li>
5893
+ * <p>
5894
+ * <code>rtprio</code>
5895
+ * </p>
5896
+ * </li>
5897
+ * <li>
5898
+ * <p>
5899
+ * <code>rttime</code>
5900
+ * </p>
5901
+ * </li>
5902
+ * <li>
5903
+ * <p>
5904
+ * <code>sigpending</code>
5905
+ * </p>
5906
+ * </li>
5907
+ * <li>
5908
+ * <p>
5909
+ * <code>stack</code>
5910
+ * </p>
5911
+ * </li>
5912
+ * </ul>
4958
5913
  */
4959
5914
  Name?: string;
4960
5915
  /**
@@ -5270,7 +6225,8 @@ export interface AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails {
5270
6225
  */
5271
6226
  Labels?: Record<string, string>;
5272
6227
  /**
5273
- * <p>The scope for the Docker volume that determines its lifecycle. Docker volumes that are scoped to a task are provisioned automatically when the task starts and destroyed when the task stops. Docker volumes that are shared persist after the task stops.</p>
6228
+ * <p>The scope for the Docker volume that determines its lifecycle. Docker volumes that are scoped to a task are provisioned
6229
+ * automatically when the task starts and destroyed when the task stops. Docker volumes that are shared persist after the task stops. Valid values are <code>shared</code> or <code>task</code>.</p>
5274
6230
  */
5275
6231
  Scope?: string;
5276
6232
  }
@@ -5352,7 +6308,34 @@ export interface AwsEcsTaskDefinitionDetails {
5352
6308
  */
5353
6309
  ContainerDefinitions?: AwsEcsTaskDefinitionContainerDefinitionsDetails[];
5354
6310
  /**
5355
- * <p>The number of CPU units used by the task.</p>
6311
+ * <p>The number of CPU units used by the task.Valid values are as follows:</p>
6312
+ * <ul>
6313
+ * <li>
6314
+ * <p>
6315
+ * <code>256 (.25 vCPU)</code>
6316
+ * </p>
6317
+ * </li>
6318
+ * <li>
6319
+ * <p>
6320
+ * <code>512 (.5 vCPU)</code>
6321
+ * </p>
6322
+ * </li>
6323
+ * <li>
6324
+ * <p>
6325
+ * <code>1024 (1 vCPU)</code>
6326
+ * </p>
6327
+ * </li>
6328
+ * <li>
6329
+ * <p>
6330
+ * <code>2048 (2 vCPU)</code>
6331
+ * </p>
6332
+ * </li>
6333
+ * <li>
6334
+ * <p>
6335
+ * <code>4096 (4 vCPU)</code>
6336
+ * </p>
6337
+ * </li>
6338
+ * </ul>
5356
6339
  */
5357
6340
  Cpu?: string;
5358
6341
  /**
@@ -5368,19 +6351,62 @@ export interface AwsEcsTaskDefinitionDetails {
5368
6351
  */
5369
6352
  InferenceAccelerators?: AwsEcsTaskDefinitionInferenceAcceleratorsDetails[];
5370
6353
  /**
5371
- * <p>The IPC resource namespace to use for the containers in the task.</p>
6354
+ * <p>The inter-process communication (IPC) resource namespace to use for the containers in the task. Valid values are as follows:</p>
6355
+ * <ul>
6356
+ * <li>
6357
+ * <p>
6358
+ * <code>host</code>
6359
+ * </p>
6360
+ * </li>
6361
+ * <li>
6362
+ * <p>
6363
+ * <code>none</code>
6364
+ * </p>
6365
+ * </li>
6366
+ * <li>
6367
+ * <p>
6368
+ * <code>task</code>
6369
+ * </p>
6370
+ * </li>
6371
+ * </ul>
5372
6372
  */
5373
6373
  IpcMode?: string;
5374
6374
  /**
5375
- * <p>The amount (in MiB) of memory used by the task.</p>
6375
+ * <p>The amount (in MiB) of memory used by the task. </p>
6376
+ * <p>For tasks that are hosted on Amazon EC2, you can provide a task-level memory value or a container-level memory value.
6377
+ * For tasks that are hosted on Fargate, you must use one of the <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size">specified values</a> in the <i>
6378
+ * <i>Amazon Elastic Container Service Developer Guide</i>
6379
+ * </i>, which determines your range of supported values for the <code>Cpu</code> and <code>Memory</code> parameters.</p>
5376
6380
  */
5377
6381
  Memory?: string;
5378
6382
  /**
5379
- * <p>The Docker networking mode to use for the containers in the task.</p>
6383
+ * <p>The Docker networking mode to use for the containers in the task. Valid values are as follows:</p>
6384
+ * <ul>
6385
+ * <li>
6386
+ * <p>
6387
+ * <code>awsvpc</code>
6388
+ * </p>
6389
+ * </li>
6390
+ * <li>
6391
+ * <p>
6392
+ * <code>bridge</code>
6393
+ * </p>
6394
+ * </li>
6395
+ * <li>
6396
+ * <p>
6397
+ * <code>host</code>
6398
+ * </p>
6399
+ * </li>
6400
+ * <li>
6401
+ * <p>
6402
+ * <code>none</code>
6403
+ * </p>
6404
+ * </li>
6405
+ * </ul>
5380
6406
  */
5381
6407
  NetworkMode?: string;
5382
6408
  /**
5383
- * <p>The process namespace to use for the containers in the task.</p>
6409
+ * <p>The process namespace to use for the containers in the task. Valid values are <code>host</code> or <code>task</code>.</p>
5384
6410
  */
5385
6411
  PidMode?: string;
5386
6412
  /**
@@ -5597,7 +6623,34 @@ export interface AwsEksClusterLoggingClusterLoggingDetails {
5597
6623
  */
5598
6624
  Enabled?: boolean;
5599
6625
  /**
5600
- * <p>A list of logging types.</p>
6626
+ * <p>A list of logging types. Valid values are as follows:</p>
6627
+ * <ul>
6628
+ * <li>
6629
+ * <p>
6630
+ * <code>api</code>
6631
+ * </p>
6632
+ * </li>
6633
+ * <li>
6634
+ * <p>
6635
+ * <code>audit</code>
6636
+ * </p>
6637
+ * </li>
6638
+ * <li>
6639
+ * <p>
6640
+ * <code>authenticator</code>
6641
+ * </p>
6642
+ * </li>
6643
+ * <li>
6644
+ * <p>
6645
+ * <code>controllerManager</code>
6646
+ * </p>
6647
+ * </li>
6648
+ * <li>
6649
+ * <p>
6650
+ * <code>scheduler</code>
6651
+ * </p>
6652
+ * </li>
6653
+ * </ul>
5601
6654
  */
5602
6655
  Types?: string[];
5603
6656
  }
@@ -5636,7 +6689,39 @@ export interface AwsEksClusterDetails {
5636
6689
  */
5637
6690
  CertificateAuthorityData?: string;
5638
6691
  /**
5639
- * <p>The status of the cluster.</p>
6692
+ * <p>The status of the cluster. Valid values are as follows:</p>
6693
+ * <ul>
6694
+ * <li>
6695
+ * <p>
6696
+ * <code>ACTIVE</code>
6697
+ * </p>
6698
+ * </li>
6699
+ * <li>
6700
+ * <p>
6701
+ * <code>CREATING</code>
6702
+ * </p>
6703
+ * </li>
6704
+ * <li>
6705
+ * <p>
6706
+ * <code>DELETING</code>
6707
+ * </p>
6708
+ * </li>
6709
+ * <li>
6710
+ * <p>
6711
+ * <code>FAILED</code>
6712
+ * </p>
6713
+ * </li>
6714
+ * <li>
6715
+ * <p>
6716
+ * <code>PENDING</code>
6717
+ * </p>
6718
+ * </li>
6719
+ * <li>
6720
+ * <p>
6721
+ * <code>UPDATING</code>
6722
+ * </p>
6723
+ * </li>
6724
+ * </ul>
5640
6725
  */
5641
6726
  ClusterStatus?: string;
5642
6727
  /**
@@ -5703,11 +6788,11 @@ export interface AwsElasticBeanstalkEnvironmentOptionSetting {
5703
6788
  */
5704
6789
  export interface AwsElasticBeanstalkEnvironmentTier {
5705
6790
  /**
5706
- * <p>The name of the environment tier.</p>
6791
+ * <p>The name of the environment tier. Valid values are <code>WebServer</code> or <code>Worker</code>.</p>
5707
6792
  */
5708
6793
  Name?: string;
5709
6794
  /**
5710
- * <p>The type of environment tier.</p>
6795
+ * <p>The type of environment tier. Valid values are <code>Standard</code> or <code>SQS/HTTP</code>.</p>
5711
6796
  */
5712
6797
  Type?: string;
5713
6798
  /**
@@ -5772,7 +6857,49 @@ export interface AwsElasticBeanstalkEnvironmentDetails {
5772
6857
  */
5773
6858
  SolutionStackName?: string;
5774
6859
  /**
5775
- * <p>The current operational status of the environment.</p>
6860
+ * <p>The current operational status of the environment. Valid values are as follows:</p>
6861
+ * <ul>
6862
+ * <li>
6863
+ * <p>
6864
+ * <code>Aborting</code>
6865
+ * </p>
6866
+ * </li>
6867
+ * <li>
6868
+ * <p>
6869
+ * <code>Launching</code>
6870
+ * </p>
6871
+ * </li>
6872
+ * <li>
6873
+ * <p>
6874
+ * <code>LinkingFrom</code>
6875
+ * </p>
6876
+ * </li>
6877
+ * <li>
6878
+ * <p>
6879
+ * <code>LinkingTo</code>
6880
+ * </p>
6881
+ * </li>
6882
+ * <li>
6883
+ * <p>
6884
+ * <code>Ready</code>
6885
+ * </p>
6886
+ * </li>
6887
+ * <li>
6888
+ * <p>
6889
+ * <code>Terminated</code>
6890
+ * </p>
6891
+ * </li>
6892
+ * <li>
6893
+ * <p>
6894
+ * <code>Terminating</code>
6895
+ * </p>
6896
+ * </li>
6897
+ * <li>
6898
+ * <p>
6899
+ * <code>Updating</code>
6900
+ * </p>
6901
+ * </li>
6902
+ * </ul>
5776
6903
  */
5777
6904
  Status?: string;
5778
6905
  /**
@@ -5832,7 +6959,8 @@ export interface AwsElasticsearchDomainElasticsearchClusterConfigDetails {
5832
6959
  */
5833
6960
  DedicatedMasterEnabled?: boolean;
5834
6961
  /**
5835
- * <p>The hardware configuration of the computer that hosts the dedicated master node. For example, <code>m3.medium.elasticsearch</code>. If this attribute is specified, then <code>DedicatedMasterEnabled</code> must be <code>true</code>.</p>
6962
+ * <p>The hardware configuration of the computer that hosts the dedicated master node. A sample value is <code>m3.medium.elasticsearch</code>. If this attribute is specified, then <code>DedicatedMasterEnabled</code> must be <code>true</code>.</p>
6963
+ * <p>For a list of valid values, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/supported-instance-types.html">Supported instance types in Amazon OpenSearch Service</a> in the <i>Amazon OpenSearch Service Developer Guide</i>.</p>
5836
6964
  */
5837
6965
  DedicatedMasterType?: string;
5838
6966
  /**
@@ -5841,6 +6969,7 @@ export interface AwsElasticsearchDomainElasticsearchClusterConfigDetails {
5841
6969
  InstanceCount?: number;
5842
6970
  /**
5843
6971
  * <p>The instance type for your data nodes. For example, <code>m3.medium.elasticsearch</code>.</p>
6972
+ * <p>For a list of valid values, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/supported-instance-types.html">Supported instance types in Amazon OpenSearch Service</a> in the <i>Amazon OpenSearch Service Developer Guide</i>.</p>
5844
6973
  */
5845
6974
  InstanceType?: string;
5846
6975
  /**
@@ -5937,7 +7066,34 @@ export interface AwsElasticsearchDomainServiceSoftwareOptions {
5937
7066
  */
5938
7067
  UpdateAvailable?: boolean;
5939
7068
  /**
5940
- * <p>The status of the service software update.</p>
7069
+ * <p>The status of the service software update. Valid values are as follows:</p>
7070
+ * <ul>
7071
+ * <li>
7072
+ * <p>
7073
+ * <code>COMPLETED</code>
7074
+ * </p>
7075
+ * </li>
7076
+ * <li>
7077
+ * <p>
7078
+ * <code>ELIGIBLE</code>
7079
+ * </p>
7080
+ * </li>
7081
+ * <li>
7082
+ * <p>
7083
+ * <code>IN_PROGRESS</code>
7084
+ * </p>
7085
+ * </li>
7086
+ * <li>
7087
+ * <p>
7088
+ * <code>NOT_ELIGIBLE</code>
7089
+ * </p>
7090
+ * </li>
7091
+ * <li>
7092
+ * <p>
7093
+ * <code>PENDING_UPDATE</code>
7094
+ * </p>
7095
+ * </li>
7096
+ * </ul>
5941
7097
  */
5942
7098
  UpdateStatus?: string;
5943
7099
  }
@@ -6970,7 +8126,34 @@ export interface AwsKmsKeyDetails {
6970
8126
  */
6971
8127
  KeyManager?: string;
6972
8128
  /**
6973
- * <p>The state of the KMS key.</p>
8129
+ * <p>The state of the KMS key. Valid values are as follows:</p>
8130
+ * <ul>
8131
+ * <li>
8132
+ * <p>
8133
+ * <code>Disabled</code>
8134
+ * </p>
8135
+ * </li>
8136
+ * <li>
8137
+ * <p>
8138
+ * <code>Enabled</code>
8139
+ * </p>
8140
+ * </li>
8141
+ * <li>
8142
+ * <p>
8143
+ * <code>PendingDeletion</code>
8144
+ * </p>
8145
+ * </li>
8146
+ * <li>
8147
+ * <p>
8148
+ * <code>PendingImport</code>
8149
+ * </p>
8150
+ * </li>
8151
+ * <li>
8152
+ * <p>
8153
+ * <code>Unavailable</code>
8154
+ * </p>
8155
+ * </li>
8156
+ * </ul>
6974
8157
  */
6975
8158
  KeyState?: string;
6976
8159
  /**
@@ -7437,174 +8620,6 @@ export interface RuleGroupSourceStatefulRulesDetails {
7437
8620
  */
7438
8621
  RuleOptions?: RuleGroupSourceStatefulRulesOptionsDetails[];
7439
8622
  }
7440
- /**
7441
- * <p>A custom action definition. A custom action is an optional, non-standard action to use for stateless packet handling.</p>
7442
- */
7443
- export interface RuleGroupSourceCustomActionsDetails {
7444
- /**
7445
- * <p>The definition of a custom action.</p>
7446
- */
7447
- ActionDefinition?: StatelessCustomActionDefinition;
7448
- /**
7449
- * <p>A descriptive name of the custom action.</p>
7450
- */
7451
- ActionName?: string;
7452
- }
7453
- /**
7454
- * <p>A port range to specify the destination ports to inspect for.</p>
7455
- */
7456
- export interface RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts {
7457
- /**
7458
- * <p>The starting port value for the port range.</p>
7459
- */
7460
- FromPort?: number;
7461
- /**
7462
- * <p>The ending port value for the port range.</p>
7463
- */
7464
- ToPort?: number;
7465
- }
7466
- /**
7467
- * <p>A destination IP address or range.</p>
7468
- */
7469
- export interface RuleGroupSourceStatelessRuleMatchAttributesDestinations {
7470
- /**
7471
- * <p>An IP address or a block of IP addresses.</p>
7472
- */
7473
- AddressDefinition?: string;
7474
- }
7475
- /**
7476
- * <p>A port range to specify the source ports to inspect for.</p>
7477
- */
7478
- export interface RuleGroupSourceStatelessRuleMatchAttributesSourcePorts {
7479
- /**
7480
- * <p>The starting port value for the port range.</p>
7481
- */
7482
- FromPort?: number;
7483
- /**
7484
- * <p>The ending port value for the port range.</p>
7485
- */
7486
- ToPort?: number;
7487
- }
7488
- /**
7489
- * <p>A source IP addresses and address range to inspect for.</p>
7490
- */
7491
- export interface RuleGroupSourceStatelessRuleMatchAttributesSources {
7492
- /**
7493
- * <p>An IP address or a block of IP addresses.</p>
7494
- */
7495
- AddressDefinition?: string;
7496
- }
7497
- /**
7498
- * <p>A set of TCP flags and masks to inspect for.</p>
7499
- */
7500
- export interface RuleGroupSourceStatelessRuleMatchAttributesTcpFlags {
7501
- /**
7502
- * <p>Defines the flags from the <code>Masks</code> setting that must be set in order for the packet to match. Flags that are listed must be set. Flags that are not listed must not be set.</p>
7503
- */
7504
- Flags?: string[];
7505
- /**
7506
- * <p>The set of flags to consider in the inspection. If not specified, then all flags are inspected.</p>
7507
- */
7508
- Masks?: string[];
7509
- }
7510
- /**
7511
- * <p>Criteria for the stateless rule.</p>
7512
- */
7513
- export interface RuleGroupSourceStatelessRuleMatchAttributes {
7514
- /**
7515
- * <p>A list of port ranges to specify the destination ports to inspect for.</p>
7516
- */
7517
- DestinationPorts?: RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts[];
7518
- /**
7519
- * <p>The destination IP addresses and address ranges to inspect for, in CIDR notation.</p>
7520
- */
7521
- Destinations?: RuleGroupSourceStatelessRuleMatchAttributesDestinations[];
7522
- /**
7523
- * <p>The protocols to inspect for.</p>
7524
- */
7525
- Protocols?: number[];
7526
- /**
7527
- * <p>A list of port ranges to specify the source ports to inspect for.</p>
7528
- */
7529
- SourcePorts?: RuleGroupSourceStatelessRuleMatchAttributesSourcePorts[];
7530
- /**
7531
- * <p>The source IP addresses and address ranges to inspect for, in CIDR notation.</p>
7532
- */
7533
- Sources?: RuleGroupSourceStatelessRuleMatchAttributesSources[];
7534
- /**
7535
- * <p>The TCP flags and masks to inspect for.</p>
7536
- */
7537
- TcpFlags?: RuleGroupSourceStatelessRuleMatchAttributesTcpFlags[];
7538
- }
7539
- /**
7540
- * <p>The definition of the stateless rule.</p>
7541
- */
7542
- export interface RuleGroupSourceStatelessRuleDefinition {
7543
- /**
7544
- * <p>The actions to take on a packet that matches one of the stateless rule definition's match attributes. You must specify a standard action (<code>aws:pass</code>, <code>aws:drop</code>, or <code>aws:forward_to_sfe</code>). You can then add custom actions.</p>
7545
- */
7546
- Actions?: string[];
7547
- /**
7548
- * <p>The criteria for Network Firewall to use to inspect an individual packet in a stateless rule inspection.</p>
7549
- */
7550
- MatchAttributes?: RuleGroupSourceStatelessRuleMatchAttributes;
7551
- }
7552
- /**
7553
- * <p>A stateless rule in the rule group.</p>
7554
- */
7555
- export interface RuleGroupSourceStatelessRulesDetails {
7556
- /**
7557
- * <p>Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.</p>
7558
- */
7559
- Priority?: number;
7560
- /**
7561
- * <p>Provides the definition of the stateless rule.</p>
7562
- */
7563
- RuleDefinition?: RuleGroupSourceStatelessRuleDefinition;
7564
- }
7565
- /**
7566
- * <p>Stateless rules and custom actions for a stateless rule group.</p>
7567
- */
7568
- export interface RuleGroupSourceStatelessRulesAndCustomActionsDetails {
7569
- /**
7570
- * <p>Custom actions for the rule group.</p>
7571
- */
7572
- CustomActions?: RuleGroupSourceCustomActionsDetails[];
7573
- /**
7574
- * <p>Stateless rules for the rule group.</p>
7575
- */
7576
- StatelessRules?: RuleGroupSourceStatelessRulesDetails[];
7577
- }
7578
- /**
7579
- * <p>The rules and actions for the rule group.</p>
7580
- */
7581
- export interface RuleGroupSource {
7582
- /**
7583
- * <p>Stateful inspection criteria for a domain list rule group. A domain list rule group determines access by specific protocols to specific domains.</p>
7584
- */
7585
- RulesSourceList?: RuleGroupSourceListDetails;
7586
- /**
7587
- * <p>Stateful inspection criteria, provided in Suricata compatible intrusion prevention system (IPS) rules.</p>
7588
- */
7589
- RulesString?: string;
7590
- /**
7591
- * <p>Suricata rule specifications.</p>
7592
- */
7593
- StatefulRules?: RuleGroupSourceStatefulRulesDetails[];
7594
- /**
7595
- * <p>The stateless rules and custom actions used by a stateless rule group.</p>
7596
- */
7597
- StatelessRulesAndCustomActions?: RuleGroupSourceStatelessRulesAndCustomActionsDetails;
7598
- }
7599
- /**
7600
- * <p>A list of IP addresses and address ranges, in CIDR notation.</p>
7601
- */
7602
- export interface RuleGroupVariablesIpSetsDetails {
7603
- /**
7604
- * <p>The list of IP addresses and ranges.</p>
7605
- */
7606
- Definition?: string[];
7607
- }
7608
8623
  /**
7609
8624
  * @internal
7610
8625
  */
@@ -7793,6 +8808,54 @@ export declare const AwsAutoScalingLaunchConfigurationMetadataOptionsFilterSensi
7793
8808
  * @internal
7794
8809
  */
7795
8810
  export declare const AwsAutoScalingLaunchConfigurationDetailsFilterSensitiveLog: (obj: AwsAutoScalingLaunchConfigurationDetails) => any;
8811
+ /**
8812
+ * @internal
8813
+ */
8814
+ export declare const AwsBackupBackupPlanAdvancedBackupSettingsDetailsFilterSensitiveLog: (obj: AwsBackupBackupPlanAdvancedBackupSettingsDetails) => any;
8815
+ /**
8816
+ * @internal
8817
+ */
8818
+ export declare const AwsBackupBackupPlanLifecycleDetailsFilterSensitiveLog: (obj: AwsBackupBackupPlanLifecycleDetails) => any;
8819
+ /**
8820
+ * @internal
8821
+ */
8822
+ export declare const AwsBackupBackupPlanRuleCopyActionsDetailsFilterSensitiveLog: (obj: AwsBackupBackupPlanRuleCopyActionsDetails) => any;
8823
+ /**
8824
+ * @internal
8825
+ */
8826
+ export declare const AwsBackupBackupPlanRuleDetailsFilterSensitiveLog: (obj: AwsBackupBackupPlanRuleDetails) => any;
8827
+ /**
8828
+ * @internal
8829
+ */
8830
+ export declare const AwsBackupBackupPlanBackupPlanDetailsFilterSensitiveLog: (obj: AwsBackupBackupPlanBackupPlanDetails) => any;
8831
+ /**
8832
+ * @internal
8833
+ */
8834
+ export declare const AwsBackupBackupPlanDetailsFilterSensitiveLog: (obj: AwsBackupBackupPlanDetails) => any;
8835
+ /**
8836
+ * @internal
8837
+ */
8838
+ export declare const AwsBackupBackupVaultNotificationsDetailsFilterSensitiveLog: (obj: AwsBackupBackupVaultNotificationsDetails) => any;
8839
+ /**
8840
+ * @internal
8841
+ */
8842
+ export declare const AwsBackupBackupVaultDetailsFilterSensitiveLog: (obj: AwsBackupBackupVaultDetails) => any;
8843
+ /**
8844
+ * @internal
8845
+ */
8846
+ export declare const AwsBackupRecoveryPointCalculatedLifecycleDetailsFilterSensitiveLog: (obj: AwsBackupRecoveryPointCalculatedLifecycleDetails) => any;
8847
+ /**
8848
+ * @internal
8849
+ */
8850
+ export declare const AwsBackupRecoveryPointCreatedByDetailsFilterSensitiveLog: (obj: AwsBackupRecoveryPointCreatedByDetails) => any;
8851
+ /**
8852
+ * @internal
8853
+ */
8854
+ export declare const AwsBackupRecoveryPointLifecycleDetailsFilterSensitiveLog: (obj: AwsBackupRecoveryPointLifecycleDetails) => any;
8855
+ /**
8856
+ * @internal
8857
+ */
8858
+ export declare const AwsBackupRecoveryPointDetailsFilterSensitiveLog: (obj: AwsBackupRecoveryPointDetails) => any;
7796
8859
  /**
7797
8860
  * @internal
7798
8861
  */
@@ -8721,51 +9784,3 @@ export declare const RuleGroupSourceStatefulRulesOptionsDetailsFilterSensitiveLo
8721
9784
  * @internal
8722
9785
  */
8723
9786
  export declare const RuleGroupSourceStatefulRulesDetailsFilterSensitiveLog: (obj: RuleGroupSourceStatefulRulesDetails) => any;
8724
- /**
8725
- * @internal
8726
- */
8727
- export declare const RuleGroupSourceCustomActionsDetailsFilterSensitiveLog: (obj: RuleGroupSourceCustomActionsDetails) => any;
8728
- /**
8729
- * @internal
8730
- */
8731
- export declare const RuleGroupSourceStatelessRuleMatchAttributesDestinationPortsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts) => any;
8732
- /**
8733
- * @internal
8734
- */
8735
- export declare const RuleGroupSourceStatelessRuleMatchAttributesDestinationsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesDestinations) => any;
8736
- /**
8737
- * @internal
8738
- */
8739
- export declare const RuleGroupSourceStatelessRuleMatchAttributesSourcePortsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesSourcePorts) => any;
8740
- /**
8741
- * @internal
8742
- */
8743
- export declare const RuleGroupSourceStatelessRuleMatchAttributesSourcesFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesSources) => any;
8744
- /**
8745
- * @internal
8746
- */
8747
- export declare const RuleGroupSourceStatelessRuleMatchAttributesTcpFlagsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesTcpFlags) => any;
8748
- /**
8749
- * @internal
8750
- */
8751
- export declare const RuleGroupSourceStatelessRuleMatchAttributesFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributes) => any;
8752
- /**
8753
- * @internal
8754
- */
8755
- export declare const RuleGroupSourceStatelessRuleDefinitionFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleDefinition) => any;
8756
- /**
8757
- * @internal
8758
- */
8759
- export declare const RuleGroupSourceStatelessRulesDetailsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRulesDetails) => any;
8760
- /**
8761
- * @internal
8762
- */
8763
- export declare const RuleGroupSourceStatelessRulesAndCustomActionsDetailsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRulesAndCustomActionsDetails) => any;
8764
- /**
8765
- * @internal
8766
- */
8767
- export declare const RuleGroupSourceFilterSensitiveLog: (obj: RuleGroupSource) => any;
8768
- /**
8769
- * @internal
8770
- */
8771
- export declare const RuleGroupVariablesIpSetsDetailsFilterSensitiveLog: (obj: RuleGroupVariablesIpSetsDetails) => any;