You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-backup): This release introduces a boolean attribute ManagedByAWSBackupOnly as part of ListRecoveryPointsByResource api to filter the recovery points based on ownership. This attribute can be used to filter out the recovery points protected by AWSBackup.
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/backup.json
+18-4
Original file line number
Diff line number
Diff line change
@@ -6054,7 +6054,7 @@
6054
6054
"ControlScope": {
6055
6055
"target": "com.amazonaws.backup#ControlScope",
6056
6056
"traits": {
6057
-
"smithy.api#documentation": "<p>The scope of a control. The control scope defines what the control will evaluate. Three\n examples of control scopes are: a specific backup plan, all backup plans with a specific\n tag, or all backup plans.</p>"
6057
+
"smithy.api#documentation": "<p>The scope of a control. The control scope defines what the control will evaluate. Three\n examples of control scopes are: a specific backup plan, all backup plans with a specific\n tag, or all backup plans.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/API_ControlScope.html\">\n <code>ControlScope</code>.</a>\n </p>"
6058
6058
}
6059
6059
}
6060
6060
},
@@ -7411,7 +7411,7 @@
7411
7411
"State": {
7412
7412
"target": "com.amazonaws.backup#BackupJobStatus",
7413
7413
"traits": {
7414
-
"smithy.api#documentation": "<p>This parameter returns the job count for jobs \n with the specified state.</p>\n <p>The the value ANY returns count of all states.</p>\n <p>\n <code>AGGREGATE_ALL</code> aggregates job counts \n for all states and returns the sum.</p>",
7414
+
"smithy.api#documentation": "<p>This parameter returns the job count for jobs with the specified state.</p>\n <p>The the value ANY returns count of all states.</p>\n <p>\n <code>AGGREGATE_ALL</code> aggregates job counts for all states and returns the\n sum.</p>\n <p>\n <code>Completed with issues</code> is a status found only in the Backup\n console. For API, this status refers to jobs with a state of <code>COMPLETED</code> and a\n <code>MessageCategory</code> with a value other than <code>SUCCESS</code>; that is, the\n status is completed but comes with a status message. To obtain the job count for\n <code>Completed with issues</code>, run two GET requests, and subtract the second,\n smaller number:</p>\n <p>GET\n /audit/backup-job-summaries?AggregationPeriod=FOURTEEN_DAYS&State=COMPLETED</p>\n <p>GET\n /audit/backup-job-summaries?AggregationPeriod=FOURTEEN_DAYS&MessageCategory=SUCCESS&State=COMPLETED</p>",
7415
7415
"smithy.api#httpQuery": "State"
7416
7416
}
7417
7417
},
@@ -7540,7 +7540,7 @@
7540
7540
"ByState": {
7541
7541
"target": "com.amazonaws.backup#BackupJobState",
7542
7542
"traits": {
7543
-
"smithy.api#documentation": "<p>Returns only backup jobs that are in the specified state.</p>",
7543
+
"smithy.api#documentation": "<p>Returns only backup jobs that are in the specified state.</p>\n <p>\n <code>Completed with issues</code> is a status found only in the Backup\n console. For API, this status refers to jobs with a state of <code>COMPLETED</code> and a\n <code>MessageCategory</code> with a value other than <code>SUCCESS</code>; that is, the\n status is completed but comes with a status message.</p>\n <p>To obtain the job count for\n <code>Completed with issues</code>, run two GET requests, and subtract the second,\n smaller number:</p>\n <p>GET /backup-jobs/?state=COMPLETED</p>\n <p>GET /backup-jobs/?messageCategory=SUCCESS&state=COMPLETED</p>",
7544
7544
"smithy.api#httpQuery": "state"
7545
7545
}
7546
7546
},
@@ -8933,6 +8933,14 @@
8933
8933
"smithy.api#documentation": "<p>The maximum number of items to be returned.</p>\n <note>\n <p>Amazon RDS requires a value of at least 20.</p>\n </note>",
8934
8934
"smithy.api#httpQuery": "maxResults"
8935
8935
}
8936
+
},
8937
+
"ManagedByAWSBackupOnly": {
8938
+
"target": "com.amazonaws.backup#Boolean2",
8939
+
"traits": {
8940
+
"smithy.api#default": false,
8941
+
"smithy.api#documentation": "<p>This attribute filters recovery points based on ownership.</p>\n <p>If this is \n set to <code>TRUE</code>, the response will contain recovery points associated \n with the selected resources that are managed by Backup.</p>\n <p>If this is set to <code>FALSE</code>, the response will contain all \n recovery points associated with the selected resource.</p>\n <p>Type: Boolean</p>",
8942
+
"smithy.api#httpQuery": "managedByAWSBackupOnly"
8943
+
}
8936
8944
}
8937
8945
},
8938
8946
"traits": {
@@ -10365,6 +10373,12 @@
10365
10373
"traits": {
10366
10374
"smithy.api#documentation": "<p>This is the non-unique name of the resource that \n belongs to the specified backup.</p>"
10367
10375
}
10376
+
},
10377
+
"VaultType": {
10378
+
"target": "com.amazonaws.backup#VaultType",
10379
+
"traits": {
10380
+
"smithy.api#documentation": "<p>This is the type of vault in which the described recovery point is \n stored.</p>"
10381
+
}
10368
10382
}
10369
10383
},
10370
10384
"traits": {
@@ -12159,7 +12173,7 @@
12159
12173
}
12160
12174
],
12161
12175
"traits": {
12162
-
"smithy.api#documentation": "<p>Attempts to cancel a job to create a one-time backup of a resource.</p>\n <p>This action is not supported for the following services:\n Amazon FSx for Windows File Server, Amazon FSx for Lustre, FSx for ONTAP\n , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, \n and Amazon Neptune.</p>",
12176
+
"smithy.api#documentation": "<p>Attempts to cancel a job to create a one-time backup of a resource.</p>\n <p>This action is not supported for the following services:\n Amazon FSx for Windows File Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP\n , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, \n and Amazon Neptune.</p>",
0 commit comments