@aws-sdk/client-backup 3.934.0 → 3.935.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 +32 -0
- package/dist-cjs/index.js +620 -214
- package/dist-es/Backup.js +8 -0
- package/dist-es/commands/DescribeScanJobCommand.js +16 -0
- package/dist-es/commands/ListScanJobSummariesCommand.js +16 -0
- package/dist-es/commands/ListScanJobsCommand.js +16 -0
- package/dist-es/commands/StartScanJobCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +215 -0
- package/dist-es/models/errors.js +205 -0
- package/dist-es/models/models_0.js +1 -377
- package/dist-es/pagination/ListScanJobSummariesPaginator.js +4 -0
- package/dist-es/pagination/ListScanJobsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +312 -19
- package/dist-types/Backup.d.ts +30 -0
- package/dist-types/BackupClient.d.ts +6 -2
- package/dist-types/commands/CreateBackupPlanCommand.d.ts +15 -0
- package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +10 -0
- package/dist-types/commands/DescribeScanJobCommand.d.ts +113 -0
- package/dist-types/commands/GetBackupPlanCommand.d.ts +15 -0
- package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +15 -0
- package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +15 -0
- package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +7 -0
- package/dist-types/commands/ListRecoveryPointsByResourceCommand.d.ts +7 -0
- package/dist-types/commands/ListScanJobSummariesCommand.d.ts +102 -0
- package/dist-types/commands/ListScanJobsCommand.d.ts +123 -0
- package/dist-types/commands/StartScanJobCommand.d.ts +103 -0
- package/dist-types/commands/UpdateBackupPlanCommand.d.ts +24 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +479 -0
- package/dist-types/models/errors.d.ts +257 -0
- package/dist-types/models/models_0.d.ts +844 -669
- package/dist-types/pagination/ListScanJobSummariesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListScanJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +26 -0
- package/dist-types/ts3.4/Backup.d.ts +70 -0
- package/dist-types/ts3.4/BackupClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/DescribeScanJobCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListScanJobSummariesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListScanJobsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/StartScanJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +268 -0
- package/dist-types/ts3.4/models/errors.d.ts +112 -0
- package/dist-types/ts3.4/models/models_0.d.ts +176 -325
- package/dist-types/ts3.4/pagination/ListScanJobSummariesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListScanJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +26 -0
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -7,6 +7,7 @@ const _AD = "ApprovalDate";
|
|
|
7
7
|
const _AEE = "AlreadyExistsException";
|
|
8
8
|
const _AI = "AccountId";
|
|
9
9
|
const _AP = "AggregationPeriod";
|
|
10
|
+
const _ASR = "AggregatedScanResult";
|
|
10
11
|
const _Ac = "Accounts";
|
|
11
12
|
const _Al = "Algorithm";
|
|
12
13
|
const _BAI = "ByAccountId";
|
|
@@ -28,6 +29,7 @@ const _BJSL = "BackupJobSummaryList";
|
|
|
28
29
|
const _BJSa = "BackupJobSummaries";
|
|
29
30
|
const _BJa = "BackupJobs";
|
|
30
31
|
const _BMC = "ByMessageCategory";
|
|
32
|
+
const _BMS = "ByMalwareScanner";
|
|
31
33
|
const _BO = "BackupOptions";
|
|
32
34
|
const _BP = "BackupPlan";
|
|
33
35
|
const _BPA = "BackupPlanArn";
|
|
@@ -54,6 +56,7 @@ const _BRI = "BackupRuleInput";
|
|
|
54
56
|
const _BRIa = "BackupRuleId";
|
|
55
57
|
const _BRIac = "BackupRulesInput";
|
|
56
58
|
const _BRN = "BackupRuleName";
|
|
59
|
+
const _BRPA = "ByRecoveryPointArn";
|
|
57
60
|
const _BRPCDA = "ByRecoveryPointCreationDateAfter";
|
|
58
61
|
const _BRPCDB = "ByRecoveryPointCreationDateBefore";
|
|
59
62
|
const _BRPN = "ByReportPlanName";
|
|
@@ -67,6 +70,7 @@ const _BSIB = "BackupSizeInBytes";
|
|
|
67
70
|
const _BSL = "BackupSelectionsList";
|
|
68
71
|
const _BSLM = "BackupSelectionsListMember";
|
|
69
72
|
const _BSRPA = "BySourceRecoveryPointArn";
|
|
73
|
+
const _BSRS = "ByScanResultStatus";
|
|
70
74
|
const _BSy = "ByState";
|
|
71
75
|
const _BSyh = "ByShared";
|
|
72
76
|
const _BSyt = "ByStatus";
|
|
@@ -237,6 +241,9 @@ const _DRTPI = "DeleteRestoreTestingPlanInput";
|
|
|
237
241
|
const _DRTS = "DeleteRestoreTestingSelection";
|
|
238
242
|
const _DRTSI = "DeleteRestoreTestingSelectionInput";
|
|
239
243
|
const _DS = "DeploymentStatus";
|
|
244
|
+
const _DSJ = "DescribeScanJob";
|
|
245
|
+
const _DSJI = "DescribeScanJobInput";
|
|
246
|
+
const _DSJO = "DescribeScanJobOutput";
|
|
240
247
|
const _DSM = "DeletionStatusMessage";
|
|
241
248
|
const _DSe = "DeletionStatus";
|
|
242
249
|
const _DTC = "DeleteTieringConfiguration";
|
|
@@ -256,7 +263,7 @@ const _EKT = "EncryptionKeyType";
|
|
|
256
263
|
const _ET = "EndTime";
|
|
257
264
|
const _ETx = "ExecutionTime";
|
|
258
265
|
const _EV = "ExcludeVaults";
|
|
259
|
-
const _F = "
|
|
266
|
+
const _F = "Findings";
|
|
260
267
|
const _FA = "FrameworkArn";
|
|
261
268
|
const _FAr = "FrameworkArns";
|
|
262
269
|
const _FC = "FrameworkControls";
|
|
@@ -265,10 +272,12 @@ const _FD = "FrameworkDescription";
|
|
|
265
272
|
const _FDr = "FromDate";
|
|
266
273
|
const _FL = "FrameworkList";
|
|
267
274
|
const _FN = "FrameworkName";
|
|
268
|
-
const _FS = "
|
|
275
|
+
const _FS = "FailedScan";
|
|
276
|
+
const _FSr = "FrameworkStatus";
|
|
269
277
|
const _FT = "FrameworkTags";
|
|
270
278
|
const _Fo = "Formats";
|
|
271
|
-
const _Fr = "
|
|
279
|
+
const _Fr = "Framework";
|
|
280
|
+
const _Fra = "Frameworks";
|
|
272
281
|
const _GBP = "GetBackupPlan";
|
|
273
282
|
const _GBPFJSON = "GetBackupPlanFromJSON";
|
|
274
283
|
const _GBPFJSONI = "GetBackupPlanFromJSONInput";
|
|
@@ -365,6 +374,7 @@ const _LBV = "ListBackupVaults";
|
|
|
365
374
|
const _LBVA = "LastBackupVaultArn";
|
|
366
375
|
const _LBVI = "ListBackupVaultsInput";
|
|
367
376
|
const _LBVO = "ListBackupVaultsOutput";
|
|
377
|
+
const _LC = "LastComputed";
|
|
368
378
|
const _LCJ = "ListCopyJobs";
|
|
369
379
|
const _LCJI = "ListCopyJobsInput";
|
|
370
380
|
const _LCJO = "ListCopyJobsOutput";
|
|
@@ -437,6 +447,13 @@ const _LRTS = "ListRestoreTestingSelections";
|
|
|
437
447
|
const _LRTSI = "ListRestoreTestingSelectionsInput";
|
|
438
448
|
const _LRTSO = "ListRestoreTestingSelectionsOutput";
|
|
439
449
|
const _LSET = "LastSuccessfulExecutionTime";
|
|
450
|
+
const _LSJ = "ListScanJobs";
|
|
451
|
+
const _LSJI = "ListScanJobsInput";
|
|
452
|
+
const _LSJO = "ListScanJobsOutput";
|
|
453
|
+
const _LSJS = "ListScanJobSummaries";
|
|
454
|
+
const _LSJSI = "ListScanJobSummariesInput";
|
|
455
|
+
const _LSJSO = "ListScanJobSummariesOutput";
|
|
456
|
+
const _LST = "LastScanTimestamp";
|
|
440
457
|
const _LT = "ListTags";
|
|
441
458
|
const _LTC = "ListTieringConfigurations";
|
|
442
459
|
const _LTCI = "ListTieringConfigurationsInput";
|
|
@@ -454,6 +471,7 @@ const _MPVE = "MissingParameterValueException";
|
|
|
454
471
|
const _MR = "MaxResults";
|
|
455
472
|
const _MRD = "MinRetentionDays";
|
|
456
473
|
const _MRDa = "MaxRetentionDays";
|
|
474
|
+
const _MS = "MalwareScanner";
|
|
457
475
|
const _MSA = "MpaSessionArn";
|
|
458
476
|
const _MSRP = "MaxScheduledRunsPreview";
|
|
459
477
|
const _MTCSA = "MoveToColdStorageAt";
|
|
@@ -570,6 +588,8 @@ const _Reg = "Regions";
|
|
|
570
588
|
const _Res = "Results";
|
|
571
589
|
const _Ru = "Rules";
|
|
572
590
|
const _S = "State";
|
|
591
|
+
const _SA = "ScanActions";
|
|
592
|
+
const _SAc = "ScanAction";
|
|
573
593
|
const _SB = "StartBy";
|
|
574
594
|
const _SBJ = "StartBackupJob";
|
|
575
595
|
const _SBJI = "StartBackupJobInput";
|
|
@@ -577,6 +597,7 @@ const _SBJIt = "StopBackupJobInput";
|
|
|
577
597
|
const _SBJO = "StartBackupJobOutput";
|
|
578
598
|
const _SBJt = "StopBackupJob";
|
|
579
599
|
const _SBN = "S3BucketName";
|
|
600
|
+
const _SBRPA = "ScanBaseRecoveryPointArn";
|
|
580
601
|
const _SBVA = "SourceBackupVaultArn";
|
|
581
602
|
const _SBVN = "SourceBackupVaultName";
|
|
582
603
|
const _SC = "StorageClass";
|
|
@@ -587,16 +608,29 @@ const _SE = "ScheduleExpression";
|
|
|
587
608
|
const _SET = "ScheduleExpressionTimezone";
|
|
588
609
|
const _SEt = "StringEquals";
|
|
589
610
|
const _SI = "SelectionId";
|
|
611
|
+
const _SIc = "ScanId";
|
|
612
|
+
const _SJ = "ScanJobs";
|
|
613
|
+
const _SJC = "ScanJobCreator";
|
|
614
|
+
const _SJI = "ScanJobId";
|
|
615
|
+
const _SJS = "ScanJobSummaries";
|
|
616
|
+
const _SJSL = "ScanJobSummaryList";
|
|
617
|
+
const _SJSc = "ScanJobSummary";
|
|
618
|
+
const _SJSca = "ScanJobState";
|
|
619
|
+
const _SJc = "ScanJob";
|
|
590
620
|
const _SK = "S3Keys";
|
|
591
621
|
const _SKP = "S3KeyPrefix";
|
|
592
622
|
const _SL = "StringLike";
|
|
593
623
|
const _SM = "StatusMessage";
|
|
624
|
+
const _SMc = "ScanMode";
|
|
594
625
|
const _SN = "SelectionName";
|
|
595
626
|
const _SNE = "StringNotEquals";
|
|
596
627
|
const _SNL = "StringNotLike";
|
|
597
628
|
const _SNSTA = "SNSTopicArn";
|
|
598
629
|
const _SPEM = "ScheduledPlanExecutionMember";
|
|
630
|
+
const _SR = "ScanResults";
|
|
599
631
|
const _SRA = "SourceResourceArn";
|
|
632
|
+
const _SRAc = "ScannerRoleArn";
|
|
633
|
+
const _SRI = "ScanResultInfo";
|
|
600
634
|
const _SRJ = "StartReportJob";
|
|
601
635
|
const _SRJI = "StartReportJobInput";
|
|
602
636
|
const _SRJIt = "StartRestoreJobInput";
|
|
@@ -605,7 +639,14 @@ const _SRJOt = "StartRestoreJobOutput";
|
|
|
605
639
|
const _SRJt = "StartRestoreJob";
|
|
606
640
|
const _SRP = "ScheduledRunsPreview";
|
|
607
641
|
const _SRPA = "SourceRecoveryPointArn";
|
|
642
|
+
const _SRS = "ScanResultStatus";
|
|
643
|
+
const _SRc = "ScanResult";
|
|
644
|
+
const _SS = "ScanSettings";
|
|
645
|
+
const _SSJ = "StartScanJob";
|
|
646
|
+
const _SSJI = "StartScanJobInput";
|
|
647
|
+
const _SSJO = "StartScanJobOutput";
|
|
608
648
|
const _SSM = "SensitiveStringMap";
|
|
649
|
+
const _SSc = "ScanSetting";
|
|
609
650
|
const _ST = "StartTime";
|
|
610
651
|
const _SUE = "ServiceUnavailableException";
|
|
611
652
|
const _SWD = "SelectionWindowDays";
|
|
@@ -715,9 +756,10 @@ const _vT = "vaultType";
|
|
|
715
756
|
const n0 = "com.amazonaws.backup";
|
|
716
757
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
717
758
|
import { BackupServiceException as __BackupServiceException } from "../models/BackupServiceException";
|
|
718
|
-
import { AlreadyExistsException as __AlreadyExistsException, ConflictException as __ConflictException, DependencyFailureException as __DependencyFailureException, InvalidParameterValueException as __InvalidParameterValueException, InvalidRequestException as __InvalidRequestException, InvalidResourceStateException as __InvalidResourceStateException, LimitExceededException as __LimitExceededException, MissingParameterValueException as __MissingParameterValueException, ResourceNotFoundException as __ResourceNotFoundException, ServiceUnavailableException as __ServiceUnavailableException, } from "../models/
|
|
759
|
+
import { AlreadyExistsException as __AlreadyExistsException, ConflictException as __ConflictException, DependencyFailureException as __DependencyFailureException, InvalidParameterValueException as __InvalidParameterValueException, InvalidRequestException as __InvalidRequestException, InvalidResourceStateException as __InvalidResourceStateException, LimitExceededException as __LimitExceededException, MissingParameterValueException as __MissingParameterValueException, ResourceNotFoundException as __ResourceNotFoundException, ServiceUnavailableException as __ServiceUnavailableException, } from "../models/errors";
|
|
719
760
|
export var RequesterComment = [0, n0, _RC, 8, 0];
|
|
720
761
|
export var AdvancedBackupSetting = [3, n0, _ABS, 0, [_RT, _BO], [0, 128 | 0]];
|
|
762
|
+
export var AggregatedScanResult = [3, n0, _ASR, 0, [_FS, _F, _LC], [2, 64 | 0, 4]];
|
|
721
763
|
export var AlreadyExistsException = [
|
|
722
764
|
-3,
|
|
723
765
|
n0,
|
|
@@ -820,16 +862,16 @@ export var BackupPlan = [
|
|
|
820
862
|
n0,
|
|
821
863
|
_BP,
|
|
822
864
|
0,
|
|
823
|
-
[_BPN, _Ru, _ABSd],
|
|
824
|
-
[0, [() => BackupRules, 0], () => AdvancedBackupSettings],
|
|
865
|
+
[_BPN, _Ru, _ABSd, _SS],
|
|
866
|
+
[0, [() => BackupRules, 0], () => AdvancedBackupSettings, () => ScanSettings],
|
|
825
867
|
];
|
|
826
868
|
export var BackupPlanInput = [
|
|
827
869
|
3,
|
|
828
870
|
n0,
|
|
829
871
|
_BPI,
|
|
830
872
|
0,
|
|
831
|
-
[_BPN, _Ru, _ABSd],
|
|
832
|
-
[0, [() => BackupRulesInput, 0], () => AdvancedBackupSettings],
|
|
873
|
+
[_BPN, _Ru, _ABSd, _SS],
|
|
874
|
+
[0, [() => BackupRulesInput, 0], () => AdvancedBackupSettings, () => ScanSettings],
|
|
833
875
|
];
|
|
834
876
|
export var BackupPlansListMember = [
|
|
835
877
|
3,
|
|
@@ -845,16 +887,31 @@ export var BackupRule = [
|
|
|
845
887
|
n0,
|
|
846
888
|
_BR,
|
|
847
889
|
0,
|
|
848
|
-
[_RNu, _TBVN, _TLAGBVA, _SE, _SWM, _CWM, _L, _RPT, _RI, _CA, _ECB, _SET, _IA],
|
|
849
|
-
[
|
|
890
|
+
[_RNu, _TBVN, _TLAGBVA, _SE, _SWM, _CWM, _L, _RPT, _RI, _CA, _ECB, _SET, _IA, _SA],
|
|
891
|
+
[
|
|
892
|
+
0,
|
|
893
|
+
0,
|
|
894
|
+
0,
|
|
895
|
+
0,
|
|
896
|
+
1,
|
|
897
|
+
1,
|
|
898
|
+
() => Lifecycle,
|
|
899
|
+
[() => Tags, 0],
|
|
900
|
+
0,
|
|
901
|
+
() => CopyActions,
|
|
902
|
+
2,
|
|
903
|
+
0,
|
|
904
|
+
() => IndexActions,
|
|
905
|
+
() => ScanActions,
|
|
906
|
+
],
|
|
850
907
|
];
|
|
851
908
|
export var BackupRuleInput = [
|
|
852
909
|
3,
|
|
853
910
|
n0,
|
|
854
911
|
_BRI,
|
|
855
912
|
0,
|
|
856
|
-
[_RNu, _TBVN, _TLAGBVA, _SE, _SWM, _CWM, _L, _RPT, _CA, _ECB, _SET, _IA],
|
|
857
|
-
[0, 0, 0, 0, 1, 1, () => Lifecycle, [() => Tags, 0], () => CopyActions, 2, 0, () => IndexActions],
|
|
913
|
+
[_RNu, _TBVN, _TLAGBVA, _SE, _SWM, _CWM, _L, _RPT, _CA, _ECB, _SET, _IA, _SA],
|
|
914
|
+
[0, 0, 0, 0, 1, 1, () => Lifecycle, [() => Tags, 0], () => CopyActions, 2, 0, () => IndexActions, () => ScanActions],
|
|
858
915
|
];
|
|
859
916
|
export var BackupSelection = [
|
|
860
917
|
3,
|
|
@@ -1303,7 +1360,7 @@ export var DescribeFrameworkOutput = [
|
|
|
1303
1360
|
n0,
|
|
1304
1361
|
_DFO,
|
|
1305
1362
|
0,
|
|
1306
|
-
[_FN, _FA, _FD, _FC, _CTr, _DS,
|
|
1363
|
+
[_FN, _FA, _FD, _FC, _CTr, _DS, _FSr, _IT],
|
|
1307
1364
|
[0, 0, 0, () => FrameworkControls, 4, 0, 0, 0],
|
|
1308
1365
|
];
|
|
1309
1366
|
export var DescribeGlobalSettingsInput = [3, n0, _DGSI, 0, [], []];
|
|
@@ -1368,6 +1425,7 @@ export var DescribeRecoveryPointOutput = [
|
|
|
1368
1425
|
_IS,
|
|
1369
1426
|
_ISM,
|
|
1370
1427
|
_EKT,
|
|
1428
|
+
_SR,
|
|
1371
1429
|
],
|
|
1372
1430
|
[
|
|
1373
1431
|
0,
|
|
@@ -1398,6 +1456,7 @@ export var DescribeRecoveryPointOutput = [
|
|
|
1398
1456
|
0,
|
|
1399
1457
|
0,
|
|
1400
1458
|
0,
|
|
1459
|
+
() => ScanResults,
|
|
1401
1460
|
],
|
|
1402
1461
|
];
|
|
1403
1462
|
export var DescribeRegionSettingsInput = [3, n0, _DRSI, 0, [], []];
|
|
@@ -1439,6 +1498,15 @@ export var DescribeRestoreJobOutput = [
|
|
|
1439
1498
|
],
|
|
1440
1499
|
[0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 1, 0, 1, 0, 0, 4, () => RestoreJobCreator, 0, 0, 0, 0, 2, 0],
|
|
1441
1500
|
];
|
|
1501
|
+
export var DescribeScanJobInput = [3, n0, _DSJI, 0, [_SJI], [[0, 1]]];
|
|
1502
|
+
export var DescribeScanJobOutput = [
|
|
1503
|
+
3,
|
|
1504
|
+
n0,
|
|
1505
|
+
_DSJO,
|
|
1506
|
+
0,
|
|
1507
|
+
[_AI, _BVA, _BVN, _CDo, _CB, _CD, _IRA, _MS, _RPA, _RA, _RN, _RT, _SBRPA, _SIc, _SJI, _SMc, _SRc, _SRAc, _S, _SM],
|
|
1508
|
+
[0, 0, 0, 4, () => ScanJobCreator, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => ScanResultInfo, 0, 0, 0],
|
|
1509
|
+
];
|
|
1442
1510
|
export var DisassociateBackupVaultMpaApprovalTeamInput = [
|
|
1443
1511
|
3,
|
|
1444
1512
|
n0,
|
|
@@ -1474,7 +1542,7 @@ export var DisassociateRecoveryPointInput = [
|
|
|
1474
1542
|
];
|
|
1475
1543
|
export var ExportBackupPlanTemplateInput = [3, n0, _EBPTI, 0, [_BPIa], [[0, 1]]];
|
|
1476
1544
|
export var ExportBackupPlanTemplateOutput = [3, n0, _EBPTO, 0, [_BPTJ], [0]];
|
|
1477
|
-
export var Framework = [3, n0,
|
|
1545
|
+
export var Framework = [3, n0, _Fr, 0, [_FN, _FA, _FD, _NOC, _CTr, _DS], [0, 0, 0, 1, 4, 0]];
|
|
1478
1546
|
export var FrameworkControl = [
|
|
1479
1547
|
3,
|
|
1480
1548
|
n0,
|
|
@@ -2226,7 +2294,7 @@ export var ListFrameworksInput = [
|
|
|
2226
2294
|
],
|
|
2227
2295
|
],
|
|
2228
2296
|
];
|
|
2229
|
-
export var ListFrameworksOutput = [3, n0, _LFO, 0, [
|
|
2297
|
+
export var ListFrameworksOutput = [3, n0, _LFO, 0, [_Fra, _NT], [() => FrameworkList, 0]];
|
|
2230
2298
|
export var ListIndexedRecoveryPointsInput = [
|
|
2231
2299
|
3,
|
|
2232
2300
|
n0,
|
|
@@ -2845,6 +2913,153 @@ export var ListRestoreTestingSelectionsOutput = [
|
|
|
2845
2913
|
[_NT, _RTSe],
|
|
2846
2914
|
[0, () => RestoreTestingSelections],
|
|
2847
2915
|
];
|
|
2916
|
+
export var ListScanJobsInput = [
|
|
2917
|
+
3,
|
|
2918
|
+
n0,
|
|
2919
|
+
_LSJI,
|
|
2920
|
+
0,
|
|
2921
|
+
[_BAI, _BBVN, _BCAy, _BCBy, _BMS, _BRPA, _BRA, _BRT, _BSRS, _BSy, _MR, _NT],
|
|
2922
|
+
[
|
|
2923
|
+
[
|
|
2924
|
+
0,
|
|
2925
|
+
{
|
|
2926
|
+
[_hQ]: _BAI,
|
|
2927
|
+
},
|
|
2928
|
+
],
|
|
2929
|
+
[
|
|
2930
|
+
0,
|
|
2931
|
+
{
|
|
2932
|
+
[_hQ]: _BBVN,
|
|
2933
|
+
},
|
|
2934
|
+
],
|
|
2935
|
+
[
|
|
2936
|
+
4,
|
|
2937
|
+
{
|
|
2938
|
+
[_hQ]: _BCAy,
|
|
2939
|
+
},
|
|
2940
|
+
],
|
|
2941
|
+
[
|
|
2942
|
+
4,
|
|
2943
|
+
{
|
|
2944
|
+
[_hQ]: _BCBy,
|
|
2945
|
+
},
|
|
2946
|
+
],
|
|
2947
|
+
[
|
|
2948
|
+
0,
|
|
2949
|
+
{
|
|
2950
|
+
[_hQ]: _BMS,
|
|
2951
|
+
},
|
|
2952
|
+
],
|
|
2953
|
+
[
|
|
2954
|
+
0,
|
|
2955
|
+
{
|
|
2956
|
+
[_hQ]: _BRPA,
|
|
2957
|
+
},
|
|
2958
|
+
],
|
|
2959
|
+
[
|
|
2960
|
+
0,
|
|
2961
|
+
{
|
|
2962
|
+
[_hQ]: _BRA,
|
|
2963
|
+
},
|
|
2964
|
+
],
|
|
2965
|
+
[
|
|
2966
|
+
0,
|
|
2967
|
+
{
|
|
2968
|
+
[_hQ]: _BRT,
|
|
2969
|
+
},
|
|
2970
|
+
],
|
|
2971
|
+
[
|
|
2972
|
+
0,
|
|
2973
|
+
{
|
|
2974
|
+
[_hQ]: _BSRS,
|
|
2975
|
+
},
|
|
2976
|
+
],
|
|
2977
|
+
[
|
|
2978
|
+
0,
|
|
2979
|
+
{
|
|
2980
|
+
[_hQ]: _BSy,
|
|
2981
|
+
},
|
|
2982
|
+
],
|
|
2983
|
+
[
|
|
2984
|
+
1,
|
|
2985
|
+
{
|
|
2986
|
+
[_hQ]: _MR,
|
|
2987
|
+
},
|
|
2988
|
+
],
|
|
2989
|
+
[
|
|
2990
|
+
0,
|
|
2991
|
+
{
|
|
2992
|
+
[_hQ]: _NT,
|
|
2993
|
+
},
|
|
2994
|
+
],
|
|
2995
|
+
],
|
|
2996
|
+
];
|
|
2997
|
+
export var ListScanJobsOutput = [3, n0, _LSJO, 0, [_NT, _SJ], [0, () => ScanJobs]];
|
|
2998
|
+
export var ListScanJobSummariesInput = [
|
|
2999
|
+
3,
|
|
3000
|
+
n0,
|
|
3001
|
+
_LSJSI,
|
|
3002
|
+
0,
|
|
3003
|
+
[_AI, _RT, _MS, _SRS, _S, _AP, _MR, _NT],
|
|
3004
|
+
[
|
|
3005
|
+
[
|
|
3006
|
+
0,
|
|
3007
|
+
{
|
|
3008
|
+
[_hQ]: _AI,
|
|
3009
|
+
},
|
|
3010
|
+
],
|
|
3011
|
+
[
|
|
3012
|
+
0,
|
|
3013
|
+
{
|
|
3014
|
+
[_hQ]: _RT,
|
|
3015
|
+
},
|
|
3016
|
+
],
|
|
3017
|
+
[
|
|
3018
|
+
0,
|
|
3019
|
+
{
|
|
3020
|
+
[_hQ]: _MS,
|
|
3021
|
+
},
|
|
3022
|
+
],
|
|
3023
|
+
[
|
|
3024
|
+
0,
|
|
3025
|
+
{
|
|
3026
|
+
[_hQ]: _SRS,
|
|
3027
|
+
},
|
|
3028
|
+
],
|
|
3029
|
+
[
|
|
3030
|
+
0,
|
|
3031
|
+
{
|
|
3032
|
+
[_hQ]: _S,
|
|
3033
|
+
},
|
|
3034
|
+
],
|
|
3035
|
+
[
|
|
3036
|
+
0,
|
|
3037
|
+
{
|
|
3038
|
+
[_hQ]: _AP,
|
|
3039
|
+
},
|
|
3040
|
+
],
|
|
3041
|
+
[
|
|
3042
|
+
1,
|
|
3043
|
+
{
|
|
3044
|
+
[_hQ]: _MR,
|
|
3045
|
+
},
|
|
3046
|
+
],
|
|
3047
|
+
[
|
|
3048
|
+
0,
|
|
3049
|
+
{
|
|
3050
|
+
[_hQ]: _NT,
|
|
3051
|
+
},
|
|
3052
|
+
],
|
|
3053
|
+
],
|
|
3054
|
+
];
|
|
3055
|
+
export var ListScanJobSummariesOutput = [
|
|
3056
|
+
3,
|
|
3057
|
+
n0,
|
|
3058
|
+
_LSJSO,
|
|
3059
|
+
0,
|
|
3060
|
+
[_SJS, _AP, _NT],
|
|
3061
|
+
[() => ScanJobSummaryList, 0, 0],
|
|
3062
|
+
];
|
|
2848
3063
|
export var ListTagsInput = [
|
|
2849
3064
|
3,
|
|
2850
3065
|
n0,
|
|
@@ -2982,6 +3197,7 @@ export var RecoveryPointByBackupVault = [
|
|
|
2982
3197
|
_IS,
|
|
2983
3198
|
_ISM,
|
|
2984
3199
|
_EKT,
|
|
3200
|
+
_ASR,
|
|
2985
3201
|
],
|
|
2986
3202
|
[
|
|
2987
3203
|
0,
|
|
@@ -3011,6 +3227,7 @@ export var RecoveryPointByBackupVault = [
|
|
|
3011
3227
|
0,
|
|
3012
3228
|
0,
|
|
3013
3229
|
0,
|
|
3230
|
+
() => AggregatedScanResult,
|
|
3014
3231
|
],
|
|
3015
3232
|
];
|
|
3016
3233
|
export var RecoveryPointByResource = [
|
|
@@ -3018,8 +3235,8 @@ export var RecoveryPointByResource = [
|
|
|
3018
3235
|
n0,
|
|
3019
3236
|
_RPBR,
|
|
3020
3237
|
0,
|
|
3021
|
-
[_RPA, _CD, _St, _SM, _EKA, _BSB, _BVN, _IP, _PRPA, _RN, _VT, _IS, _ISM, _EKT],
|
|
3022
|
-
[0, 4, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 0],
|
|
3238
|
+
[_RPA, _CD, _St, _SM, _EKA, _BSB, _BVN, _IP, _PRPA, _RN, _VT, _IS, _ISM, _EKT, _ASR],
|
|
3239
|
+
[0, 4, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 0, () => AggregatedScanResult],
|
|
3023
3240
|
];
|
|
3024
3241
|
export var RecoveryPointCreator = [
|
|
3025
3242
|
3,
|
|
@@ -3214,6 +3431,27 @@ export var RevokeRestoreAccessBackupVaultInput = [
|
|
|
3214
3431
|
],
|
|
3215
3432
|
],
|
|
3216
3433
|
];
|
|
3434
|
+
export var ScanAction = [3, n0, _SAc, 0, [_MS, _SMc], [0, 0]];
|
|
3435
|
+
export var ScanJob = [
|
|
3436
|
+
3,
|
|
3437
|
+
n0,
|
|
3438
|
+
_SJc,
|
|
3439
|
+
0,
|
|
3440
|
+
[_AI, _BVA, _BVN, _CDo, _CB, _CD, _IRA, _MS, _RPA, _RA, _RN, _RT, _SBRPA, _SIc, _SJI, _SMc, _SRc, _SRAc, _S, _SM],
|
|
3441
|
+
[0, 0, 0, 4, () => ScanJobCreator, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => ScanResultInfo, 0, 0, 0],
|
|
3442
|
+
];
|
|
3443
|
+
export var ScanJobCreator = [3, n0, _SJC, 0, [_BPA, _BPIa, _BPV, _BRIa], [0, 0, 0, 0]];
|
|
3444
|
+
export var ScanJobSummary = [
|
|
3445
|
+
3,
|
|
3446
|
+
n0,
|
|
3447
|
+
_SJSc,
|
|
3448
|
+
0,
|
|
3449
|
+
[_R, _AI, _S, _RT, _Cou, _ST, _ET, _MS, _SRS],
|
|
3450
|
+
[0, 0, 0, 0, 1, 4, 4, 0, 0],
|
|
3451
|
+
];
|
|
3452
|
+
export var ScanResult = [3, n0, _SRc, 0, [_MS, _SJSca, _LST, _F], [0, 0, 4, 64 | 0]];
|
|
3453
|
+
export var ScanResultInfo = [3, n0, _SRI, 0, [_SRS], [0]];
|
|
3454
|
+
export var ScanSetting = [3, n0, _SSc, 0, [_MS, _RTe, _SRAc], [0, 64 | 0, 0]];
|
|
3217
3455
|
export var ScheduledPlanExecutionMember = [3, n0, _SPEM, 0, [_ETx, _RI, _RET], [4, 0, 0]];
|
|
3218
3456
|
export var ServiceUnavailableException = [
|
|
3219
3457
|
-3,
|
|
@@ -3265,6 +3503,15 @@ export var StartRestoreJobInput = [
|
|
|
3265
3503
|
[0, [() => Metadata, 0], 0, [0, 4], 0, 2],
|
|
3266
3504
|
];
|
|
3267
3505
|
export var StartRestoreJobOutput = [3, n0, _SRJOt, 0, [_RJIe], [0]];
|
|
3506
|
+
export var StartScanJobInput = [
|
|
3507
|
+
3,
|
|
3508
|
+
n0,
|
|
3509
|
+
_SSJI,
|
|
3510
|
+
0,
|
|
3511
|
+
[_BVN, _IRA, _IT, _MS, _RPA, _SBRPA, _SMc, _SRAc],
|
|
3512
|
+
[0, 0, 0, 0, 0, 0, 0, 0],
|
|
3513
|
+
];
|
|
3514
|
+
export var StartScanJobOutput = [3, n0, _SSJO, 0, [_CD, _SJI], [4, 0]];
|
|
3268
3515
|
export var StopBackupJobInput = [3, n0, _SBJIt, 0, [_BJI], [[0, 1]]];
|
|
3269
3516
|
export var TagResourceInput = [
|
|
3270
3517
|
3,
|
|
@@ -3336,8 +3583,8 @@ export var UpdateBackupPlanOutput = [
|
|
|
3336
3583
|
n0,
|
|
3337
3584
|
_UBPO,
|
|
3338
3585
|
0,
|
|
3339
|
-
[_BPIa, _BPA, _CD, _VI, _ABSd],
|
|
3340
|
-
[0, 0, 4, 0, () => AdvancedBackupSettings],
|
|
3586
|
+
[_BPIa, _BPA, _CD, _VI, _ABSd, _SS],
|
|
3587
|
+
[0, 0, 4, 0, () => AdvancedBackupSettings, () => ScanSettings],
|
|
3341
3588
|
];
|
|
3342
3589
|
export var UpdateFrameworkInput = [
|
|
3343
3590
|
3,
|
|
@@ -3494,6 +3741,12 @@ export var RestoreJobSummaryList = [1, n0, _RJSL, 0, () => RestoreJobSummary];
|
|
|
3494
3741
|
export var RestoreTestingPlans = [1, n0, _RTPe, 0, () => RestoreTestingPlanForList];
|
|
3495
3742
|
export var RestoreTestingRecoveryPointTypeList = 64 | 0;
|
|
3496
3743
|
export var RestoreTestingSelections = [1, n0, _RTSe, 0, () => RestoreTestingSelectionForList];
|
|
3744
|
+
export var ScanActions = [1, n0, _SA, 0, () => ScanAction];
|
|
3745
|
+
export var ScanFindings = 64 | 0;
|
|
3746
|
+
export var ScanJobs = [1, n0, _SJ, 0, () => ScanJob];
|
|
3747
|
+
export var ScanJobSummaryList = [1, n0, _SJSL, 0, () => ScanJobSummary];
|
|
3748
|
+
export var ScanResults = [1, n0, _SR, 0, () => ScanResult];
|
|
3749
|
+
export var ScanSettings = [1, n0, _SS, 0, () => ScanSetting];
|
|
3497
3750
|
export var ScheduledRunsPreview = [1, n0, _SRP, 0, () => ScheduledPlanExecutionMember];
|
|
3498
3751
|
export var stringList = 64 | 0;
|
|
3499
3752
|
export var TagKeyList = [1, n0, _TKL, 8, 0];
|
|
@@ -3869,6 +4122,16 @@ export var DescribeRestoreJob = [
|
|
|
3869
4122
|
() => DescribeRestoreJobInput,
|
|
3870
4123
|
() => DescribeRestoreJobOutput,
|
|
3871
4124
|
];
|
|
4125
|
+
export var DescribeScanJob = [
|
|
4126
|
+
9,
|
|
4127
|
+
n0,
|
|
4128
|
+
_DSJ,
|
|
4129
|
+
{
|
|
4130
|
+
[_h]: ["GET", "/scan/jobs/{ScanJobId}", 200],
|
|
4131
|
+
},
|
|
4132
|
+
() => DescribeScanJobInput,
|
|
4133
|
+
() => DescribeScanJobOutput,
|
|
4134
|
+
];
|
|
3872
4135
|
export var DisassociateBackupVaultMpaApprovalTeam = [
|
|
3873
4136
|
9,
|
|
3874
4137
|
n0,
|
|
@@ -4309,6 +4572,26 @@ export var ListRestoreTestingSelections = [
|
|
|
4309
4572
|
() => ListRestoreTestingSelectionsInput,
|
|
4310
4573
|
() => ListRestoreTestingSelectionsOutput,
|
|
4311
4574
|
];
|
|
4575
|
+
export var ListScanJobs = [
|
|
4576
|
+
9,
|
|
4577
|
+
n0,
|
|
4578
|
+
_LSJ,
|
|
4579
|
+
{
|
|
4580
|
+
[_h]: ["GET", "/scan/jobs", 200],
|
|
4581
|
+
},
|
|
4582
|
+
() => ListScanJobsInput,
|
|
4583
|
+
() => ListScanJobsOutput,
|
|
4584
|
+
];
|
|
4585
|
+
export var ListScanJobSummaries = [
|
|
4586
|
+
9,
|
|
4587
|
+
n0,
|
|
4588
|
+
_LSJS,
|
|
4589
|
+
{
|
|
4590
|
+
[_h]: ["GET", "/audit/scan-job-summaries", 200],
|
|
4591
|
+
},
|
|
4592
|
+
() => ListScanJobSummariesInput,
|
|
4593
|
+
() => ListScanJobSummariesOutput,
|
|
4594
|
+
];
|
|
4312
4595
|
export var ListTags = [
|
|
4313
4596
|
9,
|
|
4314
4597
|
n0,
|
|
@@ -4423,6 +4706,16 @@ export var StartRestoreJob = [
|
|
|
4423
4706
|
() => StartRestoreJobInput,
|
|
4424
4707
|
() => StartRestoreJobOutput,
|
|
4425
4708
|
];
|
|
4709
|
+
export var StartScanJob = [
|
|
4710
|
+
9,
|
|
4711
|
+
n0,
|
|
4712
|
+
_SSJ,
|
|
4713
|
+
{
|
|
4714
|
+
[_h]: ["PUT", "/scan/job", 201],
|
|
4715
|
+
},
|
|
4716
|
+
() => StartScanJobInput,
|
|
4717
|
+
() => StartScanJobOutput,
|
|
4718
|
+
];
|
|
4426
4719
|
export var StopBackupJob = [
|
|
4427
4720
|
9,
|
|
4428
4721
|
n0,
|
package/dist-types/Backup.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ import { DescribeRegionSettingsCommandInput, DescribeRegionSettingsCommandOutput
|
|
|
36
36
|
import { DescribeReportJobCommandInput, DescribeReportJobCommandOutput } from "./commands/DescribeReportJobCommand";
|
|
37
37
|
import { DescribeReportPlanCommandInput, DescribeReportPlanCommandOutput } from "./commands/DescribeReportPlanCommand";
|
|
38
38
|
import { DescribeRestoreJobCommandInput, DescribeRestoreJobCommandOutput } from "./commands/DescribeRestoreJobCommand";
|
|
39
|
+
import { DescribeScanJobCommandInput, DescribeScanJobCommandOutput } from "./commands/DescribeScanJobCommand";
|
|
39
40
|
import { DisassociateBackupVaultMpaApprovalTeamCommandInput, DisassociateBackupVaultMpaApprovalTeamCommandOutput } from "./commands/DisassociateBackupVaultMpaApprovalTeamCommand";
|
|
40
41
|
import { DisassociateRecoveryPointCommandInput, DisassociateRecoveryPointCommandOutput } from "./commands/DisassociateRecoveryPointCommand";
|
|
41
42
|
import { DisassociateRecoveryPointFromParentCommandInput, DisassociateRecoveryPointFromParentCommandOutput } from "./commands/DisassociateRecoveryPointFromParentCommand";
|
|
@@ -80,6 +81,8 @@ import { ListRestoreJobsCommandInput, ListRestoreJobsCommandOutput } from "./com
|
|
|
80
81
|
import { ListRestoreJobSummariesCommandInput, ListRestoreJobSummariesCommandOutput } from "./commands/ListRestoreJobSummariesCommand";
|
|
81
82
|
import { ListRestoreTestingPlansCommandInput, ListRestoreTestingPlansCommandOutput } from "./commands/ListRestoreTestingPlansCommand";
|
|
82
83
|
import { ListRestoreTestingSelectionsCommandInput, ListRestoreTestingSelectionsCommandOutput } from "./commands/ListRestoreTestingSelectionsCommand";
|
|
84
|
+
import { ListScanJobsCommandInput, ListScanJobsCommandOutput } from "./commands/ListScanJobsCommand";
|
|
85
|
+
import { ListScanJobSummariesCommandInput, ListScanJobSummariesCommandOutput } from "./commands/ListScanJobSummariesCommand";
|
|
83
86
|
import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
|
|
84
87
|
import { ListTieringConfigurationsCommandInput, ListTieringConfigurationsCommandOutput } from "./commands/ListTieringConfigurationsCommand";
|
|
85
88
|
import { PutBackupVaultAccessPolicyCommandInput, PutBackupVaultAccessPolicyCommandOutput } from "./commands/PutBackupVaultAccessPolicyCommand";
|
|
@@ -91,6 +94,7 @@ import { StartBackupJobCommandInput, StartBackupJobCommandOutput } from "./comma
|
|
|
91
94
|
import { StartCopyJobCommandInput, StartCopyJobCommandOutput } from "./commands/StartCopyJobCommand";
|
|
92
95
|
import { StartReportJobCommandInput, StartReportJobCommandOutput } from "./commands/StartReportJobCommand";
|
|
93
96
|
import { StartRestoreJobCommandInput, StartRestoreJobCommandOutput } from "./commands/StartRestoreJobCommand";
|
|
97
|
+
import { StartScanJobCommandInput, StartScanJobCommandOutput } from "./commands/StartScanJobCommand";
|
|
94
98
|
import { StopBackupJobCommandInput, StopBackupJobCommandOutput } from "./commands/StopBackupJobCommand";
|
|
95
99
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
96
100
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
@@ -323,6 +327,12 @@ export interface Backup {
|
|
|
323
327
|
describeRestoreJob(args: DescribeRestoreJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRestoreJobCommandOutput>;
|
|
324
328
|
describeRestoreJob(args: DescribeRestoreJobCommandInput, cb: (err: any, data?: DescribeRestoreJobCommandOutput) => void): void;
|
|
325
329
|
describeRestoreJob(args: DescribeRestoreJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRestoreJobCommandOutput) => void): void;
|
|
330
|
+
/**
|
|
331
|
+
* @see {@link DescribeScanJobCommand}
|
|
332
|
+
*/
|
|
333
|
+
describeScanJob(args: DescribeScanJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScanJobCommandOutput>;
|
|
334
|
+
describeScanJob(args: DescribeScanJobCommandInput, cb: (err: any, data?: DescribeScanJobCommandOutput) => void): void;
|
|
335
|
+
describeScanJob(args: DescribeScanJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScanJobCommandOutput) => void): void;
|
|
326
336
|
/**
|
|
327
337
|
* @see {@link DisassociateBackupVaultMpaApprovalTeamCommand}
|
|
328
338
|
*/
|
|
@@ -604,6 +614,20 @@ export interface Backup {
|
|
|
604
614
|
listRestoreTestingSelections(args: ListRestoreTestingSelectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListRestoreTestingSelectionsCommandOutput>;
|
|
605
615
|
listRestoreTestingSelections(args: ListRestoreTestingSelectionsCommandInput, cb: (err: any, data?: ListRestoreTestingSelectionsCommandOutput) => void): void;
|
|
606
616
|
listRestoreTestingSelections(args: ListRestoreTestingSelectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRestoreTestingSelectionsCommandOutput) => void): void;
|
|
617
|
+
/**
|
|
618
|
+
* @see {@link ListScanJobsCommand}
|
|
619
|
+
*/
|
|
620
|
+
listScanJobs(): Promise<ListScanJobsCommandOutput>;
|
|
621
|
+
listScanJobs(args: ListScanJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListScanJobsCommandOutput>;
|
|
622
|
+
listScanJobs(args: ListScanJobsCommandInput, cb: (err: any, data?: ListScanJobsCommandOutput) => void): void;
|
|
623
|
+
listScanJobs(args: ListScanJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListScanJobsCommandOutput) => void): void;
|
|
624
|
+
/**
|
|
625
|
+
* @see {@link ListScanJobSummariesCommand}
|
|
626
|
+
*/
|
|
627
|
+
listScanJobSummaries(): Promise<ListScanJobSummariesCommandOutput>;
|
|
628
|
+
listScanJobSummaries(args: ListScanJobSummariesCommandInput, options?: __HttpHandlerOptions): Promise<ListScanJobSummariesCommandOutput>;
|
|
629
|
+
listScanJobSummaries(args: ListScanJobSummariesCommandInput, cb: (err: any, data?: ListScanJobSummariesCommandOutput) => void): void;
|
|
630
|
+
listScanJobSummaries(args: ListScanJobSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListScanJobSummariesCommandOutput) => void): void;
|
|
607
631
|
/**
|
|
608
632
|
* @see {@link ListTagsCommand}
|
|
609
633
|
*/
|
|
@@ -671,6 +695,12 @@ export interface Backup {
|
|
|
671
695
|
startRestoreJob(args: StartRestoreJobCommandInput, options?: __HttpHandlerOptions): Promise<StartRestoreJobCommandOutput>;
|
|
672
696
|
startRestoreJob(args: StartRestoreJobCommandInput, cb: (err: any, data?: StartRestoreJobCommandOutput) => void): void;
|
|
673
697
|
startRestoreJob(args: StartRestoreJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRestoreJobCommandOutput) => void): void;
|
|
698
|
+
/**
|
|
699
|
+
* @see {@link StartScanJobCommand}
|
|
700
|
+
*/
|
|
701
|
+
startScanJob(args: StartScanJobCommandInput, options?: __HttpHandlerOptions): Promise<StartScanJobCommandOutput>;
|
|
702
|
+
startScanJob(args: StartScanJobCommandInput, cb: (err: any, data?: StartScanJobCommandOutput) => void): void;
|
|
703
|
+
startScanJob(args: StartScanJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartScanJobCommandOutput) => void): void;
|
|
674
704
|
/**
|
|
675
705
|
* @see {@link StopBackupJobCommand}
|
|
676
706
|
*/
|