|
2357 | 2357 | },
|
2358 | 2358 | "StartWindowMinutes": {
|
2359 | 2359 | "shape": "WindowMinutes",
|
2360 |
| - "documentation": "<p>A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, it must be at least 60 minutes to avoid errors.</p>" |
| 2360 | + "documentation": "<p>A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, it must be at least 60 minutes to avoid errors.</p> <p>During the start window, the backup job status remains in <code>CREATED</code> status until it has successfully begun or until the start window time has run out. If within the start window time Backup receives an error that allows the job to be retried, Backup will automatically retry to begin the job at least every 10 minutes until the backup successfully begins (the job status changes to <code>RUNNING</code>) or until the job status changes to <code>EXPIRED</code> (which is expected to occur when the start window time is over).</p>" |
2361 | 2361 | },
|
2362 | 2362 | "CompletionWindowMinutes": {
|
2363 | 2363 | "shape": "WindowMinutes",
|
|
2407 | 2407 | },
|
2408 | 2408 | "StartWindowMinutes": {
|
2409 | 2409 | "shape": "WindowMinutes",
|
2410 |
| - "documentation": "<p>A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, it must be at least 60 minutes to avoid errors.</p>" |
| 2410 | + "documentation": "<p>A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, it must be at least 60 minutes to avoid errors.</p> <p>During the start window, the backup job status remains in <code>CREATED</code> status until it has successfully begun or until the start window time has run out. If within the start window time Backup receives an error that allows the job to be retried, Backup will automatically retry to begin the job at least every 10 minutes until the backup successfully begins (the job status changes to <code>RUNNING</code>) or until the job status changes to <code>EXPIRED</code> (which is expected to occur when the start window time is over).</p>" |
2411 | 2411 | },
|
2412 | 2412 | "CompletionWindowMinutes": {
|
2413 | 2413 | "shape": "WindowMinutes",
|
|
5598 | 5598 | "RecoveryPointArn": {
|
5599 | 5599 | "shape": "ARN",
|
5600 | 5600 | "documentation": "<p>This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.</p>"
|
| 5601 | + }, |
| 5602 | + "ResourceArn": { |
| 5603 | + "shape": "ARN", |
| 5604 | + "documentation": "<p>This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource.</p>" |
| 5605 | + }, |
| 5606 | + "ResourceType": { |
| 5607 | + "shape": "ResourceType", |
| 5608 | + "documentation": "<p>This is the Amazon Web Services resource type that is saved as a recovery point.</p>" |
| 5609 | + }, |
| 5610 | + "BackupVaultName": { |
| 5611 | + "shape": "BackupVaultName", |
| 5612 | + "documentation": "<p>This is the name of the backup vault (the logical container in which backups are stored).</p>" |
5601 | 5613 | }
|
5602 | 5614 | },
|
5603 | 5615 | "documentation": "<p>This is a recovery point which is a child (nested) recovery point of a parent (composite) recovery point. These recovery points can be disassociated from their parent (composite) recovery point, in which case they will no longer be a member.</p>"
|
|
5958 | 5970 | },
|
5959 | 5971 | "StartWindowMinutes": {
|
5960 | 5972 | "shape": "WindowMinutes",
|
5961 |
| - "documentation": "<p>A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional, and the default is 8 hours. If this value is included, it must be at least 60 minutes to avoid errors.</p>" |
| 5973 | + "documentation": "<p>A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional, and the default is 8 hours. If this value is included, it must be at least 60 minutes to avoid errors.</p> <p>During the start window, the backup job status remains in <code>CREATED</code> status until it has successfully begun or until the start window time has run out. If within the start window time Backup receives an error that allows the job to be retried, Backup will automatically retry to begin the job at least every 10 minutes until the backup successfully begins (the job status changes to <code>RUNNING</code>) or until the job status changes to <code>EXPIRED</code> (which is expected to occur when the start window time is over).</p>" |
5962 | 5974 | },
|
5963 | 5975 | "CompleteWindowMinutes": {
|
5964 | 5976 | "shape": "WindowMinutes",
|
|
6103 | 6115 | },
|
6104 | 6116 | "ResourceType": {
|
6105 | 6117 | "shape": "ResourceType",
|
6106 |
| - "documentation": "<p>Starts a job to restore a recovery point for one of the following resources:</p> <ul> <li> <p> <code>Aurora</code> for Amazon Aurora</p> </li> <li> <p> <code>DocumentDB</code> for Amazon DocumentDB (with MongoDB compatibility)</p> </li> <li> <p> <code>DynamoDB</code> for Amazon DynamoDB</p> </li> <li> <p> <code>EBS</code> for Amazon Elastic Block Store</p> </li> <li> <p> <code>EC2</code> for Amazon Elastic Compute Cloud</p> </li> <li> <p> <code>EFS</code> for Amazon Elastic File System</p> </li> <li> <p> <code>FSx</code> for Amazon FSx</p> </li> <li> <p> <code>Neptune</code> for Amazon Neptune</p> </li> <li> <p> <code>RDS</code> for Amazon Relational Database Service</p> </li> <li> <p> <code>Storage Gateway</code> for Storage Gateway</p> </li> <li> <p> <code>S3</code> for Amazon S3</p> </li> <li> <p> <code>VirtualMachine</code> for virtual machines</p> </li> </ul>" |
| 6118 | + "documentation": "<p>Starts a job to restore a recovery point for one of the following resources:</p> <ul> <li> <p> <code>Aurora</code> for Amazon Aurora</p> </li> <li> <p> <code>DocumentDB</code> for Amazon DocumentDB (with MongoDB compatibility)</p> </li> <li> <p> <code>CloudFormation</code> for CloudFormation</p> </li> <li> <p> <code>DynamoDB</code> for Amazon DynamoDB</p> </li> <li> <p> <code>EBS</code> for Amazon Elastic Block Store</p> </li> <li> <p> <code>EC2</code> for Amazon Elastic Compute Cloud</p> </li> <li> <p> <code>EFS</code> for Amazon Elastic File System</p> </li> <li> <p> <code>FSx</code> for Amazon FSx</p> </li> <li> <p> <code>Neptune</code> for Amazon Neptune</p> </li> <li> <p> <code>RDS</code> for Amazon Relational Database Service</p> </li> <li> <p> <code>Redshift</code> for Amazon Redshift</p> </li> <li> <p> <code>Storage Gateway</code> for Storage Gateway</p> </li> <li> <p> <code>S3</code> for Amazon S3</p> </li> <li> <p> <code>Timestream</code> for Amazon Timestream</p> </li> <li> <p> <code>VirtualMachine</code> for virtual machines</p> </li> </ul>" |
6107 | 6119 | }
|
6108 | 6120 | }
|
6109 | 6121 | },
|
|
0 commit comments