@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
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListScanJobSummariesCommandInput,
|
|
4
|
+
ListScanJobSummariesCommandOutput,
|
|
5
|
+
} from "../commands/ListScanJobSummariesCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListScanJobSummaries: (
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListScanJobSummariesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListScanJobSummariesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListScanJobsCommandInput,
|
|
4
|
+
ListScanJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListScanJobsCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListScanJobs: (
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListScanJobsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListScanJobsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTieringConfigurationsCommandInput,
|
|
4
|
+
ListTieringConfigurationsCommandOutput,
|
|
5
|
+
} from "../commands/ListTieringConfigurationsCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListTieringConfigurations: (
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListTieringConfigurationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListTieringConfigurationsCommandOutput>;
|
|
@@ -24,4 +24,7 @@ export * from "./ListRestoreJobsByProtectedResourcePaginator";
|
|
|
24
24
|
export * from "./ListRestoreJobsPaginator";
|
|
25
25
|
export * from "./ListRestoreTestingPlansPaginator";
|
|
26
26
|
export * from "./ListRestoreTestingSelectionsPaginator";
|
|
27
|
+
export * from "./ListScanJobSummariesPaginator";
|
|
28
|
+
export * from "./ListScanJobsPaginator";
|
|
27
29
|
export * from "./ListTagsPaginator";
|
|
30
|
+
export * from "./ListTieringConfigurationsPaginator";
|
|
@@ -8,6 +8,7 @@ import {
|
|
|
8
8
|
} from "@smithy/types";
|
|
9
9
|
export declare var RequesterComment: StaticSimpleSchema;
|
|
10
10
|
export declare var AdvancedBackupSetting: StaticStructureSchema;
|
|
11
|
+
export declare var AggregatedScanResult: StaticStructureSchema;
|
|
11
12
|
export declare var AlreadyExistsException: StaticErrorSchema;
|
|
12
13
|
export declare var AssociateBackupVaultMpaApprovalTeamInput: StaticStructureSchema;
|
|
13
14
|
export declare var BackupJob: StaticStructureSchema;
|
|
@@ -53,6 +54,8 @@ export declare var CreateRestoreTestingPlanInput: StaticStructureSchema;
|
|
|
53
54
|
export declare var CreateRestoreTestingPlanOutput: StaticStructureSchema;
|
|
54
55
|
export declare var CreateRestoreTestingSelectionInput: StaticStructureSchema;
|
|
55
56
|
export declare var CreateRestoreTestingSelectionOutput: StaticStructureSchema;
|
|
57
|
+
export declare var CreateTieringConfigurationInput: StaticStructureSchema;
|
|
58
|
+
export declare var CreateTieringConfigurationOutput: StaticStructureSchema;
|
|
56
59
|
export declare var DateRange: StaticStructureSchema;
|
|
57
60
|
export declare var DeleteBackupPlanInput: StaticStructureSchema;
|
|
58
61
|
export declare var DeleteBackupPlanOutput: StaticStructureSchema;
|
|
@@ -66,6 +69,8 @@ export declare var DeleteRecoveryPointInput: StaticStructureSchema;
|
|
|
66
69
|
export declare var DeleteReportPlanInput: StaticStructureSchema;
|
|
67
70
|
export declare var DeleteRestoreTestingPlanInput: StaticStructureSchema;
|
|
68
71
|
export declare var DeleteRestoreTestingSelectionInput: StaticStructureSchema;
|
|
72
|
+
export declare var DeleteTieringConfigurationInput: StaticStructureSchema;
|
|
73
|
+
export declare var DeleteTieringConfigurationOutput: StaticStructureSchema;
|
|
69
74
|
export declare var DependencyFailureException: StaticErrorSchema;
|
|
70
75
|
export declare var DescribeBackupJobInput: StaticStructureSchema;
|
|
71
76
|
export declare var DescribeBackupJobOutput: StaticStructureSchema;
|
|
@@ -89,6 +94,8 @@ export declare var DescribeReportPlanInput: StaticStructureSchema;
|
|
|
89
94
|
export declare var DescribeReportPlanOutput: StaticStructureSchema;
|
|
90
95
|
export declare var DescribeRestoreJobInput: StaticStructureSchema;
|
|
91
96
|
export declare var DescribeRestoreJobOutput: StaticStructureSchema;
|
|
97
|
+
export declare var DescribeScanJobInput: StaticStructureSchema;
|
|
98
|
+
export declare var DescribeScanJobOutput: StaticStructureSchema;
|
|
92
99
|
export declare var DisassociateBackupVaultMpaApprovalTeamInput: StaticStructureSchema;
|
|
93
100
|
export declare var DisassociateRecoveryPointFromParentInput: StaticStructureSchema;
|
|
94
101
|
export declare var DisassociateRecoveryPointInput: StaticStructureSchema;
|
|
@@ -123,6 +130,8 @@ export declare var GetRestoreTestingPlanOutput: StaticStructureSchema;
|
|
|
123
130
|
export declare var GetRestoreTestingSelectionInput: StaticStructureSchema;
|
|
124
131
|
export declare var GetRestoreTestingSelectionOutput: StaticStructureSchema;
|
|
125
132
|
export declare var GetSupportedResourceTypesOutput: StaticStructureSchema;
|
|
133
|
+
export declare var GetTieringConfigurationInput: StaticStructureSchema;
|
|
134
|
+
export declare var GetTieringConfigurationOutput: StaticStructureSchema;
|
|
126
135
|
export declare var IndexAction: StaticStructureSchema;
|
|
127
136
|
export declare var IndexedRecoveryPoint: StaticStructureSchema;
|
|
128
137
|
export declare var InvalidParameterValueException: StaticErrorSchema;
|
|
@@ -184,8 +193,14 @@ export declare var ListRestoreTestingPlansInput: StaticStructureSchema;
|
|
|
184
193
|
export declare var ListRestoreTestingPlansOutput: StaticStructureSchema;
|
|
185
194
|
export declare var ListRestoreTestingSelectionsInput: StaticStructureSchema;
|
|
186
195
|
export declare var ListRestoreTestingSelectionsOutput: StaticStructureSchema;
|
|
196
|
+
export declare var ListScanJobsInput: StaticStructureSchema;
|
|
197
|
+
export declare var ListScanJobsOutput: StaticStructureSchema;
|
|
198
|
+
export declare var ListScanJobSummariesInput: StaticStructureSchema;
|
|
199
|
+
export declare var ListScanJobSummariesOutput: StaticStructureSchema;
|
|
187
200
|
export declare var ListTagsInput: StaticStructureSchema;
|
|
188
201
|
export declare var ListTagsOutput: StaticStructureSchema;
|
|
202
|
+
export declare var ListTieringConfigurationsInput: StaticStructureSchema;
|
|
203
|
+
export declare var ListTieringConfigurationsOutput: StaticStructureSchema;
|
|
189
204
|
export declare var MissingParameterValueException: StaticErrorSchema;
|
|
190
205
|
export declare var ProtectedResource: StaticStructureSchema;
|
|
191
206
|
export declare var ProtectedResourceConditions: StaticStructureSchema;
|
|
@@ -204,6 +219,7 @@ export declare var ReportJob: StaticStructureSchema;
|
|
|
204
219
|
export declare var ReportPlan: StaticStructureSchema;
|
|
205
220
|
export declare var ReportSetting: StaticStructureSchema;
|
|
206
221
|
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
222
|
+
export declare var ResourceSelection: StaticStructureSchema;
|
|
207
223
|
export declare var RestoreAccessBackupVaultListMember: StaticStructureSchema;
|
|
208
224
|
export declare var RestoreJobCreator: StaticStructureSchema;
|
|
209
225
|
export declare var RestoreJobsListMember: StaticStructureSchema;
|
|
@@ -218,6 +234,13 @@ export declare var RestoreTestingSelectionForGet: StaticStructureSchema;
|
|
|
218
234
|
export declare var RestoreTestingSelectionForList: StaticStructureSchema;
|
|
219
235
|
export declare var RestoreTestingSelectionForUpdate: StaticStructureSchema;
|
|
220
236
|
export declare var RevokeRestoreAccessBackupVaultInput: StaticStructureSchema;
|
|
237
|
+
export declare var ScanAction: StaticStructureSchema;
|
|
238
|
+
export declare var ScanJob: StaticStructureSchema;
|
|
239
|
+
export declare var ScanJobCreator: StaticStructureSchema;
|
|
240
|
+
export declare var ScanJobSummary: StaticStructureSchema;
|
|
241
|
+
export declare var ScanResult: StaticStructureSchema;
|
|
242
|
+
export declare var ScanResultInfo: StaticStructureSchema;
|
|
243
|
+
export declare var ScanSetting: StaticStructureSchema;
|
|
221
244
|
export declare var ScheduledPlanExecutionMember: StaticStructureSchema;
|
|
222
245
|
export declare var ServiceUnavailableException: StaticErrorSchema;
|
|
223
246
|
export declare var StartBackupJobInput: StaticStructureSchema;
|
|
@@ -228,8 +251,14 @@ export declare var StartReportJobInput: StaticStructureSchema;
|
|
|
228
251
|
export declare var StartReportJobOutput: StaticStructureSchema;
|
|
229
252
|
export declare var StartRestoreJobInput: StaticStructureSchema;
|
|
230
253
|
export declare var StartRestoreJobOutput: StaticStructureSchema;
|
|
254
|
+
export declare var StartScanJobInput: StaticStructureSchema;
|
|
255
|
+
export declare var StartScanJobOutput: StaticStructureSchema;
|
|
231
256
|
export declare var StopBackupJobInput: StaticStructureSchema;
|
|
232
257
|
export declare var TagResourceInput: StaticStructureSchema;
|
|
258
|
+
export declare var TieringConfiguration: StaticStructureSchema;
|
|
259
|
+
export declare var TieringConfigurationInputForCreate: StaticStructureSchema;
|
|
260
|
+
export declare var TieringConfigurationInputForUpdate: StaticStructureSchema;
|
|
261
|
+
export declare var TieringConfigurationsListMember: StaticStructureSchema;
|
|
233
262
|
export declare var UntagResourceInput: StaticStructureSchema;
|
|
234
263
|
export declare var UpdateBackupPlanInput: StaticStructureSchema;
|
|
235
264
|
export declare var UpdateBackupPlanOutput: StaticStructureSchema;
|
|
@@ -247,6 +276,8 @@ export declare var UpdateRestoreTestingPlanInput: StaticStructureSchema;
|
|
|
247
276
|
export declare var UpdateRestoreTestingPlanOutput: StaticStructureSchema;
|
|
248
277
|
export declare var UpdateRestoreTestingSelectionInput: StaticStructureSchema;
|
|
249
278
|
export declare var UpdateRestoreTestingSelectionOutput: StaticStructureSchema;
|
|
279
|
+
export declare var UpdateTieringConfigurationInput: StaticStructureSchema;
|
|
280
|
+
export declare var UpdateTieringConfigurationOutput: StaticStructureSchema;
|
|
250
281
|
export declare var __Unit: "unit";
|
|
251
282
|
export declare var BackupServiceException: StaticErrorSchema;
|
|
252
283
|
export declare var AdvancedBackupSettings: StaticListSchema;
|
|
@@ -282,6 +313,7 @@ export declare var ReportJobList: StaticListSchema;
|
|
|
282
313
|
export declare var ReportPlanList: StaticListSchema;
|
|
283
314
|
export declare var ResourceArns: number;
|
|
284
315
|
export declare var ResourceIdentifiers: number;
|
|
316
|
+
export declare var ResourceSelections: StaticListSchema;
|
|
285
317
|
export declare var ResourceTypeList: number;
|
|
286
318
|
export declare var ResourceTypes: number;
|
|
287
319
|
export declare var RestoreAccessBackupVaultList: StaticListSchema;
|
|
@@ -290,9 +322,16 @@ export declare var RestoreJobSummaryList: StaticListSchema;
|
|
|
290
322
|
export declare var RestoreTestingPlans: StaticListSchema;
|
|
291
323
|
export declare var RestoreTestingRecoveryPointTypeList: number;
|
|
292
324
|
export declare var RestoreTestingSelections: StaticListSchema;
|
|
325
|
+
export declare var ScanActions: StaticListSchema;
|
|
326
|
+
export declare var ScanFindings: number;
|
|
327
|
+
export declare var ScanJobs: StaticListSchema;
|
|
328
|
+
export declare var ScanJobSummaryList: StaticListSchema;
|
|
329
|
+
export declare var ScanResults: StaticListSchema;
|
|
330
|
+
export declare var ScanSettings: StaticListSchema;
|
|
293
331
|
export declare var ScheduledRunsPreview: StaticListSchema;
|
|
294
332
|
export declare var stringList: number;
|
|
295
333
|
export declare var TagKeyList: StaticListSchema;
|
|
334
|
+
export declare var TieringConfigurationsList: StaticListSchema;
|
|
296
335
|
export declare var VaultNames: number;
|
|
297
336
|
export declare var BackupJobChildJobsInState: number;
|
|
298
337
|
export declare var BackupOptions: number;
|
|
@@ -316,6 +355,7 @@ export declare var CreateReportPlan: StaticOperationSchema;
|
|
|
316
355
|
export declare var CreateRestoreAccessBackupVault: StaticOperationSchema;
|
|
317
356
|
export declare var CreateRestoreTestingPlan: StaticOperationSchema;
|
|
318
357
|
export declare var CreateRestoreTestingSelection: StaticOperationSchema;
|
|
358
|
+
export declare var CreateTieringConfiguration: StaticOperationSchema;
|
|
319
359
|
export declare var DeleteBackupPlan: StaticOperationSchema;
|
|
320
360
|
export declare var DeleteBackupSelection: StaticOperationSchema;
|
|
321
361
|
export declare var DeleteBackupVault: StaticOperationSchema;
|
|
@@ -327,6 +367,7 @@ export declare var DeleteRecoveryPoint: StaticOperationSchema;
|
|
|
327
367
|
export declare var DeleteReportPlan: StaticOperationSchema;
|
|
328
368
|
export declare var DeleteRestoreTestingPlan: StaticOperationSchema;
|
|
329
369
|
export declare var DeleteRestoreTestingSelection: StaticOperationSchema;
|
|
370
|
+
export declare var DeleteTieringConfiguration: StaticOperationSchema;
|
|
330
371
|
export declare var DescribeBackupJob: StaticOperationSchema;
|
|
331
372
|
export declare var DescribeBackupVault: StaticOperationSchema;
|
|
332
373
|
export declare var DescribeCopyJob: StaticOperationSchema;
|
|
@@ -338,6 +379,7 @@ export declare var DescribeRegionSettings: StaticOperationSchema;
|
|
|
338
379
|
export declare var DescribeReportJob: StaticOperationSchema;
|
|
339
380
|
export declare var DescribeReportPlan: StaticOperationSchema;
|
|
340
381
|
export declare var DescribeRestoreJob: StaticOperationSchema;
|
|
382
|
+
export declare var DescribeScanJob: StaticOperationSchema;
|
|
341
383
|
export declare var DisassociateBackupVaultMpaApprovalTeam: StaticOperationSchema;
|
|
342
384
|
export declare var DisassociateRecoveryPoint: StaticOperationSchema;
|
|
343
385
|
export declare var DisassociateRecoveryPointFromParent: StaticOperationSchema;
|
|
@@ -356,6 +398,7 @@ export declare var GetRestoreTestingInferredMetadata: StaticOperationSchema;
|
|
|
356
398
|
export declare var GetRestoreTestingPlan: StaticOperationSchema;
|
|
357
399
|
export declare var GetRestoreTestingSelection: StaticOperationSchema;
|
|
358
400
|
export declare var GetSupportedResourceTypes: StaticOperationSchema;
|
|
401
|
+
export declare var GetTieringConfiguration: StaticOperationSchema;
|
|
359
402
|
export declare var ListBackupJobs: StaticOperationSchema;
|
|
360
403
|
export declare var ListBackupJobSummaries: StaticOperationSchema;
|
|
361
404
|
export declare var ListBackupPlans: StaticOperationSchema;
|
|
@@ -381,7 +424,10 @@ export declare var ListRestoreJobsByProtectedResource: StaticOperationSchema;
|
|
|
381
424
|
export declare var ListRestoreJobSummaries: StaticOperationSchema;
|
|
382
425
|
export declare var ListRestoreTestingPlans: StaticOperationSchema;
|
|
383
426
|
export declare var ListRestoreTestingSelections: StaticOperationSchema;
|
|
427
|
+
export declare var ListScanJobs: StaticOperationSchema;
|
|
428
|
+
export declare var ListScanJobSummaries: StaticOperationSchema;
|
|
384
429
|
export declare var ListTags: StaticOperationSchema;
|
|
430
|
+
export declare var ListTieringConfigurations: StaticOperationSchema;
|
|
385
431
|
export declare var PutBackupVaultAccessPolicy: StaticOperationSchema;
|
|
386
432
|
export declare var PutBackupVaultLockConfiguration: StaticOperationSchema;
|
|
387
433
|
export declare var PutBackupVaultNotifications: StaticOperationSchema;
|
|
@@ -391,6 +437,7 @@ export declare var StartBackupJob: StaticOperationSchema;
|
|
|
391
437
|
export declare var StartCopyJob: StaticOperationSchema;
|
|
392
438
|
export declare var StartReportJob: StaticOperationSchema;
|
|
393
439
|
export declare var StartRestoreJob: StaticOperationSchema;
|
|
440
|
+
export declare var StartScanJob: StaticOperationSchema;
|
|
394
441
|
export declare var StopBackupJob: StaticOperationSchema;
|
|
395
442
|
export declare var TagResource: StaticOperationSchema;
|
|
396
443
|
export declare var UntagResource: StaticOperationSchema;
|
|
@@ -403,3 +450,4 @@ export declare var UpdateRegionSettings: StaticOperationSchema;
|
|
|
403
450
|
export declare var UpdateReportPlan: StaticOperationSchema;
|
|
404
451
|
export declare var UpdateRestoreTestingPlan: StaticOperationSchema;
|
|
405
452
|
export declare var UpdateRestoreTestingSelection: StaticOperationSchema;
|
|
453
|
+
export declare var UpdateTieringConfiguration: StaticOperationSchema;
|
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.935.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-backup",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.935.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.935.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.935.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.935.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|