@aws-sdk/client-backup 3.51.0 → 3.54.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/CHANGELOG.md +30 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/BackupServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +179 -4
- package/dist-cjs/protocols/Aws_restJson1.js +653 -2416
- package/dist-es/index.js +1 -0
- package/dist-es/models/BackupServiceException.js +12 -0
- package/dist-es/models/models_0.js +166 -1
- package/dist-es/protocols/Aws_restJson1.js +1433 -2691
- package/dist-types/Backup.d.ts +14 -12
- package/dist-types/BackupClient.d.ts +2 -2
- package/dist-types/commands/CreateBackupSelectionCommand.d.ts +1 -2
- package/dist-types/commands/ListTagsCommand.d.ts +4 -5
- package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +9 -5
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/BackupServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +270 -99
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/BackupClient.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/BackupServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +55 -32
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +33 -33
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: BackupClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: BackupClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: BackupClientConfig) => {
|
|
|
8
8
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
10
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
14
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { CreateBackupPlanCommandInput, CreateBackupPlanCommandOutput } from "./commands/CreateBackupPlanCommand";
|
|
10
10
|
import { CreateBackupSelectionCommandInput, CreateBackupSelectionCommandOutput } from "./commands/CreateBackupSelectionCommand";
|
|
11
11
|
import { CreateBackupVaultCommandInput, CreateBackupVaultCommandOutput } from "./commands/CreateBackupVaultCommand";
|
|
@@ -82,7 +82,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
82
82
|
|
|
83
83
|
urlParser?: __UrlParser;
|
|
84
84
|
|
|
85
|
-
bodyLengthChecker?:
|
|
85
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
86
86
|
|
|
87
87
|
streamCollector?: __StreamCollector;
|
|
88
88
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { BackupServiceException as __BaseException } from "./BackupServiceException";
|
|
2
3
|
|
|
3
4
|
export interface AdvancedBackupSetting {
|
|
4
5
|
|
|
@@ -13,9 +14,9 @@ export declare namespace AdvancedBackupSetting {
|
|
|
13
14
|
const filterSensitiveLog: (obj: AdvancedBackupSetting) => any;
|
|
14
15
|
}
|
|
15
16
|
|
|
16
|
-
export
|
|
17
|
-
name: "AlreadyExistsException";
|
|
18
|
-
$fault: "client";
|
|
17
|
+
export declare class AlreadyExistsException extends __BaseException {
|
|
18
|
+
readonly name: "AlreadyExistsException";
|
|
19
|
+
readonly $fault: "client";
|
|
19
20
|
Code?: string;
|
|
20
21
|
Message?: string;
|
|
21
22
|
|
|
@@ -26,6 +27,8 @@ export interface AlreadyExistsException extends __SmithyException, $MetadataBear
|
|
|
26
27
|
Type?: string;
|
|
27
28
|
|
|
28
29
|
Context?: string;
|
|
30
|
+
|
|
31
|
+
constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
|
|
29
32
|
}
|
|
30
33
|
|
|
31
34
|
export interface RecoveryPointCreator {
|
|
@@ -336,7 +339,9 @@ export declare enum BackupVaultEvent {
|
|
|
336
339
|
RESTORE_JOB_COMPLETED = "RESTORE_JOB_COMPLETED",
|
|
337
340
|
RESTORE_JOB_FAILED = "RESTORE_JOB_FAILED",
|
|
338
341
|
RESTORE_JOB_STARTED = "RESTORE_JOB_STARTED",
|
|
339
|
-
RESTORE_JOB_SUCCESSFUL = "RESTORE_JOB_SUCCESSFUL"
|
|
342
|
+
RESTORE_JOB_SUCCESSFUL = "RESTORE_JOB_SUCCESSFUL",
|
|
343
|
+
S3_BACKUP_OBJECT_FAILED = "S3_BACKUP_OBJECT_FAILED",
|
|
344
|
+
S3_RESTORE_OBJECT_FAILED = "S3_RESTORE_OBJECT_FAILED"
|
|
340
345
|
}
|
|
341
346
|
|
|
342
347
|
export interface BackupVaultListMember {
|
|
@@ -377,15 +382,17 @@ export declare namespace CalculatedLifecycle {
|
|
|
377
382
|
const filterSensitiveLog: (obj: CalculatedLifecycle) => any;
|
|
378
383
|
}
|
|
379
384
|
|
|
380
|
-
export
|
|
381
|
-
name: "ConflictException";
|
|
382
|
-
$fault: "client";
|
|
385
|
+
export declare class ConflictException extends __BaseException {
|
|
386
|
+
readonly name: "ConflictException";
|
|
387
|
+
readonly $fault: "client";
|
|
383
388
|
Code?: string;
|
|
384
389
|
Message?: string;
|
|
385
390
|
|
|
386
391
|
Type?: string;
|
|
387
392
|
|
|
388
393
|
Context?: string;
|
|
394
|
+
|
|
395
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
389
396
|
}
|
|
390
397
|
|
|
391
398
|
export interface ControlInputParameter {
|
|
@@ -487,48 +494,56 @@ export declare namespace CreateBackupPlanOutput {
|
|
|
487
494
|
const filterSensitiveLog: (obj: CreateBackupPlanOutput) => any;
|
|
488
495
|
}
|
|
489
496
|
|
|
490
|
-
export
|
|
491
|
-
name: "InvalidParameterValueException";
|
|
492
|
-
$fault: "client";
|
|
497
|
+
export declare class InvalidParameterValueException extends __BaseException {
|
|
498
|
+
readonly name: "InvalidParameterValueException";
|
|
499
|
+
readonly $fault: "client";
|
|
493
500
|
Code?: string;
|
|
494
501
|
Message?: string;
|
|
495
502
|
|
|
496
503
|
Type?: string;
|
|
497
504
|
|
|
498
505
|
Context?: string;
|
|
506
|
+
|
|
507
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
|
|
499
508
|
}
|
|
500
509
|
|
|
501
|
-
export
|
|
502
|
-
name: "LimitExceededException";
|
|
503
|
-
$fault: "client";
|
|
510
|
+
export declare class LimitExceededException extends __BaseException {
|
|
511
|
+
readonly name: "LimitExceededException";
|
|
512
|
+
readonly $fault: "client";
|
|
504
513
|
Code?: string;
|
|
505
514
|
Message?: string;
|
|
506
515
|
|
|
507
516
|
Type?: string;
|
|
508
517
|
|
|
509
518
|
Context?: string;
|
|
519
|
+
|
|
520
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
510
521
|
}
|
|
511
522
|
|
|
512
|
-
export
|
|
513
|
-
name: "MissingParameterValueException";
|
|
514
|
-
$fault: "client";
|
|
523
|
+
export declare class MissingParameterValueException extends __BaseException {
|
|
524
|
+
readonly name: "MissingParameterValueException";
|
|
525
|
+
readonly $fault: "client";
|
|
515
526
|
Code?: string;
|
|
516
527
|
Message?: string;
|
|
517
528
|
|
|
518
529
|
Type?: string;
|
|
519
530
|
|
|
520
531
|
Context?: string;
|
|
532
|
+
|
|
533
|
+
constructor(opts: __ExceptionOptionType<MissingParameterValueException, __BaseException>);
|
|
521
534
|
}
|
|
522
535
|
|
|
523
|
-
export
|
|
524
|
-
name: "ServiceUnavailableException";
|
|
525
|
-
$fault: "server";
|
|
536
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
537
|
+
readonly name: "ServiceUnavailableException";
|
|
538
|
+
readonly $fault: "server";
|
|
526
539
|
Code?: string;
|
|
527
540
|
Message?: string;
|
|
528
541
|
|
|
529
542
|
Type?: string;
|
|
530
543
|
|
|
531
544
|
Context?: string;
|
|
545
|
+
|
|
546
|
+
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
532
547
|
}
|
|
533
548
|
export interface CreateBackupSelectionInput {
|
|
534
549
|
|
|
@@ -704,26 +719,30 @@ export declare namespace DeleteBackupPlanOutput {
|
|
|
704
719
|
const filterSensitiveLog: (obj: DeleteBackupPlanOutput) => any;
|
|
705
720
|
}
|
|
706
721
|
|
|
707
|
-
export
|
|
708
|
-
name: "InvalidRequestException";
|
|
709
|
-
$fault: "client";
|
|
722
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
723
|
+
readonly name: "InvalidRequestException";
|
|
724
|
+
readonly $fault: "client";
|
|
710
725
|
Code?: string;
|
|
711
726
|
Message?: string;
|
|
712
727
|
|
|
713
728
|
Type?: string;
|
|
714
729
|
|
|
715
730
|
Context?: string;
|
|
731
|
+
|
|
732
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
716
733
|
}
|
|
717
734
|
|
|
718
|
-
export
|
|
719
|
-
name: "ResourceNotFoundException";
|
|
720
|
-
$fault: "client";
|
|
735
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
736
|
+
readonly name: "ResourceNotFoundException";
|
|
737
|
+
readonly $fault: "client";
|
|
721
738
|
Code?: string;
|
|
722
739
|
Message?: string;
|
|
723
740
|
|
|
724
741
|
Type?: string;
|
|
725
742
|
|
|
726
743
|
Context?: string;
|
|
744
|
+
|
|
745
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
727
746
|
}
|
|
728
747
|
export interface DeleteBackupSelectionInput {
|
|
729
748
|
|
|
@@ -786,15 +805,17 @@ export declare namespace DeleteRecoveryPointInput {
|
|
|
786
805
|
const filterSensitiveLog: (obj: DeleteRecoveryPointInput) => any;
|
|
787
806
|
}
|
|
788
807
|
|
|
789
|
-
export
|
|
790
|
-
name: "InvalidResourceStateException";
|
|
791
|
-
$fault: "client";
|
|
808
|
+
export declare class InvalidResourceStateException extends __BaseException {
|
|
809
|
+
readonly name: "InvalidResourceStateException";
|
|
810
|
+
readonly $fault: "client";
|
|
792
811
|
Code?: string;
|
|
793
812
|
Message?: string;
|
|
794
813
|
|
|
795
814
|
Type?: string;
|
|
796
815
|
|
|
797
816
|
Context?: string;
|
|
817
|
+
|
|
818
|
+
constructor(opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>);
|
|
798
819
|
}
|
|
799
820
|
export interface DeleteReportPlanInput {
|
|
800
821
|
|
|
@@ -805,15 +826,17 @@ export declare namespace DeleteReportPlanInput {
|
|
|
805
826
|
const filterSensitiveLog: (obj: DeleteReportPlanInput) => any;
|
|
806
827
|
}
|
|
807
828
|
|
|
808
|
-
export
|
|
809
|
-
name: "DependencyFailureException";
|
|
810
|
-
$fault: "server";
|
|
829
|
+
export declare class DependencyFailureException extends __BaseException {
|
|
830
|
+
readonly name: "DependencyFailureException";
|
|
831
|
+
readonly $fault: "server";
|
|
811
832
|
Code?: string;
|
|
812
833
|
Message?: string;
|
|
813
834
|
|
|
814
835
|
Type?: string;
|
|
815
836
|
|
|
816
837
|
Context?: string;
|
|
838
|
+
|
|
839
|
+
constructor(opts: __ExceptionOptionType<DependencyFailureException, __BaseException>);
|
|
817
840
|
}
|
|
818
841
|
export interface DescribeBackupJobInput {
|
|
819
842
|
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: BackupClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: BackupClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: BackupClientConfig) => {
|
|
|
6
6
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
11
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
12
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
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.54.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",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "rimraf ./dist-*"
|
|
12
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
|
|
13
13
|
},
|
|
14
14
|
"main": "./dist-cjs/index.js",
|
|
15
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -18,41 +18,41 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.54.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.54.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.54.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.54.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.54.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.54.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.54.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.54.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.54.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.54.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.54.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.54.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.54.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.54.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.54.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.54.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.54.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.54.0",
|
|
39
|
+
"@aws-sdk/types": "3.54.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.54.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.52.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.54.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.54.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.54.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.54.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.54.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.54.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.52.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.52.0",
|
|
51
51
|
"tslib": "^2.3.0",
|
|
52
52
|
"uuid": "^8.3.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.52.0",
|
|
56
56
|
"@tsconfig/recommended": "1.0.1",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"@types/uuid": "^8.3.0",
|