|
1340 | 1340 | {"shape":"InvalidRequestException"}, |
1341 | 1341 | {"shape":"ServiceUnavailableException"} |
1342 | 1342 | ], |
1343 | | - "documentation":"<p>Attempts to cancel a job to create a one-time backup of a resource.</p> <p>This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, FSx for ONTAP , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.</p>" |
| 1343 | + "documentation":"<p>Attempts to cancel a job to create a one-time backup of a resource.</p> <p>This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.</p>" |
1344 | 1344 | }, |
1345 | 1345 | "TagResource":{ |
1346 | 1346 | "name":"TagResource", |
|
3880 | 3880 | }, |
3881 | 3881 | "ControlScope":{ |
3882 | 3882 | "shape":"ControlScope", |
3883 | | - "documentation":"<p>The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans.</p>" |
| 3883 | + "documentation":"<p>The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/API_ControlScope.html\"> <code>ControlScope</code>.</a> </p>" |
3884 | 3884 | } |
3885 | 3885 | }, |
3886 | 3886 | "documentation":"<p>Contains detailed information about all of the controls of a framework. Each framework must contain at least one control.</p>" |
|
4517 | 4517 | }, |
4518 | 4518 | "State":{ |
4519 | 4519 | "shape":"BackupJobStatus", |
4520 | | - "documentation":"<p>This parameter returns the job count for jobs with the specified state.</p> <p>The the value ANY returns count of all states.</p> <p> <code>AGGREGATE_ALL</code> aggregates job counts for all states and returns the sum.</p>", |
| 4520 | + "documentation":"<p>This parameter returns the job count for jobs with the specified state.</p> <p>The the value ANY returns count of all states.</p> <p> <code>AGGREGATE_ALL</code> aggregates job counts for all states and returns the sum.</p> <p> <code>Completed with issues</code> is a status found only in the Backup console. For API, this status refers to jobs with a state of <code>COMPLETED</code> and a <code>MessageCategory</code> with a value other than <code>SUCCESS</code>; that is, the status is completed but comes with a status message. To obtain the job count for <code>Completed with issues</code>, run two GET requests, and subtract the second, smaller number:</p> <p>GET /audit/backup-job-summaries?AggregationPeriod=FOURTEEN_DAYS&State=COMPLETED</p> <p>GET /audit/backup-job-summaries?AggregationPeriod=FOURTEEN_DAYS&MessageCategory=SUCCESS&State=COMPLETED</p>", |
4521 | 4521 | "location":"querystring", |
4522 | 4522 | "locationName":"State" |
4523 | 4523 | }, |
|
4593 | 4593 | }, |
4594 | 4594 | "ByState":{ |
4595 | 4595 | "shape":"BackupJobState", |
4596 | | - "documentation":"<p>Returns only backup jobs that are in the specified state.</p>", |
| 4596 | + "documentation":"<p>Returns only backup jobs that are in the specified state.</p> <p> <code>Completed with issues</code> is a status found only in the Backup console. For API, this status refers to jobs with a state of <code>COMPLETED</code> and a <code>MessageCategory</code> with a value other than <code>SUCCESS</code>; that is, the status is completed but comes with a status message.</p> <p>To obtain the job count for <code>Completed with issues</code>, run two GET requests, and subtract the second, smaller number:</p> <p>GET /backup-jobs/?state=COMPLETED</p> <p>GET /backup-jobs/?messageCategory=SUCCESS&state=COMPLETED</p>", |
4597 | 4597 | "location":"querystring", |
4598 | 4598 | "locationName":"state" |
4599 | 4599 | }, |
|
5282 | 5282 | "documentation":"<p>The maximum number of items to be returned.</p> <note> <p>Amazon RDS requires a value of at least 20.</p> </note>", |
5283 | 5283 | "location":"querystring", |
5284 | 5284 | "locationName":"maxResults" |
| 5285 | + }, |
| 5286 | + "ManagedByAWSBackupOnly":{ |
| 5287 | + "shape":"boolean", |
| 5288 | + "documentation":"<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>", |
| 5289 | + "location":"querystring", |
| 5290 | + "locationName":"managedByAWSBackupOnly" |
5285 | 5291 | } |
5286 | 5292 | } |
5287 | 5293 | }, |
|
6009 | 6015 | "ResourceName":{ |
6010 | 6016 | "shape":"string", |
6011 | 6017 | "documentation":"<p>This is the non-unique name of the resource that belongs to the specified backup.</p>" |
| 6018 | + }, |
| 6019 | + "VaultType":{ |
| 6020 | + "shape":"VaultType", |
| 6021 | + "documentation":"<p>This is the type of vault in which the described recovery point is stored.</p>" |
6012 | 6022 | } |
6013 | 6023 | }, |
6014 | 6024 | "documentation":"<p>Contains detailed information about a saved recovery point.</p>" |
|
0 commit comments