@aws-sdk/client-backup 3.458.0 → 3.459.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/README.md +112 -0
- package/dist-cjs/Backup.js +28 -0
- package/dist-cjs/commands/CreateRestoreTestingPlanCommand.js +52 -0
- package/dist-cjs/commands/CreateRestoreTestingSelectionCommand.js +52 -0
- package/dist-cjs/commands/DeleteRestoreTestingPlanCommand.js +51 -0
- package/dist-cjs/commands/DeleteRestoreTestingSelectionCommand.js +51 -0
- package/dist-cjs/commands/GetRestoreJobMetadataCommand.js +52 -0
- package/dist-cjs/commands/GetRestoreTestingInferredMetadataCommand.js +51 -0
- package/dist-cjs/commands/GetRestoreTestingPlanCommand.js +51 -0
- package/dist-cjs/commands/GetRestoreTestingSelectionCommand.js +52 -0
- package/dist-cjs/commands/ListRestoreJobsByProtectedResourceCommand.js +51 -0
- package/dist-cjs/commands/ListRestoreTestingPlansCommand.js +51 -0
- package/dist-cjs/commands/ListRestoreTestingSelectionsCommand.js +51 -0
- package/dist-cjs/commands/PutRestoreValidationResultCommand.js +51 -0
- package/dist-cjs/commands/UpdateRestoreTestingPlanCommand.js +51 -0
- package/dist-cjs/commands/UpdateRestoreTestingSelectionCommand.js +52 -0
- package/dist-cjs/commands/index.js +14 -0
- package/dist-cjs/models/models_0.js +67 -1
- package/dist-cjs/pagination/ListRestoreJobsByProtectedResourcePaginator.js +29 -0
- package/dist-cjs/pagination/ListRestoreTestingPlansPaginator.js +29 -0
- package/dist-cjs/pagination/ListRestoreTestingSelectionsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1059 -71
- package/dist-es/Backup.js +28 -0
- package/dist-es/commands/CreateRestoreTestingPlanCommand.js +48 -0
- package/dist-es/commands/CreateRestoreTestingSelectionCommand.js +48 -0
- package/dist-es/commands/DeleteRestoreTestingPlanCommand.js +47 -0
- package/dist-es/commands/DeleteRestoreTestingSelectionCommand.js +47 -0
- package/dist-es/commands/GetRestoreJobMetadataCommand.js +48 -0
- package/dist-es/commands/GetRestoreTestingInferredMetadataCommand.js +47 -0
- package/dist-es/commands/GetRestoreTestingPlanCommand.js +47 -0
- package/dist-es/commands/GetRestoreTestingSelectionCommand.js +48 -0
- package/dist-es/commands/ListRestoreJobsByProtectedResourceCommand.js +47 -0
- package/dist-es/commands/ListRestoreTestingPlansCommand.js +47 -0
- package/dist-es/commands/ListRestoreTestingSelectionsCommand.js +47 -0
- package/dist-es/commands/PutRestoreValidationResultCommand.js +47 -0
- package/dist-es/commands/UpdateRestoreTestingPlanCommand.js +47 -0
- package/dist-es/commands/UpdateRestoreTestingSelectionCommand.js +48 -0
- package/dist-es/commands/index.js +14 -0
- package/dist-es/models/models_0.js +57 -0
- package/dist-es/pagination/ListRestoreJobsByProtectedResourcePaginator.js +25 -0
- package/dist-es/pagination/ListRestoreTestingPlansPaginator.js +25 -0
- package/dist-es/pagination/ListRestoreTestingSelectionsPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +1023 -63
- package/dist-types/Backup.d.ts +98 -0
- package/dist-types/BackupClient.d.ts +16 -2
- package/dist-types/commands/CreateBackupPlanCommand.d.ts +2 -0
- package/dist-types/commands/CreateRestoreTestingPlanCommand.d.ts +122 -0
- package/dist-types/commands/CreateRestoreTestingSelectionCommand.d.ts +146 -0
- package/dist-types/commands/DeleteRestoreTestingPlanCommand.d.ts +80 -0
- package/dist-types/commands/DeleteRestoreTestingSelectionCommand.d.ts +81 -0
- package/dist-types/commands/DescribeBackupJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeProtectedResourceCommand.d.ts +5 -0
- package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRestoreJobCommand.d.ts +8 -0
- package/dist-types/commands/GetBackupPlanCommand.d.ts +2 -0
- package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +2 -0
- package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +1 -0
- package/dist-types/commands/GetRestoreJobMetadataCommand.d.ts +89 -0
- package/dist-types/commands/GetRestoreTestingInferredMetadataCommand.d.ts +93 -0
- package/dist-types/commands/GetRestoreTestingPlanCommand.d.ts +104 -0
- package/dist-types/commands/GetRestoreTestingSelectionCommand.d.ts +109 -0
- package/dist-types/commands/ListBackupJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListProtectedResourcesByBackupVaultCommand.d.ts +2 -0
- package/dist-types/commands/ListProtectedResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +1 -0
- package/dist-types/commands/ListRestoreJobsByProtectedResourceCommand.d.ts +120 -0
- package/dist-types/commands/ListRestoreJobsCommand.d.ts +9 -0
- package/dist-types/commands/ListRestoreTestingPlansCommand.d.ts +93 -0
- package/dist-types/commands/ListRestoreTestingSelectionsCommand.d.ts +96 -0
- package/dist-types/commands/PutRestoreValidationResultCommand.d.ts +94 -0
- package/dist-types/commands/StartBackupJobCommand.d.ts +1 -0
- package/dist-types/commands/StartCopyJobCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBackupPlanCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRestoreTestingPlanCommand.d.ts +142 -0
- package/dist-types/commands/UpdateRestoreTestingSelectionCommand.d.ts +126 -0
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/models/models_0.d.ts +1481 -78
- package/dist-types/pagination/ListRestoreJobsByProtectedResourcePaginator.d.ts +7 -0
- package/dist-types/pagination/ListRestoreTestingPlansPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRestoreTestingSelectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
- package/dist-types/ts3.4/Backup.d.ts +250 -0
- package/dist-types/ts3.4/BackupClient.d.ts +86 -2
- package/dist-types/ts3.4/commands/CreateRestoreTestingPlanCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateRestoreTestingSelectionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteRestoreTestingPlanCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteRestoreTestingSelectionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetRestoreJobMetadataCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetRestoreTestingInferredMetadataCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetRestoreTestingPlanCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetRestoreTestingSelectionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRestoreJobsByProtectedResourceCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRestoreTestingPlansCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRestoreTestingSelectionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutRestoreValidationResultCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateRestoreTestingPlanCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateRestoreTestingSelectionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/models/models_0.d.ts +276 -0
- package/dist-types/ts3.4/pagination/ListRestoreJobsByProtectedResourcePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRestoreTestingPlansPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRestoreTestingSelectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
- package/package.json +1 -1
|
@@ -283,12 +283,19 @@ export interface BackupJob {
|
|
|
283
283
|
* belongs to the specified backup.</p>
|
|
284
284
|
*/
|
|
285
285
|
ResourceName?: string;
|
|
286
|
+
/**
|
|
287
|
+
* @public
|
|
288
|
+
* <p>This is the date on which the backup
|
|
289
|
+
* job was initiated.</p>
|
|
290
|
+
*/
|
|
291
|
+
InitiationDate?: Date;
|
|
286
292
|
/**
|
|
287
293
|
* @public
|
|
288
294
|
* <p>This parameter is the job count for the specified
|
|
289
295
|
* message category.</p>
|
|
290
|
-
* <p>Example strings include <code>AccessDenied</code>,
|
|
291
|
-
*
|
|
296
|
+
* <p>Example strings may include <code>AccessDenied</code>,
|
|
297
|
+
* <code>SUCCESS</code>, <code>AGGREGATE_ALL</code>, and
|
|
298
|
+
* <code>INVALIDPARAMETERS</code>. See
|
|
292
299
|
* <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html">Monitoring</a>
|
|
293
300
|
* for a list of MessageCategory strings.</p>
|
|
294
301
|
* <p>The the value ANY returns count of all message categories.</p>
|
|
@@ -413,6 +420,13 @@ export interface Lifecycle {
|
|
|
413
420
|
* greater than 90 days plus <code>MoveToColdStorageAfterDays</code>.</p>
|
|
414
421
|
*/
|
|
415
422
|
DeleteAfterDays?: number;
|
|
423
|
+
/**
|
|
424
|
+
* @public
|
|
425
|
+
* <p>Optional Boolean. If this is true, this setting will
|
|
426
|
+
* instruct your backup plan to transition supported resources to
|
|
427
|
+
* archive (cold) storage tier in accordance with your lifecycle settings.</p>
|
|
428
|
+
*/
|
|
429
|
+
OptInToArchiveForSupportedResources?: boolean;
|
|
416
430
|
}
|
|
417
431
|
/**
|
|
418
432
|
* @public
|
|
@@ -880,8 +894,8 @@ export interface BackupSelection {
|
|
|
880
894
|
* @public
|
|
881
895
|
* <p>A list of conditions that you define to assign resources to your backup plans using
|
|
882
896
|
* tags. For example, <code>"StringEquals": \{
|
|
883
|
-
* "
|
|
884
|
-
* "
|
|
897
|
+
* "Key": "aws:ResourceTag/CreatedByCryo",
|
|
898
|
+
* "Value": "true"
|
|
885
899
|
* \},</code>. Condition
|
|
886
900
|
* operators are case sensitive.</p>
|
|
887
901
|
* <p>
|
|
@@ -914,8 +928,8 @@ export interface BackupSelection {
|
|
|
914
928
|
* @public
|
|
915
929
|
* <p>A list of conditions that you define to assign resources to your backup plans using
|
|
916
930
|
* tags. For example, <code>"StringEquals": \{
|
|
917
|
-
* "
|
|
918
|
-
* "
|
|
931
|
+
* "Key": "aws:ResourceTag/CreatedByCryo",
|
|
932
|
+
* "Value": "true"
|
|
919
933
|
* \},</code>. Condition
|
|
920
934
|
* operators are case sensitive.</p>
|
|
921
935
|
* <p>
|
|
@@ -1509,8 +1523,9 @@ export interface CopyJob {
|
|
|
1509
1523
|
* @public
|
|
1510
1524
|
* <p>This parameter is the job count for the specified
|
|
1511
1525
|
* message category.</p>
|
|
1512
|
-
* <p>Example strings include <code>AccessDenied</code>,
|
|
1513
|
-
* <code>
|
|
1526
|
+
* <p>Example strings may include <code>AccessDenied</code>,
|
|
1527
|
+
* <code>SUCCESS</code>, <code>AGGREGATE_ALL</code>, and
|
|
1528
|
+
* <code>InvalidParameters</code>. See
|
|
1514
1529
|
* <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html">Monitoring</a>
|
|
1515
1530
|
* for a list of MessageCategory strings.</p>
|
|
1516
1531
|
* <p>The the value ANY returns count of all message categories.</p>
|
|
@@ -2047,6 +2062,8 @@ export interface CreateLogicallyAirGappedBackupVaultInput {
|
|
|
2047
2062
|
/**
|
|
2048
2063
|
* @public
|
|
2049
2064
|
* <p>This is the ID of the creation request.</p>
|
|
2065
|
+
* <p>This parameter is optional. If used, this parameter must contain
|
|
2066
|
+
* 1 to 50 alphanumeric or '-_.' characters.</p>
|
|
2050
2067
|
*/
|
|
2051
2068
|
CreatorRequestId?: string;
|
|
2052
2069
|
/**
|
|
@@ -2285,6 +2302,420 @@ export interface CreateReportPlanOutput {
|
|
|
2285
2302
|
*/
|
|
2286
2303
|
CreationTime?: Date;
|
|
2287
2304
|
}
|
|
2305
|
+
/**
|
|
2306
|
+
* @public
|
|
2307
|
+
* @enum
|
|
2308
|
+
*/
|
|
2309
|
+
export declare const RestoreTestingRecoveryPointSelectionAlgorithm: {
|
|
2310
|
+
readonly LATEST_WITHIN_WINDOW: "LATEST_WITHIN_WINDOW";
|
|
2311
|
+
readonly RANDOM_WITHIN_WINDOW: "RANDOM_WITHIN_WINDOW";
|
|
2312
|
+
};
|
|
2313
|
+
/**
|
|
2314
|
+
* @public
|
|
2315
|
+
*/
|
|
2316
|
+
export type RestoreTestingRecoveryPointSelectionAlgorithm = (typeof RestoreTestingRecoveryPointSelectionAlgorithm)[keyof typeof RestoreTestingRecoveryPointSelectionAlgorithm];
|
|
2317
|
+
/**
|
|
2318
|
+
* @public
|
|
2319
|
+
* @enum
|
|
2320
|
+
*/
|
|
2321
|
+
export declare const RestoreTestingRecoveryPointType: {
|
|
2322
|
+
readonly CONTINUOUS: "CONTINUOUS";
|
|
2323
|
+
readonly SNAPSHOT: "SNAPSHOT";
|
|
2324
|
+
};
|
|
2325
|
+
/**
|
|
2326
|
+
* @public
|
|
2327
|
+
*/
|
|
2328
|
+
export type RestoreTestingRecoveryPointType = (typeof RestoreTestingRecoveryPointType)[keyof typeof RestoreTestingRecoveryPointType];
|
|
2329
|
+
/**
|
|
2330
|
+
* @public
|
|
2331
|
+
* <p>Required: Algorithm; Required: Recovery point types;
|
|
2332
|
+
* IncludeVaults(one or more). Optional: SelectionWindowDays
|
|
2333
|
+
* ('30' if not specified);ExcludeVaults (list of selectors),
|
|
2334
|
+
* defaults to empty list if not listed.</p>
|
|
2335
|
+
*/
|
|
2336
|
+
export interface RestoreTestingRecoveryPointSelection {
|
|
2337
|
+
/**
|
|
2338
|
+
* @public
|
|
2339
|
+
* <p>Acceptable values include "LATEST_WITHIN_WINDOW" or
|
|
2340
|
+
* "RANDOM_WITHIN_WINDOW"</p>
|
|
2341
|
+
*/
|
|
2342
|
+
Algorithm?: RestoreTestingRecoveryPointSelectionAlgorithm;
|
|
2343
|
+
/**
|
|
2344
|
+
* @public
|
|
2345
|
+
* <p>Accepted values include specific ARNs or list of selectors.
|
|
2346
|
+
* Defaults to empty list if not listed.</p>
|
|
2347
|
+
*/
|
|
2348
|
+
ExcludeVaults?: string[];
|
|
2349
|
+
/**
|
|
2350
|
+
* @public
|
|
2351
|
+
* <p>Accepted values include wildcard ["*"] or by specific ARNs or
|
|
2352
|
+
* ARN wilcard replacement
|
|
2353
|
+
* ["arn:aws:backup:us-west-2:123456789012:backup-vault:asdf", ...]
|
|
2354
|
+
* ["arn:aws:backup:*:*:backup-vault:asdf-*", ...]</p>
|
|
2355
|
+
*/
|
|
2356
|
+
IncludeVaults?: string[];
|
|
2357
|
+
/**
|
|
2358
|
+
* @public
|
|
2359
|
+
* <p>These are the types of recovery points.</p>
|
|
2360
|
+
*/
|
|
2361
|
+
RecoveryPointTypes?: RestoreTestingRecoveryPointType[];
|
|
2362
|
+
/**
|
|
2363
|
+
* @public
|
|
2364
|
+
* <p>Accepted values are integers from 1 to 365.</p>
|
|
2365
|
+
*/
|
|
2366
|
+
SelectionWindowDays?: number;
|
|
2367
|
+
}
|
|
2368
|
+
/**
|
|
2369
|
+
* @public
|
|
2370
|
+
* <p>This contains metadata about a restore testing plan.</p>
|
|
2371
|
+
*/
|
|
2372
|
+
export interface RestoreTestingPlanForCreate {
|
|
2373
|
+
/**
|
|
2374
|
+
* @public
|
|
2375
|
+
* <p>Required: Algorithm; Required: Recovery point types; IncludeVaults
|
|
2376
|
+
* (one or more). Optional: SelectionWindowDays ('30' if not specified);
|
|
2377
|
+
* ExcludeVaults (list of selectors), defaults to empty list if not listed.</p>
|
|
2378
|
+
*/
|
|
2379
|
+
RecoveryPointSelection: RestoreTestingRecoveryPointSelection | undefined;
|
|
2380
|
+
/**
|
|
2381
|
+
* @public
|
|
2382
|
+
* <p>The RestoreTestingPlanName is a unique string that is the name
|
|
2383
|
+
* of the restore testing plan. This cannot be changed after creation,
|
|
2384
|
+
* and it must consist of only alphanumeric characters and underscores.</p>
|
|
2385
|
+
*/
|
|
2386
|
+
RestoreTestingPlanName: string | undefined;
|
|
2387
|
+
/**
|
|
2388
|
+
* @public
|
|
2389
|
+
* <p>A CRON expression in specified timezone when a restore
|
|
2390
|
+
* testing plan is executed.</p>
|
|
2391
|
+
*/
|
|
2392
|
+
ScheduleExpression: string | undefined;
|
|
2393
|
+
/**
|
|
2394
|
+
* @public
|
|
2395
|
+
* <p>Optional. This is the timezone in which the schedule
|
|
2396
|
+
* expression is set. By default, ScheduleExpressions are in UTC.
|
|
2397
|
+
* You can modify this to a specified timezone.</p>
|
|
2398
|
+
*/
|
|
2399
|
+
ScheduleExpressionTimezone?: string;
|
|
2400
|
+
/**
|
|
2401
|
+
* @public
|
|
2402
|
+
* <p>Defaults to 24 hours.</p>
|
|
2403
|
+
* <p>A value in hours after a
|
|
2404
|
+
* restore test is scheduled before a job will be canceled if it
|
|
2405
|
+
* doesn't start successfully. This value is optional. If this value
|
|
2406
|
+
* is included, this parameter has a maximum value of 168 hours
|
|
2407
|
+
* (one week).</p>
|
|
2408
|
+
*/
|
|
2409
|
+
StartWindowHours?: number;
|
|
2410
|
+
}
|
|
2411
|
+
/**
|
|
2412
|
+
* @public
|
|
2413
|
+
*/
|
|
2414
|
+
export interface CreateRestoreTestingPlanInput {
|
|
2415
|
+
/**
|
|
2416
|
+
* @public
|
|
2417
|
+
* <p>This is a unique string that identifies the request and
|
|
2418
|
+
* allows failed requests to be retriedwithout the risk of running
|
|
2419
|
+
* the operation twice. This parameter is optional. If used, this
|
|
2420
|
+
* parameter must contain 1 to 50 alphanumeric or '-_.' characters.</p>
|
|
2421
|
+
*/
|
|
2422
|
+
CreatorRequestId?: string;
|
|
2423
|
+
/**
|
|
2424
|
+
* @public
|
|
2425
|
+
* <p>A restore testing plan must contain a unique <code>RestoreTestingPlanName</code> string
|
|
2426
|
+
* you create and must contain a <code>ScheduleExpression</code> cron. You may optionally
|
|
2427
|
+
* include a <code>StartWindowHours</code> integer and a <code>CreatorRequestId</code>
|
|
2428
|
+
* string.</p>
|
|
2429
|
+
* <p>The <code>RestoreTestingPlanName</code> is a unique string that is the name of the
|
|
2430
|
+
* restore testing plan. This cannot be changed after creation, and it must consist of only
|
|
2431
|
+
* alphanumeric characters and underscores.</p>
|
|
2432
|
+
*/
|
|
2433
|
+
RestoreTestingPlan: RestoreTestingPlanForCreate | undefined;
|
|
2434
|
+
/**
|
|
2435
|
+
* @public
|
|
2436
|
+
* <p>Optional tags to include. A tag is a key-value pair you can use to
|
|
2437
|
+
* manage, filter, and search for your resources. Allowed characters include
|
|
2438
|
+
* UTF-8 letters,numbers, spaces, and the following characters:
|
|
2439
|
+
* + - = . _ : /.</p>
|
|
2440
|
+
*/
|
|
2441
|
+
Tags?: Record<string, string>;
|
|
2442
|
+
}
|
|
2443
|
+
/**
|
|
2444
|
+
* @public
|
|
2445
|
+
*/
|
|
2446
|
+
export interface CreateRestoreTestingPlanOutput {
|
|
2447
|
+
/**
|
|
2448
|
+
* @public
|
|
2449
|
+
* <p>The date and time a restore testing plan was created, in Unix format
|
|
2450
|
+
* and Coordinated Universal Time (UTC). The value of <code>CreationTime</code>
|
|
2451
|
+
* is accurate to milliseconds. For example, the value 1516925490.087 represents
|
|
2452
|
+
* Friday, January 26, 2018 12:11:30.087AM.</p>
|
|
2453
|
+
*/
|
|
2454
|
+
CreationTime: Date | undefined;
|
|
2455
|
+
/**
|
|
2456
|
+
* @public
|
|
2457
|
+
* <p>An Amazon Resource Name (ARN) that uniquely identifies the created
|
|
2458
|
+
* restore testing plan.</p>
|
|
2459
|
+
*/
|
|
2460
|
+
RestoreTestingPlanArn: string | undefined;
|
|
2461
|
+
/**
|
|
2462
|
+
* @public
|
|
2463
|
+
* <p>This unique string is the name of the restore testing plan.</p>
|
|
2464
|
+
* <p>The name cannot be changed after creation. The name consists of only
|
|
2465
|
+
* alphanumeric characters and underscores. Maximum length is 50.</p>
|
|
2466
|
+
*/
|
|
2467
|
+
RestoreTestingPlanName: string | undefined;
|
|
2468
|
+
}
|
|
2469
|
+
/**
|
|
2470
|
+
* @public
|
|
2471
|
+
* <p>Pair of two related strings. Allowed characters
|
|
2472
|
+
* are letters, white space, and numbers that can be
|
|
2473
|
+
* represented in UTF-8 and the following characters:
|
|
2474
|
+
* <code> + - = . _ : /</code>
|
|
2475
|
+
* </p>
|
|
2476
|
+
*/
|
|
2477
|
+
export interface KeyValue {
|
|
2478
|
+
/**
|
|
2479
|
+
* @public
|
|
2480
|
+
* <p>The tag key (String). The key can't start with
|
|
2481
|
+
* <code>aws:</code>.</p>
|
|
2482
|
+
* <p>Length Constraints: Minimum length of 1. Maximum
|
|
2483
|
+
* length of 128.</p>
|
|
2484
|
+
* <p>Pattern: <code>^(?![aA]\{1\}[wW]\{1\}[sS]\{1\}:)([\p\{L\}\p\{Z\}\p\{N\}_.:/=+\-@]+)$</code>
|
|
2485
|
+
* </p>
|
|
2486
|
+
*/
|
|
2487
|
+
Key: string | undefined;
|
|
2488
|
+
/**
|
|
2489
|
+
* @public
|
|
2490
|
+
* <p>The value of the key.</p>
|
|
2491
|
+
* <p>Length Constraints: Maximum length of 256.</p>
|
|
2492
|
+
* <p>Pattern: <code>^([\p\{L\}\p\{Z\}\p\{N\}_.:/=+\-@]*)$</code>
|
|
2493
|
+
* </p>
|
|
2494
|
+
*/
|
|
2495
|
+
Value: string | undefined;
|
|
2496
|
+
}
|
|
2497
|
+
/**
|
|
2498
|
+
* @public
|
|
2499
|
+
* <p>A list of conditions that you define for resources in
|
|
2500
|
+
* your restore testing plan using tags.</p>
|
|
2501
|
+
* <p>For example,
|
|
2502
|
+
* <code>"StringEquals": \{ "Key": "aws:ResourceTag/CreatedByCryo", "Value": "true" \},</code>.
|
|
2503
|
+
* Condition operators are case sensitive.</p>
|
|
2504
|
+
*/
|
|
2505
|
+
export interface ProtectedResourceConditions {
|
|
2506
|
+
/**
|
|
2507
|
+
* @public
|
|
2508
|
+
* <p>Filters the values of your tagged resources for only
|
|
2509
|
+
* those resources that you tagged with the same value.
|
|
2510
|
+
* Also called "exact matching."</p>
|
|
2511
|
+
*/
|
|
2512
|
+
StringEquals?: KeyValue[];
|
|
2513
|
+
/**
|
|
2514
|
+
* @public
|
|
2515
|
+
* <p>Filters the values of your tagged resources for only
|
|
2516
|
+
* those resources that you tagged that do not have the same value.
|
|
2517
|
+
* Also called "negated matching."</p>
|
|
2518
|
+
*/
|
|
2519
|
+
StringNotEquals?: KeyValue[];
|
|
2520
|
+
}
|
|
2521
|
+
/**
|
|
2522
|
+
* @public
|
|
2523
|
+
* <p>This contains metadata about a specific restore testing selection.</p>
|
|
2524
|
+
* <p>ProtectedResourceType is required, such as Amazon EBS or
|
|
2525
|
+
* Amazon EC2.</p>
|
|
2526
|
+
* <p>This consists of <code>RestoreTestingSelectionName</code>,
|
|
2527
|
+
* <code>ProtectedResourceType</code>, and one of the following:</p>
|
|
2528
|
+
* <ul>
|
|
2529
|
+
* <li>
|
|
2530
|
+
* <p>
|
|
2531
|
+
* <code>ProtectedResourceArns</code>
|
|
2532
|
+
* </p>
|
|
2533
|
+
* </li>
|
|
2534
|
+
* <li>
|
|
2535
|
+
* <p>
|
|
2536
|
+
* <code>ProtectedResourceConditions</code>
|
|
2537
|
+
* </p>
|
|
2538
|
+
* </li>
|
|
2539
|
+
* </ul>
|
|
2540
|
+
* <p>Each protected resource type can have one single value.</p>
|
|
2541
|
+
* <p>A restore testing selection can include a wildcard value ("*") for
|
|
2542
|
+
* <code>ProtectedResourceArns</code> along with <code>ProtectedResourceConditions</code>.
|
|
2543
|
+
* Alternatively, you can include up to 30 specific protected resource ARNs in
|
|
2544
|
+
* <code>ProtectedResourceArns</code>.</p>
|
|
2545
|
+
* <p>
|
|
2546
|
+
* <code>ProtectedResourceConditions</code> examples include as <code>StringEquals</code>
|
|
2547
|
+
* and <code>StringNotEquals</code>.</p>
|
|
2548
|
+
*/
|
|
2549
|
+
export interface RestoreTestingSelectionForCreate {
|
|
2550
|
+
/**
|
|
2551
|
+
* @public
|
|
2552
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
2553
|
+
* Backup uses to create the target resource;
|
|
2554
|
+
* for example: <code>arn:aws:iam::123456789012:role/S3Access</code>.
|
|
2555
|
+
* </p>
|
|
2556
|
+
*/
|
|
2557
|
+
IamRoleArn: string | undefined;
|
|
2558
|
+
/**
|
|
2559
|
+
* @public
|
|
2560
|
+
* <p>Each protected resource can be filtered by its specific ARNs, such as
|
|
2561
|
+
* <code>ProtectedResourceArns: ["arn:aws:...", "arn:aws:..."]</code>
|
|
2562
|
+
* or by a wildcard: <code>ProtectedResourceArns: ["*"]</code>,
|
|
2563
|
+
* but not both.</p>
|
|
2564
|
+
*/
|
|
2565
|
+
ProtectedResourceArns?: string[];
|
|
2566
|
+
/**
|
|
2567
|
+
* @public
|
|
2568
|
+
* <p>If you have included the wildcard in ProtectedResourceArns,
|
|
2569
|
+
* you can include resource conditions, such as
|
|
2570
|
+
* <code>ProtectedResourceConditions: \{ StringEquals: [\{ key: "XXXX",
|
|
2571
|
+
* value: "YYYY" \}]</code>.</p>
|
|
2572
|
+
*/
|
|
2573
|
+
ProtectedResourceConditions?: ProtectedResourceConditions;
|
|
2574
|
+
/**
|
|
2575
|
+
* @public
|
|
2576
|
+
* <p>The type of Amazon Web Services resource included in a restore
|
|
2577
|
+
* testing selection; for
|
|
2578
|
+
* example, an Amazon EBS volume or
|
|
2579
|
+
* an Amazon RDS database.</p>
|
|
2580
|
+
* <p>Supported resource types accepted include:</p>
|
|
2581
|
+
* <ul>
|
|
2582
|
+
* <li>
|
|
2583
|
+
* <p>
|
|
2584
|
+
* <code>Aurora</code> for Amazon Aurora</p>
|
|
2585
|
+
* </li>
|
|
2586
|
+
* <li>
|
|
2587
|
+
* <p>
|
|
2588
|
+
* <code>DocumentDB</code> for Amazon DocumentDB (with MongoDB compatibility)</p>
|
|
2589
|
+
* </li>
|
|
2590
|
+
* <li>
|
|
2591
|
+
* <p>
|
|
2592
|
+
* <code>DynamoDB</code> for Amazon DynamoDB</p>
|
|
2593
|
+
* </li>
|
|
2594
|
+
* <li>
|
|
2595
|
+
* <p>
|
|
2596
|
+
* <code>EBS</code> for Amazon Elastic Block Store</p>
|
|
2597
|
+
* </li>
|
|
2598
|
+
* <li>
|
|
2599
|
+
* <p>
|
|
2600
|
+
* <code>EC2</code> for Amazon Elastic Compute Cloud</p>
|
|
2601
|
+
* </li>
|
|
2602
|
+
* <li>
|
|
2603
|
+
* <p>
|
|
2604
|
+
* <code>EFS</code> for Amazon Elastic File System</p>
|
|
2605
|
+
* </li>
|
|
2606
|
+
* <li>
|
|
2607
|
+
* <p>
|
|
2608
|
+
* <code>FSx</code> for Amazon FSx</p>
|
|
2609
|
+
* </li>
|
|
2610
|
+
* <li>
|
|
2611
|
+
* <p>
|
|
2612
|
+
* <code>Neptune</code> for Amazon Neptune</p>
|
|
2613
|
+
* </li>
|
|
2614
|
+
* <li>
|
|
2615
|
+
* <p>
|
|
2616
|
+
* <code>RDS</code> for Amazon Relational Database Service</p>
|
|
2617
|
+
* </li>
|
|
2618
|
+
* <li>
|
|
2619
|
+
* <p>
|
|
2620
|
+
* <code>S3</code> for Amazon S3</p>
|
|
2621
|
+
* </li>
|
|
2622
|
+
* </ul>
|
|
2623
|
+
*/
|
|
2624
|
+
ProtectedResourceType: string | undefined;
|
|
2625
|
+
/**
|
|
2626
|
+
* @public
|
|
2627
|
+
* <p>You can override certain restore metadata keys by including the parameter
|
|
2628
|
+
* <code>RestoreMetadataOverrides</code> in the body of
|
|
2629
|
+
* <code>RestoreTestingSelection</code>. Key values are not case sensitive.</p>
|
|
2630
|
+
* <p>See the complete list of <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/restore-testing-inferred-metadata.html">restore testing
|
|
2631
|
+
* inferred metadata</a>.</p>
|
|
2632
|
+
*/
|
|
2633
|
+
RestoreMetadataOverrides?: Record<string, string>;
|
|
2634
|
+
/**
|
|
2635
|
+
* @public
|
|
2636
|
+
* <p>This is the unique name of the restore testing selection
|
|
2637
|
+
* that belongs to the related restore testing plan.</p>
|
|
2638
|
+
*/
|
|
2639
|
+
RestoreTestingSelectionName: string | undefined;
|
|
2640
|
+
/**
|
|
2641
|
+
* @public
|
|
2642
|
+
* <p>This is amount of hours (1 to 168) available to run a validation script on the data. The
|
|
2643
|
+
* data will be deleted upon the completion of the validation script or the end of the
|
|
2644
|
+
* specified retention period, whichever comes first.</p>
|
|
2645
|
+
*/
|
|
2646
|
+
ValidationWindowHours?: number;
|
|
2647
|
+
}
|
|
2648
|
+
/**
|
|
2649
|
+
* @public
|
|
2650
|
+
*/
|
|
2651
|
+
export interface CreateRestoreTestingSelectionInput {
|
|
2652
|
+
/**
|
|
2653
|
+
* @public
|
|
2654
|
+
* <p>This is an optional unique string that identifies the request and allows
|
|
2655
|
+
* failed requests to be retried without the risk of running the operation
|
|
2656
|
+
* twice. If used, this parameter must contain
|
|
2657
|
+
* 1 to 50 alphanumeric or '-_.' characters.</p>
|
|
2658
|
+
*/
|
|
2659
|
+
CreatorRequestId?: string;
|
|
2660
|
+
/**
|
|
2661
|
+
* @public
|
|
2662
|
+
* <p>Input the restore testing plan name that was returned from the
|
|
2663
|
+
* related CreateRestoreTestingPlan request.</p>
|
|
2664
|
+
*/
|
|
2665
|
+
RestoreTestingPlanName: string | undefined;
|
|
2666
|
+
/**
|
|
2667
|
+
* @public
|
|
2668
|
+
* <p>This consists of <code>RestoreTestingSelectionName</code>,
|
|
2669
|
+
* <code>ProtectedResourceType</code>, and one of the following:</p>
|
|
2670
|
+
* <ul>
|
|
2671
|
+
* <li>
|
|
2672
|
+
* <p>
|
|
2673
|
+
* <code>ProtectedResourceArns</code>
|
|
2674
|
+
* </p>
|
|
2675
|
+
* </li>
|
|
2676
|
+
* <li>
|
|
2677
|
+
* <p>
|
|
2678
|
+
* <code>ProtectedResourceConditions</code>
|
|
2679
|
+
* </p>
|
|
2680
|
+
* </li>
|
|
2681
|
+
* </ul>
|
|
2682
|
+
* <p>Each protected resource type can have one single value.</p>
|
|
2683
|
+
* <p>A restore testing selection can include a wildcard value ("*") for
|
|
2684
|
+
* <code>ProtectedResourceArns</code> along with <code>ProtectedResourceConditions</code>.
|
|
2685
|
+
* Alternatively, you can include up to 30 specific protected resource ARNs in
|
|
2686
|
+
* <code>ProtectedResourceArns</code>.</p>
|
|
2687
|
+
*/
|
|
2688
|
+
RestoreTestingSelection: RestoreTestingSelectionForCreate | undefined;
|
|
2689
|
+
}
|
|
2690
|
+
/**
|
|
2691
|
+
* @public
|
|
2692
|
+
*/
|
|
2693
|
+
export interface CreateRestoreTestingSelectionOutput {
|
|
2694
|
+
/**
|
|
2695
|
+
* @public
|
|
2696
|
+
* <p>This is the time the resource testing selection was created successfully.</p>
|
|
2697
|
+
*/
|
|
2698
|
+
CreationTime: Date | undefined;
|
|
2699
|
+
/**
|
|
2700
|
+
* @public
|
|
2701
|
+
* <p>This is the ARN of the restore testing plan with which the restore
|
|
2702
|
+
* testing selection is associated.</p>
|
|
2703
|
+
*/
|
|
2704
|
+
RestoreTestingPlanArn: string | undefined;
|
|
2705
|
+
/**
|
|
2706
|
+
* @public
|
|
2707
|
+
* <p>Unique string that is the name of the restore testing plan.</p>
|
|
2708
|
+
* <p>The name cannot be changed after creation. The name consists of only
|
|
2709
|
+
* alphanumeric characters and underscores. Maximum length is 50.</p>
|
|
2710
|
+
*/
|
|
2711
|
+
RestoreTestingPlanName: string | undefined;
|
|
2712
|
+
/**
|
|
2713
|
+
* @public
|
|
2714
|
+
* <p>This is the unique name of the restore testing selection that belongs to
|
|
2715
|
+
* the related restore testing plan.</p>
|
|
2716
|
+
*/
|
|
2717
|
+
RestoreTestingSelectionName: string | undefined;
|
|
2718
|
+
}
|
|
2288
2719
|
/**
|
|
2289
2720
|
* @public
|
|
2290
2721
|
*/
|
|
@@ -2428,6 +2859,34 @@ export interface DeleteReportPlanInput {
|
|
|
2428
2859
|
*/
|
|
2429
2860
|
ReportPlanName: string | undefined;
|
|
2430
2861
|
}
|
|
2862
|
+
/**
|
|
2863
|
+
* @public
|
|
2864
|
+
*/
|
|
2865
|
+
export interface DeleteRestoreTestingPlanInput {
|
|
2866
|
+
/**
|
|
2867
|
+
* @public
|
|
2868
|
+
* <p>Required unique name of the restore testing plan you wish
|
|
2869
|
+
* to delete.</p>
|
|
2870
|
+
*/
|
|
2871
|
+
RestoreTestingPlanName: string | undefined;
|
|
2872
|
+
}
|
|
2873
|
+
/**
|
|
2874
|
+
* @public
|
|
2875
|
+
*/
|
|
2876
|
+
export interface DeleteRestoreTestingSelectionInput {
|
|
2877
|
+
/**
|
|
2878
|
+
* @public
|
|
2879
|
+
* <p>Required unique name of the restore testing plan that contains the
|
|
2880
|
+
* restore testing selection you wish to delete.</p>
|
|
2881
|
+
*/
|
|
2882
|
+
RestoreTestingPlanName: string | undefined;
|
|
2883
|
+
/**
|
|
2884
|
+
* @public
|
|
2885
|
+
* <p>Required unique name of the restore testing selection you
|
|
2886
|
+
* wish to delete.</p>
|
|
2887
|
+
*/
|
|
2888
|
+
RestoreTestingSelectionName: string | undefined;
|
|
2889
|
+
}
|
|
2431
2890
|
/**
|
|
2432
2891
|
* @public
|
|
2433
2892
|
* <p>A dependent Amazon Web Services service or resource returned an error to the Backup service, and the action cannot be completed.</p>
|
|
@@ -2620,14 +3079,18 @@ export interface DescribeBackupJobOutput {
|
|
|
2620
3079
|
* belongs to the specified backup.</p>
|
|
2621
3080
|
*/
|
|
2622
3081
|
ResourceName?: string;
|
|
3082
|
+
/**
|
|
3083
|
+
* @public
|
|
3084
|
+
* <p>This is the date a backup job was initiated.</p>
|
|
3085
|
+
*/
|
|
3086
|
+
InitiationDate?: Date;
|
|
2623
3087
|
/**
|
|
2624
3088
|
* @public
|
|
2625
3089
|
* <p>This is the job count for the specified
|
|
2626
3090
|
* message category.</p>
|
|
2627
|
-
* <p>Example strings may include <code>AccessDenied</code>,
|
|
2628
|
-
*
|
|
2629
|
-
*
|
|
2630
|
-
* for a list of MessageCategory strings.</p>
|
|
3091
|
+
* <p>Example strings may include <code>AccessDenied</code>, <code>SUCCESS</code>,
|
|
3092
|
+
* <code>AGGREGATE_ALL</code>, and <code>INVALIDPARAMETERS</code>. View <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html">Monitoring</a>
|
|
3093
|
+
* for a list of accepted MessageCategory strings.</p>
|
|
2631
3094
|
*/
|
|
2632
3095
|
MessageCategory?: string;
|
|
2633
3096
|
}
|
|
@@ -2700,7 +3163,8 @@ export interface DescribeBackupVaultOutput {
|
|
|
2700
3163
|
/**
|
|
2701
3164
|
* @public
|
|
2702
3165
|
* <p>A unique string that identifies the request and allows failed requests to be retried
|
|
2703
|
-
* without the risk of running the operation twice
|
|
3166
|
+
* without the risk of running the operation twice. This parameter is optional. If used, this
|
|
3167
|
+
* parameter must contain 1 to 50 alphanumeric or '-_.' characters.</p>
|
|
2704
3168
|
*/
|
|
2705
3169
|
CreatorRequestId?: string;
|
|
2706
3170
|
/**
|
|
@@ -2928,10 +3392,38 @@ export interface DescribeProtectedResourceOutput {
|
|
|
2928
3392
|
* belongs to the specified backup.</p>
|
|
2929
3393
|
*/
|
|
2930
3394
|
ResourceName?: string;
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
3395
|
+
/**
|
|
3396
|
+
* @public
|
|
3397
|
+
* <p>This is the ARN (Amazon Resource Name) of the backup vault
|
|
3398
|
+
* that contains the most recent backup recovery point.</p>
|
|
3399
|
+
*/
|
|
3400
|
+
LastBackupVaultArn?: string;
|
|
3401
|
+
/**
|
|
3402
|
+
* @public
|
|
3403
|
+
* <p>This is the ARN (Amazon Resource Name) of the most recent
|
|
3404
|
+
* recovery point.</p>
|
|
3405
|
+
*/
|
|
3406
|
+
LastRecoveryPointArn?: string;
|
|
3407
|
+
/**
|
|
3408
|
+
* @public
|
|
3409
|
+
* <p>This is the time in minutes the most recent restore
|
|
3410
|
+
* job took to complete.</p>
|
|
3411
|
+
*/
|
|
3412
|
+
LatestRestoreExecutionTimeMinutes?: number;
|
|
3413
|
+
/**
|
|
3414
|
+
* @public
|
|
3415
|
+
* <p>This is the creation date of the most recent restore job.</p>
|
|
3416
|
+
*/
|
|
3417
|
+
LatestRestoreJobCreationDate?: Date;
|
|
3418
|
+
/**
|
|
3419
|
+
* @public
|
|
3420
|
+
* <p>This is the date the most recent recovery point was created.</p>
|
|
3421
|
+
*/
|
|
3422
|
+
LatestRestoreRecoveryPointCreationDate?: Date;
|
|
3423
|
+
}
|
|
3424
|
+
/**
|
|
3425
|
+
* @public
|
|
3426
|
+
*/
|
|
2935
3427
|
export interface DescribeRecoveryPointInput {
|
|
2936
3428
|
/**
|
|
2937
3429
|
* @public
|
|
@@ -3408,6 +3900,32 @@ export interface DescribeRestoreJobInput {
|
|
|
3408
3900
|
*/
|
|
3409
3901
|
RestoreJobId: string | undefined;
|
|
3410
3902
|
}
|
|
3903
|
+
/**
|
|
3904
|
+
* @public
|
|
3905
|
+
* <p>Contains information about the restore testing plan that
|
|
3906
|
+
* Backup used to initiate the restore job.</p>
|
|
3907
|
+
*/
|
|
3908
|
+
export interface RestoreJobCreator {
|
|
3909
|
+
/**
|
|
3910
|
+
* @public
|
|
3911
|
+
* <p>An Amazon Resource Name (ARN) that uniquely identifies
|
|
3912
|
+
* a restore testing plan.</p>
|
|
3913
|
+
*/
|
|
3914
|
+
RestoreTestingPlanArn?: string;
|
|
3915
|
+
}
|
|
3916
|
+
/**
|
|
3917
|
+
* @public
|
|
3918
|
+
* @enum
|
|
3919
|
+
*/
|
|
3920
|
+
export declare const RestoreDeletionStatus: {
|
|
3921
|
+
readonly DELETING: "DELETING";
|
|
3922
|
+
readonly FAILED: "FAILED";
|
|
3923
|
+
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
3924
|
+
};
|
|
3925
|
+
/**
|
|
3926
|
+
* @public
|
|
3927
|
+
*/
|
|
3928
|
+
export type RestoreDeletionStatus = (typeof RestoreDeletionStatus)[keyof typeof RestoreDeletionStatus];
|
|
3411
3929
|
/**
|
|
3412
3930
|
* @public
|
|
3413
3931
|
* @enum
|
|
@@ -3423,6 +3941,20 @@ export declare const RestoreJobStatus: {
|
|
|
3423
3941
|
* @public
|
|
3424
3942
|
*/
|
|
3425
3943
|
export type RestoreJobStatus = (typeof RestoreJobStatus)[keyof typeof RestoreJobStatus];
|
|
3944
|
+
/**
|
|
3945
|
+
* @public
|
|
3946
|
+
* @enum
|
|
3947
|
+
*/
|
|
3948
|
+
export declare const RestoreValidationStatus: {
|
|
3949
|
+
readonly FAILED: "FAILED";
|
|
3950
|
+
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
3951
|
+
readonly TIMED_OUT: "TIMED_OUT";
|
|
3952
|
+
readonly VALIDATING: "VALIDATING";
|
|
3953
|
+
};
|
|
3954
|
+
/**
|
|
3955
|
+
* @public
|
|
3956
|
+
*/
|
|
3957
|
+
export type RestoreValidationStatus = (typeof RestoreValidationStatus)[keyof typeof RestoreValidationStatus];
|
|
3426
3958
|
/**
|
|
3427
3959
|
* @public
|
|
3428
3960
|
*/
|
|
@@ -3505,6 +4037,40 @@ export interface DescribeRestoreJobOutput {
|
|
|
3505
4037
|
* <p>Returns metadata associated with a restore job listed by resource type.</p>
|
|
3506
4038
|
*/
|
|
3507
4039
|
ResourceType?: string;
|
|
4040
|
+
/**
|
|
4041
|
+
* @public
|
|
4042
|
+
* <p>This is the creation date of the recovery point made by the specifed restore job.</p>
|
|
4043
|
+
*/
|
|
4044
|
+
RecoveryPointCreationDate?: Date;
|
|
4045
|
+
/**
|
|
4046
|
+
* @public
|
|
4047
|
+
* <p>Contains identifying information about the creation of a restore job.</p>
|
|
4048
|
+
*/
|
|
4049
|
+
CreatedBy?: RestoreJobCreator;
|
|
4050
|
+
/**
|
|
4051
|
+
* @public
|
|
4052
|
+
* <p>This is the status of validation run on the indicated
|
|
4053
|
+
* restore job.</p>
|
|
4054
|
+
*/
|
|
4055
|
+
ValidationStatus?: RestoreValidationStatus;
|
|
4056
|
+
/**
|
|
4057
|
+
* @public
|
|
4058
|
+
* <p>This describes the status of validation run on the
|
|
4059
|
+
* indicated restore job.</p>
|
|
4060
|
+
*/
|
|
4061
|
+
ValidationStatusMessage?: string;
|
|
4062
|
+
/**
|
|
4063
|
+
* @public
|
|
4064
|
+
* <p>This notes the status of the data generated by the restore test.
|
|
4065
|
+
* The status may be <code>Deleting</code>, <code>Failed</code>,
|
|
4066
|
+
* or <code>Successful</code>.</p>
|
|
4067
|
+
*/
|
|
4068
|
+
DeletionStatus?: RestoreDeletionStatus;
|
|
4069
|
+
/**
|
|
4070
|
+
* @public
|
|
4071
|
+
* <p>This describes the restore job deletion status.</p>
|
|
4072
|
+
*/
|
|
4073
|
+
DeletionStatusMessage?: string;
|
|
3508
4074
|
}
|
|
3509
4075
|
/**
|
|
3510
4076
|
* @public
|
|
@@ -3614,7 +4180,7 @@ export interface GetBackupPlanOutput {
|
|
|
3614
4180
|
/**
|
|
3615
4181
|
* @public
|
|
3616
4182
|
* <p>A unique string that identifies the request and allows failed requests to be retried
|
|
3617
|
-
* without the risk of running the operation twice
|
|
4183
|
+
* without the risk of running the operation twice. </p>
|
|
3618
4184
|
*/
|
|
3619
4185
|
CreatorRequestId?: string;
|
|
3620
4186
|
/**
|
|
@@ -3939,6 +4505,287 @@ export interface GetRecoveryPointRestoreMetadataOutput {
|
|
|
3939
4505
|
* restored.</p>
|
|
3940
4506
|
*/
|
|
3941
4507
|
RestoreMetadata?: Record<string, string>;
|
|
4508
|
+
/**
|
|
4509
|
+
* @public
|
|
4510
|
+
* <p>This is the resource type associated with the recovery point.</p>
|
|
4511
|
+
*/
|
|
4512
|
+
ResourceType?: string;
|
|
4513
|
+
}
|
|
4514
|
+
/**
|
|
4515
|
+
* @public
|
|
4516
|
+
*/
|
|
4517
|
+
export interface GetRestoreJobMetadataInput {
|
|
4518
|
+
/**
|
|
4519
|
+
* @public
|
|
4520
|
+
* <p>This is a unique identifier of a restore job within Backup.</p>
|
|
4521
|
+
*/
|
|
4522
|
+
RestoreJobId: string | undefined;
|
|
4523
|
+
}
|
|
4524
|
+
/**
|
|
4525
|
+
* @public
|
|
4526
|
+
*/
|
|
4527
|
+
export interface GetRestoreJobMetadataOutput {
|
|
4528
|
+
/**
|
|
4529
|
+
* @public
|
|
4530
|
+
* <p>This is a unique identifier of a restore job within Backup.</p>
|
|
4531
|
+
*/
|
|
4532
|
+
RestoreJobId?: string;
|
|
4533
|
+
/**
|
|
4534
|
+
* @public
|
|
4535
|
+
* <p>This contains the metadata of the specified backup job.</p>
|
|
4536
|
+
*/
|
|
4537
|
+
Metadata?: Record<string, string>;
|
|
4538
|
+
}
|
|
4539
|
+
/**
|
|
4540
|
+
* @public
|
|
4541
|
+
*/
|
|
4542
|
+
export interface GetRestoreTestingInferredMetadataInput {
|
|
4543
|
+
/**
|
|
4544
|
+
* @public
|
|
4545
|
+
* <p>This is the account ID of the specified backup vault.</p>
|
|
4546
|
+
*/
|
|
4547
|
+
BackupVaultAccountId?: string;
|
|
4548
|
+
/**
|
|
4549
|
+
* @public
|
|
4550
|
+
* <p>The name of a logical container where backups are stored. Backup
|
|
4551
|
+
* vaults are identified by names that are unique to the account used to
|
|
4552
|
+
* create them and the Amazon Web ServicesRegion where they are created.
|
|
4553
|
+
* They consist of letters, numbers, and hyphens.</p>
|
|
4554
|
+
*/
|
|
4555
|
+
BackupVaultName: string | undefined;
|
|
4556
|
+
/**
|
|
4557
|
+
* @public
|
|
4558
|
+
* <p>An Amazon Resource Name (ARN) that uniquely identifies a recovery
|
|
4559
|
+
* point; for example,
|
|
4560
|
+
* <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.
|
|
4561
|
+
* </p>
|
|
4562
|
+
*/
|
|
4563
|
+
RecoveryPointArn: string | undefined;
|
|
4564
|
+
}
|
|
4565
|
+
/**
|
|
4566
|
+
* @public
|
|
4567
|
+
*/
|
|
4568
|
+
export interface GetRestoreTestingInferredMetadataOutput {
|
|
4569
|
+
/**
|
|
4570
|
+
* @public
|
|
4571
|
+
* <p>This is a string map of the metadata inferred from the request.</p>
|
|
4572
|
+
*/
|
|
4573
|
+
InferredMetadata: Record<string, string> | undefined;
|
|
4574
|
+
}
|
|
4575
|
+
/**
|
|
4576
|
+
* @public
|
|
4577
|
+
*/
|
|
4578
|
+
export interface GetRestoreTestingPlanInput {
|
|
4579
|
+
/**
|
|
4580
|
+
* @public
|
|
4581
|
+
* <p>Required unique name of the restore testing plan.</p>
|
|
4582
|
+
*/
|
|
4583
|
+
RestoreTestingPlanName: string | undefined;
|
|
4584
|
+
}
|
|
4585
|
+
/**
|
|
4586
|
+
* @public
|
|
4587
|
+
* <p>This contains metadata about a restore testing plan.</p>
|
|
4588
|
+
*/
|
|
4589
|
+
export interface RestoreTestingPlanForGet {
|
|
4590
|
+
/**
|
|
4591
|
+
* @public
|
|
4592
|
+
* <p>The date and time that a restore testing plan was created,
|
|
4593
|
+
* in Unix format and Coordinated Universal Time (UTC). The value of
|
|
4594
|
+
* <code>CreationTime</code> is accurate to milliseconds. For example,
|
|
4595
|
+
* the value 1516925490.087 represents Friday, January 26, 2018
|
|
4596
|
+
* 12:11:30.087 AM.</p>
|
|
4597
|
+
*/
|
|
4598
|
+
CreationTime: Date | undefined;
|
|
4599
|
+
/**
|
|
4600
|
+
* @public
|
|
4601
|
+
* <p>This identifies the request and allows failed requests to
|
|
4602
|
+
* be retried without the risk of running the operation twice.
|
|
4603
|
+
* If the request includes a <code>CreatorRequestId</code> that
|
|
4604
|
+
* matches an existing backup plan, that plan is returned. This
|
|
4605
|
+
* parameter is optional.</p>
|
|
4606
|
+
* <p>If used, this parameter must
|
|
4607
|
+
* contain 1 to 50 alphanumeric or '-_.' characters.</p>
|
|
4608
|
+
*/
|
|
4609
|
+
CreatorRequestId?: string;
|
|
4610
|
+
/**
|
|
4611
|
+
* @public
|
|
4612
|
+
* <p>The last time a restore test was run with the specified
|
|
4613
|
+
* restore testing plan. A date and time, in Unix format and
|
|
4614
|
+
* Coordinated Universal Time (UTC). The value of
|
|
4615
|
+
* <code>LastExecutionDate</code> is accurate to milliseconds.
|
|
4616
|
+
* For example, the value 1516925490.087 represents Friday,
|
|
4617
|
+
* January 26, 2018 12:11:30.087 AM.</p>
|
|
4618
|
+
*/
|
|
4619
|
+
LastExecutionTime?: Date;
|
|
4620
|
+
/**
|
|
4621
|
+
* @public
|
|
4622
|
+
* <p>The date and time that the restore testing plan was updated.
|
|
4623
|
+
* This update is in Unix format and Coordinated Universal Time (UTC).
|
|
4624
|
+
* The value of <code>LastUpdateTime</code> is accurate to milliseconds.
|
|
4625
|
+
* For example, the value 1516925490.087 represents Friday,
|
|
4626
|
+
* January 26, 2018 12:11:30.087 AM.</p>
|
|
4627
|
+
*/
|
|
4628
|
+
LastUpdateTime?: Date;
|
|
4629
|
+
/**
|
|
4630
|
+
* @public
|
|
4631
|
+
* <p>The specified criteria to assign a set of resources, such as
|
|
4632
|
+
* recovery point types or backup vaults.</p>
|
|
4633
|
+
*/
|
|
4634
|
+
RecoveryPointSelection: RestoreTestingRecoveryPointSelection | undefined;
|
|
4635
|
+
/**
|
|
4636
|
+
* @public
|
|
4637
|
+
* <p>An Amazon Resource Name (ARN) that uniquely identifies
|
|
4638
|
+
* a restore testing plan.</p>
|
|
4639
|
+
*/
|
|
4640
|
+
RestoreTestingPlanArn: string | undefined;
|
|
4641
|
+
/**
|
|
4642
|
+
* @public
|
|
4643
|
+
* <p>This is the restore testing plan name.</p>
|
|
4644
|
+
*/
|
|
4645
|
+
RestoreTestingPlanName: string | undefined;
|
|
4646
|
+
/**
|
|
4647
|
+
* @public
|
|
4648
|
+
* <p>A CRON expression in specified timezone when a restore
|
|
4649
|
+
* testing plan is executed.</p>
|
|
4650
|
+
*/
|
|
4651
|
+
ScheduleExpression: string | undefined;
|
|
4652
|
+
/**
|
|
4653
|
+
* @public
|
|
4654
|
+
* <p>Optional. This is the timezone in which the schedule
|
|
4655
|
+
* expression is set. By default, ScheduleExpressions are in UTC.
|
|
4656
|
+
* You can modify this to a specified timezone.</p>
|
|
4657
|
+
*/
|
|
4658
|
+
ScheduleExpressionTimezone?: string;
|
|
4659
|
+
/**
|
|
4660
|
+
* @public
|
|
4661
|
+
* <p>Defaults to 24 hours.</p>
|
|
4662
|
+
* <p>A value in hours after a
|
|
4663
|
+
* restore test is scheduled before a job will be canceled if it
|
|
4664
|
+
* doesn't start successfully. This value is optional. If this value
|
|
4665
|
+
* is included, this parameter has a maximum value of 168 hours
|
|
4666
|
+
* (one week).</p>
|
|
4667
|
+
*/
|
|
4668
|
+
StartWindowHours?: number;
|
|
4669
|
+
}
|
|
4670
|
+
/**
|
|
4671
|
+
* @public
|
|
4672
|
+
*/
|
|
4673
|
+
export interface GetRestoreTestingPlanOutput {
|
|
4674
|
+
/**
|
|
4675
|
+
* @public
|
|
4676
|
+
* <p>Specifies the body of a restore testing plan. Includes
|
|
4677
|
+
* <code>RestoreTestingPlanName</code>.</p>
|
|
4678
|
+
*/
|
|
4679
|
+
RestoreTestingPlan: RestoreTestingPlanForGet | undefined;
|
|
4680
|
+
}
|
|
4681
|
+
/**
|
|
4682
|
+
* @public
|
|
4683
|
+
*/
|
|
4684
|
+
export interface GetRestoreTestingSelectionInput {
|
|
4685
|
+
/**
|
|
4686
|
+
* @public
|
|
4687
|
+
* <p>Required unique name of the restore testing plan.</p>
|
|
4688
|
+
*/
|
|
4689
|
+
RestoreTestingPlanName: string | undefined;
|
|
4690
|
+
/**
|
|
4691
|
+
* @public
|
|
4692
|
+
* <p>Required unique name of the restore testing selection.</p>
|
|
4693
|
+
*/
|
|
4694
|
+
RestoreTestingSelectionName: string | undefined;
|
|
4695
|
+
}
|
|
4696
|
+
/**
|
|
4697
|
+
* @public
|
|
4698
|
+
* <p>This contains metadata about a restore testing selection.</p>
|
|
4699
|
+
*/
|
|
4700
|
+
export interface RestoreTestingSelectionForGet {
|
|
4701
|
+
/**
|
|
4702
|
+
* @public
|
|
4703
|
+
* <p>The date and time that a restore testing selection was created,
|
|
4704
|
+
* in Unix format and Coordinated Universal Time (UTC). The value of
|
|
4705
|
+
* <code>CreationTime</code> is accurate to milliseconds. For example,
|
|
4706
|
+
* the value 1516925490.087 represents Friday, January 26,
|
|
4707
|
+
* 201812:11:30.087 AM.</p>
|
|
4708
|
+
*/
|
|
4709
|
+
CreationTime: Date | undefined;
|
|
4710
|
+
/**
|
|
4711
|
+
* @public
|
|
4712
|
+
* <p>This identifies the request and allows failed requests to
|
|
4713
|
+
* be retried without the risk of running the operation twice.
|
|
4714
|
+
* If the request includes a <code>CreatorRequestId</code> that
|
|
4715
|
+
* matches an existing backup plan, that plan is returned. This
|
|
4716
|
+
* parameter is optional.</p>
|
|
4717
|
+
* <p>If used, this parameter must contain 1 to 50 alphanumeric
|
|
4718
|
+
* or '-_.' characters.</p>
|
|
4719
|
+
*/
|
|
4720
|
+
CreatorRequestId?: string;
|
|
4721
|
+
/**
|
|
4722
|
+
* @public
|
|
4723
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
4724
|
+
* Backup uses to create the target resource; for
|
|
4725
|
+
* example:<code>arn:aws:iam::123456789012:role/S3Access</code>.</p>
|
|
4726
|
+
*/
|
|
4727
|
+
IamRoleArn: string | undefined;
|
|
4728
|
+
/**
|
|
4729
|
+
* @public
|
|
4730
|
+
* <p>You can include specific ARNs, such as
|
|
4731
|
+
* <code>ProtectedResourceArns: ["arn:aws:...", "arn:aws:..."]</code>
|
|
4732
|
+
* or you can include a wildcard: <code>ProtectedResourceArns: ["*"]</code>,
|
|
4733
|
+
* but not both.</p>
|
|
4734
|
+
*/
|
|
4735
|
+
ProtectedResourceArns?: string[];
|
|
4736
|
+
/**
|
|
4737
|
+
* @public
|
|
4738
|
+
* <p>In a resource testing selection, this parameter filters by
|
|
4739
|
+
* specific conditions such as <code>StringEquals</code> or
|
|
4740
|
+
* <code>StringNotEquals</code>.</p>
|
|
4741
|
+
*/
|
|
4742
|
+
ProtectedResourceConditions?: ProtectedResourceConditions;
|
|
4743
|
+
/**
|
|
4744
|
+
* @public
|
|
4745
|
+
* <p>The type of Amazon Web Services resource included in a resource
|
|
4746
|
+
* testing selection;
|
|
4747
|
+
* for example, an Amazon EBS volume
|
|
4748
|
+
* or an Amazon RDS database.</p>
|
|
4749
|
+
*/
|
|
4750
|
+
ProtectedResourceType: string | undefined;
|
|
4751
|
+
/**
|
|
4752
|
+
* @public
|
|
4753
|
+
* <p>You can override certain restore metadata keys by including the parameter
|
|
4754
|
+
* <code>RestoreMetadataOverrides</code> in the body of
|
|
4755
|
+
* <code>RestoreTestingSelection</code>. Key values are not case sensitive.</p>
|
|
4756
|
+
* <p>See the complete list of <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/restore-testing-inferred-metadata.html">restore testing
|
|
4757
|
+
* inferred metadata</a>.</p>
|
|
4758
|
+
*/
|
|
4759
|
+
RestoreMetadataOverrides?: Record<string, string>;
|
|
4760
|
+
/**
|
|
4761
|
+
* @public
|
|
4762
|
+
* <p>The RestoreTestingPlanName is a unique string that is the name
|
|
4763
|
+
* of the restore testing plan.</p>
|
|
4764
|
+
*/
|
|
4765
|
+
RestoreTestingPlanName: string | undefined;
|
|
4766
|
+
/**
|
|
4767
|
+
* @public
|
|
4768
|
+
* <p>This is the unique name of the restore testing selection that
|
|
4769
|
+
* belongs to the related restore testing plan.</p>
|
|
4770
|
+
*/
|
|
4771
|
+
RestoreTestingSelectionName: string | undefined;
|
|
4772
|
+
/**
|
|
4773
|
+
* @public
|
|
4774
|
+
* <p>This is amount of hours (1 to 168) available to run a validation script on the data. The
|
|
4775
|
+
* data will be deleted upon the completion of the validation script or the end of the
|
|
4776
|
+
* specified retention period, whichever comes first.</p>
|
|
4777
|
+
*/
|
|
4778
|
+
ValidationWindowHours?: number;
|
|
4779
|
+
}
|
|
4780
|
+
/**
|
|
4781
|
+
* @public
|
|
4782
|
+
*/
|
|
4783
|
+
export interface GetRestoreTestingSelectionOutput {
|
|
4784
|
+
/**
|
|
4785
|
+
* @public
|
|
4786
|
+
* <p>Unique name of the restore testing selection.</p>
|
|
4787
|
+
*/
|
|
4788
|
+
RestoreTestingSelection: RestoreTestingSelectionForGet | undefined;
|
|
3942
4789
|
}
|
|
3943
4790
|
/**
|
|
3944
4791
|
* @public
|
|
@@ -3999,7 +4846,7 @@ export interface ListBackupJobsInput {
|
|
|
3999
4846
|
/**
|
|
4000
4847
|
* @public
|
|
4001
4848
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
4002
|
-
* made to return <code>
|
|
4849
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
4003
4850
|
* to return more items in your list starting at the location pointed to by the next
|
|
4004
4851
|
* token.</p>
|
|
4005
4852
|
*/
|
|
@@ -4120,12 +4967,18 @@ export interface ListBackupJobsInput {
|
|
|
4120
4967
|
ByParentJobId?: string;
|
|
4121
4968
|
/**
|
|
4122
4969
|
* @public
|
|
4123
|
-
* <p>This
|
|
4124
|
-
*
|
|
4970
|
+
* <p>This is an optional parameter that can be used to
|
|
4971
|
+
* filter out jobs with a MessageCategory which matches the
|
|
4972
|
+
* value you input.</p>
|
|
4125
4973
|
* <p>Example strings may include <code>AccessDenied</code>,
|
|
4126
|
-
* <code>
|
|
4127
|
-
* <
|
|
4128
|
-
*
|
|
4974
|
+
* <code>SUCCESS</code>, <code>AGGREGATE_ALL</code>, and
|
|
4975
|
+
* <code>InvalidParameters</code>.</p>
|
|
4976
|
+
* <p>View <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html">Monitoring</a>
|
|
4977
|
+
* </p>
|
|
4978
|
+
* <p>The wildcard () returns count of all message categories.</p>
|
|
4979
|
+
* <p>
|
|
4980
|
+
* <code>AGGREGATE_ALL</code> aggregates job counts
|
|
4981
|
+
* for all message categories and returns the sum.</p>
|
|
4129
4982
|
*/
|
|
4130
4983
|
ByMessageCategory?: string;
|
|
4131
4984
|
}
|
|
@@ -4142,7 +4995,7 @@ export interface ListBackupJobsOutput {
|
|
|
4142
4995
|
/**
|
|
4143
4996
|
* @public
|
|
4144
4997
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
4145
|
-
* made to return <code>
|
|
4998
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
4146
4999
|
* to return more items in your list starting at the location pointed to by the next
|
|
4147
5000
|
* token.</p>
|
|
4148
5001
|
*/
|
|
@@ -4238,7 +5091,7 @@ export interface ListBackupJobSummariesInput {
|
|
|
4238
5091
|
/**
|
|
4239
5092
|
* @public
|
|
4240
5093
|
* <p>The next item following a partial list of returned resources. For example, if a request
|
|
4241
|
-
* is made to return <code>
|
|
5094
|
+
* is made to return <code>MaxResults</code> number of resources, <code>NextToken</code>
|
|
4242
5095
|
* allows you to return more items in your list starting at the location pointed to by the
|
|
4243
5096
|
* next token.</p>
|
|
4244
5097
|
*/
|
|
@@ -4281,7 +5134,7 @@ export interface ListBackupJobSummariesOutput {
|
|
|
4281
5134
|
/**
|
|
4282
5135
|
* @public
|
|
4283
5136
|
* <p>The next item following a partial list of returned resources. For example, if a request
|
|
4284
|
-
* is made to return <code>
|
|
5137
|
+
* is made to return <code>MaxResults</code> number of resources, <code>NextToken</code>
|
|
4285
5138
|
* allows you to return more items in your list starting at the location pointed to by the
|
|
4286
5139
|
* next token.</p>
|
|
4287
5140
|
*/
|
|
@@ -4294,7 +5147,7 @@ export interface ListBackupPlansInput {
|
|
|
4294
5147
|
/**
|
|
4295
5148
|
* @public
|
|
4296
5149
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
4297
|
-
* made to return <code>
|
|
5150
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
4298
5151
|
* to return more items in your list starting at the location pointed to by the next
|
|
4299
5152
|
* token.</p>
|
|
4300
5153
|
*/
|
|
@@ -4318,7 +5171,7 @@ export interface ListBackupPlansOutput {
|
|
|
4318
5171
|
/**
|
|
4319
5172
|
* @public
|
|
4320
5173
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
4321
|
-
* made to return <code>
|
|
5174
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
4322
5175
|
* to return more items in your list starting at the location pointed to by the next
|
|
4323
5176
|
* token.</p>
|
|
4324
5177
|
*/
|
|
@@ -4337,7 +5190,7 @@ export interface ListBackupPlanTemplatesInput {
|
|
|
4337
5190
|
/**
|
|
4338
5191
|
* @public
|
|
4339
5192
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
4340
|
-
* made to return <code>
|
|
5193
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
4341
5194
|
* to return more items in your list starting at the location pointed to by the next
|
|
4342
5195
|
* token.</p>
|
|
4343
5196
|
*/
|
|
@@ -4355,7 +5208,7 @@ export interface ListBackupPlanTemplatesOutput {
|
|
|
4355
5208
|
/**
|
|
4356
5209
|
* @public
|
|
4357
5210
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
4358
|
-
* made to return <code>
|
|
5211
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
4359
5212
|
* to return more items in your list starting at the location pointed to by the next
|
|
4360
5213
|
* token.</p>
|
|
4361
5214
|
*/
|
|
@@ -4378,7 +5231,7 @@ export interface ListBackupPlanVersionsInput {
|
|
|
4378
5231
|
/**
|
|
4379
5232
|
* @public
|
|
4380
5233
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
4381
|
-
* made to return <code>
|
|
5234
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
4382
5235
|
* to return more items in your list starting at the location pointed to by the next
|
|
4383
5236
|
* token.</p>
|
|
4384
5237
|
*/
|
|
@@ -4396,7 +5249,7 @@ export interface ListBackupPlanVersionsOutput {
|
|
|
4396
5249
|
/**
|
|
4397
5250
|
* @public
|
|
4398
5251
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
4399
|
-
* made to return <code>
|
|
5252
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
4400
5253
|
* to return more items in your list starting at the location pointed to by the next
|
|
4401
5254
|
* token.</p>
|
|
4402
5255
|
*/
|
|
@@ -4419,7 +5272,7 @@ export interface ListBackupSelectionsInput {
|
|
|
4419
5272
|
/**
|
|
4420
5273
|
* @public
|
|
4421
5274
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
4422
|
-
* made to return <code>
|
|
5275
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
4423
5276
|
* to return more items in your list starting at the location pointed to by the next
|
|
4424
5277
|
* token.</p>
|
|
4425
5278
|
*/
|
|
@@ -4437,7 +5290,7 @@ export interface ListBackupSelectionsOutput {
|
|
|
4437
5290
|
/**
|
|
4438
5291
|
* @public
|
|
4439
5292
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
4440
|
-
* made to return <code>
|
|
5293
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
4441
5294
|
* to return more items in your list starting at the location pointed to by the next
|
|
4442
5295
|
* token.</p>
|
|
4443
5296
|
*/
|
|
@@ -4466,7 +5319,7 @@ export interface ListBackupVaultsInput {
|
|
|
4466
5319
|
/**
|
|
4467
5320
|
* @public
|
|
4468
5321
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
4469
|
-
* made to return <code>
|
|
5322
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
4470
5323
|
* to return more items in your list starting at the location pointed to by the next
|
|
4471
5324
|
* token.</p>
|
|
4472
5325
|
*/
|
|
@@ -4491,7 +5344,7 @@ export interface ListBackupVaultsOutput {
|
|
|
4491
5344
|
/**
|
|
4492
5345
|
* @public
|
|
4493
5346
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
4494
|
-
* made to return <code>
|
|
5347
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
4495
5348
|
* to return more items in your list starting at the location pointed to by the next
|
|
4496
5349
|
* token.</p>
|
|
4497
5350
|
*/
|
|
@@ -4504,7 +5357,7 @@ export interface ListCopyJobsInput {
|
|
|
4504
5357
|
/**
|
|
4505
5358
|
* @public
|
|
4506
5359
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
4507
|
-
* made to return
|
|
5360
|
+
* made to return MaxResults number of items, NextToken allows you to return more items in
|
|
4508
5361
|
* your list starting at the location pointed to by the next token. </p>
|
|
4509
5362
|
*/
|
|
4510
5363
|
NextToken?: string;
|
|
@@ -4621,16 +5474,19 @@ export interface ListCopyJobsInput {
|
|
|
4621
5474
|
ByParentJobId?: string;
|
|
4622
5475
|
/**
|
|
4623
5476
|
* @public
|
|
4624
|
-
* <p>This
|
|
4625
|
-
*
|
|
4626
|
-
*
|
|
4627
|
-
* <
|
|
5477
|
+
* <p>This is an optional parameter that can be used to
|
|
5478
|
+
* filter out jobs with a MessageCategory which matches the
|
|
5479
|
+
* value you input.</p>
|
|
5480
|
+
* <p>Example strings may include <code>AccessDenied</code>,
|
|
5481
|
+
* <code>SUCCESS</code>, <code>AGGREGATE_ALL</code>, and
|
|
5482
|
+
* <code>INVALIDPARAMETERS</code>.</p>
|
|
5483
|
+
* <p>View
|
|
4628
5484
|
* <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html">Monitoring</a>
|
|
4629
|
-
* for a list of accepted
|
|
5485
|
+
* for a list of accepted strings.</p>
|
|
4630
5486
|
* <p>The the value ANY returns count of all message categories.</p>
|
|
4631
5487
|
* <p>
|
|
4632
5488
|
* <code>AGGREGATE_ALL</code> aggregates job counts
|
|
4633
|
-
*
|
|
5489
|
+
* for all message categories and returns the sum.</p>
|
|
4634
5490
|
*/
|
|
4635
5491
|
ByMessageCategory?: string;
|
|
4636
5492
|
}
|
|
@@ -4647,7 +5503,7 @@ export interface ListCopyJobsOutput {
|
|
|
4647
5503
|
/**
|
|
4648
5504
|
* @public
|
|
4649
5505
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
4650
|
-
* made to return
|
|
5506
|
+
* made to return MaxResults number of items, NextToken allows you to return more items in
|
|
4651
5507
|
* your list starting at the location pointed to by the next token. </p>
|
|
4652
5508
|
*/
|
|
4653
5509
|
NextToken?: string;
|
|
@@ -4741,7 +5597,7 @@ export interface ListCopyJobSummariesInput {
|
|
|
4741
5597
|
/**
|
|
4742
5598
|
* @public
|
|
4743
5599
|
* <p>The next item following a partial list of returned resources. For example, if a request
|
|
4744
|
-
* is made to return <code>
|
|
5600
|
+
* is made to return <code>MaxResults</code> number of resources, <code>NextToken</code>
|
|
4745
5601
|
* allows you to return more items in your list starting at the location pointed to by the
|
|
4746
5602
|
* next token.</p>
|
|
4747
5603
|
*/
|
|
@@ -4784,7 +5640,7 @@ export interface ListCopyJobSummariesOutput {
|
|
|
4784
5640
|
/**
|
|
4785
5641
|
* @public
|
|
4786
5642
|
* <p>The next item following a partial list of returned resources. For example, if a request
|
|
4787
|
-
* is made to return <code>
|
|
5643
|
+
* is made to return <code>MaxResults</code> number of resources, <code>NextToken</code>
|
|
4788
5644
|
* allows you to return more items in your list starting at the location pointed to by the
|
|
4789
5645
|
* next token.</p>
|
|
4790
5646
|
*/
|
|
@@ -4879,7 +5735,7 @@ export interface ListLegalHoldsInput {
|
|
|
4879
5735
|
/**
|
|
4880
5736
|
* @public
|
|
4881
5737
|
* <p>The next item following a partial list of returned resources. For example, if a request
|
|
4882
|
-
* is made to return <code>
|
|
5738
|
+
* is made to return <code>MaxResults</code> number of resources, <code>NextToken</code>
|
|
4883
5739
|
* allows you to return more items in your list starting at the location pointed to by the
|
|
4884
5740
|
* next token.</p>
|
|
4885
5741
|
*/
|
|
@@ -4948,7 +5804,7 @@ export interface ListLegalHoldsOutput {
|
|
|
4948
5804
|
/**
|
|
4949
5805
|
* @public
|
|
4950
5806
|
* <p>The next item following a partial list of returned resources. For example, if a request
|
|
4951
|
-
* is made to return <code>
|
|
5807
|
+
* is made to return <code>MaxResults</code> number of resources, <code>NextToken</code>
|
|
4952
5808
|
* allows you to return more items in your list starting at the location pointed to by the
|
|
4953
5809
|
* next token.</p>
|
|
4954
5810
|
*/
|
|
@@ -4966,7 +5822,7 @@ export interface ListProtectedResourcesInput {
|
|
|
4966
5822
|
/**
|
|
4967
5823
|
* @public
|
|
4968
5824
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
4969
|
-
* made to return <code>
|
|
5825
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
4970
5826
|
* to return more items in your list starting at the location pointed to by the next
|
|
4971
5827
|
* token.</p>
|
|
4972
5828
|
*/
|
|
@@ -5009,6 +5865,18 @@ export interface ProtectedResource {
|
|
|
5009
5865
|
* belongs to the specified backup.</p>
|
|
5010
5866
|
*/
|
|
5011
5867
|
ResourceName?: string;
|
|
5868
|
+
/**
|
|
5869
|
+
* @public
|
|
5870
|
+
* <p>This is the ARN (Amazon Resource Name) of the backup vault
|
|
5871
|
+
* that contains the most recent backup recovery point.</p>
|
|
5872
|
+
*/
|
|
5873
|
+
LastBackupVaultArn?: string;
|
|
5874
|
+
/**
|
|
5875
|
+
* @public
|
|
5876
|
+
* <p>This is the ARN (Amazon Resource Name) of the most
|
|
5877
|
+
* recent recovery point.</p>
|
|
5878
|
+
*/
|
|
5879
|
+
LastRecoveryPointArn?: string;
|
|
5012
5880
|
}
|
|
5013
5881
|
/**
|
|
5014
5882
|
* @public
|
|
@@ -5024,7 +5892,7 @@ export interface ListProtectedResourcesOutput {
|
|
|
5024
5892
|
/**
|
|
5025
5893
|
* @public
|
|
5026
5894
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
5027
|
-
* made to return <code>
|
|
5895
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
5028
5896
|
* to return more items in your list starting at the location pointed to by the next
|
|
5029
5897
|
* token.</p>
|
|
5030
5898
|
*/
|
|
@@ -5047,7 +5915,7 @@ export interface ListProtectedResourcesByBackupVaultInput {
|
|
|
5047
5915
|
/**
|
|
5048
5916
|
* @public
|
|
5049
5917
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
5050
|
-
* made to return <code>
|
|
5918
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
5051
5919
|
* to return more items in your list starting at the location pointed to by the next
|
|
5052
5920
|
* token.</p>
|
|
5053
5921
|
*/
|
|
@@ -5070,7 +5938,7 @@ export interface ListProtectedResourcesByBackupVaultOutput {
|
|
|
5070
5938
|
/**
|
|
5071
5939
|
* @public
|
|
5072
5940
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
5073
|
-
* made to return <code>
|
|
5941
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
5074
5942
|
* to return more items in your list starting at the location pointed to by the next
|
|
5075
5943
|
* token.</p>
|
|
5076
5944
|
*/
|
|
@@ -5100,7 +5968,7 @@ export interface ListRecoveryPointsByBackupVaultInput {
|
|
|
5100
5968
|
/**
|
|
5101
5969
|
* @public
|
|
5102
5970
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
5103
|
-
* made to return <code>
|
|
5971
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
5104
5972
|
* to return more items in your list starting at the location pointed to by the next
|
|
5105
5973
|
* token.</p>
|
|
5106
5974
|
*/
|
|
@@ -5307,7 +6175,7 @@ export interface ListRecoveryPointsByBackupVaultOutput {
|
|
|
5307
6175
|
/**
|
|
5308
6176
|
* @public
|
|
5309
6177
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
5310
|
-
* made to return <code>
|
|
6178
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
5311
6179
|
* to return more items in your list starting at the location pointed to by the next
|
|
5312
6180
|
* token.</p>
|
|
5313
6181
|
*/
|
|
@@ -5331,7 +6199,7 @@ export interface ListRecoveryPointsByLegalHoldInput {
|
|
|
5331
6199
|
/**
|
|
5332
6200
|
* @public
|
|
5333
6201
|
* <p>This is the next item following a partial list of returned resources. For example, if a request
|
|
5334
|
-
* is made to return <code>
|
|
6202
|
+
* is made to return <code>MaxResults</code> number of resources, <code>NextToken</code>
|
|
5335
6203
|
* allows you to return more items in your list starting at the location pointed to by the
|
|
5336
6204
|
* next token.</p>
|
|
5337
6205
|
*/
|
|
@@ -5404,7 +6272,7 @@ export interface ListRecoveryPointsByResourceInput {
|
|
|
5404
6272
|
/**
|
|
5405
6273
|
* @public
|
|
5406
6274
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
5407
|
-
* made to return <code>
|
|
6275
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
5408
6276
|
* to return more items in your list starting at the location pointed to by the next
|
|
5409
6277
|
* token.</p>
|
|
5410
6278
|
*/
|
|
@@ -5492,7 +6360,7 @@ export interface ListRecoveryPointsByResourceOutput {
|
|
|
5492
6360
|
/**
|
|
5493
6361
|
* @public
|
|
5494
6362
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
5495
|
-
* made to return <code>
|
|
6363
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
5496
6364
|
* to return more items in your list starting at the location pointed to by the next
|
|
5497
6365
|
* token.</p>
|
|
5498
6366
|
*/
|
|
@@ -5611,7 +6479,7 @@ export interface ListRestoreJobsInput {
|
|
|
5611
6479
|
/**
|
|
5612
6480
|
* @public
|
|
5613
6481
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
5614
|
-
* made to return <code>
|
|
6482
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
5615
6483
|
* to return more items in your list starting at the location pointed to by the next
|
|
5616
6484
|
* token.</p>
|
|
5617
6485
|
*/
|
|
@@ -5654,6 +6522,12 @@ export interface ListRestoreJobsInput {
|
|
|
5654
6522
|
* Universal Time (UTC).</p>
|
|
5655
6523
|
*/
|
|
5656
6524
|
ByCompleteAfter?: Date;
|
|
6525
|
+
/**
|
|
6526
|
+
* @public
|
|
6527
|
+
* <p>This returns only restore testing jobs that match the
|
|
6528
|
+
* specified resource Amazon Resource Name (ARN).</p>
|
|
6529
|
+
*/
|
|
6530
|
+
ByRestoreTestingPlanArn?: string;
|
|
5657
6531
|
}
|
|
5658
6532
|
/**
|
|
5659
6533
|
* @public
|
|
@@ -5740,27 +6614,120 @@ export interface RestoreJobsListMember {
|
|
|
5740
6614
|
* Amazon EC2.</p>
|
|
5741
6615
|
*/
|
|
5742
6616
|
ResourceType?: string;
|
|
5743
|
-
}
|
|
5744
|
-
/**
|
|
5745
|
-
* @public
|
|
5746
|
-
*/
|
|
5747
|
-
export interface ListRestoreJobsOutput {
|
|
5748
6617
|
/**
|
|
5749
6618
|
* @public
|
|
5750
|
-
* <p>
|
|
5751
|
-
* resources.</p>
|
|
6619
|
+
* <p>The date on which a recovery point was created.</p>
|
|
5752
6620
|
*/
|
|
5753
|
-
|
|
6621
|
+
RecoveryPointCreationDate?: Date;
|
|
5754
6622
|
/**
|
|
5755
6623
|
* @public
|
|
5756
|
-
* <p>
|
|
5757
|
-
*
|
|
5758
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
5759
|
-
* token.</p>
|
|
6624
|
+
* <p>Contains identifying information about the creation
|
|
6625
|
+
* of a restore job.</p>
|
|
5760
6626
|
*/
|
|
5761
|
-
|
|
5762
|
-
|
|
5763
|
-
|
|
6627
|
+
CreatedBy?: RestoreJobCreator;
|
|
6628
|
+
/**
|
|
6629
|
+
* @public
|
|
6630
|
+
* <p>This is the status of validation run on the indicated
|
|
6631
|
+
* restore job.</p>
|
|
6632
|
+
*/
|
|
6633
|
+
ValidationStatus?: RestoreValidationStatus;
|
|
6634
|
+
/**
|
|
6635
|
+
* @public
|
|
6636
|
+
* <p>This describes the status of validation run on the
|
|
6637
|
+
* indicated restore job.</p>
|
|
6638
|
+
*/
|
|
6639
|
+
ValidationStatusMessage?: string;
|
|
6640
|
+
/**
|
|
6641
|
+
* @public
|
|
6642
|
+
* <p>This notes the status of the data generated by the restore
|
|
6643
|
+
* test. The status may be <code>Deleting</code>, <code>Failed</code>,
|
|
6644
|
+
* or <code>Successful</code>.</p>
|
|
6645
|
+
*/
|
|
6646
|
+
DeletionStatus?: RestoreDeletionStatus;
|
|
6647
|
+
/**
|
|
6648
|
+
* @public
|
|
6649
|
+
* <p>This describes the restore job deletion status.</p>
|
|
6650
|
+
*/
|
|
6651
|
+
DeletionStatusMessage?: string;
|
|
6652
|
+
}
|
|
6653
|
+
/**
|
|
6654
|
+
* @public
|
|
6655
|
+
*/
|
|
6656
|
+
export interface ListRestoreJobsOutput {
|
|
6657
|
+
/**
|
|
6658
|
+
* @public
|
|
6659
|
+
* <p>An array of objects that contain detailed information about jobs to restore saved
|
|
6660
|
+
* resources.</p>
|
|
6661
|
+
*/
|
|
6662
|
+
RestoreJobs?: RestoreJobsListMember[];
|
|
6663
|
+
/**
|
|
6664
|
+
* @public
|
|
6665
|
+
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
6666
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
6667
|
+
* to return more items in your list starting at the location pointed to by the next
|
|
6668
|
+
* token.</p>
|
|
6669
|
+
*/
|
|
6670
|
+
NextToken?: string;
|
|
6671
|
+
}
|
|
6672
|
+
/**
|
|
6673
|
+
* @public
|
|
6674
|
+
*/
|
|
6675
|
+
export interface ListRestoreJobsByProtectedResourceInput {
|
|
6676
|
+
/**
|
|
6677
|
+
* @public
|
|
6678
|
+
* <p>Returns only restore jobs that match the specified resource
|
|
6679
|
+
* Amazon Resource Name (ARN).</p>
|
|
6680
|
+
*/
|
|
6681
|
+
ResourceArn: string | undefined;
|
|
6682
|
+
/**
|
|
6683
|
+
* @public
|
|
6684
|
+
* <p>Returns only restore jobs associated with the specified job status.</p>
|
|
6685
|
+
*/
|
|
6686
|
+
ByStatus?: RestoreJobStatus;
|
|
6687
|
+
/**
|
|
6688
|
+
* @public
|
|
6689
|
+
* <p>Returns only restore jobs of recovery points that were created after the specified date.</p>
|
|
6690
|
+
*/
|
|
6691
|
+
ByRecoveryPointCreationDateAfter?: Date;
|
|
6692
|
+
/**
|
|
6693
|
+
* @public
|
|
6694
|
+
* <p>Returns only restore jobs of recovery points that were created before the specified date.</p>
|
|
6695
|
+
*/
|
|
6696
|
+
ByRecoveryPointCreationDateBefore?: Date;
|
|
6697
|
+
/**
|
|
6698
|
+
* @public
|
|
6699
|
+
* <p>The next item following a partial list of returned items. For example,
|
|
6700
|
+
* if a request ismade to return <code>MaxResults</code> number of items,
|
|
6701
|
+
* <code>NextToken</code> allows you to return more items in your list
|
|
6702
|
+
* starting at the location pointed to by the next token.</p>
|
|
6703
|
+
*/
|
|
6704
|
+
NextToken?: string;
|
|
6705
|
+
/**
|
|
6706
|
+
* @public
|
|
6707
|
+
* <p>The maximum number of items to be returned.</p>
|
|
6708
|
+
*/
|
|
6709
|
+
MaxResults?: number;
|
|
6710
|
+
}
|
|
6711
|
+
/**
|
|
6712
|
+
* @public
|
|
6713
|
+
*/
|
|
6714
|
+
export interface ListRestoreJobsByProtectedResourceOutput {
|
|
6715
|
+
/**
|
|
6716
|
+
* @public
|
|
6717
|
+
* <p>An array of objects that contain detailed information about
|
|
6718
|
+
* jobs to restore saved resources.></p>
|
|
6719
|
+
*/
|
|
6720
|
+
RestoreJobs?: RestoreJobsListMember[];
|
|
6721
|
+
/**
|
|
6722
|
+
* @public
|
|
6723
|
+
* <p>The next item following a partial list of returned items. For example,
|
|
6724
|
+
* if a request is made to return <code>MaxResults</code> number of items,
|
|
6725
|
+
* <code>NextToken</code> allows youto return more items in your list starting
|
|
6726
|
+
* at the location pointed to by the next token</p>
|
|
6727
|
+
*/
|
|
6728
|
+
NextToken?: string;
|
|
6729
|
+
}
|
|
6730
|
+
/**
|
|
5764
6731
|
* @public
|
|
5765
6732
|
* @enum
|
|
5766
6733
|
*/
|
|
@@ -5854,7 +6821,7 @@ export interface ListRestoreJobSummariesInput {
|
|
|
5854
6821
|
/**
|
|
5855
6822
|
* @public
|
|
5856
6823
|
* <p>The next item following a partial list of returned resources. For example, if a request
|
|
5857
|
-
* is made to return <code>
|
|
6824
|
+
* is made to return <code>MaxResults</code> number of resources, <code>NextToken</code>
|
|
5858
6825
|
* allows you to return more items in your list starting at the location pointed to by the
|
|
5859
6826
|
* next token.</p>
|
|
5860
6827
|
*/
|
|
@@ -5951,12 +6918,209 @@ export interface ListRestoreJobSummariesOutput {
|
|
|
5951
6918
|
/**
|
|
5952
6919
|
* @public
|
|
5953
6920
|
* <p>The next item following a partial list of returned resources. For example, if a request
|
|
5954
|
-
* is made to return <code>
|
|
6921
|
+
* is made to return <code>MaxResults</code> number of resources, <code>NextToken</code>
|
|
5955
6922
|
* allows you to return more items in your list starting at the location pointed to by the
|
|
5956
6923
|
* next token.</p>
|
|
5957
6924
|
*/
|
|
5958
6925
|
NextToken?: string;
|
|
5959
6926
|
}
|
|
6927
|
+
/**
|
|
6928
|
+
* @public
|
|
6929
|
+
*/
|
|
6930
|
+
export interface ListRestoreTestingPlansInput {
|
|
6931
|
+
/**
|
|
6932
|
+
* @public
|
|
6933
|
+
* <p>The maximum number of items to be returned.</p>
|
|
6934
|
+
*/
|
|
6935
|
+
MaxResults?: number;
|
|
6936
|
+
/**
|
|
6937
|
+
* @public
|
|
6938
|
+
* <p>The next item following a partial list of returned items.
|
|
6939
|
+
* For example, if a request is made to return <code>MaxResults</code>
|
|
6940
|
+
* number of items, <code>NextToken</code> allows you to return more items
|
|
6941
|
+
* in your list starting at the location pointed to by the nexttoken.</p>
|
|
6942
|
+
*/
|
|
6943
|
+
NextToken?: string;
|
|
6944
|
+
}
|
|
6945
|
+
/**
|
|
6946
|
+
* @public
|
|
6947
|
+
* <p>This contains metadata about a restore testing plan.</p>
|
|
6948
|
+
*/
|
|
6949
|
+
export interface RestoreTestingPlanForList {
|
|
6950
|
+
/**
|
|
6951
|
+
* @public
|
|
6952
|
+
* <p>The date and time that a restore testing plan was created,
|
|
6953
|
+
* in Unix format and Coordinated Universal Time (UTC). The value
|
|
6954
|
+
* of <code>CreationTime</code> is accurate to milliseconds. For
|
|
6955
|
+
* example, the value 1516925490.087 represents Friday, January 26,
|
|
6956
|
+
* 2018 12:11:30.087 AM.</p>
|
|
6957
|
+
*/
|
|
6958
|
+
CreationTime: Date | undefined;
|
|
6959
|
+
/**
|
|
6960
|
+
* @public
|
|
6961
|
+
* <p>The last time a restore test was run with the specified
|
|
6962
|
+
* restore testing plan. A date and time, in Unix format and
|
|
6963
|
+
* Coordinated Universal Time (UTC). The value of
|
|
6964
|
+
* <code>LastExecutionDate</code> is accurate to milliseconds.
|
|
6965
|
+
* For example, the value 1516925490.087 represents Friday,
|
|
6966
|
+
* January 26, 2018 12:11:30.087 AM.</p>
|
|
6967
|
+
*/
|
|
6968
|
+
LastExecutionTime?: Date;
|
|
6969
|
+
/**
|
|
6970
|
+
* @public
|
|
6971
|
+
* <p>The date and time that the restore testing plan was updated.
|
|
6972
|
+
* This update is in Unix format and Coordinated Universal Time (UTC).
|
|
6973
|
+
* The value of <code>LastUpdateTime</code> is accurate to
|
|
6974
|
+
* milliseconds. For example, the value 1516925490.087 represents
|
|
6975
|
+
* Friday, January 26, 2018 12:11:30.087 AM.</p>
|
|
6976
|
+
*/
|
|
6977
|
+
LastUpdateTime?: Date;
|
|
6978
|
+
/**
|
|
6979
|
+
* @public
|
|
6980
|
+
* <p>An Amazon Resource Name (ARN) that uniquely identifiesa
|
|
6981
|
+
* restore testing plan.</p>
|
|
6982
|
+
*/
|
|
6983
|
+
RestoreTestingPlanArn: string | undefined;
|
|
6984
|
+
/**
|
|
6985
|
+
* @public
|
|
6986
|
+
* <p>This is the restore testing plan name.</p>
|
|
6987
|
+
*/
|
|
6988
|
+
RestoreTestingPlanName: string | undefined;
|
|
6989
|
+
/**
|
|
6990
|
+
* @public
|
|
6991
|
+
* <p>A CRON expression in specified timezone when a restore
|
|
6992
|
+
* testing plan is executed.</p>
|
|
6993
|
+
*/
|
|
6994
|
+
ScheduleExpression: string | undefined;
|
|
6995
|
+
/**
|
|
6996
|
+
* @public
|
|
6997
|
+
* <p>Optional. This is the timezone in which the schedule
|
|
6998
|
+
* expression is set. By default, ScheduleExpressions are in UTC.
|
|
6999
|
+
* You can modify this to a specified timezone.</p>
|
|
7000
|
+
*/
|
|
7001
|
+
ScheduleExpressionTimezone?: string;
|
|
7002
|
+
/**
|
|
7003
|
+
* @public
|
|
7004
|
+
* <p>Defaults to 24 hours.</p>
|
|
7005
|
+
* <p>A value in hours after a restore test is scheduled before
|
|
7006
|
+
* a job will be canceled if it doesn't start successfully. This
|
|
7007
|
+
* value is optional. If this value is included, this parameter
|
|
7008
|
+
* has a maximum value of 168 hours (one week).</p>
|
|
7009
|
+
*/
|
|
7010
|
+
StartWindowHours?: number;
|
|
7011
|
+
}
|
|
7012
|
+
/**
|
|
7013
|
+
* @public
|
|
7014
|
+
*/
|
|
7015
|
+
export interface ListRestoreTestingPlansOutput {
|
|
7016
|
+
/**
|
|
7017
|
+
* @public
|
|
7018
|
+
* <p>The next item following a partial list of returned items.
|
|
7019
|
+
* For example, if a request is made to return <code>MaxResults</code>
|
|
7020
|
+
* number of items, <code>NextToken</code> allows you to return more items
|
|
7021
|
+
* in your list starting at the location pointed to by the nexttoken.</p>
|
|
7022
|
+
*/
|
|
7023
|
+
NextToken?: string;
|
|
7024
|
+
/**
|
|
7025
|
+
* @public
|
|
7026
|
+
* <p>This is a returned list of restore testing plans.</p>
|
|
7027
|
+
*/
|
|
7028
|
+
RestoreTestingPlans: RestoreTestingPlanForList[] | undefined;
|
|
7029
|
+
}
|
|
7030
|
+
/**
|
|
7031
|
+
* @public
|
|
7032
|
+
*/
|
|
7033
|
+
export interface ListRestoreTestingSelectionsInput {
|
|
7034
|
+
/**
|
|
7035
|
+
* @public
|
|
7036
|
+
* <p>The maximum number of items to be returned.</p>
|
|
7037
|
+
*/
|
|
7038
|
+
MaxResults?: number;
|
|
7039
|
+
/**
|
|
7040
|
+
* @public
|
|
7041
|
+
* <p>The next item following a partial list of returned items.
|
|
7042
|
+
* For example, if a request is made to return <code>MaxResults</code>
|
|
7043
|
+
* number of items, <code>NextToken</code> allows you to return more items
|
|
7044
|
+
* in your list starting at the location pointed to by the nexttoken.</p>
|
|
7045
|
+
*/
|
|
7046
|
+
NextToken?: string;
|
|
7047
|
+
/**
|
|
7048
|
+
* @public
|
|
7049
|
+
* <p>Returns restore testing selections by the specified restore testing
|
|
7050
|
+
* plan name.</p>
|
|
7051
|
+
*/
|
|
7052
|
+
RestoreTestingPlanName: string | undefined;
|
|
7053
|
+
}
|
|
7054
|
+
/**
|
|
7055
|
+
* @public
|
|
7056
|
+
* <p>This contains metadata about a restore testing selection.</p>
|
|
7057
|
+
*/
|
|
7058
|
+
export interface RestoreTestingSelectionForList {
|
|
7059
|
+
/**
|
|
7060
|
+
* @public
|
|
7061
|
+
* <p>This is the date and time that a restore testing selection
|
|
7062
|
+
* was created, in Unix format and Coordinated Universal Time (UTC).
|
|
7063
|
+
* The value of <code>CreationTime</code> is accurate to milliseconds.
|
|
7064
|
+
* For example, the value 1516925490.087 represents Friday,
|
|
7065
|
+
* January 26,2018 12:11:30.087 AM.</p>
|
|
7066
|
+
*/
|
|
7067
|
+
CreationTime: Date | undefined;
|
|
7068
|
+
/**
|
|
7069
|
+
* @public
|
|
7070
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
7071
|
+
* Backup uses to create the target resource; for example:
|
|
7072
|
+
* <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>
|
|
7073
|
+
*/
|
|
7074
|
+
IamRoleArn: string | undefined;
|
|
7075
|
+
/**
|
|
7076
|
+
* @public
|
|
7077
|
+
* <p>The type of Amazon Web Services resource included in a restore
|
|
7078
|
+
* testing selection; for example, an
|
|
7079
|
+
* Amazon EBS volume or an
|
|
7080
|
+
* Amazon RDS database.</p>
|
|
7081
|
+
*/
|
|
7082
|
+
ProtectedResourceType: string | undefined;
|
|
7083
|
+
/**
|
|
7084
|
+
* @public
|
|
7085
|
+
* <p>Unique string that is the name of the restore testing plan.</p>
|
|
7086
|
+
* <p>The name cannot be changed after creation. The name must
|
|
7087
|
+
* consist of only alphanumeric characters and underscores.
|
|
7088
|
+
* Maximum length is 50.</p>
|
|
7089
|
+
*/
|
|
7090
|
+
RestoreTestingPlanName: string | undefined;
|
|
7091
|
+
/**
|
|
7092
|
+
* @public
|
|
7093
|
+
* <p>Unique name of a restore testing selection.</p>
|
|
7094
|
+
*/
|
|
7095
|
+
RestoreTestingSelectionName: string | undefined;
|
|
7096
|
+
/**
|
|
7097
|
+
* @public
|
|
7098
|
+
* <p>This value represents the time, in hours, data is retained after
|
|
7099
|
+
* a restore test so that optional validation can be completed.</p>
|
|
7100
|
+
* <p>Accepted value is an integer between
|
|
7101
|
+
* 0 and 168 (the hourly equivalent of seven days).</p>
|
|
7102
|
+
*/
|
|
7103
|
+
ValidationWindowHours?: number;
|
|
7104
|
+
}
|
|
7105
|
+
/**
|
|
7106
|
+
* @public
|
|
7107
|
+
*/
|
|
7108
|
+
export interface ListRestoreTestingSelectionsOutput {
|
|
7109
|
+
/**
|
|
7110
|
+
* @public
|
|
7111
|
+
* <p>The next item following a partial list of returned items. For example,
|
|
7112
|
+
* if a request is made to return <code>MaxResults</code> number of items,
|
|
7113
|
+
* <code>NextToken</code> allows you to return more items in your list
|
|
7114
|
+
* starting at the location pointed to by the nexttoken.</p>
|
|
7115
|
+
*/
|
|
7116
|
+
NextToken?: string;
|
|
7117
|
+
/**
|
|
7118
|
+
* @public
|
|
7119
|
+
* <p>The returned restore testing selections associated with the
|
|
7120
|
+
* restore testing plan.</p>
|
|
7121
|
+
*/
|
|
7122
|
+
RestoreTestingSelections: RestoreTestingSelectionForList[] | undefined;
|
|
7123
|
+
}
|
|
5960
7124
|
/**
|
|
5961
7125
|
* @public
|
|
5962
7126
|
*/
|
|
@@ -5971,7 +7135,7 @@ export interface ListTagsInput {
|
|
|
5971
7135
|
/**
|
|
5972
7136
|
* @public
|
|
5973
7137
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
5974
|
-
* made to return <code>
|
|
7138
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
5975
7139
|
* to return more items in your list starting at the location pointed to by the next
|
|
5976
7140
|
* token.</p>
|
|
5977
7141
|
*/
|
|
@@ -5989,7 +7153,7 @@ export interface ListTagsOutput {
|
|
|
5989
7153
|
/**
|
|
5990
7154
|
* @public
|
|
5991
7155
|
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
5992
|
-
* made to return <code>
|
|
7156
|
+
* made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you
|
|
5993
7157
|
* to return more items in your list starting at the location pointed to by the next
|
|
5994
7158
|
* token.</p>
|
|
5995
7159
|
*/
|
|
@@ -6140,6 +7304,27 @@ export interface PutBackupVaultNotificationsInput {
|
|
|
6140
7304
|
*/
|
|
6141
7305
|
BackupVaultEvents: BackupVaultEvent[] | undefined;
|
|
6142
7306
|
}
|
|
7307
|
+
/**
|
|
7308
|
+
* @public
|
|
7309
|
+
*/
|
|
7310
|
+
export interface PutRestoreValidationResultInput {
|
|
7311
|
+
/**
|
|
7312
|
+
* @public
|
|
7313
|
+
* <p>This is a unique identifier of a restore job within Backup.</p>
|
|
7314
|
+
*/
|
|
7315
|
+
RestoreJobId: string | undefined;
|
|
7316
|
+
/**
|
|
7317
|
+
* @public
|
|
7318
|
+
* <p>This is the status of your restore validation.</p>
|
|
7319
|
+
*/
|
|
7320
|
+
ValidationStatus: RestoreValidationStatus | undefined;
|
|
7321
|
+
/**
|
|
7322
|
+
* @public
|
|
7323
|
+
* <p>This is an optional message string you can input to
|
|
7324
|
+
* describe the validation status for the restore test validation.</p>
|
|
7325
|
+
*/
|
|
7326
|
+
ValidationStatusMessage?: string;
|
|
7327
|
+
}
|
|
6143
7328
|
/**
|
|
6144
7329
|
* @public
|
|
6145
7330
|
*/
|
|
@@ -6843,6 +8028,192 @@ export interface UpdateReportPlanOutput {
|
|
|
6843
8028
|
*/
|
|
6844
8029
|
CreationTime?: Date;
|
|
6845
8030
|
}
|
|
8031
|
+
/**
|
|
8032
|
+
* @public
|
|
8033
|
+
* <p>This contains metadata about a restore testing plan.</p>
|
|
8034
|
+
*/
|
|
8035
|
+
export interface RestoreTestingPlanForUpdate {
|
|
8036
|
+
/**
|
|
8037
|
+
* @public
|
|
8038
|
+
* <p>Required: <code>Algorithm</code>; <code>RecoveryPointTypes</code>;
|
|
8039
|
+
* <code>IncludeVaults</code> (<i>one or more</i>).</p>
|
|
8040
|
+
* <p>Optional: <i>SelectionWindowDays</i> (<i>'30' if
|
|
8041
|
+
* not specified</i>); <code>ExcludeVaults</code> (defaults to empty
|
|
8042
|
+
* list if not listed).</p>
|
|
8043
|
+
*/
|
|
8044
|
+
RecoveryPointSelection?: RestoreTestingRecoveryPointSelection;
|
|
8045
|
+
/**
|
|
8046
|
+
* @public
|
|
8047
|
+
* <p>A CRON expression in specified timezone when a restore
|
|
8048
|
+
* testing plan is executed.</p>
|
|
8049
|
+
*/
|
|
8050
|
+
ScheduleExpression?: string;
|
|
8051
|
+
/**
|
|
8052
|
+
* @public
|
|
8053
|
+
* <p>Optional. This is the timezone in which the schedule
|
|
8054
|
+
* expression is set. By default, ScheduleExpressions are in UTC.
|
|
8055
|
+
* You can modify this to a specified timezone.</p>
|
|
8056
|
+
*/
|
|
8057
|
+
ScheduleExpressionTimezone?: string;
|
|
8058
|
+
/**
|
|
8059
|
+
* @public
|
|
8060
|
+
* <p>Defaults to 24 hours.</p>
|
|
8061
|
+
* <p>A value in hours after a restore test is scheduled before a
|
|
8062
|
+
* job will be canceled if it doesn't start successfully. This value
|
|
8063
|
+
* is optional. If this value is included, this parameter has a
|
|
8064
|
+
* maximum value of 168 hours (one week).</p>
|
|
8065
|
+
*/
|
|
8066
|
+
StartWindowHours?: number;
|
|
8067
|
+
}
|
|
8068
|
+
/**
|
|
8069
|
+
* @public
|
|
8070
|
+
*/
|
|
8071
|
+
export interface UpdateRestoreTestingPlanInput {
|
|
8072
|
+
/**
|
|
8073
|
+
* @public
|
|
8074
|
+
* <p>Specifies the body of a restore testing plan.</p>
|
|
8075
|
+
*/
|
|
8076
|
+
RestoreTestingPlan: RestoreTestingPlanForUpdate | undefined;
|
|
8077
|
+
/**
|
|
8078
|
+
* @public
|
|
8079
|
+
* <p>This is the restore testing plan name you wish to update.</p>
|
|
8080
|
+
*/
|
|
8081
|
+
RestoreTestingPlanName: string | undefined;
|
|
8082
|
+
}
|
|
8083
|
+
/**
|
|
8084
|
+
* @public
|
|
8085
|
+
*/
|
|
8086
|
+
export interface UpdateRestoreTestingPlanOutput {
|
|
8087
|
+
/**
|
|
8088
|
+
* @public
|
|
8089
|
+
* <p>This is the time the resource testing plan was
|
|
8090
|
+
* created.</p>
|
|
8091
|
+
*/
|
|
8092
|
+
CreationTime: Date | undefined;
|
|
8093
|
+
/**
|
|
8094
|
+
* @public
|
|
8095
|
+
* <p>Unique ARN (Amazon Resource Name) of the restore testing plan.</p>
|
|
8096
|
+
*/
|
|
8097
|
+
RestoreTestingPlanArn: string | undefined;
|
|
8098
|
+
/**
|
|
8099
|
+
* @public
|
|
8100
|
+
* <p>The name cannot be changed after creation. The name consists of
|
|
8101
|
+
* only alphanumeric characters and underscores. Maximum length is 50.</p>
|
|
8102
|
+
*/
|
|
8103
|
+
RestoreTestingPlanName: string | undefined;
|
|
8104
|
+
/**
|
|
8105
|
+
* @public
|
|
8106
|
+
* <p>This is the time the update completed for the restore
|
|
8107
|
+
* testing plan.</p>
|
|
8108
|
+
*/
|
|
8109
|
+
UpdateTime: Date | undefined;
|
|
8110
|
+
}
|
|
8111
|
+
/**
|
|
8112
|
+
* @public
|
|
8113
|
+
* <p>This contains metadata about a restore testing selection.</p>
|
|
8114
|
+
*/
|
|
8115
|
+
export interface RestoreTestingSelectionForUpdate {
|
|
8116
|
+
/**
|
|
8117
|
+
* @public
|
|
8118
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that
|
|
8119
|
+
* Backup uses to create the target resource; for example:
|
|
8120
|
+
* <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>
|
|
8121
|
+
*/
|
|
8122
|
+
IamRoleArn?: string;
|
|
8123
|
+
/**
|
|
8124
|
+
* @public
|
|
8125
|
+
* <p>You can include a list of specific ARNs, such as
|
|
8126
|
+
* <code>ProtectedResourceArns: ["arn:aws:...", "arn:aws:..."]</code>
|
|
8127
|
+
* or you can include a wildcard: <code>ProtectedResourceArns: ["*"]</code>,
|
|
8128
|
+
* but not both.</p>
|
|
8129
|
+
*/
|
|
8130
|
+
ProtectedResourceArns?: string[];
|
|
8131
|
+
/**
|
|
8132
|
+
* @public
|
|
8133
|
+
* <p>A list of conditions that you define for resources in
|
|
8134
|
+
* your restore testing plan using tags.</p>
|
|
8135
|
+
* <p>For example,
|
|
8136
|
+
* <code>"StringEquals": \{ "Key": "aws:ResourceTag/CreatedByCryo", "Value": "true" \},</code>.
|
|
8137
|
+
* Condition operators are case sensitive.</p>
|
|
8138
|
+
*/
|
|
8139
|
+
ProtectedResourceConditions?: ProtectedResourceConditions;
|
|
8140
|
+
/**
|
|
8141
|
+
* @public
|
|
8142
|
+
* <p>You can override certain restore metadata keys by including the parameter
|
|
8143
|
+
* <code>RestoreMetadataOverrides</code> in the body of
|
|
8144
|
+
* <code>RestoreTestingSelection</code>. Key values are not case sensitive.</p>
|
|
8145
|
+
* <p>See the complete list of <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/restore-testing-inferred-metadata.html">restore testing
|
|
8146
|
+
* inferred metadata</a>.</p>
|
|
8147
|
+
*/
|
|
8148
|
+
RestoreMetadataOverrides?: Record<string, string>;
|
|
8149
|
+
/**
|
|
8150
|
+
* @public
|
|
8151
|
+
* <p>This value represents the time, in hours, data is retained after
|
|
8152
|
+
* a restore test so that optional validation can be completed.</p>
|
|
8153
|
+
* <p>Accepted value is an integer between
|
|
8154
|
+
* 0 and 168 (the hourly equivalent of seven days).</p>
|
|
8155
|
+
*/
|
|
8156
|
+
ValidationWindowHours?: number;
|
|
8157
|
+
}
|
|
8158
|
+
/**
|
|
8159
|
+
* @public
|
|
8160
|
+
*/
|
|
8161
|
+
export interface UpdateRestoreTestingSelectionInput {
|
|
8162
|
+
/**
|
|
8163
|
+
* @public
|
|
8164
|
+
* <p>The restore testing plan name is required to update the
|
|
8165
|
+
* indicated testing plan.</p>
|
|
8166
|
+
*/
|
|
8167
|
+
RestoreTestingPlanName: string | undefined;
|
|
8168
|
+
/**
|
|
8169
|
+
* @public
|
|
8170
|
+
* <p>To update your restore testing selection, you can use either
|
|
8171
|
+
* protected resource ARNs or conditions, but not both. That is, if your
|
|
8172
|
+
* selection has <code>ProtectedResourceArns</code>, requesting an update
|
|
8173
|
+
* with the parameter <code>ProtectedResourceConditions</code> will be
|
|
8174
|
+
* unsuccessful.</p>
|
|
8175
|
+
*/
|
|
8176
|
+
RestoreTestingSelection: RestoreTestingSelectionForUpdate | undefined;
|
|
8177
|
+
/**
|
|
8178
|
+
* @public
|
|
8179
|
+
* <p>This is the required restore testing selection name of the restore
|
|
8180
|
+
* testing selection you wish to update.</p>
|
|
8181
|
+
*/
|
|
8182
|
+
RestoreTestingSelectionName: string | undefined;
|
|
8183
|
+
}
|
|
8184
|
+
/**
|
|
8185
|
+
* @public
|
|
8186
|
+
*/
|
|
8187
|
+
export interface UpdateRestoreTestingSelectionOutput {
|
|
8188
|
+
/**
|
|
8189
|
+
* @public
|
|
8190
|
+
* <p>This is the time the resource testing selection was
|
|
8191
|
+
* updated successfully.</p>
|
|
8192
|
+
*/
|
|
8193
|
+
CreationTime: Date | undefined;
|
|
8194
|
+
/**
|
|
8195
|
+
* @public
|
|
8196
|
+
* <p>Unique string that is the name of the restore testing plan.</p>
|
|
8197
|
+
*/
|
|
8198
|
+
RestoreTestingPlanArn: string | undefined;
|
|
8199
|
+
/**
|
|
8200
|
+
* @public
|
|
8201
|
+
* <p>This is the restore testing plan with which the updated restore
|
|
8202
|
+
* testing selection is associated.</p>
|
|
8203
|
+
*/
|
|
8204
|
+
RestoreTestingPlanName: string | undefined;
|
|
8205
|
+
/**
|
|
8206
|
+
* @public
|
|
8207
|
+
* <p>This is the returned restore testing selection name.</p>
|
|
8208
|
+
*/
|
|
8209
|
+
RestoreTestingSelectionName: string | undefined;
|
|
8210
|
+
/**
|
|
8211
|
+
* @public
|
|
8212
|
+
* <p>This is the time the update completed for the restore
|
|
8213
|
+
* testing selection.</p>
|
|
8214
|
+
*/
|
|
8215
|
+
UpdateTime: Date | undefined;
|
|
8216
|
+
}
|
|
6846
8217
|
/**
|
|
6847
8218
|
* @internal
|
|
6848
8219
|
*/
|
|
@@ -6875,6 +8246,18 @@ export declare const CreateLegalHoldInputFilterSensitiveLog: (obj: CreateLegalHo
|
|
|
6875
8246
|
* @internal
|
|
6876
8247
|
*/
|
|
6877
8248
|
export declare const CreateLogicallyAirGappedBackupVaultInputFilterSensitiveLog: (obj: CreateLogicallyAirGappedBackupVaultInput) => any;
|
|
8249
|
+
/**
|
|
8250
|
+
* @internal
|
|
8251
|
+
*/
|
|
8252
|
+
export declare const CreateRestoreTestingPlanInputFilterSensitiveLog: (obj: CreateRestoreTestingPlanInput) => any;
|
|
8253
|
+
/**
|
|
8254
|
+
* @internal
|
|
8255
|
+
*/
|
|
8256
|
+
export declare const RestoreTestingSelectionForCreateFilterSensitiveLog: (obj: RestoreTestingSelectionForCreate) => any;
|
|
8257
|
+
/**
|
|
8258
|
+
* @internal
|
|
8259
|
+
*/
|
|
8260
|
+
export declare const CreateRestoreTestingSelectionInputFilterSensitiveLog: (obj: CreateRestoreTestingSelectionInput) => any;
|
|
6878
8261
|
/**
|
|
6879
8262
|
* @internal
|
|
6880
8263
|
*/
|
|
@@ -6891,6 +8274,18 @@ export declare const GetBackupPlanFromTemplateOutputFilterSensitiveLog: (obj: Ge
|
|
|
6891
8274
|
* @internal
|
|
6892
8275
|
*/
|
|
6893
8276
|
export declare const GetRecoveryPointRestoreMetadataOutputFilterSensitiveLog: (obj: GetRecoveryPointRestoreMetadataOutput) => any;
|
|
8277
|
+
/**
|
|
8278
|
+
* @internal
|
|
8279
|
+
*/
|
|
8280
|
+
export declare const GetRestoreJobMetadataOutputFilterSensitiveLog: (obj: GetRestoreJobMetadataOutput) => any;
|
|
8281
|
+
/**
|
|
8282
|
+
* @internal
|
|
8283
|
+
*/
|
|
8284
|
+
export declare const RestoreTestingSelectionForGetFilterSensitiveLog: (obj: RestoreTestingSelectionForGet) => any;
|
|
8285
|
+
/**
|
|
8286
|
+
* @internal
|
|
8287
|
+
*/
|
|
8288
|
+
export declare const GetRestoreTestingSelectionOutputFilterSensitiveLog: (obj: GetRestoreTestingSelectionOutput) => any;
|
|
6894
8289
|
/**
|
|
6895
8290
|
* @internal
|
|
6896
8291
|
*/
|
|
@@ -6915,3 +8310,11 @@ export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceIn
|
|
|
6915
8310
|
* @internal
|
|
6916
8311
|
*/
|
|
6917
8312
|
export declare const UpdateBackupPlanInputFilterSensitiveLog: (obj: UpdateBackupPlanInput) => any;
|
|
8313
|
+
/**
|
|
8314
|
+
* @internal
|
|
8315
|
+
*/
|
|
8316
|
+
export declare const RestoreTestingSelectionForUpdateFilterSensitiveLog: (obj: RestoreTestingSelectionForUpdate) => any;
|
|
8317
|
+
/**
|
|
8318
|
+
* @internal
|
|
8319
|
+
*/
|
|
8320
|
+
export declare const UpdateRestoreTestingSelectionInputFilterSensitiveLog: (obj: UpdateRestoreTestingSelectionInput) => any;
|