@aws-sdk/client-backup 3.933.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 +72 -0
- package/dist-cjs/index.js +854 -197
- package/dist-es/Backup.js +18 -0
- package/dist-es/commands/CreateTieringConfigurationCommand.js +16 -0
- package/dist-es/commands/DeleteTieringConfigurationCommand.js +16 -0
- package/dist-es/commands/DescribeScanJobCommand.js +16 -0
- package/dist-es/commands/GetTieringConfigurationCommand.js +16 -0
- package/dist-es/commands/ListScanJobSummariesCommand.js +16 -0
- package/dist-es/commands/ListScanJobsCommand.js +16 -0
- package/dist-es/commands/ListTieringConfigurationsCommand.js +16 -0
- package/dist-es/commands/StartScanJobCommand.js +16 -0
- package/dist-es/commands/UpdateTieringConfigurationCommand.js +16 -0
- package/dist-es/commands/index.js +9 -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/ListTieringConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +490 -19
- package/dist-types/Backup.d.ts +66 -0
- package/dist-types/BackupClient.d.ts +11 -2
- package/dist-types/commands/CreateBackupPlanCommand.d.ts +15 -0
- package/dist-types/commands/CreateTieringConfigurationCommand.d.ts +115 -0
- package/dist-types/commands/DeleteTieringConfigurationCommand.d.ts +85 -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/GetTieringConfigurationCommand.d.ts +105 -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/ListTieringConfigurationsCommand.d.ts +91 -0
- package/dist-types/commands/StartScanJobCommand.d.ts +103 -0
- package/dist-types/commands/UpdateBackupPlanCommand.d.ts +24 -0
- package/dist-types/commands/UpdateTieringConfigurationCommand.d.ts +134 -0
- package/dist-types/commands/index.d.ts +9 -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 +1231 -723
- package/dist-types/pagination/ListScanJobSummariesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListScanJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTieringConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +48 -0
- package/dist-types/ts3.4/Backup.d.ts +156 -0
- package/dist-types/ts3.4/BackupClient.d.ts +56 -2
- package/dist-types/ts3.4/commands/CreateTieringConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTieringConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeScanJobCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetTieringConfigurationCommand.d.ts +51 -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/ListTieringConfigurationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartScanJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateTieringConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -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 +243 -324
- 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/ListTieringConfigurationsPaginator.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 +48 -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
package/dist-types/Backup.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ import { CreateReportPlanCommandInput, CreateReportPlanCommandOutput } from "./c
|
|
|
12
12
|
import { CreateRestoreAccessBackupVaultCommandInput, CreateRestoreAccessBackupVaultCommandOutput } from "./commands/CreateRestoreAccessBackupVaultCommand";
|
|
13
13
|
import { CreateRestoreTestingPlanCommandInput, CreateRestoreTestingPlanCommandOutput } from "./commands/CreateRestoreTestingPlanCommand";
|
|
14
14
|
import { CreateRestoreTestingSelectionCommandInput, CreateRestoreTestingSelectionCommandOutput } from "./commands/CreateRestoreTestingSelectionCommand";
|
|
15
|
+
import { CreateTieringConfigurationCommandInput, CreateTieringConfigurationCommandOutput } from "./commands/CreateTieringConfigurationCommand";
|
|
15
16
|
import { DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput } from "./commands/DeleteBackupPlanCommand";
|
|
16
17
|
import { DeleteBackupSelectionCommandInput, DeleteBackupSelectionCommandOutput } from "./commands/DeleteBackupSelectionCommand";
|
|
17
18
|
import { DeleteBackupVaultAccessPolicyCommandInput, DeleteBackupVaultAccessPolicyCommandOutput } from "./commands/DeleteBackupVaultAccessPolicyCommand";
|
|
@@ -23,6 +24,7 @@ import { DeleteRecoveryPointCommandInput, DeleteRecoveryPointCommandOutput } fro
|
|
|
23
24
|
import { DeleteReportPlanCommandInput, DeleteReportPlanCommandOutput } from "./commands/DeleteReportPlanCommand";
|
|
24
25
|
import { DeleteRestoreTestingPlanCommandInput, DeleteRestoreTestingPlanCommandOutput } from "./commands/DeleteRestoreTestingPlanCommand";
|
|
25
26
|
import { DeleteRestoreTestingSelectionCommandInput, DeleteRestoreTestingSelectionCommandOutput } from "./commands/DeleteRestoreTestingSelectionCommand";
|
|
27
|
+
import { DeleteTieringConfigurationCommandInput, DeleteTieringConfigurationCommandOutput } from "./commands/DeleteTieringConfigurationCommand";
|
|
26
28
|
import { DescribeBackupJobCommandInput, DescribeBackupJobCommandOutput } from "./commands/DescribeBackupJobCommand";
|
|
27
29
|
import { DescribeBackupVaultCommandInput, DescribeBackupVaultCommandOutput } from "./commands/DescribeBackupVaultCommand";
|
|
28
30
|
import { DescribeCopyJobCommandInput, DescribeCopyJobCommandOutput } from "./commands/DescribeCopyJobCommand";
|
|
@@ -34,6 +36,7 @@ import { DescribeRegionSettingsCommandInput, DescribeRegionSettingsCommandOutput
|
|
|
34
36
|
import { DescribeReportJobCommandInput, DescribeReportJobCommandOutput } from "./commands/DescribeReportJobCommand";
|
|
35
37
|
import { DescribeReportPlanCommandInput, DescribeReportPlanCommandOutput } from "./commands/DescribeReportPlanCommand";
|
|
36
38
|
import { DescribeRestoreJobCommandInput, DescribeRestoreJobCommandOutput } from "./commands/DescribeRestoreJobCommand";
|
|
39
|
+
import { DescribeScanJobCommandInput, DescribeScanJobCommandOutput } from "./commands/DescribeScanJobCommand";
|
|
37
40
|
import { DisassociateBackupVaultMpaApprovalTeamCommandInput, DisassociateBackupVaultMpaApprovalTeamCommandOutput } from "./commands/DisassociateBackupVaultMpaApprovalTeamCommand";
|
|
38
41
|
import { DisassociateRecoveryPointCommandInput, DisassociateRecoveryPointCommandOutput } from "./commands/DisassociateRecoveryPointCommand";
|
|
39
42
|
import { DisassociateRecoveryPointFromParentCommandInput, DisassociateRecoveryPointFromParentCommandOutput } from "./commands/DisassociateRecoveryPointFromParentCommand";
|
|
@@ -52,6 +55,7 @@ import { GetRestoreTestingInferredMetadataCommandInput, GetRestoreTestingInferre
|
|
|
52
55
|
import { GetRestoreTestingPlanCommandInput, GetRestoreTestingPlanCommandOutput } from "./commands/GetRestoreTestingPlanCommand";
|
|
53
56
|
import { GetRestoreTestingSelectionCommandInput, GetRestoreTestingSelectionCommandOutput } from "./commands/GetRestoreTestingSelectionCommand";
|
|
54
57
|
import { GetSupportedResourceTypesCommandInput, GetSupportedResourceTypesCommandOutput } from "./commands/GetSupportedResourceTypesCommand";
|
|
58
|
+
import { GetTieringConfigurationCommandInput, GetTieringConfigurationCommandOutput } from "./commands/GetTieringConfigurationCommand";
|
|
55
59
|
import { ListBackupJobsCommandInput, ListBackupJobsCommandOutput } from "./commands/ListBackupJobsCommand";
|
|
56
60
|
import { ListBackupJobSummariesCommandInput, ListBackupJobSummariesCommandOutput } from "./commands/ListBackupJobSummariesCommand";
|
|
57
61
|
import { ListBackupPlansCommandInput, ListBackupPlansCommandOutput } from "./commands/ListBackupPlansCommand";
|
|
@@ -77,7 +81,10 @@ import { ListRestoreJobsCommandInput, ListRestoreJobsCommandOutput } from "./com
|
|
|
77
81
|
import { ListRestoreJobSummariesCommandInput, ListRestoreJobSummariesCommandOutput } from "./commands/ListRestoreJobSummariesCommand";
|
|
78
82
|
import { ListRestoreTestingPlansCommandInput, ListRestoreTestingPlansCommandOutput } from "./commands/ListRestoreTestingPlansCommand";
|
|
79
83
|
import { ListRestoreTestingSelectionsCommandInput, ListRestoreTestingSelectionsCommandOutput } from "./commands/ListRestoreTestingSelectionsCommand";
|
|
84
|
+
import { ListScanJobsCommandInput, ListScanJobsCommandOutput } from "./commands/ListScanJobsCommand";
|
|
85
|
+
import { ListScanJobSummariesCommandInput, ListScanJobSummariesCommandOutput } from "./commands/ListScanJobSummariesCommand";
|
|
80
86
|
import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
|
|
87
|
+
import { ListTieringConfigurationsCommandInput, ListTieringConfigurationsCommandOutput } from "./commands/ListTieringConfigurationsCommand";
|
|
81
88
|
import { PutBackupVaultAccessPolicyCommandInput, PutBackupVaultAccessPolicyCommandOutput } from "./commands/PutBackupVaultAccessPolicyCommand";
|
|
82
89
|
import { PutBackupVaultLockConfigurationCommandInput, PutBackupVaultLockConfigurationCommandOutput } from "./commands/PutBackupVaultLockConfigurationCommand";
|
|
83
90
|
import { PutBackupVaultNotificationsCommandInput, PutBackupVaultNotificationsCommandOutput } from "./commands/PutBackupVaultNotificationsCommand";
|
|
@@ -87,6 +94,7 @@ import { StartBackupJobCommandInput, StartBackupJobCommandOutput } from "./comma
|
|
|
87
94
|
import { StartCopyJobCommandInput, StartCopyJobCommandOutput } from "./commands/StartCopyJobCommand";
|
|
88
95
|
import { StartReportJobCommandInput, StartReportJobCommandOutput } from "./commands/StartReportJobCommand";
|
|
89
96
|
import { StartRestoreJobCommandInput, StartRestoreJobCommandOutput } from "./commands/StartRestoreJobCommand";
|
|
97
|
+
import { StartScanJobCommandInput, StartScanJobCommandOutput } from "./commands/StartScanJobCommand";
|
|
90
98
|
import { StopBackupJobCommandInput, StopBackupJobCommandOutput } from "./commands/StopBackupJobCommand";
|
|
91
99
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
92
100
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
@@ -99,6 +107,7 @@ import { UpdateRegionSettingsCommandInput, UpdateRegionSettingsCommandOutput } f
|
|
|
99
107
|
import { UpdateReportPlanCommandInput, UpdateReportPlanCommandOutput } from "./commands/UpdateReportPlanCommand";
|
|
100
108
|
import { UpdateRestoreTestingPlanCommandInput, UpdateRestoreTestingPlanCommandOutput } from "./commands/UpdateRestoreTestingPlanCommand";
|
|
101
109
|
import { UpdateRestoreTestingSelectionCommandInput, UpdateRestoreTestingSelectionCommandOutput } from "./commands/UpdateRestoreTestingSelectionCommand";
|
|
110
|
+
import { UpdateTieringConfigurationCommandInput, UpdateTieringConfigurationCommandOutput } from "./commands/UpdateTieringConfigurationCommand";
|
|
102
111
|
export interface Backup {
|
|
103
112
|
/**
|
|
104
113
|
* @see {@link AssociateBackupVaultMpaApprovalTeamCommand}
|
|
@@ -172,6 +181,12 @@ export interface Backup {
|
|
|
172
181
|
createRestoreTestingSelection(args: CreateRestoreTestingSelectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateRestoreTestingSelectionCommandOutput>;
|
|
173
182
|
createRestoreTestingSelection(args: CreateRestoreTestingSelectionCommandInput, cb: (err: any, data?: CreateRestoreTestingSelectionCommandOutput) => void): void;
|
|
174
183
|
createRestoreTestingSelection(args: CreateRestoreTestingSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRestoreTestingSelectionCommandOutput) => void): void;
|
|
184
|
+
/**
|
|
185
|
+
* @see {@link CreateTieringConfigurationCommand}
|
|
186
|
+
*/
|
|
187
|
+
createTieringConfiguration(args: CreateTieringConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateTieringConfigurationCommandOutput>;
|
|
188
|
+
createTieringConfiguration(args: CreateTieringConfigurationCommandInput, cb: (err: any, data?: CreateTieringConfigurationCommandOutput) => void): void;
|
|
189
|
+
createTieringConfiguration(args: CreateTieringConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTieringConfigurationCommandOutput) => void): void;
|
|
175
190
|
/**
|
|
176
191
|
* @see {@link DeleteBackupPlanCommand}
|
|
177
192
|
*/
|
|
@@ -238,6 +253,12 @@ export interface Backup {
|
|
|
238
253
|
deleteRestoreTestingSelection(args: DeleteRestoreTestingSelectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRestoreTestingSelectionCommandOutput>;
|
|
239
254
|
deleteRestoreTestingSelection(args: DeleteRestoreTestingSelectionCommandInput, cb: (err: any, data?: DeleteRestoreTestingSelectionCommandOutput) => void): void;
|
|
240
255
|
deleteRestoreTestingSelection(args: DeleteRestoreTestingSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRestoreTestingSelectionCommandOutput) => void): void;
|
|
256
|
+
/**
|
|
257
|
+
* @see {@link DeleteTieringConfigurationCommand}
|
|
258
|
+
*/
|
|
259
|
+
deleteTieringConfiguration(args: DeleteTieringConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTieringConfigurationCommandOutput>;
|
|
260
|
+
deleteTieringConfiguration(args: DeleteTieringConfigurationCommandInput, cb: (err: any, data?: DeleteTieringConfigurationCommandOutput) => void): void;
|
|
261
|
+
deleteTieringConfiguration(args: DeleteTieringConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTieringConfigurationCommandOutput) => void): void;
|
|
241
262
|
/**
|
|
242
263
|
* @see {@link DescribeBackupJobCommand}
|
|
243
264
|
*/
|
|
@@ -306,6 +327,12 @@ export interface Backup {
|
|
|
306
327
|
describeRestoreJob(args: DescribeRestoreJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRestoreJobCommandOutput>;
|
|
307
328
|
describeRestoreJob(args: DescribeRestoreJobCommandInput, cb: (err: any, data?: DescribeRestoreJobCommandOutput) => void): void;
|
|
308
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;
|
|
309
336
|
/**
|
|
310
337
|
* @see {@link DisassociateBackupVaultMpaApprovalTeamCommand}
|
|
311
338
|
*/
|
|
@@ -415,6 +442,12 @@ export interface Backup {
|
|
|
415
442
|
getSupportedResourceTypes(args: GetSupportedResourceTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetSupportedResourceTypesCommandOutput>;
|
|
416
443
|
getSupportedResourceTypes(args: GetSupportedResourceTypesCommandInput, cb: (err: any, data?: GetSupportedResourceTypesCommandOutput) => void): void;
|
|
417
444
|
getSupportedResourceTypes(args: GetSupportedResourceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSupportedResourceTypesCommandOutput) => void): void;
|
|
445
|
+
/**
|
|
446
|
+
* @see {@link GetTieringConfigurationCommand}
|
|
447
|
+
*/
|
|
448
|
+
getTieringConfiguration(args: GetTieringConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetTieringConfigurationCommandOutput>;
|
|
449
|
+
getTieringConfiguration(args: GetTieringConfigurationCommandInput, cb: (err: any, data?: GetTieringConfigurationCommandOutput) => void): void;
|
|
450
|
+
getTieringConfiguration(args: GetTieringConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTieringConfigurationCommandOutput) => void): void;
|
|
418
451
|
/**
|
|
419
452
|
* @see {@link ListBackupJobsCommand}
|
|
420
453
|
*/
|
|
@@ -581,12 +614,33 @@ export interface Backup {
|
|
|
581
614
|
listRestoreTestingSelections(args: ListRestoreTestingSelectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListRestoreTestingSelectionsCommandOutput>;
|
|
582
615
|
listRestoreTestingSelections(args: ListRestoreTestingSelectionsCommandInput, cb: (err: any, data?: ListRestoreTestingSelectionsCommandOutput) => void): void;
|
|
583
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;
|
|
584
631
|
/**
|
|
585
632
|
* @see {@link ListTagsCommand}
|
|
586
633
|
*/
|
|
587
634
|
listTags(args: ListTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsCommandOutput>;
|
|
588
635
|
listTags(args: ListTagsCommandInput, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
|
|
589
636
|
listTags(args: ListTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
|
|
637
|
+
/**
|
|
638
|
+
* @see {@link ListTieringConfigurationsCommand}
|
|
639
|
+
*/
|
|
640
|
+
listTieringConfigurations(): Promise<ListTieringConfigurationsCommandOutput>;
|
|
641
|
+
listTieringConfigurations(args: ListTieringConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListTieringConfigurationsCommandOutput>;
|
|
642
|
+
listTieringConfigurations(args: ListTieringConfigurationsCommandInput, cb: (err: any, data?: ListTieringConfigurationsCommandOutput) => void): void;
|
|
643
|
+
listTieringConfigurations(args: ListTieringConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTieringConfigurationsCommandOutput) => void): void;
|
|
590
644
|
/**
|
|
591
645
|
* @see {@link PutBackupVaultAccessPolicyCommand}
|
|
592
646
|
*/
|
|
@@ -641,6 +695,12 @@ export interface Backup {
|
|
|
641
695
|
startRestoreJob(args: StartRestoreJobCommandInput, options?: __HttpHandlerOptions): Promise<StartRestoreJobCommandOutput>;
|
|
642
696
|
startRestoreJob(args: StartRestoreJobCommandInput, cb: (err: any, data?: StartRestoreJobCommandOutput) => void): void;
|
|
643
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;
|
|
644
704
|
/**
|
|
645
705
|
* @see {@link StopBackupJobCommand}
|
|
646
706
|
*/
|
|
@@ -715,6 +775,12 @@ export interface Backup {
|
|
|
715
775
|
updateRestoreTestingSelection(args: UpdateRestoreTestingSelectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRestoreTestingSelectionCommandOutput>;
|
|
716
776
|
updateRestoreTestingSelection(args: UpdateRestoreTestingSelectionCommandInput, cb: (err: any, data?: UpdateRestoreTestingSelectionCommandOutput) => void): void;
|
|
717
777
|
updateRestoreTestingSelection(args: UpdateRestoreTestingSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRestoreTestingSelectionCommandOutput) => void): void;
|
|
778
|
+
/**
|
|
779
|
+
* @see {@link UpdateTieringConfigurationCommand}
|
|
780
|
+
*/
|
|
781
|
+
updateTieringConfiguration(args: UpdateTieringConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTieringConfigurationCommandOutput>;
|
|
782
|
+
updateTieringConfiguration(args: UpdateTieringConfigurationCommandInput, cb: (err: any, data?: UpdateTieringConfigurationCommandOutput) => void): void;
|
|
783
|
+
updateTieringConfiguration(args: UpdateTieringConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTieringConfigurationCommandOutput) => void): void;
|
|
718
784
|
}
|
|
719
785
|
/**
|
|
720
786
|
* <fullname>Backup</fullname>
|
|
@@ -19,6 +19,7 @@ import { CreateReportPlanCommandInput, CreateReportPlanCommandOutput } from "./c
|
|
|
19
19
|
import { CreateRestoreAccessBackupVaultCommandInput, CreateRestoreAccessBackupVaultCommandOutput } from "./commands/CreateRestoreAccessBackupVaultCommand";
|
|
20
20
|
import { CreateRestoreTestingPlanCommandInput, CreateRestoreTestingPlanCommandOutput } from "./commands/CreateRestoreTestingPlanCommand";
|
|
21
21
|
import { CreateRestoreTestingSelectionCommandInput, CreateRestoreTestingSelectionCommandOutput } from "./commands/CreateRestoreTestingSelectionCommand";
|
|
22
|
+
import { CreateTieringConfigurationCommandInput, CreateTieringConfigurationCommandOutput } from "./commands/CreateTieringConfigurationCommand";
|
|
22
23
|
import { DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput } from "./commands/DeleteBackupPlanCommand";
|
|
23
24
|
import { DeleteBackupSelectionCommandInput, DeleteBackupSelectionCommandOutput } from "./commands/DeleteBackupSelectionCommand";
|
|
24
25
|
import { DeleteBackupVaultAccessPolicyCommandInput, DeleteBackupVaultAccessPolicyCommandOutput } from "./commands/DeleteBackupVaultAccessPolicyCommand";
|
|
@@ -30,6 +31,7 @@ import { DeleteRecoveryPointCommandInput, DeleteRecoveryPointCommandOutput } fro
|
|
|
30
31
|
import { DeleteReportPlanCommandInput, DeleteReportPlanCommandOutput } from "./commands/DeleteReportPlanCommand";
|
|
31
32
|
import { DeleteRestoreTestingPlanCommandInput, DeleteRestoreTestingPlanCommandOutput } from "./commands/DeleteRestoreTestingPlanCommand";
|
|
32
33
|
import { DeleteRestoreTestingSelectionCommandInput, DeleteRestoreTestingSelectionCommandOutput } from "./commands/DeleteRestoreTestingSelectionCommand";
|
|
34
|
+
import { DeleteTieringConfigurationCommandInput, DeleteTieringConfigurationCommandOutput } from "./commands/DeleteTieringConfigurationCommand";
|
|
33
35
|
import { DescribeBackupJobCommandInput, DescribeBackupJobCommandOutput } from "./commands/DescribeBackupJobCommand";
|
|
34
36
|
import { DescribeBackupVaultCommandInput, DescribeBackupVaultCommandOutput } from "./commands/DescribeBackupVaultCommand";
|
|
35
37
|
import { DescribeCopyJobCommandInput, DescribeCopyJobCommandOutput } from "./commands/DescribeCopyJobCommand";
|
|
@@ -41,6 +43,7 @@ import { DescribeRegionSettingsCommandInput, DescribeRegionSettingsCommandOutput
|
|
|
41
43
|
import { DescribeReportJobCommandInput, DescribeReportJobCommandOutput } from "./commands/DescribeReportJobCommand";
|
|
42
44
|
import { DescribeReportPlanCommandInput, DescribeReportPlanCommandOutput } from "./commands/DescribeReportPlanCommand";
|
|
43
45
|
import { DescribeRestoreJobCommandInput, DescribeRestoreJobCommandOutput } from "./commands/DescribeRestoreJobCommand";
|
|
46
|
+
import { DescribeScanJobCommandInput, DescribeScanJobCommandOutput } from "./commands/DescribeScanJobCommand";
|
|
44
47
|
import { DisassociateBackupVaultMpaApprovalTeamCommandInput, DisassociateBackupVaultMpaApprovalTeamCommandOutput } from "./commands/DisassociateBackupVaultMpaApprovalTeamCommand";
|
|
45
48
|
import { DisassociateRecoveryPointCommandInput, DisassociateRecoveryPointCommandOutput } from "./commands/DisassociateRecoveryPointCommand";
|
|
46
49
|
import { DisassociateRecoveryPointFromParentCommandInput, DisassociateRecoveryPointFromParentCommandOutput } from "./commands/DisassociateRecoveryPointFromParentCommand";
|
|
@@ -59,6 +62,7 @@ import { GetRestoreTestingInferredMetadataCommandInput, GetRestoreTestingInferre
|
|
|
59
62
|
import { GetRestoreTestingPlanCommandInput, GetRestoreTestingPlanCommandOutput } from "./commands/GetRestoreTestingPlanCommand";
|
|
60
63
|
import { GetRestoreTestingSelectionCommandInput, GetRestoreTestingSelectionCommandOutput } from "./commands/GetRestoreTestingSelectionCommand";
|
|
61
64
|
import { GetSupportedResourceTypesCommandInput, GetSupportedResourceTypesCommandOutput } from "./commands/GetSupportedResourceTypesCommand";
|
|
65
|
+
import { GetTieringConfigurationCommandInput, GetTieringConfigurationCommandOutput } from "./commands/GetTieringConfigurationCommand";
|
|
62
66
|
import { ListBackupJobsCommandInput, ListBackupJobsCommandOutput } from "./commands/ListBackupJobsCommand";
|
|
63
67
|
import { ListBackupJobSummariesCommandInput, ListBackupJobSummariesCommandOutput } from "./commands/ListBackupJobSummariesCommand";
|
|
64
68
|
import { ListBackupPlansCommandInput, ListBackupPlansCommandOutput } from "./commands/ListBackupPlansCommand";
|
|
@@ -84,7 +88,10 @@ import { ListRestoreJobsCommandInput, ListRestoreJobsCommandOutput } from "./com
|
|
|
84
88
|
import { ListRestoreJobSummariesCommandInput, ListRestoreJobSummariesCommandOutput } from "./commands/ListRestoreJobSummariesCommand";
|
|
85
89
|
import { ListRestoreTestingPlansCommandInput, ListRestoreTestingPlansCommandOutput } from "./commands/ListRestoreTestingPlansCommand";
|
|
86
90
|
import { ListRestoreTestingSelectionsCommandInput, ListRestoreTestingSelectionsCommandOutput } from "./commands/ListRestoreTestingSelectionsCommand";
|
|
91
|
+
import { ListScanJobsCommandInput, ListScanJobsCommandOutput } from "./commands/ListScanJobsCommand";
|
|
92
|
+
import { ListScanJobSummariesCommandInput, ListScanJobSummariesCommandOutput } from "./commands/ListScanJobSummariesCommand";
|
|
87
93
|
import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
|
|
94
|
+
import { ListTieringConfigurationsCommandInput, ListTieringConfigurationsCommandOutput } from "./commands/ListTieringConfigurationsCommand";
|
|
88
95
|
import { PutBackupVaultAccessPolicyCommandInput, PutBackupVaultAccessPolicyCommandOutput } from "./commands/PutBackupVaultAccessPolicyCommand";
|
|
89
96
|
import { PutBackupVaultLockConfigurationCommandInput, PutBackupVaultLockConfigurationCommandOutput } from "./commands/PutBackupVaultLockConfigurationCommand";
|
|
90
97
|
import { PutBackupVaultNotificationsCommandInput, PutBackupVaultNotificationsCommandOutput } from "./commands/PutBackupVaultNotificationsCommand";
|
|
@@ -94,6 +101,7 @@ import { StartBackupJobCommandInput, StartBackupJobCommandOutput } from "./comma
|
|
|
94
101
|
import { StartCopyJobCommandInput, StartCopyJobCommandOutput } from "./commands/StartCopyJobCommand";
|
|
95
102
|
import { StartReportJobCommandInput, StartReportJobCommandOutput } from "./commands/StartReportJobCommand";
|
|
96
103
|
import { StartRestoreJobCommandInput, StartRestoreJobCommandOutput } from "./commands/StartRestoreJobCommand";
|
|
104
|
+
import { StartScanJobCommandInput, StartScanJobCommandOutput } from "./commands/StartScanJobCommand";
|
|
97
105
|
import { StopBackupJobCommandInput, StopBackupJobCommandOutput } from "./commands/StopBackupJobCommand";
|
|
98
106
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
99
107
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
@@ -106,17 +114,18 @@ import { UpdateRegionSettingsCommandInput, UpdateRegionSettingsCommandOutput } f
|
|
|
106
114
|
import { UpdateReportPlanCommandInput, UpdateReportPlanCommandOutput } from "./commands/UpdateReportPlanCommand";
|
|
107
115
|
import { UpdateRestoreTestingPlanCommandInput, UpdateRestoreTestingPlanCommandOutput } from "./commands/UpdateRestoreTestingPlanCommand";
|
|
108
116
|
import { UpdateRestoreTestingSelectionCommandInput, UpdateRestoreTestingSelectionCommandOutput } from "./commands/UpdateRestoreTestingSelectionCommand";
|
|
117
|
+
import { UpdateTieringConfigurationCommandInput, UpdateTieringConfigurationCommandOutput } from "./commands/UpdateTieringConfigurationCommand";
|
|
109
118
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
110
119
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
111
120
|
export { __Client };
|
|
112
121
|
/**
|
|
113
122
|
* @public
|
|
114
123
|
*/
|
|
115
|
-
export type ServiceInputTypes = AssociateBackupVaultMpaApprovalTeamCommandInput | CancelLegalHoldCommandInput | CreateBackupPlanCommandInput | CreateBackupSelectionCommandInput | CreateBackupVaultCommandInput | CreateFrameworkCommandInput | CreateLegalHoldCommandInput | CreateLogicallyAirGappedBackupVaultCommandInput | CreateReportPlanCommandInput | CreateRestoreAccessBackupVaultCommandInput | CreateRestoreTestingPlanCommandInput | CreateRestoreTestingSelectionCommandInput | DeleteBackupPlanCommandInput | DeleteBackupSelectionCommandInput | DeleteBackupVaultAccessPolicyCommandInput | DeleteBackupVaultCommandInput | DeleteBackupVaultLockConfigurationCommandInput | DeleteBackupVaultNotificationsCommandInput | DeleteFrameworkCommandInput | DeleteRecoveryPointCommandInput | DeleteReportPlanCommandInput | DeleteRestoreTestingPlanCommandInput | DeleteRestoreTestingSelectionCommandInput | DescribeBackupJobCommandInput | DescribeBackupVaultCommandInput | DescribeCopyJobCommandInput | DescribeFrameworkCommandInput | DescribeGlobalSettingsCommandInput | DescribeProtectedResourceCommandInput | DescribeRecoveryPointCommandInput | DescribeRegionSettingsCommandInput | DescribeReportJobCommandInput | DescribeReportPlanCommandInput | DescribeRestoreJobCommandInput | DisassociateBackupVaultMpaApprovalTeamCommandInput | DisassociateRecoveryPointCommandInput | DisassociateRecoveryPointFromParentCommandInput | ExportBackupPlanTemplateCommandInput | GetBackupPlanCommandInput | GetBackupPlanFromJSONCommandInput | GetBackupPlanFromTemplateCommandInput | GetBackupSelectionCommandInput | GetBackupVaultAccessPolicyCommandInput | GetBackupVaultNotificationsCommandInput | GetLegalHoldCommandInput | GetRecoveryPointIndexDetailsCommandInput | GetRecoveryPointRestoreMetadataCommandInput | GetRestoreJobMetadataCommandInput | GetRestoreTestingInferredMetadataCommandInput | GetRestoreTestingPlanCommandInput | GetRestoreTestingSelectionCommandInput | GetSupportedResourceTypesCommandInput | ListBackupJobSummariesCommandInput | ListBackupJobsCommandInput | ListBackupPlanTemplatesCommandInput | ListBackupPlanVersionsCommandInput | ListBackupPlansCommandInput | ListBackupSelectionsCommandInput | ListBackupVaultsCommandInput | ListCopyJobSummariesCommandInput | ListCopyJobsCommandInput | ListFrameworksCommandInput | ListIndexedRecoveryPointsCommandInput | ListLegalHoldsCommandInput | ListProtectedResourcesByBackupVaultCommandInput | ListProtectedResourcesCommandInput | ListRecoveryPointsByBackupVaultCommandInput | ListRecoveryPointsByLegalHoldCommandInput | ListRecoveryPointsByResourceCommandInput | ListReportJobsCommandInput | ListReportPlansCommandInput | ListRestoreAccessBackupVaultsCommandInput | ListRestoreJobSummariesCommandInput | ListRestoreJobsByProtectedResourceCommandInput | ListRestoreJobsCommandInput | ListRestoreTestingPlansCommandInput | ListRestoreTestingSelectionsCommandInput | ListTagsCommandInput | PutBackupVaultAccessPolicyCommandInput | PutBackupVaultLockConfigurationCommandInput | PutBackupVaultNotificationsCommandInput | PutRestoreValidationResultCommandInput | RevokeRestoreAccessBackupVaultCommandInput | StartBackupJobCommandInput | StartCopyJobCommandInput | StartReportJobCommandInput | StartRestoreJobCommandInput | StopBackupJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBackupPlanCommandInput | UpdateFrameworkCommandInput | UpdateGlobalSettingsCommandInput | UpdateRecoveryPointIndexSettingsCommandInput | UpdateRecoveryPointLifecycleCommandInput | UpdateRegionSettingsCommandInput | UpdateReportPlanCommandInput | UpdateRestoreTestingPlanCommandInput | UpdateRestoreTestingSelectionCommandInput;
|
|
124
|
+
export type ServiceInputTypes = AssociateBackupVaultMpaApprovalTeamCommandInput | CancelLegalHoldCommandInput | CreateBackupPlanCommandInput | CreateBackupSelectionCommandInput | CreateBackupVaultCommandInput | CreateFrameworkCommandInput | CreateLegalHoldCommandInput | CreateLogicallyAirGappedBackupVaultCommandInput | CreateReportPlanCommandInput | CreateRestoreAccessBackupVaultCommandInput | CreateRestoreTestingPlanCommandInput | CreateRestoreTestingSelectionCommandInput | CreateTieringConfigurationCommandInput | DeleteBackupPlanCommandInput | DeleteBackupSelectionCommandInput | DeleteBackupVaultAccessPolicyCommandInput | DeleteBackupVaultCommandInput | DeleteBackupVaultLockConfigurationCommandInput | DeleteBackupVaultNotificationsCommandInput | DeleteFrameworkCommandInput | DeleteRecoveryPointCommandInput | DeleteReportPlanCommandInput | DeleteRestoreTestingPlanCommandInput | DeleteRestoreTestingSelectionCommandInput | DeleteTieringConfigurationCommandInput | DescribeBackupJobCommandInput | DescribeBackupVaultCommandInput | DescribeCopyJobCommandInput | DescribeFrameworkCommandInput | DescribeGlobalSettingsCommandInput | DescribeProtectedResourceCommandInput | DescribeRecoveryPointCommandInput | DescribeRegionSettingsCommandInput | DescribeReportJobCommandInput | DescribeReportPlanCommandInput | DescribeRestoreJobCommandInput | DescribeScanJobCommandInput | DisassociateBackupVaultMpaApprovalTeamCommandInput | DisassociateRecoveryPointCommandInput | DisassociateRecoveryPointFromParentCommandInput | ExportBackupPlanTemplateCommandInput | GetBackupPlanCommandInput | GetBackupPlanFromJSONCommandInput | GetBackupPlanFromTemplateCommandInput | GetBackupSelectionCommandInput | GetBackupVaultAccessPolicyCommandInput | GetBackupVaultNotificationsCommandInput | GetLegalHoldCommandInput | GetRecoveryPointIndexDetailsCommandInput | GetRecoveryPointRestoreMetadataCommandInput | GetRestoreJobMetadataCommandInput | GetRestoreTestingInferredMetadataCommandInput | GetRestoreTestingPlanCommandInput | GetRestoreTestingSelectionCommandInput | GetSupportedResourceTypesCommandInput | GetTieringConfigurationCommandInput | ListBackupJobSummariesCommandInput | ListBackupJobsCommandInput | ListBackupPlanTemplatesCommandInput | ListBackupPlanVersionsCommandInput | ListBackupPlansCommandInput | ListBackupSelectionsCommandInput | ListBackupVaultsCommandInput | ListCopyJobSummariesCommandInput | ListCopyJobsCommandInput | ListFrameworksCommandInput | ListIndexedRecoveryPointsCommandInput | ListLegalHoldsCommandInput | ListProtectedResourcesByBackupVaultCommandInput | ListProtectedResourcesCommandInput | ListRecoveryPointsByBackupVaultCommandInput | ListRecoveryPointsByLegalHoldCommandInput | ListRecoveryPointsByResourceCommandInput | ListReportJobsCommandInput | ListReportPlansCommandInput | ListRestoreAccessBackupVaultsCommandInput | ListRestoreJobSummariesCommandInput | ListRestoreJobsByProtectedResourceCommandInput | ListRestoreJobsCommandInput | ListRestoreTestingPlansCommandInput | ListRestoreTestingSelectionsCommandInput | ListScanJobSummariesCommandInput | ListScanJobsCommandInput | ListTagsCommandInput | ListTieringConfigurationsCommandInput | PutBackupVaultAccessPolicyCommandInput | PutBackupVaultLockConfigurationCommandInput | PutBackupVaultNotificationsCommandInput | PutRestoreValidationResultCommandInput | RevokeRestoreAccessBackupVaultCommandInput | StartBackupJobCommandInput | StartCopyJobCommandInput | StartReportJobCommandInput | StartRestoreJobCommandInput | StartScanJobCommandInput | StopBackupJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBackupPlanCommandInput | UpdateFrameworkCommandInput | UpdateGlobalSettingsCommandInput | UpdateRecoveryPointIndexSettingsCommandInput | UpdateRecoveryPointLifecycleCommandInput | UpdateRegionSettingsCommandInput | UpdateReportPlanCommandInput | UpdateRestoreTestingPlanCommandInput | UpdateRestoreTestingSelectionCommandInput | UpdateTieringConfigurationCommandInput;
|
|
116
125
|
/**
|
|
117
126
|
* @public
|
|
118
127
|
*/
|
|
119
|
-
export type ServiceOutputTypes = AssociateBackupVaultMpaApprovalTeamCommandOutput | CancelLegalHoldCommandOutput | CreateBackupPlanCommandOutput | CreateBackupSelectionCommandOutput | CreateBackupVaultCommandOutput | CreateFrameworkCommandOutput | CreateLegalHoldCommandOutput | CreateLogicallyAirGappedBackupVaultCommandOutput | CreateReportPlanCommandOutput | CreateRestoreAccessBackupVaultCommandOutput | CreateRestoreTestingPlanCommandOutput | CreateRestoreTestingSelectionCommandOutput | DeleteBackupPlanCommandOutput | DeleteBackupSelectionCommandOutput | DeleteBackupVaultAccessPolicyCommandOutput | DeleteBackupVaultCommandOutput | DeleteBackupVaultLockConfigurationCommandOutput | DeleteBackupVaultNotificationsCommandOutput | DeleteFrameworkCommandOutput | DeleteRecoveryPointCommandOutput | DeleteReportPlanCommandOutput | DeleteRestoreTestingPlanCommandOutput | DeleteRestoreTestingSelectionCommandOutput | DescribeBackupJobCommandOutput | DescribeBackupVaultCommandOutput | DescribeCopyJobCommandOutput | DescribeFrameworkCommandOutput | DescribeGlobalSettingsCommandOutput | DescribeProtectedResourceCommandOutput | DescribeRecoveryPointCommandOutput | DescribeRegionSettingsCommandOutput | DescribeReportJobCommandOutput | DescribeReportPlanCommandOutput | DescribeRestoreJobCommandOutput | DisassociateBackupVaultMpaApprovalTeamCommandOutput | DisassociateRecoveryPointCommandOutput | DisassociateRecoveryPointFromParentCommandOutput | ExportBackupPlanTemplateCommandOutput | GetBackupPlanCommandOutput | GetBackupPlanFromJSONCommandOutput | GetBackupPlanFromTemplateCommandOutput | GetBackupSelectionCommandOutput | GetBackupVaultAccessPolicyCommandOutput | GetBackupVaultNotificationsCommandOutput | GetLegalHoldCommandOutput | GetRecoveryPointIndexDetailsCommandOutput | GetRecoveryPointRestoreMetadataCommandOutput | GetRestoreJobMetadataCommandOutput | GetRestoreTestingInferredMetadataCommandOutput | GetRestoreTestingPlanCommandOutput | GetRestoreTestingSelectionCommandOutput | GetSupportedResourceTypesCommandOutput | ListBackupJobSummariesCommandOutput | ListBackupJobsCommandOutput | ListBackupPlanTemplatesCommandOutput | ListBackupPlanVersionsCommandOutput | ListBackupPlansCommandOutput | ListBackupSelectionsCommandOutput | ListBackupVaultsCommandOutput | ListCopyJobSummariesCommandOutput | ListCopyJobsCommandOutput | ListFrameworksCommandOutput | ListIndexedRecoveryPointsCommandOutput | ListLegalHoldsCommandOutput | ListProtectedResourcesByBackupVaultCommandOutput | ListProtectedResourcesCommandOutput | ListRecoveryPointsByBackupVaultCommandOutput | ListRecoveryPointsByLegalHoldCommandOutput | ListRecoveryPointsByResourceCommandOutput | ListReportJobsCommandOutput | ListReportPlansCommandOutput | ListRestoreAccessBackupVaultsCommandOutput | ListRestoreJobSummariesCommandOutput | ListRestoreJobsByProtectedResourceCommandOutput | ListRestoreJobsCommandOutput | ListRestoreTestingPlansCommandOutput | ListRestoreTestingSelectionsCommandOutput | ListTagsCommandOutput | PutBackupVaultAccessPolicyCommandOutput | PutBackupVaultLockConfigurationCommandOutput | PutBackupVaultNotificationsCommandOutput | PutRestoreValidationResultCommandOutput | RevokeRestoreAccessBackupVaultCommandOutput | StartBackupJobCommandOutput | StartCopyJobCommandOutput | StartReportJobCommandOutput | StartRestoreJobCommandOutput | StopBackupJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBackupPlanCommandOutput | UpdateFrameworkCommandOutput | UpdateGlobalSettingsCommandOutput | UpdateRecoveryPointIndexSettingsCommandOutput | UpdateRecoveryPointLifecycleCommandOutput | UpdateRegionSettingsCommandOutput | UpdateReportPlanCommandOutput | UpdateRestoreTestingPlanCommandOutput | UpdateRestoreTestingSelectionCommandOutput;
|
|
128
|
+
export type ServiceOutputTypes = AssociateBackupVaultMpaApprovalTeamCommandOutput | CancelLegalHoldCommandOutput | CreateBackupPlanCommandOutput | CreateBackupSelectionCommandOutput | CreateBackupVaultCommandOutput | CreateFrameworkCommandOutput | CreateLegalHoldCommandOutput | CreateLogicallyAirGappedBackupVaultCommandOutput | CreateReportPlanCommandOutput | CreateRestoreAccessBackupVaultCommandOutput | CreateRestoreTestingPlanCommandOutput | CreateRestoreTestingSelectionCommandOutput | CreateTieringConfigurationCommandOutput | DeleteBackupPlanCommandOutput | DeleteBackupSelectionCommandOutput | DeleteBackupVaultAccessPolicyCommandOutput | DeleteBackupVaultCommandOutput | DeleteBackupVaultLockConfigurationCommandOutput | DeleteBackupVaultNotificationsCommandOutput | DeleteFrameworkCommandOutput | DeleteRecoveryPointCommandOutput | DeleteReportPlanCommandOutput | DeleteRestoreTestingPlanCommandOutput | DeleteRestoreTestingSelectionCommandOutput | DeleteTieringConfigurationCommandOutput | DescribeBackupJobCommandOutput | DescribeBackupVaultCommandOutput | DescribeCopyJobCommandOutput | DescribeFrameworkCommandOutput | DescribeGlobalSettingsCommandOutput | DescribeProtectedResourceCommandOutput | DescribeRecoveryPointCommandOutput | DescribeRegionSettingsCommandOutput | DescribeReportJobCommandOutput | DescribeReportPlanCommandOutput | DescribeRestoreJobCommandOutput | DescribeScanJobCommandOutput | DisassociateBackupVaultMpaApprovalTeamCommandOutput | DisassociateRecoveryPointCommandOutput | DisassociateRecoveryPointFromParentCommandOutput | ExportBackupPlanTemplateCommandOutput | GetBackupPlanCommandOutput | GetBackupPlanFromJSONCommandOutput | GetBackupPlanFromTemplateCommandOutput | GetBackupSelectionCommandOutput | GetBackupVaultAccessPolicyCommandOutput | GetBackupVaultNotificationsCommandOutput | GetLegalHoldCommandOutput | GetRecoveryPointIndexDetailsCommandOutput | GetRecoveryPointRestoreMetadataCommandOutput | GetRestoreJobMetadataCommandOutput | GetRestoreTestingInferredMetadataCommandOutput | GetRestoreTestingPlanCommandOutput | GetRestoreTestingSelectionCommandOutput | GetSupportedResourceTypesCommandOutput | GetTieringConfigurationCommandOutput | ListBackupJobSummariesCommandOutput | ListBackupJobsCommandOutput | ListBackupPlanTemplatesCommandOutput | ListBackupPlanVersionsCommandOutput | ListBackupPlansCommandOutput | ListBackupSelectionsCommandOutput | ListBackupVaultsCommandOutput | ListCopyJobSummariesCommandOutput | ListCopyJobsCommandOutput | ListFrameworksCommandOutput | ListIndexedRecoveryPointsCommandOutput | ListLegalHoldsCommandOutput | ListProtectedResourcesByBackupVaultCommandOutput | ListProtectedResourcesCommandOutput | ListRecoveryPointsByBackupVaultCommandOutput | ListRecoveryPointsByLegalHoldCommandOutput | ListRecoveryPointsByResourceCommandOutput | ListReportJobsCommandOutput | ListReportPlansCommandOutput | ListRestoreAccessBackupVaultsCommandOutput | ListRestoreJobSummariesCommandOutput | ListRestoreJobsByProtectedResourceCommandOutput | ListRestoreJobsCommandOutput | ListRestoreTestingPlansCommandOutput | ListRestoreTestingSelectionsCommandOutput | ListScanJobSummariesCommandOutput | ListScanJobsCommandOutput | ListTagsCommandOutput | ListTieringConfigurationsCommandOutput | PutBackupVaultAccessPolicyCommandOutput | PutBackupVaultLockConfigurationCommandOutput | PutBackupVaultNotificationsCommandOutput | PutRestoreValidationResultCommandOutput | RevokeRestoreAccessBackupVaultCommandOutput | StartBackupJobCommandOutput | StartCopyJobCommandOutput | StartReportJobCommandOutput | StartRestoreJobCommandOutput | StartScanJobCommandOutput | StopBackupJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBackupPlanCommandOutput | UpdateFrameworkCommandOutput | UpdateGlobalSettingsCommandOutput | UpdateRecoveryPointIndexSettingsCommandOutput | UpdateRecoveryPointLifecycleCommandOutput | UpdateRegionSettingsCommandOutput | UpdateReportPlanCommandOutput | UpdateRestoreTestingPlanCommandOutput | UpdateRestoreTestingSelectionCommandOutput | UpdateTieringConfigurationCommandOutput;
|
|
120
129
|
/**
|
|
121
130
|
* @public
|
|
122
131
|
*/
|
|
@@ -80,6 +80,12 @@ declare const CreateBackupPlanCommand_base: {
|
|
|
80
80
|
* ],
|
|
81
81
|
* },
|
|
82
82
|
* ],
|
|
83
|
+
* ScanActions: [ // ScanActions
|
|
84
|
+
* { // ScanAction
|
|
85
|
+
* MalwareScanner: "GUARDDUTY",
|
|
86
|
+
* ScanMode: "FULL_SCAN" || "INCREMENTAL_SCAN",
|
|
87
|
+
* },
|
|
88
|
+
* ],
|
|
83
89
|
* },
|
|
84
90
|
* ],
|
|
85
91
|
* AdvancedBackupSettings: [ // AdvancedBackupSettings
|
|
@@ -90,6 +96,15 @@ declare const CreateBackupPlanCommand_base: {
|
|
|
90
96
|
* },
|
|
91
97
|
* },
|
|
92
98
|
* ],
|
|
99
|
+
* ScanSettings: [ // ScanSettings
|
|
100
|
+
* { // ScanSetting
|
|
101
|
+
* MalwareScanner: "GUARDDUTY",
|
|
102
|
+
* ResourceTypes: [
|
|
103
|
+
* "STRING_VALUE",
|
|
104
|
+
* ],
|
|
105
|
+
* ScannerRoleArn: "STRING_VALUE",
|
|
106
|
+
* },
|
|
107
|
+
* ],
|
|
93
108
|
* },
|
|
94
109
|
* BackupPlanTags: {
|
|
95
110
|
* "<keys>": "STRING_VALUE",
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
4
|
+
import { CreateTieringConfigurationInput, CreateTieringConfigurationOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateTieringConfigurationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateTieringConfigurationCommandInput extends CreateTieringConfigurationInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateTieringConfigurationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateTieringConfigurationCommandOutput extends CreateTieringConfigurationOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateTieringConfigurationCommand_base: {
|
|
25
|
+
new (input: CreateTieringConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTieringConfigurationCommandInput, CreateTieringConfigurationCommandOutput, BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateTieringConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTieringConfigurationCommandInput, CreateTieringConfigurationCommandOutput, BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates a tiering configuration.</p>
|
|
31
|
+
* <p>A tiering configuration enables automatic movement of backup data to a lower-cost storage tier based on the age of backed-up objects in the backup vault.</p>
|
|
32
|
+
* <p>Each vault can only have one vault-specific tiering configuration, in addition to any global configuration that applies to all vaults.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { BackupClient, CreateTieringConfigurationCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
37
|
+
* // const { BackupClient, CreateTieringConfigurationCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
38
|
+
* // import type { BackupClientConfig } from "@aws-sdk/client-backup";
|
|
39
|
+
* const config = {}; // type is BackupClientConfig
|
|
40
|
+
* const client = new BackupClient(config);
|
|
41
|
+
* const input = { // CreateTieringConfigurationInput
|
|
42
|
+
* TieringConfiguration: { // TieringConfigurationInputForCreate
|
|
43
|
+
* TieringConfigurationName: "STRING_VALUE", // required
|
|
44
|
+
* BackupVaultName: "STRING_VALUE", // required
|
|
45
|
+
* ResourceSelection: [ // ResourceSelections // required
|
|
46
|
+
* { // ResourceSelection
|
|
47
|
+
* Resources: [ // ResourceArns // required
|
|
48
|
+
* "STRING_VALUE",
|
|
49
|
+
* ],
|
|
50
|
+
* TieringDownSettingsInDays: Number("int"), // required
|
|
51
|
+
* ResourceType: "STRING_VALUE", // required
|
|
52
|
+
* },
|
|
53
|
+
* ],
|
|
54
|
+
* },
|
|
55
|
+
* TieringConfigurationTags: { // Tags
|
|
56
|
+
* "<keys>": "STRING_VALUE",
|
|
57
|
+
* },
|
|
58
|
+
* CreatorRequestId: "STRING_VALUE",
|
|
59
|
+
* };
|
|
60
|
+
* const command = new CreateTieringConfigurationCommand(input);
|
|
61
|
+
* const response = await client.send(command);
|
|
62
|
+
* // { // CreateTieringConfigurationOutput
|
|
63
|
+
* // TieringConfigurationArn: "STRING_VALUE",
|
|
64
|
+
* // TieringConfigurationName: "STRING_VALUE",
|
|
65
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
68
|
+
* ```
|
|
69
|
+
*
|
|
70
|
+
* @param CreateTieringConfigurationCommandInput - {@link CreateTieringConfigurationCommandInput}
|
|
71
|
+
* @returns {@link CreateTieringConfigurationCommandOutput}
|
|
72
|
+
* @see {@link CreateTieringConfigurationCommandInput} for command's `input` shape.
|
|
73
|
+
* @see {@link CreateTieringConfigurationCommandOutput} for command's `response` shape.
|
|
74
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
77
|
+
* <p>The required resource already exists.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link ConflictException} (client fault)
|
|
80
|
+
* <p>Backup can't perform the action that you requested until it finishes
|
|
81
|
+
* performing a previous action. Try again later.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
84
|
+
* <p>Indicates that something is wrong with a parameter's value. For example, the value is
|
|
85
|
+
* out of range.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
88
|
+
* <p>A limit in the request has been exceeded; for example, a maximum number of items allowed
|
|
89
|
+
* in a request.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link MissingParameterValueException} (client fault)
|
|
92
|
+
* <p>Indicates that a required parameter is missing.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
95
|
+
* <p>The request failed due to a temporary failure of the server.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link BackupServiceException}
|
|
98
|
+
* <p>Base exception class for all service exceptions from Backup service.</p>
|
|
99
|
+
*
|
|
100
|
+
*
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
export declare class CreateTieringConfigurationCommand extends CreateTieringConfigurationCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: CreateTieringConfigurationInput;
|
|
108
|
+
output: CreateTieringConfigurationOutput;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: CreateTieringConfigurationCommandInput;
|
|
112
|
+
output: CreateTieringConfigurationCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
4
|
+
import { DeleteTieringConfigurationInput, DeleteTieringConfigurationOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteTieringConfigurationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteTieringConfigurationCommandInput extends DeleteTieringConfigurationInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteTieringConfigurationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteTieringConfigurationCommandOutput extends DeleteTieringConfigurationOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteTieringConfigurationCommand_base: {
|
|
25
|
+
new (input: DeleteTieringConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTieringConfigurationCommandInput, DeleteTieringConfigurationCommandOutput, BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteTieringConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTieringConfigurationCommandInput, DeleteTieringConfigurationCommandOutput, BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deletes the tiering configuration specified by a tiering configuration name.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { BackupClient, DeleteTieringConfigurationCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
35
|
+
* // const { BackupClient, DeleteTieringConfigurationCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
36
|
+
* // import type { BackupClientConfig } from "@aws-sdk/client-backup";
|
|
37
|
+
* const config = {}; // type is BackupClientConfig
|
|
38
|
+
* const client = new BackupClient(config);
|
|
39
|
+
* const input = { // DeleteTieringConfigurationInput
|
|
40
|
+
* TieringConfigurationName: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new DeleteTieringConfigurationCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // {};
|
|
45
|
+
*
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param DeleteTieringConfigurationCommandInput - {@link DeleteTieringConfigurationCommandInput}
|
|
49
|
+
* @returns {@link DeleteTieringConfigurationCommandOutput}
|
|
50
|
+
* @see {@link DeleteTieringConfigurationCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link DeleteTieringConfigurationCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
55
|
+
* <p>Indicates that something is wrong with a parameter's value. For example, the value is
|
|
56
|
+
* out of range.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link MissingParameterValueException} (client fault)
|
|
59
|
+
* <p>Indicates that a required parameter is missing.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
|
+
* <p>A resource that is required for the action doesn't exist.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
65
|
+
* <p>The request failed due to a temporary failure of the server.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link BackupServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from Backup service.</p>
|
|
69
|
+
*
|
|
70
|
+
*
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
export declare class DeleteTieringConfigurationCommand extends DeleteTieringConfigurationCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: DeleteTieringConfigurationInput;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DeleteTieringConfigurationCommandInput;
|
|
82
|
+
output: DeleteTieringConfigurationCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
}
|
|
@@ -90,6 +90,16 @@ declare const DescribeRecoveryPointCommand_base: {
|
|
|
90
90
|
* // IndexStatus: "PENDING" || "ACTIVE" || "FAILED" || "DELETING",
|
|
91
91
|
* // IndexStatusMessage: "STRING_VALUE",
|
|
92
92
|
* // EncryptionKeyType: "AWS_OWNED_KMS_KEY" || "CUSTOMER_MANAGED_KMS_KEY",
|
|
93
|
+
* // ScanResults: [ // ScanResults
|
|
94
|
+
* // { // ScanResult
|
|
95
|
+
* // MalwareScanner: "GUARDDUTY",
|
|
96
|
+
* // ScanJobState: "COMPLETED" || "COMPLETED_WITH_ISSUES" || "FAILED" || "CANCELED",
|
|
97
|
+
* // LastScanTimestamp: new Date("TIMESTAMP"),
|
|
98
|
+
* // Findings: [ // ScanFindings
|
|
99
|
+
* // "MALWARE",
|
|
100
|
+
* // ],
|
|
101
|
+
* // },
|
|
102
|
+
* // ],
|
|
93
103
|
* // };
|
|
94
104
|
*
|
|
95
105
|
* ```
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
4
|
+
import { DescribeScanJobInput, DescribeScanJobOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeScanJobCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeScanJobCommandInput extends DescribeScanJobInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeScanJobCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeScanJobCommandOutput extends DescribeScanJobOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeScanJobCommand_base: {
|
|
25
|
+
new (input: DescribeScanJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScanJobCommandInput, DescribeScanJobCommandOutput, BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeScanJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScanJobCommandInput, DescribeScanJobCommandOutput, BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns scan job details for the specified ScanJobID.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { BackupClient, DescribeScanJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
35
|
+
* // const { BackupClient, DescribeScanJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
36
|
+
* // import type { BackupClientConfig } from "@aws-sdk/client-backup";
|
|
37
|
+
* const config = {}; // type is BackupClientConfig
|
|
38
|
+
* const client = new BackupClient(config);
|
|
39
|
+
* const input = { // DescribeScanJobInput
|
|
40
|
+
* ScanJobId: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new DescribeScanJobCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // { // DescribeScanJobOutput
|
|
45
|
+
* // AccountId: "STRING_VALUE", // required
|
|
46
|
+
* // BackupVaultArn: "STRING_VALUE", // required
|
|
47
|
+
* // BackupVaultName: "STRING_VALUE", // required
|
|
48
|
+
* // CompletionDate: new Date("TIMESTAMP"),
|
|
49
|
+
* // CreatedBy: { // ScanJobCreator
|
|
50
|
+
* // BackupPlanArn: "STRING_VALUE", // required
|
|
51
|
+
* // BackupPlanId: "STRING_VALUE", // required
|
|
52
|
+
* // BackupPlanVersion: "STRING_VALUE", // required
|
|
53
|
+
* // BackupRuleId: "STRING_VALUE", // required
|
|
54
|
+
* // },
|
|
55
|
+
* // CreationDate: new Date("TIMESTAMP"), // required
|
|
56
|
+
* // IamRoleArn: "STRING_VALUE", // required
|
|
57
|
+
* // MalwareScanner: "GUARDDUTY", // required
|
|
58
|
+
* // RecoveryPointArn: "STRING_VALUE", // required
|
|
59
|
+
* // ResourceArn: "STRING_VALUE", // required
|
|
60
|
+
* // ResourceName: "STRING_VALUE", // required
|
|
61
|
+
* // ResourceType: "EBS" || "EC2" || "S3", // required
|
|
62
|
+
* // ScanBaseRecoveryPointArn: "STRING_VALUE",
|
|
63
|
+
* // ScanId: "STRING_VALUE",
|
|
64
|
+
* // ScanJobId: "STRING_VALUE", // required
|
|
65
|
+
* // ScanMode: "FULL_SCAN" || "INCREMENTAL_SCAN", // required
|
|
66
|
+
* // ScanResult: { // ScanResultInfo
|
|
67
|
+
* // ScanResultStatus: "NO_THREATS_FOUND" || "THREATS_FOUND", // required
|
|
68
|
+
* // },
|
|
69
|
+
* // ScannerRoleArn: "STRING_VALUE", // required
|
|
70
|
+
* // State: "CANCELED" || "COMPLETED" || "COMPLETED_WITH_ISSUES" || "CREATED" || "FAILED" || "RUNNING", // required
|
|
71
|
+
* // StatusMessage: "STRING_VALUE",
|
|
72
|
+
* // };
|
|
73
|
+
*
|
|
74
|
+
* ```
|
|
75
|
+
*
|
|
76
|
+
* @param DescribeScanJobCommandInput - {@link DescribeScanJobCommandInput}
|
|
77
|
+
* @returns {@link DescribeScanJobCommandOutput}
|
|
78
|
+
* @see {@link DescribeScanJobCommandInput} for command's `input` shape.
|
|
79
|
+
* @see {@link DescribeScanJobCommandOutput} for command's `response` shape.
|
|
80
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
83
|
+
* <p>Indicates that something is wrong with a parameter's value. For example, the value is
|
|
84
|
+
* out of range.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link MissingParameterValueException} (client fault)
|
|
87
|
+
* <p>Indicates that a required parameter is missing.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
90
|
+
* <p>A resource that is required for the action doesn't exist.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
93
|
+
* <p>The request failed due to a temporary failure of the server.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link BackupServiceException}
|
|
96
|
+
* <p>Base exception class for all service exceptions from Backup service.</p>
|
|
97
|
+
*
|
|
98
|
+
*
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
export declare class DescribeScanJobCommand extends DescribeScanJobCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: DescribeScanJobInput;
|
|
106
|
+
output: DescribeScanJobOutput;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: DescribeScanJobCommandInput;
|
|
110
|
+
output: DescribeScanJobCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
}
|