@aws-sdk/client-backup 3.1104.0 → 3.1106.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 +42 -0
- package/dist-cjs/index.js +190 -1
- package/dist-es/Backup.js +18 -0
- package/dist-es/commands/CreateBackupAccessPointCommand.js +4 -0
- package/dist-es/commands/DeleteBackupAccessPointCommand.js +4 -0
- package/dist-es/commands/DescribeBackupAccessPointCommand.js +4 -0
- package/dist-es/commands/ListBackupAccessPointsByRecoveryPointCommand.js +4 -0
- package/dist-es/commands/ListBackupAccessPointsByResourceCommand.js +4 -0
- package/dist-es/commands/ListBackupAccessPointsCommand.js +4 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +15 -0
- package/dist-es/pagination/ListBackupAccessPointsByRecoveryPointPaginator.js +4 -0
- package/dist-es/pagination/ListBackupAccessPointsByResourcePaginator.js +4 -0
- package/dist-es/pagination/ListBackupAccessPointsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +113 -0
- package/dist-types/Backup.d.ts +64 -0
- package/dist-types/BackupClient.d.ts +8 -2
- package/dist-types/commands/CreateBackupAccessPointCommand.d.ts +112 -0
- package/dist-types/commands/DeleteBackupAccessPointCommand.d.ts +89 -0
- package/dist-types/commands/DescribeBackupAccessPointCommand.d.ts +103 -0
- package/dist-types/commands/GetBackupVaultNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupAccessPointsByRecoveryPointCommand.d.ts +99 -0
- package/dist-types/commands/ListBackupAccessPointsByResourceCommand.d.ts +98 -0
- package/dist-types/commands/ListBackupAccessPointsCommand.d.ts +96 -0
- package/dist-types/commands/ListProtectedResourcesCommand.d.ts +4 -3
- package/dist-types/commands/PutBackupVaultNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +23 -0
- package/dist-types/models/models_0.d.ts +335 -3
- package/dist-types/pagination/ListBackupAccessPointsByRecoveryPointPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBackupAccessPointsByResourcePaginator.d.ts +7 -0
- package/dist-types/pagination/ListBackupAccessPointsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +18 -0
- package/dist-types/ts3.4/Backup.d.ts +124 -0
- package/dist-types/ts3.4/BackupClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateBackupAccessPointCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteBackupAccessPointCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeBackupAccessPointCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListBackupAccessPointsByRecoveryPointCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListBackupAccessPointsByResourceCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListBackupAccessPointsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +16 -0
- package/dist-types/ts3.4/models/models_0.d.ts +70 -0
- package/dist-types/ts3.4/pagination/ListBackupAccessPointsByRecoveryPointPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBackupAccessPointsByResourcePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBackupAccessPointsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -199,6 +199,13 @@ CancelLegalHold
|
|
|
199
199
|
</details>
|
|
200
200
|
<details>
|
|
201
201
|
<summary>
|
|
202
|
+
CreateBackupAccessPoint
|
|
203
|
+
</summary>
|
|
204
|
+
|
|
205
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/backup/command/CreateBackupAccessPointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/CreateBackupAccessPointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/CreateBackupAccessPointCommandOutput/)
|
|
206
|
+
</details>
|
|
207
|
+
<details>
|
|
208
|
+
<summary>
|
|
202
209
|
CreateBackupPlan
|
|
203
210
|
</summary>
|
|
204
211
|
|
|
@@ -276,6 +283,13 @@ CreateTieringConfiguration
|
|
|
276
283
|
</details>
|
|
277
284
|
<details>
|
|
278
285
|
<summary>
|
|
286
|
+
DeleteBackupAccessPoint
|
|
287
|
+
</summary>
|
|
288
|
+
|
|
289
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/backup/command/DeleteBackupAccessPointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/DeleteBackupAccessPointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/DeleteBackupAccessPointCommandOutput/)
|
|
290
|
+
</details>
|
|
291
|
+
<details>
|
|
292
|
+
<summary>
|
|
279
293
|
DeleteBackupPlan
|
|
280
294
|
</summary>
|
|
281
295
|
|
|
@@ -360,6 +374,13 @@ DeleteTieringConfiguration
|
|
|
360
374
|
</details>
|
|
361
375
|
<details>
|
|
362
376
|
<summary>
|
|
377
|
+
DescribeBackupAccessPoint
|
|
378
|
+
</summary>
|
|
379
|
+
|
|
380
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/backup/command/DescribeBackupAccessPointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/DescribeBackupAccessPointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/DescribeBackupAccessPointCommandOutput/)
|
|
381
|
+
</details>
|
|
382
|
+
<details>
|
|
383
|
+
<summary>
|
|
363
384
|
DescribeBackupJob
|
|
364
385
|
</summary>
|
|
365
386
|
|
|
@@ -584,6 +605,27 @@ GetTieringConfiguration
|
|
|
584
605
|
</details>
|
|
585
606
|
<details>
|
|
586
607
|
<summary>
|
|
608
|
+
ListBackupAccessPoints
|
|
609
|
+
</summary>
|
|
610
|
+
|
|
611
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/backup/command/ListBackupAccessPointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/ListBackupAccessPointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/ListBackupAccessPointsCommandOutput/)
|
|
612
|
+
</details>
|
|
613
|
+
<details>
|
|
614
|
+
<summary>
|
|
615
|
+
ListBackupAccessPointsByRecoveryPoint
|
|
616
|
+
</summary>
|
|
617
|
+
|
|
618
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/backup/command/ListBackupAccessPointsByRecoveryPointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/ListBackupAccessPointsByRecoveryPointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/ListBackupAccessPointsByRecoveryPointCommandOutput/)
|
|
619
|
+
</details>
|
|
620
|
+
<details>
|
|
621
|
+
<summary>
|
|
622
|
+
ListBackupAccessPointsByResource
|
|
623
|
+
</summary>
|
|
624
|
+
|
|
625
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/backup/command/ListBackupAccessPointsByResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/ListBackupAccessPointsByResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/ListBackupAccessPointsByResourceCommandOutput/)
|
|
626
|
+
</details>
|
|
627
|
+
<details>
|
|
628
|
+
<summary>
|
|
587
629
|
ListBackupJobs
|
|
588
630
|
</summary>
|
|
589
631
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1105.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -352,10 +352,15 @@ const _AD = "ApprovalDate";
|
|
|
352
352
|
const _AEE = "AlreadyExistsException";
|
|
353
353
|
const _AI = "AccountId";
|
|
354
354
|
const _AP = "AggregationPeriod";
|
|
355
|
+
const _APA = "AccessPointArn";
|
|
356
|
+
const _APM = "AccessPointMetadata";
|
|
357
|
+
const _APMM = "AccessPointMetadataMap";
|
|
358
|
+
const _APP = "AccessPointPolicy";
|
|
355
359
|
const _ASR = "AggregatedScanResult";
|
|
356
360
|
const _Ac = "Accounts";
|
|
357
361
|
const _Al = "Algorithm";
|
|
358
362
|
const _BAI = "ByAccountId";
|
|
363
|
+
const _BAP = "BackupAccessPoints";
|
|
359
364
|
const _BBPI = "ByBackupPlanId";
|
|
360
365
|
const _BBVN = "ByBackupVaultName";
|
|
361
366
|
const _BCA = "ByCreatedAfter";
|
|
@@ -435,6 +440,9 @@ const _CAo = "CopyAction";
|
|
|
435
440
|
const _CAr = "CreatedAfter";
|
|
436
441
|
const _CAre = "CreationAfter";
|
|
437
442
|
const _CB = "CreatedBy";
|
|
443
|
+
const _CBAP = "CreateBackupAccessPoint";
|
|
444
|
+
const _CBAPR = "CreateBackupAccessPointRequest";
|
|
445
|
+
const _CBAPRr = "CreateBackupAccessPointResponse";
|
|
438
446
|
const _CBBJI = "CreatedByBackupJobId";
|
|
439
447
|
const _CBP = "CreateBackupPlan";
|
|
440
448
|
const _CBPI = "CreateBackupPlanInput";
|
|
@@ -518,6 +526,11 @@ const _D = "Description";
|
|
|
518
526
|
const _DA = "DeleteAt";
|
|
519
527
|
const _DAD = "DeleteAfterDays";
|
|
520
528
|
const _DAE = "DeleteAfterEvent";
|
|
529
|
+
const _DBAP = "DeleteBackupAccessPoint";
|
|
530
|
+
const _DBAPI = "DeleteBackupAccessPointInput";
|
|
531
|
+
const _DBAPIe = "DescribeBackupAccessPointInput";
|
|
532
|
+
const _DBAPR = "DescribeBackupAccessPointResponse";
|
|
533
|
+
const _DBAPe = "DescribeBackupAccessPoint";
|
|
521
534
|
const _DBJ = "DescribeBackupJob";
|
|
522
535
|
const _DBJI = "DescribeBackupJobInput";
|
|
523
536
|
const _DBJO = "DescribeBackupJobOutput";
|
|
@@ -701,6 +714,16 @@ const _KVL = "KeyValueList";
|
|
|
701
714
|
const _L = "Lifecycle";
|
|
702
715
|
const _LAET = "LastAttemptedExecutionTime";
|
|
703
716
|
const _LAGBVA = "LogicallyAirGappedBackupVaultArn";
|
|
717
|
+
const _LAPM = "ListAccessPointsMember";
|
|
718
|
+
const _LBAP = "ListBackupAccessPoints";
|
|
719
|
+
const _LBAPBR = "ListBackupAccessPointsByResource";
|
|
720
|
+
const _LBAPBRP = "ListBackupAccessPointsByRecoveryPoint";
|
|
721
|
+
const _LBAPBRPR = "ListBackupAccessPointsByRecoveryPointRequest";
|
|
722
|
+
const _LBAPBRPRi = "ListBackupAccessPointsByRecoveryPointResponse";
|
|
723
|
+
const _LBAPBRR = "ListBackupAccessPointsByResourceRequest";
|
|
724
|
+
const _LBAPBRRi = "ListBackupAccessPointsByResourceResponse";
|
|
725
|
+
const _LBAPR = "ListBackupAccessPointsRequest";
|
|
726
|
+
const _LBAPRi = "ListBackupAccessPointsResponse";
|
|
704
727
|
const _LBJ = "ListBackupJobs";
|
|
705
728
|
const _LBJI = "ListBackupJobsInput";
|
|
706
729
|
const _LBJO = "ListBackupJobsOutput";
|
|
@@ -828,6 +851,7 @@ const _MSRP = "MaxScheduledRunsPreview";
|
|
|
828
851
|
const _MTCSA = "MoveToColdStorageAt";
|
|
829
852
|
const _MTCSAD = "MoveToColdStorageAfterDays";
|
|
830
853
|
const _Me = "Metadata";
|
|
854
|
+
const _N = "Name";
|
|
831
855
|
const _NOC = "NumberOfControls";
|
|
832
856
|
const _NOCJ = "NumberOfChildJobs";
|
|
833
857
|
const _NOF = "NumberOfFrameworks";
|
|
@@ -1021,6 +1045,7 @@ const _TDSID = "TieringDownSettingsInDays";
|
|
|
1021
1045
|
const _TII = "TotalItemsIndexed";
|
|
1022
1046
|
const _TKL = "TagKeyList";
|
|
1023
1047
|
const _TLAGBVA = "TargetLogicallyAirGappedBackupVaultArn";
|
|
1048
|
+
const _TM = "TagMap";
|
|
1024
1049
|
const _TR = "TagResource";
|
|
1025
1050
|
const _TRI = "TagResourceInput";
|
|
1026
1051
|
const _Ta = "Tags";
|
|
@@ -1300,6 +1325,16 @@ var CopyJobSummary$ = [3, n0, _CJS,
|
|
|
1300
1325
|
[_R, _AI, _S, _RT, _MC, _Cou, _ST, _ET],
|
|
1301
1326
|
[0, 0, 0, 0, 0, 1, 4, 4]
|
|
1302
1327
|
];
|
|
1328
|
+
var CreateBackupAccessPointRequest$ = [3, n0, _CBAPR,
|
|
1329
|
+
0,
|
|
1330
|
+
[_N, _RPA, _APM, _APP, _Ta],
|
|
1331
|
+
[0, 0, [() => AccessPointMetadataMap, 0], 0, [() => TagMap, 0]], 2
|
|
1332
|
+
];
|
|
1333
|
+
var CreateBackupAccessPointResponse$ = [3, n0, _CBAPRr,
|
|
1334
|
+
0,
|
|
1335
|
+
[_APA, _St],
|
|
1336
|
+
[0, 0], 2
|
|
1337
|
+
];
|
|
1303
1338
|
var CreateBackupPlanInput$ = [3, n0, _CBPI,
|
|
1304
1339
|
0,
|
|
1305
1340
|
[_BP, _BPT, _CRI],
|
|
@@ -1415,6 +1450,11 @@ var DateRange$ = [3, n0, _DR,
|
|
|
1415
1450
|
[_FDr, _TD],
|
|
1416
1451
|
[4, 4], 2
|
|
1417
1452
|
];
|
|
1453
|
+
var DeleteBackupAccessPointInput$ = [3, n0, _DBAPI,
|
|
1454
|
+
0,
|
|
1455
|
+
[_APA],
|
|
1456
|
+
[[0, 1]], 1
|
|
1457
|
+
];
|
|
1418
1458
|
var DeleteBackupPlanInput$ = [3, n0, _DBPI,
|
|
1419
1459
|
0,
|
|
1420
1460
|
[_BPIa],
|
|
@@ -1485,6 +1525,16 @@ var DeleteTieringConfigurationOutput$ = [3, n0, _DTCO,
|
|
|
1485
1525
|
[],
|
|
1486
1526
|
[]
|
|
1487
1527
|
];
|
|
1528
|
+
var DescribeBackupAccessPointInput$ = [3, n0, _DBAPIe,
|
|
1529
|
+
0,
|
|
1530
|
+
[_APA],
|
|
1531
|
+
[[0, 1]], 1
|
|
1532
|
+
];
|
|
1533
|
+
var DescribeBackupAccessPointResponse$ = [3, n0, _DBAPR,
|
|
1534
|
+
0,
|
|
1535
|
+
[_APA, _BVN, _CTr, _N, _RPA, _RA, _RT, _St, _APM, _BVA, _SM],
|
|
1536
|
+
[0, 0, 4, 0, 0, 0, 0, 0, [() => AccessPointMetadataMap, 0], 0, 0], 8
|
|
1537
|
+
];
|
|
1488
1538
|
var DescribeBackupJobInput$ = [3, n0, _DBJI,
|
|
1489
1539
|
0,
|
|
1490
1540
|
[_BJI],
|
|
@@ -1830,6 +1880,41 @@ var Lifecycle$ = [3, n0, _L,
|
|
|
1830
1880
|
[_MTCSAD, _DAD, _OITAFSR, _DAE],
|
|
1831
1881
|
[1, 1, 2, 0]
|
|
1832
1882
|
];
|
|
1883
|
+
var ListAccessPointsMember$ = [3, n0, _LAPM,
|
|
1884
|
+
0,
|
|
1885
|
+
[_APA, _APM, _BVN, _CTr, _N, _RPA, _RA, _RT, _St, _BVA, _SM],
|
|
1886
|
+
[0, [() => AccessPointMetadataMap, 0], 0, 4, 0, 0, 0, 0, 0, 0, 0], 9
|
|
1887
|
+
];
|
|
1888
|
+
var ListBackupAccessPointsByRecoveryPointRequest$ = [3, n0, _LBAPBRPR,
|
|
1889
|
+
0,
|
|
1890
|
+
[_RPA, _MR, _NT],
|
|
1891
|
+
[[0, 1], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 1
|
|
1892
|
+
];
|
|
1893
|
+
var ListBackupAccessPointsByRecoveryPointResponse$ = [3, n0, _LBAPBRPRi,
|
|
1894
|
+
0,
|
|
1895
|
+
[_BAP, _NT],
|
|
1896
|
+
[[() => BackupAccessPoints, 0], 0], 1
|
|
1897
|
+
];
|
|
1898
|
+
var ListBackupAccessPointsByResourceRequest$ = [3, n0, _LBAPBRR,
|
|
1899
|
+
0,
|
|
1900
|
+
[_RA, _MR, _NT],
|
|
1901
|
+
[[0, 1], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 1
|
|
1902
|
+
];
|
|
1903
|
+
var ListBackupAccessPointsByResourceResponse$ = [3, n0, _LBAPBRRi,
|
|
1904
|
+
0,
|
|
1905
|
+
[_BAP, _NT],
|
|
1906
|
+
[[() => BackupAccessPoints, 0], 0], 1
|
|
1907
|
+
];
|
|
1908
|
+
var ListBackupAccessPointsRequest$ = [3, n0, _LBAPR,
|
|
1909
|
+
0,
|
|
1910
|
+
[_MR, _NT],
|
|
1911
|
+
[[1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]]
|
|
1912
|
+
];
|
|
1913
|
+
var ListBackupAccessPointsResponse$ = [3, n0, _LBAPRi,
|
|
1914
|
+
0,
|
|
1915
|
+
[_BAP, _NT],
|
|
1916
|
+
[[() => BackupAccessPoints, 0], 0], 1
|
|
1917
|
+
];
|
|
1833
1918
|
var ListBackupJobsInput$ = [3, n0, _LBJI,
|
|
1834
1919
|
0,
|
|
1835
1920
|
[_NT, _MR, _BRA, _BSy, _BBVN, _BCB, _BCA, _BRT, _BAI, _BCAy, _BCBy, _BPJI, _BMC],
|
|
@@ -2494,6 +2579,10 @@ var __Unit = "unit";
|
|
|
2494
2579
|
var AdvancedBackupSettings = [1, n0, _ABSd,
|
|
2495
2580
|
0, () => AdvancedBackupSetting$
|
|
2496
2581
|
];
|
|
2582
|
+
var BackupAccessPoints = [1, n0, _BAP,
|
|
2583
|
+
0, [() => ListAccessPointsMember$,
|
|
2584
|
+
0]
|
|
2585
|
+
];
|
|
2497
2586
|
var BackupJobsList = [1, n0, _BJL,
|
|
2498
2587
|
0, () => BackupJob$
|
|
2499
2588
|
];
|
|
@@ -2619,12 +2708,18 @@ var TagKeyList = [1, n0, _TKL,
|
|
|
2619
2708
|
var TieringConfigurationsList = [1, n0, _TCL,
|
|
2620
2709
|
0, () => TieringConfigurationsListMember$
|
|
2621
2710
|
];
|
|
2711
|
+
var AccessPointMetadataMap = [2, n0, _APMM,
|
|
2712
|
+
8, 0, 0
|
|
2713
|
+
];
|
|
2622
2714
|
var Metadata = [2, n0, _Me,
|
|
2623
2715
|
8, 0, 0
|
|
2624
2716
|
];
|
|
2625
2717
|
var SensitiveStringMap = [2, n0, _SSM,
|
|
2626
2718
|
8, 0, 0
|
|
2627
2719
|
];
|
|
2720
|
+
var TagMap = [2, n0, _TM,
|
|
2721
|
+
8, 0, 0
|
|
2722
|
+
];
|
|
2628
2723
|
var Tags = [2, n0, _Ta,
|
|
2629
2724
|
8, 0, 0
|
|
2630
2725
|
];
|
|
@@ -2634,6 +2729,9 @@ var AssociateBackupVaultMpaApprovalTeam$ = [9, n0, _ABVMAT,
|
|
|
2634
2729
|
var CancelLegalHold$ = [9, n0, _CLH,
|
|
2635
2730
|
{ [_h]: ["DELETE", "/legal-holds/{LegalHoldId}", 201] }, () => CancelLegalHoldInput$, () => CancelLegalHoldOutput$
|
|
2636
2731
|
];
|
|
2732
|
+
var CreateBackupAccessPoint$ = [9, n0, _CBAP,
|
|
2733
|
+
{ [_h]: ["PUT", "/backup-access-point/create", 201] }, () => CreateBackupAccessPointRequest$, () => CreateBackupAccessPointResponse$
|
|
2734
|
+
];
|
|
2637
2735
|
var CreateBackupPlan$ = [9, n0, _CBP,
|
|
2638
2736
|
{ [_h]: ["PUT", "/backup/plans", 200] }, () => CreateBackupPlanInput$, () => CreateBackupPlanOutput$
|
|
2639
2737
|
];
|
|
@@ -2667,6 +2765,9 @@ var CreateRestoreTestingSelection$ = [9, n0, _CRTS,
|
|
|
2667
2765
|
var CreateTieringConfiguration$ = [9, n0, _CTC,
|
|
2668
2766
|
{ [_h]: ["PUT", "/tiering-configurations", 200] }, () => CreateTieringConfigurationInput$, () => CreateTieringConfigurationOutput$
|
|
2669
2767
|
];
|
|
2768
|
+
var DeleteBackupAccessPoint$ = [9, n0, _DBAP,
|
|
2769
|
+
{ [_h]: ["DELETE", "/backup-access-point/delete/{AccessPointArn}", 204] }, () => DeleteBackupAccessPointInput$, () => __Unit
|
|
2770
|
+
];
|
|
2670
2771
|
var DeleteBackupPlan$ = [9, n0, _DBP,
|
|
2671
2772
|
{ [_h]: ["DELETE", "/backup/plans/{BackupPlanId}", 200] }, () => DeleteBackupPlanInput$, () => DeleteBackupPlanOutput$
|
|
2672
2773
|
];
|
|
@@ -2703,6 +2804,9 @@ var DeleteRestoreTestingSelection$ = [9, n0, _DRTS,
|
|
|
2703
2804
|
var DeleteTieringConfiguration$ = [9, n0, _DTC,
|
|
2704
2805
|
{ [_h]: ["DELETE", "/tiering-configurations/{TieringConfigurationName}", 200] }, () => DeleteTieringConfigurationInput$, () => DeleteTieringConfigurationOutput$
|
|
2705
2806
|
];
|
|
2807
|
+
var DescribeBackupAccessPoint$ = [9, n0, _DBAPe,
|
|
2808
|
+
{ [_h]: ["GET", "/backup-access-point/{AccessPointArn}", 200] }, () => DescribeBackupAccessPointInput$, () => DescribeBackupAccessPointResponse$
|
|
2809
|
+
];
|
|
2706
2810
|
var DescribeBackupJob$ = [9, n0, _DBJ,
|
|
2707
2811
|
{ [_h]: ["GET", "/backup-jobs/{BackupJobId}", 200] }, () => DescribeBackupJobInput$, () => DescribeBackupJobOutput$
|
|
2708
2812
|
];
|
|
@@ -2799,6 +2903,15 @@ var GetSupportedResourceTypes$ = [9, n0, _GSRT,
|
|
|
2799
2903
|
var GetTieringConfiguration$ = [9, n0, _GTC,
|
|
2800
2904
|
{ [_h]: ["GET", "/tiering-configurations/{TieringConfigurationName}", 200] }, () => GetTieringConfigurationInput$, () => GetTieringConfigurationOutput$
|
|
2801
2905
|
];
|
|
2906
|
+
var ListBackupAccessPoints$ = [9, n0, _LBAP,
|
|
2907
|
+
{ [_h]: ["GET", "/backup-access-point", 200] }, () => ListBackupAccessPointsRequest$, () => ListBackupAccessPointsResponse$
|
|
2908
|
+
];
|
|
2909
|
+
var ListBackupAccessPointsByRecoveryPoint$ = [9, n0, _LBAPBRP,
|
|
2910
|
+
{ [_h]: ["POST", "/backup-access-point/recovery-point/{RecoveryPointArn}", 200] }, () => ListBackupAccessPointsByRecoveryPointRequest$, () => ListBackupAccessPointsByRecoveryPointResponse$
|
|
2911
|
+
];
|
|
2912
|
+
var ListBackupAccessPointsByResource$ = [9, n0, _LBAPBR,
|
|
2913
|
+
{ [_h]: ["POST", "/backup-access-point/resource/{ResourceArn}", 200] }, () => ListBackupAccessPointsByResourceRequest$, () => ListBackupAccessPointsByResourceResponse$
|
|
2914
|
+
];
|
|
2802
2915
|
var ListBackupJobs$ = [9, n0, _LBJ,
|
|
2803
2916
|
{ [_h]: ["GET", "/backup-jobs", 200] }, () => ListBackupJobsInput$, () => ListBackupJobsOutput$
|
|
2804
2917
|
];
|
|
@@ -3112,6 +3225,9 @@ class AssociateBackupVaultMpaApprovalTeamCommand extends command(_ep0, _mw0, "As
|
|
|
3112
3225
|
class CancelLegalHoldCommand extends command(_ep0, _mw0, "CancelLegalHold", CancelLegalHold$) {
|
|
3113
3226
|
}
|
|
3114
3227
|
|
|
3228
|
+
class CreateBackupAccessPointCommand extends command(_ep0, _mw0, "CreateBackupAccessPoint", CreateBackupAccessPoint$) {
|
|
3229
|
+
}
|
|
3230
|
+
|
|
3115
3231
|
class CreateBackupPlanCommand extends command(_ep0, _mw0, "CreateBackupPlan", CreateBackupPlan$) {
|
|
3116
3232
|
}
|
|
3117
3233
|
|
|
@@ -3145,6 +3261,9 @@ class CreateRestoreTestingSelectionCommand extends command(_ep0, _mw0, "CreateRe
|
|
|
3145
3261
|
class CreateTieringConfigurationCommand extends command(_ep0, _mw0, "CreateTieringConfiguration", CreateTieringConfiguration$) {
|
|
3146
3262
|
}
|
|
3147
3263
|
|
|
3264
|
+
class DeleteBackupAccessPointCommand extends command(_ep0, _mw0, "DeleteBackupAccessPoint", DeleteBackupAccessPoint$) {
|
|
3265
|
+
}
|
|
3266
|
+
|
|
3148
3267
|
class DeleteBackupPlanCommand extends command(_ep0, _mw0, "DeleteBackupPlan", DeleteBackupPlan$) {
|
|
3149
3268
|
}
|
|
3150
3269
|
|
|
@@ -3181,6 +3300,9 @@ class DeleteRestoreTestingSelectionCommand extends command(_ep0, _mw0, "DeleteRe
|
|
|
3181
3300
|
class DeleteTieringConfigurationCommand extends command(_ep0, _mw0, "DeleteTieringConfiguration", DeleteTieringConfiguration$) {
|
|
3182
3301
|
}
|
|
3183
3302
|
|
|
3303
|
+
class DescribeBackupAccessPointCommand extends command(_ep0, _mw0, "DescribeBackupAccessPoint", DescribeBackupAccessPoint$) {
|
|
3304
|
+
}
|
|
3305
|
+
|
|
3184
3306
|
class DescribeBackupJobCommand extends command(_ep0, _mw0, "DescribeBackupJob", DescribeBackupJob$) {
|
|
3185
3307
|
}
|
|
3186
3308
|
|
|
@@ -3277,6 +3399,15 @@ class GetSupportedResourceTypesCommand extends command(_ep0, _mw0, "GetSupported
|
|
|
3277
3399
|
class GetTieringConfigurationCommand extends command(_ep0, _mw0, "GetTieringConfiguration", GetTieringConfiguration$) {
|
|
3278
3400
|
}
|
|
3279
3401
|
|
|
3402
|
+
class ListBackupAccessPointsByRecoveryPointCommand extends command(_ep0, _mw0, "ListBackupAccessPointsByRecoveryPoint", ListBackupAccessPointsByRecoveryPoint$) {
|
|
3403
|
+
}
|
|
3404
|
+
|
|
3405
|
+
class ListBackupAccessPointsByResourceCommand extends command(_ep0, _mw0, "ListBackupAccessPointsByResource", ListBackupAccessPointsByResource$) {
|
|
3406
|
+
}
|
|
3407
|
+
|
|
3408
|
+
class ListBackupAccessPointsCommand extends command(_ep0, _mw0, "ListBackupAccessPoints", ListBackupAccessPoints$) {
|
|
3409
|
+
}
|
|
3410
|
+
|
|
3280
3411
|
class ListBackupJobsCommand extends command(_ep0, _mw0, "ListBackupJobs", ListBackupJobs$) {
|
|
3281
3412
|
}
|
|
3282
3413
|
|
|
@@ -3433,6 +3564,12 @@ class UpdateRestoreTestingSelectionCommand extends command(_ep0, _mw0, "UpdateRe
|
|
|
3433
3564
|
class UpdateTieringConfigurationCommand extends command(_ep0, _mw0, "UpdateTieringConfiguration", UpdateTieringConfiguration$) {
|
|
3434
3565
|
}
|
|
3435
3566
|
|
|
3567
|
+
const paginateListBackupAccessPointsByRecoveryPoint = createPaginator(BackupClient, ListBackupAccessPointsByRecoveryPointCommand, "NextToken", "NextToken", "MaxResults");
|
|
3568
|
+
|
|
3569
|
+
const paginateListBackupAccessPointsByResource = createPaginator(BackupClient, ListBackupAccessPointsByResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
3570
|
+
|
|
3571
|
+
const paginateListBackupAccessPoints = createPaginator(BackupClient, ListBackupAccessPointsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3572
|
+
|
|
3436
3573
|
const paginateListBackupJobs = createPaginator(BackupClient, ListBackupJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3437
3574
|
|
|
3438
3575
|
const paginateListBackupJobSummaries = createPaginator(BackupClient, ListBackupJobSummariesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -3494,6 +3631,7 @@ const paginateListTieringConfigurations = createPaginator(BackupClient, ListTier
|
|
|
3494
3631
|
const commands = {
|
|
3495
3632
|
AssociateBackupVaultMpaApprovalTeamCommand,
|
|
3496
3633
|
CancelLegalHoldCommand,
|
|
3634
|
+
CreateBackupAccessPointCommand,
|
|
3497
3635
|
CreateBackupPlanCommand,
|
|
3498
3636
|
CreateBackupSelectionCommand,
|
|
3499
3637
|
CreateBackupVaultCommand,
|
|
@@ -3505,6 +3643,7 @@ const commands = {
|
|
|
3505
3643
|
CreateRestoreTestingPlanCommand,
|
|
3506
3644
|
CreateRestoreTestingSelectionCommand,
|
|
3507
3645
|
CreateTieringConfigurationCommand,
|
|
3646
|
+
DeleteBackupAccessPointCommand,
|
|
3508
3647
|
DeleteBackupPlanCommand,
|
|
3509
3648
|
DeleteBackupSelectionCommand,
|
|
3510
3649
|
DeleteBackupVaultCommand,
|
|
@@ -3517,6 +3656,7 @@ const commands = {
|
|
|
3517
3656
|
DeleteRestoreTestingPlanCommand,
|
|
3518
3657
|
DeleteRestoreTestingSelectionCommand,
|
|
3519
3658
|
DeleteTieringConfigurationCommand,
|
|
3659
|
+
DescribeBackupAccessPointCommand,
|
|
3520
3660
|
DescribeBackupJobCommand,
|
|
3521
3661
|
DescribeBackupVaultCommand,
|
|
3522
3662
|
DescribeCopyJobCommand,
|
|
@@ -3549,6 +3689,9 @@ const commands = {
|
|
|
3549
3689
|
GetRestoreTestingSelectionCommand,
|
|
3550
3690
|
GetSupportedResourceTypesCommand,
|
|
3551
3691
|
GetTieringConfigurationCommand,
|
|
3692
|
+
ListBackupAccessPointsCommand,
|
|
3693
|
+
ListBackupAccessPointsByRecoveryPointCommand,
|
|
3694
|
+
ListBackupAccessPointsByResourceCommand,
|
|
3552
3695
|
ListBackupJobsCommand,
|
|
3553
3696
|
ListBackupJobSummariesCommand,
|
|
3554
3697
|
ListBackupPlansCommand,
|
|
@@ -3603,6 +3746,9 @@ const commands = {
|
|
|
3603
3746
|
UpdateTieringConfigurationCommand,
|
|
3604
3747
|
};
|
|
3605
3748
|
const paginators = {
|
|
3749
|
+
paginateListBackupAccessPoints,
|
|
3750
|
+
paginateListBackupAccessPointsByRecoveryPoint,
|
|
3751
|
+
paginateListBackupAccessPointsByResource,
|
|
3606
3752
|
paginateListBackupJobs,
|
|
3607
3753
|
paginateListBackupJobSummaries,
|
|
3608
3754
|
paginateListBackupPlans,
|
|
@@ -3637,6 +3783,15 @@ class Backup extends BackupClient {
|
|
|
3637
3783
|
}
|
|
3638
3784
|
createAggregatedClient(commands, Backup, { paginators });
|
|
3639
3785
|
|
|
3786
|
+
const AccessPointStatus = {
|
|
3787
|
+
AVAILABLE: "AVAILABLE",
|
|
3788
|
+
CREATING: "CREATING",
|
|
3789
|
+
DELETING: "DELETING",
|
|
3790
|
+
DISASSOCIATED: "DISASSOCIATED",
|
|
3791
|
+
DISASSOCIATING: "DISASSOCIATING",
|
|
3792
|
+
EXPIRED: "EXPIRED",
|
|
3793
|
+
FAILED: "FAILED",
|
|
3794
|
+
};
|
|
3640
3795
|
const ScanFinding = {
|
|
3641
3796
|
MALWARE: "MALWARE",
|
|
3642
3797
|
};
|
|
@@ -3683,6 +3838,12 @@ const ConditionType = {
|
|
|
3683
3838
|
STRINGEQUALS: "STRINGEQUALS",
|
|
3684
3839
|
};
|
|
3685
3840
|
const BackupVaultEvent = {
|
|
3841
|
+
ACCESS_POINT_AVAILABLE: "ACCESS_POINT_AVAILABLE",
|
|
3842
|
+
ACCESS_POINT_CREATION_FAILED: "ACCESS_POINT_CREATION_FAILED",
|
|
3843
|
+
ACCESS_POINT_DELETED: "ACCESS_POINT_DELETED",
|
|
3844
|
+
ACCESS_POINT_DELETION_FAILED: "ACCESS_POINT_DELETION_FAILED",
|
|
3845
|
+
ACCESS_POINT_DISASSOCIATED: "ACCESS_POINT_DISASSOCIATED",
|
|
3846
|
+
ACCESS_POINT_EXPIRED: "ACCESS_POINT_EXPIRED",
|
|
3686
3847
|
BACKUP_JOB_COMPLETED: "BACKUP_JOB_COMPLETED",
|
|
3687
3848
|
BACKUP_JOB_EXPIRED: "BACKUP_JOB_EXPIRED",
|
|
3688
3849
|
BACKUP_JOB_FAILED: "BACKUP_JOB_FAILED",
|
|
@@ -3857,6 +4018,7 @@ const Index = {
|
|
|
3857
4018
|
ENABLED: "ENABLED",
|
|
3858
4019
|
};
|
|
3859
4020
|
|
|
4021
|
+
exports.AccessPointStatus = AccessPointStatus;
|
|
3860
4022
|
exports.AdvancedBackupSetting$ = AdvancedBackupSetting$;
|
|
3861
4023
|
exports.AggregatedScanResult$ = AggregatedScanResult$;
|
|
3862
4024
|
exports.AggregationPeriod = AggregationPeriod;
|
|
@@ -3901,6 +4063,10 @@ exports.CopyJob$ = CopyJob$;
|
|
|
3901
4063
|
exports.CopyJobState = CopyJobState;
|
|
3902
4064
|
exports.CopyJobStatus = CopyJobStatus;
|
|
3903
4065
|
exports.CopyJobSummary$ = CopyJobSummary$;
|
|
4066
|
+
exports.CreateBackupAccessPoint$ = CreateBackupAccessPoint$;
|
|
4067
|
+
exports.CreateBackupAccessPointCommand = CreateBackupAccessPointCommand;
|
|
4068
|
+
exports.CreateBackupAccessPointRequest$ = CreateBackupAccessPointRequest$;
|
|
4069
|
+
exports.CreateBackupAccessPointResponse$ = CreateBackupAccessPointResponse$;
|
|
3904
4070
|
exports.CreateBackupPlan$ = CreateBackupPlan$;
|
|
3905
4071
|
exports.CreateBackupPlanCommand = CreateBackupPlanCommand;
|
|
3906
4072
|
exports.CreateBackupPlanInput$ = CreateBackupPlanInput$;
|
|
@@ -3946,6 +4112,9 @@ exports.CreateTieringConfigurationCommand = CreateTieringConfigurationCommand;
|
|
|
3946
4112
|
exports.CreateTieringConfigurationInput$ = CreateTieringConfigurationInput$;
|
|
3947
4113
|
exports.CreateTieringConfigurationOutput$ = CreateTieringConfigurationOutput$;
|
|
3948
4114
|
exports.DateRange$ = DateRange$;
|
|
4115
|
+
exports.DeleteBackupAccessPoint$ = DeleteBackupAccessPoint$;
|
|
4116
|
+
exports.DeleteBackupAccessPointCommand = DeleteBackupAccessPointCommand;
|
|
4117
|
+
exports.DeleteBackupAccessPointInput$ = DeleteBackupAccessPointInput$;
|
|
3949
4118
|
exports.DeleteBackupPlan$ = DeleteBackupPlan$;
|
|
3950
4119
|
exports.DeleteBackupPlanCommand = DeleteBackupPlanCommand;
|
|
3951
4120
|
exports.DeleteBackupPlanInput$ = DeleteBackupPlanInput$;
|
|
@@ -3986,6 +4155,10 @@ exports.DeleteTieringConfigurationInput$ = DeleteTieringConfigurationInput$;
|
|
|
3986
4155
|
exports.DeleteTieringConfigurationOutput$ = DeleteTieringConfigurationOutput$;
|
|
3987
4156
|
exports.DependencyFailureException = DependencyFailureException;
|
|
3988
4157
|
exports.DependencyFailureException$ = DependencyFailureException$;
|
|
4158
|
+
exports.DescribeBackupAccessPoint$ = DescribeBackupAccessPoint$;
|
|
4159
|
+
exports.DescribeBackupAccessPointCommand = DescribeBackupAccessPointCommand;
|
|
4160
|
+
exports.DescribeBackupAccessPointInput$ = DescribeBackupAccessPointInput$;
|
|
4161
|
+
exports.DescribeBackupAccessPointResponse$ = DescribeBackupAccessPointResponse$;
|
|
3989
4162
|
exports.DescribeBackupJob$ = DescribeBackupJob$;
|
|
3990
4163
|
exports.DescribeBackupJobCommand = DescribeBackupJobCommand;
|
|
3991
4164
|
exports.DescribeBackupJobInput$ = DescribeBackupJobInput$;
|
|
@@ -4132,6 +4305,19 @@ exports.Lifecycle$ = Lifecycle$;
|
|
|
4132
4305
|
exports.LifecycleDeleteAfterEvent = LifecycleDeleteAfterEvent;
|
|
4133
4306
|
exports.LimitExceededException = LimitExceededException;
|
|
4134
4307
|
exports.LimitExceededException$ = LimitExceededException$;
|
|
4308
|
+
exports.ListAccessPointsMember$ = ListAccessPointsMember$;
|
|
4309
|
+
exports.ListBackupAccessPoints$ = ListBackupAccessPoints$;
|
|
4310
|
+
exports.ListBackupAccessPointsByRecoveryPoint$ = ListBackupAccessPointsByRecoveryPoint$;
|
|
4311
|
+
exports.ListBackupAccessPointsByRecoveryPointCommand = ListBackupAccessPointsByRecoveryPointCommand;
|
|
4312
|
+
exports.ListBackupAccessPointsByRecoveryPointRequest$ = ListBackupAccessPointsByRecoveryPointRequest$;
|
|
4313
|
+
exports.ListBackupAccessPointsByRecoveryPointResponse$ = ListBackupAccessPointsByRecoveryPointResponse$;
|
|
4314
|
+
exports.ListBackupAccessPointsByResource$ = ListBackupAccessPointsByResource$;
|
|
4315
|
+
exports.ListBackupAccessPointsByResourceCommand = ListBackupAccessPointsByResourceCommand;
|
|
4316
|
+
exports.ListBackupAccessPointsByResourceRequest$ = ListBackupAccessPointsByResourceRequest$;
|
|
4317
|
+
exports.ListBackupAccessPointsByResourceResponse$ = ListBackupAccessPointsByResourceResponse$;
|
|
4318
|
+
exports.ListBackupAccessPointsCommand = ListBackupAccessPointsCommand;
|
|
4319
|
+
exports.ListBackupAccessPointsRequest$ = ListBackupAccessPointsRequest$;
|
|
4320
|
+
exports.ListBackupAccessPointsResponse$ = ListBackupAccessPointsResponse$;
|
|
4135
4321
|
exports.ListBackupJobSummaries$ = ListBackupJobSummaries$;
|
|
4136
4322
|
exports.ListBackupJobSummariesCommand = ListBackupJobSummariesCommand;
|
|
4137
4323
|
exports.ListBackupJobSummariesInput$ = ListBackupJobSummariesInput$;
|
|
@@ -4396,6 +4582,9 @@ exports.UpdateTieringConfigurationOutput$ = UpdateTieringConfigurationOutput$;
|
|
|
4396
4582
|
exports.VaultState = VaultState;
|
|
4397
4583
|
exports.VaultType = VaultType;
|
|
4398
4584
|
exports.errorTypeRegistries = errorTypeRegistries;
|
|
4585
|
+
exports.paginateListBackupAccessPoints = paginateListBackupAccessPoints;
|
|
4586
|
+
exports.paginateListBackupAccessPointsByRecoveryPoint = paginateListBackupAccessPointsByRecoveryPoint;
|
|
4587
|
+
exports.paginateListBackupAccessPointsByResource = paginateListBackupAccessPointsByResource;
|
|
4399
4588
|
exports.paginateListBackupJobSummaries = paginateListBackupJobSummaries;
|
|
4400
4589
|
exports.paginateListBackupJobs = paginateListBackupJobs;
|
|
4401
4590
|
exports.paginateListBackupPlanTemplates = paginateListBackupPlanTemplates;
|
package/dist-es/Backup.js
CHANGED
|
@@ -2,6 +2,7 @@ import { createAggregatedClient } from "@smithy/core/client";
|
|
|
2
2
|
import { BackupClient } from "./BackupClient";
|
|
3
3
|
import { AssociateBackupVaultMpaApprovalTeamCommand, } from "./commands/AssociateBackupVaultMpaApprovalTeamCommand";
|
|
4
4
|
import { CancelLegalHoldCommand, } from "./commands/CancelLegalHoldCommand";
|
|
5
|
+
import { CreateBackupAccessPointCommand, } from "./commands/CreateBackupAccessPointCommand";
|
|
5
6
|
import { CreateBackupPlanCommand, } from "./commands/CreateBackupPlanCommand";
|
|
6
7
|
import { CreateBackupSelectionCommand, } from "./commands/CreateBackupSelectionCommand";
|
|
7
8
|
import { CreateBackupVaultCommand, } from "./commands/CreateBackupVaultCommand";
|
|
@@ -13,6 +14,7 @@ import { CreateRestoreAccessBackupVaultCommand, } from "./commands/CreateRestore
|
|
|
13
14
|
import { CreateRestoreTestingPlanCommand, } from "./commands/CreateRestoreTestingPlanCommand";
|
|
14
15
|
import { CreateRestoreTestingSelectionCommand, } from "./commands/CreateRestoreTestingSelectionCommand";
|
|
15
16
|
import { CreateTieringConfigurationCommand, } from "./commands/CreateTieringConfigurationCommand";
|
|
17
|
+
import { DeleteBackupAccessPointCommand, } from "./commands/DeleteBackupAccessPointCommand";
|
|
16
18
|
import { DeleteBackupPlanCommand, } from "./commands/DeleteBackupPlanCommand";
|
|
17
19
|
import { DeleteBackupSelectionCommand, } from "./commands/DeleteBackupSelectionCommand";
|
|
18
20
|
import { DeleteBackupVaultAccessPolicyCommand, } from "./commands/DeleteBackupVaultAccessPolicyCommand";
|
|
@@ -25,6 +27,7 @@ import { DeleteReportPlanCommand, } from "./commands/DeleteReportPlanCommand";
|
|
|
25
27
|
import { DeleteRestoreTestingPlanCommand, } from "./commands/DeleteRestoreTestingPlanCommand";
|
|
26
28
|
import { DeleteRestoreTestingSelectionCommand, } from "./commands/DeleteRestoreTestingSelectionCommand";
|
|
27
29
|
import { DeleteTieringConfigurationCommand, } from "./commands/DeleteTieringConfigurationCommand";
|
|
30
|
+
import { DescribeBackupAccessPointCommand, } from "./commands/DescribeBackupAccessPointCommand";
|
|
28
31
|
import { DescribeBackupJobCommand, } from "./commands/DescribeBackupJobCommand";
|
|
29
32
|
import { DescribeBackupVaultCommand, } from "./commands/DescribeBackupVaultCommand";
|
|
30
33
|
import { DescribeCopyJobCommand, } from "./commands/DescribeCopyJobCommand";
|
|
@@ -57,6 +60,9 @@ import { GetRestoreTestingPlanCommand, } from "./commands/GetRestoreTestingPlanC
|
|
|
57
60
|
import { GetRestoreTestingSelectionCommand, } from "./commands/GetRestoreTestingSelectionCommand";
|
|
58
61
|
import { GetSupportedResourceTypesCommand, } from "./commands/GetSupportedResourceTypesCommand";
|
|
59
62
|
import { GetTieringConfigurationCommand, } from "./commands/GetTieringConfigurationCommand";
|
|
63
|
+
import { ListBackupAccessPointsByRecoveryPointCommand, } from "./commands/ListBackupAccessPointsByRecoveryPointCommand";
|
|
64
|
+
import { ListBackupAccessPointsByResourceCommand, } from "./commands/ListBackupAccessPointsByResourceCommand";
|
|
65
|
+
import { ListBackupAccessPointsCommand, } from "./commands/ListBackupAccessPointsCommand";
|
|
60
66
|
import { ListBackupJobsCommand, } from "./commands/ListBackupJobsCommand";
|
|
61
67
|
import { ListBackupJobSummariesCommand, } from "./commands/ListBackupJobSummariesCommand";
|
|
62
68
|
import { ListBackupPlansCommand, } from "./commands/ListBackupPlansCommand";
|
|
@@ -109,6 +115,9 @@ import { UpdateReportPlanCommand, } from "./commands/UpdateReportPlanCommand";
|
|
|
109
115
|
import { UpdateRestoreTestingPlanCommand, } from "./commands/UpdateRestoreTestingPlanCommand";
|
|
110
116
|
import { UpdateRestoreTestingSelectionCommand, } from "./commands/UpdateRestoreTestingSelectionCommand";
|
|
111
117
|
import { UpdateTieringConfigurationCommand, } from "./commands/UpdateTieringConfigurationCommand";
|
|
118
|
+
import { paginateListBackupAccessPointsByRecoveryPoint, } from "./pagination/ListBackupAccessPointsByRecoveryPointPaginator";
|
|
119
|
+
import { paginateListBackupAccessPointsByResource } from "./pagination/ListBackupAccessPointsByResourcePaginator";
|
|
120
|
+
import { paginateListBackupAccessPoints } from "./pagination/ListBackupAccessPointsPaginator";
|
|
112
121
|
import { paginateListBackupJobs } from "./pagination/ListBackupJobsPaginator";
|
|
113
122
|
import { paginateListBackupJobSummaries } from "./pagination/ListBackupJobSummariesPaginator";
|
|
114
123
|
import { paginateListBackupPlans } from "./pagination/ListBackupPlansPaginator";
|
|
@@ -141,6 +150,7 @@ import { paginateListTieringConfigurations } from "./pagination/ListTieringConfi
|
|
|
141
150
|
const commands = {
|
|
142
151
|
AssociateBackupVaultMpaApprovalTeamCommand,
|
|
143
152
|
CancelLegalHoldCommand,
|
|
153
|
+
CreateBackupAccessPointCommand,
|
|
144
154
|
CreateBackupPlanCommand,
|
|
145
155
|
CreateBackupSelectionCommand,
|
|
146
156
|
CreateBackupVaultCommand,
|
|
@@ -152,6 +162,7 @@ const commands = {
|
|
|
152
162
|
CreateRestoreTestingPlanCommand,
|
|
153
163
|
CreateRestoreTestingSelectionCommand,
|
|
154
164
|
CreateTieringConfigurationCommand,
|
|
165
|
+
DeleteBackupAccessPointCommand,
|
|
155
166
|
DeleteBackupPlanCommand,
|
|
156
167
|
DeleteBackupSelectionCommand,
|
|
157
168
|
DeleteBackupVaultCommand,
|
|
@@ -164,6 +175,7 @@ const commands = {
|
|
|
164
175
|
DeleteRestoreTestingPlanCommand,
|
|
165
176
|
DeleteRestoreTestingSelectionCommand,
|
|
166
177
|
DeleteTieringConfigurationCommand,
|
|
178
|
+
DescribeBackupAccessPointCommand,
|
|
167
179
|
DescribeBackupJobCommand,
|
|
168
180
|
DescribeBackupVaultCommand,
|
|
169
181
|
DescribeCopyJobCommand,
|
|
@@ -196,6 +208,9 @@ const commands = {
|
|
|
196
208
|
GetRestoreTestingSelectionCommand,
|
|
197
209
|
GetSupportedResourceTypesCommand,
|
|
198
210
|
GetTieringConfigurationCommand,
|
|
211
|
+
ListBackupAccessPointsCommand,
|
|
212
|
+
ListBackupAccessPointsByRecoveryPointCommand,
|
|
213
|
+
ListBackupAccessPointsByResourceCommand,
|
|
199
214
|
ListBackupJobsCommand,
|
|
200
215
|
ListBackupJobSummariesCommand,
|
|
201
216
|
ListBackupPlansCommand,
|
|
@@ -250,6 +265,9 @@ const commands = {
|
|
|
250
265
|
UpdateTieringConfigurationCommand,
|
|
251
266
|
};
|
|
252
267
|
const paginators = {
|
|
268
|
+
paginateListBackupAccessPoints,
|
|
269
|
+
paginateListBackupAccessPointsByRecoveryPoint,
|
|
270
|
+
paginateListBackupAccessPointsByResource,
|
|
253
271
|
paginateListBackupJobs,
|
|
254
272
|
paginateListBackupJobSummaries,
|
|
255
273
|
paginateListBackupPlans,
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { ListBackupAccessPointsByRecoveryPoint$ } from "../schemas/schemas_0";
|
|
3
|
+
export class ListBackupAccessPointsByRecoveryPointCommand extends command(_ep0, _mw0, "ListBackupAccessPointsByRecoveryPoint", ListBackupAccessPointsByRecoveryPoint$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { ListBackupAccessPointsByResource$ } from "../schemas/schemas_0";
|
|
3
|
+
export class ListBackupAccessPointsByResourceCommand extends command(_ep0, _mw0, "ListBackupAccessPointsByResource", ListBackupAccessPointsByResource$) {
|
|
4
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./AssociateBackupVaultMpaApprovalTeamCommand";
|
|
2
2
|
export * from "./CancelLegalHoldCommand";
|
|
3
|
+
export * from "./CreateBackupAccessPointCommand";
|
|
3
4
|
export * from "./CreateBackupPlanCommand";
|
|
4
5
|
export * from "./CreateBackupSelectionCommand";
|
|
5
6
|
export * from "./CreateBackupVaultCommand";
|
|
@@ -11,6 +12,7 @@ export * from "./CreateRestoreAccessBackupVaultCommand";
|
|
|
11
12
|
export * from "./CreateRestoreTestingPlanCommand";
|
|
12
13
|
export * from "./CreateRestoreTestingSelectionCommand";
|
|
13
14
|
export * from "./CreateTieringConfigurationCommand";
|
|
15
|
+
export * from "./DeleteBackupAccessPointCommand";
|
|
14
16
|
export * from "./DeleteBackupPlanCommand";
|
|
15
17
|
export * from "./DeleteBackupSelectionCommand";
|
|
16
18
|
export * from "./DeleteBackupVaultAccessPolicyCommand";
|
|
@@ -23,6 +25,7 @@ export * from "./DeleteReportPlanCommand";
|
|
|
23
25
|
export * from "./DeleteRestoreTestingPlanCommand";
|
|
24
26
|
export * from "./DeleteRestoreTestingSelectionCommand";
|
|
25
27
|
export * from "./DeleteTieringConfigurationCommand";
|
|
28
|
+
export * from "./DescribeBackupAccessPointCommand";
|
|
26
29
|
export * from "./DescribeBackupJobCommand";
|
|
27
30
|
export * from "./DescribeBackupVaultCommand";
|
|
28
31
|
export * from "./DescribeCopyJobCommand";
|
|
@@ -55,6 +58,9 @@ export * from "./GetRestoreTestingPlanCommand";
|
|
|
55
58
|
export * from "./GetRestoreTestingSelectionCommand";
|
|
56
59
|
export * from "./GetSupportedResourceTypesCommand";
|
|
57
60
|
export * from "./GetTieringConfigurationCommand";
|
|
61
|
+
export * from "./ListBackupAccessPointsByRecoveryPointCommand";
|
|
62
|
+
export * from "./ListBackupAccessPointsByResourceCommand";
|
|
63
|
+
export * from "./ListBackupAccessPointsCommand";
|
|
58
64
|
export * from "./ListBackupJobSummariesCommand";
|
|
59
65
|
export * from "./ListBackupJobsCommand";
|
|
60
66
|
export * from "./ListBackupPlanTemplatesCommand";
|