@aws-sdk/client-redshift 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/RedshiftServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +1399 -4
- package/dist-cjs/models/models_1.js +251 -3
- package/dist-cjs/protocols/Aws_query.js +1315 -4522
- package/dist-es/index.js +1 -0
- package/dist-es/models/RedshiftServiceException.js +12 -0
- package/dist-es/models/models_0.js +1287 -1
- package/dist-es/models/models_1.js +230 -1
- package/dist-es/protocols/Aws_query.js +2680 -4687
- package/dist-types/Redshift.d.ts +7 -5
- package/dist-types/RedshiftClient.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +2 -2
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +2 -2
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +3 -1
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/RedshiftServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +771 -438
- package/dist-types/models/models_1.d.ts +147 -86
- 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/RedshiftClient.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/RedshiftServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +542 -429
- package/dist-types/ts3.4/models/models_1.d.ts +99 -77
- 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 +34 -34
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ActionType, AquaConfiguration, AquaConfigurationStatus, AvailabilityZone, Cluster, ClusterSecurityGroup, ClusterSubnetGroup, EventSubscription, HsmConfiguration, Parameter, RecurringCharge, ReservedNode, ReservedNodeExchangeStatus, ReservedNodeOfferingType, ScheduledAction, ScheduledActionType, Snapshot, SnapshotCopyGrant, SnapshotSchedule, Tag, UsageLimit, UsageLimitBreachAction, UsageLimitFeatureType } from "./models_0";
|
|
3
|
+
import { RedshiftServiceException as __BaseException } from "./RedshiftServiceException";
|
|
3
4
|
|
|
4
5
|
export interface HsmConfigurationMessage {
|
|
5
6
|
|
|
@@ -229,10 +230,11 @@ export declare namespace DescribeReservedNodeExchangeStatusOutputMessage {
|
|
|
229
230
|
const filterSensitiveLog: (obj: DescribeReservedNodeExchangeStatusOutputMessage) => any;
|
|
230
231
|
}
|
|
231
232
|
|
|
232
|
-
export
|
|
233
|
-
name: "ReservedNodeExchangeNotFoundFault";
|
|
234
|
-
$fault: "client";
|
|
235
|
-
|
|
233
|
+
export declare class ReservedNodeExchangeNotFoundFault extends __BaseException {
|
|
234
|
+
readonly name: "ReservedNodeExchangeNotFoundFault";
|
|
235
|
+
readonly $fault: "client";
|
|
236
|
+
|
|
237
|
+
constructor(opts: __ExceptionOptionType<ReservedNodeExchangeNotFoundFault, __BaseException>);
|
|
236
238
|
}
|
|
237
239
|
|
|
238
240
|
export interface DescribeReservedNodeOfferingsMessage {
|
|
@@ -440,10 +442,11 @@ export declare namespace DescribeTableRestoreStatusMessage {
|
|
|
440
442
|
const filterSensitiveLog: (obj: DescribeTableRestoreStatusMessage) => any;
|
|
441
443
|
}
|
|
442
444
|
|
|
443
|
-
export
|
|
444
|
-
name: "TableRestoreNotFoundFault";
|
|
445
|
-
$fault: "client";
|
|
446
|
-
|
|
445
|
+
export declare class TableRestoreNotFoundFault extends __BaseException {
|
|
446
|
+
readonly name: "TableRestoreNotFoundFault";
|
|
447
|
+
readonly $fault: "client";
|
|
448
|
+
|
|
449
|
+
constructor(opts: __ExceptionOptionType<TableRestoreNotFoundFault, __BaseException>);
|
|
447
450
|
}
|
|
448
451
|
export declare type TableRestoreStatusType = "CANCELED" | "FAILED" | "IN_PROGRESS" | "PENDING" | "SUCCEEDED";
|
|
449
452
|
|
|
@@ -592,10 +595,11 @@ export declare namespace DisableSnapshotCopyResult {
|
|
|
592
595
|
const filterSensitiveLog: (obj: DisableSnapshotCopyResult) => any;
|
|
593
596
|
}
|
|
594
597
|
|
|
595
|
-
export
|
|
596
|
-
name: "SnapshotCopyAlreadyDisabledFault";
|
|
597
|
-
$fault: "client";
|
|
598
|
-
|
|
598
|
+
export declare class SnapshotCopyAlreadyDisabledFault extends __BaseException {
|
|
599
|
+
readonly name: "SnapshotCopyAlreadyDisabledFault";
|
|
600
|
+
readonly $fault: "client";
|
|
601
|
+
|
|
602
|
+
constructor(opts: __ExceptionOptionType<SnapshotCopyAlreadyDisabledFault, __BaseException>);
|
|
599
603
|
}
|
|
600
604
|
export interface DisassociateDataShareConsumerMessage {
|
|
601
605
|
|
|
@@ -604,6 +608,8 @@ export interface DisassociateDataShareConsumerMessage {
|
|
|
604
608
|
DisassociateEntireAccount?: boolean;
|
|
605
609
|
|
|
606
610
|
ConsumerArn?: string;
|
|
611
|
+
|
|
612
|
+
ConsumerRegion?: string;
|
|
607
613
|
}
|
|
608
614
|
export declare namespace DisassociateDataShareConsumerMessage {
|
|
609
615
|
|
|
@@ -623,22 +629,25 @@ export declare namespace EnableLoggingMessage {
|
|
|
623
629
|
const filterSensitiveLog: (obj: EnableLoggingMessage) => any;
|
|
624
630
|
}
|
|
625
631
|
|
|
626
|
-
export
|
|
627
|
-
name: "InsufficientS3BucketPolicyFault";
|
|
628
|
-
$fault: "client";
|
|
629
|
-
|
|
632
|
+
export declare class InsufficientS3BucketPolicyFault extends __BaseException {
|
|
633
|
+
readonly name: "InsufficientS3BucketPolicyFault";
|
|
634
|
+
readonly $fault: "client";
|
|
635
|
+
|
|
636
|
+
constructor(opts: __ExceptionOptionType<InsufficientS3BucketPolicyFault, __BaseException>);
|
|
630
637
|
}
|
|
631
638
|
|
|
632
|
-
export
|
|
633
|
-
name: "InvalidS3BucketNameFault";
|
|
634
|
-
$fault: "client";
|
|
635
|
-
|
|
639
|
+
export declare class InvalidS3BucketNameFault extends __BaseException {
|
|
640
|
+
readonly name: "InvalidS3BucketNameFault";
|
|
641
|
+
readonly $fault: "client";
|
|
642
|
+
|
|
643
|
+
constructor(opts: __ExceptionOptionType<InvalidS3BucketNameFault, __BaseException>);
|
|
636
644
|
}
|
|
637
645
|
|
|
638
|
-
export
|
|
639
|
-
name: "InvalidS3KeyPrefixFault";
|
|
640
|
-
$fault: "client";
|
|
641
|
-
|
|
646
|
+
export declare class InvalidS3KeyPrefixFault extends __BaseException {
|
|
647
|
+
readonly name: "InvalidS3KeyPrefixFault";
|
|
648
|
+
readonly $fault: "client";
|
|
649
|
+
|
|
650
|
+
constructor(opts: __ExceptionOptionType<InvalidS3KeyPrefixFault, __BaseException>);
|
|
642
651
|
}
|
|
643
652
|
|
|
644
653
|
export interface EnableSnapshotCopyMessage {
|
|
@@ -666,28 +675,32 @@ export declare namespace EnableSnapshotCopyResult {
|
|
|
666
675
|
const filterSensitiveLog: (obj: EnableSnapshotCopyResult) => any;
|
|
667
676
|
}
|
|
668
677
|
|
|
669
|
-
export
|
|
670
|
-
name: "IncompatibleOrderableOptions";
|
|
671
|
-
$fault: "client";
|
|
672
|
-
|
|
678
|
+
export declare class IncompatibleOrderableOptions extends __BaseException {
|
|
679
|
+
readonly name: "IncompatibleOrderableOptions";
|
|
680
|
+
readonly $fault: "client";
|
|
681
|
+
|
|
682
|
+
constructor(opts: __ExceptionOptionType<IncompatibleOrderableOptions, __BaseException>);
|
|
673
683
|
}
|
|
674
684
|
|
|
675
|
-
export
|
|
676
|
-
name: "SnapshotCopyAlreadyEnabledFault";
|
|
677
|
-
$fault: "client";
|
|
678
|
-
|
|
685
|
+
export declare class SnapshotCopyAlreadyEnabledFault extends __BaseException {
|
|
686
|
+
readonly name: "SnapshotCopyAlreadyEnabledFault";
|
|
687
|
+
readonly $fault: "client";
|
|
688
|
+
|
|
689
|
+
constructor(opts: __ExceptionOptionType<SnapshotCopyAlreadyEnabledFault, __BaseException>);
|
|
679
690
|
}
|
|
680
691
|
|
|
681
|
-
export
|
|
682
|
-
name: "UnknownSnapshotCopyRegionFault";
|
|
683
|
-
$fault: "client";
|
|
684
|
-
|
|
692
|
+
export declare class UnknownSnapshotCopyRegionFault extends __BaseException {
|
|
693
|
+
readonly name: "UnknownSnapshotCopyRegionFault";
|
|
694
|
+
readonly $fault: "client";
|
|
695
|
+
|
|
696
|
+
constructor(opts: __ExceptionOptionType<UnknownSnapshotCopyRegionFault, __BaseException>);
|
|
685
697
|
}
|
|
686
698
|
|
|
687
|
-
export
|
|
688
|
-
name: "EndpointAuthorizationNotFoundFault";
|
|
689
|
-
$fault: "client";
|
|
690
|
-
|
|
699
|
+
export declare class EndpointAuthorizationNotFoundFault extends __BaseException {
|
|
700
|
+
readonly name: "EndpointAuthorizationNotFoundFault";
|
|
701
|
+
readonly $fault: "client";
|
|
702
|
+
|
|
703
|
+
constructor(opts: __ExceptionOptionType<EndpointAuthorizationNotFoundFault, __BaseException>);
|
|
691
704
|
}
|
|
692
705
|
|
|
693
706
|
export interface GetClusterCredentialsMessage {
|
|
@@ -775,22 +788,25 @@ export declare namespace GetReservedNodeExchangeOfferingsOutputMessage {
|
|
|
775
788
|
const filterSensitiveLog: (obj: GetReservedNodeExchangeOfferingsOutputMessage) => any;
|
|
776
789
|
}
|
|
777
790
|
|
|
778
|
-
export
|
|
779
|
-
name: "InProgressTableRestoreQuotaExceededFault";
|
|
780
|
-
$fault: "client";
|
|
781
|
-
|
|
791
|
+
export declare class InProgressTableRestoreQuotaExceededFault extends __BaseException {
|
|
792
|
+
readonly name: "InProgressTableRestoreQuotaExceededFault";
|
|
793
|
+
readonly $fault: "client";
|
|
794
|
+
|
|
795
|
+
constructor(opts: __ExceptionOptionType<InProgressTableRestoreQuotaExceededFault, __BaseException>);
|
|
782
796
|
}
|
|
783
797
|
|
|
784
|
-
export
|
|
785
|
-
name: "InvalidRestoreFault";
|
|
786
|
-
$fault: "client";
|
|
787
|
-
|
|
798
|
+
export declare class InvalidRestoreFault extends __BaseException {
|
|
799
|
+
readonly name: "InvalidRestoreFault";
|
|
800
|
+
readonly $fault: "client";
|
|
801
|
+
|
|
802
|
+
constructor(opts: __ExceptionOptionType<InvalidRestoreFault, __BaseException>);
|
|
788
803
|
}
|
|
789
804
|
|
|
790
|
-
export
|
|
791
|
-
name: "InvalidTableRestoreArgumentFault";
|
|
792
|
-
$fault: "client";
|
|
793
|
-
|
|
805
|
+
export declare class InvalidTableRestoreArgumentFault extends __BaseException {
|
|
806
|
+
readonly name: "InvalidTableRestoreArgumentFault";
|
|
807
|
+
readonly $fault: "client";
|
|
808
|
+
|
|
809
|
+
constructor(opts: __ExceptionOptionType<InvalidTableRestoreArgumentFault, __BaseException>);
|
|
794
810
|
}
|
|
795
811
|
export interface ModifyAquaInputMessage {
|
|
796
812
|
|
|
@@ -896,16 +912,18 @@ export declare namespace ModifyClusterResult {
|
|
|
896
912
|
const filterSensitiveLog: (obj: ModifyClusterResult) => any;
|
|
897
913
|
}
|
|
898
914
|
|
|
899
|
-
export
|
|
900
|
-
name: "TableLimitExceededFault";
|
|
901
|
-
$fault: "client";
|
|
902
|
-
|
|
915
|
+
export declare class TableLimitExceededFault extends __BaseException {
|
|
916
|
+
readonly name: "TableLimitExceededFault";
|
|
917
|
+
readonly $fault: "client";
|
|
918
|
+
|
|
919
|
+
constructor(opts: __ExceptionOptionType<TableLimitExceededFault, __BaseException>);
|
|
903
920
|
}
|
|
904
921
|
|
|
905
|
-
export
|
|
906
|
-
name: "UnsupportedOptionFault";
|
|
907
|
-
$fault: "client";
|
|
908
|
-
|
|
922
|
+
export declare class UnsupportedOptionFault extends __BaseException {
|
|
923
|
+
readonly name: "UnsupportedOptionFault";
|
|
924
|
+
readonly $fault: "client";
|
|
925
|
+
|
|
926
|
+
constructor(opts: __ExceptionOptionType<UnsupportedOptionFault, __BaseException>);
|
|
909
927
|
}
|
|
910
928
|
export interface ModifyClusterDbRevisionMessage {
|
|
911
929
|
|
|
@@ -1039,10 +1057,11 @@ export declare namespace ModifyClusterSubnetGroupResult {
|
|
|
1039
1057
|
const filterSensitiveLog: (obj: ModifyClusterSubnetGroupResult) => any;
|
|
1040
1058
|
}
|
|
1041
1059
|
|
|
1042
|
-
export
|
|
1043
|
-
name: "SubnetAlreadyInUse";
|
|
1044
|
-
$fault: "client";
|
|
1045
|
-
|
|
1060
|
+
export declare class SubnetAlreadyInUse extends __BaseException {
|
|
1061
|
+
readonly name: "SubnetAlreadyInUse";
|
|
1062
|
+
readonly $fault: "client";
|
|
1063
|
+
|
|
1064
|
+
constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
|
|
1046
1065
|
}
|
|
1047
1066
|
export interface ModifyEndpointAccessMessage {
|
|
1048
1067
|
|
|
@@ -1127,10 +1146,11 @@ export declare namespace ModifySnapshotCopyRetentionPeriodResult {
|
|
|
1127
1146
|
const filterSensitiveLog: (obj: ModifySnapshotCopyRetentionPeriodResult) => any;
|
|
1128
1147
|
}
|
|
1129
1148
|
|
|
1130
|
-
export
|
|
1131
|
-
name: "SnapshotCopyDisabledFault";
|
|
1132
|
-
$fault: "client";
|
|
1133
|
-
|
|
1149
|
+
export declare class SnapshotCopyDisabledFault extends __BaseException {
|
|
1150
|
+
readonly name: "SnapshotCopyDisabledFault";
|
|
1151
|
+
readonly $fault: "client";
|
|
1152
|
+
|
|
1153
|
+
constructor(opts: __ExceptionOptionType<SnapshotCopyDisabledFault, __BaseException>);
|
|
1134
1154
|
}
|
|
1135
1155
|
export interface ModifySnapshotScheduleMessage {
|
|
1136
1156
|
|
|
@@ -1143,10 +1163,11 @@ export declare namespace ModifySnapshotScheduleMessage {
|
|
|
1143
1163
|
const filterSensitiveLog: (obj: ModifySnapshotScheduleMessage) => any;
|
|
1144
1164
|
}
|
|
1145
1165
|
|
|
1146
|
-
export
|
|
1147
|
-
name: "SnapshotScheduleUpdateInProgressFault";
|
|
1148
|
-
$fault: "client";
|
|
1149
|
-
|
|
1166
|
+
export declare class SnapshotScheduleUpdateInProgressFault extends __BaseException {
|
|
1167
|
+
readonly name: "SnapshotScheduleUpdateInProgressFault";
|
|
1168
|
+
readonly $fault: "client";
|
|
1169
|
+
|
|
1170
|
+
constructor(opts: __ExceptionOptionType<SnapshotScheduleUpdateInProgressFault, __BaseException>);
|
|
1150
1171
|
}
|
|
1151
1172
|
export interface ModifyUsageLimitMessage {
|
|
1152
1173
|
|
|
@@ -1188,10 +1209,11 @@ export declare namespace PurchaseReservedNodeOfferingResult {
|
|
|
1188
1209
|
const filterSensitiveLog: (obj: PurchaseReservedNodeOfferingResult) => any;
|
|
1189
1210
|
}
|
|
1190
1211
|
|
|
1191
|
-
export
|
|
1192
|
-
name: "ReservedNodeQuotaExceededFault";
|
|
1193
|
-
$fault: "client";
|
|
1194
|
-
|
|
1212
|
+
export declare class ReservedNodeQuotaExceededFault extends __BaseException {
|
|
1213
|
+
readonly name: "ReservedNodeQuotaExceededFault";
|
|
1214
|
+
readonly $fault: "client";
|
|
1215
|
+
|
|
1216
|
+
constructor(opts: __ExceptionOptionType<ReservedNodeQuotaExceededFault, __BaseException>);
|
|
1195
1217
|
}
|
|
1196
1218
|
|
|
1197
1219
|
export interface RebootClusterMessage {
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
|
|
|
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: RedshiftClientConfig) => {
|
|
|
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: RedshiftClientConfig) => {
|
|
|
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-redshift",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift 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,43 +18,43 @@
|
|
|
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.
|
|
51
|
-
"@aws-sdk/util-waiter": "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
|
+
"@aws-sdk/util-waiter": "3.54.0",
|
|
52
52
|
"entities": "2.2.0",
|
|
53
53
|
"fast-xml-parser": "3.19.0",
|
|
54
54
|
"tslib": "^2.3.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
57
|
+
"@aws-sdk/service-client-documentation-generator": "3.52.0",
|
|
58
58
|
"@tsconfig/recommended": "1.0.1",
|
|
59
59
|
"@types/node": "^12.7.5",
|
|
60
60
|
"concurrently": "7.0.0",
|