aws-sdk-core 2.11.205 → 2.11.206
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/backup/2018-11-15/api-2.json +2150 -0
- data/apis/backup/2018-11-15/examples-1.json +5 -0
- data/apis/backup/2018-11-15/paginators-1.json +59 -0
- data/apis/dynamodb/2012-08-10/api-2.json +3 -1
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/backup.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 889f55896f2f3fa67ebf4bcd409fc5ab04d16de3
|
4
|
+
data.tar.gz: 6202363660c17e5dcbf7a403047f9dc4449db49f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3a58eb9cc3229d74a6b02bf317417ebe5ded97f0da497d3a7063b3744662d47fe231cc59fb4a093a2ec5716c939ecffa87a3c618e8b0cd04c15cd0012646cec
|
7
|
+
data.tar.gz: dd2fd245d0782c404274a575dfef73e36b63c2a1f7ba3738c8425358f5e2654a22a452fb67943135bc8b0dd8b75600d850e5c12473f11f881833373e3cb7614d
|
@@ -0,0 +1,2150 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2018-11-15",
|
5
|
+
"endpointPrefix":"backup",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"rest-json",
|
8
|
+
"serviceFullName":"AWS Backup",
|
9
|
+
"serviceId":"Backup",
|
10
|
+
"signatureVersion":"v4",
|
11
|
+
"uid":"backup-2018-11-15"
|
12
|
+
},
|
13
|
+
"operations":{
|
14
|
+
"CreateBackupPlan":{
|
15
|
+
"name":"CreateBackupPlan",
|
16
|
+
"http":{
|
17
|
+
"method":"PUT",
|
18
|
+
"requestUri":"/backup/plans/"
|
19
|
+
},
|
20
|
+
"input":{"shape":"CreateBackupPlanInput"},
|
21
|
+
"output":{"shape":"CreateBackupPlanOutput"},
|
22
|
+
"errors":[
|
23
|
+
{"shape":"LimitExceededException"},
|
24
|
+
{"shape":"AlreadyExistsException"},
|
25
|
+
{"shape":"InvalidParameterValueException"},
|
26
|
+
{"shape":"MissingParameterValueException"},
|
27
|
+
{"shape":"ServiceUnavailableException"}
|
28
|
+
],
|
29
|
+
"idempotent":true
|
30
|
+
},
|
31
|
+
"CreateBackupSelection":{
|
32
|
+
"name":"CreateBackupSelection",
|
33
|
+
"http":{
|
34
|
+
"method":"PUT",
|
35
|
+
"requestUri":"/backup/plans/{backupPlanId}/selections/"
|
36
|
+
},
|
37
|
+
"input":{"shape":"CreateBackupSelectionInput"},
|
38
|
+
"output":{"shape":"CreateBackupSelectionOutput"},
|
39
|
+
"errors":[
|
40
|
+
{"shape":"LimitExceededException"},
|
41
|
+
{"shape":"AlreadyExistsException"},
|
42
|
+
{"shape":"InvalidParameterValueException"},
|
43
|
+
{"shape":"MissingParameterValueException"},
|
44
|
+
{"shape":"ServiceUnavailableException"}
|
45
|
+
],
|
46
|
+
"idempotent":true
|
47
|
+
},
|
48
|
+
"CreateBackupVault":{
|
49
|
+
"name":"CreateBackupVault",
|
50
|
+
"http":{
|
51
|
+
"method":"PUT",
|
52
|
+
"requestUri":"/backup-vaults/{backupVaultName}"
|
53
|
+
},
|
54
|
+
"input":{"shape":"CreateBackupVaultInput"},
|
55
|
+
"output":{"shape":"CreateBackupVaultOutput"},
|
56
|
+
"errors":[
|
57
|
+
{"shape":"InvalidParameterValueException"},
|
58
|
+
{"shape":"MissingParameterValueException"},
|
59
|
+
{"shape":"ServiceUnavailableException"},
|
60
|
+
{"shape":"LimitExceededException"},
|
61
|
+
{"shape":"AlreadyExistsException"}
|
62
|
+
],
|
63
|
+
"idempotent":true
|
64
|
+
},
|
65
|
+
"DeleteBackupPlan":{
|
66
|
+
"name":"DeleteBackupPlan",
|
67
|
+
"http":{
|
68
|
+
"method":"DELETE",
|
69
|
+
"requestUri":"/backup/plans/{backupPlanId}"
|
70
|
+
},
|
71
|
+
"input":{"shape":"DeleteBackupPlanInput"},
|
72
|
+
"output":{"shape":"DeleteBackupPlanOutput"},
|
73
|
+
"errors":[
|
74
|
+
{"shape":"ResourceNotFoundException"},
|
75
|
+
{"shape":"InvalidParameterValueException"},
|
76
|
+
{"shape":"MissingParameterValueException"},
|
77
|
+
{"shape":"ServiceUnavailableException"},
|
78
|
+
{"shape":"InvalidRequestException"}
|
79
|
+
]
|
80
|
+
},
|
81
|
+
"DeleteBackupSelection":{
|
82
|
+
"name":"DeleteBackupSelection",
|
83
|
+
"http":{
|
84
|
+
"method":"DELETE",
|
85
|
+
"requestUri":"/backup/plans/{backupPlanId}/selections/{selectionId}"
|
86
|
+
},
|
87
|
+
"input":{"shape":"DeleteBackupSelectionInput"},
|
88
|
+
"errors":[
|
89
|
+
{"shape":"ResourceNotFoundException"},
|
90
|
+
{"shape":"InvalidParameterValueException"},
|
91
|
+
{"shape":"MissingParameterValueException"},
|
92
|
+
{"shape":"ServiceUnavailableException"}
|
93
|
+
]
|
94
|
+
},
|
95
|
+
"DeleteBackupVault":{
|
96
|
+
"name":"DeleteBackupVault",
|
97
|
+
"http":{
|
98
|
+
"method":"DELETE",
|
99
|
+
"requestUri":"/backup-vaults/{backupVaultName}"
|
100
|
+
},
|
101
|
+
"input":{"shape":"DeleteBackupVaultInput"},
|
102
|
+
"errors":[
|
103
|
+
{"shape":"ResourceNotFoundException"},
|
104
|
+
{"shape":"InvalidParameterValueException"},
|
105
|
+
{"shape":"MissingParameterValueException"},
|
106
|
+
{"shape":"ServiceUnavailableException"},
|
107
|
+
{"shape":"InvalidRequestException"}
|
108
|
+
]
|
109
|
+
},
|
110
|
+
"DeleteBackupVaultAccessPolicy":{
|
111
|
+
"name":"DeleteBackupVaultAccessPolicy",
|
112
|
+
"http":{
|
113
|
+
"method":"DELETE",
|
114
|
+
"requestUri":"/backup-vaults/{backupVaultName}/access-policy"
|
115
|
+
},
|
116
|
+
"input":{"shape":"DeleteBackupVaultAccessPolicyInput"},
|
117
|
+
"errors":[
|
118
|
+
{"shape":"ResourceNotFoundException"},
|
119
|
+
{"shape":"InvalidParameterValueException"},
|
120
|
+
{"shape":"MissingParameterValueException"},
|
121
|
+
{"shape":"ServiceUnavailableException"}
|
122
|
+
],
|
123
|
+
"idempotent":true
|
124
|
+
},
|
125
|
+
"DeleteBackupVaultNotifications":{
|
126
|
+
"name":"DeleteBackupVaultNotifications",
|
127
|
+
"http":{
|
128
|
+
"method":"DELETE",
|
129
|
+
"requestUri":"/backup-vaults/{backupVaultName}/notification-configuration"
|
130
|
+
},
|
131
|
+
"input":{"shape":"DeleteBackupVaultNotificationsInput"},
|
132
|
+
"errors":[
|
133
|
+
{"shape":"ResourceNotFoundException"},
|
134
|
+
{"shape":"InvalidParameterValueException"},
|
135
|
+
{"shape":"MissingParameterValueException"},
|
136
|
+
{"shape":"ServiceUnavailableException"}
|
137
|
+
],
|
138
|
+
"idempotent":true
|
139
|
+
},
|
140
|
+
"DeleteRecoveryPoint":{
|
141
|
+
"name":"DeleteRecoveryPoint",
|
142
|
+
"http":{
|
143
|
+
"method":"DELETE",
|
144
|
+
"requestUri":"/backup-vaults/{backupVaultName}/recovery-points/{recoveryPointArn}"
|
145
|
+
},
|
146
|
+
"input":{"shape":"DeleteRecoveryPointInput"},
|
147
|
+
"errors":[
|
148
|
+
{"shape":"ResourceNotFoundException"},
|
149
|
+
{"shape":"InvalidParameterValueException"},
|
150
|
+
{"shape":"MissingParameterValueException"},
|
151
|
+
{"shape":"ServiceUnavailableException"},
|
152
|
+
{"shape":"InvalidRequestException"}
|
153
|
+
],
|
154
|
+
"idempotent":true
|
155
|
+
},
|
156
|
+
"DescribeBackupJob":{
|
157
|
+
"name":"DescribeBackupJob",
|
158
|
+
"http":{
|
159
|
+
"method":"GET",
|
160
|
+
"requestUri":"/backup-jobs/{backupJobId}"
|
161
|
+
},
|
162
|
+
"input":{"shape":"DescribeBackupJobInput"},
|
163
|
+
"output":{"shape":"DescribeBackupJobOutput"},
|
164
|
+
"errors":[
|
165
|
+
{"shape":"ResourceNotFoundException"},
|
166
|
+
{"shape":"InvalidParameterValueException"},
|
167
|
+
{"shape":"MissingParameterValueException"},
|
168
|
+
{"shape":"ServiceUnavailableException"},
|
169
|
+
{"shape":"DependencyFailureException"}
|
170
|
+
],
|
171
|
+
"idempotent":true
|
172
|
+
},
|
173
|
+
"DescribeBackupVault":{
|
174
|
+
"name":"DescribeBackupVault",
|
175
|
+
"http":{
|
176
|
+
"method":"GET",
|
177
|
+
"requestUri":"/backup-vaults/{backupVaultName}"
|
178
|
+
},
|
179
|
+
"input":{"shape":"DescribeBackupVaultInput"},
|
180
|
+
"output":{"shape":"DescribeBackupVaultOutput"},
|
181
|
+
"errors":[
|
182
|
+
{"shape":"ResourceNotFoundException"},
|
183
|
+
{"shape":"InvalidParameterValueException"},
|
184
|
+
{"shape":"MissingParameterValueException"},
|
185
|
+
{"shape":"ServiceUnavailableException"}
|
186
|
+
],
|
187
|
+
"idempotent":true
|
188
|
+
},
|
189
|
+
"DescribeProtectedResource":{
|
190
|
+
"name":"DescribeProtectedResource",
|
191
|
+
"http":{
|
192
|
+
"method":"GET",
|
193
|
+
"requestUri":"/resources/{resourceArn}"
|
194
|
+
},
|
195
|
+
"input":{"shape":"DescribeProtectedResourceInput"},
|
196
|
+
"output":{"shape":"DescribeProtectedResourceOutput"},
|
197
|
+
"errors":[
|
198
|
+
{"shape":"MissingParameterValueException"},
|
199
|
+
{"shape":"InvalidParameterValueException"},
|
200
|
+
{"shape":"ServiceUnavailableException"},
|
201
|
+
{"shape":"ResourceNotFoundException"}
|
202
|
+
],
|
203
|
+
"idempotent":true
|
204
|
+
},
|
205
|
+
"DescribeRecoveryPoint":{
|
206
|
+
"name":"DescribeRecoveryPoint",
|
207
|
+
"http":{
|
208
|
+
"method":"GET",
|
209
|
+
"requestUri":"/backup-vaults/{backupVaultName}/recovery-points/{recoveryPointArn}"
|
210
|
+
},
|
211
|
+
"input":{"shape":"DescribeRecoveryPointInput"},
|
212
|
+
"output":{"shape":"DescribeRecoveryPointOutput"},
|
213
|
+
"errors":[
|
214
|
+
{"shape":"ResourceNotFoundException"},
|
215
|
+
{"shape":"InvalidParameterValueException"},
|
216
|
+
{"shape":"MissingParameterValueException"},
|
217
|
+
{"shape":"ServiceUnavailableException"}
|
218
|
+
],
|
219
|
+
"idempotent":true
|
220
|
+
},
|
221
|
+
"DescribeRestoreJob":{
|
222
|
+
"name":"DescribeRestoreJob",
|
223
|
+
"http":{
|
224
|
+
"method":"GET",
|
225
|
+
"requestUri":"/restore-jobs/{restoreJobId}"
|
226
|
+
},
|
227
|
+
"input":{"shape":"DescribeRestoreJobInput"},
|
228
|
+
"output":{"shape":"DescribeRestoreJobOutput"},
|
229
|
+
"errors":[
|
230
|
+
{"shape":"ResourceNotFoundException"},
|
231
|
+
{"shape":"InvalidParameterValueException"},
|
232
|
+
{"shape":"MissingParameterValueException"},
|
233
|
+
{"shape":"ServiceUnavailableException"},
|
234
|
+
{"shape":"DependencyFailureException"}
|
235
|
+
],
|
236
|
+
"idempotent":true
|
237
|
+
},
|
238
|
+
"ExportBackupPlanTemplate":{
|
239
|
+
"name":"ExportBackupPlanTemplate",
|
240
|
+
"http":{
|
241
|
+
"method":"GET",
|
242
|
+
"requestUri":"/backup/plans/{backupPlanId}/toTemplate/"
|
243
|
+
},
|
244
|
+
"input":{"shape":"ExportBackupPlanTemplateInput"},
|
245
|
+
"output":{"shape":"ExportBackupPlanTemplateOutput"},
|
246
|
+
"errors":[
|
247
|
+
{"shape":"InvalidParameterValueException"},
|
248
|
+
{"shape":"MissingParameterValueException"},
|
249
|
+
{"shape":"ServiceUnavailableException"},
|
250
|
+
{"shape":"ResourceNotFoundException"}
|
251
|
+
]
|
252
|
+
},
|
253
|
+
"GetBackupPlan":{
|
254
|
+
"name":"GetBackupPlan",
|
255
|
+
"http":{
|
256
|
+
"method":"GET",
|
257
|
+
"requestUri":"/backup/plans/{backupPlanId}/"
|
258
|
+
},
|
259
|
+
"input":{"shape":"GetBackupPlanInput"},
|
260
|
+
"output":{"shape":"GetBackupPlanOutput"},
|
261
|
+
"errors":[
|
262
|
+
{"shape":"ResourceNotFoundException"},
|
263
|
+
{"shape":"InvalidParameterValueException"},
|
264
|
+
{"shape":"MissingParameterValueException"},
|
265
|
+
{"shape":"ServiceUnavailableException"}
|
266
|
+
],
|
267
|
+
"idempotent":true
|
268
|
+
},
|
269
|
+
"GetBackupPlanFromJSON":{
|
270
|
+
"name":"GetBackupPlanFromJSON",
|
271
|
+
"http":{
|
272
|
+
"method":"POST",
|
273
|
+
"requestUri":"/backup/template/json/toPlan"
|
274
|
+
},
|
275
|
+
"input":{"shape":"GetBackupPlanFromJSONInput"},
|
276
|
+
"output":{"shape":"GetBackupPlanFromJSONOutput"},
|
277
|
+
"errors":[
|
278
|
+
{"shape":"LimitExceededException"},
|
279
|
+
{"shape":"InvalidParameterValueException"},
|
280
|
+
{"shape":"MissingParameterValueException"},
|
281
|
+
{"shape":"ServiceUnavailableException"},
|
282
|
+
{"shape":"InvalidRequestException"}
|
283
|
+
]
|
284
|
+
},
|
285
|
+
"GetBackupPlanFromTemplate":{
|
286
|
+
"name":"GetBackupPlanFromTemplate",
|
287
|
+
"http":{
|
288
|
+
"method":"GET",
|
289
|
+
"requestUri":"/backup/template/plans/{templateId}/toPlan"
|
290
|
+
},
|
291
|
+
"input":{"shape":"GetBackupPlanFromTemplateInput"},
|
292
|
+
"output":{"shape":"GetBackupPlanFromTemplateOutput"},
|
293
|
+
"errors":[
|
294
|
+
{"shape":"InvalidParameterValueException"},
|
295
|
+
{"shape":"MissingParameterValueException"},
|
296
|
+
{"shape":"ServiceUnavailableException"},
|
297
|
+
{"shape":"ResourceNotFoundException"}
|
298
|
+
]
|
299
|
+
},
|
300
|
+
"GetBackupSelection":{
|
301
|
+
"name":"GetBackupSelection",
|
302
|
+
"http":{
|
303
|
+
"method":"GET",
|
304
|
+
"requestUri":"/backup/plans/{backupPlanId}/selections/{selectionId}"
|
305
|
+
},
|
306
|
+
"input":{"shape":"GetBackupSelectionInput"},
|
307
|
+
"output":{"shape":"GetBackupSelectionOutput"},
|
308
|
+
"errors":[
|
309
|
+
{"shape":"ResourceNotFoundException"},
|
310
|
+
{"shape":"InvalidParameterValueException"},
|
311
|
+
{"shape":"MissingParameterValueException"},
|
312
|
+
{"shape":"ServiceUnavailableException"}
|
313
|
+
],
|
314
|
+
"idempotent":true
|
315
|
+
},
|
316
|
+
"GetBackupVaultAccessPolicy":{
|
317
|
+
"name":"GetBackupVaultAccessPolicy",
|
318
|
+
"http":{
|
319
|
+
"method":"GET",
|
320
|
+
"requestUri":"/backup-vaults/{backupVaultName}/access-policy"
|
321
|
+
},
|
322
|
+
"input":{"shape":"GetBackupVaultAccessPolicyInput"},
|
323
|
+
"output":{"shape":"GetBackupVaultAccessPolicyOutput"},
|
324
|
+
"errors":[
|
325
|
+
{"shape":"ResourceNotFoundException"},
|
326
|
+
{"shape":"InvalidParameterValueException"},
|
327
|
+
{"shape":"MissingParameterValueException"},
|
328
|
+
{"shape":"ServiceUnavailableException"}
|
329
|
+
],
|
330
|
+
"idempotent":true
|
331
|
+
},
|
332
|
+
"GetBackupVaultNotifications":{
|
333
|
+
"name":"GetBackupVaultNotifications",
|
334
|
+
"http":{
|
335
|
+
"method":"GET",
|
336
|
+
"requestUri":"/backup-vaults/{backupVaultName}/notification-configuration"
|
337
|
+
},
|
338
|
+
"input":{"shape":"GetBackupVaultNotificationsInput"},
|
339
|
+
"output":{"shape":"GetBackupVaultNotificationsOutput"},
|
340
|
+
"errors":[
|
341
|
+
{"shape":"ResourceNotFoundException"},
|
342
|
+
{"shape":"InvalidParameterValueException"},
|
343
|
+
{"shape":"MissingParameterValueException"},
|
344
|
+
{"shape":"ServiceUnavailableException"}
|
345
|
+
],
|
346
|
+
"idempotent":true
|
347
|
+
},
|
348
|
+
"GetRecoveryPointRestoreMetadata":{
|
349
|
+
"name":"GetRecoveryPointRestoreMetadata",
|
350
|
+
"http":{
|
351
|
+
"method":"GET",
|
352
|
+
"requestUri":"/backup-vaults/{backupVaultName}/recovery-points/{recoveryPointArn}/restore-metadata"
|
353
|
+
},
|
354
|
+
"input":{"shape":"GetRecoveryPointRestoreMetadataInput"},
|
355
|
+
"output":{"shape":"GetRecoveryPointRestoreMetadataOutput"},
|
356
|
+
"errors":[
|
357
|
+
{"shape":"ResourceNotFoundException"},
|
358
|
+
{"shape":"InvalidParameterValueException"},
|
359
|
+
{"shape":"MissingParameterValueException"},
|
360
|
+
{"shape":"ServiceUnavailableException"}
|
361
|
+
],
|
362
|
+
"idempotent":true
|
363
|
+
},
|
364
|
+
"GetSupportedResourceTypes":{
|
365
|
+
"name":"GetSupportedResourceTypes",
|
366
|
+
"http":{
|
367
|
+
"method":"GET",
|
368
|
+
"requestUri":"/supported-resource-types"
|
369
|
+
},
|
370
|
+
"output":{"shape":"GetSupportedResourceTypesOutput"},
|
371
|
+
"errors":[
|
372
|
+
{"shape":"ServiceUnavailableException"}
|
373
|
+
]
|
374
|
+
},
|
375
|
+
"ListBackupJobs":{
|
376
|
+
"name":"ListBackupJobs",
|
377
|
+
"http":{
|
378
|
+
"method":"GET",
|
379
|
+
"requestUri":"/backup-jobs/"
|
380
|
+
},
|
381
|
+
"input":{"shape":"ListBackupJobsInput"},
|
382
|
+
"output":{"shape":"ListBackupJobsOutput"},
|
383
|
+
"errors":[
|
384
|
+
{"shape":"InvalidParameterValueException"},
|
385
|
+
{"shape":"ServiceUnavailableException"}
|
386
|
+
],
|
387
|
+
"idempotent":true
|
388
|
+
},
|
389
|
+
"ListBackupPlanTemplates":{
|
390
|
+
"name":"ListBackupPlanTemplates",
|
391
|
+
"http":{
|
392
|
+
"method":"GET",
|
393
|
+
"requestUri":"/backup/template/plans"
|
394
|
+
},
|
395
|
+
"input":{"shape":"ListBackupPlanTemplatesInput"},
|
396
|
+
"output":{"shape":"ListBackupPlanTemplatesOutput"},
|
397
|
+
"errors":[
|
398
|
+
{"shape":"InvalidParameterValueException"},
|
399
|
+
{"shape":"MissingParameterValueException"},
|
400
|
+
{"shape":"ServiceUnavailableException"},
|
401
|
+
{"shape":"ResourceNotFoundException"}
|
402
|
+
]
|
403
|
+
},
|
404
|
+
"ListBackupPlanVersions":{
|
405
|
+
"name":"ListBackupPlanVersions",
|
406
|
+
"http":{
|
407
|
+
"method":"GET",
|
408
|
+
"requestUri":"/backup/plans/{backupPlanId}/versions/"
|
409
|
+
},
|
410
|
+
"input":{"shape":"ListBackupPlanVersionsInput"},
|
411
|
+
"output":{"shape":"ListBackupPlanVersionsOutput"},
|
412
|
+
"errors":[
|
413
|
+
{"shape":"ResourceNotFoundException"},
|
414
|
+
{"shape":"InvalidParameterValueException"},
|
415
|
+
{"shape":"MissingParameterValueException"},
|
416
|
+
{"shape":"ServiceUnavailableException"}
|
417
|
+
],
|
418
|
+
"idempotent":true
|
419
|
+
},
|
420
|
+
"ListBackupPlans":{
|
421
|
+
"name":"ListBackupPlans",
|
422
|
+
"http":{
|
423
|
+
"method":"GET",
|
424
|
+
"requestUri":"/backup/plans/"
|
425
|
+
},
|
426
|
+
"input":{"shape":"ListBackupPlansInput"},
|
427
|
+
"output":{"shape":"ListBackupPlansOutput"},
|
428
|
+
"errors":[
|
429
|
+
{"shape":"ResourceNotFoundException"},
|
430
|
+
{"shape":"InvalidParameterValueException"},
|
431
|
+
{"shape":"MissingParameterValueException"},
|
432
|
+
{"shape":"ServiceUnavailableException"}
|
433
|
+
],
|
434
|
+
"idempotent":true
|
435
|
+
},
|
436
|
+
"ListBackupSelections":{
|
437
|
+
"name":"ListBackupSelections",
|
438
|
+
"http":{
|
439
|
+
"method":"GET",
|
440
|
+
"requestUri":"/backup/plans/{backupPlanId}/selections/"
|
441
|
+
},
|
442
|
+
"input":{"shape":"ListBackupSelectionsInput"},
|
443
|
+
"output":{"shape":"ListBackupSelectionsOutput"},
|
444
|
+
"errors":[
|
445
|
+
{"shape":"ResourceNotFoundException"},
|
446
|
+
{"shape":"InvalidParameterValueException"},
|
447
|
+
{"shape":"MissingParameterValueException"},
|
448
|
+
{"shape":"ServiceUnavailableException"}
|
449
|
+
],
|
450
|
+
"idempotent":true
|
451
|
+
},
|
452
|
+
"ListBackupVaults":{
|
453
|
+
"name":"ListBackupVaults",
|
454
|
+
"http":{
|
455
|
+
"method":"GET",
|
456
|
+
"requestUri":"/backup-vaults/"
|
457
|
+
},
|
458
|
+
"input":{"shape":"ListBackupVaultsInput"},
|
459
|
+
"output":{"shape":"ListBackupVaultsOutput"},
|
460
|
+
"errors":[
|
461
|
+
{"shape":"ResourceNotFoundException"},
|
462
|
+
{"shape":"InvalidParameterValueException"},
|
463
|
+
{"shape":"MissingParameterValueException"},
|
464
|
+
{"shape":"ServiceUnavailableException"}
|
465
|
+
],
|
466
|
+
"idempotent":true
|
467
|
+
},
|
468
|
+
"ListProtectedResources":{
|
469
|
+
"name":"ListProtectedResources",
|
470
|
+
"http":{
|
471
|
+
"method":"GET",
|
472
|
+
"requestUri":"/resources/"
|
473
|
+
},
|
474
|
+
"input":{"shape":"ListProtectedResourcesInput"},
|
475
|
+
"output":{"shape":"ListProtectedResourcesOutput"},
|
476
|
+
"errors":[
|
477
|
+
{"shape":"InvalidParameterValueException"},
|
478
|
+
{"shape":"ServiceUnavailableException"}
|
479
|
+
],
|
480
|
+
"idempotent":true
|
481
|
+
},
|
482
|
+
"ListRecoveryPointsByBackupVault":{
|
483
|
+
"name":"ListRecoveryPointsByBackupVault",
|
484
|
+
"http":{
|
485
|
+
"method":"GET",
|
486
|
+
"requestUri":"/backup-vaults/{backupVaultName}/recovery-points/"
|
487
|
+
},
|
488
|
+
"input":{"shape":"ListRecoveryPointsByBackupVaultInput"},
|
489
|
+
"output":{"shape":"ListRecoveryPointsByBackupVaultOutput"},
|
490
|
+
"errors":[
|
491
|
+
{"shape":"ResourceNotFoundException"},
|
492
|
+
{"shape":"InvalidParameterValueException"},
|
493
|
+
{"shape":"MissingParameterValueException"},
|
494
|
+
{"shape":"ServiceUnavailableException"}
|
495
|
+
],
|
496
|
+
"idempotent":true
|
497
|
+
},
|
498
|
+
"ListRecoveryPointsByResource":{
|
499
|
+
"name":"ListRecoveryPointsByResource",
|
500
|
+
"http":{
|
501
|
+
"method":"GET",
|
502
|
+
"requestUri":"/resources/{resourceArn}/recovery-points/"
|
503
|
+
},
|
504
|
+
"input":{"shape":"ListRecoveryPointsByResourceInput"},
|
505
|
+
"output":{"shape":"ListRecoveryPointsByResourceOutput"},
|
506
|
+
"errors":[
|
507
|
+
{"shape":"ResourceNotFoundException"},
|
508
|
+
{"shape":"InvalidParameterValueException"},
|
509
|
+
{"shape":"MissingParameterValueException"},
|
510
|
+
{"shape":"ServiceUnavailableException"}
|
511
|
+
],
|
512
|
+
"idempotent":true
|
513
|
+
},
|
514
|
+
"ListRestoreJobs":{
|
515
|
+
"name":"ListRestoreJobs",
|
516
|
+
"http":{
|
517
|
+
"method":"GET",
|
518
|
+
"requestUri":"/restore-jobs/"
|
519
|
+
},
|
520
|
+
"input":{"shape":"ListRestoreJobsInput"},
|
521
|
+
"output":{"shape":"ListRestoreJobsOutput"},
|
522
|
+
"errors":[
|
523
|
+
{"shape":"ResourceNotFoundException"},
|
524
|
+
{"shape":"InvalidParameterValueException"},
|
525
|
+
{"shape":"MissingParameterValueException"},
|
526
|
+
{"shape":"ServiceUnavailableException"}
|
527
|
+
],
|
528
|
+
"idempotent":true
|
529
|
+
},
|
530
|
+
"ListTags":{
|
531
|
+
"name":"ListTags",
|
532
|
+
"http":{
|
533
|
+
"method":"GET",
|
534
|
+
"requestUri":"/tags/{resourceArn}/"
|
535
|
+
},
|
536
|
+
"input":{"shape":"ListTagsInput"},
|
537
|
+
"output":{"shape":"ListTagsOutput"},
|
538
|
+
"errors":[
|
539
|
+
{"shape":"ResourceNotFoundException"},
|
540
|
+
{"shape":"InvalidParameterValueException"},
|
541
|
+
{"shape":"MissingParameterValueException"},
|
542
|
+
{"shape":"ServiceUnavailableException"}
|
543
|
+
],
|
544
|
+
"idempotent":true
|
545
|
+
},
|
546
|
+
"PutBackupVaultAccessPolicy":{
|
547
|
+
"name":"PutBackupVaultAccessPolicy",
|
548
|
+
"http":{
|
549
|
+
"method":"PUT",
|
550
|
+
"requestUri":"/backup-vaults/{backupVaultName}/access-policy"
|
551
|
+
},
|
552
|
+
"input":{"shape":"PutBackupVaultAccessPolicyInput"},
|
553
|
+
"errors":[
|
554
|
+
{"shape":"ResourceNotFoundException"},
|
555
|
+
{"shape":"InvalidParameterValueException"},
|
556
|
+
{"shape":"MissingParameterValueException"},
|
557
|
+
{"shape":"ServiceUnavailableException"}
|
558
|
+
],
|
559
|
+
"idempotent":true
|
560
|
+
},
|
561
|
+
"PutBackupVaultNotifications":{
|
562
|
+
"name":"PutBackupVaultNotifications",
|
563
|
+
"http":{
|
564
|
+
"method":"PUT",
|
565
|
+
"requestUri":"/backup-vaults/{backupVaultName}/notification-configuration"
|
566
|
+
},
|
567
|
+
"input":{"shape":"PutBackupVaultNotificationsInput"},
|
568
|
+
"errors":[
|
569
|
+
{"shape":"ResourceNotFoundException"},
|
570
|
+
{"shape":"InvalidParameterValueException"},
|
571
|
+
{"shape":"MissingParameterValueException"},
|
572
|
+
{"shape":"ServiceUnavailableException"}
|
573
|
+
],
|
574
|
+
"idempotent":true
|
575
|
+
},
|
576
|
+
"StartBackupJob":{
|
577
|
+
"name":"StartBackupJob",
|
578
|
+
"http":{
|
579
|
+
"method":"PUT",
|
580
|
+
"requestUri":"/backup-jobs"
|
581
|
+
},
|
582
|
+
"input":{"shape":"StartBackupJobInput"},
|
583
|
+
"output":{"shape":"StartBackupJobOutput"},
|
584
|
+
"errors":[
|
585
|
+
{"shape":"ResourceNotFoundException"},
|
586
|
+
{"shape":"InvalidParameterValueException"},
|
587
|
+
{"shape":"MissingParameterValueException"},
|
588
|
+
{"shape":"ServiceUnavailableException"},
|
589
|
+
{"shape":"LimitExceededException"}
|
590
|
+
],
|
591
|
+
"idempotent":true
|
592
|
+
},
|
593
|
+
"StartRestoreJob":{
|
594
|
+
"name":"StartRestoreJob",
|
595
|
+
"http":{
|
596
|
+
"method":"PUT",
|
597
|
+
"requestUri":"/restore-jobs"
|
598
|
+
},
|
599
|
+
"input":{"shape":"StartRestoreJobInput"},
|
600
|
+
"output":{"shape":"StartRestoreJobOutput"},
|
601
|
+
"errors":[
|
602
|
+
{"shape":"ResourceNotFoundException"},
|
603
|
+
{"shape":"InvalidParameterValueException"},
|
604
|
+
{"shape":"MissingParameterValueException"},
|
605
|
+
{"shape":"ServiceUnavailableException"}
|
606
|
+
],
|
607
|
+
"idempotent":true
|
608
|
+
},
|
609
|
+
"StopBackupJob":{
|
610
|
+
"name":"StopBackupJob",
|
611
|
+
"http":{
|
612
|
+
"method":"POST",
|
613
|
+
"requestUri":"/backup-jobs/{backupJobId}"
|
614
|
+
},
|
615
|
+
"input":{"shape":"StopBackupJobInput"},
|
616
|
+
"errors":[
|
617
|
+
{"shape":"MissingParameterValueException"},
|
618
|
+
{"shape":"ResourceNotFoundException"},
|
619
|
+
{"shape":"InvalidParameterValueException"},
|
620
|
+
{"shape":"InvalidRequestException"},
|
621
|
+
{"shape":"ServiceUnavailableException"}
|
622
|
+
]
|
623
|
+
},
|
624
|
+
"TagResource":{
|
625
|
+
"name":"TagResource",
|
626
|
+
"http":{
|
627
|
+
"method":"POST",
|
628
|
+
"requestUri":"/tags/{resourceArn}"
|
629
|
+
},
|
630
|
+
"input":{"shape":"TagResourceInput"},
|
631
|
+
"errors":[
|
632
|
+
{"shape":"ResourceNotFoundException"},
|
633
|
+
{"shape":"InvalidParameterValueException"},
|
634
|
+
{"shape":"MissingParameterValueException"},
|
635
|
+
{"shape":"ServiceUnavailableException"},
|
636
|
+
{"shape":"LimitExceededException"}
|
637
|
+
],
|
638
|
+
"idempotent":true
|
639
|
+
},
|
640
|
+
"UntagResource":{
|
641
|
+
"name":"UntagResource",
|
642
|
+
"http":{
|
643
|
+
"method":"POST",
|
644
|
+
"requestUri":"/untag/{resourceArn}"
|
645
|
+
},
|
646
|
+
"input":{"shape":"UntagResourceInput"},
|
647
|
+
"errors":[
|
648
|
+
{"shape":"ResourceNotFoundException"},
|
649
|
+
{"shape":"InvalidParameterValueException"},
|
650
|
+
{"shape":"MissingParameterValueException"},
|
651
|
+
{"shape":"ServiceUnavailableException"}
|
652
|
+
],
|
653
|
+
"idempotent":true
|
654
|
+
},
|
655
|
+
"UpdateBackupPlan":{
|
656
|
+
"name":"UpdateBackupPlan",
|
657
|
+
"http":{
|
658
|
+
"method":"POST",
|
659
|
+
"requestUri":"/backup/plans/{backupPlanId}"
|
660
|
+
},
|
661
|
+
"input":{"shape":"UpdateBackupPlanInput"},
|
662
|
+
"output":{"shape":"UpdateBackupPlanOutput"},
|
663
|
+
"errors":[
|
664
|
+
{"shape":"ResourceNotFoundException"},
|
665
|
+
{"shape":"InvalidParameterValueException"},
|
666
|
+
{"shape":"MissingParameterValueException"},
|
667
|
+
{"shape":"ServiceUnavailableException"}
|
668
|
+
],
|
669
|
+
"idempotent":true
|
670
|
+
},
|
671
|
+
"UpdateRecoveryPointLifecycle":{
|
672
|
+
"name":"UpdateRecoveryPointLifecycle",
|
673
|
+
"http":{
|
674
|
+
"method":"POST",
|
675
|
+
"requestUri":"/backup-vaults/{backupVaultName}/recovery-points/{recoveryPointArn}"
|
676
|
+
},
|
677
|
+
"input":{"shape":"UpdateRecoveryPointLifecycleInput"},
|
678
|
+
"output":{"shape":"UpdateRecoveryPointLifecycleOutput"},
|
679
|
+
"errors":[
|
680
|
+
{"shape":"ResourceNotFoundException"},
|
681
|
+
{"shape":"InvalidParameterValueException"},
|
682
|
+
{"shape":"MissingParameterValueException"},
|
683
|
+
{"shape":"ServiceUnavailableException"}
|
684
|
+
],
|
685
|
+
"idempotent":true
|
686
|
+
}
|
687
|
+
},
|
688
|
+
"shapes":{
|
689
|
+
"ARN":{"type":"string"},
|
690
|
+
"AlreadyExistsException":{
|
691
|
+
"type":"structure",
|
692
|
+
"members":{
|
693
|
+
"Code":{"shape":"string"},
|
694
|
+
"Message":{"shape":"string"},
|
695
|
+
"CreatorRequestId":{"shape":"string"},
|
696
|
+
"Arn":{"shape":"string"},
|
697
|
+
"Type":{"shape":"string"},
|
698
|
+
"Context":{"shape":"string"}
|
699
|
+
},
|
700
|
+
"exception":true
|
701
|
+
},
|
702
|
+
"BackupJob":{
|
703
|
+
"type":"structure",
|
704
|
+
"members":{
|
705
|
+
"BackupJobId":{"shape":"string"},
|
706
|
+
"BackupVaultName":{"shape":"BackupVaultName"},
|
707
|
+
"BackupVaultArn":{"shape":"ARN"},
|
708
|
+
"RecoveryPointArn":{"shape":"ARN"},
|
709
|
+
"ResourceArn":{"shape":"ARN"},
|
710
|
+
"CreationDate":{"shape":"timestamp"},
|
711
|
+
"CompletionDate":{"shape":"timestamp"},
|
712
|
+
"State":{"shape":"BackupJobState"},
|
713
|
+
"StatusMessage":{"shape":"string"},
|
714
|
+
"PercentDone":{"shape":"string"},
|
715
|
+
"BackupSizeInBytes":{"shape":"Long"},
|
716
|
+
"IamRoleArn":{"shape":"IAMRoleArn"},
|
717
|
+
"CreatedBy":{"shape":"RecoveryPointCreator"},
|
718
|
+
"ExpectedCompletionDate":{"shape":"timestamp"},
|
719
|
+
"StartBy":{"shape":"timestamp"},
|
720
|
+
"ResourceType":{"shape":"ResourceType"},
|
721
|
+
"BytesTransferred":{"shape":"Long"}
|
722
|
+
}
|
723
|
+
},
|
724
|
+
"BackupJobState":{
|
725
|
+
"type":"string",
|
726
|
+
"enum":[
|
727
|
+
"CREATED",
|
728
|
+
"PENDING",
|
729
|
+
"RUNNING",
|
730
|
+
"ABORTING",
|
731
|
+
"ABORTED",
|
732
|
+
"COMPLETED",
|
733
|
+
"FAILED",
|
734
|
+
"EXPIRED"
|
735
|
+
]
|
736
|
+
},
|
737
|
+
"BackupJobsList":{
|
738
|
+
"type":"list",
|
739
|
+
"member":{"shape":"BackupJob"}
|
740
|
+
},
|
741
|
+
"BackupPlan":{
|
742
|
+
"type":"structure",
|
743
|
+
"required":[
|
744
|
+
"BackupPlanName",
|
745
|
+
"Rules"
|
746
|
+
],
|
747
|
+
"members":{
|
748
|
+
"BackupPlanName":{"shape":"BackupPlanName"},
|
749
|
+
"Rules":{"shape":"BackupRules"}
|
750
|
+
}
|
751
|
+
},
|
752
|
+
"BackupPlanInput":{
|
753
|
+
"type":"structure",
|
754
|
+
"required":[
|
755
|
+
"BackupPlanName",
|
756
|
+
"Rules"
|
757
|
+
],
|
758
|
+
"members":{
|
759
|
+
"BackupPlanName":{"shape":"BackupPlanName"},
|
760
|
+
"Rules":{"shape":"BackupRulesInput"}
|
761
|
+
}
|
762
|
+
},
|
763
|
+
"BackupPlanName":{"type":"string"},
|
764
|
+
"BackupPlanTemplatesList":{
|
765
|
+
"type":"list",
|
766
|
+
"member":{"shape":"BackupPlanTemplatesListMember"}
|
767
|
+
},
|
768
|
+
"BackupPlanTemplatesListMember":{
|
769
|
+
"type":"structure",
|
770
|
+
"members":{
|
771
|
+
"BackupPlanTemplateId":{"shape":"string"},
|
772
|
+
"BackupPlanTemplateName":{"shape":"string"}
|
773
|
+
}
|
774
|
+
},
|
775
|
+
"BackupPlanVersionsList":{
|
776
|
+
"type":"list",
|
777
|
+
"member":{"shape":"BackupPlansListMember"}
|
778
|
+
},
|
779
|
+
"BackupPlansList":{
|
780
|
+
"type":"list",
|
781
|
+
"member":{"shape":"BackupPlansListMember"}
|
782
|
+
},
|
783
|
+
"BackupPlansListMember":{
|
784
|
+
"type":"structure",
|
785
|
+
"members":{
|
786
|
+
"BackupPlanArn":{"shape":"ARN"},
|
787
|
+
"BackupPlanId":{"shape":"string"},
|
788
|
+
"CreationDate":{"shape":"timestamp"},
|
789
|
+
"DeletionDate":{"shape":"timestamp"},
|
790
|
+
"VersionId":{"shape":"string"},
|
791
|
+
"BackupPlanName":{"shape":"BackupPlanName"},
|
792
|
+
"CreatorRequestId":{"shape":"string"},
|
793
|
+
"LastExecutionDate":{"shape":"timestamp"}
|
794
|
+
}
|
795
|
+
},
|
796
|
+
"BackupRule":{
|
797
|
+
"type":"structure",
|
798
|
+
"required":[
|
799
|
+
"RuleName",
|
800
|
+
"TargetBackupVaultName"
|
801
|
+
],
|
802
|
+
"members":{
|
803
|
+
"RuleName":{"shape":"BackupRuleName"},
|
804
|
+
"TargetBackupVaultName":{"shape":"BackupVaultName"},
|
805
|
+
"ScheduleExpression":{"shape":"CronExpression"},
|
806
|
+
"StartWindowMinutes":{"shape":"WindowMinutes"},
|
807
|
+
"CompletionWindowMinutes":{"shape":"WindowMinutes"},
|
808
|
+
"Lifecycle":{"shape":"Lifecycle"},
|
809
|
+
"RecoveryPointTags":{"shape":"Tags"},
|
810
|
+
"RuleId":{"shape":"string"}
|
811
|
+
}
|
812
|
+
},
|
813
|
+
"BackupRuleInput":{
|
814
|
+
"type":"structure",
|
815
|
+
"required":[
|
816
|
+
"RuleName",
|
817
|
+
"TargetBackupVaultName"
|
818
|
+
],
|
819
|
+
"members":{
|
820
|
+
"RuleName":{"shape":"BackupRuleName"},
|
821
|
+
"TargetBackupVaultName":{"shape":"BackupVaultName"},
|
822
|
+
"ScheduleExpression":{"shape":"CronExpression"},
|
823
|
+
"StartWindowMinutes":{"shape":"WindowMinutes"},
|
824
|
+
"CompletionWindowMinutes":{"shape":"WindowMinutes"},
|
825
|
+
"Lifecycle":{"shape":"Lifecycle"},
|
826
|
+
"RecoveryPointTags":{"shape":"Tags"}
|
827
|
+
}
|
828
|
+
},
|
829
|
+
"BackupRuleName":{
|
830
|
+
"type":"string",
|
831
|
+
"pattern":"^[a-zA-Z0-9\\-\\_\\.]{1,50}$"
|
832
|
+
},
|
833
|
+
"BackupRules":{
|
834
|
+
"type":"list",
|
835
|
+
"member":{"shape":"BackupRule"}
|
836
|
+
},
|
837
|
+
"BackupRulesInput":{
|
838
|
+
"type":"list",
|
839
|
+
"member":{"shape":"BackupRuleInput"}
|
840
|
+
},
|
841
|
+
"BackupSelection":{
|
842
|
+
"type":"structure",
|
843
|
+
"required":[
|
844
|
+
"SelectionName",
|
845
|
+
"IamRoleArn"
|
846
|
+
],
|
847
|
+
"members":{
|
848
|
+
"SelectionName":{"shape":"BackupSelectionName"},
|
849
|
+
"IamRoleArn":{"shape":"IAMRoleArn"},
|
850
|
+
"Resources":{"shape":"ResourceArns"},
|
851
|
+
"ListOfTags":{"shape":"ListOfTags"}
|
852
|
+
}
|
853
|
+
},
|
854
|
+
"BackupSelectionName":{
|
855
|
+
"type":"string",
|
856
|
+
"pattern":"^[a-zA-Z0-9\\-\\_\\.]{1,50}$"
|
857
|
+
},
|
858
|
+
"BackupSelectionsList":{
|
859
|
+
"type":"list",
|
860
|
+
"member":{"shape":"BackupSelectionsListMember"}
|
861
|
+
},
|
862
|
+
"BackupSelectionsListMember":{
|
863
|
+
"type":"structure",
|
864
|
+
"members":{
|
865
|
+
"SelectionId":{"shape":"string"},
|
866
|
+
"SelectionName":{"shape":"BackupSelectionName"},
|
867
|
+
"BackupPlanId":{"shape":"string"},
|
868
|
+
"CreationDate":{"shape":"timestamp"},
|
869
|
+
"CreatorRequestId":{"shape":"string"},
|
870
|
+
"IamRoleArn":{"shape":"IAMRoleArn"}
|
871
|
+
}
|
872
|
+
},
|
873
|
+
"BackupVaultEvent":{
|
874
|
+
"type":"string",
|
875
|
+
"enum":[
|
876
|
+
"BACKUP_JOB_STARTED",
|
877
|
+
"BACKUP_JOB_COMPLETED",
|
878
|
+
"RESTORE_JOB_STARTED",
|
879
|
+
"RESTORE_JOB_COMPLETED",
|
880
|
+
"RECOVERY_POINT_MODIFIED",
|
881
|
+
"BACKUP_PLAN_CREATED",
|
882
|
+
"BACKUP_PLAN_MODIFIED"
|
883
|
+
]
|
884
|
+
},
|
885
|
+
"BackupVaultEvents":{
|
886
|
+
"type":"list",
|
887
|
+
"member":{"shape":"BackupVaultEvent"}
|
888
|
+
},
|
889
|
+
"BackupVaultList":{
|
890
|
+
"type":"list",
|
891
|
+
"member":{"shape":"BackupVaultListMember"}
|
892
|
+
},
|
893
|
+
"BackupVaultListMember":{
|
894
|
+
"type":"structure",
|
895
|
+
"members":{
|
896
|
+
"BackupVaultName":{"shape":"BackupVaultName"},
|
897
|
+
"BackupVaultArn":{"shape":"ARN"},
|
898
|
+
"CreationDate":{"shape":"timestamp"},
|
899
|
+
"EncryptionKeyArn":{"shape":"ARN"},
|
900
|
+
"CreatorRequestId":{"shape":"string"},
|
901
|
+
"NumberOfRecoveryPoints":{"shape":"long"}
|
902
|
+
}
|
903
|
+
},
|
904
|
+
"BackupVaultName":{
|
905
|
+
"type":"string",
|
906
|
+
"pattern":"^[a-zA-Z0-9\\-\\_\\.]{1,50}$"
|
907
|
+
},
|
908
|
+
"Boolean":{"type":"boolean"},
|
909
|
+
"CalculatedLifecycle":{
|
910
|
+
"type":"structure",
|
911
|
+
"members":{
|
912
|
+
"MoveToColdStorageAt":{"shape":"timestamp"},
|
913
|
+
"DeleteAt":{"shape":"timestamp"}
|
914
|
+
}
|
915
|
+
},
|
916
|
+
"Condition":{
|
917
|
+
"type":"structure",
|
918
|
+
"required":[
|
919
|
+
"ConditionType",
|
920
|
+
"ConditionKey",
|
921
|
+
"ConditionValue"
|
922
|
+
],
|
923
|
+
"members":{
|
924
|
+
"ConditionType":{"shape":"ConditionType"},
|
925
|
+
"ConditionKey":{"shape":"ConditionKey"},
|
926
|
+
"ConditionValue":{"shape":"ConditionValue"}
|
927
|
+
}
|
928
|
+
},
|
929
|
+
"ConditionKey":{"type":"string"},
|
930
|
+
"ConditionType":{
|
931
|
+
"type":"string",
|
932
|
+
"enum":["STRINGEQUALS"]
|
933
|
+
},
|
934
|
+
"ConditionValue":{"type":"string"},
|
935
|
+
"CreateBackupPlanInput":{
|
936
|
+
"type":"structure",
|
937
|
+
"required":["BackupPlan"],
|
938
|
+
"members":{
|
939
|
+
"BackupPlan":{"shape":"BackupPlanInput"},
|
940
|
+
"BackupPlanTags":{"shape":"Tags"},
|
941
|
+
"CreatorRequestId":{"shape":"string"}
|
942
|
+
}
|
943
|
+
},
|
944
|
+
"CreateBackupPlanOutput":{
|
945
|
+
"type":"structure",
|
946
|
+
"members":{
|
947
|
+
"BackupPlanId":{"shape":"string"},
|
948
|
+
"BackupPlanArn":{"shape":"ARN"},
|
949
|
+
"CreationDate":{"shape":"timestamp"},
|
950
|
+
"VersionId":{"shape":"string"}
|
951
|
+
}
|
952
|
+
},
|
953
|
+
"CreateBackupSelectionInput":{
|
954
|
+
"type":"structure",
|
955
|
+
"required":[
|
956
|
+
"BackupPlanId",
|
957
|
+
"BackupSelection"
|
958
|
+
],
|
959
|
+
"members":{
|
960
|
+
"BackupPlanId":{
|
961
|
+
"shape":"string",
|
962
|
+
"location":"uri",
|
963
|
+
"locationName":"backupPlanId"
|
964
|
+
},
|
965
|
+
"BackupSelection":{"shape":"BackupSelection"},
|
966
|
+
"CreatorRequestId":{"shape":"string"}
|
967
|
+
}
|
968
|
+
},
|
969
|
+
"CreateBackupSelectionOutput":{
|
970
|
+
"type":"structure",
|
971
|
+
"members":{
|
972
|
+
"SelectionId":{"shape":"string"},
|
973
|
+
"BackupPlanId":{"shape":"string"},
|
974
|
+
"CreationDate":{"shape":"timestamp"}
|
975
|
+
}
|
976
|
+
},
|
977
|
+
"CreateBackupVaultInput":{
|
978
|
+
"type":"structure",
|
979
|
+
"required":["BackupVaultName"],
|
980
|
+
"members":{
|
981
|
+
"BackupVaultName":{
|
982
|
+
"shape":"BackupVaultName",
|
983
|
+
"location":"uri",
|
984
|
+
"locationName":"backupVaultName"
|
985
|
+
},
|
986
|
+
"BackupVaultTags":{"shape":"Tags"},
|
987
|
+
"EncryptionKeyArn":{"shape":"ARN"},
|
988
|
+
"CreatorRequestId":{"shape":"string"}
|
989
|
+
}
|
990
|
+
},
|
991
|
+
"CreateBackupVaultOutput":{
|
992
|
+
"type":"structure",
|
993
|
+
"members":{
|
994
|
+
"BackupVaultName":{"shape":"BackupVaultName"},
|
995
|
+
"BackupVaultArn":{"shape":"ARN"},
|
996
|
+
"CreationDate":{"shape":"timestamp"}
|
997
|
+
}
|
998
|
+
},
|
999
|
+
"CronExpression":{"type":"string"},
|
1000
|
+
"DeleteBackupPlanInput":{
|
1001
|
+
"type":"structure",
|
1002
|
+
"required":["BackupPlanId"],
|
1003
|
+
"members":{
|
1004
|
+
"BackupPlanId":{
|
1005
|
+
"shape":"string",
|
1006
|
+
"location":"uri",
|
1007
|
+
"locationName":"backupPlanId"
|
1008
|
+
}
|
1009
|
+
}
|
1010
|
+
},
|
1011
|
+
"DeleteBackupPlanOutput":{
|
1012
|
+
"type":"structure",
|
1013
|
+
"members":{
|
1014
|
+
"BackupPlanId":{"shape":"string"},
|
1015
|
+
"BackupPlanArn":{"shape":"ARN"},
|
1016
|
+
"DeletionDate":{"shape":"timestamp"},
|
1017
|
+
"VersionId":{"shape":"string"}
|
1018
|
+
}
|
1019
|
+
},
|
1020
|
+
"DeleteBackupSelectionInput":{
|
1021
|
+
"type":"structure",
|
1022
|
+
"required":[
|
1023
|
+
"BackupPlanId",
|
1024
|
+
"SelectionId"
|
1025
|
+
],
|
1026
|
+
"members":{
|
1027
|
+
"BackupPlanId":{
|
1028
|
+
"shape":"string",
|
1029
|
+
"location":"uri",
|
1030
|
+
"locationName":"backupPlanId"
|
1031
|
+
},
|
1032
|
+
"SelectionId":{
|
1033
|
+
"shape":"string",
|
1034
|
+
"location":"uri",
|
1035
|
+
"locationName":"selectionId"
|
1036
|
+
}
|
1037
|
+
}
|
1038
|
+
},
|
1039
|
+
"DeleteBackupVaultAccessPolicyInput":{
|
1040
|
+
"type":"structure",
|
1041
|
+
"required":["BackupVaultName"],
|
1042
|
+
"members":{
|
1043
|
+
"BackupVaultName":{
|
1044
|
+
"shape":"BackupVaultName",
|
1045
|
+
"location":"uri",
|
1046
|
+
"locationName":"backupVaultName"
|
1047
|
+
}
|
1048
|
+
}
|
1049
|
+
},
|
1050
|
+
"DeleteBackupVaultInput":{
|
1051
|
+
"type":"structure",
|
1052
|
+
"required":["BackupVaultName"],
|
1053
|
+
"members":{
|
1054
|
+
"BackupVaultName":{
|
1055
|
+
"shape":"string",
|
1056
|
+
"location":"uri",
|
1057
|
+
"locationName":"backupVaultName"
|
1058
|
+
}
|
1059
|
+
}
|
1060
|
+
},
|
1061
|
+
"DeleteBackupVaultNotificationsInput":{
|
1062
|
+
"type":"structure",
|
1063
|
+
"required":["BackupVaultName"],
|
1064
|
+
"members":{
|
1065
|
+
"BackupVaultName":{
|
1066
|
+
"shape":"BackupVaultName",
|
1067
|
+
"location":"uri",
|
1068
|
+
"locationName":"backupVaultName"
|
1069
|
+
}
|
1070
|
+
}
|
1071
|
+
},
|
1072
|
+
"DeleteRecoveryPointInput":{
|
1073
|
+
"type":"structure",
|
1074
|
+
"required":[
|
1075
|
+
"BackupVaultName",
|
1076
|
+
"RecoveryPointArn"
|
1077
|
+
],
|
1078
|
+
"members":{
|
1079
|
+
"BackupVaultName":{
|
1080
|
+
"shape":"BackupVaultName",
|
1081
|
+
"location":"uri",
|
1082
|
+
"locationName":"backupVaultName"
|
1083
|
+
},
|
1084
|
+
"RecoveryPointArn":{
|
1085
|
+
"shape":"ARN",
|
1086
|
+
"location":"uri",
|
1087
|
+
"locationName":"recoveryPointArn"
|
1088
|
+
}
|
1089
|
+
}
|
1090
|
+
},
|
1091
|
+
"DependencyFailureException":{
|
1092
|
+
"type":"structure",
|
1093
|
+
"members":{
|
1094
|
+
"Code":{"shape":"string"},
|
1095
|
+
"Message":{"shape":"string"},
|
1096
|
+
"Type":{"shape":"string"},
|
1097
|
+
"Context":{"shape":"string"}
|
1098
|
+
},
|
1099
|
+
"exception":true,
|
1100
|
+
"fault":true
|
1101
|
+
},
|
1102
|
+
"DescribeBackupJobInput":{
|
1103
|
+
"type":"structure",
|
1104
|
+
"required":["BackupJobId"],
|
1105
|
+
"members":{
|
1106
|
+
"BackupJobId":{
|
1107
|
+
"shape":"string",
|
1108
|
+
"location":"uri",
|
1109
|
+
"locationName":"backupJobId"
|
1110
|
+
}
|
1111
|
+
}
|
1112
|
+
},
|
1113
|
+
"DescribeBackupJobOutput":{
|
1114
|
+
"type":"structure",
|
1115
|
+
"members":{
|
1116
|
+
"BackupJobId":{"shape":"string"},
|
1117
|
+
"BackupVaultName":{"shape":"BackupVaultName"},
|
1118
|
+
"BackupVaultArn":{"shape":"ARN"},
|
1119
|
+
"RecoveryPointArn":{"shape":"ARN"},
|
1120
|
+
"ResourceArn":{"shape":"ARN"},
|
1121
|
+
"CreationDate":{"shape":"timestamp"},
|
1122
|
+
"CompletionDate":{"shape":"timestamp"},
|
1123
|
+
"State":{"shape":"BackupJobState"},
|
1124
|
+
"StatusMessage":{"shape":"string"},
|
1125
|
+
"PercentDone":{"shape":"string"},
|
1126
|
+
"BackupSizeInBytes":{"shape":"Long"},
|
1127
|
+
"IamRoleArn":{"shape":"IAMRoleArn"},
|
1128
|
+
"CreatedBy":{"shape":"RecoveryPointCreator"},
|
1129
|
+
"ResourceType":{"shape":"ResourceType"},
|
1130
|
+
"BytesTransferred":{"shape":"Long"},
|
1131
|
+
"ExpectedCompletionDate":{"shape":"timestamp"},
|
1132
|
+
"StartBy":{"shape":"timestamp"}
|
1133
|
+
}
|
1134
|
+
},
|
1135
|
+
"DescribeBackupVaultInput":{
|
1136
|
+
"type":"structure",
|
1137
|
+
"required":["BackupVaultName"],
|
1138
|
+
"members":{
|
1139
|
+
"BackupVaultName":{
|
1140
|
+
"shape":"string",
|
1141
|
+
"location":"uri",
|
1142
|
+
"locationName":"backupVaultName"
|
1143
|
+
}
|
1144
|
+
}
|
1145
|
+
},
|
1146
|
+
"DescribeBackupVaultOutput":{
|
1147
|
+
"type":"structure",
|
1148
|
+
"members":{
|
1149
|
+
"BackupVaultName":{"shape":"string"},
|
1150
|
+
"BackupVaultArn":{"shape":"ARN"},
|
1151
|
+
"EncryptionKeyArn":{"shape":"ARN"},
|
1152
|
+
"CreationDate":{"shape":"timestamp"},
|
1153
|
+
"CreatorRequestId":{"shape":"string"},
|
1154
|
+
"NumberOfRecoveryPoints":{"shape":"long"}
|
1155
|
+
}
|
1156
|
+
},
|
1157
|
+
"DescribeProtectedResourceInput":{
|
1158
|
+
"type":"structure",
|
1159
|
+
"required":["ResourceArn"],
|
1160
|
+
"members":{
|
1161
|
+
"ResourceArn":{
|
1162
|
+
"shape":"ARN",
|
1163
|
+
"location":"uri",
|
1164
|
+
"locationName":"resourceArn"
|
1165
|
+
}
|
1166
|
+
}
|
1167
|
+
},
|
1168
|
+
"DescribeProtectedResourceOutput":{
|
1169
|
+
"type":"structure",
|
1170
|
+
"members":{
|
1171
|
+
"ResourceArn":{"shape":"ARN"},
|
1172
|
+
"ResourceType":{"shape":"ResourceType"},
|
1173
|
+
"LastBackupTime":{"shape":"timestamp"}
|
1174
|
+
}
|
1175
|
+
},
|
1176
|
+
"DescribeRecoveryPointInput":{
|
1177
|
+
"type":"structure",
|
1178
|
+
"required":[
|
1179
|
+
"BackupVaultName",
|
1180
|
+
"RecoveryPointArn"
|
1181
|
+
],
|
1182
|
+
"members":{
|
1183
|
+
"BackupVaultName":{
|
1184
|
+
"shape":"BackupVaultName",
|
1185
|
+
"location":"uri",
|
1186
|
+
"locationName":"backupVaultName"
|
1187
|
+
},
|
1188
|
+
"RecoveryPointArn":{
|
1189
|
+
"shape":"ARN",
|
1190
|
+
"location":"uri",
|
1191
|
+
"locationName":"recoveryPointArn"
|
1192
|
+
}
|
1193
|
+
}
|
1194
|
+
},
|
1195
|
+
"DescribeRecoveryPointOutput":{
|
1196
|
+
"type":"structure",
|
1197
|
+
"members":{
|
1198
|
+
"RecoveryPointArn":{"shape":"ARN"},
|
1199
|
+
"BackupVaultName":{"shape":"BackupVaultName"},
|
1200
|
+
"BackupVaultArn":{"shape":"ARN"},
|
1201
|
+
"ResourceArn":{"shape":"ARN"},
|
1202
|
+
"ResourceType":{"shape":"ResourceType"},
|
1203
|
+
"CreatedBy":{"shape":"RecoveryPointCreator"},
|
1204
|
+
"IamRoleArn":{"shape":"IAMRoleArn"},
|
1205
|
+
"Status":{"shape":"RecoveryPointStatus"},
|
1206
|
+
"CreationDate":{"shape":"timestamp"},
|
1207
|
+
"CompletionDate":{"shape":"timestamp"},
|
1208
|
+
"BackupSizeInBytes":{"shape":"Long"},
|
1209
|
+
"CalculatedLifecycle":{"shape":"CalculatedLifecycle"},
|
1210
|
+
"Lifecycle":{"shape":"Lifecycle"},
|
1211
|
+
"EncryptionKeyArn":{"shape":"ARN"},
|
1212
|
+
"IsEncrypted":{"shape":"boolean"},
|
1213
|
+
"StorageClass":{"shape":"StorageClass"},
|
1214
|
+
"LastRestoreTime":{"shape":"timestamp"}
|
1215
|
+
}
|
1216
|
+
},
|
1217
|
+
"DescribeRestoreJobInput":{
|
1218
|
+
"type":"structure",
|
1219
|
+
"required":["RestoreJobId"],
|
1220
|
+
"members":{
|
1221
|
+
"RestoreJobId":{
|
1222
|
+
"shape":"RestoreJobId",
|
1223
|
+
"location":"uri",
|
1224
|
+
"locationName":"restoreJobId"
|
1225
|
+
}
|
1226
|
+
}
|
1227
|
+
},
|
1228
|
+
"DescribeRestoreJobOutput":{
|
1229
|
+
"type":"structure",
|
1230
|
+
"members":{
|
1231
|
+
"RestoreJobId":{"shape":"string"},
|
1232
|
+
"RecoveryPointArn":{"shape":"ARN"},
|
1233
|
+
"CreationDate":{"shape":"timestamp"},
|
1234
|
+
"CompletionDate":{"shape":"timestamp"},
|
1235
|
+
"Status":{"shape":"RestoreJobStatus"},
|
1236
|
+
"StatusMessage":{"shape":"string"},
|
1237
|
+
"PercentDone":{"shape":"string"},
|
1238
|
+
"BackupSizeInBytes":{"shape":"Long"},
|
1239
|
+
"IamRoleArn":{"shape":"IAMRoleArn"},
|
1240
|
+
"ExpectedCompletionTimeMinutes":{"shape":"Long"},
|
1241
|
+
"CreatedResourceArn":{"shape":"ARN"}
|
1242
|
+
}
|
1243
|
+
},
|
1244
|
+
"ExportBackupPlanTemplateInput":{
|
1245
|
+
"type":"structure",
|
1246
|
+
"required":["BackupPlanId"],
|
1247
|
+
"members":{
|
1248
|
+
"BackupPlanId":{
|
1249
|
+
"shape":"string",
|
1250
|
+
"location":"uri",
|
1251
|
+
"locationName":"backupPlanId"
|
1252
|
+
}
|
1253
|
+
}
|
1254
|
+
},
|
1255
|
+
"ExportBackupPlanTemplateOutput":{
|
1256
|
+
"type":"structure",
|
1257
|
+
"members":{
|
1258
|
+
"BackupPlanTemplateJson":{"shape":"string"}
|
1259
|
+
}
|
1260
|
+
},
|
1261
|
+
"GetBackupPlanFromJSONInput":{
|
1262
|
+
"type":"structure",
|
1263
|
+
"required":["BackupPlanTemplateJson"],
|
1264
|
+
"members":{
|
1265
|
+
"BackupPlanTemplateJson":{"shape":"string"}
|
1266
|
+
}
|
1267
|
+
},
|
1268
|
+
"GetBackupPlanFromJSONOutput":{
|
1269
|
+
"type":"structure",
|
1270
|
+
"members":{
|
1271
|
+
"BackupPlan":{"shape":"BackupPlan"}
|
1272
|
+
}
|
1273
|
+
},
|
1274
|
+
"GetBackupPlanFromTemplateInput":{
|
1275
|
+
"type":"structure",
|
1276
|
+
"required":["BackupPlanTemplateId"],
|
1277
|
+
"members":{
|
1278
|
+
"BackupPlanTemplateId":{
|
1279
|
+
"shape":"string",
|
1280
|
+
"location":"uri",
|
1281
|
+
"locationName":"templateId"
|
1282
|
+
}
|
1283
|
+
}
|
1284
|
+
},
|
1285
|
+
"GetBackupPlanFromTemplateOutput":{
|
1286
|
+
"type":"structure",
|
1287
|
+
"members":{
|
1288
|
+
"BackupPlanDocument":{"shape":"BackupPlan"}
|
1289
|
+
}
|
1290
|
+
},
|
1291
|
+
"GetBackupPlanInput":{
|
1292
|
+
"type":"structure",
|
1293
|
+
"required":["BackupPlanId"],
|
1294
|
+
"members":{
|
1295
|
+
"BackupPlanId":{
|
1296
|
+
"shape":"string",
|
1297
|
+
"location":"uri",
|
1298
|
+
"locationName":"backupPlanId"
|
1299
|
+
},
|
1300
|
+
"VersionId":{
|
1301
|
+
"shape":"string",
|
1302
|
+
"location":"querystring",
|
1303
|
+
"locationName":"versionId"
|
1304
|
+
}
|
1305
|
+
}
|
1306
|
+
},
|
1307
|
+
"GetBackupPlanOutput":{
|
1308
|
+
"type":"structure",
|
1309
|
+
"members":{
|
1310
|
+
"BackupPlan":{"shape":"BackupPlan"},
|
1311
|
+
"BackupPlanId":{"shape":"string"},
|
1312
|
+
"BackupPlanArn":{"shape":"ARN"},
|
1313
|
+
"VersionId":{"shape":"string"},
|
1314
|
+
"CreatorRequestId":{"shape":"string"},
|
1315
|
+
"CreationDate":{"shape":"timestamp"},
|
1316
|
+
"DeletionDate":{"shape":"timestamp"},
|
1317
|
+
"LastExecutionDate":{"shape":"timestamp"}
|
1318
|
+
}
|
1319
|
+
},
|
1320
|
+
"GetBackupSelectionInput":{
|
1321
|
+
"type":"structure",
|
1322
|
+
"required":[
|
1323
|
+
"BackupPlanId",
|
1324
|
+
"SelectionId"
|
1325
|
+
],
|
1326
|
+
"members":{
|
1327
|
+
"BackupPlanId":{
|
1328
|
+
"shape":"string",
|
1329
|
+
"location":"uri",
|
1330
|
+
"locationName":"backupPlanId"
|
1331
|
+
},
|
1332
|
+
"SelectionId":{
|
1333
|
+
"shape":"string",
|
1334
|
+
"location":"uri",
|
1335
|
+
"locationName":"selectionId"
|
1336
|
+
}
|
1337
|
+
}
|
1338
|
+
},
|
1339
|
+
"GetBackupSelectionOutput":{
|
1340
|
+
"type":"structure",
|
1341
|
+
"members":{
|
1342
|
+
"BackupSelection":{"shape":"BackupSelection"},
|
1343
|
+
"SelectionId":{"shape":"string"},
|
1344
|
+
"BackupPlanId":{"shape":"string"},
|
1345
|
+
"CreationDate":{"shape":"timestamp"},
|
1346
|
+
"CreatorRequestId":{"shape":"string"}
|
1347
|
+
}
|
1348
|
+
},
|
1349
|
+
"GetBackupVaultAccessPolicyInput":{
|
1350
|
+
"type":"structure",
|
1351
|
+
"required":["BackupVaultName"],
|
1352
|
+
"members":{
|
1353
|
+
"BackupVaultName":{
|
1354
|
+
"shape":"BackupVaultName",
|
1355
|
+
"location":"uri",
|
1356
|
+
"locationName":"backupVaultName"
|
1357
|
+
}
|
1358
|
+
}
|
1359
|
+
},
|
1360
|
+
"GetBackupVaultAccessPolicyOutput":{
|
1361
|
+
"type":"structure",
|
1362
|
+
"members":{
|
1363
|
+
"BackupVaultName":{"shape":"BackupVaultName"},
|
1364
|
+
"BackupVaultArn":{"shape":"ARN"},
|
1365
|
+
"Policy":{"shape":"IAMPolicy"}
|
1366
|
+
}
|
1367
|
+
},
|
1368
|
+
"GetBackupVaultNotificationsInput":{
|
1369
|
+
"type":"structure",
|
1370
|
+
"required":["BackupVaultName"],
|
1371
|
+
"members":{
|
1372
|
+
"BackupVaultName":{
|
1373
|
+
"shape":"BackupVaultName",
|
1374
|
+
"location":"uri",
|
1375
|
+
"locationName":"backupVaultName"
|
1376
|
+
}
|
1377
|
+
}
|
1378
|
+
},
|
1379
|
+
"GetBackupVaultNotificationsOutput":{
|
1380
|
+
"type":"structure",
|
1381
|
+
"members":{
|
1382
|
+
"BackupVaultName":{"shape":"BackupVaultName"},
|
1383
|
+
"BackupVaultArn":{"shape":"ARN"},
|
1384
|
+
"SNSTopicArn":{"shape":"ARN"},
|
1385
|
+
"BackupVaultEvents":{"shape":"BackupVaultEvents"}
|
1386
|
+
}
|
1387
|
+
},
|
1388
|
+
"GetRecoveryPointRestoreMetadataInput":{
|
1389
|
+
"type":"structure",
|
1390
|
+
"required":[
|
1391
|
+
"BackupVaultName",
|
1392
|
+
"RecoveryPointArn"
|
1393
|
+
],
|
1394
|
+
"members":{
|
1395
|
+
"BackupVaultName":{
|
1396
|
+
"shape":"BackupVaultName",
|
1397
|
+
"location":"uri",
|
1398
|
+
"locationName":"backupVaultName"
|
1399
|
+
},
|
1400
|
+
"RecoveryPointArn":{
|
1401
|
+
"shape":"ARN",
|
1402
|
+
"location":"uri",
|
1403
|
+
"locationName":"recoveryPointArn"
|
1404
|
+
}
|
1405
|
+
}
|
1406
|
+
},
|
1407
|
+
"GetRecoveryPointRestoreMetadataOutput":{
|
1408
|
+
"type":"structure",
|
1409
|
+
"members":{
|
1410
|
+
"BackupVaultArn":{"shape":"ARN"},
|
1411
|
+
"RecoveryPointArn":{"shape":"ARN"},
|
1412
|
+
"RestoreMetadata":{"shape":"Metadata"}
|
1413
|
+
}
|
1414
|
+
},
|
1415
|
+
"GetSupportedResourceTypesOutput":{
|
1416
|
+
"type":"structure",
|
1417
|
+
"members":{
|
1418
|
+
"ResourceTypes":{"shape":"ResourceTypes"}
|
1419
|
+
}
|
1420
|
+
},
|
1421
|
+
"IAMPolicy":{"type":"string"},
|
1422
|
+
"IAMRoleArn":{"type":"string"},
|
1423
|
+
"InvalidParameterValueException":{
|
1424
|
+
"type":"structure",
|
1425
|
+
"members":{
|
1426
|
+
"Code":{"shape":"string"},
|
1427
|
+
"Message":{"shape":"string"},
|
1428
|
+
"Type":{"shape":"string"},
|
1429
|
+
"Context":{"shape":"string"}
|
1430
|
+
},
|
1431
|
+
"exception":true
|
1432
|
+
},
|
1433
|
+
"InvalidRequestException":{
|
1434
|
+
"type":"structure",
|
1435
|
+
"members":{
|
1436
|
+
"Code":{"shape":"string"},
|
1437
|
+
"Message":{"shape":"string"},
|
1438
|
+
"Type":{"shape":"string"},
|
1439
|
+
"Context":{"shape":"string"}
|
1440
|
+
},
|
1441
|
+
"exception":true
|
1442
|
+
},
|
1443
|
+
"Lifecycle":{
|
1444
|
+
"type":"structure",
|
1445
|
+
"members":{
|
1446
|
+
"MoveToColdStorageAfterDays":{"shape":"Long"},
|
1447
|
+
"DeleteAfterDays":{"shape":"Long"}
|
1448
|
+
}
|
1449
|
+
},
|
1450
|
+
"LimitExceededException":{
|
1451
|
+
"type":"structure",
|
1452
|
+
"members":{
|
1453
|
+
"Code":{"shape":"string"},
|
1454
|
+
"Message":{"shape":"string"},
|
1455
|
+
"Type":{"shape":"string"},
|
1456
|
+
"Context":{"shape":"string"}
|
1457
|
+
},
|
1458
|
+
"exception":true
|
1459
|
+
},
|
1460
|
+
"ListBackupJobsInput":{
|
1461
|
+
"type":"structure",
|
1462
|
+
"members":{
|
1463
|
+
"NextToken":{
|
1464
|
+
"shape":"string",
|
1465
|
+
"location":"querystring",
|
1466
|
+
"locationName":"nextToken"
|
1467
|
+
},
|
1468
|
+
"MaxResults":{
|
1469
|
+
"shape":"MaxResults",
|
1470
|
+
"location":"querystring",
|
1471
|
+
"locationName":"maxResults"
|
1472
|
+
},
|
1473
|
+
"ByResourceArn":{
|
1474
|
+
"shape":"ARN",
|
1475
|
+
"location":"querystring",
|
1476
|
+
"locationName":"resourceArn"
|
1477
|
+
},
|
1478
|
+
"ByState":{
|
1479
|
+
"shape":"BackupJobState",
|
1480
|
+
"location":"querystring",
|
1481
|
+
"locationName":"state"
|
1482
|
+
},
|
1483
|
+
"ByBackupVaultName":{
|
1484
|
+
"shape":"BackupVaultName",
|
1485
|
+
"location":"querystring",
|
1486
|
+
"locationName":"backupVaultName"
|
1487
|
+
},
|
1488
|
+
"ByCreatedBefore":{
|
1489
|
+
"shape":"timestamp",
|
1490
|
+
"location":"querystring",
|
1491
|
+
"locationName":"createdBefore"
|
1492
|
+
},
|
1493
|
+
"ByCreatedAfter":{
|
1494
|
+
"shape":"timestamp",
|
1495
|
+
"location":"querystring",
|
1496
|
+
"locationName":"createdAfter"
|
1497
|
+
},
|
1498
|
+
"ByResourceType":{
|
1499
|
+
"shape":"ResourceType",
|
1500
|
+
"location":"querystring",
|
1501
|
+
"locationName":"resourceType"
|
1502
|
+
}
|
1503
|
+
}
|
1504
|
+
},
|
1505
|
+
"ListBackupJobsOutput":{
|
1506
|
+
"type":"structure",
|
1507
|
+
"members":{
|
1508
|
+
"BackupJobs":{"shape":"BackupJobsList"},
|
1509
|
+
"NextToken":{"shape":"string"}
|
1510
|
+
}
|
1511
|
+
},
|
1512
|
+
"ListBackupPlanTemplatesInput":{
|
1513
|
+
"type":"structure",
|
1514
|
+
"members":{
|
1515
|
+
"NextToken":{
|
1516
|
+
"shape":"string",
|
1517
|
+
"location":"querystring",
|
1518
|
+
"locationName":"nextToken"
|
1519
|
+
},
|
1520
|
+
"MaxResults":{
|
1521
|
+
"shape":"MaxResults",
|
1522
|
+
"location":"querystring",
|
1523
|
+
"locationName":"maxResults"
|
1524
|
+
}
|
1525
|
+
}
|
1526
|
+
},
|
1527
|
+
"ListBackupPlanTemplatesOutput":{
|
1528
|
+
"type":"structure",
|
1529
|
+
"members":{
|
1530
|
+
"NextToken":{"shape":"string"},
|
1531
|
+
"BackupPlanTemplatesList":{"shape":"BackupPlanTemplatesList"}
|
1532
|
+
}
|
1533
|
+
},
|
1534
|
+
"ListBackupPlanVersionsInput":{
|
1535
|
+
"type":"structure",
|
1536
|
+
"required":["BackupPlanId"],
|
1537
|
+
"members":{
|
1538
|
+
"BackupPlanId":{
|
1539
|
+
"shape":"string",
|
1540
|
+
"location":"uri",
|
1541
|
+
"locationName":"backupPlanId"
|
1542
|
+
},
|
1543
|
+
"NextToken":{
|
1544
|
+
"shape":"string",
|
1545
|
+
"location":"querystring",
|
1546
|
+
"locationName":"nextToken"
|
1547
|
+
},
|
1548
|
+
"MaxResults":{
|
1549
|
+
"shape":"MaxResults",
|
1550
|
+
"location":"querystring",
|
1551
|
+
"locationName":"maxResults"
|
1552
|
+
}
|
1553
|
+
}
|
1554
|
+
},
|
1555
|
+
"ListBackupPlanVersionsOutput":{
|
1556
|
+
"type":"structure",
|
1557
|
+
"members":{
|
1558
|
+
"NextToken":{"shape":"string"},
|
1559
|
+
"BackupPlanVersionsList":{"shape":"BackupPlanVersionsList"}
|
1560
|
+
}
|
1561
|
+
},
|
1562
|
+
"ListBackupPlansInput":{
|
1563
|
+
"type":"structure",
|
1564
|
+
"members":{
|
1565
|
+
"NextToken":{
|
1566
|
+
"shape":"string",
|
1567
|
+
"location":"querystring",
|
1568
|
+
"locationName":"nextToken"
|
1569
|
+
},
|
1570
|
+
"MaxResults":{
|
1571
|
+
"shape":"MaxResults",
|
1572
|
+
"location":"querystring",
|
1573
|
+
"locationName":"maxResults"
|
1574
|
+
},
|
1575
|
+
"IncludeDeleted":{
|
1576
|
+
"shape":"Boolean",
|
1577
|
+
"location":"querystring",
|
1578
|
+
"locationName":"includeDeleted"
|
1579
|
+
}
|
1580
|
+
}
|
1581
|
+
},
|
1582
|
+
"ListBackupPlansOutput":{
|
1583
|
+
"type":"structure",
|
1584
|
+
"members":{
|
1585
|
+
"NextToken":{"shape":"string"},
|
1586
|
+
"BackupPlansList":{"shape":"BackupPlansList"}
|
1587
|
+
}
|
1588
|
+
},
|
1589
|
+
"ListBackupSelectionsInput":{
|
1590
|
+
"type":"structure",
|
1591
|
+
"required":["BackupPlanId"],
|
1592
|
+
"members":{
|
1593
|
+
"BackupPlanId":{
|
1594
|
+
"shape":"string",
|
1595
|
+
"location":"uri",
|
1596
|
+
"locationName":"backupPlanId"
|
1597
|
+
},
|
1598
|
+
"NextToken":{
|
1599
|
+
"shape":"string",
|
1600
|
+
"location":"querystring",
|
1601
|
+
"locationName":"nextToken"
|
1602
|
+
},
|
1603
|
+
"MaxResults":{
|
1604
|
+
"shape":"MaxResults",
|
1605
|
+
"location":"querystring",
|
1606
|
+
"locationName":"maxResults"
|
1607
|
+
}
|
1608
|
+
}
|
1609
|
+
},
|
1610
|
+
"ListBackupSelectionsOutput":{
|
1611
|
+
"type":"structure",
|
1612
|
+
"members":{
|
1613
|
+
"NextToken":{"shape":"string"},
|
1614
|
+
"BackupSelectionsList":{"shape":"BackupSelectionsList"}
|
1615
|
+
}
|
1616
|
+
},
|
1617
|
+
"ListBackupVaultsInput":{
|
1618
|
+
"type":"structure",
|
1619
|
+
"members":{
|
1620
|
+
"NextToken":{
|
1621
|
+
"shape":"string",
|
1622
|
+
"location":"querystring",
|
1623
|
+
"locationName":"nextToken"
|
1624
|
+
},
|
1625
|
+
"MaxResults":{
|
1626
|
+
"shape":"MaxResults",
|
1627
|
+
"location":"querystring",
|
1628
|
+
"locationName":"maxResults"
|
1629
|
+
}
|
1630
|
+
}
|
1631
|
+
},
|
1632
|
+
"ListBackupVaultsOutput":{
|
1633
|
+
"type":"structure",
|
1634
|
+
"members":{
|
1635
|
+
"BackupVaultList":{"shape":"BackupVaultList"},
|
1636
|
+
"NextToken":{"shape":"string"}
|
1637
|
+
}
|
1638
|
+
},
|
1639
|
+
"ListOfTags":{
|
1640
|
+
"type":"list",
|
1641
|
+
"member":{"shape":"Condition"}
|
1642
|
+
},
|
1643
|
+
"ListProtectedResourcesInput":{
|
1644
|
+
"type":"structure",
|
1645
|
+
"members":{
|
1646
|
+
"NextToken":{
|
1647
|
+
"shape":"string",
|
1648
|
+
"location":"querystring",
|
1649
|
+
"locationName":"nextToken"
|
1650
|
+
},
|
1651
|
+
"MaxResults":{
|
1652
|
+
"shape":"MaxResults",
|
1653
|
+
"location":"querystring",
|
1654
|
+
"locationName":"maxResults"
|
1655
|
+
}
|
1656
|
+
}
|
1657
|
+
},
|
1658
|
+
"ListProtectedResourcesOutput":{
|
1659
|
+
"type":"structure",
|
1660
|
+
"members":{
|
1661
|
+
"Results":{"shape":"ProtectedResourcesList"},
|
1662
|
+
"NextToken":{"shape":"string"}
|
1663
|
+
}
|
1664
|
+
},
|
1665
|
+
"ListRecoveryPointsByBackupVaultInput":{
|
1666
|
+
"type":"structure",
|
1667
|
+
"required":["BackupVaultName"],
|
1668
|
+
"members":{
|
1669
|
+
"BackupVaultName":{
|
1670
|
+
"shape":"BackupVaultName",
|
1671
|
+
"location":"uri",
|
1672
|
+
"locationName":"backupVaultName"
|
1673
|
+
},
|
1674
|
+
"NextToken":{
|
1675
|
+
"shape":"string",
|
1676
|
+
"location":"querystring",
|
1677
|
+
"locationName":"nextToken"
|
1678
|
+
},
|
1679
|
+
"MaxResults":{
|
1680
|
+
"shape":"MaxResults",
|
1681
|
+
"location":"querystring",
|
1682
|
+
"locationName":"maxResults"
|
1683
|
+
},
|
1684
|
+
"ByResourceArn":{
|
1685
|
+
"shape":"ARN",
|
1686
|
+
"location":"querystring",
|
1687
|
+
"locationName":"resourceArn"
|
1688
|
+
},
|
1689
|
+
"ByResourceType":{
|
1690
|
+
"shape":"ResourceType",
|
1691
|
+
"location":"querystring",
|
1692
|
+
"locationName":"resourceType"
|
1693
|
+
},
|
1694
|
+
"ByBackupPlanId":{
|
1695
|
+
"shape":"string",
|
1696
|
+
"location":"querystring",
|
1697
|
+
"locationName":"backupPlanId"
|
1698
|
+
},
|
1699
|
+
"ByCreatedBefore":{
|
1700
|
+
"shape":"timestamp",
|
1701
|
+
"location":"querystring",
|
1702
|
+
"locationName":"createdBefore"
|
1703
|
+
},
|
1704
|
+
"ByCreatedAfter":{
|
1705
|
+
"shape":"timestamp",
|
1706
|
+
"location":"querystring",
|
1707
|
+
"locationName":"createdAfter"
|
1708
|
+
}
|
1709
|
+
}
|
1710
|
+
},
|
1711
|
+
"ListRecoveryPointsByBackupVaultOutput":{
|
1712
|
+
"type":"structure",
|
1713
|
+
"members":{
|
1714
|
+
"NextToken":{"shape":"string"},
|
1715
|
+
"RecoveryPoints":{"shape":"RecoveryPointByBackupVaultList"}
|
1716
|
+
}
|
1717
|
+
},
|
1718
|
+
"ListRecoveryPointsByResourceInput":{
|
1719
|
+
"type":"structure",
|
1720
|
+
"required":["ResourceArn"],
|
1721
|
+
"members":{
|
1722
|
+
"ResourceArn":{
|
1723
|
+
"shape":"ARN",
|
1724
|
+
"location":"uri",
|
1725
|
+
"locationName":"resourceArn"
|
1726
|
+
},
|
1727
|
+
"NextToken":{
|
1728
|
+
"shape":"string",
|
1729
|
+
"location":"querystring",
|
1730
|
+
"locationName":"nextToken"
|
1731
|
+
},
|
1732
|
+
"MaxResults":{
|
1733
|
+
"shape":"MaxResults",
|
1734
|
+
"location":"querystring",
|
1735
|
+
"locationName":"maxResults"
|
1736
|
+
}
|
1737
|
+
}
|
1738
|
+
},
|
1739
|
+
"ListRecoveryPointsByResourceOutput":{
|
1740
|
+
"type":"structure",
|
1741
|
+
"members":{
|
1742
|
+
"NextToken":{"shape":"string"},
|
1743
|
+
"RecoveryPoints":{"shape":"RecoveryPointByResourceList"}
|
1744
|
+
}
|
1745
|
+
},
|
1746
|
+
"ListRestoreJobsInput":{
|
1747
|
+
"type":"structure",
|
1748
|
+
"members":{
|
1749
|
+
"NextToken":{
|
1750
|
+
"shape":"string",
|
1751
|
+
"location":"querystring",
|
1752
|
+
"locationName":"nextToken"
|
1753
|
+
},
|
1754
|
+
"MaxResults":{
|
1755
|
+
"shape":"MaxResults",
|
1756
|
+
"location":"querystring",
|
1757
|
+
"locationName":"maxResults"
|
1758
|
+
}
|
1759
|
+
}
|
1760
|
+
},
|
1761
|
+
"ListRestoreJobsOutput":{
|
1762
|
+
"type":"structure",
|
1763
|
+
"members":{
|
1764
|
+
"RestoreJobs":{"shape":"RestoreJobsList"},
|
1765
|
+
"NextToken":{"shape":"string"}
|
1766
|
+
}
|
1767
|
+
},
|
1768
|
+
"ListTagsInput":{
|
1769
|
+
"type":"structure",
|
1770
|
+
"required":["ResourceArn"],
|
1771
|
+
"members":{
|
1772
|
+
"ResourceArn":{
|
1773
|
+
"shape":"ARN",
|
1774
|
+
"location":"uri",
|
1775
|
+
"locationName":"resourceArn"
|
1776
|
+
},
|
1777
|
+
"NextToken":{
|
1778
|
+
"shape":"string",
|
1779
|
+
"location":"querystring",
|
1780
|
+
"locationName":"nextToken"
|
1781
|
+
},
|
1782
|
+
"MaxResults":{
|
1783
|
+
"shape":"MaxResults",
|
1784
|
+
"location":"querystring",
|
1785
|
+
"locationName":"maxResults"
|
1786
|
+
}
|
1787
|
+
}
|
1788
|
+
},
|
1789
|
+
"ListTagsOutput":{
|
1790
|
+
"type":"structure",
|
1791
|
+
"members":{
|
1792
|
+
"NextToken":{"shape":"string"},
|
1793
|
+
"Tags":{"shape":"Tags"}
|
1794
|
+
}
|
1795
|
+
},
|
1796
|
+
"Long":{"type":"long"},
|
1797
|
+
"MaxResults":{
|
1798
|
+
"type":"integer",
|
1799
|
+
"max":1000,
|
1800
|
+
"min":1
|
1801
|
+
},
|
1802
|
+
"Metadata":{
|
1803
|
+
"type":"map",
|
1804
|
+
"key":{"shape":"MetadataKey"},
|
1805
|
+
"value":{"shape":"MetadataValue"}
|
1806
|
+
},
|
1807
|
+
"MetadataKey":{"type":"string"},
|
1808
|
+
"MetadataValue":{"type":"string"},
|
1809
|
+
"MissingParameterValueException":{
|
1810
|
+
"type":"structure",
|
1811
|
+
"members":{
|
1812
|
+
"Code":{"shape":"string"},
|
1813
|
+
"Message":{"shape":"string"},
|
1814
|
+
"Type":{"shape":"string"},
|
1815
|
+
"Context":{"shape":"string"}
|
1816
|
+
},
|
1817
|
+
"exception":true
|
1818
|
+
},
|
1819
|
+
"ProtectedResource":{
|
1820
|
+
"type":"structure",
|
1821
|
+
"members":{
|
1822
|
+
"ResourceArn":{"shape":"ARN"},
|
1823
|
+
"ResourceType":{"shape":"ResourceType"},
|
1824
|
+
"LastBackupTime":{"shape":"timestamp"}
|
1825
|
+
}
|
1826
|
+
},
|
1827
|
+
"ProtectedResourcesList":{
|
1828
|
+
"type":"list",
|
1829
|
+
"member":{"shape":"ProtectedResource"}
|
1830
|
+
},
|
1831
|
+
"PutBackupVaultAccessPolicyInput":{
|
1832
|
+
"type":"structure",
|
1833
|
+
"required":["BackupVaultName"],
|
1834
|
+
"members":{
|
1835
|
+
"BackupVaultName":{
|
1836
|
+
"shape":"BackupVaultName",
|
1837
|
+
"location":"uri",
|
1838
|
+
"locationName":"backupVaultName"
|
1839
|
+
},
|
1840
|
+
"Policy":{"shape":"IAMPolicy"}
|
1841
|
+
}
|
1842
|
+
},
|
1843
|
+
"PutBackupVaultNotificationsInput":{
|
1844
|
+
"type":"structure",
|
1845
|
+
"required":[
|
1846
|
+
"BackupVaultName",
|
1847
|
+
"SNSTopicArn",
|
1848
|
+
"BackupVaultEvents"
|
1849
|
+
],
|
1850
|
+
"members":{
|
1851
|
+
"BackupVaultName":{
|
1852
|
+
"shape":"BackupVaultName",
|
1853
|
+
"location":"uri",
|
1854
|
+
"locationName":"backupVaultName"
|
1855
|
+
},
|
1856
|
+
"SNSTopicArn":{"shape":"ARN"},
|
1857
|
+
"BackupVaultEvents":{"shape":"BackupVaultEvents"}
|
1858
|
+
}
|
1859
|
+
},
|
1860
|
+
"RecoveryPointByBackupVault":{
|
1861
|
+
"type":"structure",
|
1862
|
+
"members":{
|
1863
|
+
"RecoveryPointArn":{"shape":"ARN"},
|
1864
|
+
"BackupVaultName":{"shape":"BackupVaultName"},
|
1865
|
+
"BackupVaultArn":{"shape":"ARN"},
|
1866
|
+
"ResourceArn":{"shape":"ARN"},
|
1867
|
+
"ResourceType":{"shape":"ResourceType"},
|
1868
|
+
"CreatedBy":{"shape":"RecoveryPointCreator"},
|
1869
|
+
"IamRoleArn":{"shape":"IAMRoleArn"},
|
1870
|
+
"Status":{"shape":"RecoveryPointStatus"},
|
1871
|
+
"CreationDate":{"shape":"timestamp"},
|
1872
|
+
"CompletionDate":{"shape":"timestamp"},
|
1873
|
+
"BackupSizeInBytes":{"shape":"Long"},
|
1874
|
+
"CalculatedLifecycle":{"shape":"CalculatedLifecycle"},
|
1875
|
+
"Lifecycle":{"shape":"Lifecycle"},
|
1876
|
+
"EncryptionKeyArn":{"shape":"ARN"},
|
1877
|
+
"IsEncrypted":{"shape":"boolean"},
|
1878
|
+
"LastRestoreTime":{"shape":"timestamp"}
|
1879
|
+
}
|
1880
|
+
},
|
1881
|
+
"RecoveryPointByBackupVaultList":{
|
1882
|
+
"type":"list",
|
1883
|
+
"member":{"shape":"RecoveryPointByBackupVault"}
|
1884
|
+
},
|
1885
|
+
"RecoveryPointByResource":{
|
1886
|
+
"type":"structure",
|
1887
|
+
"members":{
|
1888
|
+
"RecoveryPointArn":{"shape":"ARN"},
|
1889
|
+
"CreationDate":{"shape":"timestamp"},
|
1890
|
+
"Status":{"shape":"RecoveryPointStatus"},
|
1891
|
+
"EncryptionKeyArn":{"shape":"ARN"},
|
1892
|
+
"BackupSizeBytes":{"shape":"Long"},
|
1893
|
+
"BackupVaultName":{"shape":"BackupVaultName"}
|
1894
|
+
}
|
1895
|
+
},
|
1896
|
+
"RecoveryPointByResourceList":{
|
1897
|
+
"type":"list",
|
1898
|
+
"member":{"shape":"RecoveryPointByResource"}
|
1899
|
+
},
|
1900
|
+
"RecoveryPointCreator":{
|
1901
|
+
"type":"structure",
|
1902
|
+
"members":{
|
1903
|
+
"BackupPlanId":{"shape":"string"},
|
1904
|
+
"BackupPlanArn":{"shape":"ARN"},
|
1905
|
+
"BackupPlanVersion":{"shape":"string"},
|
1906
|
+
"BackupRuleId":{"shape":"string"}
|
1907
|
+
}
|
1908
|
+
},
|
1909
|
+
"RecoveryPointStatus":{
|
1910
|
+
"type":"string",
|
1911
|
+
"enum":[
|
1912
|
+
"COMPLETED",
|
1913
|
+
"PARTIAL",
|
1914
|
+
"DELETING",
|
1915
|
+
"EXPIRED"
|
1916
|
+
]
|
1917
|
+
},
|
1918
|
+
"ResourceArns":{
|
1919
|
+
"type":"list",
|
1920
|
+
"member":{"shape":"ARN"}
|
1921
|
+
},
|
1922
|
+
"ResourceNotFoundException":{
|
1923
|
+
"type":"structure",
|
1924
|
+
"members":{
|
1925
|
+
"Code":{"shape":"string"},
|
1926
|
+
"Message":{"shape":"string"},
|
1927
|
+
"Type":{"shape":"string"},
|
1928
|
+
"Context":{"shape":"string"}
|
1929
|
+
},
|
1930
|
+
"exception":true
|
1931
|
+
},
|
1932
|
+
"ResourceType":{
|
1933
|
+
"type":"string",
|
1934
|
+
"pattern":"^[a-zA-Z0-9\\-\\_\\.]{1,50}$"
|
1935
|
+
},
|
1936
|
+
"ResourceTypes":{
|
1937
|
+
"type":"list",
|
1938
|
+
"member":{"shape":"ResourceType"}
|
1939
|
+
},
|
1940
|
+
"RestoreJobId":{"type":"string"},
|
1941
|
+
"RestoreJobStatus":{
|
1942
|
+
"type":"string",
|
1943
|
+
"enum":[
|
1944
|
+
"PENDING",
|
1945
|
+
"RUNNING",
|
1946
|
+
"COMPLETED",
|
1947
|
+
"ABORTED",
|
1948
|
+
"FAILED"
|
1949
|
+
]
|
1950
|
+
},
|
1951
|
+
"RestoreJobsList":{
|
1952
|
+
"type":"list",
|
1953
|
+
"member":{"shape":"RestoreJobsListMember"}
|
1954
|
+
},
|
1955
|
+
"RestoreJobsListMember":{
|
1956
|
+
"type":"structure",
|
1957
|
+
"members":{
|
1958
|
+
"RestoreJobId":{"shape":"string"},
|
1959
|
+
"RecoveryPointArn":{"shape":"ARN"},
|
1960
|
+
"CreationDate":{"shape":"timestamp"},
|
1961
|
+
"CompletionDate":{"shape":"timestamp"},
|
1962
|
+
"Status":{"shape":"RestoreJobStatus"},
|
1963
|
+
"StatusMessage":{"shape":"string"},
|
1964
|
+
"PercentDone":{"shape":"string"},
|
1965
|
+
"BackupSizeInBytes":{"shape":"Long"},
|
1966
|
+
"IamRoleArn":{"shape":"IAMRoleArn"},
|
1967
|
+
"ExpectedCompletionTimeMinutes":{"shape":"Long"},
|
1968
|
+
"CreatedResourceArn":{"shape":"ARN"}
|
1969
|
+
}
|
1970
|
+
},
|
1971
|
+
"ServiceUnavailableException":{
|
1972
|
+
"type":"structure",
|
1973
|
+
"members":{
|
1974
|
+
"Code":{"shape":"string"},
|
1975
|
+
"Message":{"shape":"string"},
|
1976
|
+
"Type":{"shape":"string"},
|
1977
|
+
"Context":{"shape":"string"}
|
1978
|
+
},
|
1979
|
+
"exception":true,
|
1980
|
+
"fault":true
|
1981
|
+
},
|
1982
|
+
"StartBackupJobInput":{
|
1983
|
+
"type":"structure",
|
1984
|
+
"required":[
|
1985
|
+
"BackupVaultName",
|
1986
|
+
"ResourceArn",
|
1987
|
+
"IamRoleArn"
|
1988
|
+
],
|
1989
|
+
"members":{
|
1990
|
+
"BackupVaultName":{"shape":"BackupVaultName"},
|
1991
|
+
"ResourceArn":{"shape":"ARN"},
|
1992
|
+
"IamRoleArn":{"shape":"IAMRoleArn"},
|
1993
|
+
"IdempotencyToken":{"shape":"string"},
|
1994
|
+
"StartWindowMinutes":{"shape":"WindowMinutes"},
|
1995
|
+
"CompleteWindowMinutes":{"shape":"WindowMinutes"},
|
1996
|
+
"Lifecycle":{"shape":"Lifecycle"},
|
1997
|
+
"RecoveryPointTags":{"shape":"Tags"}
|
1998
|
+
}
|
1999
|
+
},
|
2000
|
+
"StartBackupJobOutput":{
|
2001
|
+
"type":"structure",
|
2002
|
+
"members":{
|
2003
|
+
"BackupJobId":{"shape":"string"},
|
2004
|
+
"RecoveryPointArn":{"shape":"ARN"},
|
2005
|
+
"CreationDate":{"shape":"timestamp"}
|
2006
|
+
}
|
2007
|
+
},
|
2008
|
+
"StartRestoreJobInput":{
|
2009
|
+
"type":"structure",
|
2010
|
+
"required":[
|
2011
|
+
"RecoveryPointArn",
|
2012
|
+
"Metadata",
|
2013
|
+
"IamRoleArn"
|
2014
|
+
],
|
2015
|
+
"members":{
|
2016
|
+
"RecoveryPointArn":{"shape":"ARN"},
|
2017
|
+
"Metadata":{"shape":"Metadata"},
|
2018
|
+
"IamRoleArn":{"shape":"IAMRoleArn"},
|
2019
|
+
"IdempotencyToken":{"shape":"string"},
|
2020
|
+
"ResourceType":{"shape":"ResourceType"}
|
2021
|
+
}
|
2022
|
+
},
|
2023
|
+
"StartRestoreJobOutput":{
|
2024
|
+
"type":"structure",
|
2025
|
+
"members":{
|
2026
|
+
"RestoreJobId":{"shape":"RestoreJobId"}
|
2027
|
+
}
|
2028
|
+
},
|
2029
|
+
"StopBackupJobInput":{
|
2030
|
+
"type":"structure",
|
2031
|
+
"required":["BackupJobId"],
|
2032
|
+
"members":{
|
2033
|
+
"BackupJobId":{
|
2034
|
+
"shape":"string",
|
2035
|
+
"location":"uri",
|
2036
|
+
"locationName":"backupJobId"
|
2037
|
+
}
|
2038
|
+
}
|
2039
|
+
},
|
2040
|
+
"StorageClass":{
|
2041
|
+
"type":"string",
|
2042
|
+
"enum":[
|
2043
|
+
"WARM",
|
2044
|
+
"COLD",
|
2045
|
+
"DELETED"
|
2046
|
+
]
|
2047
|
+
},
|
2048
|
+
"TagKey":{"type":"string"},
|
2049
|
+
"TagKeyList":{
|
2050
|
+
"type":"list",
|
2051
|
+
"member":{"shape":"string"},
|
2052
|
+
"sensitive":true
|
2053
|
+
},
|
2054
|
+
"TagResourceInput":{
|
2055
|
+
"type":"structure",
|
2056
|
+
"required":[
|
2057
|
+
"ResourceArn",
|
2058
|
+
"Tags"
|
2059
|
+
],
|
2060
|
+
"members":{
|
2061
|
+
"ResourceArn":{
|
2062
|
+
"shape":"ARN",
|
2063
|
+
"location":"uri",
|
2064
|
+
"locationName":"resourceArn"
|
2065
|
+
},
|
2066
|
+
"Tags":{"shape":"Tags"}
|
2067
|
+
}
|
2068
|
+
},
|
2069
|
+
"TagValue":{"type":"string"},
|
2070
|
+
"Tags":{
|
2071
|
+
"type":"map",
|
2072
|
+
"key":{"shape":"TagKey"},
|
2073
|
+
"value":{"shape":"TagValue"},
|
2074
|
+
"sensitive":true
|
2075
|
+
},
|
2076
|
+
"UntagResourceInput":{
|
2077
|
+
"type":"structure",
|
2078
|
+
"required":[
|
2079
|
+
"ResourceArn",
|
2080
|
+
"TagKeyList"
|
2081
|
+
],
|
2082
|
+
"members":{
|
2083
|
+
"ResourceArn":{
|
2084
|
+
"shape":"ARN",
|
2085
|
+
"location":"uri",
|
2086
|
+
"locationName":"resourceArn"
|
2087
|
+
},
|
2088
|
+
"TagKeyList":{"shape":"TagKeyList"}
|
2089
|
+
}
|
2090
|
+
},
|
2091
|
+
"UpdateBackupPlanInput":{
|
2092
|
+
"type":"structure",
|
2093
|
+
"required":[
|
2094
|
+
"BackupPlanId",
|
2095
|
+
"BackupPlan"
|
2096
|
+
],
|
2097
|
+
"members":{
|
2098
|
+
"BackupPlanId":{
|
2099
|
+
"shape":"string",
|
2100
|
+
"location":"uri",
|
2101
|
+
"locationName":"backupPlanId"
|
2102
|
+
},
|
2103
|
+
"BackupPlan":{"shape":"BackupPlanInput"}
|
2104
|
+
}
|
2105
|
+
},
|
2106
|
+
"UpdateBackupPlanOutput":{
|
2107
|
+
"type":"structure",
|
2108
|
+
"members":{
|
2109
|
+
"BackupPlanId":{"shape":"string"},
|
2110
|
+
"BackupPlanArn":{"shape":"ARN"},
|
2111
|
+
"CreationDate":{"shape":"timestamp"},
|
2112
|
+
"VersionId":{"shape":"string"}
|
2113
|
+
}
|
2114
|
+
},
|
2115
|
+
"UpdateRecoveryPointLifecycleInput":{
|
2116
|
+
"type":"structure",
|
2117
|
+
"required":[
|
2118
|
+
"BackupVaultName",
|
2119
|
+
"RecoveryPointArn"
|
2120
|
+
],
|
2121
|
+
"members":{
|
2122
|
+
"BackupVaultName":{
|
2123
|
+
"shape":"BackupVaultName",
|
2124
|
+
"location":"uri",
|
2125
|
+
"locationName":"backupVaultName"
|
2126
|
+
},
|
2127
|
+
"RecoveryPointArn":{
|
2128
|
+
"shape":"ARN",
|
2129
|
+
"location":"uri",
|
2130
|
+
"locationName":"recoveryPointArn"
|
2131
|
+
},
|
2132
|
+
"Lifecycle":{"shape":"Lifecycle"}
|
2133
|
+
}
|
2134
|
+
},
|
2135
|
+
"UpdateRecoveryPointLifecycleOutput":{
|
2136
|
+
"type":"structure",
|
2137
|
+
"members":{
|
2138
|
+
"BackupVaultArn":{"shape":"ARN"},
|
2139
|
+
"RecoveryPointArn":{"shape":"ARN"},
|
2140
|
+
"Lifecycle":{"shape":"Lifecycle"},
|
2141
|
+
"CalculatedLifecycle":{"shape":"CalculatedLifecycle"}
|
2142
|
+
}
|
2143
|
+
},
|
2144
|
+
"WindowMinutes":{"type":"long"},
|
2145
|
+
"boolean":{"type":"boolean"},
|
2146
|
+
"long":{"type":"long"},
|
2147
|
+
"string":{"type":"string"},
|
2148
|
+
"timestamp":{"type":"timestamp"}
|
2149
|
+
}
|
2150
|
+
}
|