@aws-sdk/client-backup 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Backup.d.ts +1198 -335
- package/dist-types/ts3.4/BackupClient.d.ts +525 -139
- package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +66 -66
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/BackupServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2050 -1910
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListBackupJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupPlanTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupPlanVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupPlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupSelectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupVaultsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCopyJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFrameworksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProtectedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecoveryPointsByBackupVaultPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecoveryPointsByResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportPlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRestoreJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +16 -16
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,1910 +1,2050 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { BackupServiceException as __BaseException } from "./BackupServiceException";
|
|
3
|
-
|
|
4
|
-
export interface AdvancedBackupSetting {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
export declare enum BackupJobState {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
export interface BackupJob {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
export
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
export
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
export
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
}
|
|
603
|
-
export interface
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
export
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
}
|
|
731
|
-
export interface
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
}
|
|
786
|
-
export interface
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
export interface
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
}
|
|
893
|
-
export interface
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
}
|
|
901
|
-
export
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
}
|
|
1042
|
-
export interface
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
}
|
|
1054
|
-
export interface
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
}
|
|
1092
|
-
export interface
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
export interface
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
}
|
|
1222
|
-
export interface
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
export interface
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
}
|
|
1322
|
-
export interface
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
}
|
|
1401
|
-
export interface
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
}
|
|
1407
|
-
export interface
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
}
|
|
1473
|
-
export interface
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
export declare const
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
export declare const
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
export declare const
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
export declare const
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
export declare const
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
export declare const
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
export declare const
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
export declare const
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
export declare const
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
export declare const
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
export declare const
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
export declare const
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
export declare const
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
export declare const
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
export declare const
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
export declare const
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
export declare const
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
export declare const
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
export declare const
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
export declare const
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
export declare const
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
export declare const
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
export declare const
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
export declare const
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
export declare const
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
export declare const
|
|
1723
|
-
|
|
1724
|
-
export declare const
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
export declare const
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
export declare const
|
|
1733
|
-
|
|
1734
|
-
export declare const
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
export declare const
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
export declare const
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
export declare const
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
export declare const
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
export declare const
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
export declare const
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
export declare const
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
export declare const
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
export declare const GetBackupPlanFromJSONOutputFilterSensitiveLog: (
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
export declare const
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
export declare const
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
export declare const
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
export declare const
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
export declare const
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
export declare const
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
export declare const
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
export declare const
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
export declare const
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
export declare const
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
export declare const
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
export declare const
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
export declare const
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
export declare const
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
export declare const
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
export declare const
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
export declare const
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
export declare const
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
export declare const
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
export declare const
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
export declare const
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
export declare const
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
export declare const
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
export declare const
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
export declare const
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
export declare const
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
export declare const
|
|
1879
|
-
|
|
1880
|
-
export declare const
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
export declare const
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
export declare const
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
export declare const
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
export declare const
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
export declare const
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
export declare const
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
export declare const
|
|
1909
|
-
|
|
1910
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { BackupServiceException as __BaseException } from "./BackupServiceException";
|
|
3
|
+
|
|
4
|
+
export interface AdvancedBackupSetting {
|
|
5
|
+
ResourceType?: string;
|
|
6
|
+
|
|
7
|
+
BackupOptions?: Record<string, string>;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class AlreadyExistsException extends __BaseException {
|
|
11
|
+
readonly name: "AlreadyExistsException";
|
|
12
|
+
readonly $fault: "client";
|
|
13
|
+
Code?: string;
|
|
14
|
+
Message?: string;
|
|
15
|
+
|
|
16
|
+
CreatorRequestId?: string;
|
|
17
|
+
|
|
18
|
+
Arn?: string;
|
|
19
|
+
|
|
20
|
+
Type?: string;
|
|
21
|
+
|
|
22
|
+
Context?: string;
|
|
23
|
+
|
|
24
|
+
constructor(
|
|
25
|
+
opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
|
|
26
|
+
);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface RecoveryPointCreator {
|
|
30
|
+
BackupPlanId?: string;
|
|
31
|
+
|
|
32
|
+
BackupPlanArn?: string;
|
|
33
|
+
|
|
34
|
+
BackupPlanVersion?: string;
|
|
35
|
+
|
|
36
|
+
BackupRuleId?: string;
|
|
37
|
+
}
|
|
38
|
+
export declare enum BackupJobState {
|
|
39
|
+
ABORTED = "ABORTED",
|
|
40
|
+
ABORTING = "ABORTING",
|
|
41
|
+
COMPLETED = "COMPLETED",
|
|
42
|
+
CREATED = "CREATED",
|
|
43
|
+
EXPIRED = "EXPIRED",
|
|
44
|
+
FAILED = "FAILED",
|
|
45
|
+
PENDING = "PENDING",
|
|
46
|
+
RUNNING = "RUNNING",
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export interface BackupJob {
|
|
50
|
+
AccountId?: string;
|
|
51
|
+
|
|
52
|
+
BackupJobId?: string;
|
|
53
|
+
|
|
54
|
+
BackupVaultName?: string;
|
|
55
|
+
|
|
56
|
+
BackupVaultArn?: string;
|
|
57
|
+
|
|
58
|
+
RecoveryPointArn?: string;
|
|
59
|
+
|
|
60
|
+
ResourceArn?: string;
|
|
61
|
+
|
|
62
|
+
CreationDate?: Date;
|
|
63
|
+
|
|
64
|
+
CompletionDate?: Date;
|
|
65
|
+
|
|
66
|
+
State?: BackupJobState | string;
|
|
67
|
+
|
|
68
|
+
StatusMessage?: string;
|
|
69
|
+
|
|
70
|
+
PercentDone?: string;
|
|
71
|
+
|
|
72
|
+
BackupSizeInBytes?: number;
|
|
73
|
+
|
|
74
|
+
IamRoleArn?: string;
|
|
75
|
+
|
|
76
|
+
CreatedBy?: RecoveryPointCreator;
|
|
77
|
+
|
|
78
|
+
ExpectedCompletionDate?: Date;
|
|
79
|
+
|
|
80
|
+
StartBy?: Date;
|
|
81
|
+
|
|
82
|
+
ResourceType?: string;
|
|
83
|
+
|
|
84
|
+
BytesTransferred?: number;
|
|
85
|
+
|
|
86
|
+
BackupOptions?: Record<string, string>;
|
|
87
|
+
|
|
88
|
+
BackupType?: string;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export interface Lifecycle {
|
|
92
|
+
MoveToColdStorageAfterDays?: number;
|
|
93
|
+
|
|
94
|
+
DeleteAfterDays?: number;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export interface CopyAction {
|
|
98
|
+
Lifecycle?: Lifecycle;
|
|
99
|
+
|
|
100
|
+
DestinationBackupVaultArn: string | undefined;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export interface BackupRule {
|
|
104
|
+
RuleName: string | undefined;
|
|
105
|
+
|
|
106
|
+
TargetBackupVaultName: string | undefined;
|
|
107
|
+
|
|
108
|
+
ScheduleExpression?: string;
|
|
109
|
+
|
|
110
|
+
StartWindowMinutes?: number;
|
|
111
|
+
|
|
112
|
+
CompletionWindowMinutes?: number;
|
|
113
|
+
|
|
114
|
+
Lifecycle?: Lifecycle;
|
|
115
|
+
|
|
116
|
+
RecoveryPointTags?: Record<string, string>;
|
|
117
|
+
|
|
118
|
+
RuleId?: string;
|
|
119
|
+
|
|
120
|
+
CopyActions?: CopyAction[];
|
|
121
|
+
|
|
122
|
+
EnableContinuousBackup?: boolean;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
export interface BackupPlan {
|
|
126
|
+
BackupPlanName: string | undefined;
|
|
127
|
+
|
|
128
|
+
Rules: BackupRule[] | undefined;
|
|
129
|
+
|
|
130
|
+
AdvancedBackupSettings?: AdvancedBackupSetting[];
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export interface BackupRuleInput {
|
|
134
|
+
RuleName: string | undefined;
|
|
135
|
+
|
|
136
|
+
TargetBackupVaultName: string | undefined;
|
|
137
|
+
|
|
138
|
+
ScheduleExpression?: string;
|
|
139
|
+
|
|
140
|
+
StartWindowMinutes?: number;
|
|
141
|
+
|
|
142
|
+
CompletionWindowMinutes?: number;
|
|
143
|
+
|
|
144
|
+
Lifecycle?: Lifecycle;
|
|
145
|
+
|
|
146
|
+
RecoveryPointTags?: Record<string, string>;
|
|
147
|
+
|
|
148
|
+
CopyActions?: CopyAction[];
|
|
149
|
+
|
|
150
|
+
EnableContinuousBackup?: boolean;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
export interface BackupPlanInput {
|
|
154
|
+
BackupPlanName: string | undefined;
|
|
155
|
+
|
|
156
|
+
Rules: BackupRuleInput[] | undefined;
|
|
157
|
+
|
|
158
|
+
AdvancedBackupSettings?: AdvancedBackupSetting[];
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
export interface BackupPlansListMember {
|
|
162
|
+
BackupPlanArn?: string;
|
|
163
|
+
|
|
164
|
+
BackupPlanId?: string;
|
|
165
|
+
|
|
166
|
+
CreationDate?: Date;
|
|
167
|
+
|
|
168
|
+
DeletionDate?: Date;
|
|
169
|
+
|
|
170
|
+
VersionId?: string;
|
|
171
|
+
|
|
172
|
+
BackupPlanName?: string;
|
|
173
|
+
|
|
174
|
+
CreatorRequestId?: string;
|
|
175
|
+
|
|
176
|
+
LastExecutionDate?: Date;
|
|
177
|
+
|
|
178
|
+
AdvancedBackupSettings?: AdvancedBackupSetting[];
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
export interface BackupPlanTemplatesListMember {
|
|
182
|
+
BackupPlanTemplateId?: string;
|
|
183
|
+
|
|
184
|
+
BackupPlanTemplateName?: string;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
export interface ConditionParameter {
|
|
188
|
+
ConditionKey?: string;
|
|
189
|
+
|
|
190
|
+
ConditionValue?: string;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
export interface Conditions {
|
|
194
|
+
StringEquals?: ConditionParameter[];
|
|
195
|
+
|
|
196
|
+
StringNotEquals?: ConditionParameter[];
|
|
197
|
+
|
|
198
|
+
StringLike?: ConditionParameter[];
|
|
199
|
+
|
|
200
|
+
StringNotLike?: ConditionParameter[];
|
|
201
|
+
}
|
|
202
|
+
export declare enum ConditionType {
|
|
203
|
+
STRINGEQUALS = "STRINGEQUALS",
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
export interface Condition {
|
|
207
|
+
ConditionType: ConditionType | string | undefined;
|
|
208
|
+
|
|
209
|
+
ConditionKey: string | undefined;
|
|
210
|
+
|
|
211
|
+
ConditionValue: string | undefined;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
export interface BackupSelection {
|
|
215
|
+
SelectionName: string | undefined;
|
|
216
|
+
|
|
217
|
+
IamRoleArn: string | undefined;
|
|
218
|
+
|
|
219
|
+
Resources?: string[];
|
|
220
|
+
|
|
221
|
+
ListOfTags?: Condition[];
|
|
222
|
+
|
|
223
|
+
NotResources?: string[];
|
|
224
|
+
|
|
225
|
+
Conditions?: Conditions;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
export interface BackupSelectionsListMember {
|
|
229
|
+
SelectionId?: string;
|
|
230
|
+
|
|
231
|
+
SelectionName?: string;
|
|
232
|
+
|
|
233
|
+
BackupPlanId?: string;
|
|
234
|
+
|
|
235
|
+
CreationDate?: Date;
|
|
236
|
+
|
|
237
|
+
CreatorRequestId?: string;
|
|
238
|
+
|
|
239
|
+
IamRoleArn?: string;
|
|
240
|
+
}
|
|
241
|
+
export declare enum BackupVaultEvent {
|
|
242
|
+
BACKUP_JOB_COMPLETED = "BACKUP_JOB_COMPLETED",
|
|
243
|
+
BACKUP_JOB_EXPIRED = "BACKUP_JOB_EXPIRED",
|
|
244
|
+
BACKUP_JOB_FAILED = "BACKUP_JOB_FAILED",
|
|
245
|
+
BACKUP_JOB_STARTED = "BACKUP_JOB_STARTED",
|
|
246
|
+
BACKUP_JOB_SUCCESSFUL = "BACKUP_JOB_SUCCESSFUL",
|
|
247
|
+
BACKUP_PLAN_CREATED = "BACKUP_PLAN_CREATED",
|
|
248
|
+
BACKUP_PLAN_MODIFIED = "BACKUP_PLAN_MODIFIED",
|
|
249
|
+
COPY_JOB_FAILED = "COPY_JOB_FAILED",
|
|
250
|
+
COPY_JOB_STARTED = "COPY_JOB_STARTED",
|
|
251
|
+
COPY_JOB_SUCCESSFUL = "COPY_JOB_SUCCESSFUL",
|
|
252
|
+
RECOVERY_POINT_MODIFIED = "RECOVERY_POINT_MODIFIED",
|
|
253
|
+
RESTORE_JOB_COMPLETED = "RESTORE_JOB_COMPLETED",
|
|
254
|
+
RESTORE_JOB_FAILED = "RESTORE_JOB_FAILED",
|
|
255
|
+
RESTORE_JOB_STARTED = "RESTORE_JOB_STARTED",
|
|
256
|
+
RESTORE_JOB_SUCCESSFUL = "RESTORE_JOB_SUCCESSFUL",
|
|
257
|
+
S3_BACKUP_OBJECT_FAILED = "S3_BACKUP_OBJECT_FAILED",
|
|
258
|
+
S3_RESTORE_OBJECT_FAILED = "S3_RESTORE_OBJECT_FAILED",
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
export interface BackupVaultListMember {
|
|
262
|
+
BackupVaultName?: string;
|
|
263
|
+
|
|
264
|
+
BackupVaultArn?: string;
|
|
265
|
+
|
|
266
|
+
CreationDate?: Date;
|
|
267
|
+
|
|
268
|
+
EncryptionKeyArn?: string;
|
|
269
|
+
|
|
270
|
+
CreatorRequestId?: string;
|
|
271
|
+
|
|
272
|
+
NumberOfRecoveryPoints?: number;
|
|
273
|
+
|
|
274
|
+
Locked?: boolean;
|
|
275
|
+
|
|
276
|
+
MinRetentionDays?: number;
|
|
277
|
+
|
|
278
|
+
MaxRetentionDays?: number;
|
|
279
|
+
|
|
280
|
+
LockDate?: Date;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
export interface CalculatedLifecycle {
|
|
284
|
+
MoveToColdStorageAt?: Date;
|
|
285
|
+
|
|
286
|
+
DeleteAt?: Date;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
export declare class ConflictException extends __BaseException {
|
|
290
|
+
readonly name: "ConflictException";
|
|
291
|
+
readonly $fault: "client";
|
|
292
|
+
Code?: string;
|
|
293
|
+
Message?: string;
|
|
294
|
+
|
|
295
|
+
Type?: string;
|
|
296
|
+
|
|
297
|
+
Context?: string;
|
|
298
|
+
|
|
299
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
export interface ControlInputParameter {
|
|
303
|
+
ParameterName?: string;
|
|
304
|
+
|
|
305
|
+
ParameterValue?: string;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
export interface ControlScope {
|
|
309
|
+
ComplianceResourceIds?: string[];
|
|
310
|
+
|
|
311
|
+
ComplianceResourceTypes?: string[];
|
|
312
|
+
|
|
313
|
+
Tags?: Record<string, string>;
|
|
314
|
+
}
|
|
315
|
+
export declare enum CopyJobState {
|
|
316
|
+
COMPLETED = "COMPLETED",
|
|
317
|
+
CREATED = "CREATED",
|
|
318
|
+
FAILED = "FAILED",
|
|
319
|
+
RUNNING = "RUNNING",
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
export interface CopyJob {
|
|
323
|
+
AccountId?: string;
|
|
324
|
+
|
|
325
|
+
CopyJobId?: string;
|
|
326
|
+
|
|
327
|
+
SourceBackupVaultArn?: string;
|
|
328
|
+
|
|
329
|
+
SourceRecoveryPointArn?: string;
|
|
330
|
+
|
|
331
|
+
DestinationBackupVaultArn?: string;
|
|
332
|
+
|
|
333
|
+
DestinationRecoveryPointArn?: string;
|
|
334
|
+
|
|
335
|
+
ResourceArn?: string;
|
|
336
|
+
|
|
337
|
+
CreationDate?: Date;
|
|
338
|
+
|
|
339
|
+
CompletionDate?: Date;
|
|
340
|
+
|
|
341
|
+
State?: CopyJobState | string;
|
|
342
|
+
|
|
343
|
+
StatusMessage?: string;
|
|
344
|
+
|
|
345
|
+
BackupSizeInBytes?: number;
|
|
346
|
+
|
|
347
|
+
IamRoleArn?: string;
|
|
348
|
+
|
|
349
|
+
CreatedBy?: RecoveryPointCreator;
|
|
350
|
+
|
|
351
|
+
ResourceType?: string;
|
|
352
|
+
}
|
|
353
|
+
export interface CreateBackupPlanInput {
|
|
354
|
+
BackupPlan: BackupPlanInput | undefined;
|
|
355
|
+
|
|
356
|
+
BackupPlanTags?: Record<string, string>;
|
|
357
|
+
|
|
358
|
+
CreatorRequestId?: string;
|
|
359
|
+
}
|
|
360
|
+
export interface CreateBackupPlanOutput {
|
|
361
|
+
BackupPlanId?: string;
|
|
362
|
+
|
|
363
|
+
BackupPlanArn?: string;
|
|
364
|
+
|
|
365
|
+
CreationDate?: Date;
|
|
366
|
+
|
|
367
|
+
VersionId?: string;
|
|
368
|
+
|
|
369
|
+
AdvancedBackupSettings?: AdvancedBackupSetting[];
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
export declare class InvalidParameterValueException extends __BaseException {
|
|
373
|
+
readonly name: "InvalidParameterValueException";
|
|
374
|
+
readonly $fault: "client";
|
|
375
|
+
Code?: string;
|
|
376
|
+
Message?: string;
|
|
377
|
+
|
|
378
|
+
Type?: string;
|
|
379
|
+
|
|
380
|
+
Context?: string;
|
|
381
|
+
|
|
382
|
+
constructor(
|
|
383
|
+
opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
|
|
384
|
+
);
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
export declare class LimitExceededException extends __BaseException {
|
|
388
|
+
readonly name: "LimitExceededException";
|
|
389
|
+
readonly $fault: "client";
|
|
390
|
+
Code?: string;
|
|
391
|
+
Message?: string;
|
|
392
|
+
|
|
393
|
+
Type?: string;
|
|
394
|
+
|
|
395
|
+
Context?: string;
|
|
396
|
+
|
|
397
|
+
constructor(
|
|
398
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
399
|
+
);
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
export declare class MissingParameterValueException extends __BaseException {
|
|
403
|
+
readonly name: "MissingParameterValueException";
|
|
404
|
+
readonly $fault: "client";
|
|
405
|
+
Code?: string;
|
|
406
|
+
Message?: string;
|
|
407
|
+
|
|
408
|
+
Type?: string;
|
|
409
|
+
|
|
410
|
+
Context?: string;
|
|
411
|
+
|
|
412
|
+
constructor(
|
|
413
|
+
opts: __ExceptionOptionType<MissingParameterValueException, __BaseException>
|
|
414
|
+
);
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
418
|
+
readonly name: "ServiceUnavailableException";
|
|
419
|
+
readonly $fault: "server";
|
|
420
|
+
Code?: string;
|
|
421
|
+
Message?: string;
|
|
422
|
+
|
|
423
|
+
Type?: string;
|
|
424
|
+
|
|
425
|
+
Context?: string;
|
|
426
|
+
|
|
427
|
+
constructor(
|
|
428
|
+
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
429
|
+
);
|
|
430
|
+
}
|
|
431
|
+
export interface CreateBackupSelectionInput {
|
|
432
|
+
BackupPlanId: string | undefined;
|
|
433
|
+
|
|
434
|
+
BackupSelection: BackupSelection | undefined;
|
|
435
|
+
|
|
436
|
+
CreatorRequestId?: string;
|
|
437
|
+
}
|
|
438
|
+
export interface CreateBackupSelectionOutput {
|
|
439
|
+
SelectionId?: string;
|
|
440
|
+
|
|
441
|
+
BackupPlanId?: string;
|
|
442
|
+
|
|
443
|
+
CreationDate?: Date;
|
|
444
|
+
}
|
|
445
|
+
export interface CreateBackupVaultInput {
|
|
446
|
+
BackupVaultName: string | undefined;
|
|
447
|
+
|
|
448
|
+
BackupVaultTags?: Record<string, string>;
|
|
449
|
+
|
|
450
|
+
EncryptionKeyArn?: string;
|
|
451
|
+
|
|
452
|
+
CreatorRequestId?: string;
|
|
453
|
+
}
|
|
454
|
+
export interface CreateBackupVaultOutput {
|
|
455
|
+
BackupVaultName?: string;
|
|
456
|
+
|
|
457
|
+
BackupVaultArn?: string;
|
|
458
|
+
|
|
459
|
+
CreationDate?: Date;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
export interface FrameworkControl {
|
|
463
|
+
ControlName: string | undefined;
|
|
464
|
+
|
|
465
|
+
ControlInputParameters?: ControlInputParameter[];
|
|
466
|
+
|
|
467
|
+
ControlScope?: ControlScope;
|
|
468
|
+
}
|
|
469
|
+
export interface CreateFrameworkInput {
|
|
470
|
+
FrameworkName: string | undefined;
|
|
471
|
+
|
|
472
|
+
FrameworkDescription?: string;
|
|
473
|
+
|
|
474
|
+
FrameworkControls: FrameworkControl[] | undefined;
|
|
475
|
+
|
|
476
|
+
IdempotencyToken?: string;
|
|
477
|
+
|
|
478
|
+
FrameworkTags?: Record<string, string>;
|
|
479
|
+
}
|
|
480
|
+
export interface CreateFrameworkOutput {
|
|
481
|
+
FrameworkName?: string;
|
|
482
|
+
|
|
483
|
+
FrameworkArn?: string;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
export interface ReportDeliveryChannel {
|
|
487
|
+
S3BucketName: string | undefined;
|
|
488
|
+
|
|
489
|
+
S3KeyPrefix?: string;
|
|
490
|
+
|
|
491
|
+
Formats?: string[];
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
export interface ReportSetting {
|
|
495
|
+
ReportTemplate: string | undefined;
|
|
496
|
+
|
|
497
|
+
FrameworkArns?: string[];
|
|
498
|
+
|
|
499
|
+
NumberOfFrameworks?: number;
|
|
500
|
+
}
|
|
501
|
+
export interface CreateReportPlanInput {
|
|
502
|
+
ReportPlanName: string | undefined;
|
|
503
|
+
|
|
504
|
+
ReportPlanDescription?: string;
|
|
505
|
+
|
|
506
|
+
ReportDeliveryChannel: ReportDeliveryChannel | undefined;
|
|
507
|
+
|
|
508
|
+
ReportSetting: ReportSetting | undefined;
|
|
509
|
+
|
|
510
|
+
ReportPlanTags?: Record<string, string>;
|
|
511
|
+
|
|
512
|
+
IdempotencyToken?: string;
|
|
513
|
+
}
|
|
514
|
+
export interface CreateReportPlanOutput {
|
|
515
|
+
ReportPlanName?: string;
|
|
516
|
+
|
|
517
|
+
ReportPlanArn?: string;
|
|
518
|
+
|
|
519
|
+
CreationTime?: Date;
|
|
520
|
+
}
|
|
521
|
+
export interface DeleteBackupPlanInput {
|
|
522
|
+
BackupPlanId: string | undefined;
|
|
523
|
+
}
|
|
524
|
+
export interface DeleteBackupPlanOutput {
|
|
525
|
+
BackupPlanId?: string;
|
|
526
|
+
|
|
527
|
+
BackupPlanArn?: string;
|
|
528
|
+
|
|
529
|
+
DeletionDate?: Date;
|
|
530
|
+
|
|
531
|
+
VersionId?: string;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
535
|
+
readonly name: "InvalidRequestException";
|
|
536
|
+
readonly $fault: "client";
|
|
537
|
+
Code?: string;
|
|
538
|
+
Message?: string;
|
|
539
|
+
|
|
540
|
+
Type?: string;
|
|
541
|
+
|
|
542
|
+
Context?: string;
|
|
543
|
+
|
|
544
|
+
constructor(
|
|
545
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
546
|
+
);
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
550
|
+
readonly name: "ResourceNotFoundException";
|
|
551
|
+
readonly $fault: "client";
|
|
552
|
+
Code?: string;
|
|
553
|
+
Message?: string;
|
|
554
|
+
|
|
555
|
+
Type?: string;
|
|
556
|
+
|
|
557
|
+
Context?: string;
|
|
558
|
+
|
|
559
|
+
constructor(
|
|
560
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
561
|
+
);
|
|
562
|
+
}
|
|
563
|
+
export interface DeleteBackupSelectionInput {
|
|
564
|
+
BackupPlanId: string | undefined;
|
|
565
|
+
|
|
566
|
+
SelectionId: string | undefined;
|
|
567
|
+
}
|
|
568
|
+
export interface DeleteBackupVaultInput {
|
|
569
|
+
BackupVaultName: string | undefined;
|
|
570
|
+
}
|
|
571
|
+
export interface DeleteBackupVaultAccessPolicyInput {
|
|
572
|
+
BackupVaultName: string | undefined;
|
|
573
|
+
}
|
|
574
|
+
export interface DeleteBackupVaultLockConfigurationInput {
|
|
575
|
+
BackupVaultName: string | undefined;
|
|
576
|
+
}
|
|
577
|
+
export interface DeleteBackupVaultNotificationsInput {
|
|
578
|
+
BackupVaultName: string | undefined;
|
|
579
|
+
}
|
|
580
|
+
export interface DeleteFrameworkInput {
|
|
581
|
+
FrameworkName: string | undefined;
|
|
582
|
+
}
|
|
583
|
+
export interface DeleteRecoveryPointInput {
|
|
584
|
+
BackupVaultName: string | undefined;
|
|
585
|
+
|
|
586
|
+
RecoveryPointArn: string | undefined;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
export declare class InvalidResourceStateException extends __BaseException {
|
|
590
|
+
readonly name: "InvalidResourceStateException";
|
|
591
|
+
readonly $fault: "client";
|
|
592
|
+
Code?: string;
|
|
593
|
+
Message?: string;
|
|
594
|
+
|
|
595
|
+
Type?: string;
|
|
596
|
+
|
|
597
|
+
Context?: string;
|
|
598
|
+
|
|
599
|
+
constructor(
|
|
600
|
+
opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>
|
|
601
|
+
);
|
|
602
|
+
}
|
|
603
|
+
export interface DeleteReportPlanInput {
|
|
604
|
+
ReportPlanName: string | undefined;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
export declare class DependencyFailureException extends __BaseException {
|
|
608
|
+
readonly name: "DependencyFailureException";
|
|
609
|
+
readonly $fault: "server";
|
|
610
|
+
Code?: string;
|
|
611
|
+
Message?: string;
|
|
612
|
+
|
|
613
|
+
Type?: string;
|
|
614
|
+
|
|
615
|
+
Context?: string;
|
|
616
|
+
|
|
617
|
+
constructor(
|
|
618
|
+
opts: __ExceptionOptionType<DependencyFailureException, __BaseException>
|
|
619
|
+
);
|
|
620
|
+
}
|
|
621
|
+
export interface DescribeBackupJobInput {
|
|
622
|
+
BackupJobId: string | undefined;
|
|
623
|
+
}
|
|
624
|
+
export interface DescribeBackupJobOutput {
|
|
625
|
+
AccountId?: string;
|
|
626
|
+
|
|
627
|
+
BackupJobId?: string;
|
|
628
|
+
|
|
629
|
+
BackupVaultName?: string;
|
|
630
|
+
|
|
631
|
+
BackupVaultArn?: string;
|
|
632
|
+
|
|
633
|
+
RecoveryPointArn?: string;
|
|
634
|
+
|
|
635
|
+
ResourceArn?: string;
|
|
636
|
+
|
|
637
|
+
CreationDate?: Date;
|
|
638
|
+
|
|
639
|
+
CompletionDate?: Date;
|
|
640
|
+
|
|
641
|
+
State?: BackupJobState | string;
|
|
642
|
+
|
|
643
|
+
StatusMessage?: string;
|
|
644
|
+
|
|
645
|
+
PercentDone?: string;
|
|
646
|
+
|
|
647
|
+
BackupSizeInBytes?: number;
|
|
648
|
+
|
|
649
|
+
IamRoleArn?: string;
|
|
650
|
+
|
|
651
|
+
CreatedBy?: RecoveryPointCreator;
|
|
652
|
+
|
|
653
|
+
ResourceType?: string;
|
|
654
|
+
|
|
655
|
+
BytesTransferred?: number;
|
|
656
|
+
|
|
657
|
+
ExpectedCompletionDate?: Date;
|
|
658
|
+
|
|
659
|
+
StartBy?: Date;
|
|
660
|
+
|
|
661
|
+
BackupOptions?: Record<string, string>;
|
|
662
|
+
|
|
663
|
+
BackupType?: string;
|
|
664
|
+
}
|
|
665
|
+
export interface DescribeBackupVaultInput {
|
|
666
|
+
BackupVaultName: string | undefined;
|
|
667
|
+
}
|
|
668
|
+
export interface DescribeBackupVaultOutput {
|
|
669
|
+
BackupVaultName?: string;
|
|
670
|
+
|
|
671
|
+
BackupVaultArn?: string;
|
|
672
|
+
|
|
673
|
+
EncryptionKeyArn?: string;
|
|
674
|
+
|
|
675
|
+
CreationDate?: Date;
|
|
676
|
+
|
|
677
|
+
CreatorRequestId?: string;
|
|
678
|
+
|
|
679
|
+
NumberOfRecoveryPoints?: number;
|
|
680
|
+
|
|
681
|
+
Locked?: boolean;
|
|
682
|
+
|
|
683
|
+
MinRetentionDays?: number;
|
|
684
|
+
|
|
685
|
+
MaxRetentionDays?: number;
|
|
686
|
+
|
|
687
|
+
LockDate?: Date;
|
|
688
|
+
}
|
|
689
|
+
export interface DescribeCopyJobInput {
|
|
690
|
+
CopyJobId: string | undefined;
|
|
691
|
+
}
|
|
692
|
+
export interface DescribeCopyJobOutput {
|
|
693
|
+
CopyJob?: CopyJob;
|
|
694
|
+
}
|
|
695
|
+
export interface DescribeFrameworkInput {
|
|
696
|
+
FrameworkName: string | undefined;
|
|
697
|
+
}
|
|
698
|
+
export interface DescribeFrameworkOutput {
|
|
699
|
+
FrameworkName?: string;
|
|
700
|
+
|
|
701
|
+
FrameworkArn?: string;
|
|
702
|
+
|
|
703
|
+
FrameworkDescription?: string;
|
|
704
|
+
|
|
705
|
+
FrameworkControls?: FrameworkControl[];
|
|
706
|
+
|
|
707
|
+
CreationTime?: Date;
|
|
708
|
+
|
|
709
|
+
DeploymentStatus?: string;
|
|
710
|
+
|
|
711
|
+
FrameworkStatus?: string;
|
|
712
|
+
|
|
713
|
+
IdempotencyToken?: string;
|
|
714
|
+
}
|
|
715
|
+
export interface DescribeGlobalSettingsInput {}
|
|
716
|
+
export interface DescribeGlobalSettingsOutput {
|
|
717
|
+
GlobalSettings?: Record<string, string>;
|
|
718
|
+
|
|
719
|
+
LastUpdateTime?: Date;
|
|
720
|
+
}
|
|
721
|
+
export interface DescribeProtectedResourceInput {
|
|
722
|
+
ResourceArn: string | undefined;
|
|
723
|
+
}
|
|
724
|
+
export interface DescribeProtectedResourceOutput {
|
|
725
|
+
ResourceArn?: string;
|
|
726
|
+
|
|
727
|
+
ResourceType?: string;
|
|
728
|
+
|
|
729
|
+
LastBackupTime?: Date;
|
|
730
|
+
}
|
|
731
|
+
export interface DescribeRecoveryPointInput {
|
|
732
|
+
BackupVaultName: string | undefined;
|
|
733
|
+
|
|
734
|
+
RecoveryPointArn: string | undefined;
|
|
735
|
+
}
|
|
736
|
+
export declare enum RecoveryPointStatus {
|
|
737
|
+
COMPLETED = "COMPLETED",
|
|
738
|
+
DELETING = "DELETING",
|
|
739
|
+
EXPIRED = "EXPIRED",
|
|
740
|
+
PARTIAL = "PARTIAL",
|
|
741
|
+
}
|
|
742
|
+
export declare enum StorageClass {
|
|
743
|
+
COLD = "COLD",
|
|
744
|
+
DELETED = "DELETED",
|
|
745
|
+
WARM = "WARM",
|
|
746
|
+
}
|
|
747
|
+
export interface DescribeRecoveryPointOutput {
|
|
748
|
+
RecoveryPointArn?: string;
|
|
749
|
+
|
|
750
|
+
BackupVaultName?: string;
|
|
751
|
+
|
|
752
|
+
BackupVaultArn?: string;
|
|
753
|
+
|
|
754
|
+
SourceBackupVaultArn?: string;
|
|
755
|
+
|
|
756
|
+
ResourceArn?: string;
|
|
757
|
+
|
|
758
|
+
ResourceType?: string;
|
|
759
|
+
|
|
760
|
+
CreatedBy?: RecoveryPointCreator;
|
|
761
|
+
|
|
762
|
+
IamRoleArn?: string;
|
|
763
|
+
|
|
764
|
+
Status?: RecoveryPointStatus | string;
|
|
765
|
+
|
|
766
|
+
StatusMessage?: string;
|
|
767
|
+
|
|
768
|
+
CreationDate?: Date;
|
|
769
|
+
|
|
770
|
+
CompletionDate?: Date;
|
|
771
|
+
|
|
772
|
+
BackupSizeInBytes?: number;
|
|
773
|
+
|
|
774
|
+
CalculatedLifecycle?: CalculatedLifecycle;
|
|
775
|
+
|
|
776
|
+
Lifecycle?: Lifecycle;
|
|
777
|
+
|
|
778
|
+
EncryptionKeyArn?: string;
|
|
779
|
+
|
|
780
|
+
IsEncrypted?: boolean;
|
|
781
|
+
|
|
782
|
+
StorageClass?: StorageClass | string;
|
|
783
|
+
|
|
784
|
+
LastRestoreTime?: Date;
|
|
785
|
+
}
|
|
786
|
+
export interface DescribeRegionSettingsInput {}
|
|
787
|
+
export interface DescribeRegionSettingsOutput {
|
|
788
|
+
ResourceTypeOptInPreference?: Record<string, boolean>;
|
|
789
|
+
|
|
790
|
+
ResourceTypeManagementPreference?: Record<string, boolean>;
|
|
791
|
+
}
|
|
792
|
+
export interface DescribeReportJobInput {
|
|
793
|
+
ReportJobId: string | undefined;
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
export interface ReportDestination {
|
|
797
|
+
S3BucketName?: string;
|
|
798
|
+
|
|
799
|
+
S3Keys?: string[];
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
export interface ReportJob {
|
|
803
|
+
ReportJobId?: string;
|
|
804
|
+
|
|
805
|
+
ReportPlanArn?: string;
|
|
806
|
+
|
|
807
|
+
ReportTemplate?: string;
|
|
808
|
+
|
|
809
|
+
CreationTime?: Date;
|
|
810
|
+
|
|
811
|
+
CompletionTime?: Date;
|
|
812
|
+
|
|
813
|
+
Status?: string;
|
|
814
|
+
|
|
815
|
+
StatusMessage?: string;
|
|
816
|
+
|
|
817
|
+
ReportDestination?: ReportDestination;
|
|
818
|
+
}
|
|
819
|
+
export interface DescribeReportJobOutput {
|
|
820
|
+
ReportJob?: ReportJob;
|
|
821
|
+
}
|
|
822
|
+
export interface DescribeReportPlanInput {
|
|
823
|
+
ReportPlanName: string | undefined;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
export interface ReportPlan {
|
|
827
|
+
ReportPlanArn?: string;
|
|
828
|
+
|
|
829
|
+
ReportPlanName?: string;
|
|
830
|
+
|
|
831
|
+
ReportPlanDescription?: string;
|
|
832
|
+
|
|
833
|
+
ReportSetting?: ReportSetting;
|
|
834
|
+
|
|
835
|
+
ReportDeliveryChannel?: ReportDeliveryChannel;
|
|
836
|
+
|
|
837
|
+
DeploymentStatus?: string;
|
|
838
|
+
|
|
839
|
+
CreationTime?: Date;
|
|
840
|
+
|
|
841
|
+
LastAttemptedExecutionTime?: Date;
|
|
842
|
+
|
|
843
|
+
LastSuccessfulExecutionTime?: Date;
|
|
844
|
+
}
|
|
845
|
+
export interface DescribeReportPlanOutput {
|
|
846
|
+
ReportPlan?: ReportPlan;
|
|
847
|
+
}
|
|
848
|
+
export interface DescribeRestoreJobInput {
|
|
849
|
+
RestoreJobId: string | undefined;
|
|
850
|
+
}
|
|
851
|
+
export declare enum RestoreJobStatus {
|
|
852
|
+
ABORTED = "ABORTED",
|
|
853
|
+
COMPLETED = "COMPLETED",
|
|
854
|
+
FAILED = "FAILED",
|
|
855
|
+
PENDING = "PENDING",
|
|
856
|
+
RUNNING = "RUNNING",
|
|
857
|
+
}
|
|
858
|
+
export interface DescribeRestoreJobOutput {
|
|
859
|
+
AccountId?: string;
|
|
860
|
+
|
|
861
|
+
RestoreJobId?: string;
|
|
862
|
+
|
|
863
|
+
RecoveryPointArn?: string;
|
|
864
|
+
|
|
865
|
+
CreationDate?: Date;
|
|
866
|
+
|
|
867
|
+
CompletionDate?: Date;
|
|
868
|
+
|
|
869
|
+
Status?: RestoreJobStatus | string;
|
|
870
|
+
|
|
871
|
+
StatusMessage?: string;
|
|
872
|
+
|
|
873
|
+
PercentDone?: string;
|
|
874
|
+
|
|
875
|
+
BackupSizeInBytes?: number;
|
|
876
|
+
|
|
877
|
+
IamRoleArn?: string;
|
|
878
|
+
|
|
879
|
+
ExpectedCompletionTimeMinutes?: number;
|
|
880
|
+
|
|
881
|
+
CreatedResourceArn?: string;
|
|
882
|
+
|
|
883
|
+
ResourceType?: string;
|
|
884
|
+
}
|
|
885
|
+
export interface DisassociateRecoveryPointInput {
|
|
886
|
+
BackupVaultName: string | undefined;
|
|
887
|
+
|
|
888
|
+
RecoveryPointArn: string | undefined;
|
|
889
|
+
}
|
|
890
|
+
export interface ExportBackupPlanTemplateInput {
|
|
891
|
+
BackupPlanId: string | undefined;
|
|
892
|
+
}
|
|
893
|
+
export interface ExportBackupPlanTemplateOutput {
|
|
894
|
+
BackupPlanTemplateJson?: string;
|
|
895
|
+
}
|
|
896
|
+
export interface GetBackupPlanInput {
|
|
897
|
+
BackupPlanId: string | undefined;
|
|
898
|
+
|
|
899
|
+
VersionId?: string;
|
|
900
|
+
}
|
|
901
|
+
export interface GetBackupPlanOutput {
|
|
902
|
+
BackupPlan?: BackupPlan;
|
|
903
|
+
|
|
904
|
+
BackupPlanId?: string;
|
|
905
|
+
|
|
906
|
+
BackupPlanArn?: string;
|
|
907
|
+
|
|
908
|
+
VersionId?: string;
|
|
909
|
+
|
|
910
|
+
CreatorRequestId?: string;
|
|
911
|
+
|
|
912
|
+
CreationDate?: Date;
|
|
913
|
+
|
|
914
|
+
DeletionDate?: Date;
|
|
915
|
+
|
|
916
|
+
LastExecutionDate?: Date;
|
|
917
|
+
|
|
918
|
+
AdvancedBackupSettings?: AdvancedBackupSetting[];
|
|
919
|
+
}
|
|
920
|
+
export interface GetBackupPlanFromJSONInput {
|
|
921
|
+
BackupPlanTemplateJson: string | undefined;
|
|
922
|
+
}
|
|
923
|
+
export interface GetBackupPlanFromJSONOutput {
|
|
924
|
+
BackupPlan?: BackupPlan;
|
|
925
|
+
}
|
|
926
|
+
export interface GetBackupPlanFromTemplateInput {
|
|
927
|
+
BackupPlanTemplateId: string | undefined;
|
|
928
|
+
}
|
|
929
|
+
export interface GetBackupPlanFromTemplateOutput {
|
|
930
|
+
BackupPlanDocument?: BackupPlan;
|
|
931
|
+
}
|
|
932
|
+
export interface GetBackupSelectionInput {
|
|
933
|
+
BackupPlanId: string | undefined;
|
|
934
|
+
|
|
935
|
+
SelectionId: string | undefined;
|
|
936
|
+
}
|
|
937
|
+
export interface GetBackupSelectionOutput {
|
|
938
|
+
BackupSelection?: BackupSelection;
|
|
939
|
+
|
|
940
|
+
SelectionId?: string;
|
|
941
|
+
|
|
942
|
+
BackupPlanId?: string;
|
|
943
|
+
|
|
944
|
+
CreationDate?: Date;
|
|
945
|
+
|
|
946
|
+
CreatorRequestId?: string;
|
|
947
|
+
}
|
|
948
|
+
export interface GetBackupVaultAccessPolicyInput {
|
|
949
|
+
BackupVaultName: string | undefined;
|
|
950
|
+
}
|
|
951
|
+
export interface GetBackupVaultAccessPolicyOutput {
|
|
952
|
+
BackupVaultName?: string;
|
|
953
|
+
|
|
954
|
+
BackupVaultArn?: string;
|
|
955
|
+
|
|
956
|
+
Policy?: string;
|
|
957
|
+
}
|
|
958
|
+
export interface GetBackupVaultNotificationsInput {
|
|
959
|
+
BackupVaultName: string | undefined;
|
|
960
|
+
}
|
|
961
|
+
export interface GetBackupVaultNotificationsOutput {
|
|
962
|
+
BackupVaultName?: string;
|
|
963
|
+
|
|
964
|
+
BackupVaultArn?: string;
|
|
965
|
+
|
|
966
|
+
SNSTopicArn?: string;
|
|
967
|
+
|
|
968
|
+
BackupVaultEvents?: (BackupVaultEvent | string)[];
|
|
969
|
+
}
|
|
970
|
+
export interface GetRecoveryPointRestoreMetadataInput {
|
|
971
|
+
BackupVaultName: string | undefined;
|
|
972
|
+
|
|
973
|
+
RecoveryPointArn: string | undefined;
|
|
974
|
+
}
|
|
975
|
+
export interface GetRecoveryPointRestoreMetadataOutput {
|
|
976
|
+
BackupVaultArn?: string;
|
|
977
|
+
|
|
978
|
+
RecoveryPointArn?: string;
|
|
979
|
+
|
|
980
|
+
RestoreMetadata?: Record<string, string>;
|
|
981
|
+
}
|
|
982
|
+
export interface GetSupportedResourceTypesOutput {
|
|
983
|
+
ResourceTypes?: string[];
|
|
984
|
+
}
|
|
985
|
+
export interface ListBackupJobsInput {
|
|
986
|
+
NextToken?: string;
|
|
987
|
+
|
|
988
|
+
MaxResults?: number;
|
|
989
|
+
|
|
990
|
+
ByResourceArn?: string;
|
|
991
|
+
|
|
992
|
+
ByState?: BackupJobState | string;
|
|
993
|
+
|
|
994
|
+
ByBackupVaultName?: string;
|
|
995
|
+
|
|
996
|
+
ByCreatedBefore?: Date;
|
|
997
|
+
|
|
998
|
+
ByCreatedAfter?: Date;
|
|
999
|
+
|
|
1000
|
+
ByResourceType?: string;
|
|
1001
|
+
|
|
1002
|
+
ByAccountId?: string;
|
|
1003
|
+
|
|
1004
|
+
ByCompleteAfter?: Date;
|
|
1005
|
+
|
|
1006
|
+
ByCompleteBefore?: Date;
|
|
1007
|
+
}
|
|
1008
|
+
export interface ListBackupJobsOutput {
|
|
1009
|
+
BackupJobs?: BackupJob[];
|
|
1010
|
+
|
|
1011
|
+
NextToken?: string;
|
|
1012
|
+
}
|
|
1013
|
+
export interface ListBackupPlansInput {
|
|
1014
|
+
NextToken?: string;
|
|
1015
|
+
|
|
1016
|
+
MaxResults?: number;
|
|
1017
|
+
|
|
1018
|
+
IncludeDeleted?: boolean;
|
|
1019
|
+
}
|
|
1020
|
+
export interface ListBackupPlansOutput {
|
|
1021
|
+
NextToken?: string;
|
|
1022
|
+
|
|
1023
|
+
BackupPlansList?: BackupPlansListMember[];
|
|
1024
|
+
}
|
|
1025
|
+
export interface ListBackupPlanTemplatesInput {
|
|
1026
|
+
NextToken?: string;
|
|
1027
|
+
|
|
1028
|
+
MaxResults?: number;
|
|
1029
|
+
}
|
|
1030
|
+
export interface ListBackupPlanTemplatesOutput {
|
|
1031
|
+
NextToken?: string;
|
|
1032
|
+
|
|
1033
|
+
BackupPlanTemplatesList?: BackupPlanTemplatesListMember[];
|
|
1034
|
+
}
|
|
1035
|
+
export interface ListBackupPlanVersionsInput {
|
|
1036
|
+
BackupPlanId: string | undefined;
|
|
1037
|
+
|
|
1038
|
+
NextToken?: string;
|
|
1039
|
+
|
|
1040
|
+
MaxResults?: number;
|
|
1041
|
+
}
|
|
1042
|
+
export interface ListBackupPlanVersionsOutput {
|
|
1043
|
+
NextToken?: string;
|
|
1044
|
+
|
|
1045
|
+
BackupPlanVersionsList?: BackupPlansListMember[];
|
|
1046
|
+
}
|
|
1047
|
+
export interface ListBackupSelectionsInput {
|
|
1048
|
+
BackupPlanId: string | undefined;
|
|
1049
|
+
|
|
1050
|
+
NextToken?: string;
|
|
1051
|
+
|
|
1052
|
+
MaxResults?: number;
|
|
1053
|
+
}
|
|
1054
|
+
export interface ListBackupSelectionsOutput {
|
|
1055
|
+
NextToken?: string;
|
|
1056
|
+
|
|
1057
|
+
BackupSelectionsList?: BackupSelectionsListMember[];
|
|
1058
|
+
}
|
|
1059
|
+
export interface ListBackupVaultsInput {
|
|
1060
|
+
NextToken?: string;
|
|
1061
|
+
|
|
1062
|
+
MaxResults?: number;
|
|
1063
|
+
}
|
|
1064
|
+
export interface ListBackupVaultsOutput {
|
|
1065
|
+
BackupVaultList?: BackupVaultListMember[];
|
|
1066
|
+
|
|
1067
|
+
NextToken?: string;
|
|
1068
|
+
}
|
|
1069
|
+
export interface ListCopyJobsInput {
|
|
1070
|
+
NextToken?: string;
|
|
1071
|
+
|
|
1072
|
+
MaxResults?: number;
|
|
1073
|
+
|
|
1074
|
+
ByResourceArn?: string;
|
|
1075
|
+
|
|
1076
|
+
ByState?: CopyJobState | string;
|
|
1077
|
+
|
|
1078
|
+
ByCreatedBefore?: Date;
|
|
1079
|
+
|
|
1080
|
+
ByCreatedAfter?: Date;
|
|
1081
|
+
|
|
1082
|
+
ByResourceType?: string;
|
|
1083
|
+
|
|
1084
|
+
ByDestinationVaultArn?: string;
|
|
1085
|
+
|
|
1086
|
+
ByAccountId?: string;
|
|
1087
|
+
|
|
1088
|
+
ByCompleteBefore?: Date;
|
|
1089
|
+
|
|
1090
|
+
ByCompleteAfter?: Date;
|
|
1091
|
+
}
|
|
1092
|
+
export interface ListCopyJobsOutput {
|
|
1093
|
+
CopyJobs?: CopyJob[];
|
|
1094
|
+
|
|
1095
|
+
NextToken?: string;
|
|
1096
|
+
}
|
|
1097
|
+
export interface ListFrameworksInput {
|
|
1098
|
+
MaxResults?: number;
|
|
1099
|
+
|
|
1100
|
+
NextToken?: string;
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
export interface Framework {
|
|
1104
|
+
FrameworkName?: string;
|
|
1105
|
+
|
|
1106
|
+
FrameworkArn?: string;
|
|
1107
|
+
|
|
1108
|
+
FrameworkDescription?: string;
|
|
1109
|
+
|
|
1110
|
+
NumberOfControls?: number;
|
|
1111
|
+
|
|
1112
|
+
CreationTime?: Date;
|
|
1113
|
+
|
|
1114
|
+
DeploymentStatus?: string;
|
|
1115
|
+
}
|
|
1116
|
+
export interface ListFrameworksOutput {
|
|
1117
|
+
Frameworks?: Framework[];
|
|
1118
|
+
|
|
1119
|
+
NextToken?: string;
|
|
1120
|
+
}
|
|
1121
|
+
export interface ListProtectedResourcesInput {
|
|
1122
|
+
NextToken?: string;
|
|
1123
|
+
|
|
1124
|
+
MaxResults?: number;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
export interface ProtectedResource {
|
|
1128
|
+
ResourceArn?: string;
|
|
1129
|
+
|
|
1130
|
+
ResourceType?: string;
|
|
1131
|
+
|
|
1132
|
+
LastBackupTime?: Date;
|
|
1133
|
+
}
|
|
1134
|
+
export interface ListProtectedResourcesOutput {
|
|
1135
|
+
Results?: ProtectedResource[];
|
|
1136
|
+
|
|
1137
|
+
NextToken?: string;
|
|
1138
|
+
}
|
|
1139
|
+
export interface ListRecoveryPointsByBackupVaultInput {
|
|
1140
|
+
BackupVaultName: string | undefined;
|
|
1141
|
+
|
|
1142
|
+
NextToken?: string;
|
|
1143
|
+
|
|
1144
|
+
MaxResults?: number;
|
|
1145
|
+
|
|
1146
|
+
ByResourceArn?: string;
|
|
1147
|
+
|
|
1148
|
+
ByResourceType?: string;
|
|
1149
|
+
|
|
1150
|
+
ByBackupPlanId?: string;
|
|
1151
|
+
|
|
1152
|
+
ByCreatedBefore?: Date;
|
|
1153
|
+
|
|
1154
|
+
ByCreatedAfter?: Date;
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
export interface RecoveryPointByBackupVault {
|
|
1158
|
+
RecoveryPointArn?: string;
|
|
1159
|
+
|
|
1160
|
+
BackupVaultName?: string;
|
|
1161
|
+
|
|
1162
|
+
BackupVaultArn?: string;
|
|
1163
|
+
|
|
1164
|
+
SourceBackupVaultArn?: string;
|
|
1165
|
+
|
|
1166
|
+
ResourceArn?: string;
|
|
1167
|
+
|
|
1168
|
+
ResourceType?: string;
|
|
1169
|
+
|
|
1170
|
+
CreatedBy?: RecoveryPointCreator;
|
|
1171
|
+
|
|
1172
|
+
IamRoleArn?: string;
|
|
1173
|
+
|
|
1174
|
+
Status?: RecoveryPointStatus | string;
|
|
1175
|
+
|
|
1176
|
+
StatusMessage?: string;
|
|
1177
|
+
|
|
1178
|
+
CreationDate?: Date;
|
|
1179
|
+
|
|
1180
|
+
CompletionDate?: Date;
|
|
1181
|
+
|
|
1182
|
+
BackupSizeInBytes?: number;
|
|
1183
|
+
|
|
1184
|
+
CalculatedLifecycle?: CalculatedLifecycle;
|
|
1185
|
+
|
|
1186
|
+
Lifecycle?: Lifecycle;
|
|
1187
|
+
|
|
1188
|
+
EncryptionKeyArn?: string;
|
|
1189
|
+
|
|
1190
|
+
IsEncrypted?: boolean;
|
|
1191
|
+
|
|
1192
|
+
LastRestoreTime?: Date;
|
|
1193
|
+
}
|
|
1194
|
+
export interface ListRecoveryPointsByBackupVaultOutput {
|
|
1195
|
+
NextToken?: string;
|
|
1196
|
+
|
|
1197
|
+
RecoveryPoints?: RecoveryPointByBackupVault[];
|
|
1198
|
+
}
|
|
1199
|
+
export interface ListRecoveryPointsByResourceInput {
|
|
1200
|
+
ResourceArn: string | undefined;
|
|
1201
|
+
|
|
1202
|
+
NextToken?: string;
|
|
1203
|
+
|
|
1204
|
+
MaxResults?: number;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
export interface RecoveryPointByResource {
|
|
1208
|
+
RecoveryPointArn?: string;
|
|
1209
|
+
|
|
1210
|
+
CreationDate?: Date;
|
|
1211
|
+
|
|
1212
|
+
Status?: RecoveryPointStatus | string;
|
|
1213
|
+
|
|
1214
|
+
StatusMessage?: string;
|
|
1215
|
+
|
|
1216
|
+
EncryptionKeyArn?: string;
|
|
1217
|
+
|
|
1218
|
+
BackupSizeBytes?: number;
|
|
1219
|
+
|
|
1220
|
+
BackupVaultName?: string;
|
|
1221
|
+
}
|
|
1222
|
+
export interface ListRecoveryPointsByResourceOutput {
|
|
1223
|
+
NextToken?: string;
|
|
1224
|
+
|
|
1225
|
+
RecoveryPoints?: RecoveryPointByResource[];
|
|
1226
|
+
}
|
|
1227
|
+
export interface ListReportJobsInput {
|
|
1228
|
+
ByReportPlanName?: string;
|
|
1229
|
+
|
|
1230
|
+
ByCreationBefore?: Date;
|
|
1231
|
+
|
|
1232
|
+
ByCreationAfter?: Date;
|
|
1233
|
+
|
|
1234
|
+
ByStatus?: string;
|
|
1235
|
+
|
|
1236
|
+
MaxResults?: number;
|
|
1237
|
+
|
|
1238
|
+
NextToken?: string;
|
|
1239
|
+
}
|
|
1240
|
+
export interface ListReportJobsOutput {
|
|
1241
|
+
ReportJobs?: ReportJob[];
|
|
1242
|
+
|
|
1243
|
+
NextToken?: string;
|
|
1244
|
+
}
|
|
1245
|
+
export interface ListReportPlansInput {
|
|
1246
|
+
MaxResults?: number;
|
|
1247
|
+
|
|
1248
|
+
NextToken?: string;
|
|
1249
|
+
}
|
|
1250
|
+
export interface ListReportPlansOutput {
|
|
1251
|
+
ReportPlans?: ReportPlan[];
|
|
1252
|
+
|
|
1253
|
+
NextToken?: string;
|
|
1254
|
+
}
|
|
1255
|
+
export interface ListRestoreJobsInput {
|
|
1256
|
+
NextToken?: string;
|
|
1257
|
+
|
|
1258
|
+
MaxResults?: number;
|
|
1259
|
+
|
|
1260
|
+
ByAccountId?: string;
|
|
1261
|
+
|
|
1262
|
+
ByCreatedBefore?: Date;
|
|
1263
|
+
|
|
1264
|
+
ByCreatedAfter?: Date;
|
|
1265
|
+
|
|
1266
|
+
ByStatus?: RestoreJobStatus | string;
|
|
1267
|
+
|
|
1268
|
+
ByCompleteBefore?: Date;
|
|
1269
|
+
|
|
1270
|
+
ByCompleteAfter?: Date;
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
export interface RestoreJobsListMember {
|
|
1274
|
+
AccountId?: string;
|
|
1275
|
+
|
|
1276
|
+
RestoreJobId?: string;
|
|
1277
|
+
|
|
1278
|
+
RecoveryPointArn?: string;
|
|
1279
|
+
|
|
1280
|
+
CreationDate?: Date;
|
|
1281
|
+
|
|
1282
|
+
CompletionDate?: Date;
|
|
1283
|
+
|
|
1284
|
+
Status?: RestoreJobStatus | string;
|
|
1285
|
+
|
|
1286
|
+
StatusMessage?: string;
|
|
1287
|
+
|
|
1288
|
+
PercentDone?: string;
|
|
1289
|
+
|
|
1290
|
+
BackupSizeInBytes?: number;
|
|
1291
|
+
|
|
1292
|
+
IamRoleArn?: string;
|
|
1293
|
+
|
|
1294
|
+
ExpectedCompletionTimeMinutes?: number;
|
|
1295
|
+
|
|
1296
|
+
CreatedResourceArn?: string;
|
|
1297
|
+
|
|
1298
|
+
ResourceType?: string;
|
|
1299
|
+
}
|
|
1300
|
+
export interface ListRestoreJobsOutput {
|
|
1301
|
+
RestoreJobs?: RestoreJobsListMember[];
|
|
1302
|
+
|
|
1303
|
+
NextToken?: string;
|
|
1304
|
+
}
|
|
1305
|
+
export interface ListTagsInput {
|
|
1306
|
+
ResourceArn: string | undefined;
|
|
1307
|
+
|
|
1308
|
+
NextToken?: string;
|
|
1309
|
+
|
|
1310
|
+
MaxResults?: number;
|
|
1311
|
+
}
|
|
1312
|
+
export interface ListTagsOutput {
|
|
1313
|
+
NextToken?: string;
|
|
1314
|
+
|
|
1315
|
+
Tags?: Record<string, string>;
|
|
1316
|
+
}
|
|
1317
|
+
export interface PutBackupVaultAccessPolicyInput {
|
|
1318
|
+
BackupVaultName: string | undefined;
|
|
1319
|
+
|
|
1320
|
+
Policy?: string;
|
|
1321
|
+
}
|
|
1322
|
+
export interface PutBackupVaultLockConfigurationInput {
|
|
1323
|
+
BackupVaultName: string | undefined;
|
|
1324
|
+
|
|
1325
|
+
MinRetentionDays?: number;
|
|
1326
|
+
|
|
1327
|
+
MaxRetentionDays?: number;
|
|
1328
|
+
|
|
1329
|
+
ChangeableForDays?: number;
|
|
1330
|
+
}
|
|
1331
|
+
export interface PutBackupVaultNotificationsInput {
|
|
1332
|
+
BackupVaultName: string | undefined;
|
|
1333
|
+
|
|
1334
|
+
SNSTopicArn: string | undefined;
|
|
1335
|
+
|
|
1336
|
+
BackupVaultEvents: (BackupVaultEvent | string)[] | undefined;
|
|
1337
|
+
}
|
|
1338
|
+
export interface StartBackupJobInput {
|
|
1339
|
+
BackupVaultName: string | undefined;
|
|
1340
|
+
|
|
1341
|
+
ResourceArn: string | undefined;
|
|
1342
|
+
|
|
1343
|
+
IamRoleArn: string | undefined;
|
|
1344
|
+
|
|
1345
|
+
IdempotencyToken?: string;
|
|
1346
|
+
|
|
1347
|
+
StartWindowMinutes?: number;
|
|
1348
|
+
|
|
1349
|
+
CompleteWindowMinutes?: number;
|
|
1350
|
+
|
|
1351
|
+
Lifecycle?: Lifecycle;
|
|
1352
|
+
|
|
1353
|
+
RecoveryPointTags?: Record<string, string>;
|
|
1354
|
+
|
|
1355
|
+
BackupOptions?: Record<string, string>;
|
|
1356
|
+
}
|
|
1357
|
+
export interface StartBackupJobOutput {
|
|
1358
|
+
BackupJobId?: string;
|
|
1359
|
+
|
|
1360
|
+
RecoveryPointArn?: string;
|
|
1361
|
+
|
|
1362
|
+
CreationDate?: Date;
|
|
1363
|
+
}
|
|
1364
|
+
export interface StartCopyJobInput {
|
|
1365
|
+
RecoveryPointArn: string | undefined;
|
|
1366
|
+
|
|
1367
|
+
SourceBackupVaultName: string | undefined;
|
|
1368
|
+
|
|
1369
|
+
DestinationBackupVaultArn: string | undefined;
|
|
1370
|
+
|
|
1371
|
+
IamRoleArn: string | undefined;
|
|
1372
|
+
|
|
1373
|
+
IdempotencyToken?: string;
|
|
1374
|
+
|
|
1375
|
+
Lifecycle?: Lifecycle;
|
|
1376
|
+
}
|
|
1377
|
+
export interface StartCopyJobOutput {
|
|
1378
|
+
CopyJobId?: string;
|
|
1379
|
+
|
|
1380
|
+
CreationDate?: Date;
|
|
1381
|
+
}
|
|
1382
|
+
export interface StartReportJobInput {
|
|
1383
|
+
ReportPlanName: string | undefined;
|
|
1384
|
+
|
|
1385
|
+
IdempotencyToken?: string;
|
|
1386
|
+
}
|
|
1387
|
+
export interface StartReportJobOutput {
|
|
1388
|
+
ReportJobId?: string;
|
|
1389
|
+
}
|
|
1390
|
+
export interface StartRestoreJobInput {
|
|
1391
|
+
RecoveryPointArn: string | undefined;
|
|
1392
|
+
|
|
1393
|
+
Metadata: Record<string, string> | undefined;
|
|
1394
|
+
|
|
1395
|
+
IamRoleArn?: string;
|
|
1396
|
+
|
|
1397
|
+
IdempotencyToken?: string;
|
|
1398
|
+
|
|
1399
|
+
ResourceType?: string;
|
|
1400
|
+
}
|
|
1401
|
+
export interface StartRestoreJobOutput {
|
|
1402
|
+
RestoreJobId?: string;
|
|
1403
|
+
}
|
|
1404
|
+
export interface StopBackupJobInput {
|
|
1405
|
+
BackupJobId: string | undefined;
|
|
1406
|
+
}
|
|
1407
|
+
export interface TagResourceInput {
|
|
1408
|
+
ResourceArn: string | undefined;
|
|
1409
|
+
|
|
1410
|
+
Tags: Record<string, string> | undefined;
|
|
1411
|
+
}
|
|
1412
|
+
export interface UntagResourceInput {
|
|
1413
|
+
ResourceArn: string | undefined;
|
|
1414
|
+
|
|
1415
|
+
TagKeyList: string[] | undefined;
|
|
1416
|
+
}
|
|
1417
|
+
export interface UpdateBackupPlanInput {
|
|
1418
|
+
BackupPlanId: string | undefined;
|
|
1419
|
+
|
|
1420
|
+
BackupPlan: BackupPlanInput | undefined;
|
|
1421
|
+
}
|
|
1422
|
+
export interface UpdateBackupPlanOutput {
|
|
1423
|
+
BackupPlanId?: string;
|
|
1424
|
+
|
|
1425
|
+
BackupPlanArn?: string;
|
|
1426
|
+
|
|
1427
|
+
CreationDate?: Date;
|
|
1428
|
+
|
|
1429
|
+
VersionId?: string;
|
|
1430
|
+
|
|
1431
|
+
AdvancedBackupSettings?: AdvancedBackupSetting[];
|
|
1432
|
+
}
|
|
1433
|
+
export interface UpdateFrameworkInput {
|
|
1434
|
+
FrameworkName: string | undefined;
|
|
1435
|
+
|
|
1436
|
+
FrameworkDescription?: string;
|
|
1437
|
+
|
|
1438
|
+
FrameworkControls?: FrameworkControl[];
|
|
1439
|
+
|
|
1440
|
+
IdempotencyToken?: string;
|
|
1441
|
+
}
|
|
1442
|
+
export interface UpdateFrameworkOutput {
|
|
1443
|
+
FrameworkName?: string;
|
|
1444
|
+
|
|
1445
|
+
FrameworkArn?: string;
|
|
1446
|
+
|
|
1447
|
+
CreationTime?: Date;
|
|
1448
|
+
}
|
|
1449
|
+
export interface UpdateGlobalSettingsInput {
|
|
1450
|
+
GlobalSettings?: Record<string, string>;
|
|
1451
|
+
}
|
|
1452
|
+
export interface UpdateRecoveryPointLifecycleInput {
|
|
1453
|
+
BackupVaultName: string | undefined;
|
|
1454
|
+
|
|
1455
|
+
RecoveryPointArn: string | undefined;
|
|
1456
|
+
|
|
1457
|
+
Lifecycle?: Lifecycle;
|
|
1458
|
+
}
|
|
1459
|
+
export interface UpdateRecoveryPointLifecycleOutput {
|
|
1460
|
+
BackupVaultArn?: string;
|
|
1461
|
+
|
|
1462
|
+
RecoveryPointArn?: string;
|
|
1463
|
+
|
|
1464
|
+
Lifecycle?: Lifecycle;
|
|
1465
|
+
|
|
1466
|
+
CalculatedLifecycle?: CalculatedLifecycle;
|
|
1467
|
+
}
|
|
1468
|
+
export interface UpdateRegionSettingsInput {
|
|
1469
|
+
ResourceTypeOptInPreference?: Record<string, boolean>;
|
|
1470
|
+
|
|
1471
|
+
ResourceTypeManagementPreference?: Record<string, boolean>;
|
|
1472
|
+
}
|
|
1473
|
+
export interface UpdateReportPlanInput {
|
|
1474
|
+
ReportPlanName: string | undefined;
|
|
1475
|
+
|
|
1476
|
+
ReportPlanDescription?: string;
|
|
1477
|
+
|
|
1478
|
+
ReportDeliveryChannel?: ReportDeliveryChannel;
|
|
1479
|
+
|
|
1480
|
+
ReportSetting?: ReportSetting;
|
|
1481
|
+
|
|
1482
|
+
IdempotencyToken?: string;
|
|
1483
|
+
}
|
|
1484
|
+
export interface UpdateReportPlanOutput {
|
|
1485
|
+
ReportPlanName?: string;
|
|
1486
|
+
|
|
1487
|
+
ReportPlanArn?: string;
|
|
1488
|
+
|
|
1489
|
+
CreationTime?: Date;
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
export declare const AdvancedBackupSettingFilterSensitiveLog: (
|
|
1493
|
+
obj: AdvancedBackupSetting
|
|
1494
|
+
) => any;
|
|
1495
|
+
|
|
1496
|
+
export declare const RecoveryPointCreatorFilterSensitiveLog: (
|
|
1497
|
+
obj: RecoveryPointCreator
|
|
1498
|
+
) => any;
|
|
1499
|
+
|
|
1500
|
+
export declare const BackupJobFilterSensitiveLog: (obj: BackupJob) => any;
|
|
1501
|
+
|
|
1502
|
+
export declare const LifecycleFilterSensitiveLog: (obj: Lifecycle) => any;
|
|
1503
|
+
|
|
1504
|
+
export declare const CopyActionFilterSensitiveLog: (obj: CopyAction) => any;
|
|
1505
|
+
|
|
1506
|
+
export declare const BackupRuleFilterSensitiveLog: (obj: BackupRule) => any;
|
|
1507
|
+
|
|
1508
|
+
export declare const BackupPlanFilterSensitiveLog: (obj: BackupPlan) => any;
|
|
1509
|
+
|
|
1510
|
+
export declare const BackupRuleInputFilterSensitiveLog: (
|
|
1511
|
+
obj: BackupRuleInput
|
|
1512
|
+
) => any;
|
|
1513
|
+
|
|
1514
|
+
export declare const BackupPlanInputFilterSensitiveLog: (
|
|
1515
|
+
obj: BackupPlanInput
|
|
1516
|
+
) => any;
|
|
1517
|
+
|
|
1518
|
+
export declare const BackupPlansListMemberFilterSensitiveLog: (
|
|
1519
|
+
obj: BackupPlansListMember
|
|
1520
|
+
) => any;
|
|
1521
|
+
|
|
1522
|
+
export declare const BackupPlanTemplatesListMemberFilterSensitiveLog: (
|
|
1523
|
+
obj: BackupPlanTemplatesListMember
|
|
1524
|
+
) => any;
|
|
1525
|
+
|
|
1526
|
+
export declare const ConditionParameterFilterSensitiveLog: (
|
|
1527
|
+
obj: ConditionParameter
|
|
1528
|
+
) => any;
|
|
1529
|
+
|
|
1530
|
+
export declare const ConditionsFilterSensitiveLog: (obj: Conditions) => any;
|
|
1531
|
+
|
|
1532
|
+
export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
|
|
1533
|
+
|
|
1534
|
+
export declare const BackupSelectionFilterSensitiveLog: (
|
|
1535
|
+
obj: BackupSelection
|
|
1536
|
+
) => any;
|
|
1537
|
+
|
|
1538
|
+
export declare const BackupSelectionsListMemberFilterSensitiveLog: (
|
|
1539
|
+
obj: BackupSelectionsListMember
|
|
1540
|
+
) => any;
|
|
1541
|
+
|
|
1542
|
+
export declare const BackupVaultListMemberFilterSensitiveLog: (
|
|
1543
|
+
obj: BackupVaultListMember
|
|
1544
|
+
) => any;
|
|
1545
|
+
|
|
1546
|
+
export declare const CalculatedLifecycleFilterSensitiveLog: (
|
|
1547
|
+
obj: CalculatedLifecycle
|
|
1548
|
+
) => any;
|
|
1549
|
+
|
|
1550
|
+
export declare const ControlInputParameterFilterSensitiveLog: (
|
|
1551
|
+
obj: ControlInputParameter
|
|
1552
|
+
) => any;
|
|
1553
|
+
|
|
1554
|
+
export declare const ControlScopeFilterSensitiveLog: (obj: ControlScope) => any;
|
|
1555
|
+
|
|
1556
|
+
export declare const CopyJobFilterSensitiveLog: (obj: CopyJob) => any;
|
|
1557
|
+
|
|
1558
|
+
export declare const CreateBackupPlanInputFilterSensitiveLog: (
|
|
1559
|
+
obj: CreateBackupPlanInput
|
|
1560
|
+
) => any;
|
|
1561
|
+
|
|
1562
|
+
export declare const CreateBackupPlanOutputFilterSensitiveLog: (
|
|
1563
|
+
obj: CreateBackupPlanOutput
|
|
1564
|
+
) => any;
|
|
1565
|
+
|
|
1566
|
+
export declare const CreateBackupSelectionInputFilterSensitiveLog: (
|
|
1567
|
+
obj: CreateBackupSelectionInput
|
|
1568
|
+
) => any;
|
|
1569
|
+
|
|
1570
|
+
export declare const CreateBackupSelectionOutputFilterSensitiveLog: (
|
|
1571
|
+
obj: CreateBackupSelectionOutput
|
|
1572
|
+
) => any;
|
|
1573
|
+
|
|
1574
|
+
export declare const CreateBackupVaultInputFilterSensitiveLog: (
|
|
1575
|
+
obj: CreateBackupVaultInput
|
|
1576
|
+
) => any;
|
|
1577
|
+
|
|
1578
|
+
export declare const CreateBackupVaultOutputFilterSensitiveLog: (
|
|
1579
|
+
obj: CreateBackupVaultOutput
|
|
1580
|
+
) => any;
|
|
1581
|
+
|
|
1582
|
+
export declare const FrameworkControlFilterSensitiveLog: (
|
|
1583
|
+
obj: FrameworkControl
|
|
1584
|
+
) => any;
|
|
1585
|
+
|
|
1586
|
+
export declare const CreateFrameworkInputFilterSensitiveLog: (
|
|
1587
|
+
obj: CreateFrameworkInput
|
|
1588
|
+
) => any;
|
|
1589
|
+
|
|
1590
|
+
export declare const CreateFrameworkOutputFilterSensitiveLog: (
|
|
1591
|
+
obj: CreateFrameworkOutput
|
|
1592
|
+
) => any;
|
|
1593
|
+
|
|
1594
|
+
export declare const ReportDeliveryChannelFilterSensitiveLog: (
|
|
1595
|
+
obj: ReportDeliveryChannel
|
|
1596
|
+
) => any;
|
|
1597
|
+
|
|
1598
|
+
export declare const ReportSettingFilterSensitiveLog: (
|
|
1599
|
+
obj: ReportSetting
|
|
1600
|
+
) => any;
|
|
1601
|
+
|
|
1602
|
+
export declare const CreateReportPlanInputFilterSensitiveLog: (
|
|
1603
|
+
obj: CreateReportPlanInput
|
|
1604
|
+
) => any;
|
|
1605
|
+
|
|
1606
|
+
export declare const CreateReportPlanOutputFilterSensitiveLog: (
|
|
1607
|
+
obj: CreateReportPlanOutput
|
|
1608
|
+
) => any;
|
|
1609
|
+
|
|
1610
|
+
export declare const DeleteBackupPlanInputFilterSensitiveLog: (
|
|
1611
|
+
obj: DeleteBackupPlanInput
|
|
1612
|
+
) => any;
|
|
1613
|
+
|
|
1614
|
+
export declare const DeleteBackupPlanOutputFilterSensitiveLog: (
|
|
1615
|
+
obj: DeleteBackupPlanOutput
|
|
1616
|
+
) => any;
|
|
1617
|
+
|
|
1618
|
+
export declare const DeleteBackupSelectionInputFilterSensitiveLog: (
|
|
1619
|
+
obj: DeleteBackupSelectionInput
|
|
1620
|
+
) => any;
|
|
1621
|
+
|
|
1622
|
+
export declare const DeleteBackupVaultInputFilterSensitiveLog: (
|
|
1623
|
+
obj: DeleteBackupVaultInput
|
|
1624
|
+
) => any;
|
|
1625
|
+
|
|
1626
|
+
export declare const DeleteBackupVaultAccessPolicyInputFilterSensitiveLog: (
|
|
1627
|
+
obj: DeleteBackupVaultAccessPolicyInput
|
|
1628
|
+
) => any;
|
|
1629
|
+
|
|
1630
|
+
export declare const DeleteBackupVaultLockConfigurationInputFilterSensitiveLog: (
|
|
1631
|
+
obj: DeleteBackupVaultLockConfigurationInput
|
|
1632
|
+
) => any;
|
|
1633
|
+
|
|
1634
|
+
export declare const DeleteBackupVaultNotificationsInputFilterSensitiveLog: (
|
|
1635
|
+
obj: DeleteBackupVaultNotificationsInput
|
|
1636
|
+
) => any;
|
|
1637
|
+
|
|
1638
|
+
export declare const DeleteFrameworkInputFilterSensitiveLog: (
|
|
1639
|
+
obj: DeleteFrameworkInput
|
|
1640
|
+
) => any;
|
|
1641
|
+
|
|
1642
|
+
export declare const DeleteRecoveryPointInputFilterSensitiveLog: (
|
|
1643
|
+
obj: DeleteRecoveryPointInput
|
|
1644
|
+
) => any;
|
|
1645
|
+
|
|
1646
|
+
export declare const DeleteReportPlanInputFilterSensitiveLog: (
|
|
1647
|
+
obj: DeleteReportPlanInput
|
|
1648
|
+
) => any;
|
|
1649
|
+
|
|
1650
|
+
export declare const DescribeBackupJobInputFilterSensitiveLog: (
|
|
1651
|
+
obj: DescribeBackupJobInput
|
|
1652
|
+
) => any;
|
|
1653
|
+
|
|
1654
|
+
export declare const DescribeBackupJobOutputFilterSensitiveLog: (
|
|
1655
|
+
obj: DescribeBackupJobOutput
|
|
1656
|
+
) => any;
|
|
1657
|
+
|
|
1658
|
+
export declare const DescribeBackupVaultInputFilterSensitiveLog: (
|
|
1659
|
+
obj: DescribeBackupVaultInput
|
|
1660
|
+
) => any;
|
|
1661
|
+
|
|
1662
|
+
export declare const DescribeBackupVaultOutputFilterSensitiveLog: (
|
|
1663
|
+
obj: DescribeBackupVaultOutput
|
|
1664
|
+
) => any;
|
|
1665
|
+
|
|
1666
|
+
export declare const DescribeCopyJobInputFilterSensitiveLog: (
|
|
1667
|
+
obj: DescribeCopyJobInput
|
|
1668
|
+
) => any;
|
|
1669
|
+
|
|
1670
|
+
export declare const DescribeCopyJobOutputFilterSensitiveLog: (
|
|
1671
|
+
obj: DescribeCopyJobOutput
|
|
1672
|
+
) => any;
|
|
1673
|
+
|
|
1674
|
+
export declare const DescribeFrameworkInputFilterSensitiveLog: (
|
|
1675
|
+
obj: DescribeFrameworkInput
|
|
1676
|
+
) => any;
|
|
1677
|
+
|
|
1678
|
+
export declare const DescribeFrameworkOutputFilterSensitiveLog: (
|
|
1679
|
+
obj: DescribeFrameworkOutput
|
|
1680
|
+
) => any;
|
|
1681
|
+
|
|
1682
|
+
export declare const DescribeGlobalSettingsInputFilterSensitiveLog: (
|
|
1683
|
+
obj: DescribeGlobalSettingsInput
|
|
1684
|
+
) => any;
|
|
1685
|
+
|
|
1686
|
+
export declare const DescribeGlobalSettingsOutputFilterSensitiveLog: (
|
|
1687
|
+
obj: DescribeGlobalSettingsOutput
|
|
1688
|
+
) => any;
|
|
1689
|
+
|
|
1690
|
+
export declare const DescribeProtectedResourceInputFilterSensitiveLog: (
|
|
1691
|
+
obj: DescribeProtectedResourceInput
|
|
1692
|
+
) => any;
|
|
1693
|
+
|
|
1694
|
+
export declare const DescribeProtectedResourceOutputFilterSensitiveLog: (
|
|
1695
|
+
obj: DescribeProtectedResourceOutput
|
|
1696
|
+
) => any;
|
|
1697
|
+
|
|
1698
|
+
export declare const DescribeRecoveryPointInputFilterSensitiveLog: (
|
|
1699
|
+
obj: DescribeRecoveryPointInput
|
|
1700
|
+
) => any;
|
|
1701
|
+
|
|
1702
|
+
export declare const DescribeRecoveryPointOutputFilterSensitiveLog: (
|
|
1703
|
+
obj: DescribeRecoveryPointOutput
|
|
1704
|
+
) => any;
|
|
1705
|
+
|
|
1706
|
+
export declare const DescribeRegionSettingsInputFilterSensitiveLog: (
|
|
1707
|
+
obj: DescribeRegionSettingsInput
|
|
1708
|
+
) => any;
|
|
1709
|
+
|
|
1710
|
+
export declare const DescribeRegionSettingsOutputFilterSensitiveLog: (
|
|
1711
|
+
obj: DescribeRegionSettingsOutput
|
|
1712
|
+
) => any;
|
|
1713
|
+
|
|
1714
|
+
export declare const DescribeReportJobInputFilterSensitiveLog: (
|
|
1715
|
+
obj: DescribeReportJobInput
|
|
1716
|
+
) => any;
|
|
1717
|
+
|
|
1718
|
+
export declare const ReportDestinationFilterSensitiveLog: (
|
|
1719
|
+
obj: ReportDestination
|
|
1720
|
+
) => any;
|
|
1721
|
+
|
|
1722
|
+
export declare const ReportJobFilterSensitiveLog: (obj: ReportJob) => any;
|
|
1723
|
+
|
|
1724
|
+
export declare const DescribeReportJobOutputFilterSensitiveLog: (
|
|
1725
|
+
obj: DescribeReportJobOutput
|
|
1726
|
+
) => any;
|
|
1727
|
+
|
|
1728
|
+
export declare const DescribeReportPlanInputFilterSensitiveLog: (
|
|
1729
|
+
obj: DescribeReportPlanInput
|
|
1730
|
+
) => any;
|
|
1731
|
+
|
|
1732
|
+
export declare const ReportPlanFilterSensitiveLog: (obj: ReportPlan) => any;
|
|
1733
|
+
|
|
1734
|
+
export declare const DescribeReportPlanOutputFilterSensitiveLog: (
|
|
1735
|
+
obj: DescribeReportPlanOutput
|
|
1736
|
+
) => any;
|
|
1737
|
+
|
|
1738
|
+
export declare const DescribeRestoreJobInputFilterSensitiveLog: (
|
|
1739
|
+
obj: DescribeRestoreJobInput
|
|
1740
|
+
) => any;
|
|
1741
|
+
|
|
1742
|
+
export declare const DescribeRestoreJobOutputFilterSensitiveLog: (
|
|
1743
|
+
obj: DescribeRestoreJobOutput
|
|
1744
|
+
) => any;
|
|
1745
|
+
|
|
1746
|
+
export declare const DisassociateRecoveryPointInputFilterSensitiveLog: (
|
|
1747
|
+
obj: DisassociateRecoveryPointInput
|
|
1748
|
+
) => any;
|
|
1749
|
+
|
|
1750
|
+
export declare const ExportBackupPlanTemplateInputFilterSensitiveLog: (
|
|
1751
|
+
obj: ExportBackupPlanTemplateInput
|
|
1752
|
+
) => any;
|
|
1753
|
+
|
|
1754
|
+
export declare const ExportBackupPlanTemplateOutputFilterSensitiveLog: (
|
|
1755
|
+
obj: ExportBackupPlanTemplateOutput
|
|
1756
|
+
) => any;
|
|
1757
|
+
|
|
1758
|
+
export declare const GetBackupPlanInputFilterSensitiveLog: (
|
|
1759
|
+
obj: GetBackupPlanInput
|
|
1760
|
+
) => any;
|
|
1761
|
+
|
|
1762
|
+
export declare const GetBackupPlanOutputFilterSensitiveLog: (
|
|
1763
|
+
obj: GetBackupPlanOutput
|
|
1764
|
+
) => any;
|
|
1765
|
+
|
|
1766
|
+
export declare const GetBackupPlanFromJSONInputFilterSensitiveLog: (
|
|
1767
|
+
obj: GetBackupPlanFromJSONInput
|
|
1768
|
+
) => any;
|
|
1769
|
+
|
|
1770
|
+
export declare const GetBackupPlanFromJSONOutputFilterSensitiveLog: (
|
|
1771
|
+
obj: GetBackupPlanFromJSONOutput
|
|
1772
|
+
) => any;
|
|
1773
|
+
|
|
1774
|
+
export declare const GetBackupPlanFromTemplateInputFilterSensitiveLog: (
|
|
1775
|
+
obj: GetBackupPlanFromTemplateInput
|
|
1776
|
+
) => any;
|
|
1777
|
+
|
|
1778
|
+
export declare const GetBackupPlanFromTemplateOutputFilterSensitiveLog: (
|
|
1779
|
+
obj: GetBackupPlanFromTemplateOutput
|
|
1780
|
+
) => any;
|
|
1781
|
+
|
|
1782
|
+
export declare const GetBackupSelectionInputFilterSensitiveLog: (
|
|
1783
|
+
obj: GetBackupSelectionInput
|
|
1784
|
+
) => any;
|
|
1785
|
+
|
|
1786
|
+
export declare const GetBackupSelectionOutputFilterSensitiveLog: (
|
|
1787
|
+
obj: GetBackupSelectionOutput
|
|
1788
|
+
) => any;
|
|
1789
|
+
|
|
1790
|
+
export declare const GetBackupVaultAccessPolicyInputFilterSensitiveLog: (
|
|
1791
|
+
obj: GetBackupVaultAccessPolicyInput
|
|
1792
|
+
) => any;
|
|
1793
|
+
|
|
1794
|
+
export declare const GetBackupVaultAccessPolicyOutputFilterSensitiveLog: (
|
|
1795
|
+
obj: GetBackupVaultAccessPolicyOutput
|
|
1796
|
+
) => any;
|
|
1797
|
+
|
|
1798
|
+
export declare const GetBackupVaultNotificationsInputFilterSensitiveLog: (
|
|
1799
|
+
obj: GetBackupVaultNotificationsInput
|
|
1800
|
+
) => any;
|
|
1801
|
+
|
|
1802
|
+
export declare const GetBackupVaultNotificationsOutputFilterSensitiveLog: (
|
|
1803
|
+
obj: GetBackupVaultNotificationsOutput
|
|
1804
|
+
) => any;
|
|
1805
|
+
|
|
1806
|
+
export declare const GetRecoveryPointRestoreMetadataInputFilterSensitiveLog: (
|
|
1807
|
+
obj: GetRecoveryPointRestoreMetadataInput
|
|
1808
|
+
) => any;
|
|
1809
|
+
|
|
1810
|
+
export declare const GetRecoveryPointRestoreMetadataOutputFilterSensitiveLog: (
|
|
1811
|
+
obj: GetRecoveryPointRestoreMetadataOutput
|
|
1812
|
+
) => any;
|
|
1813
|
+
|
|
1814
|
+
export declare const GetSupportedResourceTypesOutputFilterSensitiveLog: (
|
|
1815
|
+
obj: GetSupportedResourceTypesOutput
|
|
1816
|
+
) => any;
|
|
1817
|
+
|
|
1818
|
+
export declare const ListBackupJobsInputFilterSensitiveLog: (
|
|
1819
|
+
obj: ListBackupJobsInput
|
|
1820
|
+
) => any;
|
|
1821
|
+
|
|
1822
|
+
export declare const ListBackupJobsOutputFilterSensitiveLog: (
|
|
1823
|
+
obj: ListBackupJobsOutput
|
|
1824
|
+
) => any;
|
|
1825
|
+
|
|
1826
|
+
export declare const ListBackupPlansInputFilterSensitiveLog: (
|
|
1827
|
+
obj: ListBackupPlansInput
|
|
1828
|
+
) => any;
|
|
1829
|
+
|
|
1830
|
+
export declare const ListBackupPlansOutputFilterSensitiveLog: (
|
|
1831
|
+
obj: ListBackupPlansOutput
|
|
1832
|
+
) => any;
|
|
1833
|
+
|
|
1834
|
+
export declare const ListBackupPlanTemplatesInputFilterSensitiveLog: (
|
|
1835
|
+
obj: ListBackupPlanTemplatesInput
|
|
1836
|
+
) => any;
|
|
1837
|
+
|
|
1838
|
+
export declare const ListBackupPlanTemplatesOutputFilterSensitiveLog: (
|
|
1839
|
+
obj: ListBackupPlanTemplatesOutput
|
|
1840
|
+
) => any;
|
|
1841
|
+
|
|
1842
|
+
export declare const ListBackupPlanVersionsInputFilterSensitiveLog: (
|
|
1843
|
+
obj: ListBackupPlanVersionsInput
|
|
1844
|
+
) => any;
|
|
1845
|
+
|
|
1846
|
+
export declare const ListBackupPlanVersionsOutputFilterSensitiveLog: (
|
|
1847
|
+
obj: ListBackupPlanVersionsOutput
|
|
1848
|
+
) => any;
|
|
1849
|
+
|
|
1850
|
+
export declare const ListBackupSelectionsInputFilterSensitiveLog: (
|
|
1851
|
+
obj: ListBackupSelectionsInput
|
|
1852
|
+
) => any;
|
|
1853
|
+
|
|
1854
|
+
export declare const ListBackupSelectionsOutputFilterSensitiveLog: (
|
|
1855
|
+
obj: ListBackupSelectionsOutput
|
|
1856
|
+
) => any;
|
|
1857
|
+
|
|
1858
|
+
export declare const ListBackupVaultsInputFilterSensitiveLog: (
|
|
1859
|
+
obj: ListBackupVaultsInput
|
|
1860
|
+
) => any;
|
|
1861
|
+
|
|
1862
|
+
export declare const ListBackupVaultsOutputFilterSensitiveLog: (
|
|
1863
|
+
obj: ListBackupVaultsOutput
|
|
1864
|
+
) => any;
|
|
1865
|
+
|
|
1866
|
+
export declare const ListCopyJobsInputFilterSensitiveLog: (
|
|
1867
|
+
obj: ListCopyJobsInput
|
|
1868
|
+
) => any;
|
|
1869
|
+
|
|
1870
|
+
export declare const ListCopyJobsOutputFilterSensitiveLog: (
|
|
1871
|
+
obj: ListCopyJobsOutput
|
|
1872
|
+
) => any;
|
|
1873
|
+
|
|
1874
|
+
export declare const ListFrameworksInputFilterSensitiveLog: (
|
|
1875
|
+
obj: ListFrameworksInput
|
|
1876
|
+
) => any;
|
|
1877
|
+
|
|
1878
|
+
export declare const FrameworkFilterSensitiveLog: (obj: Framework) => any;
|
|
1879
|
+
|
|
1880
|
+
export declare const ListFrameworksOutputFilterSensitiveLog: (
|
|
1881
|
+
obj: ListFrameworksOutput
|
|
1882
|
+
) => any;
|
|
1883
|
+
|
|
1884
|
+
export declare const ListProtectedResourcesInputFilterSensitiveLog: (
|
|
1885
|
+
obj: ListProtectedResourcesInput
|
|
1886
|
+
) => any;
|
|
1887
|
+
|
|
1888
|
+
export declare const ProtectedResourceFilterSensitiveLog: (
|
|
1889
|
+
obj: ProtectedResource
|
|
1890
|
+
) => any;
|
|
1891
|
+
|
|
1892
|
+
export declare const ListProtectedResourcesOutputFilterSensitiveLog: (
|
|
1893
|
+
obj: ListProtectedResourcesOutput
|
|
1894
|
+
) => any;
|
|
1895
|
+
|
|
1896
|
+
export declare const ListRecoveryPointsByBackupVaultInputFilterSensitiveLog: (
|
|
1897
|
+
obj: ListRecoveryPointsByBackupVaultInput
|
|
1898
|
+
) => any;
|
|
1899
|
+
|
|
1900
|
+
export declare const RecoveryPointByBackupVaultFilterSensitiveLog: (
|
|
1901
|
+
obj: RecoveryPointByBackupVault
|
|
1902
|
+
) => any;
|
|
1903
|
+
|
|
1904
|
+
export declare const ListRecoveryPointsByBackupVaultOutputFilterSensitiveLog: (
|
|
1905
|
+
obj: ListRecoveryPointsByBackupVaultOutput
|
|
1906
|
+
) => any;
|
|
1907
|
+
|
|
1908
|
+
export declare const ListRecoveryPointsByResourceInputFilterSensitiveLog: (
|
|
1909
|
+
obj: ListRecoveryPointsByResourceInput
|
|
1910
|
+
) => any;
|
|
1911
|
+
|
|
1912
|
+
export declare const RecoveryPointByResourceFilterSensitiveLog: (
|
|
1913
|
+
obj: RecoveryPointByResource
|
|
1914
|
+
) => any;
|
|
1915
|
+
|
|
1916
|
+
export declare const ListRecoveryPointsByResourceOutputFilterSensitiveLog: (
|
|
1917
|
+
obj: ListRecoveryPointsByResourceOutput
|
|
1918
|
+
) => any;
|
|
1919
|
+
|
|
1920
|
+
export declare const ListReportJobsInputFilterSensitiveLog: (
|
|
1921
|
+
obj: ListReportJobsInput
|
|
1922
|
+
) => any;
|
|
1923
|
+
|
|
1924
|
+
export declare const ListReportJobsOutputFilterSensitiveLog: (
|
|
1925
|
+
obj: ListReportJobsOutput
|
|
1926
|
+
) => any;
|
|
1927
|
+
|
|
1928
|
+
export declare const ListReportPlansInputFilterSensitiveLog: (
|
|
1929
|
+
obj: ListReportPlansInput
|
|
1930
|
+
) => any;
|
|
1931
|
+
|
|
1932
|
+
export declare const ListReportPlansOutputFilterSensitiveLog: (
|
|
1933
|
+
obj: ListReportPlansOutput
|
|
1934
|
+
) => any;
|
|
1935
|
+
|
|
1936
|
+
export declare const ListRestoreJobsInputFilterSensitiveLog: (
|
|
1937
|
+
obj: ListRestoreJobsInput
|
|
1938
|
+
) => any;
|
|
1939
|
+
|
|
1940
|
+
export declare const RestoreJobsListMemberFilterSensitiveLog: (
|
|
1941
|
+
obj: RestoreJobsListMember
|
|
1942
|
+
) => any;
|
|
1943
|
+
|
|
1944
|
+
export declare const ListRestoreJobsOutputFilterSensitiveLog: (
|
|
1945
|
+
obj: ListRestoreJobsOutput
|
|
1946
|
+
) => any;
|
|
1947
|
+
|
|
1948
|
+
export declare const ListTagsInputFilterSensitiveLog: (
|
|
1949
|
+
obj: ListTagsInput
|
|
1950
|
+
) => any;
|
|
1951
|
+
|
|
1952
|
+
export declare const ListTagsOutputFilterSensitiveLog: (
|
|
1953
|
+
obj: ListTagsOutput
|
|
1954
|
+
) => any;
|
|
1955
|
+
|
|
1956
|
+
export declare const PutBackupVaultAccessPolicyInputFilterSensitiveLog: (
|
|
1957
|
+
obj: PutBackupVaultAccessPolicyInput
|
|
1958
|
+
) => any;
|
|
1959
|
+
|
|
1960
|
+
export declare const PutBackupVaultLockConfigurationInputFilterSensitiveLog: (
|
|
1961
|
+
obj: PutBackupVaultLockConfigurationInput
|
|
1962
|
+
) => any;
|
|
1963
|
+
|
|
1964
|
+
export declare const PutBackupVaultNotificationsInputFilterSensitiveLog: (
|
|
1965
|
+
obj: PutBackupVaultNotificationsInput
|
|
1966
|
+
) => any;
|
|
1967
|
+
|
|
1968
|
+
export declare const StartBackupJobInputFilterSensitiveLog: (
|
|
1969
|
+
obj: StartBackupJobInput
|
|
1970
|
+
) => any;
|
|
1971
|
+
|
|
1972
|
+
export declare const StartBackupJobOutputFilterSensitiveLog: (
|
|
1973
|
+
obj: StartBackupJobOutput
|
|
1974
|
+
) => any;
|
|
1975
|
+
|
|
1976
|
+
export declare const StartCopyJobInputFilterSensitiveLog: (
|
|
1977
|
+
obj: StartCopyJobInput
|
|
1978
|
+
) => any;
|
|
1979
|
+
|
|
1980
|
+
export declare const StartCopyJobOutputFilterSensitiveLog: (
|
|
1981
|
+
obj: StartCopyJobOutput
|
|
1982
|
+
) => any;
|
|
1983
|
+
|
|
1984
|
+
export declare const StartReportJobInputFilterSensitiveLog: (
|
|
1985
|
+
obj: StartReportJobInput
|
|
1986
|
+
) => any;
|
|
1987
|
+
|
|
1988
|
+
export declare const StartReportJobOutputFilterSensitiveLog: (
|
|
1989
|
+
obj: StartReportJobOutput
|
|
1990
|
+
) => any;
|
|
1991
|
+
|
|
1992
|
+
export declare const StartRestoreJobInputFilterSensitiveLog: (
|
|
1993
|
+
obj: StartRestoreJobInput
|
|
1994
|
+
) => any;
|
|
1995
|
+
|
|
1996
|
+
export declare const StartRestoreJobOutputFilterSensitiveLog: (
|
|
1997
|
+
obj: StartRestoreJobOutput
|
|
1998
|
+
) => any;
|
|
1999
|
+
|
|
2000
|
+
export declare const StopBackupJobInputFilterSensitiveLog: (
|
|
2001
|
+
obj: StopBackupJobInput
|
|
2002
|
+
) => any;
|
|
2003
|
+
|
|
2004
|
+
export declare const TagResourceInputFilterSensitiveLog: (
|
|
2005
|
+
obj: TagResourceInput
|
|
2006
|
+
) => any;
|
|
2007
|
+
|
|
2008
|
+
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
2009
|
+
obj: UntagResourceInput
|
|
2010
|
+
) => any;
|
|
2011
|
+
|
|
2012
|
+
export declare const UpdateBackupPlanInputFilterSensitiveLog: (
|
|
2013
|
+
obj: UpdateBackupPlanInput
|
|
2014
|
+
) => any;
|
|
2015
|
+
|
|
2016
|
+
export declare const UpdateBackupPlanOutputFilterSensitiveLog: (
|
|
2017
|
+
obj: UpdateBackupPlanOutput
|
|
2018
|
+
) => any;
|
|
2019
|
+
|
|
2020
|
+
export declare const UpdateFrameworkInputFilterSensitiveLog: (
|
|
2021
|
+
obj: UpdateFrameworkInput
|
|
2022
|
+
) => any;
|
|
2023
|
+
|
|
2024
|
+
export declare const UpdateFrameworkOutputFilterSensitiveLog: (
|
|
2025
|
+
obj: UpdateFrameworkOutput
|
|
2026
|
+
) => any;
|
|
2027
|
+
|
|
2028
|
+
export declare const UpdateGlobalSettingsInputFilterSensitiveLog: (
|
|
2029
|
+
obj: UpdateGlobalSettingsInput
|
|
2030
|
+
) => any;
|
|
2031
|
+
|
|
2032
|
+
export declare const UpdateRecoveryPointLifecycleInputFilterSensitiveLog: (
|
|
2033
|
+
obj: UpdateRecoveryPointLifecycleInput
|
|
2034
|
+
) => any;
|
|
2035
|
+
|
|
2036
|
+
export declare const UpdateRecoveryPointLifecycleOutputFilterSensitiveLog: (
|
|
2037
|
+
obj: UpdateRecoveryPointLifecycleOutput
|
|
2038
|
+
) => any;
|
|
2039
|
+
|
|
2040
|
+
export declare const UpdateRegionSettingsInputFilterSensitiveLog: (
|
|
2041
|
+
obj: UpdateRegionSettingsInput
|
|
2042
|
+
) => any;
|
|
2043
|
+
|
|
2044
|
+
export declare const UpdateReportPlanInputFilterSensitiveLog: (
|
|
2045
|
+
obj: UpdateReportPlanInput
|
|
2046
|
+
) => any;
|
|
2047
|
+
|
|
2048
|
+
export declare const UpdateReportPlanOutputFilterSensitiveLog: (
|
|
2049
|
+
obj: UpdateReportPlanOutput
|
|
2050
|
+
) => any;
|