|
2427 | 2427 | "DescribeBackupJobOutput$IsParent": "<p>This returns the boolean value that a backup job is a parent (composite) job.</p>", |
2428 | 2428 | "DescribeRecoveryPointOutput$IsEncrypted": "<p>A Boolean value that is returned as <code>TRUE</code> if the specified recovery point is encrypted, or <code>FALSE</code> if the recovery point is not encrypted.</p>", |
2429 | 2429 | "DescribeRecoveryPointOutput$IsParent": "<p>This returns the boolean value that a recovery point is a parent (composite) job.</p>", |
| 2430 | + "DescribeRestoreJobOutput$IsParent": "<p>This is a boolean value indicating whether the restore job is a parent (composite) restore job.</p>", |
2430 | 2431 | "ListBackupVaultsInput$ByShared": "<p>This parameter will sort the list of vaults by shared vaults.</p>", |
2431 | 2432 | "ListRecoveryPointsByResourceInput$ManagedByAWSBackupOnly": "<p>This attribute filters recovery points based on ownership.</p> <p>If this is set to <code>TRUE</code>, the response will contain recovery points associated with the selected resources that are managed by Backup.</p> <p>If this is set to <code>FALSE</code>, the response will contain all recovery points associated with the selected resource.</p> <p>Type: Boolean</p>", |
2432 | 2433 | "RecoveryPointByBackupVault$IsEncrypted": "<p>A Boolean value that is returned as <code>TRUE</code> if the specified recovery point is encrypted, or <code>FALSE</code> if the recovery point is not encrypted.</p>", |
2433 | 2434 | "RecoveryPointByBackupVault$IsParent": "<p>This is a boolean value indicating this is a parent (composite) recovery point.</p>", |
2434 | 2435 | "RecoveryPointByResource$IsParent": "<p>This is a boolean value indicating this is a parent (composite) recovery point.</p>", |
| 2436 | + "RestoreJobsListMember$IsParent": "<p>This is a boolean value indicating whether the restore job is a parent (composite) restore job.</p>", |
2435 | 2437 | "StartBackupJobOutput$IsParent": "<p>This is a returned boolean value indicating this is a parent (composite) backup job.</p>", |
2436 | 2438 | "StartCopyJobOutput$IsParent": "<p>This is a returned boolean value indicating this is a parent (composite) copy job.</p>", |
2437 | 2439 | "StartRestoreJobInput$CopySourceTagsToRestoredResource": "<p>This is an optional parameter. If this equals <code>True</code>, tags included in the backup will be copied to the restored resource.</p> <p>This can only be applied to backups created through Backup.</p>" |
|
2562 | 2564 | "DescribeRestoreJobOutput$PercentDone": "<p>Contains an estimated percentage that is complete of a job at the time the job status was queried.</p>", |
2563 | 2565 | "DescribeRestoreJobOutput$ValidationStatusMessage": "<p>The status message.</p>", |
2564 | 2566 | "DescribeRestoreJobOutput$DeletionStatusMessage": "<p>This describes the restore job deletion status.</p>", |
| 2567 | + "DescribeRestoreJobOutput$ParentJobId": "<p>This is the unique identifier of the parent restore job for the selected restore job.</p>", |
2565 | 2568 | "ExportBackupPlanTemplateInput$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>", |
2566 | 2569 | "ExportBackupPlanTemplateOutput$BackupPlanTemplateJson": "<p>The body of a backup plan template in JSON format.</p> <note> <p>This is a signed JSON document that cannot be modified before being passed to <code>GetBackupPlanFromJSON.</code> </p> </note>", |
2567 | 2570 | "FormatList$member": null, |
|
2665 | 2668 | "ListRestoreJobsByProtectedResourceInput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request ismade to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>", |
2666 | 2669 | "ListRestoreJobsByProtectedResourceOutput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows youto return more items in your list starting at the location pointed to by the next token</p>", |
2667 | 2670 | "ListRestoreJobsInput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>", |
| 2671 | + "ListRestoreJobsInput$ByParentJobId": "<p>This is a filter to list child (nested) restore jobs based on parent restore job ID.</p>", |
2668 | 2672 | "ListRestoreJobsOutput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>", |
2669 | 2673 | "ListTagsInput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>", |
2670 | 2674 | "ListTagsOutput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>", |
|
2704 | 2708 | "RestoreJobsListMember$RestoreJobId": "<p>Uniquely identifies the job that restores a recovery point.</p>", |
2705 | 2709 | "RestoreJobsListMember$StatusMessage": "<p>A detailed message explaining the status of the job to restore a recovery point.</p>", |
2706 | 2710 | "RestoreJobsListMember$PercentDone": "<p>Contains an estimated percentage complete of a job at the time the job status was queried.</p>", |
| 2711 | + "RestoreJobsListMember$ParentJobId": "<p>This is the unique identifier of the parent restore job for the selected restore job.</p>", |
2707 | 2712 | "RestoreJobsListMember$ValidationStatusMessage": "<p>This describes the status of validation run on the indicated restore job.</p>", |
2708 | 2713 | "RestoreJobsListMember$DeletionStatusMessage": "<p>This describes the restore job deletion status.</p>", |
2709 | 2714 | "ScheduledPlanExecutionMember$RuleId": "<p>The unique identifier of the backup rule that will execute at the scheduled time.</p>", |
|
0 commit comments