@aws-sdk/client-backup 3.975.0 → 3.980.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/dist-cjs/index.js +90 -59
- package/dist-es/Backup.js +61 -1
- package/dist-types/Backup.d.ts +204 -1
- package/dist-types/ts3.4/Backup.d.ts +208 -1
- package/package.json +18 -18
package/dist-cjs/index.js
CHANGED
|
@@ -4205,6 +4205,64 @@ class UpdateTieringConfigurationCommand extends smithyClient.Command
|
|
|
4205
4205
|
.build() {
|
|
4206
4206
|
}
|
|
4207
4207
|
|
|
4208
|
+
const paginateListBackupJobs = core.createPaginator(BackupClient, ListBackupJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4209
|
+
|
|
4210
|
+
const paginateListBackupJobSummaries = core.createPaginator(BackupClient, ListBackupJobSummariesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4211
|
+
|
|
4212
|
+
const paginateListBackupPlans = core.createPaginator(BackupClient, ListBackupPlansCommand, "NextToken", "NextToken", "MaxResults");
|
|
4213
|
+
|
|
4214
|
+
const paginateListBackupPlanTemplates = core.createPaginator(BackupClient, ListBackupPlanTemplatesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4215
|
+
|
|
4216
|
+
const paginateListBackupPlanVersions = core.createPaginator(BackupClient, ListBackupPlanVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4217
|
+
|
|
4218
|
+
const paginateListBackupSelections = core.createPaginator(BackupClient, ListBackupSelectionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4219
|
+
|
|
4220
|
+
const paginateListBackupVaults = core.createPaginator(BackupClient, ListBackupVaultsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4221
|
+
|
|
4222
|
+
const paginateListCopyJobs = core.createPaginator(BackupClient, ListCopyJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4223
|
+
|
|
4224
|
+
const paginateListCopyJobSummaries = core.createPaginator(BackupClient, ListCopyJobSummariesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4225
|
+
|
|
4226
|
+
const paginateListFrameworks = core.createPaginator(BackupClient, ListFrameworksCommand, "NextToken", "NextToken", "MaxResults");
|
|
4227
|
+
|
|
4228
|
+
const paginateListIndexedRecoveryPoints = core.createPaginator(BackupClient, ListIndexedRecoveryPointsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4229
|
+
|
|
4230
|
+
const paginateListLegalHolds = core.createPaginator(BackupClient, ListLegalHoldsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4231
|
+
|
|
4232
|
+
const paginateListProtectedResourcesByBackupVault = core.createPaginator(BackupClient, ListProtectedResourcesByBackupVaultCommand, "NextToken", "NextToken", "MaxResults");
|
|
4233
|
+
|
|
4234
|
+
const paginateListProtectedResources = core.createPaginator(BackupClient, ListProtectedResourcesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4235
|
+
|
|
4236
|
+
const paginateListRecoveryPointsByBackupVault = core.createPaginator(BackupClient, ListRecoveryPointsByBackupVaultCommand, "NextToken", "NextToken", "MaxResults");
|
|
4237
|
+
|
|
4238
|
+
const paginateListRecoveryPointsByLegalHold = core.createPaginator(BackupClient, ListRecoveryPointsByLegalHoldCommand, "NextToken", "NextToken", "MaxResults");
|
|
4239
|
+
|
|
4240
|
+
const paginateListRecoveryPointsByResource = core.createPaginator(BackupClient, ListRecoveryPointsByResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
4241
|
+
|
|
4242
|
+
const paginateListReportJobs = core.createPaginator(BackupClient, ListReportJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4243
|
+
|
|
4244
|
+
const paginateListReportPlans = core.createPaginator(BackupClient, ListReportPlansCommand, "NextToken", "NextToken", "MaxResults");
|
|
4245
|
+
|
|
4246
|
+
const paginateListRestoreAccessBackupVaults = core.createPaginator(BackupClient, ListRestoreAccessBackupVaultsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4247
|
+
|
|
4248
|
+
const paginateListRestoreJobsByProtectedResource = core.createPaginator(BackupClient, ListRestoreJobsByProtectedResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
4249
|
+
|
|
4250
|
+
const paginateListRestoreJobs = core.createPaginator(BackupClient, ListRestoreJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4251
|
+
|
|
4252
|
+
const paginateListRestoreJobSummaries = core.createPaginator(BackupClient, ListRestoreJobSummariesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4253
|
+
|
|
4254
|
+
const paginateListRestoreTestingPlans = core.createPaginator(BackupClient, ListRestoreTestingPlansCommand, "NextToken", "NextToken", "MaxResults");
|
|
4255
|
+
|
|
4256
|
+
const paginateListRestoreTestingSelections = core.createPaginator(BackupClient, ListRestoreTestingSelectionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4257
|
+
|
|
4258
|
+
const paginateListScanJobs = core.createPaginator(BackupClient, ListScanJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4259
|
+
|
|
4260
|
+
const paginateListScanJobSummaries = core.createPaginator(BackupClient, ListScanJobSummariesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4261
|
+
|
|
4262
|
+
const paginateListTags = core.createPaginator(BackupClient, ListTagsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4263
|
+
|
|
4264
|
+
const paginateListTieringConfigurations = core.createPaginator(BackupClient, ListTieringConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4265
|
+
|
|
4208
4266
|
const commands = {
|
|
4209
4267
|
AssociateBackupVaultMpaApprovalTeamCommand,
|
|
4210
4268
|
CancelLegalHoldCommand,
|
|
@@ -4315,67 +4373,40 @@ const commands = {
|
|
|
4315
4373
|
UpdateRestoreTestingSelectionCommand,
|
|
4316
4374
|
UpdateTieringConfigurationCommand,
|
|
4317
4375
|
};
|
|
4376
|
+
const paginators = {
|
|
4377
|
+
paginateListBackupJobs,
|
|
4378
|
+
paginateListBackupJobSummaries,
|
|
4379
|
+
paginateListBackupPlans,
|
|
4380
|
+
paginateListBackupPlanTemplates,
|
|
4381
|
+
paginateListBackupPlanVersions,
|
|
4382
|
+
paginateListBackupSelections,
|
|
4383
|
+
paginateListBackupVaults,
|
|
4384
|
+
paginateListCopyJobs,
|
|
4385
|
+
paginateListCopyJobSummaries,
|
|
4386
|
+
paginateListFrameworks,
|
|
4387
|
+
paginateListIndexedRecoveryPoints,
|
|
4388
|
+
paginateListLegalHolds,
|
|
4389
|
+
paginateListProtectedResources,
|
|
4390
|
+
paginateListProtectedResourcesByBackupVault,
|
|
4391
|
+
paginateListRecoveryPointsByBackupVault,
|
|
4392
|
+
paginateListRecoveryPointsByLegalHold,
|
|
4393
|
+
paginateListRecoveryPointsByResource,
|
|
4394
|
+
paginateListReportJobs,
|
|
4395
|
+
paginateListReportPlans,
|
|
4396
|
+
paginateListRestoreAccessBackupVaults,
|
|
4397
|
+
paginateListRestoreJobs,
|
|
4398
|
+
paginateListRestoreJobsByProtectedResource,
|
|
4399
|
+
paginateListRestoreJobSummaries,
|
|
4400
|
+
paginateListRestoreTestingPlans,
|
|
4401
|
+
paginateListRestoreTestingSelections,
|
|
4402
|
+
paginateListScanJobs,
|
|
4403
|
+
paginateListScanJobSummaries,
|
|
4404
|
+
paginateListTags,
|
|
4405
|
+
paginateListTieringConfigurations,
|
|
4406
|
+
};
|
|
4318
4407
|
class Backup extends BackupClient {
|
|
4319
4408
|
}
|
|
4320
|
-
smithyClient.createAggregatedClient(commands, Backup);
|
|
4321
|
-
|
|
4322
|
-
const paginateListBackupJobs = core.createPaginator(BackupClient, ListBackupJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4323
|
-
|
|
4324
|
-
const paginateListBackupJobSummaries = core.createPaginator(BackupClient, ListBackupJobSummariesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4325
|
-
|
|
4326
|
-
const paginateListBackupPlans = core.createPaginator(BackupClient, ListBackupPlansCommand, "NextToken", "NextToken", "MaxResults");
|
|
4327
|
-
|
|
4328
|
-
const paginateListBackupPlanTemplates = core.createPaginator(BackupClient, ListBackupPlanTemplatesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4329
|
-
|
|
4330
|
-
const paginateListBackupPlanVersions = core.createPaginator(BackupClient, ListBackupPlanVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4331
|
-
|
|
4332
|
-
const paginateListBackupSelections = core.createPaginator(BackupClient, ListBackupSelectionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4333
|
-
|
|
4334
|
-
const paginateListBackupVaults = core.createPaginator(BackupClient, ListBackupVaultsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4335
|
-
|
|
4336
|
-
const paginateListCopyJobs = core.createPaginator(BackupClient, ListCopyJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4337
|
-
|
|
4338
|
-
const paginateListCopyJobSummaries = core.createPaginator(BackupClient, ListCopyJobSummariesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4339
|
-
|
|
4340
|
-
const paginateListFrameworks = core.createPaginator(BackupClient, ListFrameworksCommand, "NextToken", "NextToken", "MaxResults");
|
|
4341
|
-
|
|
4342
|
-
const paginateListIndexedRecoveryPoints = core.createPaginator(BackupClient, ListIndexedRecoveryPointsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4343
|
-
|
|
4344
|
-
const paginateListLegalHolds = core.createPaginator(BackupClient, ListLegalHoldsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4345
|
-
|
|
4346
|
-
const paginateListProtectedResources = core.createPaginator(BackupClient, ListProtectedResourcesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4347
|
-
|
|
4348
|
-
const paginateListProtectedResourcesByBackupVault = core.createPaginator(BackupClient, ListProtectedResourcesByBackupVaultCommand, "NextToken", "NextToken", "MaxResults");
|
|
4349
|
-
|
|
4350
|
-
const paginateListRecoveryPointsByBackupVault = core.createPaginator(BackupClient, ListRecoveryPointsByBackupVaultCommand, "NextToken", "NextToken", "MaxResults");
|
|
4351
|
-
|
|
4352
|
-
const paginateListRecoveryPointsByLegalHold = core.createPaginator(BackupClient, ListRecoveryPointsByLegalHoldCommand, "NextToken", "NextToken", "MaxResults");
|
|
4353
|
-
|
|
4354
|
-
const paginateListRecoveryPointsByResource = core.createPaginator(BackupClient, ListRecoveryPointsByResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
4355
|
-
|
|
4356
|
-
const paginateListReportJobs = core.createPaginator(BackupClient, ListReportJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4357
|
-
|
|
4358
|
-
const paginateListReportPlans = core.createPaginator(BackupClient, ListReportPlansCommand, "NextToken", "NextToken", "MaxResults");
|
|
4359
|
-
|
|
4360
|
-
const paginateListRestoreAccessBackupVaults = core.createPaginator(BackupClient, ListRestoreAccessBackupVaultsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4361
|
-
|
|
4362
|
-
const paginateListRestoreJobs = core.createPaginator(BackupClient, ListRestoreJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4363
|
-
|
|
4364
|
-
const paginateListRestoreJobsByProtectedResource = core.createPaginator(BackupClient, ListRestoreJobsByProtectedResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
4365
|
-
|
|
4366
|
-
const paginateListRestoreJobSummaries = core.createPaginator(BackupClient, ListRestoreJobSummariesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4367
|
-
|
|
4368
|
-
const paginateListRestoreTestingPlans = core.createPaginator(BackupClient, ListRestoreTestingPlansCommand, "NextToken", "NextToken", "MaxResults");
|
|
4369
|
-
|
|
4370
|
-
const paginateListRestoreTestingSelections = core.createPaginator(BackupClient, ListRestoreTestingSelectionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4371
|
-
|
|
4372
|
-
const paginateListScanJobs = core.createPaginator(BackupClient, ListScanJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4373
|
-
|
|
4374
|
-
const paginateListScanJobSummaries = core.createPaginator(BackupClient, ListScanJobSummariesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4375
|
-
|
|
4376
|
-
const paginateListTags = core.createPaginator(BackupClient, ListTagsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4377
|
-
|
|
4378
|
-
const paginateListTieringConfigurations = core.createPaginator(BackupClient, ListTieringConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4409
|
+
smithyClient.createAggregatedClient(commands, Backup, { paginators });
|
|
4379
4410
|
|
|
4380
4411
|
const ScanFinding = {
|
|
4381
4412
|
MALWARE: "MALWARE",
|
package/dist-es/Backup.js
CHANGED
|
@@ -108,6 +108,35 @@ import { UpdateReportPlanCommand, } from "./commands/UpdateReportPlanCommand";
|
|
|
108
108
|
import { UpdateRestoreTestingPlanCommand, } from "./commands/UpdateRestoreTestingPlanCommand";
|
|
109
109
|
import { UpdateRestoreTestingSelectionCommand, } from "./commands/UpdateRestoreTestingSelectionCommand";
|
|
110
110
|
import { UpdateTieringConfigurationCommand, } from "./commands/UpdateTieringConfigurationCommand";
|
|
111
|
+
import { paginateListBackupJobs } from "./pagination/ListBackupJobsPaginator";
|
|
112
|
+
import { paginateListBackupJobSummaries } from "./pagination/ListBackupJobSummariesPaginator";
|
|
113
|
+
import { paginateListBackupPlans } from "./pagination/ListBackupPlansPaginator";
|
|
114
|
+
import { paginateListBackupPlanTemplates } from "./pagination/ListBackupPlanTemplatesPaginator";
|
|
115
|
+
import { paginateListBackupPlanVersions } from "./pagination/ListBackupPlanVersionsPaginator";
|
|
116
|
+
import { paginateListBackupSelections } from "./pagination/ListBackupSelectionsPaginator";
|
|
117
|
+
import { paginateListBackupVaults } from "./pagination/ListBackupVaultsPaginator";
|
|
118
|
+
import { paginateListCopyJobs } from "./pagination/ListCopyJobsPaginator";
|
|
119
|
+
import { paginateListCopyJobSummaries } from "./pagination/ListCopyJobSummariesPaginator";
|
|
120
|
+
import { paginateListFrameworks } from "./pagination/ListFrameworksPaginator";
|
|
121
|
+
import { paginateListIndexedRecoveryPoints } from "./pagination/ListIndexedRecoveryPointsPaginator";
|
|
122
|
+
import { paginateListLegalHolds } from "./pagination/ListLegalHoldsPaginator";
|
|
123
|
+
import { paginateListProtectedResourcesByBackupVault } from "./pagination/ListProtectedResourcesByBackupVaultPaginator";
|
|
124
|
+
import { paginateListProtectedResources } from "./pagination/ListProtectedResourcesPaginator";
|
|
125
|
+
import { paginateListRecoveryPointsByBackupVault } from "./pagination/ListRecoveryPointsByBackupVaultPaginator";
|
|
126
|
+
import { paginateListRecoveryPointsByLegalHold } from "./pagination/ListRecoveryPointsByLegalHoldPaginator";
|
|
127
|
+
import { paginateListRecoveryPointsByResource } from "./pagination/ListRecoveryPointsByResourcePaginator";
|
|
128
|
+
import { paginateListReportJobs } from "./pagination/ListReportJobsPaginator";
|
|
129
|
+
import { paginateListReportPlans } from "./pagination/ListReportPlansPaginator";
|
|
130
|
+
import { paginateListRestoreAccessBackupVaults } from "./pagination/ListRestoreAccessBackupVaultsPaginator";
|
|
131
|
+
import { paginateListRestoreJobsByProtectedResource } from "./pagination/ListRestoreJobsByProtectedResourcePaginator";
|
|
132
|
+
import { paginateListRestoreJobs } from "./pagination/ListRestoreJobsPaginator";
|
|
133
|
+
import { paginateListRestoreJobSummaries } from "./pagination/ListRestoreJobSummariesPaginator";
|
|
134
|
+
import { paginateListRestoreTestingPlans } from "./pagination/ListRestoreTestingPlansPaginator";
|
|
135
|
+
import { paginateListRestoreTestingSelections } from "./pagination/ListRestoreTestingSelectionsPaginator";
|
|
136
|
+
import { paginateListScanJobs } from "./pagination/ListScanJobsPaginator";
|
|
137
|
+
import { paginateListScanJobSummaries } from "./pagination/ListScanJobSummariesPaginator";
|
|
138
|
+
import { paginateListTags } from "./pagination/ListTagsPaginator";
|
|
139
|
+
import { paginateListTieringConfigurations } from "./pagination/ListTieringConfigurationsPaginator";
|
|
111
140
|
const commands = {
|
|
112
141
|
AssociateBackupVaultMpaApprovalTeamCommand,
|
|
113
142
|
CancelLegalHoldCommand,
|
|
@@ -218,6 +247,37 @@ const commands = {
|
|
|
218
247
|
UpdateRestoreTestingSelectionCommand,
|
|
219
248
|
UpdateTieringConfigurationCommand,
|
|
220
249
|
};
|
|
250
|
+
const paginators = {
|
|
251
|
+
paginateListBackupJobs,
|
|
252
|
+
paginateListBackupJobSummaries,
|
|
253
|
+
paginateListBackupPlans,
|
|
254
|
+
paginateListBackupPlanTemplates,
|
|
255
|
+
paginateListBackupPlanVersions,
|
|
256
|
+
paginateListBackupSelections,
|
|
257
|
+
paginateListBackupVaults,
|
|
258
|
+
paginateListCopyJobs,
|
|
259
|
+
paginateListCopyJobSummaries,
|
|
260
|
+
paginateListFrameworks,
|
|
261
|
+
paginateListIndexedRecoveryPoints,
|
|
262
|
+
paginateListLegalHolds,
|
|
263
|
+
paginateListProtectedResources,
|
|
264
|
+
paginateListProtectedResourcesByBackupVault,
|
|
265
|
+
paginateListRecoveryPointsByBackupVault,
|
|
266
|
+
paginateListRecoveryPointsByLegalHold,
|
|
267
|
+
paginateListRecoveryPointsByResource,
|
|
268
|
+
paginateListReportJobs,
|
|
269
|
+
paginateListReportPlans,
|
|
270
|
+
paginateListRestoreAccessBackupVaults,
|
|
271
|
+
paginateListRestoreJobs,
|
|
272
|
+
paginateListRestoreJobsByProtectedResource,
|
|
273
|
+
paginateListRestoreJobSummaries,
|
|
274
|
+
paginateListRestoreTestingPlans,
|
|
275
|
+
paginateListRestoreTestingSelections,
|
|
276
|
+
paginateListScanJobs,
|
|
277
|
+
paginateListScanJobSummaries,
|
|
278
|
+
paginateListTags,
|
|
279
|
+
paginateListTieringConfigurations,
|
|
280
|
+
};
|
|
221
281
|
export class Backup extends BackupClient {
|
|
222
282
|
}
|
|
223
|
-
createAggregatedClient(commands, Backup);
|
|
283
|
+
createAggregatedClient(commands, Backup, { paginators });
|
package/dist-types/Backup.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { BackupClient } from "./BackupClient";
|
|
3
3
|
import { AssociateBackupVaultMpaApprovalTeamCommandInput, AssociateBackupVaultMpaApprovalTeamCommandOutput } from "./commands/AssociateBackupVaultMpaApprovalTeamCommand";
|
|
4
4
|
import { CancelLegalHoldCommandInput, CancelLegalHoldCommandOutput } from "./commands/CancelLegalHoldCommand";
|
|
@@ -781,6 +781,209 @@ export interface Backup {
|
|
|
781
781
|
updateTieringConfiguration(args: UpdateTieringConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTieringConfigurationCommandOutput>;
|
|
782
782
|
updateTieringConfiguration(args: UpdateTieringConfigurationCommandInput, cb: (err: any, data?: UpdateTieringConfigurationCommandOutput) => void): void;
|
|
783
783
|
updateTieringConfiguration(args: UpdateTieringConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTieringConfigurationCommandOutput) => void): void;
|
|
784
|
+
/**
|
|
785
|
+
* @see {@link ListBackupJobsCommand}
|
|
786
|
+
* @param args - command input.
|
|
787
|
+
* @param paginationConfig - optional pagination config.
|
|
788
|
+
* @returns AsyncIterable of {@link ListBackupJobsCommandOutput}.
|
|
789
|
+
*/
|
|
790
|
+
paginateListBackupJobs(args?: ListBackupJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBackupJobsCommandOutput>;
|
|
791
|
+
/**
|
|
792
|
+
* @see {@link ListBackupJobSummariesCommand}
|
|
793
|
+
* @param args - command input.
|
|
794
|
+
* @param paginationConfig - optional pagination config.
|
|
795
|
+
* @returns AsyncIterable of {@link ListBackupJobSummariesCommandOutput}.
|
|
796
|
+
*/
|
|
797
|
+
paginateListBackupJobSummaries(args?: ListBackupJobSummariesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBackupJobSummariesCommandOutput>;
|
|
798
|
+
/**
|
|
799
|
+
* @see {@link ListBackupPlansCommand}
|
|
800
|
+
* @param args - command input.
|
|
801
|
+
* @param paginationConfig - optional pagination config.
|
|
802
|
+
* @returns AsyncIterable of {@link ListBackupPlansCommandOutput}.
|
|
803
|
+
*/
|
|
804
|
+
paginateListBackupPlans(args?: ListBackupPlansCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBackupPlansCommandOutput>;
|
|
805
|
+
/**
|
|
806
|
+
* @see {@link ListBackupPlanTemplatesCommand}
|
|
807
|
+
* @param args - command input.
|
|
808
|
+
* @param paginationConfig - optional pagination config.
|
|
809
|
+
* @returns AsyncIterable of {@link ListBackupPlanTemplatesCommandOutput}.
|
|
810
|
+
*/
|
|
811
|
+
paginateListBackupPlanTemplates(args?: ListBackupPlanTemplatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBackupPlanTemplatesCommandOutput>;
|
|
812
|
+
/**
|
|
813
|
+
* @see {@link ListBackupPlanVersionsCommand}
|
|
814
|
+
* @param args - command input.
|
|
815
|
+
* @param paginationConfig - optional pagination config.
|
|
816
|
+
* @returns AsyncIterable of {@link ListBackupPlanVersionsCommandOutput}.
|
|
817
|
+
*/
|
|
818
|
+
paginateListBackupPlanVersions(args: ListBackupPlanVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBackupPlanVersionsCommandOutput>;
|
|
819
|
+
/**
|
|
820
|
+
* @see {@link ListBackupSelectionsCommand}
|
|
821
|
+
* @param args - command input.
|
|
822
|
+
* @param paginationConfig - optional pagination config.
|
|
823
|
+
* @returns AsyncIterable of {@link ListBackupSelectionsCommandOutput}.
|
|
824
|
+
*/
|
|
825
|
+
paginateListBackupSelections(args: ListBackupSelectionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBackupSelectionsCommandOutput>;
|
|
826
|
+
/**
|
|
827
|
+
* @see {@link ListBackupVaultsCommand}
|
|
828
|
+
* @param args - command input.
|
|
829
|
+
* @param paginationConfig - optional pagination config.
|
|
830
|
+
* @returns AsyncIterable of {@link ListBackupVaultsCommandOutput}.
|
|
831
|
+
*/
|
|
832
|
+
paginateListBackupVaults(args?: ListBackupVaultsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBackupVaultsCommandOutput>;
|
|
833
|
+
/**
|
|
834
|
+
* @see {@link ListCopyJobsCommand}
|
|
835
|
+
* @param args - command input.
|
|
836
|
+
* @param paginationConfig - optional pagination config.
|
|
837
|
+
* @returns AsyncIterable of {@link ListCopyJobsCommandOutput}.
|
|
838
|
+
*/
|
|
839
|
+
paginateListCopyJobs(args?: ListCopyJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCopyJobsCommandOutput>;
|
|
840
|
+
/**
|
|
841
|
+
* @see {@link ListCopyJobSummariesCommand}
|
|
842
|
+
* @param args - command input.
|
|
843
|
+
* @param paginationConfig - optional pagination config.
|
|
844
|
+
* @returns AsyncIterable of {@link ListCopyJobSummariesCommandOutput}.
|
|
845
|
+
*/
|
|
846
|
+
paginateListCopyJobSummaries(args?: ListCopyJobSummariesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCopyJobSummariesCommandOutput>;
|
|
847
|
+
/**
|
|
848
|
+
* @see {@link ListFrameworksCommand}
|
|
849
|
+
* @param args - command input.
|
|
850
|
+
* @param paginationConfig - optional pagination config.
|
|
851
|
+
* @returns AsyncIterable of {@link ListFrameworksCommandOutput}.
|
|
852
|
+
*/
|
|
853
|
+
paginateListFrameworks(args?: ListFrameworksCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFrameworksCommandOutput>;
|
|
854
|
+
/**
|
|
855
|
+
* @see {@link ListIndexedRecoveryPointsCommand}
|
|
856
|
+
* @param args - command input.
|
|
857
|
+
* @param paginationConfig - optional pagination config.
|
|
858
|
+
* @returns AsyncIterable of {@link ListIndexedRecoveryPointsCommandOutput}.
|
|
859
|
+
*/
|
|
860
|
+
paginateListIndexedRecoveryPoints(args?: ListIndexedRecoveryPointsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListIndexedRecoveryPointsCommandOutput>;
|
|
861
|
+
/**
|
|
862
|
+
* @see {@link ListLegalHoldsCommand}
|
|
863
|
+
* @param args - command input.
|
|
864
|
+
* @param paginationConfig - optional pagination config.
|
|
865
|
+
* @returns AsyncIterable of {@link ListLegalHoldsCommandOutput}.
|
|
866
|
+
*/
|
|
867
|
+
paginateListLegalHolds(args?: ListLegalHoldsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListLegalHoldsCommandOutput>;
|
|
868
|
+
/**
|
|
869
|
+
* @see {@link ListProtectedResourcesCommand}
|
|
870
|
+
* @param args - command input.
|
|
871
|
+
* @param paginationConfig - optional pagination config.
|
|
872
|
+
* @returns AsyncIterable of {@link ListProtectedResourcesCommandOutput}.
|
|
873
|
+
*/
|
|
874
|
+
paginateListProtectedResources(args?: ListProtectedResourcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListProtectedResourcesCommandOutput>;
|
|
875
|
+
/**
|
|
876
|
+
* @see {@link ListProtectedResourcesByBackupVaultCommand}
|
|
877
|
+
* @param args - command input.
|
|
878
|
+
* @param paginationConfig - optional pagination config.
|
|
879
|
+
* @returns AsyncIterable of {@link ListProtectedResourcesByBackupVaultCommandOutput}.
|
|
880
|
+
*/
|
|
881
|
+
paginateListProtectedResourcesByBackupVault(args: ListProtectedResourcesByBackupVaultCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListProtectedResourcesByBackupVaultCommandOutput>;
|
|
882
|
+
/**
|
|
883
|
+
* @see {@link ListRecoveryPointsByBackupVaultCommand}
|
|
884
|
+
* @param args - command input.
|
|
885
|
+
* @param paginationConfig - optional pagination config.
|
|
886
|
+
* @returns AsyncIterable of {@link ListRecoveryPointsByBackupVaultCommandOutput}.
|
|
887
|
+
*/
|
|
888
|
+
paginateListRecoveryPointsByBackupVault(args: ListRecoveryPointsByBackupVaultCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecoveryPointsByBackupVaultCommandOutput>;
|
|
889
|
+
/**
|
|
890
|
+
* @see {@link ListRecoveryPointsByLegalHoldCommand}
|
|
891
|
+
* @param args - command input.
|
|
892
|
+
* @param paginationConfig - optional pagination config.
|
|
893
|
+
* @returns AsyncIterable of {@link ListRecoveryPointsByLegalHoldCommandOutput}.
|
|
894
|
+
*/
|
|
895
|
+
paginateListRecoveryPointsByLegalHold(args: ListRecoveryPointsByLegalHoldCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecoveryPointsByLegalHoldCommandOutput>;
|
|
896
|
+
/**
|
|
897
|
+
* @see {@link ListRecoveryPointsByResourceCommand}
|
|
898
|
+
* @param args - command input.
|
|
899
|
+
* @param paginationConfig - optional pagination config.
|
|
900
|
+
* @returns AsyncIterable of {@link ListRecoveryPointsByResourceCommandOutput}.
|
|
901
|
+
*/
|
|
902
|
+
paginateListRecoveryPointsByResource(args: ListRecoveryPointsByResourceCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecoveryPointsByResourceCommandOutput>;
|
|
903
|
+
/**
|
|
904
|
+
* @see {@link ListReportJobsCommand}
|
|
905
|
+
* @param args - command input.
|
|
906
|
+
* @param paginationConfig - optional pagination config.
|
|
907
|
+
* @returns AsyncIterable of {@link ListReportJobsCommandOutput}.
|
|
908
|
+
*/
|
|
909
|
+
paginateListReportJobs(args?: ListReportJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListReportJobsCommandOutput>;
|
|
910
|
+
/**
|
|
911
|
+
* @see {@link ListReportPlansCommand}
|
|
912
|
+
* @param args - command input.
|
|
913
|
+
* @param paginationConfig - optional pagination config.
|
|
914
|
+
* @returns AsyncIterable of {@link ListReportPlansCommandOutput}.
|
|
915
|
+
*/
|
|
916
|
+
paginateListReportPlans(args?: ListReportPlansCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListReportPlansCommandOutput>;
|
|
917
|
+
/**
|
|
918
|
+
* @see {@link ListRestoreAccessBackupVaultsCommand}
|
|
919
|
+
* @param args - command input.
|
|
920
|
+
* @param paginationConfig - optional pagination config.
|
|
921
|
+
* @returns AsyncIterable of {@link ListRestoreAccessBackupVaultsCommandOutput}.
|
|
922
|
+
*/
|
|
923
|
+
paginateListRestoreAccessBackupVaults(args: ListRestoreAccessBackupVaultsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRestoreAccessBackupVaultsCommandOutput>;
|
|
924
|
+
/**
|
|
925
|
+
* @see {@link ListRestoreJobsCommand}
|
|
926
|
+
* @param args - command input.
|
|
927
|
+
* @param paginationConfig - optional pagination config.
|
|
928
|
+
* @returns AsyncIterable of {@link ListRestoreJobsCommandOutput}.
|
|
929
|
+
*/
|
|
930
|
+
paginateListRestoreJobs(args?: ListRestoreJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRestoreJobsCommandOutput>;
|
|
931
|
+
/**
|
|
932
|
+
* @see {@link ListRestoreJobsByProtectedResourceCommand}
|
|
933
|
+
* @param args - command input.
|
|
934
|
+
* @param paginationConfig - optional pagination config.
|
|
935
|
+
* @returns AsyncIterable of {@link ListRestoreJobsByProtectedResourceCommandOutput}.
|
|
936
|
+
*/
|
|
937
|
+
paginateListRestoreJobsByProtectedResource(args: ListRestoreJobsByProtectedResourceCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRestoreJobsByProtectedResourceCommandOutput>;
|
|
938
|
+
/**
|
|
939
|
+
* @see {@link ListRestoreJobSummariesCommand}
|
|
940
|
+
* @param args - command input.
|
|
941
|
+
* @param paginationConfig - optional pagination config.
|
|
942
|
+
* @returns AsyncIterable of {@link ListRestoreJobSummariesCommandOutput}.
|
|
943
|
+
*/
|
|
944
|
+
paginateListRestoreJobSummaries(args?: ListRestoreJobSummariesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRestoreJobSummariesCommandOutput>;
|
|
945
|
+
/**
|
|
946
|
+
* @see {@link ListRestoreTestingPlansCommand}
|
|
947
|
+
* @param args - command input.
|
|
948
|
+
* @param paginationConfig - optional pagination config.
|
|
949
|
+
* @returns AsyncIterable of {@link ListRestoreTestingPlansCommandOutput}.
|
|
950
|
+
*/
|
|
951
|
+
paginateListRestoreTestingPlans(args?: ListRestoreTestingPlansCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRestoreTestingPlansCommandOutput>;
|
|
952
|
+
/**
|
|
953
|
+
* @see {@link ListRestoreTestingSelectionsCommand}
|
|
954
|
+
* @param args - command input.
|
|
955
|
+
* @param paginationConfig - optional pagination config.
|
|
956
|
+
* @returns AsyncIterable of {@link ListRestoreTestingSelectionsCommandOutput}.
|
|
957
|
+
*/
|
|
958
|
+
paginateListRestoreTestingSelections(args: ListRestoreTestingSelectionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRestoreTestingSelectionsCommandOutput>;
|
|
959
|
+
/**
|
|
960
|
+
* @see {@link ListScanJobsCommand}
|
|
961
|
+
* @param args - command input.
|
|
962
|
+
* @param paginationConfig - optional pagination config.
|
|
963
|
+
* @returns AsyncIterable of {@link ListScanJobsCommandOutput}.
|
|
964
|
+
*/
|
|
965
|
+
paginateListScanJobs(args?: ListScanJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListScanJobsCommandOutput>;
|
|
966
|
+
/**
|
|
967
|
+
* @see {@link ListScanJobSummariesCommand}
|
|
968
|
+
* @param args - command input.
|
|
969
|
+
* @param paginationConfig - optional pagination config.
|
|
970
|
+
* @returns AsyncIterable of {@link ListScanJobSummariesCommandOutput}.
|
|
971
|
+
*/
|
|
972
|
+
paginateListScanJobSummaries(args?: ListScanJobSummariesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListScanJobSummariesCommandOutput>;
|
|
973
|
+
/**
|
|
974
|
+
* @see {@link ListTagsCommand}
|
|
975
|
+
* @param args - command input.
|
|
976
|
+
* @param paginationConfig - optional pagination config.
|
|
977
|
+
* @returns AsyncIterable of {@link ListTagsCommandOutput}.
|
|
978
|
+
*/
|
|
979
|
+
paginateListTags(args: ListTagsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTagsCommandOutput>;
|
|
980
|
+
/**
|
|
981
|
+
* @see {@link ListTieringConfigurationsCommand}
|
|
982
|
+
* @param args - command input.
|
|
983
|
+
* @param paginationConfig - optional pagination config.
|
|
984
|
+
* @returns AsyncIterable of {@link ListTieringConfigurationsCommandOutput}.
|
|
985
|
+
*/
|
|
986
|
+
paginateListTieringConfigurations(args?: ListTieringConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTieringConfigurationsCommandOutput>;
|
|
784
987
|
}
|
|
785
988
|
/**
|
|
786
989
|
* <fullname>Backup</fullname>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import { BackupClient } from "./BackupClient";
|
|
3
7
|
import {
|
|
4
8
|
AssociateBackupVaultMpaApprovalTeamCommandInput,
|
|
@@ -1909,5 +1913,208 @@ export interface Backup {
|
|
|
1909
1913
|
options: __HttpHandlerOptions,
|
|
1910
1914
|
cb: (err: any, data?: UpdateTieringConfigurationCommandOutput) => void
|
|
1911
1915
|
): void;
|
|
1916
|
+
paginateListBackupJobs(
|
|
1917
|
+
args?: ListBackupJobsCommandInput,
|
|
1918
|
+
paginationConfig?: Pick<
|
|
1919
|
+
PaginationConfiguration,
|
|
1920
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1921
|
+
>
|
|
1922
|
+
): Paginator<ListBackupJobsCommandOutput>;
|
|
1923
|
+
paginateListBackupJobSummaries(
|
|
1924
|
+
args?: ListBackupJobSummariesCommandInput,
|
|
1925
|
+
paginationConfig?: Pick<
|
|
1926
|
+
PaginationConfiguration,
|
|
1927
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1928
|
+
>
|
|
1929
|
+
): Paginator<ListBackupJobSummariesCommandOutput>;
|
|
1930
|
+
paginateListBackupPlans(
|
|
1931
|
+
args?: ListBackupPlansCommandInput,
|
|
1932
|
+
paginationConfig?: Pick<
|
|
1933
|
+
PaginationConfiguration,
|
|
1934
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1935
|
+
>
|
|
1936
|
+
): Paginator<ListBackupPlansCommandOutput>;
|
|
1937
|
+
paginateListBackupPlanTemplates(
|
|
1938
|
+
args?: ListBackupPlanTemplatesCommandInput,
|
|
1939
|
+
paginationConfig?: Pick<
|
|
1940
|
+
PaginationConfiguration,
|
|
1941
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1942
|
+
>
|
|
1943
|
+
): Paginator<ListBackupPlanTemplatesCommandOutput>;
|
|
1944
|
+
paginateListBackupPlanVersions(
|
|
1945
|
+
args: ListBackupPlanVersionsCommandInput,
|
|
1946
|
+
paginationConfig?: Pick<
|
|
1947
|
+
PaginationConfiguration,
|
|
1948
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1949
|
+
>
|
|
1950
|
+
): Paginator<ListBackupPlanVersionsCommandOutput>;
|
|
1951
|
+
paginateListBackupSelections(
|
|
1952
|
+
args: ListBackupSelectionsCommandInput,
|
|
1953
|
+
paginationConfig?: Pick<
|
|
1954
|
+
PaginationConfiguration,
|
|
1955
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1956
|
+
>
|
|
1957
|
+
): Paginator<ListBackupSelectionsCommandOutput>;
|
|
1958
|
+
paginateListBackupVaults(
|
|
1959
|
+
args?: ListBackupVaultsCommandInput,
|
|
1960
|
+
paginationConfig?: Pick<
|
|
1961
|
+
PaginationConfiguration,
|
|
1962
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1963
|
+
>
|
|
1964
|
+
): Paginator<ListBackupVaultsCommandOutput>;
|
|
1965
|
+
paginateListCopyJobs(
|
|
1966
|
+
args?: ListCopyJobsCommandInput,
|
|
1967
|
+
paginationConfig?: Pick<
|
|
1968
|
+
PaginationConfiguration,
|
|
1969
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1970
|
+
>
|
|
1971
|
+
): Paginator<ListCopyJobsCommandOutput>;
|
|
1972
|
+
paginateListCopyJobSummaries(
|
|
1973
|
+
args?: ListCopyJobSummariesCommandInput,
|
|
1974
|
+
paginationConfig?: Pick<
|
|
1975
|
+
PaginationConfiguration,
|
|
1976
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1977
|
+
>
|
|
1978
|
+
): Paginator<ListCopyJobSummariesCommandOutput>;
|
|
1979
|
+
paginateListFrameworks(
|
|
1980
|
+
args?: ListFrameworksCommandInput,
|
|
1981
|
+
paginationConfig?: Pick<
|
|
1982
|
+
PaginationConfiguration,
|
|
1983
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1984
|
+
>
|
|
1985
|
+
): Paginator<ListFrameworksCommandOutput>;
|
|
1986
|
+
paginateListIndexedRecoveryPoints(
|
|
1987
|
+
args?: ListIndexedRecoveryPointsCommandInput,
|
|
1988
|
+
paginationConfig?: Pick<
|
|
1989
|
+
PaginationConfiguration,
|
|
1990
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1991
|
+
>
|
|
1992
|
+
): Paginator<ListIndexedRecoveryPointsCommandOutput>;
|
|
1993
|
+
paginateListLegalHolds(
|
|
1994
|
+
args?: ListLegalHoldsCommandInput,
|
|
1995
|
+
paginationConfig?: Pick<
|
|
1996
|
+
PaginationConfiguration,
|
|
1997
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1998
|
+
>
|
|
1999
|
+
): Paginator<ListLegalHoldsCommandOutput>;
|
|
2000
|
+
paginateListProtectedResources(
|
|
2001
|
+
args?: ListProtectedResourcesCommandInput,
|
|
2002
|
+
paginationConfig?: Pick<
|
|
2003
|
+
PaginationConfiguration,
|
|
2004
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2005
|
+
>
|
|
2006
|
+
): Paginator<ListProtectedResourcesCommandOutput>;
|
|
2007
|
+
paginateListProtectedResourcesByBackupVault(
|
|
2008
|
+
args: ListProtectedResourcesByBackupVaultCommandInput,
|
|
2009
|
+
paginationConfig?: Pick<
|
|
2010
|
+
PaginationConfiguration,
|
|
2011
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2012
|
+
>
|
|
2013
|
+
): Paginator<ListProtectedResourcesByBackupVaultCommandOutput>;
|
|
2014
|
+
paginateListRecoveryPointsByBackupVault(
|
|
2015
|
+
args: ListRecoveryPointsByBackupVaultCommandInput,
|
|
2016
|
+
paginationConfig?: Pick<
|
|
2017
|
+
PaginationConfiguration,
|
|
2018
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2019
|
+
>
|
|
2020
|
+
): Paginator<ListRecoveryPointsByBackupVaultCommandOutput>;
|
|
2021
|
+
paginateListRecoveryPointsByLegalHold(
|
|
2022
|
+
args: ListRecoveryPointsByLegalHoldCommandInput,
|
|
2023
|
+
paginationConfig?: Pick<
|
|
2024
|
+
PaginationConfiguration,
|
|
2025
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2026
|
+
>
|
|
2027
|
+
): Paginator<ListRecoveryPointsByLegalHoldCommandOutput>;
|
|
2028
|
+
paginateListRecoveryPointsByResource(
|
|
2029
|
+
args: ListRecoveryPointsByResourceCommandInput,
|
|
2030
|
+
paginationConfig?: Pick<
|
|
2031
|
+
PaginationConfiguration,
|
|
2032
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2033
|
+
>
|
|
2034
|
+
): Paginator<ListRecoveryPointsByResourceCommandOutput>;
|
|
2035
|
+
paginateListReportJobs(
|
|
2036
|
+
args?: ListReportJobsCommandInput,
|
|
2037
|
+
paginationConfig?: Pick<
|
|
2038
|
+
PaginationConfiguration,
|
|
2039
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2040
|
+
>
|
|
2041
|
+
): Paginator<ListReportJobsCommandOutput>;
|
|
2042
|
+
paginateListReportPlans(
|
|
2043
|
+
args?: ListReportPlansCommandInput,
|
|
2044
|
+
paginationConfig?: Pick<
|
|
2045
|
+
PaginationConfiguration,
|
|
2046
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2047
|
+
>
|
|
2048
|
+
): Paginator<ListReportPlansCommandOutput>;
|
|
2049
|
+
paginateListRestoreAccessBackupVaults(
|
|
2050
|
+
args: ListRestoreAccessBackupVaultsCommandInput,
|
|
2051
|
+
paginationConfig?: Pick<
|
|
2052
|
+
PaginationConfiguration,
|
|
2053
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2054
|
+
>
|
|
2055
|
+
): Paginator<ListRestoreAccessBackupVaultsCommandOutput>;
|
|
2056
|
+
paginateListRestoreJobs(
|
|
2057
|
+
args?: ListRestoreJobsCommandInput,
|
|
2058
|
+
paginationConfig?: Pick<
|
|
2059
|
+
PaginationConfiguration,
|
|
2060
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2061
|
+
>
|
|
2062
|
+
): Paginator<ListRestoreJobsCommandOutput>;
|
|
2063
|
+
paginateListRestoreJobsByProtectedResource(
|
|
2064
|
+
args: ListRestoreJobsByProtectedResourceCommandInput,
|
|
2065
|
+
paginationConfig?: Pick<
|
|
2066
|
+
PaginationConfiguration,
|
|
2067
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2068
|
+
>
|
|
2069
|
+
): Paginator<ListRestoreJobsByProtectedResourceCommandOutput>;
|
|
2070
|
+
paginateListRestoreJobSummaries(
|
|
2071
|
+
args?: ListRestoreJobSummariesCommandInput,
|
|
2072
|
+
paginationConfig?: Pick<
|
|
2073
|
+
PaginationConfiguration,
|
|
2074
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2075
|
+
>
|
|
2076
|
+
): Paginator<ListRestoreJobSummariesCommandOutput>;
|
|
2077
|
+
paginateListRestoreTestingPlans(
|
|
2078
|
+
args?: ListRestoreTestingPlansCommandInput,
|
|
2079
|
+
paginationConfig?: Pick<
|
|
2080
|
+
PaginationConfiguration,
|
|
2081
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2082
|
+
>
|
|
2083
|
+
): Paginator<ListRestoreTestingPlansCommandOutput>;
|
|
2084
|
+
paginateListRestoreTestingSelections(
|
|
2085
|
+
args: ListRestoreTestingSelectionsCommandInput,
|
|
2086
|
+
paginationConfig?: Pick<
|
|
2087
|
+
PaginationConfiguration,
|
|
2088
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2089
|
+
>
|
|
2090
|
+
): Paginator<ListRestoreTestingSelectionsCommandOutput>;
|
|
2091
|
+
paginateListScanJobs(
|
|
2092
|
+
args?: ListScanJobsCommandInput,
|
|
2093
|
+
paginationConfig?: Pick<
|
|
2094
|
+
PaginationConfiguration,
|
|
2095
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2096
|
+
>
|
|
2097
|
+
): Paginator<ListScanJobsCommandOutput>;
|
|
2098
|
+
paginateListScanJobSummaries(
|
|
2099
|
+
args?: ListScanJobSummariesCommandInput,
|
|
2100
|
+
paginationConfig?: Pick<
|
|
2101
|
+
PaginationConfiguration,
|
|
2102
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2103
|
+
>
|
|
2104
|
+
): Paginator<ListScanJobSummariesCommandOutput>;
|
|
2105
|
+
paginateListTags(
|
|
2106
|
+
args: ListTagsCommandInput,
|
|
2107
|
+
paginationConfig?: Pick<
|
|
2108
|
+
PaginationConfiguration,
|
|
2109
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2110
|
+
>
|
|
2111
|
+
): Paginator<ListTagsCommandOutput>;
|
|
2112
|
+
paginateListTieringConfigurations(
|
|
2113
|
+
args?: ListTieringConfigurationsCommandInput,
|
|
2114
|
+
paginationConfig?: Pick<
|
|
2115
|
+
PaginationConfiguration,
|
|
2116
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2117
|
+
>
|
|
2118
|
+
): Paginator<ListTieringConfigurationsCommandOutput>;
|
|
1912
2119
|
}
|
|
1913
2120
|
export declare class Backup extends BackupClient implements Backup {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-backup",
|
|
3
3
|
"description": "AWS SDK for JavaScript Backup Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.980.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-backup",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.5",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.4",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|