@aws-sdk/client-backup 3.637.0 → 3.645.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 (25) hide show
  1. package/dist-cjs/index.js +15 -12
  2. package/dist-es/models/models_0.js +9 -9
  3. package/dist-es/protocols/Aws_restJson1.js +3 -0
  4. package/dist-types/commands/CancelLegalHoldCommand.d.ts +2 -2
  5. package/dist-types/commands/CreateLegalHoldCommand.d.ts +4 -4
  6. package/dist-types/commands/CreateLogicallyAirGappedBackupVaultCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateRestoreTestingPlanCommand.d.ts +4 -5
  8. package/dist-types/commands/DescribeBackupVaultCommand.d.ts +1 -0
  9. package/dist-types/commands/ListBackupPlanTemplatesCommand.d.ts +1 -2
  10. package/dist-types/commands/ListBackupPlansCommand.d.ts +1 -3
  11. package/dist-types/commands/ListBackupVaultsCommand.d.ts +2 -0
  12. package/dist-types/commands/ListRecoveryPointsByResourceCommand.d.ts +1 -1
  13. package/dist-types/commands/ListTagsCommand.d.ts +1 -5
  14. package/dist-types/commands/PutBackupVaultLockConfigurationCommand.d.ts +2 -1
  15. package/dist-types/commands/StopBackupJobCommand.d.ts +2 -2
  16. package/dist-types/commands/TagResourceCommand.d.ts +3 -0
  17. package/dist-types/commands/UntagResourceCommand.d.ts +3 -0
  18. package/dist-types/commands/UpdateBackupPlanCommand.d.ts +1 -3
  19. package/dist-types/commands/UpdateFrameworkCommand.d.ts +1 -2
  20. package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +7 -4
  21. package/dist-types/commands/UpdateReportPlanCommand.d.ts +1 -2
  22. package/dist-types/commands/UpdateRestoreTestingSelectionCommand.d.ts +3 -7
  23. package/dist-types/models/models_0.d.ts +562 -547
  24. package/dist-types/ts3.4/models/models_0.d.ts +14 -11
  25. package/package.json +6 -6
@@ -1,7 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { BackupServiceException as __BaseException } from "./BackupServiceException";
3
3
  /**
4
- * <p>A list of backup options for each resource type.</p>
4
+ * <p>The backup options for each resource type.</p>
5
5
  * @public
6
6
  */
7
7
  export interface AdvancedBackupSetting {
@@ -144,14 +144,13 @@ export interface BackupJob {
144
144
  /**
145
145
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
146
146
  * by names that are unique to the account used to create them and the Amazon Web Services
147
- * Region where they are created. They consist of lowercase letters, numbers, and
148
- * hyphens.</p>
147
+ * Region where they are created.</p>
149
148
  * @public
150
149
  */
151
150
  BackupVaultName?: string;
152
151
  /**
153
152
  * <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
154
- * <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
153
+ * <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>.</p>
155
154
  * @public
156
155
  */
157
156
  BackupVaultArn?: string;
@@ -278,13 +277,13 @@ export interface BackupJob {
278
277
  */
279
278
  IsParent?: boolean;
280
279
  /**
281
- * <p>This is the non-unique name of the resource that
280
+ * <p>The non-unique name of the resource that
282
281
  * belongs to the specified backup.</p>
283
282
  * @public
284
283
  */
285
284
  ResourceName?: string;
286
285
  /**
287
- * <p>This is the date on which the backup
286
+ * <p>The date on which the backup
288
287
  * job was initiated.</p>
289
288
  * @public
290
289
  */
@@ -395,34 +394,34 @@ export interface BackupJobSummary {
395
394
  EndTime?: Date;
396
395
  }
397
396
  /**
398
- * <p>Contains an array of <code>Transition</code> objects specifying how long in days before
399
- * a recovery point transitions to cold storage or is deleted.</p>
397
+ * <p>Specifies the time period, in days, before a recovery point transitions to cold storage
398
+ * or is deleted.</p>
400
399
  * <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90
401
- * days. Therefore, on the console, the retention setting must be 90 days greater than the
402
- * transition to cold after days setting. The transition to cold after days setting cannot
400
+ * days. Therefore, on the console, the retention setting must be 90 days greater than the
401
+ * transition to cold after days setting. The transition to cold after days setting can't
403
402
  * be changed after a backup has been transitioned to cold.</p>
404
- * <p>Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage"
405
- * section of the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource">
406
- * Feature availability by resource</a> table. Backup ignores this expression for
403
+ * <p>Resource types that can transition to cold storage are listed in the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource">Feature
404
+ * availability by resource</a> table. Backup ignores this expression for
407
405
  * other resource types.</p>
406
+ * <p>To remove the existing lifecycle and retention periods and keep your recovery points indefinitely,
407
+ * specify -1 for <code>MoveToColdStorageAfterDays</code> and <code>DeleteAfterDays</code>.</p>
408
408
  * @public
409
409
  */
410
410
  export interface Lifecycle {
411
411
  /**
412
- * <p>Specifies the number of days after creation that a recovery point is moved to cold
412
+ * <p>The number of days after creation that a recovery point is moved to cold
413
413
  * storage.</p>
414
414
  * @public
415
415
  */
416
416
  MoveToColdStorageAfterDays?: number;
417
417
  /**
418
- * <p>Specifies the number of days after creation that a recovery point is deleted. Must be
419
- * greater than 90 days plus <code>MoveToColdStorageAfterDays</code>.</p>
418
+ * <p>The number of days after creation that a recovery point is deleted. This value must be
419
+ * at least 90 days after the number of days specified in <code>MoveToColdStorageAfterDays</code>.</p>
420
420
  * @public
421
421
  */
422
422
  DeleteAfterDays?: number;
423
423
  /**
424
- * <p>Optional Boolean. If this is true, this setting will
425
- * instruct your backup plan to transition supported resources to
424
+ * <p>If the value is true, your backup plan transitions supported resources to
426
425
  * archive (cold) storage tier in accordance with your lifecycle settings.</p>
427
426
  * @public
428
427
  */
@@ -434,23 +433,24 @@ export interface Lifecycle {
434
433
  */
435
434
  export interface CopyAction {
436
435
  /**
437
- * <p>Contains an array of <code>Transition</code> objects specifying how long in days before
438
- * a recovery point transitions to cold storage or is deleted.</p>
436
+ * <p>Specifies the time period, in days, before a recovery point transitions to cold storage
437
+ * or is deleted.</p>
439
438
  * <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90
440
- * days. Therefore, on the console, the retention setting must be 90 days greater than the
441
- * transition to cold after days setting. The transition to cold after days setting cannot
439
+ * days. Therefore, on the console, the retention setting must be 90 days greater than the
440
+ * transition to cold after days setting. The transition to cold after days setting can't
442
441
  * be changed after a backup has been transitioned to cold.</p>
443
- * <p>Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage"
444
- * section of the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource">
445
- * Feature availability by resource</a> table. Backup ignores this expression for
442
+ * <p>Resource types that can transition to cold storage are listed in the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource">Feature
443
+ * availability by resource</a> table. Backup ignores this expression for
446
444
  * other resource types.</p>
445
+ * <p>To remove the existing lifecycle and retention periods and keep your recovery points indefinitely,
446
+ * specify -1 for <code>MoveToColdStorageAfterDays</code> and <code>DeleteAfterDays</code>.</p>
447
447
  * @public
448
448
  */
449
449
  Lifecycle?: Lifecycle;
450
450
  /**
451
451
  * <p>An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for
452
452
  * the copied backup. For example,
453
- * <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
453
+ * <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>.</p>
454
454
  * @public
455
455
  */
456
456
  DestinationBackupVaultArn: string | undefined;
@@ -469,8 +469,7 @@ export interface BackupRule {
469
469
  /**
470
470
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
471
471
  * by names that are unique to the account used to create them and the Amazon Web Services
472
- * Region where they are created. They consist of lowercase letters, numbers, and
473
- * hyphens.</p>
472
+ * Region where they are created.</p>
474
473
  * @public
475
474
  */
476
475
  TargetBackupVaultName: string | undefined;
@@ -512,15 +511,13 @@ export interface BackupRule {
512
511
  * days. Therefore, the “retention” setting must be 90 days greater than the “transition to
513
512
  * cold after days” setting. The “transition to cold after days” setting cannot be changed
514
513
  * after a backup has been transitioned to cold. </p>
515
- * <p>Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage"
516
- * section of the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource">
517
- * Feature availability by resource</a> table. Backup ignores this expression for
518
- * other resource types.</p>
514
+ * <p>Resource types that can transition to cold storage are listed in the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource">Feature availability
515
+ * by resource</a> table. Backup ignores this expression for other resource types.</p>
519
516
  * @public
520
517
  */
521
518
  Lifecycle?: Lifecycle;
522
519
  /**
523
- * <p>An array of key-value pair strings that are assigned to resources that are associated
520
+ * <p>The tags that are assigned to resources that are associated
524
521
  * with this rule when restored from backup.</p>
525
522
  * @public
526
523
  */
@@ -544,7 +541,7 @@ export interface BackupRule {
544
541
  */
545
542
  EnableContinuousBackup?: boolean;
546
543
  /**
547
- * <p>This is the timezone in which the schedule expression is set. By default,
544
+ * <p>The timezone in which the schedule expression is set. By default,
548
545
  * ScheduleExpressions are in UTC. You can modify this to a specified timezone.</p>
549
546
  * @public
550
547
  */
@@ -559,8 +556,10 @@ export interface BackupRule {
559
556
  */
560
557
  export interface BackupPlan {
561
558
  /**
562
- * <p>The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.'
563
- * characters.</p>
559
+ * <p>The display name of a backup plan. Must contain only alphanumeric or '-_.'
560
+ * special characters.</p>
561
+ * <p>If this is set in the console, it can contain 1 to 50 characters; if this
562
+ * is set through CLI or API, it can contain 1 to 200 characters.</p>
564
563
  * @public
565
564
  */
566
565
  BackupPlanName: string | undefined;
@@ -590,8 +589,7 @@ export interface BackupRuleInput {
590
589
  /**
591
590
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
592
591
  * by names that are unique to the account used to create them and the Amazon Web Services
593
- * Region where they are created. They consist of lowercase letters, numbers, and
594
- * hyphens.</p>
592
+ * Region where they are created.</p>
595
593
  * @public
596
594
  */
597
595
  TargetBackupVaultName: string | undefined;
@@ -629,18 +627,15 @@ export interface BackupRuleInput {
629
627
  * <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90
630
628
  * days. Therefore, the “retention” setting must be 90 days greater than the “transition to
631
629
  * cold after days” setting. The “transition to cold after days” setting cannot be changed
632
- * after a backup has been transitioned to cold.</p>
633
- * <p>Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage"
634
- * section of the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource">
635
- * Feature availability by resource</a> table. Backup ignores this expression for
636
- * other resource types.</p>
630
+ * after a backup has been transitioned to cold storage.</p>
631
+ * <p>Resource types that can transition to cold storage are listed in the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource">Feature availability
632
+ * by resource</a> table. Backup ignores this expression for other resource types.</p>
637
633
  * <p>This parameter has a maximum value of 100 years (36,500 days).</p>
638
634
  * @public
639
635
  */
640
636
  Lifecycle?: Lifecycle;
641
637
  /**
642
- * <p>To help organize your resources, you can assign your own metadata to the resources that
643
- * you create. Each tag is a key-value pair.</p>
638
+ * <p>The tags to assign to the resources.</p>
644
639
  * @public
645
640
  */
646
641
  RecoveryPointTags?: Record<string, string>;
@@ -657,7 +652,7 @@ export interface BackupRuleInput {
657
652
  */
658
653
  EnableContinuousBackup?: boolean;
659
654
  /**
660
- * <p>This is the timezone in which the schedule expression is set. By default,
655
+ * <p>The timezone in which the schedule expression is set. By default,
661
656
  * ScheduleExpressions are in UTC. You can modify this to a specified timezone.</p>
662
657
  * @public
663
658
  */
@@ -740,7 +735,7 @@ export interface BackupPlansListMember {
740
735
  */
741
736
  CreatorRequestId?: string;
742
737
  /**
743
- * <p>The last time a job to back up resources was run with this rule. A date and time, in
738
+ * <p>The last time this backup plan was run. A date and time, in
744
739
  * Unix format and Coordinated Universal Time (UTC). The value of
745
740
  * <code>LastExecutionDate</code> is accurate to milliseconds. For example, the value
746
741
  * 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>
@@ -772,6 +767,8 @@ export interface BackupPlanTemplatesListMember {
772
767
  /**
773
768
  * <p>Includes information about tags you define to assign tagged resources to a backup
774
769
  * plan.</p>
770
+ * <p>Include the prefix <code>aws:ResourceTag</code> in your tags.
771
+ * For example, <code>"aws:ResourceTag/TagKey1": "Value1"</code>.</p>
775
772
  * @public
776
773
  */
777
774
  export interface ConditionParameter {
@@ -863,9 +860,10 @@ export interface Condition {
863
860
  }
864
861
  /**
865
862
  * <p>Used to specify a set of resources to a backup plan.</p>
866
- * <p>Specifying your desired <code>Conditions</code>, <code>ListOfTags</code>, <code>NotResources</code>,
867
- * and/or <code>Resources</code> is recommended. If none of these are specified, Backup will attempt to
868
- * select all supported and opted-in storage resources, which could have unintended cost implications.</p>
863
+ * <p>We recommend that you specify conditions, tags, or resources to include or exclude.
864
+ * Otherwise, Backup attempts to select all supported and opted-in storage resources, which
865
+ * could have unintended cost implications.</p>
866
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/assigning-resources.html#assigning-resources-json">Assigning resources programmatically</a>.</p>
869
867
  * @public
870
868
  */
871
869
  export interface BackupSelection {
@@ -882,41 +880,26 @@ export interface BackupSelection {
882
880
  */
883
881
  IamRoleArn: string | undefined;
884
882
  /**
885
- * <p>A list of Amazon Resource Names (ARNs) to assign to a backup plan. The maximum number of
883
+ * <p>The Amazon Resource Names (ARNs) of the resources to assign to a backup plan. The maximum number of
886
884
  * ARNs is 500 without wildcards, or 30 ARNs with wildcards.</p>
887
885
  * <p>If you need to assign many resources to a backup plan, consider a different resource
888
886
  * selection strategy, such as assigning all resources of a resource type or refining your
889
887
  * resource selection using tags.</p>
888
+ * <p>If you specify multiple ARNs, the resources much match any of the ARNs (OR logic).</p>
890
889
  * @public
891
890
  */
892
891
  Resources?: string[];
893
892
  /**
894
- * <p>A list of conditions that you define to assign resources to your backup plans using
895
- * tags. For example, <code>"StringEquals": \{
896
- * "Key": "aws:ResourceTag/CreatedByCryo",
897
- * "Value": "true"
898
- * \},</code>. Condition
899
- * operators are case sensitive.</p>
893
+ * <p>The conditions that you define to assign resources to your backup plans using tags. For example,
894
+ * <code>"StringEquals": \{ "ConditionKey": "backup", "ConditionValue": "daily"\}</code>.</p>
900
895
  * <p>
901
- * <code>ListOfTags</code> differs from <code>Conditions</code> as follows:</p>
902
- * <ul>
903
- * <li>
904
- * <p>When you specify more than one condition, you assign all resources that match AT
905
- * LEAST ONE condition (using OR logic).</p>
906
- * </li>
907
- * <li>
908
- * <p>
909
- * <code>ListOfTags</code> only supports <code>StringEquals</code>.
910
- * <code>Conditions</code> supports <code>StringEquals</code>,
911
- * <code>StringLike</code>, <code>StringNotEquals</code>, and
912
- * <code>StringNotLike</code>. </p>
913
- * </li>
914
- * </ul>
896
+ * <code>ListOfTags</code> supports only <code>StringEquals</code>. Condition operators are case sensitive.</p>
897
+ * <p>If you specify multiple conditions, the resources much match any of the conditions (OR logic).</p>
915
898
  * @public
916
899
  */
917
900
  ListOfTags?: Condition[];
918
901
  /**
919
- * <p>A list of Amazon Resource Names (ARNs) to exclude from a backup plan. The maximum number
902
+ * <p>The Amazon Resource Names (ARNs) of the resources to exclude from a backup plan. The maximum number
920
903
  * of ARNs is 500 without wildcards, or 30 ARNs with wildcards.</p>
921
904
  * <p>If you need to exclude many resources from a backup plan, consider a different resource
922
905
  * selection strategy, such as assigning only one or a few resource types or refining your
@@ -925,27 +908,13 @@ export interface BackupSelection {
925
908
  */
926
909
  NotResources?: string[];
927
910
  /**
928
- * <p>A list of conditions that you define to assign resources to your backup plans using
929
- * tags. For example, <code>"StringEquals": \{
930
- * "Key": "aws:ResourceTag/CreatedByCryo",
931
- * "Value": "true"
932
- * \},</code>. Condition
933
- * operators are case sensitive.</p>
911
+ * <p>The conditions that you define to assign resources to your backup plans using tags. For example,
912
+ * <code>"StringEquals": \{ "ConditionKey": "aws:ResourceTag/backup", "ConditionValue": "daily" \}</code>.</p>
934
913
  * <p>
935
- * <code>Conditions</code> differs from <code>ListOfTags</code> as follows:</p>
936
- * <ul>
937
- * <li>
938
- * <p>When you specify more than one condition, you only assign the resources that match
939
- * ALL conditions (using AND logic).</p>
940
- * </li>
941
- * <li>
942
- * <p>
943
- * <code>Conditions</code> supports <code>StringEquals</code>,
944
- * <code>StringLike</code>, <code>StringNotEquals</code>, and
945
- * <code>StringNotLike</code>. <code>ListOfTags</code> only supports
946
- * <code>StringEquals</code>.</p>
947
- * </li>
948
- * </ul>
914
+ * <code>Conditions</code> supports <code>StringEquals</code>,
915
+ * <code>StringLike</code>, <code>StringNotEquals</code>, and
916
+ * <code>StringNotLike</code>. Condition operators are case sensitive.</p>
917
+ * <p>If you specify multiple conditions, the resources much match all conditions (AND logic).</p>
949
918
  * @public
950
919
  */
951
920
  Conditions?: Conditions;
@@ -1019,6 +988,31 @@ export declare const BackupVaultEvent: {
1019
988
  * @public
1020
989
  */
1021
990
  export type BackupVaultEvent = (typeof BackupVaultEvent)[keyof typeof BackupVaultEvent];
991
+ /**
992
+ * @public
993
+ * @enum
994
+ */
995
+ export declare const VaultState: {
996
+ readonly AVAILABLE: "AVAILABLE";
997
+ readonly CREATING: "CREATING";
998
+ readonly FAILED: "FAILED";
999
+ };
1000
+ /**
1001
+ * @public
1002
+ */
1003
+ export type VaultState = (typeof VaultState)[keyof typeof VaultState];
1004
+ /**
1005
+ * @public
1006
+ * @enum
1007
+ */
1008
+ export declare const VaultType: {
1009
+ readonly BACKUP_VAULT: "BACKUP_VAULT";
1010
+ readonly LOGICALLY_AIR_GAPPED_BACKUP_VAULT: "LOGICALLY_AIR_GAPPED_BACKUP_VAULT";
1011
+ };
1012
+ /**
1013
+ * @public
1014
+ */
1015
+ export type VaultType = (typeof VaultType)[keyof typeof VaultType];
1022
1016
  /**
1023
1017
  * <p>Contains metadata about a backup vault.</p>
1024
1018
  * @public
@@ -1027,17 +1021,26 @@ export interface BackupVaultListMember {
1027
1021
  /**
1028
1022
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
1029
1023
  * by names that are unique to the account used to create them and the Amazon Web Services
1030
- * Region where they are created. They consist of lowercase letters, numbers, and
1031
- * hyphens.</p>
1024
+ * Region where they are created.</p>
1032
1025
  * @public
1033
1026
  */
1034
1027
  BackupVaultName?: string;
1035
1028
  /**
1036
1029
  * <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
1037
- * <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
1030
+ * <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>.</p>
1038
1031
  * @public
1039
1032
  */
1040
1033
  BackupVaultArn?: string;
1034
+ /**
1035
+ * <p>The type of vault in which the described recovery point is stored.</p>
1036
+ * @public
1037
+ */
1038
+ VaultType?: VaultType;
1039
+ /**
1040
+ * <p>The current state of the vault.</p>
1041
+ * @public
1042
+ */
1043
+ VaultState?: VaultState;
1041
1044
  /**
1042
1045
  * <p>The date and time a resource backup is created, in Unix format and Coordinated Universal
1043
1046
  * Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For
@@ -1128,10 +1131,8 @@ export interface BackupVaultListMember {
1128
1131
  * days. Therefore, the “retention” setting must be 90 days greater than the “transition to
1129
1132
  * cold after days” setting. The “transition to cold after days” setting cannot be changed
1130
1133
  * after a backup has been transitioned to cold.</p>
1131
- * <p>Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage"
1132
- * section of the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource">
1133
- * Feature availability by resource</a> table. Backup ignores this expression for
1134
- * other resource types.</p>
1134
+ * <p>Resource types that can transition to cold storage are listed in the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource">Feature availability
1135
+ * by resource</a> table. Backup ignores this expression for other resource types.</p>
1135
1136
  * @public
1136
1137
  */
1137
1138
  export interface CalculatedLifecycle {
@@ -1151,18 +1152,17 @@ export interface CalculatedLifecycle {
1151
1152
  */
1152
1153
  export interface CancelLegalHoldInput {
1153
1154
  /**
1154
- * <p>Legal hold ID required to remove the specified legal hold on a recovery point.</p>
1155
+ * <p>The ID of the legal hold.</p>
1155
1156
  * @public
1156
1157
  */
1157
1158
  LegalHoldId: string | undefined;
1158
1159
  /**
1159
- * <p>String describing the reason for removing the legal hold.</p>
1160
+ * <p>A string the describes the reason for removing the legal hold.</p>
1160
1161
  * @public
1161
1162
  */
1162
1163
  CancelDescription: string | undefined;
1163
1164
  /**
1164
- * <p>The integer amount in days specifying amount of days after this
1165
- * API operation to remove legal hold.</p>
1165
+ * <p>The integer amount, in days, after which to remove legal hold.</p>
1166
1166
  * @public
1167
1167
  */
1168
1168
  RetainRecordInDays?: number;
@@ -1320,7 +1320,7 @@ export declare class ConflictException extends __BaseException {
1320
1320
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
1321
1321
  }
1322
1322
  /**
1323
- * <p>A list of parameters for a control. A control can have zero, one, or more than one
1323
+ * <p>The parameters for a control. A control can have zero, one, or more than one
1324
1324
  * parameter. An example of a control with two parameters is: "backup plan frequency is at
1325
1325
  * least <code>daily</code> and the retention period is at least <code>1 year</code>". The
1326
1326
  * first parameter is <code>daily</code>. The second parameter is <code>1 year</code>.</p>
@@ -1367,7 +1367,10 @@ export interface ControlScope {
1367
1367
  /**
1368
1368
  * <p>The tag key-value pair applied to those Amazon Web Services resources that you want to
1369
1369
  * trigger an evaluation for a rule. A maximum of one key-value pair can be provided. The tag
1370
- * value is optional, but it cannot be an empty string. The structure to assign a tag is:
1370
+ * value is optional, but it cannot be an empty string if you are creating or editing a
1371
+ * framework from the console (though the value can be an empty string when included
1372
+ * in a CloudFormation template).</p>
1373
+ * <p>The structure to assign a tag is:
1371
1374
  * <code>[\{"Key":"string","Value":"string"\}]</code>.</p>
1372
1375
  * @public
1373
1376
  */
@@ -1405,7 +1408,7 @@ export interface CopyJob {
1405
1408
  CopyJobId?: string;
1406
1409
  /**
1407
1410
  * <p>An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example,
1408
- * <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>. </p>
1411
+ * <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>. </p>
1409
1412
  * @public
1410
1413
  */
1411
1414
  SourceBackupVaultArn?: string;
@@ -1417,7 +1420,7 @@ export interface CopyJob {
1417
1420
  SourceRecoveryPointArn?: string;
1418
1421
  /**
1419
1422
  * <p>An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for
1420
- * example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
1423
+ * example, <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>.</p>
1421
1424
  * @public
1422
1425
  */
1423
1426
  DestinationBackupVaultArn?: string;
@@ -1494,7 +1497,7 @@ export interface CopyJob {
1494
1497
  */
1495
1498
  IsParent?: boolean;
1496
1499
  /**
1497
- * <p>This is the identifier of a resource within a composite group, such as
1500
+ * <p>The identifier of a resource within a composite group, such as
1498
1501
  * nested (child) recovery point belonging to a composite (parent) stack. The
1499
1502
  * ID is transferred from
1500
1503
  * the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resources-section-structure.html#resources-section-structure-syntax">
@@ -1503,7 +1506,7 @@ export interface CopyJob {
1503
1506
  */
1504
1507
  CompositeMemberIdentifier?: string;
1505
1508
  /**
1506
- * <p>This is the number of child (nested) copy jobs.</p>
1509
+ * <p>The number of child (nested) copy jobs.</p>
1507
1510
  * @public
1508
1511
  */
1509
1512
  NumberOfChildJobs?: number;
@@ -1514,7 +1517,7 @@ export interface CopyJob {
1514
1517
  */
1515
1518
  ChildJobsInState?: Partial<Record<CopyJobState, number>>;
1516
1519
  /**
1517
- * <p>This is the non-unique name of the resource that
1520
+ * <p>The non-unique name of the resource that
1518
1521
  * belongs to the specified backup.</p>
1519
1522
  * @public
1520
1523
  */
@@ -1566,7 +1569,7 @@ export type CopyJobStatus = (typeof CopyJobStatus)[keyof typeof CopyJobStatus];
1566
1569
  */
1567
1570
  export interface CopyJobSummary {
1568
1571
  /**
1569
- * <p>This is the Amazon Web Services Regions within the job summary.</p>
1572
+ * <p>The Amazon Web Services Regions within the job summary.</p>
1570
1573
  * @public
1571
1574
  */
1572
1575
  Region?: string;
@@ -1629,15 +1632,13 @@ export interface CopyJobSummary {
1629
1632
  */
1630
1633
  export interface CreateBackupPlanInput {
1631
1634
  /**
1632
- * <p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or
1635
+ * <p>The body of a backup plan. Includes a <code>BackupPlanName</code> and one or
1633
1636
  * more sets of <code>Rules</code>.</p>
1634
1637
  * @public
1635
1638
  */
1636
1639
  BackupPlan: BackupPlanInput | undefined;
1637
1640
  /**
1638
- * <p>To help organize your resources, you can assign your own metadata to the resources that
1639
- * you create. Each tag is a key-value pair. The specified tags are assigned to all backups
1640
- * created with this plan.</p>
1641
+ * <p>The tags to assign to the backup plan.</p>
1641
1642
  * @public
1642
1643
  */
1643
1644
  BackupPlanTags?: Record<string, string>;
@@ -1655,7 +1656,7 @@ export interface CreateBackupPlanInput {
1655
1656
  */
1656
1657
  export interface CreateBackupPlanOutput {
1657
1658
  /**
1658
- * <p>Uniquely identifies a backup plan.</p>
1659
+ * <p>The ID of the backup plan.</p>
1659
1660
  * @public
1660
1661
  */
1661
1662
  BackupPlanId?: string;
@@ -1680,7 +1681,7 @@ export interface CreateBackupPlanOutput {
1680
1681
  */
1681
1682
  VersionId?: string;
1682
1683
  /**
1683
- * <p>A list of <code>BackupOptions</code> settings for a resource type. This option is only
1684
+ * <p>The settings for a resource type. This option is only
1684
1685
  * available for Windows Volume Shadow Copy Service (VSS) backup jobs.</p>
1685
1686
  * @public
1686
1687
  */
@@ -1716,13 +1717,12 @@ export declare class LimitExceededException extends __BaseException {
1716
1717
  */
1717
1718
  export interface CreateBackupSelectionInput {
1718
1719
  /**
1719
- * <p>Uniquely identifies the backup plan to be associated with the selection of
1720
- * resources.</p>
1720
+ * <p>The ID of the backup plan.</p>
1721
1721
  * @public
1722
1722
  */
1723
1723
  BackupPlanId: string | undefined;
1724
1724
  /**
1725
- * <p>Specifies the body of a request to assign a set of resources to a backup plan.</p>
1725
+ * <p>The body of a request to assign a set of resources to a backup plan.</p>
1726
1726
  * @public
1727
1727
  */
1728
1728
  BackupSelection: BackupSelection | undefined;
@@ -1745,7 +1745,7 @@ export interface CreateBackupSelectionOutput {
1745
1745
  */
1746
1746
  SelectionId?: string;
1747
1747
  /**
1748
- * <p>Uniquely identifies a backup plan.</p>
1748
+ * <p>The ID of the backup plan.</p>
1749
1749
  * @public
1750
1750
  */
1751
1751
  BackupPlanId?: string;
@@ -1770,8 +1770,7 @@ export interface CreateBackupVaultInput {
1770
1770
  */
1771
1771
  BackupVaultName: string | undefined;
1772
1772
  /**
1773
- * <p>Metadata that you can assign to help organize the resources that you create. Each tag is
1774
- * a key-value pair.</p>
1773
+ * <p>The tags to assign to the backup vault.</p>
1775
1774
  * @public
1776
1775
  */
1777
1776
  BackupVaultTags?: Record<string, string>;
@@ -1802,7 +1801,7 @@ export interface CreateBackupVaultOutput {
1802
1801
  BackupVaultName?: string;
1803
1802
  /**
1804
1803
  * <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
1805
- * <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
1804
+ * <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>.</p>
1806
1805
  * @public
1807
1806
  */
1808
1807
  BackupVaultArn?: string;
@@ -1827,7 +1826,7 @@ export interface FrameworkControl {
1827
1826
  */
1828
1827
  ControlName: string | undefined;
1829
1828
  /**
1830
- * <p>A list of <code>ParameterName</code> and <code>ParameterValue</code> pairs.</p>
1829
+ * <p>The name/value pairs.</p>
1831
1830
  * @public
1832
1831
  */
1833
1832
  ControlInputParameters?: ControlInputParameter[];
@@ -1859,7 +1858,7 @@ export interface CreateFrameworkInput {
1859
1858
  */
1860
1859
  FrameworkDescription?: string;
1861
1860
  /**
1862
- * <p>A list of the controls that make up the framework. Each control in the list has a name,
1861
+ * <p>The controls that make up the framework. Each control in the list has a name,
1863
1862
  * input parameters, and scope.</p>
1864
1863
  * @public
1865
1864
  */
@@ -1872,8 +1871,7 @@ export interface CreateFrameworkInput {
1872
1871
  */
1873
1872
  IdempotencyToken?: string;
1874
1873
  /**
1875
- * <p>Metadata that you can assign to help organize the frameworks that you create. Each tag
1876
- * is a key-value pair.</p>
1874
+ * <p>The tags to assign to the framework.</p>
1877
1875
  * @public
1878
1876
  */
1879
1877
  FrameworkTags?: Record<string, string>;
@@ -1961,12 +1959,12 @@ export interface RecoveryPointSelection {
1961
1959
  */
1962
1960
  export interface CreateLegalHoldInput {
1963
1961
  /**
1964
- * <p>This is the string title of the legal hold.</p>
1962
+ * <p>The title of the legal hold.</p>
1965
1963
  * @public
1966
1964
  */
1967
1965
  Title: string | undefined;
1968
1966
  /**
1969
- * <p>This is the string description of the legal hold.</p>
1967
+ * <p>The description of the legal hold.</p>
1970
1968
  * @public
1971
1969
  */
1972
1970
  Description: string | undefined;
@@ -1978,8 +1976,7 @@ export interface CreateLegalHoldInput {
1978
1976
  */
1979
1977
  IdempotencyToken?: string;
1980
1978
  /**
1981
- * <p>This specifies criteria to assign
1982
- * a set of resources, such as resource types or backup vaults.</p>
1979
+ * <p>The criteria to assign a set of resources, such as resource types or backup vaults.</p>
1983
1980
  * @public
1984
1981
  */
1985
1982
  RecoveryPointSelection?: RecoveryPointSelection;
@@ -2010,40 +2007,37 @@ export type LegalHoldStatus = (typeof LegalHoldStatus)[keyof typeof LegalHoldSta
2010
2007
  */
2011
2008
  export interface CreateLegalHoldOutput {
2012
2009
  /**
2013
- * <p>This is the string title of the legal hold returned after creating the legal hold.</p>
2010
+ * <p>The title of the legal hold.</p>
2014
2011
  * @public
2015
2012
  */
2016
2013
  Title?: string;
2017
2014
  /**
2018
- * <p>This displays the status of the legal hold returned after creating the legal hold.
2019
- * Statuses can be <code>ACTIVE</code>, <code>PENDING</code>, <code>CANCELED</code>,
2020
- * <code>CANCELING</code>, or <code>FAILED</code>.</p>
2015
+ * <p>The status of the legal hold.</p>
2021
2016
  * @public
2022
2017
  */
2023
2018
  Status?: LegalHoldStatus;
2024
2019
  /**
2025
- * <p>This is the returned string description of the legal hold.</p>
2020
+ * <p>The description of the legal hold.</p>
2026
2021
  * @public
2027
2022
  */
2028
2023
  Description?: string;
2029
2024
  /**
2030
- * <p>Legal hold ID returned for the specified legal hold on a recovery point.</p>
2025
+ * <p>The ID of the legal hold.</p>
2031
2026
  * @public
2032
2027
  */
2033
2028
  LegalHoldId?: string;
2034
2029
  /**
2035
- * <p>This is the ARN (Amazon Resource Number) of the created legal hold.</p>
2030
+ * <p>The Amazon Resource Name (ARN) of the legal hold.</p>
2036
2031
  * @public
2037
2032
  */
2038
2033
  LegalHoldArn?: string;
2039
2034
  /**
2040
- * <p>Time in number format when legal hold was created.</p>
2035
+ * <p>The time when the legal hold was created.</p>
2041
2036
  * @public
2042
2037
  */
2043
2038
  CreationDate?: Date;
2044
2039
  /**
2045
- * <p>This specifies criteria to assign
2046
- * a set of resources, such as resource types or backup vaults.</p>
2040
+ * <p>The criteria to assign to a set of resources, such as resource types or backup vaults.</p>
2047
2041
  * @public
2048
2042
  */
2049
2043
  RecoveryPointSelection?: RecoveryPointSelection;
@@ -2053,17 +2047,19 @@ export interface CreateLegalHoldOutput {
2053
2047
  */
2054
2048
  export interface CreateLogicallyAirGappedBackupVaultInput {
2055
2049
  /**
2056
- * <p>This is the name of the vault that is being created.</p>
2050
+ * <p>The name of a logical container where backups are stored. Logically air-gapped
2051
+ * backup vaults are identified by names that are unique to the account used to create
2052
+ * them and the Region where they are created.</p>
2057
2053
  * @public
2058
2054
  */
2059
2055
  BackupVaultName: string | undefined;
2060
2056
  /**
2061
- * <p>These are the tags that will be included in the newly-created vault.</p>
2057
+ * <p>The tags to assign to the vault.</p>
2062
2058
  * @public
2063
2059
  */
2064
2060
  BackupVaultTags?: Record<string, string>;
2065
2061
  /**
2066
- * <p>This is the ID of the creation request.</p>
2062
+ * <p>The ID of the creation request.</p>
2067
2063
  * <p>This parameter is optional. If used, this parameter must contain
2068
2064
  * 1 to 50 alphanumeric or '-_.' characters.</p>
2069
2065
  * @public
@@ -2071,43 +2067,17 @@ export interface CreateLogicallyAirGappedBackupVaultInput {
2071
2067
  CreatorRequestId?: string;
2072
2068
  /**
2073
2069
  * <p>This setting specifies the minimum retention period
2074
- * that the vault retains its recovery points. If this parameter is not specified,
2075
- * no minimum retention period is enforced.</p>
2076
- * <p>If specified, any backup or copy job to the vault must have a lifecycle policy with a
2077
- * retention period equal to or longer than the minimum retention period. If a job
2078
- * retention period is shorter than that minimum retention period, then the vault fails the
2079
- * backup or copy job, and you should either modify your lifecycle settings or use a different
2080
- * vault.</p>
2070
+ * that the vault retains its recovery points.</p>
2071
+ * <p>The minimum value accepted is 7 days.</p>
2081
2072
  * @public
2082
2073
  */
2083
2074
  MinRetentionDays: number | undefined;
2084
2075
  /**
2085
- * <p>This is the setting that specifies the maximum retention period
2086
- * that the vault retains its recovery points. If this parameter is not specified, Backup
2087
- * does not enforce a maximum retention period on the recovery points in the vault (allowing
2088
- * indefinite storage).</p>
2089
- * <p>If specified, any backup or copy job to the vault must have a lifecycle policy with a
2090
- * retention period equal to or shorter than the maximum retention period. If the job
2091
- * retention period is longer than that maximum retention period, then the vault fails the
2092
- * backup or copy job, and you should either modify your lifecycle settings or use a different
2093
- * vault.</p>
2076
+ * <p>The maximum retention period that the vault retains its recovery points.</p>
2094
2077
  * @public
2095
2078
  */
2096
2079
  MaxRetentionDays: number | undefined;
2097
2080
  }
2098
- /**
2099
- * @public
2100
- * @enum
2101
- */
2102
- export declare const VaultState: {
2103
- readonly AVAILABLE: "AVAILABLE";
2104
- readonly CREATING: "CREATING";
2105
- readonly FAILED: "FAILED";
2106
- };
2107
- /**
2108
- * @public
2109
- */
2110
- export type VaultState = (typeof VaultState)[keyof typeof VaultState];
2111
2081
  /**
2112
2082
  * @public
2113
2083
  */
@@ -2115,13 +2085,12 @@ export interface CreateLogicallyAirGappedBackupVaultOutput {
2115
2085
  /**
2116
2086
  * <p>The name of a logical container where backups are stored. Logically air-gapped
2117
2087
  * backup vaults are identified by names that are unique to the account used to create
2118
- * them and the Region where they are created. They consist of lowercase letters, numbers,
2119
- * and hyphens.</p>
2088
+ * them and the Region where they are created.</p>
2120
2089
  * @public
2121
2090
  */
2122
2091
  BackupVaultName?: string;
2123
2092
  /**
2124
- * <p>This is the ARN (Amazon Resource Name) of the vault being created.</p>
2093
+ * <p>The ARN (Amazon Resource Name) of the vault.</p>
2125
2094
  * @public
2126
2095
  */
2127
2096
  BackupVaultArn?: string;
@@ -2134,7 +2103,7 @@ export interface CreateLogicallyAirGappedBackupVaultOutput {
2134
2103
  */
2135
2104
  CreationDate?: Date;
2136
2105
  /**
2137
- * <p>This is the current state of the vault.</p>
2106
+ * <p>The current state of the vault.</p>
2138
2107
  * @public
2139
2108
  */
2140
2109
  VaultState?: VaultState;
@@ -2184,7 +2153,7 @@ export interface ReportDeliveryChannel {
2184
2153
  */
2185
2154
  S3KeyPrefix?: string;
2186
2155
  /**
2187
- * <p>A list of the format of your reports: <code>CSV</code>, <code>JSON</code>, or both. If
2156
+ * <p>The format of your reports: <code>CSV</code>, <code>JSON</code>, or both. If
2188
2157
  * not specified, the default format is <code>CSV</code>.</p>
2189
2158
  * @public
2190
2159
  */
@@ -2217,6 +2186,7 @@ export interface ReportSetting {
2217
2186
  NumberOfFrameworks?: number;
2218
2187
  /**
2219
2188
  * <p>These are the accounts to be included in the report.</p>
2189
+ * <p>Use string value of <code>ROOT</code> to include all organizational units.</p>
2220
2190
  * @public
2221
2191
  */
2222
2192
  Accounts?: string[];
@@ -2227,6 +2197,7 @@ export interface ReportSetting {
2227
2197
  OrganizationUnits?: string[];
2228
2198
  /**
2229
2199
  * <p>These are the Regions to be included in the report.</p>
2200
+ * <p>Use the wildcard as the string value to include all Regions.</p>
2230
2201
  * @public
2231
2202
  */
2232
2203
  Regions?: string[];
@@ -2268,8 +2239,7 @@ export interface CreateReportPlanInput {
2268
2239
  */
2269
2240
  ReportSetting: ReportSetting | undefined;
2270
2241
  /**
2271
- * <p>Metadata that you can assign to help organize the report plans that you create. Each tag
2272
- * is a key-value pair.</p>
2242
+ * <p>The tags to assign to the report plan.</p>
2273
2243
  * @public
2274
2244
  */
2275
2245
  ReportPlanTags?: Record<string, string>;
@@ -2330,10 +2300,35 @@ export declare const RestoreTestingRecoveryPointType: {
2330
2300
  */
2331
2301
  export type RestoreTestingRecoveryPointType = (typeof RestoreTestingRecoveryPointType)[keyof typeof RestoreTestingRecoveryPointType];
2332
2302
  /**
2333
- * <p>Required: Algorithm; Required: Recovery point types;
2334
- * IncludeVaults(one or more). Optional: SelectionWindowDays
2335
- * ('30' if not specified);ExcludeVaults (list of selectors),
2336
- * defaults to empty list if not listed.</p>
2303
+ * <p>
2304
+ * <code>RecoveryPointSelection</code> has five parameters (three required and two
2305
+ * optional). The values you specify determine which recovery point is included in the restore
2306
+ * test. You must indicate with <code>Algorithm</code> if you want the latest recovery point
2307
+ * within your <code>SelectionWindowDays</code> or if you want a random recovery point, and
2308
+ * you must indicate through <code>IncludeVaults</code> from which vaults the recovery points
2309
+ * can be chosen.</p>
2310
+ * <p>
2311
+ * <code>Algorithm</code> (<i>required</i>) Valid values:
2312
+ * "<code>LATEST_WITHIN_WINDOW</code>" or "<code>RANDOM_WITHIN_WINDOW</code>".</p>
2313
+ * <p>
2314
+ * <code>Recovery point types</code> (<i>required</i>) Valid values:
2315
+ * "<code>SNAPSHOT</code>" and/or "<code>CONTINUOUS</code>". Include <code>SNAPSHOT</code>
2316
+ * to restore only snapshot recovery points; include <code>CONTINUOUS</code> to restore
2317
+ * continuous recovery points (point in time restore / PITR); use both to restore either a
2318
+ * snapshot or a continuous recovery point. The recovery point will be determined by the value
2319
+ * for <code>Algorithm</code>.</p>
2320
+ * <p>
2321
+ * <code>IncludeVaults</code> (<i>required</i>). You must include one or more
2322
+ * backup vaults. Use the wildcard ["*"] or specific ARNs.</p>
2323
+ * <p>
2324
+ * <code>SelectionWindowDays</code> (<i>optional</i>) Value must be an
2325
+ * integer (in days) from 1 to 365. If not included, the value defaults to
2326
+ * <code>30</code>.</p>
2327
+ * <p>
2328
+ * <code>ExcludeVaults</code> (<i>optional</i>). You can choose to input one
2329
+ * or more specific backup vault ARNs to exclude those vaults' contents from restore
2330
+ * eligibility. Or, you can include a list of selectors. If this parameter and its value are
2331
+ * not included, it defaults to empty list.</p>
2337
2332
  * @public
2338
2333
  */
2339
2334
  export interface RestoreTestingRecoveryPointSelection {
@@ -2359,6 +2354,11 @@ export interface RestoreTestingRecoveryPointSelection {
2359
2354
  IncludeVaults?: string[];
2360
2355
  /**
2361
2356
  * <p>These are the types of recovery points.</p>
2357
+ * <p>Include <code>SNAPSHOT</code>
2358
+ * to restore only snapshot recovery points; include <code>CONTINUOUS</code> to restore
2359
+ * continuous recovery points (point in time restore / PITR); use both to restore either a
2360
+ * snapshot or a continuous recovery point. The recovery point will be determined by the value
2361
+ * for <code>Algorithm</code>.</p>
2362
2362
  * @public
2363
2363
  */
2364
2364
  RecoveryPointTypes?: RestoreTestingRecoveryPointType[];
@@ -2374,9 +2374,35 @@ export interface RestoreTestingRecoveryPointSelection {
2374
2374
  */
2375
2375
  export interface RestoreTestingPlanForCreate {
2376
2376
  /**
2377
- * <p>Required: Algorithm; Required: Recovery point types; IncludeVaults
2378
- * (one or more). Optional: SelectionWindowDays ('30' if not specified);
2379
- * ExcludeVaults (list of selectors), defaults to empty list if not listed.</p>
2377
+ * <p>
2378
+ * <code>RecoveryPointSelection</code> has five parameters (three required and two
2379
+ * optional). The values you specify determine which recovery point is included in the restore
2380
+ * test. You must indicate with <code>Algorithm</code> if you want the latest recovery point
2381
+ * within your <code>SelectionWindowDays</code> or if you want a random recovery point, and
2382
+ * you must indicate through <code>IncludeVaults</code> from which vaults the recovery points
2383
+ * can be chosen.</p>
2384
+ * <p>
2385
+ * <code>Algorithm</code> (<i>required</i>) Valid values:
2386
+ * "<code>LATEST_WITHIN_WINDOW</code>" or "<code>RANDOM_WITHIN_WINDOW</code>".</p>
2387
+ * <p>
2388
+ * <code>Recovery point types</code> (<i>required</i>) Valid values:
2389
+ * "<code>SNAPSHOT</code>" and/or "<code>CONTINUOUS</code>". Include <code>SNAPSHOT</code>
2390
+ * to restore only snapshot recovery points; include <code>CONTINUOUS</code> to restore
2391
+ * continuous recovery points (point in time restore / PITR); use both to restore either a
2392
+ * snapshot or a continuous recovery point. The recovery point will be determined by the value
2393
+ * for <code>Algorithm</code>.</p>
2394
+ * <p>
2395
+ * <code>IncludeVaults</code> (<i>required</i>). You must include one or more
2396
+ * backup vaults. Use the wildcard ["*"] or specific ARNs.</p>
2397
+ * <p>
2398
+ * <code>SelectionWindowDays</code> (<i>optional</i>) Value must be an
2399
+ * integer (in days) from 1 to 365. If not included, the value defaults to
2400
+ * <code>30</code>.</p>
2401
+ * <p>
2402
+ * <code>ExcludeVaults</code> (<i>optional</i>). You can choose to input one
2403
+ * or more specific backup vault ARNs to exclude those vaults' contents from restore
2404
+ * eligibility. Or, you can include a list of selectors. If this parameter and its value are
2405
+ * not included, it defaults to empty list.</p>
2380
2406
  * @public
2381
2407
  */
2382
2408
  RecoveryPointSelection: RestoreTestingRecoveryPointSelection | undefined;
@@ -2435,10 +2461,7 @@ export interface CreateRestoreTestingPlanInput {
2435
2461
  */
2436
2462
  RestoreTestingPlan: RestoreTestingPlanForCreate | undefined;
2437
2463
  /**
2438
- * <p>Optional tags to include. A tag is a key-value pair you can use to
2439
- * manage, filter, and search for your resources. Allowed characters include
2440
- * UTF-8 letters,numbers, spaces, and the following characters:
2441
- * + - = . _ : /.</p>
2464
+ * <p>The tags to assign to the restore testing plan.</p>
2442
2465
  * @public
2443
2466
  */
2444
2467
  Tags?: Record<string, string>;
@@ -2498,11 +2521,8 @@ export interface KeyValue {
2498
2521
  Value: string | undefined;
2499
2522
  }
2500
2523
  /**
2501
- * <p>A list of conditions that you define for resources in
2502
- * your restore testing plan using tags.</p>
2503
- * <p>For example,
2504
- * <code>"StringEquals": \{ "Key": "aws:ResourceTag/CreatedByCryo", "Value": "true" \},</code>.
2505
- * Condition operators are case sensitive.</p>
2524
+ * <p>The conditions that you define for resources in
2525
+ * your restore testing plan using tags.</p>
2506
2526
  * @public
2507
2527
  */
2508
2528
  export interface ProtectedResourceConditions {
@@ -2576,8 +2596,7 @@ export interface RestoreTestingSelectionForCreate {
2576
2596
  ProtectedResourceConditions?: ProtectedResourceConditions;
2577
2597
  /**
2578
2598
  * <p>The type of Amazon Web Services resource included in a restore
2579
- * testing selection; for
2580
- * example, an Amazon EBS volume or
2599
+ * testing selection; for example, an Amazon EBS volume or
2581
2600
  * an Amazon RDS database.</p>
2582
2601
  * <p>Supported resource types accepted include:</p>
2583
2602
  * <ul>
@@ -2635,7 +2654,7 @@ export interface RestoreTestingSelectionForCreate {
2635
2654
  */
2636
2655
  RestoreMetadataOverrides?: Record<string, string>;
2637
2656
  /**
2638
- * <p>This is the unique name of the restore testing selection
2657
+ * <p>The unique name of the restore testing selection
2639
2658
  * that belongs to the related restore testing plan.</p>
2640
2659
  * @public
2641
2660
  */
@@ -2695,26 +2714,25 @@ export interface CreateRestoreTestingSelectionInput {
2695
2714
  */
2696
2715
  export interface CreateRestoreTestingSelectionOutput {
2697
2716
  /**
2698
- * <p>This is the time the resource testing selection was created successfully.</p>
2717
+ * <p>The time that the resource testing selection was created.</p>
2699
2718
  * @public
2700
2719
  */
2701
2720
  CreationTime: Date | undefined;
2702
2721
  /**
2703
- * <p>This is the ARN of the restore testing plan with which the restore
2722
+ * <p>The ARN of the restore testing plan with which the restore
2704
2723
  * testing selection is associated.</p>
2705
2724
  * @public
2706
2725
  */
2707
2726
  RestoreTestingPlanArn: string | undefined;
2708
2727
  /**
2709
- * <p>Unique string that is the name of the restore testing plan.</p>
2728
+ * <p>The name of the restore testing plan.</p>
2710
2729
  * <p>The name cannot be changed after creation. The name consists of only
2711
2730
  * alphanumeric characters and underscores. Maximum length is 50.</p>
2712
2731
  * @public
2713
2732
  */
2714
2733
  RestoreTestingPlanName: string | undefined;
2715
2734
  /**
2716
- * <p>This is the unique name of the restore testing selection that belongs to
2717
- * the related restore testing plan.</p>
2735
+ * <p>The name of the restore testing selection for the related restore testing plan.</p>
2718
2736
  * @public
2719
2737
  */
2720
2738
  RestoreTestingSelectionName: string | undefined;
@@ -2782,8 +2800,7 @@ export interface DeleteBackupVaultInput {
2782
2800
  /**
2783
2801
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
2784
2802
  * by names that are unique to the account used to create them and the Amazon Web Services
2785
- * Region where they are created. They consist of lowercase letters, numbers, and
2786
- * hyphens.</p>
2803
+ * Region where they are created.</p>
2787
2804
  * @public
2788
2805
  */
2789
2806
  BackupVaultName: string | undefined;
@@ -2818,7 +2835,7 @@ export interface DeleteBackupVaultNotificationsInput {
2818
2835
  /**
2819
2836
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
2820
2837
  * by names that are unique to the account used to create them and the Region where they are
2821
- * created. They consist of lowercase letters, numbers, and hyphens.</p>
2838
+ * created.</p>
2822
2839
  * @public
2823
2840
  */
2824
2841
  BackupVaultName: string | undefined;
@@ -2840,8 +2857,7 @@ export interface DeleteRecoveryPointInput {
2840
2857
  /**
2841
2858
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
2842
2859
  * by names that are unique to the account used to create them and the Amazon Web Services
2843
- * Region where they are created. They consist of lowercase letters, numbers, and
2844
- * hyphens.</p>
2860
+ * Region where they are created.</p>
2845
2861
  * @public
2846
2862
  */
2847
2863
  BackupVaultName: string | undefined;
@@ -2941,14 +2957,13 @@ export interface DescribeBackupJobOutput {
2941
2957
  /**
2942
2958
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
2943
2959
  * by names that are unique to the account used to create them and the Amazon Web Services
2944
- * Region where they are created. They consist of lowercase letters, numbers, and
2945
- * hyphens.</p>
2960
+ * Region where they are created.</p>
2946
2961
  * @public
2947
2962
  */
2948
2963
  BackupVaultName?: string;
2949
2964
  /**
2950
2965
  * <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
2951
- * <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
2966
+ * <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>.</p>
2952
2967
  * @public
2953
2968
  */
2954
2969
  BackupVaultArn?: string;
@@ -3077,18 +3092,18 @@ export interface DescribeBackupJobOutput {
3077
3092
  */
3078
3093
  ChildJobsInState?: Partial<Record<BackupJobState, number>>;
3079
3094
  /**
3080
- * <p>This is the non-unique name of the resource that
3095
+ * <p>The non-unique name of the resource that
3081
3096
  * belongs to the specified backup.</p>
3082
3097
  * @public
3083
3098
  */
3084
3099
  ResourceName?: string;
3085
3100
  /**
3086
- * <p>This is the date a backup job was initiated.</p>
3101
+ * <p>The date a backup job was initiated.</p>
3087
3102
  * @public
3088
3103
  */
3089
3104
  InitiationDate?: Date;
3090
3105
  /**
3091
- * <p>This is the job count for the specified
3106
+ * <p>The job count for the specified
3092
3107
  * message category.</p>
3093
3108
  * <p>Example strings may include <code>AccessDenied</code>, <code>SUCCESS</code>,
3094
3109
  * <code>AGGREGATE_ALL</code>, and <code>INVALIDPARAMETERS</code>. View <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html">Monitoring</a>
@@ -3104,29 +3119,16 @@ export interface DescribeBackupVaultInput {
3104
3119
  /**
3105
3120
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
3106
3121
  * by names that are unique to the account used to create them and the Amazon Web Services
3107
- * Region where they are created. They consist of lowercase letters, numbers, and
3108
- * hyphens.</p>
3122
+ * Region where they are created.</p>
3109
3123
  * @public
3110
3124
  */
3111
3125
  BackupVaultName: string | undefined;
3112
3126
  /**
3113
- * <p>This is the account ID of the specified backup vault.</p>
3127
+ * <p>The account ID of the specified backup vault.</p>
3114
3128
  * @public
3115
3129
  */
3116
3130
  BackupVaultAccountId?: string;
3117
3131
  }
3118
- /**
3119
- * @public
3120
- * @enum
3121
- */
3122
- export declare const VaultType: {
3123
- readonly BACKUP_VAULT: "BACKUP_VAULT";
3124
- readonly LOGICALLY_AIR_GAPPED_BACKUP_VAULT: "LOGICALLY_AIR_GAPPED_BACKUP_VAULT";
3125
- };
3126
- /**
3127
- * @public
3128
- */
3129
- export type VaultType = (typeof VaultType)[keyof typeof VaultType];
3130
3132
  /**
3131
3133
  * @public
3132
3134
  */
@@ -3134,21 +3136,26 @@ export interface DescribeBackupVaultOutput {
3134
3136
  /**
3135
3137
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
3136
3138
  * by names that are unique to the account used to create them and the Region where they are
3137
- * created. They consist of lowercase letters, numbers, and hyphens.</p>
3139
+ * created.</p>
3138
3140
  * @public
3139
3141
  */
3140
3142
  BackupVaultName?: string;
3141
3143
  /**
3142
3144
  * <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
3143
- * <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
3145
+ * <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>.</p>
3144
3146
  * @public
3145
3147
  */
3146
3148
  BackupVaultArn?: string;
3147
3149
  /**
3148
- * <p>This is the type of vault described.</p>
3150
+ * <p>The type of vault described.</p>
3149
3151
  * @public
3150
3152
  */
3151
3153
  VaultType?: VaultType;
3154
+ /**
3155
+ * <p>The current state of the vault.-></p>
3156
+ * @public
3157
+ */
3158
+ VaultState?: VaultState;
3152
3159
  /**
3153
3160
  * <p>The server-side encryption key that is used to protect your backups; for example,
3154
3161
  * <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
@@ -3184,8 +3191,8 @@ export interface DescribeBackupVaultOutput {
3184
3191
  Locked?: boolean;
3185
3192
  /**
3186
3193
  * <p>The Backup Vault Lock setting that specifies the minimum retention period
3187
- * that the vault retains its recovery points. If this parameter is not specified, Vault Lock
3188
- * does not enforce a minimum retention period.</p>
3194
+ * that the vault retains its recovery points. If this
3195
+ * parameter is not specified, Vault Lock will not enforce a minimum retention period.</p>
3189
3196
  * <p>If specified, any backup or copy job to the vault must have a lifecycle policy with a
3190
3197
  * retention period equal to or longer than the minimum retention period. If the job's
3191
3198
  * retention period is shorter than that minimum retention period, then the vault fails the
@@ -3273,7 +3280,7 @@ export interface DescribeFrameworkOutput {
3273
3280
  */
3274
3281
  FrameworkDescription?: string;
3275
3282
  /**
3276
- * <p>A list of the controls that make up the framework. Each control in the list has a name,
3283
+ * <p>The controls that make up the framework. Each control in the list has a name,
3277
3284
  * input parameters, and scope.</p>
3278
3285
  * @public
3279
3286
  */
@@ -3390,36 +3397,34 @@ export interface DescribeProtectedResourceOutput {
3390
3397
  */
3391
3398
  LastBackupTime?: Date;
3392
3399
  /**
3393
- * <p>This is the non-unique name of the resource that
3394
- * belongs to the specified backup.</p>
3400
+ * <p>The name of the resource that belongs to the specified backup.</p>
3395
3401
  * @public
3396
3402
  */
3397
3403
  ResourceName?: string;
3398
3404
  /**
3399
- * <p>This is the ARN (Amazon Resource Name) of the backup vault
3405
+ * <p>The ARN (Amazon Resource Name) of the backup vault
3400
3406
  * that contains the most recent backup recovery point.</p>
3401
3407
  * @public
3402
3408
  */
3403
3409
  LastBackupVaultArn?: string;
3404
3410
  /**
3405
- * <p>This is the ARN (Amazon Resource Name) of the most recent
3411
+ * <p>The ARN (Amazon Resource Name) of the most recent
3406
3412
  * recovery point.</p>
3407
3413
  * @public
3408
3414
  */
3409
3415
  LastRecoveryPointArn?: string;
3410
3416
  /**
3411
- * <p>This is the time in minutes the most recent restore
3412
- * job took to complete.</p>
3417
+ * <p>The time, in minutes, that the most recent restore job took to complete.</p>
3413
3418
  * @public
3414
3419
  */
3415
3420
  LatestRestoreExecutionTimeMinutes?: number;
3416
3421
  /**
3417
- * <p>This is the creation date of the most recent restore job.</p>
3422
+ * <p>The creation date of the most recent restore job.</p>
3418
3423
  * @public
3419
3424
  */
3420
3425
  LatestRestoreJobCreationDate?: Date;
3421
3426
  /**
3422
- * <p>This is the date the most recent recovery point was created.</p>
3427
+ * <p>The date the most recent recovery point was created.</p>
3423
3428
  * @public
3424
3429
  */
3425
3430
  LatestRestoreRecoveryPointCreationDate?: Date;
@@ -3431,8 +3436,7 @@ export interface DescribeRecoveryPointInput {
3431
3436
  /**
3432
3437
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
3433
3438
  * by names that are unique to the account used to create them and the Amazon Web Services
3434
- * Region where they are created. They consist of lowercase letters, numbers, and
3435
- * hyphens.</p>
3439
+ * Region where they are created.</p>
3436
3440
  * @public
3437
3441
  */
3438
3442
  BackupVaultName: string | undefined;
@@ -3443,7 +3447,7 @@ export interface DescribeRecoveryPointInput {
3443
3447
  */
3444
3448
  RecoveryPointArn: string | undefined;
3445
3449
  /**
3446
- * <p>This is the account ID of the specified backup vault.</p>
3450
+ * <p>The account ID of the specified backup vault.</p>
3447
3451
  * @public
3448
3452
  */
3449
3453
  BackupVaultAccountId?: string;
@@ -3488,20 +3492,20 @@ export interface DescribeRecoveryPointOutput {
3488
3492
  /**
3489
3493
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
3490
3494
  * by names that are unique to the account used to create them and the Region where they are
3491
- * created. They consist of lowercase letters, numbers, and hyphens.</p>
3495
+ * created.</p>
3492
3496
  * @public
3493
3497
  */
3494
3498
  BackupVaultName?: string;
3495
3499
  /**
3496
3500
  * <p>An ARN that uniquely identifies a backup vault; for example,
3497
- * <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
3501
+ * <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>.</p>
3498
3502
  * @public
3499
3503
  */
3500
3504
  BackupVaultArn?: string;
3501
3505
  /**
3502
3506
  * <p>An Amazon Resource Name (ARN) that uniquely identifies the source vault where the
3503
3507
  * resource was originally backed up in; for example,
3504
- * <code>arn:aws:backup:us-east-1:123456789012:vault:BackupVault</code>. If the recovery is
3508
+ * <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>. If the recovery is
3505
3509
  * restored to the same Amazon Web Services account or Region, this value will be
3506
3510
  * <code>null</code>.</p>
3507
3511
  * @public
@@ -3549,7 +3553,9 @@ export interface DescribeRecoveryPointOutput {
3549
3553
  * <code>STOPPED</code> status occurs on a continuous backup where a user has taken some
3550
3554
  * action that causes the continuous backup to be disabled. This can be caused by the removal
3551
3555
  * of permissions, turning off versioning, turning off events being sent to EventBridge,
3552
- * or disabling the EventBridge rules that are put in place by Backup.</p>
3556
+ * or disabling the EventBridge rules that are put in place by Backup. For
3557
+ * recovery points of Amazon S3, Amazon RDS, and Amazon Aurora resources, this status
3558
+ * occurs when the retention period of a continuous backup rule is changed.</p>
3553
3559
  * <p>To resolve <code>STOPPED</code> status, ensure that all requested permissions are in place and
3554
3560
  * that versioning is enabled on the S3 bucket. Once these conditions are met, the next instance
3555
3561
  * of a backup rule running will result in a new continuous recovery point being created.
@@ -3600,10 +3606,8 @@ export interface DescribeRecoveryPointOutput {
3600
3606
  * minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the
3601
3607
  * “transition to cold after days” setting. The “transition to cold after days” setting cannot
3602
3608
  * be changed after a backup has been transitioned to cold. </p>
3603
- * <p>Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage"
3604
- * section of the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource">
3605
- * Feature availability by resource</a> table. Backup ignores this expression for
3606
- * other resource types.</p>
3609
+ * <p>Resource types that can transition to cold storage are listed in the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource">Feature
3610
+ * availability by resource</a> table. Backup ignores this expression for other resource types.</p>
3607
3611
  * @public
3608
3612
  */
3609
3613
  Lifecycle?: Lifecycle;
@@ -3640,10 +3644,9 @@ export interface DescribeRecoveryPointOutput {
3640
3644
  */
3641
3645
  ParentRecoveryPointArn?: string;
3642
3646
  /**
3643
- * <p>This is the identifier of a resource within a composite group, such as
3647
+ * <p>The identifier of a resource within a composite group, such as
3644
3648
  * nested (child) recovery point belonging to a composite (parent) stack. The
3645
- * ID is transferred from
3646
- * the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resources-section-structure.html#resources-section-structure-syntax">
3649
+ * ID is transferred from the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resources-section-structure.html#resources-section-structure-syntax">
3647
3650
  * logical ID</a> within a stack.</p>
3648
3651
  * @public
3649
3652
  */
@@ -3654,13 +3657,12 @@ export interface DescribeRecoveryPointOutput {
3654
3657
  */
3655
3658
  IsParent?: boolean;
3656
3659
  /**
3657
- * <p>This is the non-unique name of the resource that
3658
- * belongs to the specified backup.</p>
3660
+ * <p>The name of the resource that belongs to the specified backup.</p>
3659
3661
  * @public
3660
3662
  */
3661
3663
  ResourceName?: string;
3662
3664
  /**
3663
- * <p>This is the type of vault in which the described recovery point is stored.</p>
3665
+ * <p>The type of vault in which the described recovery point is stored.</p>
3664
3666
  * @public
3665
3667
  */
3666
3668
  VaultType?: VaultType;
@@ -3675,16 +3677,16 @@ export interface DescribeRegionSettingsInput {
3675
3677
  */
3676
3678
  export interface DescribeRegionSettingsOutput {
3677
3679
  /**
3678
- * <p>Returns a list of all services along with the opt-in preferences in the Region.</p>
3680
+ * <p>The services along with the opt-in preferences in the Region.</p>
3679
3681
  * @public
3680
3682
  */
3681
3683
  ResourceTypeOptInPreference?: Record<string, boolean>;
3682
3684
  /**
3683
3685
  * <p>Returns whether Backup fully manages the backups for a resource type.</p>
3684
- * <p>For the benefits of full Backup management, see <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#full-management"> Full Backup management</a>.</p>
3685
- * <p>For a list of resource types and whether each supports full Backup
3686
- * management, see the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource"> Feature
3687
- * availability by resource</a> table.</p>
3686
+ * <p>For the benefits of full Backup management, see <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#full-management">Full Backup
3687
+ * management</a>.</p>
3688
+ * <p>For a list of resource types and whether each supports full Backup management,
3689
+ * see the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource">Feature availability by resource</a> table.</p>
3688
3690
  * <p>If <code>"DynamoDB":false</code>, you can enable full Backup management for
3689
3691
  * DynamoDB backup by enabling <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/advanced-ddb-backup.html#advanced-ddb-backup-enable-cli">
3690
3692
  * Backup's advanced DynamoDB backup features</a>.</p>
@@ -3792,7 +3794,7 @@ export interface ReportJob {
3792
3794
  */
3793
3795
  export interface DescribeReportJobOutput {
3794
3796
  /**
3795
- * <p>A list of information about a report job, including its completion and creation times,
3797
+ * <p>The information about a report job, including its completion and creation times,
3796
3798
  * report destination, unique report job ID, Amazon Resource Name (ARN), report template,
3797
3799
  * status, and status message.</p>
3798
3800
  * @public
@@ -4034,8 +4036,9 @@ export interface DescribeRestoreJobOutput {
4034
4036
  */
4035
4037
  ExpectedCompletionTimeMinutes?: number;
4036
4038
  /**
4037
- * <p>An Amazon Resource Name (ARN) that uniquely identifies a resource whose recovery point
4038
- * is being restored. The format of the ARN depends on the resource type of the backed-up
4039
+ * <p>The Amazon Resource Name (ARN) of the resource that
4040
+ * was created by the restore job.</p>
4041
+ * <p>The format of the ARN depends on the resource type of the backed-up
4039
4042
  * resource.</p>
4040
4043
  * @public
4041
4044
  */
@@ -4046,7 +4049,7 @@ export interface DescribeRestoreJobOutput {
4046
4049
  */
4047
4050
  ResourceType?: string;
4048
4051
  /**
4049
- * <p>This is the creation date of the recovery point made by the specifed restore job.</p>
4052
+ * <p>The creation date of the recovery point made by the specifed restore job.</p>
4050
4053
  * @public
4051
4054
  */
4052
4055
  RecoveryPointCreationDate?: Date;
@@ -4056,21 +4059,18 @@ export interface DescribeRestoreJobOutput {
4056
4059
  */
4057
4060
  CreatedBy?: RestoreJobCreator;
4058
4061
  /**
4059
- * <p>This is the status of validation run on the indicated
4062
+ * <p>The status of validation run on the indicated
4060
4063
  * restore job.</p>
4061
4064
  * @public
4062
4065
  */
4063
4066
  ValidationStatus?: RestoreValidationStatus;
4064
4067
  /**
4065
- * <p>This describes the status of validation run on the
4066
- * indicated restore job.</p>
4068
+ * <p>The status message.</p>
4067
4069
  * @public
4068
4070
  */
4069
4071
  ValidationStatusMessage?: string;
4070
4072
  /**
4071
- * <p>This notes the status of the data generated by the restore test.
4072
- * The status may be <code>Deleting</code>, <code>Failed</code>,
4073
- * or <code>Successful</code>.</p>
4073
+ * <p>The status of the data generated by the restore test.</p>
4074
4074
  * @public
4075
4075
  */
4076
4076
  DeletionStatus?: RestoreDeletionStatus;
@@ -4101,15 +4101,14 @@ export interface DisassociateRecoveryPointInput {
4101
4101
  */
4102
4102
  export interface DisassociateRecoveryPointFromParentInput {
4103
4103
  /**
4104
- * <p>This is the name of a logical container where the child (nested) recovery point
4104
+ * <p>The name of a logical container where the child (nested) recovery point
4105
4105
  * is stored. Backup vaults are identified by names that are unique to the account used
4106
- * to create them and the Amazon Web Services Region where they are created. They consist of lowercase
4107
- * letters, numbers, and hyphens.</p>
4106
+ * to create them and the Amazon Web Services Region where they are created.</p>
4108
4107
  * @public
4109
4108
  */
4110
4109
  BackupVaultName: string | undefined;
4111
4110
  /**
4112
- * <p>This is the Amazon Resource Name (ARN) that uniquely identifies the child
4111
+ * <p>The Amazon Resource Name (ARN) that uniquely identifies the child
4113
4112
  * (nested) recovery point; for example,
4114
4113
  * <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.</code>
4115
4114
  * </p>
@@ -4208,7 +4207,7 @@ export interface GetBackupPlanOutput {
4208
4207
  */
4209
4208
  DeletionDate?: Date;
4210
4209
  /**
4211
- * <p>The last time a job to back up resources was run with this backup plan. A date and time,
4210
+ * <p>The last time this backup plan was run. A date and time,
4212
4211
  * in Unix format and Coordinated Universal Time (UTC). The value of
4213
4212
  * <code>LastExecutionDate</code> is accurate to milliseconds. For example, the value
4214
4213
  * 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>
@@ -4322,8 +4321,7 @@ export interface GetBackupVaultAccessPolicyInput {
4322
4321
  /**
4323
4322
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
4324
4323
  * by names that are unique to the account used to create them and the Amazon Web Services
4325
- * Region where they are created. They consist of lowercase letters, numbers, and
4326
- * hyphens.</p>
4324
+ * Region where they are created.</p>
4327
4325
  * @public
4328
4326
  */
4329
4327
  BackupVaultName: string | undefined;
@@ -4335,13 +4333,13 @@ export interface GetBackupVaultAccessPolicyOutput {
4335
4333
  /**
4336
4334
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
4337
4335
  * by names that are unique to the account used to create them and the Region where they are
4338
- * created. They consist of lowercase letters, numbers, and hyphens.</p>
4336
+ * created.</p>
4339
4337
  * @public
4340
4338
  */
4341
4339
  BackupVaultName?: string;
4342
4340
  /**
4343
4341
  * <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
4344
- * <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
4342
+ * <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>.</p>
4345
4343
  * @public
4346
4344
  */
4347
4345
  BackupVaultArn?: string;
@@ -4358,8 +4356,7 @@ export interface GetBackupVaultNotificationsInput {
4358
4356
  /**
4359
4357
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
4360
4358
  * by names that are unique to the account used to create them and the Amazon Web Services
4361
- * Region where they are created. They consist of lowercase letters, numbers, and
4362
- * hyphens.</p>
4359
+ * Region where they are created.</p>
4363
4360
  * @public
4364
4361
  */
4365
4362
  BackupVaultName: string | undefined;
@@ -4371,13 +4368,13 @@ export interface GetBackupVaultNotificationsOutput {
4371
4368
  /**
4372
4369
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
4373
4370
  * by names that are unique to the account used to create them and the Region where they are
4374
- * created. They consist of lowercase letters, numbers, and hyphens.</p>
4371
+ * created.</p>
4375
4372
  * @public
4376
4373
  */
4377
4374
  BackupVaultName?: string;
4378
4375
  /**
4379
4376
  * <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
4380
- * <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
4377
+ * <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>.</p>
4381
4378
  * @public
4382
4379
  */
4383
4380
  BackupVaultArn?: string;
@@ -4399,8 +4396,7 @@ export interface GetBackupVaultNotificationsOutput {
4399
4396
  */
4400
4397
  export interface GetLegalHoldInput {
4401
4398
  /**
4402
- * <p>This is the ID required to use <code>GetLegalHold</code>. This unique ID
4403
- * is associated with a specific legal hold.</p>
4399
+ * <p>The ID of the legal hold.</p>
4404
4400
  * @public
4405
4401
  */
4406
4402
  LegalHoldId: string | undefined;
@@ -4410,58 +4406,53 @@ export interface GetLegalHoldInput {
4410
4406
  */
4411
4407
  export interface GetLegalHoldOutput {
4412
4408
  /**
4413
- * <p>This is the string title of the legal hold.</p>
4409
+ * <p>The title of the legal hold.</p>
4414
4410
  * @public
4415
4411
  */
4416
4412
  Title?: string;
4417
4413
  /**
4418
- * <p>This is the status of the legal hold. Statuses can be
4419
- * <code>ACTIVE</code>, <code>CREATING</code>, <code>CANCELED</code>, and
4420
- * <code>CANCELING</code>.</p>
4414
+ * <p>The status of the legal hold.</p>
4421
4415
  * @public
4422
4416
  */
4423
4417
  Status?: LegalHoldStatus;
4424
4418
  /**
4425
- * <p>This is the returned string description of the legal hold.</p>
4419
+ * <p>The description of the legal hold.</p>
4426
4420
  * @public
4427
4421
  */
4428
4422
  Description?: string;
4429
4423
  /**
4430
- * <p>String describing the reason for removing the legal hold.</p>
4424
+ * <p>The reason for removing the legal hold.</p>
4431
4425
  * @public
4432
4426
  */
4433
4427
  CancelDescription?: string;
4434
4428
  /**
4435
- * <p>This is the returned ID associated with a specified legal hold.</p>
4429
+ * <p>The ID of the legal hold.</p>
4436
4430
  * @public
4437
4431
  */
4438
4432
  LegalHoldId?: string;
4439
4433
  /**
4440
- * <p>This is the returned framework ARN for the specified legal hold.
4441
- * An Amazon Resource Name (ARN) uniquely identifies a resource. The format
4434
+ * <p>The framework ARN for the specified legal hold. The format
4442
4435
  * of the ARN depends on the resource type.</p>
4443
4436
  * @public
4444
4437
  */
4445
4438
  LegalHoldArn?: string;
4446
4439
  /**
4447
- * <p>Time in number format when legal hold was created.</p>
4440
+ * <p>The time when the legal hold was created.</p>
4448
4441
  * @public
4449
4442
  */
4450
4443
  CreationDate?: Date;
4451
4444
  /**
4452
- * <p>Time in number when legal hold was cancelled.</p>
4445
+ * <p>The time when the legal hold was cancelled.</p>
4453
4446
  * @public
4454
4447
  */
4455
4448
  CancellationDate?: Date;
4456
4449
  /**
4457
- * <p>This is the date and time until which the legal hold record will
4458
- * be retained.</p>
4450
+ * <p>The date and time until which the legal hold record is retained.</p>
4459
4451
  * @public
4460
4452
  */
4461
4453
  RetainRecordUntil?: Date;
4462
4454
  /**
4463
- * <p>This specifies criteria to assign
4464
- * a set of resources, such as resource types or backup vaults.</p>
4455
+ * <p>The criteria to assign a set of resources, such as resource types or backup vaults.</p>
4465
4456
  * @public
4466
4457
  */
4467
4458
  RecoveryPointSelection?: RecoveryPointSelection;
@@ -4473,8 +4464,7 @@ export interface GetRecoveryPointRestoreMetadataInput {
4473
4464
  /**
4474
4465
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
4475
4466
  * by names that are unique to the account used to create them and the Amazon Web Services
4476
- * Region where they are created. They consist of lowercase letters, numbers, and
4477
- * hyphens.</p>
4467
+ * Region where they are created.</p>
4478
4468
  * @public
4479
4469
  */
4480
4470
  BackupVaultName: string | undefined;
@@ -4485,7 +4475,7 @@ export interface GetRecoveryPointRestoreMetadataInput {
4485
4475
  */
4486
4476
  RecoveryPointArn: string | undefined;
4487
4477
  /**
4488
- * <p>This is the account ID of the specified backup vault.</p>
4478
+ * <p>The account ID of the specified backup vault.</p>
4489
4479
  * @public
4490
4480
  */
4491
4481
  BackupVaultAccountId?: string;
@@ -4496,7 +4486,7 @@ export interface GetRecoveryPointRestoreMetadataInput {
4496
4486
  export interface GetRecoveryPointRestoreMetadataOutput {
4497
4487
  /**
4498
4488
  * <p>An ARN that uniquely identifies a backup vault; for example,
4499
- * <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
4489
+ * <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>.</p>
4500
4490
  * @public
4501
4491
  */
4502
4492
  BackupVaultArn?: string;
@@ -4514,7 +4504,7 @@ export interface GetRecoveryPointRestoreMetadataOutput {
4514
4504
  */
4515
4505
  RestoreMetadata?: Record<string, string>;
4516
4506
  /**
4517
- * <p>This is the resource type associated with the recovery point.</p>
4507
+ * <p>The resource type of the recovery point.</p>
4518
4508
  * @public
4519
4509
  */
4520
4510
  ResourceType?: string;
@@ -4549,7 +4539,7 @@ export interface GetRestoreJobMetadataOutput {
4549
4539
  */
4550
4540
  export interface GetRestoreTestingInferredMetadataInput {
4551
4541
  /**
4552
- * <p>This is the account ID of the specified backup vault.</p>
4542
+ * <p>The account ID of the specified backup vault.</p>
4553
4543
  * @public
4554
4544
  */
4555
4545
  BackupVaultAccountId?: string;
@@ -4647,7 +4637,7 @@ export interface RestoreTestingPlanForGet {
4647
4637
  */
4648
4638
  RestoreTestingPlanArn: string | undefined;
4649
4639
  /**
4650
- * <p>This is the restore testing plan name.</p>
4640
+ * <p>The restore testing plan name.</p>
4651
4641
  * @public
4652
4642
  */
4653
4643
  RestoreTestingPlanName: string | undefined;
@@ -4772,7 +4762,7 @@ export interface RestoreTestingSelectionForGet {
4772
4762
  */
4773
4763
  RestoreTestingPlanName: string | undefined;
4774
4764
  /**
4775
- * <p>This is the unique name of the restore testing selection that
4765
+ * <p>The unique name of the restore testing selection that
4776
4766
  * belongs to the related restore testing plan.</p>
4777
4767
  * @public
4778
4768
  */
@@ -4808,6 +4798,14 @@ export interface GetSupportedResourceTypesOutput {
4808
4798
  * </li>
4809
4799
  * <li>
4810
4800
  * <p>
4801
+ * <code>CloudFormation</code> for CloudFormation</p>
4802
+ * </li>
4803
+ * <li>
4804
+ * <p>
4805
+ * <code>DocumentDB</code> for Amazon DocumentDB (with MongoDB compatibility)</p>
4806
+ * </li>
4807
+ * <li>
4808
+ * <p>
4811
4809
  * <code>DynamoDB</code> for Amazon DynamoDB</p>
4812
4810
  * </li>
4813
4811
  * <li>
@@ -4824,7 +4822,11 @@ export interface GetSupportedResourceTypesOutput {
4824
4822
  * </li>
4825
4823
  * <li>
4826
4824
  * <p>
4827
- * <code>FSX</code> for Amazon FSx</p>
4825
+ * <code>FSx</code> for Amazon FSx</p>
4826
+ * </li>
4827
+ * <li>
4828
+ * <p>
4829
+ * <code>Neptune</code> for Amazon Neptune</p>
4828
4830
  * </li>
4829
4831
  * <li>
4830
4832
  * <p>
@@ -4832,15 +4834,28 @@ export interface GetSupportedResourceTypesOutput {
4832
4834
  * </li>
4833
4835
  * <li>
4834
4836
  * <p>
4837
+ * <code>Redshift</code> for Amazon Redshift</p>
4838
+ * </li>
4839
+ * <li>
4840
+ * <p>
4841
+ * <code>S3</code> for Amazon Simple Storage Service (Amazon S3)</p>
4842
+ * </li>
4843
+ * <li>
4844
+ * <p>
4845
+ * <code>SAP HANA on Amazon EC2</code> for SAP HANA databases
4846
+ * on Amazon Elastic Compute Cloud instances</p>
4847
+ * </li>
4848
+ * <li>
4849
+ * <p>
4835
4850
  * <code>Storage Gateway</code> for Storage Gateway</p>
4836
4851
  * </li>
4837
4852
  * <li>
4838
4853
  * <p>
4839
- * <code>DocDB</code> for Amazon DocumentDB (with MongoDB compatibility)</p>
4854
+ * <code>Timestream</code> for Amazon Timestream</p>
4840
4855
  * </li>
4841
4856
  * <li>
4842
4857
  * <p>
4843
- * <code>Neptune</code> for Amazon Neptune</p>
4858
+ * <code>VirtualMachine</code> for VMware virtual machines</p>
4844
4859
  * </li>
4845
4860
  * </ul>
4846
4861
  * @public
@@ -4888,8 +4903,7 @@ export interface ListBackupJobsInput {
4888
4903
  /**
4889
4904
  * <p>Returns only backup jobs that will be stored in the specified backup vault. Backup
4890
4905
  * vaults are identified by names that are unique to the account used to create them and the
4891
- * Amazon Web Services Region where they are created. They consist of lowercase letters,
4892
- * numbers, and hyphens.</p>
4906
+ * Amazon Web Services Region where they are created.</p>
4893
4907
  * @public
4894
4908
  */
4895
4909
  ByBackupVaultName?: string;
@@ -4944,23 +4958,24 @@ export interface ListBackupJobsInput {
4944
4958
  * </li>
4945
4959
  * <li>
4946
4960
  * <p>
4947
- * <code>Redshift</code> for Amazon Redshift</p>
4961
+ * <code>RDS</code> for Amazon Relational Database Service</p>
4948
4962
  * </li>
4949
4963
  * <li>
4950
4964
  * <p>
4951
- * <code>RDS</code> for Amazon Relational Database Service</p>
4965
+ * <code>Redshift</code> for Amazon Redshift</p>
4952
4966
  * </li>
4953
4967
  * <li>
4954
4968
  * <p>
4955
- * <code>SAP HANA on Amazon EC2</code> for SAP HANA databases</p>
4969
+ * <code>S3</code> for Amazon Simple Storage Service (Amazon S3)</p>
4956
4970
  * </li>
4957
4971
  * <li>
4958
4972
  * <p>
4959
- * <code>Storage Gateway</code> for Storage Gateway</p>
4973
+ * <code>SAP HANA on Amazon EC2</code> for SAP HANA databases
4974
+ * on Amazon Elastic Compute Cloud instances</p>
4960
4975
  * </li>
4961
4976
  * <li>
4962
4977
  * <p>
4963
- * <code>S3</code> for Amazon S3</p>
4978
+ * <code>Storage Gateway</code> for Storage Gateway</p>
4964
4979
  * </li>
4965
4980
  * <li>
4966
4981
  * <p>
@@ -4968,7 +4983,7 @@ export interface ListBackupJobsInput {
4968
4983
  * </li>
4969
4984
  * <li>
4970
4985
  * <p>
4971
- * <code>VirtualMachine</code> for virtual machines</p>
4986
+ * <code>VirtualMachine</code> for VMware virtual machines</p>
4972
4987
  * </li>
4973
4988
  * </ul>
4974
4989
  * @public
@@ -5101,32 +5116,26 @@ export interface ListBackupJobSummariesInput {
5101
5116
  */
5102
5117
  MessageCategory?: string;
5103
5118
  /**
5104
- * <p>This is the period that sets the boundaries for returned
5105
- * results.</p>
5106
- * <p>Acceptable values include</p>
5119
+ * <p>The period for the returned results.</p>
5107
5120
  * <ul>
5108
5121
  * <li>
5109
5122
  * <p>
5110
- * <code>ONE_DAY</code> for daily job count
5111
- * for the prior 14 days.</p>
5123
+ * <code>ONE_DAY</code> - The daily job count for the prior 14 days.</p>
5112
5124
  * </li>
5113
5125
  * <li>
5114
5126
  * <p>
5115
- * <code>SEVEN_DAYS</code> for the aggregated
5116
- * job count for the prior 7 days.</p>
5127
+ * <code>SEVEN_DAYS</code> - The aggregated job count for the prior 7 days.</p>
5117
5128
  * </li>
5118
5129
  * <li>
5119
5130
  * <p>
5120
- * <code>FOURTEEN_DAYS</code> for aggregated
5121
- * job count for prior 14 days.</p>
5131
+ * <code>FOURTEEN_DAYS</code> - The aggregated job count for prior 14 days.</p>
5122
5132
  * </li>
5123
5133
  * </ul>
5124
5134
  * @public
5125
5135
  */
5126
5136
  AggregationPeriod?: AggregationPeriod;
5127
5137
  /**
5128
- * <p>This parameter sets the maximum number of items
5129
- * to be returned.</p>
5138
+ * <p>The maximum number of items to be returned.</p>
5130
5139
  * <p>The value is an integer. Range of accepted values is from
5131
5140
  * 1 to 500.</p>
5132
5141
  * @public
@@ -5146,30 +5155,24 @@ export interface ListBackupJobSummariesInput {
5146
5155
  */
5147
5156
  export interface ListBackupJobSummariesOutput {
5148
5157
  /**
5149
- * <p>This request returns a summary that contains
5150
- * Region, Account, State, ResourceType, MessageCategory,
5151
- * StartTime, EndTime, and Count of included jobs.</p>
5158
+ * <p>The summary information.</p>
5152
5159
  * @public
5153
5160
  */
5154
5161
  BackupJobSummaries?: BackupJobSummary[];
5155
5162
  /**
5156
- * <p>This is the period that sets the boundaries for returned
5157
- * results.</p>
5163
+ * <p>The period for the returned results.</p>
5158
5164
  * <ul>
5159
5165
  * <li>
5160
5166
  * <p>
5161
- * <code>ONE_DAY</code> for daily job count
5162
- * for the prior 14 days.</p>
5167
+ * <code>ONE_DAY</code> - The daily job count for the prior 14 days.</p>
5163
5168
  * </li>
5164
5169
  * <li>
5165
5170
  * <p>
5166
- * <code>SEVEN_DAYS</code> for the aggregated
5167
- * job count for the prior 7 days.</p>
5171
+ * <code>SEVEN_DAYS</code> - The aggregated job count for the prior 7 days.</p>
5168
5172
  * </li>
5169
5173
  * <li>
5170
5174
  * <p>
5171
- * <code>FOURTEEN_DAYS</code> for aggregated
5172
- * job count for prior 14 days.</p>
5175
+ * <code>FOURTEEN_DAYS</code> - The aggregated job count for prior 14 days.</p>
5173
5176
  * </li>
5174
5177
  * </ul>
5175
5178
  * @public
@@ -5221,8 +5224,7 @@ export interface ListBackupPlansOutput {
5221
5224
  */
5222
5225
  NextToken?: string;
5223
5226
  /**
5224
- * <p>An array of backup plan list items containing metadata about your saved backup
5225
- * plans.</p>
5227
+ * <p>Information about the backup plans.</p>
5226
5228
  * @public
5227
5229
  */
5228
5230
  BackupPlansList?: BackupPlansListMember[];
@@ -5240,7 +5242,7 @@ export interface ListBackupPlanTemplatesInput {
5240
5242
  */
5241
5243
  NextToken?: string;
5242
5244
  /**
5243
- * <p>The maximum number of items to be returned.</p>
5245
+ * <p>The maximum number of items to return.</p>
5244
5246
  * @public
5245
5247
  */
5246
5248
  MaxResults?: number;
@@ -5472,23 +5474,24 @@ export interface ListCopyJobsInput {
5472
5474
  * </li>
5473
5475
  * <li>
5474
5476
  * <p>
5475
- * <code>Redshift</code> for Amazon Redshift</p>
5477
+ * <code>RDS</code> for Amazon Relational Database Service</p>
5476
5478
  * </li>
5477
5479
  * <li>
5478
5480
  * <p>
5479
- * <code>RDS</code> for Amazon Relational Database Service</p>
5481
+ * <code>Redshift</code> for Amazon Redshift</p>
5480
5482
  * </li>
5481
5483
  * <li>
5482
5484
  * <p>
5483
- * <code>SAP HANA on Amazon EC2</code> for SAP HANA databases</p>
5485
+ * <code>S3</code> for Amazon Simple Storage Service (Amazon S3)</p>
5484
5486
  * </li>
5485
5487
  * <li>
5486
5488
  * <p>
5487
- * <code>Storage Gateway</code> for Storage Gateway</p>
5489
+ * <code>SAP HANA on Amazon EC2</code> for SAP HANA databases
5490
+ * on Amazon Elastic Compute Cloud instances</p>
5488
5491
  * </li>
5489
5492
  * <li>
5490
5493
  * <p>
5491
- * <code>S3</code> for Amazon S3</p>
5494
+ * <code>Storage Gateway</code> for Storage Gateway</p>
5492
5495
  * </li>
5493
5496
  * <li>
5494
5497
  * <p>
@@ -5496,7 +5499,7 @@ export interface ListCopyJobsInput {
5496
5499
  * </li>
5497
5500
  * <li>
5498
5501
  * <p>
5499
- * <code>VirtualMachine</code> for virtual machines</p>
5502
+ * <code>VirtualMachine</code> for VMware virtual machines</p>
5500
5503
  * </li>
5501
5504
  * </ul>
5502
5505
  * @public
@@ -5504,7 +5507,7 @@ export interface ListCopyJobsInput {
5504
5507
  ByResourceType?: string;
5505
5508
  /**
5506
5509
  * <p>An Amazon Resource Name (ARN) that uniquely identifies a source backup vault to copy
5507
- * from; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.
5510
+ * from; for example, <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>.
5508
5511
  * </p>
5509
5512
  * @public
5510
5513
  */
@@ -5624,23 +5627,19 @@ export interface ListCopyJobSummariesInput {
5624
5627
  */
5625
5628
  MessageCategory?: string;
5626
5629
  /**
5627
- * <p>This is the period that sets the boundaries for returned
5628
- * results.</p>
5630
+ * <p>The period for the returned results.</p>
5629
5631
  * <ul>
5630
5632
  * <li>
5631
5633
  * <p>
5632
- * <code>ONE_DAY</code> for daily job count
5633
- * for the prior 14 days.</p>
5634
+ * <code>ONE_DAY</code> - The daily job count for the prior 14 days.</p>
5634
5635
  * </li>
5635
5636
  * <li>
5636
5637
  * <p>
5637
- * <code>SEVEN_DAYS</code> for the aggregated
5638
- * job count for the prior 7 days.</p>
5638
+ * <code>SEVEN_DAYS</code> - The aggregated job count for the prior 7 days.</p>
5639
5639
  * </li>
5640
5640
  * <li>
5641
5641
  * <p>
5642
- * <code>FOURTEEN_DAYS</code> for aggregated
5643
- * job count for prior 14 days.</p>
5642
+ * <code>FOURTEEN_DAYS</code> - The aggregated job count for prior 14 days.</p>
5644
5643
  * </li>
5645
5644
  * </ul>
5646
5645
  * @public
@@ -5675,23 +5674,19 @@ export interface ListCopyJobSummariesOutput {
5675
5674
  */
5676
5675
  CopyJobSummaries?: CopyJobSummary[];
5677
5676
  /**
5678
- * <p>This is the period that sets the boundaries for returned
5679
- * results.</p>
5677
+ * <p>The period for the returned results.</p>
5680
5678
  * <ul>
5681
5679
  * <li>
5682
5680
  * <p>
5683
- * <code>ONE_DAY</code> for daily job count
5684
- * for the prior 14 days.</p>
5681
+ * <code>ONE_DAY</code> - The daily job count for the prior 14 days.</p>
5685
5682
  * </li>
5686
5683
  * <li>
5687
5684
  * <p>
5688
- * <code>SEVEN_DAYS</code> for the aggregated
5689
- * job count for the prior 7 days.</p>
5685
+ * <code>SEVEN_DAYS</code> - The aggregated job count for the prior 7 days.</p>
5690
5686
  * </li>
5691
5687
  * <li>
5692
5688
  * <p>
5693
- * <code>FOURTEEN_DAYS</code> for aggregated
5694
- * job count for prior 14 days.</p>
5689
+ * <code>FOURTEEN_DAYS</code> - The aggregated job count for prior 14 days.</p>
5695
5690
  * </li>
5696
5691
  * </ul>
5697
5692
  * @public
@@ -5775,7 +5770,7 @@ export interface Framework {
5775
5770
  */
5776
5771
  export interface ListFrameworksOutput {
5777
5772
  /**
5778
- * <p>A list of frameworks with details for each framework, including the framework name,
5773
+ * <p>The frameworks with details for each framework, including the framework name,
5779
5774
  * Amazon Resource Name (ARN), description, number of controls, creation time, and deployment
5780
5775
  * status.</p>
5781
5776
  * @public
@@ -5819,40 +5814,38 @@ export interface ListLegalHoldsInput {
5819
5814
  */
5820
5815
  export interface LegalHold {
5821
5816
  /**
5822
- * <p>This is the title of a legal hold.</p>
5817
+ * <p>The title of a legal hold.</p>
5823
5818
  * @public
5824
5819
  */
5825
5820
  Title?: string;
5826
5821
  /**
5827
- * <p>This is the status of the legal hold. Statuses can be
5828
- * <code>ACTIVE</code>, <code>CREATING</code>, <code>CANCELED</code>, and
5829
- * <code>CANCELING</code>.</p>
5822
+ * <p>The status of the legal hold.</p>
5830
5823
  * @public
5831
5824
  */
5832
5825
  Status?: LegalHoldStatus;
5833
5826
  /**
5834
- * <p>This is the description of a legal hold.</p>
5827
+ * <p>The description of a legal hold.</p>
5835
5828
  * @public
5836
5829
  */
5837
5830
  Description?: string;
5838
5831
  /**
5839
- * <p>ID of specific legal hold on one or more recovery points.</p>
5832
+ * <p>The ID of the legal hold.</p>
5840
5833
  * @public
5841
5834
  */
5842
5835
  LegalHoldId?: string;
5843
5836
  /**
5844
- * <p>This is an Amazon Resource Number (ARN) that uniquely identifies the legal hold; for example,
5837
+ * <p>The Amazon Resource Name (ARN) of the legal hold; for example,
5845
5838
  * <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
5846
5839
  * @public
5847
5840
  */
5848
5841
  LegalHoldArn?: string;
5849
5842
  /**
5850
- * <p>This is the time in number format when legal hold was created.</p>
5843
+ * <p>The time when the legal hold was created.</p>
5851
5844
  * @public
5852
5845
  */
5853
5846
  CreationDate?: Date;
5854
5847
  /**
5855
- * <p>This is the time in number format when legal hold was cancelled.</p>
5848
+ * <p>The time when the legal hold was cancelled.</p>
5856
5849
  * @public
5857
5850
  */
5858
5851
  CancellationDate?: Date;
@@ -5920,19 +5913,19 @@ export interface ProtectedResource {
5920
5913
  */
5921
5914
  LastBackupTime?: Date;
5922
5915
  /**
5923
- * <p>This is the non-unique name of the resource that
5916
+ * <p>The non-unique name of the resource that
5924
5917
  * belongs to the specified backup.</p>
5925
5918
  * @public
5926
5919
  */
5927
5920
  ResourceName?: string;
5928
5921
  /**
5929
- * <p>This is the ARN (Amazon Resource Name) of the backup vault
5922
+ * <p>The ARN (Amazon Resource Name) of the backup vault
5930
5923
  * that contains the most recent backup recovery point.</p>
5931
5924
  * @public
5932
5925
  */
5933
5926
  LastBackupVaultArn?: string;
5934
5927
  /**
5935
- * <p>This is the ARN (Amazon Resource Name) of the most
5928
+ * <p>The ARN (Amazon Resource Name) of the most
5936
5929
  * recent recovery point.</p>
5937
5930
  * @public
5938
5931
  */
@@ -5963,12 +5956,12 @@ export interface ListProtectedResourcesOutput {
5963
5956
  */
5964
5957
  export interface ListProtectedResourcesByBackupVaultInput {
5965
5958
  /**
5966
- * <p>This is the list of protected resources by backup vault within the vault(s) you specify by name.</p>
5959
+ * <p>The list of protected resources by backup vault within the vault(s) you specify by name.</p>
5967
5960
  * @public
5968
5961
  */
5969
5962
  BackupVaultName: string | undefined;
5970
5963
  /**
5971
- * <p>This is the list of protected resources by backup vault within the vault(s) you specify by account ID.</p>
5964
+ * <p>The list of protected resources by backup vault within the vault(s) you specify by account ID.</p>
5972
5965
  * @public
5973
5966
  */
5974
5967
  BackupVaultAccountId?: string;
@@ -6011,8 +6004,7 @@ export interface ListRecoveryPointsByBackupVaultInput {
6011
6004
  /**
6012
6005
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
6013
6006
  * by names that are unique to the account used to create them and the Amazon Web Services
6014
- * Region where they are created. They consist of lowercase letters, numbers, and
6015
- * hyphens.</p>
6007
+ * Region where they are created.</p>
6016
6008
  * <note>
6017
6009
  * <p>Backup vault name might not be available when a supported service creates the
6018
6010
  * backup.</p>
@@ -6085,23 +6077,24 @@ export interface ListRecoveryPointsByBackupVaultInput {
6085
6077
  * </li>
6086
6078
  * <li>
6087
6079
  * <p>
6088
- * <code>Redshift</code> for Amazon Redshift</p>
6080
+ * <code>RDS</code> for Amazon Relational Database Service</p>
6089
6081
  * </li>
6090
6082
  * <li>
6091
6083
  * <p>
6092
- * <code>RDS</code> for Amazon Relational Database Service</p>
6084
+ * <code>Redshift</code> for Amazon Redshift</p>
6093
6085
  * </li>
6094
6086
  * <li>
6095
6087
  * <p>
6096
- * <code>SAP HANA on Amazon EC2</code> for SAP HANA databases</p>
6088
+ * <code>S3</code> for Amazon Simple Storage Service (Amazon S3)</p>
6097
6089
  * </li>
6098
6090
  * <li>
6099
6091
  * <p>
6100
- * <code>Storage Gateway</code> for Storage Gateway</p>
6092
+ * <code>SAP HANA on Amazon EC2</code> for SAP HANA databases
6093
+ * on Amazon Elastic Compute Cloud instances</p>
6101
6094
  * </li>
6102
6095
  * <li>
6103
6096
  * <p>
6104
- * <code>S3</code> for Amazon S3</p>
6097
+ * <code>Storage Gateway</code> for Storage Gateway</p>
6105
6098
  * </li>
6106
6099
  * <li>
6107
6100
  * <p>
@@ -6109,7 +6102,7 @@ export interface ListRecoveryPointsByBackupVaultInput {
6109
6102
  * </li>
6110
6103
  * <li>
6111
6104
  * <p>
6112
- * <code>VirtualMachine</code> for virtual machines</p>
6105
+ * <code>VirtualMachine</code> for VMware virtual machines</p>
6113
6106
  * </li>
6114
6107
  * </ul>
6115
6108
  * @public
@@ -6151,14 +6144,13 @@ export interface RecoveryPointByBackupVault {
6151
6144
  /**
6152
6145
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
6153
6146
  * by names that are unique to the account used to create them and the Amazon Web Services
6154
- * Region where they are created. They consist of lowercase letters, numbers, and
6155
- * hyphens.</p>
6147
+ * Region where they are created.</p>
6156
6148
  * @public
6157
6149
  */
6158
6150
  BackupVaultName?: string;
6159
6151
  /**
6160
6152
  * <p>An ARN that uniquely identifies a backup vault; for example,
6161
- * <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
6153
+ * <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>.</p>
6162
6154
  * @public
6163
6155
  */
6164
6156
  BackupVaultArn?: string;
@@ -6200,7 +6192,7 @@ export interface RecoveryPointByBackupVault {
6200
6192
  */
6201
6193
  Status?: RecoveryPointStatus;
6202
6194
  /**
6203
- * <p>A message explaining the reason of the recovery point deletion failure.</p>
6195
+ * <p>A message explaining the current status of the recovery point.</p>
6204
6196
  * @public
6205
6197
  */
6206
6198
  StatusMessage?: string;
@@ -6239,9 +6231,8 @@ export interface RecoveryPointByBackupVault {
6239
6231
  * days. Therefore, the “retention” setting must be 90 days greater than the “transition to
6240
6232
  * cold after days” setting. The “transition to cold after days” setting cannot be changed
6241
6233
  * after a backup has been transitioned to cold. </p>
6242
- * <p>Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage"
6243
- * section of the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource">
6244
- * Feature availability by resource</a> table. Backup ignores this expression for
6234
+ * <p>Resource types that can transition to cold storage are listed in the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource">Feature
6235
+ * availability by resource</a> table. Backup ignores this expression for
6245
6236
  * other resource types.</p>
6246
6237
  * @public
6247
6238
  */
@@ -6267,13 +6258,13 @@ export interface RecoveryPointByBackupVault {
6267
6258
  */
6268
6259
  LastRestoreTime?: Date;
6269
6260
  /**
6270
- * <p>This is the Amazon Resource Name (ARN) of the parent (composite)
6261
+ * <p>The Amazon Resource Name (ARN) of the parent (composite)
6271
6262
  * recovery point.</p>
6272
6263
  * @public
6273
6264
  */
6274
6265
  ParentRecoveryPointArn?: string;
6275
6266
  /**
6276
- * <p>This is the identifier of a resource within a composite group, such as
6267
+ * <p>The identifier of a resource within a composite group, such as
6277
6268
  * nested (child) recovery point belonging to a composite (parent) stack. The
6278
6269
  * ID is transferred from
6279
6270
  * the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resources-section-structure.html#resources-section-structure-syntax">
@@ -6288,13 +6279,13 @@ export interface RecoveryPointByBackupVault {
6288
6279
  */
6289
6280
  IsParent?: boolean;
6290
6281
  /**
6291
- * <p>This is the non-unique name of the resource that
6282
+ * <p>The non-unique name of the resource that
6292
6283
  * belongs to the specified backup.</p>
6293
6284
  * @public
6294
6285
  */
6295
6286
  ResourceName?: string;
6296
6287
  /**
6297
- * <p>This is the type of vault in which the described recovery point is stored.</p>
6288
+ * <p>The type of vault in which the described recovery point is stored.</p>
6298
6289
  * @public
6299
6290
  */
6300
6291
  VaultType?: VaultType;
@@ -6323,12 +6314,12 @@ export interface ListRecoveryPointsByBackupVaultOutput {
6323
6314
  */
6324
6315
  export interface ListRecoveryPointsByLegalHoldInput {
6325
6316
  /**
6326
- * <p>This is the ID of the legal hold.</p>
6317
+ * <p>The ID of the legal hold.</p>
6327
6318
  * @public
6328
6319
  */
6329
6320
  LegalHoldId: string | undefined;
6330
6321
  /**
6331
- * <p>This is the next item following a partial list of returned resources. For example, if a request
6322
+ * <p>The next item following a partial list of returned resources. For example, if a request
6332
6323
  * is made to return <code>MaxResults</code> number of resources, <code>NextToken</code>
6333
6324
  * allows you to return more items in your list starting at the location pointed to by the
6334
6325
  * next token.</p>
@@ -6336,7 +6327,7 @@ export interface ListRecoveryPointsByLegalHoldInput {
6336
6327
  */
6337
6328
  NextToken?: string;
6338
6329
  /**
6339
- * <p>This is the maximum number of resource list items to be returned.</p>
6330
+ * <p>The maximum number of resource list items to be returned.</p>
6340
6331
  * @public
6341
6332
  */
6342
6333
  MaxResults?: number;
@@ -6350,25 +6341,25 @@ export interface ListRecoveryPointsByLegalHoldInput {
6350
6341
  */
6351
6342
  export interface RecoveryPointMember {
6352
6343
  /**
6353
- * <p>This is the Amazon Resource Name (ARN) of the parent (composite)
6344
+ * <p>The Amazon Resource Name (ARN) of the parent (composite)
6354
6345
  * recovery point.</p>
6355
6346
  * @public
6356
6347
  */
6357
6348
  RecoveryPointArn?: string;
6358
6349
  /**
6359
- * <p>This is the Amazon Resource Name (ARN) that uniquely identifies
6350
+ * <p>The Amazon Resource Name (ARN) that uniquely identifies
6360
6351
  * a saved resource.</p>
6361
6352
  * @public
6362
6353
  */
6363
6354
  ResourceArn?: string;
6364
6355
  /**
6365
- * <p>This is the Amazon Web Services resource type that is saved as
6356
+ * <p>The Amazon Web Services resource type that is saved as
6366
6357
  * a recovery point.</p>
6367
6358
  * @public
6368
6359
  */
6369
6360
  ResourceType?: string;
6370
6361
  /**
6371
- * <p>This is the name of the backup vault
6362
+ * <p>The name of the backup vault
6372
6363
  * (the logical container in which backups are stored).</p>
6373
6364
  * @public
6374
6365
  */
@@ -6379,13 +6370,12 @@ export interface RecoveryPointMember {
6379
6370
  */
6380
6371
  export interface ListRecoveryPointsByLegalHoldOutput {
6381
6372
  /**
6382
- * <p>This is a list of the recovery points returned by
6383
- * <code>ListRecoveryPointsByLegalHold</code>.</p>
6373
+ * <p>The recovery points.</p>
6384
6374
  * @public
6385
6375
  */
6386
6376
  RecoveryPoints?: RecoveryPointMember[];
6387
6377
  /**
6388
- * <p>This return is the next item following a partial list of returned resources.</p>
6378
+ * <p>The next item following a partial list of returned resources.</p>
6389
6379
  * @public
6390
6380
  */
6391
6381
  NextToken?: string;
@@ -6453,7 +6443,7 @@ export interface RecoveryPointByResource {
6453
6443
  */
6454
6444
  Status?: RecoveryPointStatus;
6455
6445
  /**
6456
- * <p>A message explaining the reason of the recovery point deletion failure.</p>
6446
+ * <p>A message explaining the current status of the recovery point.</p>
6457
6447
  * @public
6458
6448
  */
6459
6449
  StatusMessage?: string;
@@ -6471,8 +6461,7 @@ export interface RecoveryPointByResource {
6471
6461
  /**
6472
6462
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
6473
6463
  * by names that are unique to the account used to create them and the Amazon Web Services
6474
- * Region where they are created. They consist of lowercase letters, numbers, and
6475
- * hyphens.</p>
6464
+ * Region where they are created.</p>
6476
6465
  * @public
6477
6466
  */
6478
6467
  BackupVaultName?: string;
@@ -6483,19 +6472,19 @@ export interface RecoveryPointByResource {
6483
6472
  */
6484
6473
  IsParent?: boolean;
6485
6474
  /**
6486
- * <p>This is the Amazon Resource Name (ARN) of the parent (composite)
6475
+ * <p>The Amazon Resource Name (ARN) of the parent (composite)
6487
6476
  * recovery point.</p>
6488
6477
  * @public
6489
6478
  */
6490
6479
  ParentRecoveryPointArn?: string;
6491
6480
  /**
6492
- * <p>This is the non-unique name of the resource that
6481
+ * <p>The non-unique name of the resource that
6493
6482
  * belongs to the specified backup.</p>
6494
6483
  * @public
6495
6484
  */
6496
6485
  ResourceName?: string;
6497
6486
  /**
6498
- * <p>This is the type of vault in which the described recovery point is
6487
+ * <p>The type of vault in which the described recovery point is
6499
6488
  * stored.</p>
6500
6489
  * @public
6501
6490
  */
@@ -6606,7 +6595,7 @@ export interface ListReportPlansInput {
6606
6595
  */
6607
6596
  export interface ListReportPlansOutput {
6608
6597
  /**
6609
- * <p>A list of your report plans with detailed information for each plan. This information
6598
+ * <p>The report plans with detailed information for each plan. This information
6610
6599
  * includes the Amazon Resource Name (ARN), report plan name, description, settings, delivery
6611
6600
  * channel, deployment status, creation time, and last times the report plan attempted to and
6612
6601
  * successfully ran.</p>
@@ -6644,8 +6633,7 @@ export interface ListRestoreJobsInput {
6644
6633
  */
6645
6634
  ByAccountId?: string;
6646
6635
  /**
6647
- * <p>Include this parameter to return only restore jobs for the
6648
- * specified resources:</p>
6636
+ * <p>Include this parameter to return only restore jobs for the specified resources:</p>
6649
6637
  * <ul>
6650
6638
  * <li>
6651
6639
  * <p>
@@ -6685,23 +6673,24 @@ export interface ListRestoreJobsInput {
6685
6673
  * </li>
6686
6674
  * <li>
6687
6675
  * <p>
6688
- * <code>Redshift</code> for Amazon Redshift</p>
6676
+ * <code>RDS</code> for Amazon Relational Database Service</p>
6689
6677
  * </li>
6690
6678
  * <li>
6691
6679
  * <p>
6692
- * <code>RDS</code> for Amazon Relational Database Service</p>
6680
+ * <code>Redshift</code> for Amazon Redshift</p>
6693
6681
  * </li>
6694
6682
  * <li>
6695
6683
  * <p>
6696
- * <code>SAP HANA on Amazon EC2</code> for SAP HANA databases</p>
6684
+ * <code>S3</code> for Amazon Simple Storage Service (Amazon S3)</p>
6697
6685
  * </li>
6698
6686
  * <li>
6699
6687
  * <p>
6700
- * <code>Storage Gateway</code> for Storage Gateway</p>
6688
+ * <code>SAP HANA on Amazon EC2</code> for SAP HANA databases
6689
+ * on Amazon Elastic Compute Cloud instances</p>
6701
6690
  * </li>
6702
6691
  * <li>
6703
6692
  * <p>
6704
- * <code>S3</code> for Amazon S3</p>
6693
+ * <code>Storage Gateway</code> for Storage Gateway</p>
6705
6694
  * </li>
6706
6695
  * <li>
6707
6696
  * <p>
@@ -6709,7 +6698,7 @@ export interface ListRestoreJobsInput {
6709
6698
  * </li>
6710
6699
  * <li>
6711
6700
  * <p>
6712
- * <code>VirtualMachine</code> for virtual machines</p>
6701
+ * <code>VirtualMachine</code> for VMware virtual machines</p>
6713
6702
  * </li>
6714
6703
  * </ul>
6715
6704
  * @public
@@ -6809,7 +6798,7 @@ export interface RestoreJobsListMember {
6809
6798
  */
6810
6799
  BackupSizeInBytes?: number;
6811
6800
  /**
6812
- * <p>Specifies the IAM role ARN used to create the target recovery point; for example,
6801
+ * <p>The IAM role ARN used to create the target recovery point; for example,
6813
6802
  * <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>
6814
6803
  * @public
6815
6804
  */
@@ -6846,7 +6835,7 @@ export interface RestoreJobsListMember {
6846
6835
  */
6847
6836
  CreatedBy?: RestoreJobCreator;
6848
6837
  /**
6849
- * <p>This is the status of validation run on the indicated
6838
+ * <p>The status of validation run on the indicated
6850
6839
  * restore job.</p>
6851
6840
  * @public
6852
6841
  */
@@ -7007,24 +6996,19 @@ export interface ListRestoreJobSummariesInput {
7007
6996
  */
7008
6997
  ResourceType?: string;
7009
6998
  /**
7010
- * <p>This is the period that sets the boundaries for returned
7011
- * results.</p>
7012
- * <p>Acceptable values include</p>
6999
+ * <p>The period for the returned results.</p>
7013
7000
  * <ul>
7014
7001
  * <li>
7015
7002
  * <p>
7016
- * <code>ONE_DAY</code> for daily job count
7017
- * for the prior 14 days.</p>
7003
+ * <code>ONE_DAY</code> - The daily job count for the prior 14 days.</p>
7018
7004
  * </li>
7019
7005
  * <li>
7020
7006
  * <p>
7021
- * <code>SEVEN_DAYS</code> for the aggregated
7022
- * job count for the prior 7 days.</p>
7007
+ * <code>SEVEN_DAYS</code> - The aggregated job count for the prior 7 days.</p>
7023
7008
  * </li>
7024
7009
  * <li>
7025
7010
  * <p>
7026
- * <code>FOURTEEN_DAYS</code> for aggregated
7027
- * job count for prior 14 days.</p>
7011
+ * <code>FOURTEEN_DAYS</code> - The aggregated job count for prior 14 days.</p>
7028
7012
  * </li>
7029
7013
  * </ul>
7030
7014
  * @public
@@ -7113,23 +7097,19 @@ export interface ListRestoreJobSummariesOutput {
7113
7097
  */
7114
7098
  RestoreJobSummaries?: RestoreJobSummary[];
7115
7099
  /**
7116
- * <p>This is the period that sets the boundaries for returned
7117
- * results.</p>
7100
+ * <p>The period for the returned results.</p>
7118
7101
  * <ul>
7119
7102
  * <li>
7120
7103
  * <p>
7121
- * <code>ONE_DAY</code> for daily job count
7122
- * for the prior 14 days.</p>
7104
+ * <code>ONE_DAY</code> - The daily job count for the prior 14 days.</p>
7123
7105
  * </li>
7124
7106
  * <li>
7125
7107
  * <p>
7126
- * <code>SEVEN_DAYS</code> for the aggregated
7127
- * job count for the prior 7 days.</p>
7108
+ * <code>SEVEN_DAYS</code> - The aggregated job count for the prior 7 days.</p>
7128
7109
  * </li>
7129
7110
  * <li>
7130
7111
  * <p>
7131
- * <code>FOURTEEN_DAYS</code> for aggregated
7132
- * job count for prior 14 days.</p>
7112
+ * <code>FOURTEEN_DAYS</code> - The aggregated job count for prior 14 days.</p>
7133
7113
  * </li>
7134
7114
  * </ul>
7135
7115
  * @public
@@ -7202,7 +7182,7 @@ export interface RestoreTestingPlanForList {
7202
7182
  */
7203
7183
  RestoreTestingPlanArn: string | undefined;
7204
7184
  /**
7205
- * <p>This is the restore testing plan name.</p>
7185
+ * <p>The restore testing plan name.</p>
7206
7186
  * @public
7207
7187
  */
7208
7188
  RestoreTestingPlanName: string | undefined;
@@ -7277,7 +7257,7 @@ export interface ListRestoreTestingSelectionsInput {
7277
7257
  */
7278
7258
  export interface RestoreTestingSelectionForList {
7279
7259
  /**
7280
- * <p>This is the date and time that a restore testing selection
7260
+ * <p>The date and time that a restore testing selection
7281
7261
  * was created, in Unix format and Coordinated Universal Time (UTC).
7282
7262
  * The value of <code>CreationTime</code> is accurate to milliseconds.
7283
7263
  * For example, the value 1516925490.087 represents Friday,
@@ -7379,8 +7359,7 @@ export interface ListTagsOutput {
7379
7359
  */
7380
7360
  NextToken?: string;
7381
7361
  /**
7382
- * <p>To help organize your resources, you can assign your own metadata to the resources you
7383
- * create. Each tag is a key-value pair.</p>
7362
+ * <p>Information about the tags.</p>
7384
7363
  * @public
7385
7364
  */
7386
7365
  Tags?: Record<string, string>;
@@ -7392,8 +7371,7 @@ export interface PutBackupVaultAccessPolicyInput {
7392
7371
  /**
7393
7372
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
7394
7373
  * by names that are unique to the account used to create them and the Amazon Web Services
7395
- * Region where they are created. They consist of lowercase letters, numbers, and
7396
- * hyphens.</p>
7374
+ * Region where they are created.</p>
7397
7375
  * @public
7398
7376
  */
7399
7377
  BackupVaultName: string | undefined;
@@ -7418,8 +7396,9 @@ export interface PutBackupVaultLockConfigurationInput {
7418
7396
  * period that the vault retains its recovery points. This setting can be useful if, for
7419
7397
  * example, your organization's policies require you to retain certain data for at least seven
7420
7398
  * years (2555 days).</p>
7421
- * <p>If this parameter is not specified, Vault Lock will not enforce a minimum retention
7422
- * period.</p>
7399
+ * <p>This parameter is required when a vault lock is created through CloudFormation;
7400
+ * otherwise, this parameter is optional. If this parameter is not specified, Vault Lock will
7401
+ * not enforce a minimum retention period.</p>
7423
7402
  * <p>If this parameter is specified, any backup or copy job to the vault must have a
7424
7403
  * lifecycle policy with a retention period equal to or longer than the minimum retention
7425
7404
  * period. If the job's retention period is shorter than that minimum retention period, then
@@ -7474,8 +7453,7 @@ export interface PutBackupVaultNotificationsInput {
7474
7453
  /**
7475
7454
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
7476
7455
  * by names that are unique to the account used to create them and the Amazon Web Services
7477
- * Region where they are created. They consist of lowercase letters, numbers, and
7478
- * hyphens.</p>
7456
+ * Region where they are created.</p>
7479
7457
  * @public
7480
7458
  */
7481
7459
  BackupVaultName: string | undefined;
@@ -7516,9 +7494,9 @@ export interface PutBackupVaultNotificationsInput {
7516
7494
  * </li>
7517
7495
  * </ul>
7518
7496
  * <note>
7519
- * <p>The list below shows items that are deprecated events (for reference) and are no longer
7520
- * in use. They are no longer supported and will not return statuses or notifications.
7521
- * Refer to the list above for current supported events.</p>
7497
+ * <p>The list below includes both supported events and deprecated events that are no longer
7498
+ * in use (for reference). Deprecated events do not return statuses or notifications.
7499
+ * Refer to the list above for the supported events.</p>
7522
7500
  * </note>
7523
7501
  * @public
7524
7502
  */
@@ -7534,7 +7512,7 @@ export interface PutRestoreValidationResultInput {
7534
7512
  */
7535
7513
  RestoreJobId: string | undefined;
7536
7514
  /**
7537
- * <p>This is the status of your restore validation.</p>
7515
+ * <p>The status of your restore validation.</p>
7538
7516
  * @public
7539
7517
  */
7540
7518
  ValidationStatus: RestoreValidationStatus | undefined;
@@ -7552,8 +7530,7 @@ export interface StartBackupJobInput {
7552
7530
  /**
7553
7531
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
7554
7532
  * by names that are unique to the account used to create them and the Amazon Web Services
7555
- * Region where they are created. They consist of lowercase letters, numbers, and
7556
- * hyphens.</p>
7533
+ * Region where they are created.</p>
7557
7534
  * @public
7558
7535
  */
7559
7536
  BackupVaultName: string | undefined;
@@ -7609,22 +7586,20 @@ export interface StartBackupJobInput {
7609
7586
  * days. Therefore, the “retention” setting must be 90 days greater than the “transition to
7610
7587
  * cold after days” setting. The “transition to cold after days” setting cannot be changed
7611
7588
  * after a backup has been transitioned to cold. </p>
7612
- * <p>Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage"
7613
- * section of the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource">
7614
- * Feature availability by resource</a> table. Backup ignores this expression for
7589
+ * <p>Resource types that can transition to cold storage are listed in the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource">Feature
7590
+ * availability by resource</a> table. Backup ignores this expression for
7615
7591
  * other resource types.</p>
7616
7592
  * <p>This parameter has a maximum value of 100 years (36,500 days).</p>
7617
7593
  * @public
7618
7594
  */
7619
7595
  Lifecycle?: Lifecycle;
7620
7596
  /**
7621
- * <p>To help organize your resources, you can assign your own metadata to the resources that
7622
- * you create. Each tag is a key-value pair.</p>
7597
+ * <p>The tags to assign to the resources.</p>
7623
7598
  * @public
7624
7599
  */
7625
7600
  RecoveryPointTags?: Record<string, string>;
7626
7601
  /**
7627
- * <p>Specifies the backup option for a selected resource. This option is only available for
7602
+ * <p>The backup option for a selected resource. This option is only available for
7628
7603
  * Windows Volume Shadow Copy Service (VSS) backup jobs.</p>
7629
7604
  * <p>Valid values: Set to <code>"WindowsVSS":"enabled"</code> to enable the
7630
7605
  * <code>WindowsVSS</code> backup option and create a Windows VSS backup. Set to
@@ -7681,15 +7656,14 @@ export interface StartCopyJobInput {
7681
7656
  RecoveryPointArn: string | undefined;
7682
7657
  /**
7683
7658
  * <p>The name of a logical source container where backups are stored. Backup vaults are
7684
- * identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers,
7685
- * and hyphens.</p>
7659
+ * identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created.</p>
7686
7660
  * @public
7687
7661
  */
7688
7662
  SourceBackupVaultName: string | undefined;
7689
7663
  /**
7690
7664
  * <p>An Amazon Resource Name (ARN) that uniquely identifies a destination backup vault to
7691
7665
  * copy to; for example,
7692
- * <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
7666
+ * <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>.</p>
7693
7667
  * @public
7694
7668
  */
7695
7669
  DestinationBackupVaultArn: string | undefined;
@@ -7707,16 +7681,17 @@ export interface StartCopyJobInput {
7707
7681
  */
7708
7682
  IdempotencyToken?: string;
7709
7683
  /**
7710
- * <p>Contains an array of <code>Transition</code> objects specifying how long in days before
7711
- * a recovery point transitions to cold storage or is deleted.</p>
7684
+ * <p>Specifies the time period, in days, before a recovery point transitions to cold storage
7685
+ * or is deleted.</p>
7712
7686
  * <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90
7713
- * days. Therefore, on the console, the retention setting must be 90 days greater than the
7714
- * transition to cold after days setting. The transition to cold after days setting cannot
7687
+ * days. Therefore, on the console, the retention setting must be 90 days greater than the
7688
+ * transition to cold after days setting. The transition to cold after days setting can't
7715
7689
  * be changed after a backup has been transitioned to cold.</p>
7716
- * <p>Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage"
7717
- * section of the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource">
7718
- * Feature availability by resource</a> table. Backup ignores this expression for
7690
+ * <p>Resource types that can transition to cold storage are listed in the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource">Feature
7691
+ * availability by resource</a> table. Backup ignores this expression for
7719
7692
  * other resource types.</p>
7693
+ * <p>To remove the existing lifecycle and retention periods and keep your recovery points indefinitely,
7694
+ * specify -1 for <code>MoveToColdStorageAfterDays</code> and <code>DeleteAfterDays</code>.</p>
7720
7695
  * @public
7721
7696
  */
7722
7697
  Lifecycle?: Lifecycle;
@@ -7784,53 +7759,89 @@ export interface StartRestoreJobInput {
7784
7759
  */
7785
7760
  RecoveryPointArn: string | undefined;
7786
7761
  /**
7787
- * <p>A set of metadata key-value pairs. Contains information, such as a resource name,
7788
- * required to restore a recovery point.</p>
7789
- * <p> You can get configuration metadata about a resource at the time it was backed up by
7762
+ * <p>A set of metadata key-value pairs.</p>
7763
+ * <p>You can get configuration metadata about a resource at the time it was backed up by
7790
7764
  * calling <code>GetRecoveryPointRestoreMetadata</code>. However, values in addition to those
7791
7765
  * provided by <code>GetRecoveryPointRestoreMetadata</code> might be required to restore a
7792
7766
  * resource. For example, you might need to provide a new resource name if the original
7793
7767
  * already exists.</p>
7794
- * <p>You need to specify specific metadata to restore an Amazon Elastic File System (Amazon EFS) instance:</p>
7768
+ * <p>For more information about the metadata for each resource, see the following:</p>
7795
7769
  * <ul>
7796
7770
  * <li>
7797
7771
  * <p>
7798
- * <code>file-system-id</code>: The ID of the Amazon EFS file system that is
7799
- * backed up by Backup. Returned in
7800
- * <code>GetRecoveryPointRestoreMetadata</code>.</p>
7772
+ * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-aur.html#aur-restore-cli">Metadata for Amazon Aurora</a>
7773
+ * </p>
7801
7774
  * </li>
7802
7775
  * <li>
7803
7776
  * <p>
7804
- * <code>Encrypted</code>: A Boolean value that, if true, specifies that the file
7805
- * system is encrypted. If <code>KmsKeyId</code> is specified, <code>Encrypted</code>
7806
- * must be set to <code>true</code>.</p>
7777
+ * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-docdb.html#docdb-restore-cli">Metadata for Amazon DocumentDB</a>
7778
+ * </p>
7807
7779
  * </li>
7808
7780
  * <li>
7809
7781
  * <p>
7810
- * <code>KmsKeyId</code>: Specifies the Amazon Web Services KMS key that is used to
7811
- * encrypt the restored file system. You can specify a key from another Amazon Web Services account provided that key it is properly shared with your account via Amazon Web Services KMS.</p>
7782
+ * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/restore-application-stacks.html#restoring-cfn-cli">Metadata for CloudFormation</a>
7783
+ * </p>
7812
7784
  * </li>
7813
7785
  * <li>
7814
7786
  * <p>
7815
- * <code>PerformanceMode</code>: Specifies the throughput mode of the file
7816
- * system.</p>
7787
+ * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-dynamodb.html#ddb-restore-cli">Metadata for Amazon DynamoDB</a>
7788
+ * </p>
7817
7789
  * </li>
7818
7790
  * <li>
7819
7791
  * <p>
7820
- * <code>CreationToken</code>: A user-supplied value that ensures the uniqueness
7821
- * (idempotency) of the request.</p>
7792
+ * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-ebs.html#ebs-restore-cli">
7793
+ * Metadata for Amazon EBS</a>
7794
+ * </p>
7822
7795
  * </li>
7823
7796
  * <li>
7824
7797
  * <p>
7825
- * <code>newFileSystem</code>: A Boolean value that, if true, specifies that the
7826
- * recovery point is restored to a new Amazon EFS file system.</p>
7798
+ * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-ec2.html#restoring-ec2-cli">Metadata for Amazon EC2</a>
7799
+ * </p>
7800
+ * </li>
7801
+ * <li>
7802
+ * <p>
7803
+ * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-efs.html#efs-restore-cli">Metadata for Amazon EFS</a>
7804
+ * </p>
7805
+ * </li>
7806
+ * <li>
7807
+ * <p>
7808
+ * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-fsx.html#fsx-restore-cli">Metadata for Amazon FSx</a>
7809
+ * </p>
7827
7810
  * </li>
7828
7811
  * <li>
7829
7812
  * <p>
7830
- * <code>ItemsToRestore</code>: An array of one to five strings where each string is
7831
- * a file path. Use <code>ItemsToRestore</code> to restore specific files or directories
7832
- * rather than the entire file system. This parameter is optional. For example,
7833
- * <code>"itemsToRestore":"[\"/my.test\"]"</code>.</p>
7813
+ * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-nep.html#nep-restore-cli">Metadata for Amazon Neptune</a>
7814
+ * </p>
7815
+ * </li>
7816
+ * <li>
7817
+ * <p>
7818
+ * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-rds.html#rds-restore-cli">Metadata for Amazon RDS</a>
7819
+ * </p>
7820
+ * </li>
7821
+ * <li>
7822
+ * <p>
7823
+ * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/redshift-restores.html#redshift-restore-api">Metadata for Amazon Redshift</a>
7824
+ * </p>
7825
+ * </li>
7826
+ * <li>
7827
+ * <p>
7828
+ * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-storage-gateway.html#restoring-sgw-cli">Metadata for Storage Gateway</a>
7829
+ * </p>
7830
+ * </li>
7831
+ * <li>
7832
+ * <p>
7833
+ * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-s3.html#s3-restore-cli">Metadata for Amazon S3</a>
7834
+ * </p>
7835
+ * </li>
7836
+ * <li>
7837
+ * <p>
7838
+ * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/timestream-restore.html#timestream-restore-api">Metadata for Amazon Timestream</a>
7839
+ * </p>
7840
+ * </li>
7841
+ * <li>
7842
+ * <p>
7843
+ * <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-vm.html#vm-restore-cli">Metadata for virtual machines</a>
7844
+ * </p>
7834
7845
  * </li>
7835
7846
  * </ul>
7836
7847
  * @public
@@ -7855,63 +7866,63 @@ export interface StartRestoreJobInput {
7855
7866
  * <ul>
7856
7867
  * <li>
7857
7868
  * <p>
7858
- * <code>Aurora</code> for Amazon Aurora</p>
7869
+ * <code>Aurora</code> - Amazon Aurora</p>
7859
7870
  * </li>
7860
7871
  * <li>
7861
7872
  * <p>
7862
- * <code>DocumentDB</code> for Amazon DocumentDB (with MongoDB compatibility)</p>
7873
+ * <code>DocumentDB</code> - Amazon DocumentDB</p>
7863
7874
  * </li>
7864
7875
  * <li>
7865
7876
  * <p>
7866
- * <code>CloudFormation</code> for CloudFormation</p>
7877
+ * <code>CloudFormation</code> - CloudFormation</p>
7867
7878
  * </li>
7868
7879
  * <li>
7869
7880
  * <p>
7870
- * <code>DynamoDB</code> for Amazon DynamoDB</p>
7881
+ * <code>DynamoDB</code> - Amazon DynamoDB</p>
7871
7882
  * </li>
7872
7883
  * <li>
7873
7884
  * <p>
7874
- * <code>EBS</code> for Amazon Elastic Block Store</p>
7885
+ * <code>EBS</code> - Amazon Elastic Block Store</p>
7875
7886
  * </li>
7876
7887
  * <li>
7877
7888
  * <p>
7878
- * <code>EC2</code> for Amazon Elastic Compute Cloud</p>
7889
+ * <code>EC2</code> - Amazon Elastic Compute Cloud</p>
7879
7890
  * </li>
7880
7891
  * <li>
7881
7892
  * <p>
7882
- * <code>EFS</code> for Amazon Elastic File System</p>
7893
+ * <code>EFS</code> - Amazon Elastic File System</p>
7883
7894
  * </li>
7884
7895
  * <li>
7885
7896
  * <p>
7886
- * <code>FSx</code> for Amazon FSx</p>
7897
+ * <code>FSx</code> - Amazon FSx</p>
7887
7898
  * </li>
7888
7899
  * <li>
7889
7900
  * <p>
7890
- * <code>Neptune</code> for Amazon Neptune</p>
7901
+ * <code>Neptune</code> - Amazon Neptune</p>
7891
7902
  * </li>
7892
7903
  * <li>
7893
7904
  * <p>
7894
- * <code>RDS</code> for Amazon Relational Database Service</p>
7905
+ * <code>RDS</code> - Amazon Relational Database Service</p>
7895
7906
  * </li>
7896
7907
  * <li>
7897
7908
  * <p>
7898
- * <code>Redshift</code> for Amazon Redshift</p>
7909
+ * <code>Redshift</code> - Amazon Redshift</p>
7899
7910
  * </li>
7900
7911
  * <li>
7901
7912
  * <p>
7902
- * <code>Storage Gateway</code> for Storage Gateway</p>
7913
+ * <code>Storage Gateway</code> - Storage Gateway</p>
7903
7914
  * </li>
7904
7915
  * <li>
7905
7916
  * <p>
7906
- * <code>S3</code> for Amazon S3</p>
7917
+ * <code>S3</code> - Amazon Simple Storage Service</p>
7907
7918
  * </li>
7908
7919
  * <li>
7909
7920
  * <p>
7910
- * <code>Timestream</code> for Amazon Timestream</p>
7921
+ * <code>Timestream</code> - Amazon Timestream</p>
7911
7922
  * </li>
7912
7923
  * <li>
7913
7924
  * <p>
7914
- * <code>VirtualMachine</code> for virtual machines</p>
7925
+ * <code>VirtualMachine</code> - Virtual machines</p>
7915
7926
  * </li>
7916
7927
  * </ul>
7917
7928
  * @public
@@ -7952,6 +7963,11 @@ export interface TagResourceInput {
7952
7963
  /**
7953
7964
  * <p>An ARN that uniquely identifies a resource. The format of the ARN depends on the type of
7954
7965
  * the tagged resource.</p>
7966
+ * <p>ARNs that do not include <code>backup</code> are incompatible with tagging.
7967
+ * <code>TagResource</code> and <code>UntagResource</code> with invalid ARNs will
7968
+ * result in an error. Acceptable ARN content can include
7969
+ * <code>arn:aws:backup:us-east</code>. Invalid ARN content may look like
7970
+ * <code>arn:aws:ec2:us-east</code>.</p>
7955
7971
  * @public
7956
7972
  */
7957
7973
  ResourceArn: string | undefined;
@@ -7970,11 +7986,16 @@ export interface UntagResourceInput {
7970
7986
  /**
7971
7987
  * <p>An ARN that uniquely identifies a resource. The format of the ARN depends on the type of
7972
7988
  * the tagged resource.</p>
7989
+ * <p>ARNs that do not include <code>backup</code> are incompatible with tagging.
7990
+ * <code>TagResource</code> and <code>UntagResource</code> with invalid ARNs will
7991
+ * result in an error. Acceptable ARN content can include
7992
+ * <code>arn:aws:backup:us-east</code>. Invalid ARN content may look like
7993
+ * <code>arn:aws:ec2:us-east</code>.</p>
7973
7994
  * @public
7974
7995
  */
7975
7996
  ResourceArn: string | undefined;
7976
7997
  /**
7977
- * <p>A list of keys to identify which key-value tags to remove from a resource.</p>
7998
+ * <p>The keys to identify which key-value tags to remove from a resource.</p>
7978
7999
  * @public
7979
8000
  */
7980
8001
  TagKeyList: string[] | undefined;
@@ -7984,12 +8005,12 @@ export interface UntagResourceInput {
7984
8005
  */
7985
8006
  export interface UpdateBackupPlanInput {
7986
8007
  /**
7987
- * <p>Uniquely identifies a backup plan.</p>
8008
+ * <p>The ID of the backup plan.</p>
7988
8009
  * @public
7989
8010
  */
7990
8011
  BackupPlanId: string | undefined;
7991
8012
  /**
7992
- * <p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or
8013
+ * <p>The body of a backup plan. Includes a <code>BackupPlanName</code> and one or
7993
8014
  * more sets of <code>Rules</code>.</p>
7994
8015
  * @public
7995
8016
  */
@@ -8046,7 +8067,7 @@ export interface UpdateFrameworkInput {
8046
8067
  */
8047
8068
  FrameworkDescription?: string;
8048
8069
  /**
8049
- * <p>A list of the controls that make up the framework. Each control in the list has a name,
8070
+ * <p>The controls that make up the framework. Each control in the list has a name,
8050
8071
  * input parameters, and scope.</p>
8051
8072
  * @public
8052
8073
  */
@@ -8102,8 +8123,7 @@ export interface UpdateRecoveryPointLifecycleInput {
8102
8123
  /**
8103
8124
  * <p>The name of a logical container where backups are stored. Backup vaults are identified
8104
8125
  * by names that are unique to the account used to create them and the Amazon Web Services
8105
- * Region where they are created. They consist of lowercase letters, numbers, and
8106
- * hyphens.</p>
8126
+ * Region where they are created.</p>
8107
8127
  * @public
8108
8128
  */
8109
8129
  BackupVaultName: string | undefined;
@@ -8131,7 +8151,7 @@ export interface UpdateRecoveryPointLifecycleInput {
8131
8151
  export interface UpdateRecoveryPointLifecycleOutput {
8132
8152
  /**
8133
8153
  * <p>An ARN that uniquely identifies a backup vault; for example,
8134
- * <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
8154
+ * <code>arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault</code>.</p>
8135
8155
  * @public
8136
8156
  */
8137
8157
  BackupVaultArn?: string;
@@ -8149,10 +8169,8 @@ export interface UpdateRecoveryPointLifecycleOutput {
8149
8169
  * days. Therefore, the “retention” setting must be 90 days greater than the “transition to
8150
8170
  * cold after days” setting. The “transition to cold after days” setting cannot be changed
8151
8171
  * after a backup has been transitioned to cold.</p>
8152
- * <p>Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage"
8153
- * section of the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource">
8154
- * Feature availability by resource</a> table. Backup ignores this expression for
8155
- * other resource types.</p>
8172
+ * <p>Resource types that can transition to cold storage are listed in the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource">Feature availability
8173
+ * by resource</a> table. Backup ignores this expression for other resource types.</p>
8156
8174
  * @public
8157
8175
  */
8158
8176
  Lifecycle?: Lifecycle;
@@ -8205,13 +8223,13 @@ export interface UpdateReportPlanInput {
8205
8223
  */
8206
8224
  ReportPlanDescription?: string;
8207
8225
  /**
8208
- * <p>A structure that contains information about where to deliver your reports, specifically
8226
+ * <p>The information about where to deliver your reports, specifically
8209
8227
  * your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.</p>
8210
8228
  * @public
8211
8229
  */
8212
8230
  ReportDeliveryChannel?: ReportDeliveryChannel;
8213
8231
  /**
8214
- * <p>Identifies the report template for the report. Reports are built using a report
8232
+ * <p>The report template for the report. Reports are built using a report
8215
8233
  * template. The report templates are:</p>
8216
8234
  * <p>
8217
8235
  * <code>RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT |
@@ -8302,7 +8320,7 @@ export interface UpdateRestoreTestingPlanInput {
8302
8320
  */
8303
8321
  RestoreTestingPlan: RestoreTestingPlanForUpdate | undefined;
8304
8322
  /**
8305
- * <p>This is the restore testing plan name you wish to update.</p>
8323
+ * <p>The name of the restore testing plan name.</p>
8306
8324
  * @public
8307
8325
  */
8308
8326
  RestoreTestingPlanName: string | undefined;
@@ -8312,7 +8330,7 @@ export interface UpdateRestoreTestingPlanInput {
8312
8330
  */
8313
8331
  export interface UpdateRestoreTestingPlanOutput {
8314
8332
  /**
8315
- * <p>This is the time the resource testing plan was
8333
+ * <p>The time the resource testing plan was
8316
8334
  * created.</p>
8317
8335
  * @public
8318
8336
  */
@@ -8329,7 +8347,7 @@ export interface UpdateRestoreTestingPlanOutput {
8329
8347
  */
8330
8348
  RestoreTestingPlanName: string | undefined;
8331
8349
  /**
8332
- * <p>This is the time the update completed for the restore
8350
+ * <p>The time the update completed for the restore
8333
8351
  * testing plan.</p>
8334
8352
  * @public
8335
8353
  */
@@ -8356,11 +8374,8 @@ export interface RestoreTestingSelectionForUpdate {
8356
8374
  */
8357
8375
  ProtectedResourceArns?: string[];
8358
8376
  /**
8359
- * <p>A list of conditions that you define for resources in
8360
- * your restore testing plan using tags.</p>
8361
- * <p>For example,
8362
- * <code>"StringEquals": \{ "Key": "aws:ResourceTag/CreatedByCryo", "Value": "true" \},</code>.
8363
- * Condition operators are case sensitive.</p>
8377
+ * <p>The conditions that you define for resources in
8378
+ * your restore testing plan using tags.</p>
8364
8379
  * @public
8365
8380
  */
8366
8381
  ProtectedResourceConditions?: ProtectedResourceConditions;
@@ -8402,7 +8417,7 @@ export interface UpdateRestoreTestingSelectionInput {
8402
8417
  */
8403
8418
  RestoreTestingSelection: RestoreTestingSelectionForUpdate | undefined;
8404
8419
  /**
8405
- * <p>This is the required restore testing selection name of the restore
8420
+ * <p>The required restore testing selection name of the restore
8406
8421
  * testing selection you wish to update.</p>
8407
8422
  * @public
8408
8423
  */
@@ -8413,7 +8428,7 @@ export interface UpdateRestoreTestingSelectionInput {
8413
8428
  */
8414
8429
  export interface UpdateRestoreTestingSelectionOutput {
8415
8430
  /**
8416
- * <p>This is the time the resource testing selection was
8431
+ * <p>The time the resource testing selection was
8417
8432
  * updated successfully.</p>
8418
8433
  * @public
8419
8434
  */
@@ -8424,18 +8439,18 @@ export interface UpdateRestoreTestingSelectionOutput {
8424
8439
  */
8425
8440
  RestoreTestingPlanArn: string | undefined;
8426
8441
  /**
8427
- * <p>This is the restore testing plan with which the updated restore
8442
+ * <p>The restore testing plan with which the updated restore
8428
8443
  * testing selection is associated.</p>
8429
8444
  * @public
8430
8445
  */
8431
8446
  RestoreTestingPlanName: string | undefined;
8432
8447
  /**
8433
- * <p>This is the returned restore testing selection name.</p>
8448
+ * <p>The returned restore testing selection name.</p>
8434
8449
  * @public
8435
8450
  */
8436
8451
  RestoreTestingSelectionName: string | undefined;
8437
8452
  /**
8438
- * <p>This is the time the update completed for the restore
8453
+ * <p>The time the update completed for the restore
8439
8454
  * testing selection.</p>
8440
8455
  * @public
8441
8456
  */