@aws-sdk/client-backup 3.386.0 → 3.388.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 +16 -0
- package/dist-cjs/Backup.js +4 -0
- package/dist-cjs/BackupClient.js +2 -2
- package/dist-cjs/commands/CreateLogicallyAirGappedBackupVaultCommand.js +47 -0
- package/dist-cjs/commands/ListProtectedResourcesByBackupVaultCommand.js +46 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +15 -1
- package/dist-cjs/pagination/ListProtectedResourcesByBackupVaultPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +162 -3
- package/dist-es/Backup.js +4 -0
- package/dist-es/BackupClient.js +2 -2
- package/dist-es/commands/CreateLogicallyAirGappedBackupVaultCommand.js +43 -0
- package/dist-es/commands/ListProtectedResourcesByBackupVaultCommand.js +42 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/pagination/ListProtectedResourcesByBackupVaultPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +155 -0
- package/dist-types/Backup.d.ts +14 -0
- package/dist-types/BackupClient.d.ts +6 -4
- package/dist-types/commands/CreateLogicallyAirGappedBackupVaultCommand.d.ts +109 -0
- package/dist-types/commands/DescribeBackupVaultCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +1 -0
- package/dist-types/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +1 -0
- package/dist-types/commands/ListBackupVaultsCommand.d.ts +2 -0
- package/dist-types/commands/ListProtectedResourcesByBackupVaultCommand.d.ts +94 -0
- package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +1 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +219 -27
- package/dist-types/pagination/ListProtectedResourcesByBackupVaultPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/Backup.d.ts +46 -0
- package/dist-types/ts3.4/BackupClient.d.ts +16 -1
- package/dist-types/ts3.4/commands/CreateLogicallyAirGappedBackupVaultCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListProtectedResourcesByBackupVaultCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +55 -11
- package/dist-types/ts3.4/pagination/ListProtectedResourcesByBackupVaultPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +28 -28
|
@@ -32,6 +32,7 @@ import {
|
|
|
32
32
|
} from "@smithy/smithy-client";
|
|
33
33
|
import {
|
|
34
34
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
35
|
+
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
35
36
|
ChecksumConstructor as __ChecksumConstructor,
|
|
36
37
|
Decoder as __Decoder,
|
|
37
38
|
Encoder as __Encoder,
|
|
@@ -68,6 +69,10 @@ import {
|
|
|
68
69
|
CreateLegalHoldCommandInput,
|
|
69
70
|
CreateLegalHoldCommandOutput,
|
|
70
71
|
} from "./commands/CreateLegalHoldCommand";
|
|
72
|
+
import {
|
|
73
|
+
CreateLogicallyAirGappedBackupVaultCommandInput,
|
|
74
|
+
CreateLogicallyAirGappedBackupVaultCommandOutput,
|
|
75
|
+
} from "./commands/CreateLogicallyAirGappedBackupVaultCommand";
|
|
71
76
|
import {
|
|
72
77
|
CreateReportPlanCommandInput,
|
|
73
78
|
CreateReportPlanCommandOutput,
|
|
@@ -236,6 +241,10 @@ import {
|
|
|
236
241
|
ListLegalHoldsCommandInput,
|
|
237
242
|
ListLegalHoldsCommandOutput,
|
|
238
243
|
} from "./commands/ListLegalHoldsCommand";
|
|
244
|
+
import {
|
|
245
|
+
ListProtectedResourcesByBackupVaultCommandInput,
|
|
246
|
+
ListProtectedResourcesByBackupVaultCommandOutput,
|
|
247
|
+
} from "./commands/ListProtectedResourcesByBackupVaultCommand";
|
|
239
248
|
import {
|
|
240
249
|
ListProtectedResourcesCommandInput,
|
|
241
250
|
ListProtectedResourcesCommandOutput,
|
|
@@ -345,6 +354,7 @@ export type ServiceInputTypes =
|
|
|
345
354
|
| CreateBackupVaultCommandInput
|
|
346
355
|
| CreateFrameworkCommandInput
|
|
347
356
|
| CreateLegalHoldCommandInput
|
|
357
|
+
| CreateLogicallyAirGappedBackupVaultCommandInput
|
|
348
358
|
| CreateReportPlanCommandInput
|
|
349
359
|
| DeleteBackupPlanCommandInput
|
|
350
360
|
| DeleteBackupSelectionCommandInput
|
|
@@ -387,6 +397,7 @@ export type ServiceInputTypes =
|
|
|
387
397
|
| ListCopyJobsCommandInput
|
|
388
398
|
| ListFrameworksCommandInput
|
|
389
399
|
| ListLegalHoldsCommandInput
|
|
400
|
+
| ListProtectedResourcesByBackupVaultCommandInput
|
|
390
401
|
| ListProtectedResourcesCommandInput
|
|
391
402
|
| ListRecoveryPointsByBackupVaultCommandInput
|
|
392
403
|
| ListRecoveryPointsByLegalHoldCommandInput
|
|
@@ -418,6 +429,7 @@ export type ServiceOutputTypes =
|
|
|
418
429
|
| CreateBackupVaultCommandOutput
|
|
419
430
|
| CreateFrameworkCommandOutput
|
|
420
431
|
| CreateLegalHoldCommandOutput
|
|
432
|
+
| CreateLogicallyAirGappedBackupVaultCommandOutput
|
|
421
433
|
| CreateReportPlanCommandOutput
|
|
422
434
|
| DeleteBackupPlanCommandOutput
|
|
423
435
|
| DeleteBackupSelectionCommandOutput
|
|
@@ -460,6 +472,7 @@ export type ServiceOutputTypes =
|
|
|
460
472
|
| ListCopyJobsCommandOutput
|
|
461
473
|
| ListFrameworksCommandOutput
|
|
462
474
|
| ListLegalHoldsCommandOutput
|
|
475
|
+
| ListProtectedResourcesByBackupVaultCommandOutput
|
|
463
476
|
| ListProtectedResourcesCommandOutput
|
|
464
477
|
| ListRecoveryPointsByBackupVaultCommandOutput
|
|
465
478
|
| ListRecoveryPointsByLegalHoldCommandOutput
|
|
@@ -539,6 +552,8 @@ export declare class BackupClient extends __Client<
|
|
|
539
552
|
BackupClientResolvedConfig
|
|
540
553
|
> {
|
|
541
554
|
readonly config: BackupClientResolvedConfig;
|
|
542
|
-
constructor(
|
|
555
|
+
constructor(
|
|
556
|
+
...[configuration]: __CheckOptionalClientConfig<BackupClientConfig>
|
|
557
|
+
);
|
|
543
558
|
destroy(): void;
|
|
544
559
|
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateLogicallyAirGappedBackupVaultInput,
|
|
16
|
+
CreateLogicallyAirGappedBackupVaultOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateLogicallyAirGappedBackupVaultCommandInput
|
|
20
|
+
extends CreateLogicallyAirGappedBackupVaultInput {}
|
|
21
|
+
export interface CreateLogicallyAirGappedBackupVaultCommandOutput
|
|
22
|
+
extends CreateLogicallyAirGappedBackupVaultOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateLogicallyAirGappedBackupVaultCommand extends $Command<
|
|
25
|
+
CreateLogicallyAirGappedBackupVaultCommandInput,
|
|
26
|
+
CreateLogicallyAirGappedBackupVaultCommandOutput,
|
|
27
|
+
BackupClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateLogicallyAirGappedBackupVaultCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateLogicallyAirGappedBackupVaultCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: BackupClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateLogicallyAirGappedBackupVaultCommandInput,
|
|
38
|
+
CreateLogicallyAirGappedBackupVaultCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
BackupClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../BackupClient";
|
|
14
|
+
import {
|
|
15
|
+
ListProtectedResourcesByBackupVaultInput,
|
|
16
|
+
ListProtectedResourcesByBackupVaultOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListProtectedResourcesByBackupVaultCommandInput
|
|
20
|
+
extends ListProtectedResourcesByBackupVaultInput {}
|
|
21
|
+
export interface ListProtectedResourcesByBackupVaultCommandOutput
|
|
22
|
+
extends ListProtectedResourcesByBackupVaultOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListProtectedResourcesByBackupVaultCommand extends $Command<
|
|
25
|
+
ListProtectedResourcesByBackupVaultCommandInput,
|
|
26
|
+
ListProtectedResourcesByBackupVaultCommandOutput,
|
|
27
|
+
BackupClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListProtectedResourcesByBackupVaultCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListProtectedResourcesByBackupVaultCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: BackupClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListProtectedResourcesByBackupVaultCommandInput,
|
|
38
|
+
ListProtectedResourcesByBackupVaultCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -4,6 +4,7 @@ export * from "./CreateBackupSelectionCommand";
|
|
|
4
4
|
export * from "./CreateBackupVaultCommand";
|
|
5
5
|
export * from "./CreateFrameworkCommand";
|
|
6
6
|
export * from "./CreateLegalHoldCommand";
|
|
7
|
+
export * from "./CreateLogicallyAirGappedBackupVaultCommand";
|
|
7
8
|
export * from "./CreateReportPlanCommand";
|
|
8
9
|
export * from "./DeleteBackupPlanCommand";
|
|
9
10
|
export * from "./DeleteBackupSelectionCommand";
|
|
@@ -46,6 +47,7 @@ export * from "./ListBackupVaultsCommand";
|
|
|
46
47
|
export * from "./ListCopyJobsCommand";
|
|
47
48
|
export * from "./ListFrameworksCommand";
|
|
48
49
|
export * from "./ListLegalHoldsCommand";
|
|
50
|
+
export * from "./ListProtectedResourcesByBackupVaultCommand";
|
|
49
51
|
export * from "./ListProtectedResourcesCommand";
|
|
50
52
|
export * from "./ListRecoveryPointsByBackupVaultCommand";
|
|
51
53
|
export * from "./ListRecoveryPointsByLegalHoldCommand";
|
|
@@ -392,6 +392,36 @@ export interface CreateLegalHoldOutput {
|
|
|
392
392
|
CreationDate?: Date;
|
|
393
393
|
RecoveryPointSelection?: RecoveryPointSelection;
|
|
394
394
|
}
|
|
395
|
+
export interface CreateLogicallyAirGappedBackupVaultInput {
|
|
396
|
+
BackupVaultName: string | undefined;
|
|
397
|
+
BackupVaultTags?: Record<string, string>;
|
|
398
|
+
CreatorRequestId?: string;
|
|
399
|
+
MinRetentionDays: number | undefined;
|
|
400
|
+
MaxRetentionDays: number | undefined;
|
|
401
|
+
}
|
|
402
|
+
export declare const VaultState: {
|
|
403
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
404
|
+
readonly CREATING: "CREATING";
|
|
405
|
+
readonly FAILED: "FAILED";
|
|
406
|
+
};
|
|
407
|
+
export type VaultState = (typeof VaultState)[keyof typeof VaultState];
|
|
408
|
+
export interface CreateLogicallyAirGappedBackupVaultOutput {
|
|
409
|
+
BackupVaultName?: string;
|
|
410
|
+
BackupVaultArn?: string;
|
|
411
|
+
CreationDate?: Date;
|
|
412
|
+
VaultState?: VaultState | string;
|
|
413
|
+
}
|
|
414
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
415
|
+
readonly name: "InvalidRequestException";
|
|
416
|
+
readonly $fault: "client";
|
|
417
|
+
Code?: string;
|
|
418
|
+
Message?: string;
|
|
419
|
+
Type?: string;
|
|
420
|
+
Context?: string;
|
|
421
|
+
constructor(
|
|
422
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
423
|
+
);
|
|
424
|
+
}
|
|
395
425
|
export interface ReportDeliveryChannel {
|
|
396
426
|
S3BucketName: string | undefined;
|
|
397
427
|
S3KeyPrefix?: string;
|
|
@@ -427,17 +457,6 @@ export interface DeleteBackupPlanOutput {
|
|
|
427
457
|
DeletionDate?: Date;
|
|
428
458
|
VersionId?: string;
|
|
429
459
|
}
|
|
430
|
-
export declare class InvalidRequestException extends __BaseException {
|
|
431
|
-
readonly name: "InvalidRequestException";
|
|
432
|
-
readonly $fault: "client";
|
|
433
|
-
Code?: string;
|
|
434
|
-
Message?: string;
|
|
435
|
-
Type?: string;
|
|
436
|
-
Context?: string;
|
|
437
|
-
constructor(
|
|
438
|
-
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
439
|
-
);
|
|
440
|
-
}
|
|
441
460
|
export interface DeleteBackupSelectionInput {
|
|
442
461
|
BackupPlanId: string | undefined;
|
|
443
462
|
SelectionId: string | undefined;
|
|
@@ -507,10 +526,17 @@ export interface DescribeBackupJobOutput {
|
|
|
507
526
|
}
|
|
508
527
|
export interface DescribeBackupVaultInput {
|
|
509
528
|
BackupVaultName: string | undefined;
|
|
529
|
+
BackupVaultAccountId?: string;
|
|
510
530
|
}
|
|
531
|
+
export declare const VaultType: {
|
|
532
|
+
readonly BACKUP_VAULT: "BACKUP_VAULT";
|
|
533
|
+
readonly LOGICALLY_AIR_GAPPED_BACKUP_VAULT: "LOGICALLY_AIR_GAPPED_BACKUP_VAULT";
|
|
534
|
+
};
|
|
535
|
+
export type VaultType = (typeof VaultType)[keyof typeof VaultType];
|
|
511
536
|
export interface DescribeBackupVaultOutput {
|
|
512
537
|
BackupVaultName?: string;
|
|
513
538
|
BackupVaultArn?: string;
|
|
539
|
+
VaultType?: VaultType | string;
|
|
514
540
|
EncryptionKeyArn?: string;
|
|
515
541
|
CreationDate?: Date;
|
|
516
542
|
CreatorRequestId?: string;
|
|
@@ -556,6 +582,7 @@ export interface DescribeProtectedResourceOutput {
|
|
|
556
582
|
export interface DescribeRecoveryPointInput {
|
|
557
583
|
BackupVaultName: string | undefined;
|
|
558
584
|
RecoveryPointArn: string | undefined;
|
|
585
|
+
BackupVaultAccountId?: string;
|
|
559
586
|
}
|
|
560
587
|
export declare const RecoveryPointStatus: {
|
|
561
588
|
readonly COMPLETED: "COMPLETED";
|
|
@@ -752,6 +779,7 @@ export interface GetLegalHoldOutput {
|
|
|
752
779
|
export interface GetRecoveryPointRestoreMetadataInput {
|
|
753
780
|
BackupVaultName: string | undefined;
|
|
754
781
|
RecoveryPointArn: string | undefined;
|
|
782
|
+
BackupVaultAccountId?: string;
|
|
755
783
|
}
|
|
756
784
|
export interface GetRecoveryPointRestoreMetadataOutput {
|
|
757
785
|
BackupVaultArn?: string;
|
|
@@ -815,6 +843,8 @@ export interface ListBackupSelectionsOutput {
|
|
|
815
843
|
BackupSelectionsList?: BackupSelectionsListMember[];
|
|
816
844
|
}
|
|
817
845
|
export interface ListBackupVaultsInput {
|
|
846
|
+
ByVaultType?: VaultType | string;
|
|
847
|
+
ByShared?: boolean;
|
|
818
848
|
NextToken?: string;
|
|
819
849
|
MaxResults?: number;
|
|
820
850
|
}
|
|
@@ -887,8 +917,19 @@ export interface ListProtectedResourcesOutput {
|
|
|
887
917
|
Results?: ProtectedResource[];
|
|
888
918
|
NextToken?: string;
|
|
889
919
|
}
|
|
920
|
+
export interface ListProtectedResourcesByBackupVaultInput {
|
|
921
|
+
BackupVaultName: string | undefined;
|
|
922
|
+
BackupVaultAccountId?: string;
|
|
923
|
+
NextToken?: string;
|
|
924
|
+
MaxResults?: number;
|
|
925
|
+
}
|
|
926
|
+
export interface ListProtectedResourcesByBackupVaultOutput {
|
|
927
|
+
Results?: ProtectedResource[];
|
|
928
|
+
NextToken?: string;
|
|
929
|
+
}
|
|
890
930
|
export interface ListRecoveryPointsByBackupVaultInput {
|
|
891
931
|
BackupVaultName: string | undefined;
|
|
932
|
+
BackupVaultAccountId?: string;
|
|
892
933
|
NextToken?: string;
|
|
893
934
|
MaxResults?: number;
|
|
894
935
|
ByResourceArn?: string;
|
|
@@ -1163,6 +1204,9 @@ export declare const CreateBackupVaultInputFilterSensitiveLog: (
|
|
|
1163
1204
|
export declare const CreateLegalHoldInputFilterSensitiveLog: (
|
|
1164
1205
|
obj: CreateLegalHoldInput
|
|
1165
1206
|
) => any;
|
|
1207
|
+
export declare const CreateLogicallyAirGappedBackupVaultInputFilterSensitiveLog: (
|
|
1208
|
+
obj: CreateLogicallyAirGappedBackupVaultInput
|
|
1209
|
+
) => any;
|
|
1166
1210
|
export declare const GetBackupPlanOutputFilterSensitiveLog: (
|
|
1167
1211
|
obj: GetBackupPlanOutput
|
|
1168
1212
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListProtectedResourcesByBackupVaultCommandInput,
|
|
4
|
+
ListProtectedResourcesByBackupVaultCommandOutput,
|
|
5
|
+
} from "../commands/ListProtectedResourcesByBackupVaultCommand";
|
|
6
|
+
import { BackupPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListProtectedResourcesByBackupVault(
|
|
8
|
+
config: BackupPaginationConfiguration,
|
|
9
|
+
input: ListProtectedResourcesByBackupVaultCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListProtectedResourcesByBackupVaultCommandOutput>;
|
|
@@ -8,6 +8,7 @@ export * from "./ListBackupVaultsPaginator";
|
|
|
8
8
|
export * from "./ListCopyJobsPaginator";
|
|
9
9
|
export * from "./ListFrameworksPaginator";
|
|
10
10
|
export * from "./ListLegalHoldsPaginator";
|
|
11
|
+
export * from "./ListProtectedResourcesByBackupVaultPaginator";
|
|
11
12
|
export * from "./ListProtectedResourcesPaginator";
|
|
12
13
|
export * from "./ListRecoveryPointsByBackupVaultPaginator";
|
|
13
14
|
export * from "./ListRecoveryPointsByLegalHoldPaginator";
|
|
@@ -27,6 +27,10 @@ import {
|
|
|
27
27
|
CreateLegalHoldCommandInput,
|
|
28
28
|
CreateLegalHoldCommandOutput,
|
|
29
29
|
} from "../commands/CreateLegalHoldCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateLogicallyAirGappedBackupVaultCommandInput,
|
|
32
|
+
CreateLogicallyAirGappedBackupVaultCommandOutput,
|
|
33
|
+
} from "../commands/CreateLogicallyAirGappedBackupVaultCommand";
|
|
30
34
|
import {
|
|
31
35
|
CreateReportPlanCommandInput,
|
|
32
36
|
CreateReportPlanCommandOutput,
|
|
@@ -195,6 +199,10 @@ import {
|
|
|
195
199
|
ListLegalHoldsCommandInput,
|
|
196
200
|
ListLegalHoldsCommandOutput,
|
|
197
201
|
} from "../commands/ListLegalHoldsCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListProtectedResourcesByBackupVaultCommandInput,
|
|
204
|
+
ListProtectedResourcesByBackupVaultCommandOutput,
|
|
205
|
+
} from "../commands/ListProtectedResourcesByBackupVaultCommand";
|
|
198
206
|
import {
|
|
199
207
|
ListProtectedResourcesCommandInput,
|
|
200
208
|
ListProtectedResourcesCommandOutput,
|
|
@@ -315,6 +323,10 @@ export declare const se_CreateLegalHoldCommand: (
|
|
|
315
323
|
input: CreateLegalHoldCommandInput,
|
|
316
324
|
context: __SerdeContext
|
|
317
325
|
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const se_CreateLogicallyAirGappedBackupVaultCommand: (
|
|
327
|
+
input: CreateLogicallyAirGappedBackupVaultCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
318
330
|
export declare const se_CreateReportPlanCommand: (
|
|
319
331
|
input: CreateReportPlanCommandInput,
|
|
320
332
|
context: __SerdeContext
|
|
@@ -487,6 +499,10 @@ export declare const se_ListProtectedResourcesCommand: (
|
|
|
487
499
|
input: ListProtectedResourcesCommandInput,
|
|
488
500
|
context: __SerdeContext
|
|
489
501
|
) => Promise<__HttpRequest>;
|
|
502
|
+
export declare const se_ListProtectedResourcesByBackupVaultCommand: (
|
|
503
|
+
input: ListProtectedResourcesByBackupVaultCommandInput,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<__HttpRequest>;
|
|
490
506
|
export declare const se_ListRecoveryPointsByBackupVaultCommand: (
|
|
491
507
|
input: ListRecoveryPointsByBackupVaultCommandInput,
|
|
492
508
|
context: __SerdeContext
|
|
@@ -603,6 +619,10 @@ export declare const de_CreateLegalHoldCommand: (
|
|
|
603
619
|
output: __HttpResponse,
|
|
604
620
|
context: __SerdeContext
|
|
605
621
|
) => Promise<CreateLegalHoldCommandOutput>;
|
|
622
|
+
export declare const de_CreateLogicallyAirGappedBackupVaultCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<CreateLogicallyAirGappedBackupVaultCommandOutput>;
|
|
606
626
|
export declare const de_CreateReportPlanCommand: (
|
|
607
627
|
output: __HttpResponse,
|
|
608
628
|
context: __SerdeContext
|
|
@@ -775,6 +795,10 @@ export declare const de_ListProtectedResourcesCommand: (
|
|
|
775
795
|
output: __HttpResponse,
|
|
776
796
|
context: __SerdeContext
|
|
777
797
|
) => Promise<ListProtectedResourcesCommandOutput>;
|
|
798
|
+
export declare const de_ListProtectedResourcesByBackupVaultCommand: (
|
|
799
|
+
output: __HttpResponse,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<ListProtectedResourcesByBackupVaultCommandOutput>;
|
|
778
802
|
export declare const de_ListRecoveryPointsByBackupVaultCommand: (
|
|
779
803
|
output: __HttpResponse,
|
|
780
804
|
context: __SerdeContext
|
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.388.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,37 +21,37 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.0.
|
|
36
|
-
"@smithy/fetch-http-handler": "^2.0.
|
|
37
|
-
"@smithy/hash-node": "^2.0.
|
|
38
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
39
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
40
|
-
"@smithy/middleware-endpoint": "^2.0.
|
|
41
|
-
"@smithy/middleware-retry": "^2.0.
|
|
42
|
-
"@smithy/middleware-serde": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.388.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.388.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.387.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.387.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.387.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.387.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.387.0",
|
|
31
|
+
"@aws-sdk/types": "3.387.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.387.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.387.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.387.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.0.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^2.0.2",
|
|
37
|
+
"@smithy/hash-node": "^2.0.2",
|
|
38
|
+
"@smithy/invalid-dependency": "^2.0.2",
|
|
39
|
+
"@smithy/middleware-content-length": "^2.0.2",
|
|
40
|
+
"@smithy/middleware-endpoint": "^2.0.2",
|
|
41
|
+
"@smithy/middleware-retry": "^2.0.2",
|
|
42
|
+
"@smithy/middleware-serde": "^2.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^2.0.0",
|
|
44
|
-
"@smithy/node-config-provider": "^2.0.
|
|
45
|
-
"@smithy/node-http-handler": "^2.0.
|
|
46
|
-
"@smithy/protocol-http": "^2.0.
|
|
47
|
-
"@smithy/smithy-client": "^2.0.
|
|
48
|
-
"@smithy/types": "^2.0
|
|
49
|
-
"@smithy/url-parser": "^2.0.
|
|
44
|
+
"@smithy/node-config-provider": "^2.0.2",
|
|
45
|
+
"@smithy/node-http-handler": "^2.0.2",
|
|
46
|
+
"@smithy/protocol-http": "^2.0.2",
|
|
47
|
+
"@smithy/smithy-client": "^2.0.2",
|
|
48
|
+
"@smithy/types": "^2.1.0",
|
|
49
|
+
"@smithy/url-parser": "^2.0.2",
|
|
50
50
|
"@smithy/util-base64": "^2.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^2.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^2.0.2",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^2.0.2",
|
|
55
55
|
"@smithy/util-retry": "^2.0.0",
|
|
56
56
|
"@smithy/util-utf8": "^2.0.0",
|
|
57
57
|
"tslib": "^2.5.0",
|