@aws-sdk/client-redshift 3.42.0 → 3.47.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 +51 -0
- package/dist-cjs/Redshift.js +30 -0
- package/dist-cjs/commands/DescribeHsmConfigurationsCommand.js +2 -1
- package/dist-cjs/commands/DescribeLoggingStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeReservedNodeExchangeStatusCommand.js +36 -0
- package/dist-cjs/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoints.js +1 -20
- package/dist-cjs/models/models_0.js +19 -660
- package/dist-cjs/models/models_1.js +48 -109
- package/dist-cjs/pagination/DescribeDataSharesForConsumerPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDataSharesForProducerPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDataSharesPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeReservedNodeExchangeStatusPaginator.js +35 -0
- package/dist-cjs/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +6 -1
- package/dist-cjs/protocols/Aws_query.js +508 -4
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/Redshift.js +30 -0
- package/dist-es/commands/DescribeHsmConfigurationsCommand.js +2 -1
- package/dist-es/commands/DescribeLoggingStatusCommand.js +1 -2
- package/dist-es/commands/DescribeReservedNodeExchangeStatusCommand.js +39 -0
- package/dist-es/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoints.js +1 -20
- package/dist-es/models/models_0.js +13 -436
- package/dist-es/models/models_1.js +33 -72
- package/dist-es/pagination/DescribeDataSharesForConsumerPaginator.js +74 -0
- package/dist-es/pagination/DescribeDataSharesForProducerPaginator.js +74 -0
- package/dist-es/pagination/DescribeDataSharesPaginator.js +74 -0
- package/dist-es/pagination/DescribeReservedNodeExchangeStatusPaginator.js +74 -0
- package/dist-es/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +74 -0
- package/dist-es/pagination/index.js +6 -1
- package/dist-es/protocols/Aws_query.js +675 -161
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/Redshift.d.ts +18 -1
- package/dist-types/RedshiftClient.d.ts +9 -3
- package/dist-types/commands/AuthorizeDataShareCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +36 -0
- package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +90 -691
- package/dist-types/models/models_1.d.ts +196 -109
- package/dist-types/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDataSharesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
- package/dist-types/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +6 -1
- package/dist-types/protocols/Aws_query.d.ts +6 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/Redshift.d.ts +10 -0
- package/dist-types/ts3.4/RedshiftClient.d.ts +7 -3
- package/dist-types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +45 -448
- package/dist-types/ts3.4/models/models_1.d.ts +102 -73
- package/dist-types/ts3.4/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDataSharesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -1
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
import { ActionType, AquaConfiguration, AquaConfigurationStatus, AvailabilityZone, Cluster, ClusterSecurityGroup, ClusterSubnetGroup, EventSubscription, Parameter, RecurringCharge, ReservedNode, ReservedNodeOfferingType, ScheduledAction, ScheduledActionType, Snapshot, SnapshotCopyGrant, SnapshotSchedule, Tag, UsageLimit, UsageLimitBreachAction, UsageLimitFeatureType } from "./models_0";
|
|
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
|
+
|
|
4
|
+
export interface HsmConfigurationMessage {
|
|
5
|
+
|
|
6
|
+
Marker?: string;
|
|
7
|
+
|
|
8
|
+
HsmConfigurations?: HsmConfiguration[];
|
|
9
|
+
}
|
|
10
|
+
export declare namespace HsmConfigurationMessage {
|
|
11
|
+
|
|
12
|
+
const filterSensitiveLog: (obj: HsmConfigurationMessage) => any;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export interface DescribeLoggingStatusMessage {
|
|
16
|
+
|
|
17
|
+
ClusterIdentifier: string | undefined;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace DescribeLoggingStatusMessage {
|
|
20
|
+
|
|
21
|
+
const filterSensitiveLog: (obj: DescribeLoggingStatusMessage) => any;
|
|
22
|
+
}
|
|
3
23
|
|
|
4
24
|
export interface LoggingStatus {
|
|
5
25
|
|
|
@@ -184,6 +204,36 @@ export declare namespace DescribePartnersOutputMessage {
|
|
|
184
204
|
|
|
185
205
|
const filterSensitiveLog: (obj: DescribePartnersOutputMessage) => any;
|
|
186
206
|
}
|
|
207
|
+
export interface DescribeReservedNodeExchangeStatusInputMessage {
|
|
208
|
+
|
|
209
|
+
ReservedNodeId?: string;
|
|
210
|
+
|
|
211
|
+
ReservedNodeExchangeRequestId?: string;
|
|
212
|
+
|
|
213
|
+
MaxRecords?: number;
|
|
214
|
+
|
|
215
|
+
Marker?: string;
|
|
216
|
+
}
|
|
217
|
+
export declare namespace DescribeReservedNodeExchangeStatusInputMessage {
|
|
218
|
+
|
|
219
|
+
const filterSensitiveLog: (obj: DescribeReservedNodeExchangeStatusInputMessage) => any;
|
|
220
|
+
}
|
|
221
|
+
export interface DescribeReservedNodeExchangeStatusOutputMessage {
|
|
222
|
+
|
|
223
|
+
ReservedNodeExchangeStatusDetails?: ReservedNodeExchangeStatus[];
|
|
224
|
+
|
|
225
|
+
Marker?: string;
|
|
226
|
+
}
|
|
227
|
+
export declare namespace DescribeReservedNodeExchangeStatusOutputMessage {
|
|
228
|
+
|
|
229
|
+
const filterSensitiveLog: (obj: DescribeReservedNodeExchangeStatusOutputMessage) => any;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
export interface ReservedNodeExchangeNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
233
|
+
name: "ReservedNodeExchangeNotFoundFault";
|
|
234
|
+
$fault: "client";
|
|
235
|
+
message?: string;
|
|
236
|
+
}
|
|
187
237
|
|
|
188
238
|
export interface DescribeReservedNodeOfferingsMessage {
|
|
189
239
|
|
|
@@ -395,10 +445,6 @@ export interface TableRestoreNotFoundFault extends __SmithyException, $MetadataB
|
|
|
395
445
|
$fault: "client";
|
|
396
446
|
message?: string;
|
|
397
447
|
}
|
|
398
|
-
export declare namespace TableRestoreNotFoundFault {
|
|
399
|
-
|
|
400
|
-
const filterSensitiveLog: (obj: TableRestoreNotFoundFault) => any;
|
|
401
|
-
}
|
|
402
448
|
export declare type TableRestoreStatusType = "CANCELED" | "FAILED" | "IN_PROGRESS" | "PENDING" | "SUCCEEDED";
|
|
403
449
|
|
|
404
450
|
export interface TableRestoreStatus {
|
|
@@ -551,10 +597,6 @@ export interface SnapshotCopyAlreadyDisabledFault extends __SmithyException, $Me
|
|
|
551
597
|
$fault: "client";
|
|
552
598
|
message?: string;
|
|
553
599
|
}
|
|
554
|
-
export declare namespace SnapshotCopyAlreadyDisabledFault {
|
|
555
|
-
|
|
556
|
-
const filterSensitiveLog: (obj: SnapshotCopyAlreadyDisabledFault) => any;
|
|
557
|
-
}
|
|
558
600
|
export interface DisassociateDataShareConsumerMessage {
|
|
559
601
|
|
|
560
602
|
DataShareArn: string | undefined;
|
|
@@ -586,30 +628,18 @@ export interface InsufficientS3BucketPolicyFault extends __SmithyException, $Met
|
|
|
586
628
|
$fault: "client";
|
|
587
629
|
message?: string;
|
|
588
630
|
}
|
|
589
|
-
export declare namespace InsufficientS3BucketPolicyFault {
|
|
590
|
-
|
|
591
|
-
const filterSensitiveLog: (obj: InsufficientS3BucketPolicyFault) => any;
|
|
592
|
-
}
|
|
593
631
|
|
|
594
632
|
export interface InvalidS3BucketNameFault extends __SmithyException, $MetadataBearer {
|
|
595
633
|
name: "InvalidS3BucketNameFault";
|
|
596
634
|
$fault: "client";
|
|
597
635
|
message?: string;
|
|
598
636
|
}
|
|
599
|
-
export declare namespace InvalidS3BucketNameFault {
|
|
600
|
-
|
|
601
|
-
const filterSensitiveLog: (obj: InvalidS3BucketNameFault) => any;
|
|
602
|
-
}
|
|
603
637
|
|
|
604
638
|
export interface InvalidS3KeyPrefixFault extends __SmithyException, $MetadataBearer {
|
|
605
639
|
name: "InvalidS3KeyPrefixFault";
|
|
606
640
|
$fault: "client";
|
|
607
641
|
message?: string;
|
|
608
642
|
}
|
|
609
|
-
export declare namespace InvalidS3KeyPrefixFault {
|
|
610
|
-
|
|
611
|
-
const filterSensitiveLog: (obj: InvalidS3KeyPrefixFault) => any;
|
|
612
|
-
}
|
|
613
643
|
|
|
614
644
|
export interface EnableSnapshotCopyMessage {
|
|
615
645
|
|
|
@@ -641,40 +671,24 @@ export interface IncompatibleOrderableOptions extends __SmithyException, $Metada
|
|
|
641
671
|
$fault: "client";
|
|
642
672
|
message?: string;
|
|
643
673
|
}
|
|
644
|
-
export declare namespace IncompatibleOrderableOptions {
|
|
645
|
-
|
|
646
|
-
const filterSensitiveLog: (obj: IncompatibleOrderableOptions) => any;
|
|
647
|
-
}
|
|
648
674
|
|
|
649
675
|
export interface SnapshotCopyAlreadyEnabledFault extends __SmithyException, $MetadataBearer {
|
|
650
676
|
name: "SnapshotCopyAlreadyEnabledFault";
|
|
651
677
|
$fault: "client";
|
|
652
678
|
message?: string;
|
|
653
679
|
}
|
|
654
|
-
export declare namespace SnapshotCopyAlreadyEnabledFault {
|
|
655
|
-
|
|
656
|
-
const filterSensitiveLog: (obj: SnapshotCopyAlreadyEnabledFault) => any;
|
|
657
|
-
}
|
|
658
680
|
|
|
659
681
|
export interface UnknownSnapshotCopyRegionFault extends __SmithyException, $MetadataBearer {
|
|
660
682
|
name: "UnknownSnapshotCopyRegionFault";
|
|
661
683
|
$fault: "client";
|
|
662
684
|
message?: string;
|
|
663
685
|
}
|
|
664
|
-
export declare namespace UnknownSnapshotCopyRegionFault {
|
|
665
|
-
|
|
666
|
-
const filterSensitiveLog: (obj: UnknownSnapshotCopyRegionFault) => any;
|
|
667
|
-
}
|
|
668
686
|
|
|
669
687
|
export interface EndpointAuthorizationNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
670
688
|
name: "EndpointAuthorizationNotFoundFault";
|
|
671
689
|
$fault: "client";
|
|
672
690
|
message?: string;
|
|
673
691
|
}
|
|
674
|
-
export declare namespace EndpointAuthorizationNotFoundFault {
|
|
675
|
-
|
|
676
|
-
const filterSensitiveLog: (obj: EndpointAuthorizationNotFoundFault) => any;
|
|
677
|
-
}
|
|
678
692
|
|
|
679
693
|
export interface GetClusterCredentialsMessage {
|
|
680
694
|
|
|
@@ -694,6 +708,49 @@ export declare namespace GetClusterCredentialsMessage {
|
|
|
694
708
|
|
|
695
709
|
const filterSensitiveLog: (obj: GetClusterCredentialsMessage) => any;
|
|
696
710
|
}
|
|
711
|
+
export declare enum ReservedNodeExchangeActionType {
|
|
712
|
+
RESIZE_CLUSTER = "resize-cluster",
|
|
713
|
+
RESTORE_CLUSTER = "restore-cluster"
|
|
714
|
+
}
|
|
715
|
+
export interface GetReservedNodeExchangeConfigurationOptionsInputMessage {
|
|
716
|
+
|
|
717
|
+
ActionType: ReservedNodeExchangeActionType | string | undefined;
|
|
718
|
+
|
|
719
|
+
ClusterIdentifier?: string;
|
|
720
|
+
|
|
721
|
+
SnapshotIdentifier?: string;
|
|
722
|
+
|
|
723
|
+
MaxRecords?: number;
|
|
724
|
+
|
|
725
|
+
Marker?: string;
|
|
726
|
+
}
|
|
727
|
+
export declare namespace GetReservedNodeExchangeConfigurationOptionsInputMessage {
|
|
728
|
+
|
|
729
|
+
const filterSensitiveLog: (obj: GetReservedNodeExchangeConfigurationOptionsInputMessage) => any;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
export interface ReservedNodeConfigurationOption {
|
|
733
|
+
|
|
734
|
+
SourceReservedNode?: ReservedNode;
|
|
735
|
+
|
|
736
|
+
TargetReservedNodeCount?: number;
|
|
737
|
+
|
|
738
|
+
TargetReservedNodeOffering?: ReservedNodeOffering;
|
|
739
|
+
}
|
|
740
|
+
export declare namespace ReservedNodeConfigurationOption {
|
|
741
|
+
|
|
742
|
+
const filterSensitiveLog: (obj: ReservedNodeConfigurationOption) => any;
|
|
743
|
+
}
|
|
744
|
+
export interface GetReservedNodeExchangeConfigurationOptionsOutputMessage {
|
|
745
|
+
|
|
746
|
+
Marker?: string;
|
|
747
|
+
|
|
748
|
+
ReservedNodeConfigurationOptionList?: ReservedNodeConfigurationOption[];
|
|
749
|
+
}
|
|
750
|
+
export declare namespace GetReservedNodeExchangeConfigurationOptionsOutputMessage {
|
|
751
|
+
|
|
752
|
+
const filterSensitiveLog: (obj: GetReservedNodeExchangeConfigurationOptionsOutputMessage) => any;
|
|
753
|
+
}
|
|
697
754
|
|
|
698
755
|
export interface GetReservedNodeExchangeOfferingsInputMessage {
|
|
699
756
|
|
|
@@ -723,30 +780,18 @@ export interface InProgressTableRestoreQuotaExceededFault extends __SmithyExcept
|
|
|
723
780
|
$fault: "client";
|
|
724
781
|
message?: string;
|
|
725
782
|
}
|
|
726
|
-
export declare namespace InProgressTableRestoreQuotaExceededFault {
|
|
727
|
-
|
|
728
|
-
const filterSensitiveLog: (obj: InProgressTableRestoreQuotaExceededFault) => any;
|
|
729
|
-
}
|
|
730
783
|
|
|
731
784
|
export interface InvalidRestoreFault extends __SmithyException, $MetadataBearer {
|
|
732
785
|
name: "InvalidRestoreFault";
|
|
733
786
|
$fault: "client";
|
|
734
787
|
message?: string;
|
|
735
788
|
}
|
|
736
|
-
export declare namespace InvalidRestoreFault {
|
|
737
|
-
|
|
738
|
-
const filterSensitiveLog: (obj: InvalidRestoreFault) => any;
|
|
739
|
-
}
|
|
740
789
|
|
|
741
790
|
export interface InvalidTableRestoreArgumentFault extends __SmithyException, $MetadataBearer {
|
|
742
791
|
name: "InvalidTableRestoreArgumentFault";
|
|
743
792
|
$fault: "client";
|
|
744
793
|
message?: string;
|
|
745
794
|
}
|
|
746
|
-
export declare namespace InvalidTableRestoreArgumentFault {
|
|
747
|
-
|
|
748
|
-
const filterSensitiveLog: (obj: InvalidTableRestoreArgumentFault) => any;
|
|
749
|
-
}
|
|
750
795
|
export interface ModifyAquaInputMessage {
|
|
751
796
|
|
|
752
797
|
ClusterIdentifier: string | undefined;
|
|
@@ -856,20 +901,12 @@ export interface TableLimitExceededFault extends __SmithyException, $MetadataBea
|
|
|
856
901
|
$fault: "client";
|
|
857
902
|
message?: string;
|
|
858
903
|
}
|
|
859
|
-
export declare namespace TableLimitExceededFault {
|
|
860
|
-
|
|
861
|
-
const filterSensitiveLog: (obj: TableLimitExceededFault) => any;
|
|
862
|
-
}
|
|
863
904
|
|
|
864
905
|
export interface UnsupportedOptionFault extends __SmithyException, $MetadataBearer {
|
|
865
906
|
name: "UnsupportedOptionFault";
|
|
866
907
|
$fault: "client";
|
|
867
908
|
message?: string;
|
|
868
909
|
}
|
|
869
|
-
export declare namespace UnsupportedOptionFault {
|
|
870
|
-
|
|
871
|
-
const filterSensitiveLog: (obj: UnsupportedOptionFault) => any;
|
|
872
|
-
}
|
|
873
910
|
export interface ModifyClusterDbRevisionMessage {
|
|
874
911
|
|
|
875
912
|
ClusterIdentifier: string | undefined;
|
|
@@ -896,6 +933,8 @@ export interface ModifyClusterIamRolesMessage {
|
|
|
896
933
|
AddIamRoles?: string[];
|
|
897
934
|
|
|
898
935
|
RemoveIamRoles?: string[];
|
|
936
|
+
|
|
937
|
+
DefaultIamRoleArn?: string;
|
|
899
938
|
}
|
|
900
939
|
export declare namespace ModifyClusterIamRolesMessage {
|
|
901
940
|
|
|
@@ -1005,10 +1044,6 @@ export interface SubnetAlreadyInUse extends __SmithyException, $MetadataBearer {
|
|
|
1005
1044
|
$fault: "client";
|
|
1006
1045
|
message?: string;
|
|
1007
1046
|
}
|
|
1008
|
-
export declare namespace SubnetAlreadyInUse {
|
|
1009
|
-
|
|
1010
|
-
const filterSensitiveLog: (obj: SubnetAlreadyInUse) => any;
|
|
1011
|
-
}
|
|
1012
1047
|
export interface ModifyEndpointAccessMessage {
|
|
1013
1048
|
|
|
1014
1049
|
EndpointName: string | undefined;
|
|
@@ -1097,10 +1132,6 @@ export interface SnapshotCopyDisabledFault extends __SmithyException, $MetadataB
|
|
|
1097
1132
|
$fault: "client";
|
|
1098
1133
|
message?: string;
|
|
1099
1134
|
}
|
|
1100
|
-
export declare namespace SnapshotCopyDisabledFault {
|
|
1101
|
-
|
|
1102
|
-
const filterSensitiveLog: (obj: SnapshotCopyDisabledFault) => any;
|
|
1103
|
-
}
|
|
1104
1135
|
export interface ModifySnapshotScheduleMessage {
|
|
1105
1136
|
|
|
1106
1137
|
ScheduleIdentifier: string | undefined;
|
|
@@ -1117,10 +1148,6 @@ export interface SnapshotScheduleUpdateInProgressFault extends __SmithyException
|
|
|
1117
1148
|
$fault: "client";
|
|
1118
1149
|
message?: string;
|
|
1119
1150
|
}
|
|
1120
|
-
export declare namespace SnapshotScheduleUpdateInProgressFault {
|
|
1121
|
-
|
|
1122
|
-
const filterSensitiveLog: (obj: SnapshotScheduleUpdateInProgressFault) => any;
|
|
1123
|
-
}
|
|
1124
1151
|
export interface ModifyUsageLimitMessage {
|
|
1125
1152
|
|
|
1126
1153
|
UsageLimitId: string | undefined;
|
|
@@ -1166,10 +1193,6 @@ export interface ReservedNodeQuotaExceededFault extends __SmithyException, $Meta
|
|
|
1166
1193
|
$fault: "client";
|
|
1167
1194
|
message?: string;
|
|
1168
1195
|
}
|
|
1169
|
-
export declare namespace ReservedNodeQuotaExceededFault {
|
|
1170
|
-
|
|
1171
|
-
const filterSensitiveLog: (obj: ReservedNodeQuotaExceededFault) => any;
|
|
1172
|
-
}
|
|
1173
1196
|
|
|
1174
1197
|
export interface RebootClusterMessage {
|
|
1175
1198
|
|
|
@@ -1274,6 +1297,12 @@ export interface RestoreFromClusterSnapshotMessage {
|
|
|
1274
1297
|
AvailabilityZoneRelocation?: boolean;
|
|
1275
1298
|
|
|
1276
1299
|
AquaConfigurationStatus?: AquaConfigurationStatus | string;
|
|
1300
|
+
|
|
1301
|
+
DefaultIamRoleArn?: string;
|
|
1302
|
+
|
|
1303
|
+
ReservedNodeId?: string;
|
|
1304
|
+
|
|
1305
|
+
TargetReservedNodeOfferingId?: string;
|
|
1277
1306
|
}
|
|
1278
1307
|
export declare namespace RestoreFromClusterSnapshotMessage {
|
|
1279
1308
|
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeDataSharesForConsumerCommandInput, DescribeDataSharesForConsumerCommandOutput } from "../commands/DescribeDataSharesForConsumerCommand";
|
|
3
|
+
import { RedshiftPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeDataSharesForConsumer(config: RedshiftPaginationConfiguration, input: DescribeDataSharesForConsumerCommandInput, ...additionalArguments: any): Paginator<DescribeDataSharesForConsumerCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeDataSharesForProducerCommandInput, DescribeDataSharesForProducerCommandOutput } from "../commands/DescribeDataSharesForProducerCommand";
|
|
3
|
+
import { RedshiftPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeDataSharesForProducer(config: RedshiftPaginationConfiguration, input: DescribeDataSharesForProducerCommandInput, ...additionalArguments: any): Paginator<DescribeDataSharesForProducerCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeDataSharesCommandInput, DescribeDataSharesCommandOutput } from "../commands/DescribeDataSharesCommand";
|
|
3
|
+
import { RedshiftPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeDataShares(config: RedshiftPaginationConfiguration, input: DescribeDataSharesCommandInput, ...additionalArguments: any): Paginator<DescribeDataSharesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeReservedNodeExchangeStatusCommandInput, DescribeReservedNodeExchangeStatusCommandOutput } from "../commands/DescribeReservedNodeExchangeStatusCommand";
|
|
3
|
+
import { RedshiftPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeReservedNodeExchangeStatus(config: RedshiftPaginationConfiguration, input: DescribeReservedNodeExchangeStatusCommandInput, ...additionalArguments: any): Paginator<DescribeReservedNodeExchangeStatusCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput } from "../commands/GetReservedNodeExchangeConfigurationOptionsCommand";
|
|
3
|
+
import { RedshiftPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetReservedNodeExchangeConfigurationOptions(config: RedshiftPaginationConfiguration, input: GetReservedNodeExchangeConfigurationOptionsCommandInput, ...additionalArguments: any): Paginator<GetReservedNodeExchangeConfigurationOptionsCommandOutput>;
|
|
@@ -7,8 +7,11 @@ export * from "./DescribeClusterSubnetGroupsPaginator";
|
|
|
7
7
|
export * from "./DescribeClusterTracksPaginator";
|
|
8
8
|
export * from "./DescribeClusterVersionsPaginator";
|
|
9
9
|
export * from "./DescribeClustersPaginator";
|
|
10
|
-
export * from "./
|
|
10
|
+
export * from "./DescribeDataSharesForConsumerPaginator";
|
|
11
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeDataSharesForProducerPaginator";
|
|
13
|
+
export * from "./DescribeDataSharesPaginator";
|
|
14
|
+
export * from "./DescribeDefaultClusterParametersPaginator";
|
|
12
15
|
export * from "./DescribeEndpointAccessPaginator";
|
|
13
16
|
export * from "./DescribeEndpointAuthorizationPaginator";
|
|
14
17
|
export * from "./DescribeEventSubscriptionsPaginator";
|
|
@@ -17,6 +20,7 @@ export * from "./DescribeHsmClientCertificatesPaginator";
|
|
|
17
20
|
export * from "./DescribeHsmConfigurationsPaginator";
|
|
18
21
|
export * from "./DescribeNodeConfigurationOptionsPaginator";
|
|
19
22
|
export * from "./DescribeOrderableClusterOptionsPaginator";
|
|
23
|
+
export * from "./DescribeReservedNodeExchangeStatusPaginator";
|
|
20
24
|
export * from "./DescribeReservedNodeOfferingsPaginator";
|
|
21
25
|
export * from "./DescribeReservedNodesPaginator";
|
|
22
26
|
export * from "./DescribeScheduledActionsPaginator";
|
|
@@ -25,4 +29,5 @@ export * from "./DescribeSnapshotSchedulesPaginator";
|
|
|
25
29
|
export * from "./DescribeTableRestoreStatusPaginator";
|
|
26
30
|
export * from "./DescribeTagsPaginator";
|
|
27
31
|
export * from "./DescribeUsageLimitsPaginator";
|
|
32
|
+
export * from "./GetReservedNodeExchangeConfigurationOptionsPaginator";
|
|
28
33
|
export * from "./GetReservedNodeExchangeOfferingsPaginator";
|
|
@@ -69,6 +69,7 @@ import { DescribeLoggingStatusCommandInput, DescribeLoggingStatusCommandOutput }
|
|
|
69
69
|
import { DescribeNodeConfigurationOptionsCommandInput, DescribeNodeConfigurationOptionsCommandOutput } from "../commands/DescribeNodeConfigurationOptionsCommand";
|
|
70
70
|
import { DescribeOrderableClusterOptionsCommandInput, DescribeOrderableClusterOptionsCommandOutput } from "../commands/DescribeOrderableClusterOptionsCommand";
|
|
71
71
|
import { DescribePartnersCommandInput, DescribePartnersCommandOutput } from "../commands/DescribePartnersCommand";
|
|
72
|
+
import { DescribeReservedNodeExchangeStatusCommandInput, DescribeReservedNodeExchangeStatusCommandOutput } from "../commands/DescribeReservedNodeExchangeStatusCommand";
|
|
72
73
|
import { DescribeReservedNodeOfferingsCommandInput, DescribeReservedNodeOfferingsCommandOutput } from "../commands/DescribeReservedNodeOfferingsCommand";
|
|
73
74
|
import { DescribeReservedNodesCommandInput, DescribeReservedNodesCommandOutput } from "../commands/DescribeReservedNodesCommand";
|
|
74
75
|
import { DescribeResizeCommandInput, DescribeResizeCommandOutput } from "../commands/DescribeResizeCommand";
|
|
@@ -85,6 +86,7 @@ import { DisassociateDataShareConsumerCommandInput, DisassociateDataShareConsume
|
|
|
85
86
|
import { EnableLoggingCommandInput, EnableLoggingCommandOutput } from "../commands/EnableLoggingCommand";
|
|
86
87
|
import { EnableSnapshotCopyCommandInput, EnableSnapshotCopyCommandOutput } from "../commands/EnableSnapshotCopyCommand";
|
|
87
88
|
import { GetClusterCredentialsCommandInput, GetClusterCredentialsCommandOutput } from "../commands/GetClusterCredentialsCommand";
|
|
89
|
+
import { GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput } from "../commands/GetReservedNodeExchangeConfigurationOptionsCommand";
|
|
88
90
|
import { GetReservedNodeExchangeOfferingsCommandInput, GetReservedNodeExchangeOfferingsCommandOutput } from "../commands/GetReservedNodeExchangeOfferingsCommand";
|
|
89
91
|
import { ModifyAquaConfigurationCommandInput, ModifyAquaConfigurationCommandOutput } from "../commands/ModifyAquaConfigurationCommand";
|
|
90
92
|
import { ModifyAuthenticationProfileCommandInput, ModifyAuthenticationProfileCommandOutput } from "../commands/ModifyAuthenticationProfileCommand";
|
|
@@ -185,6 +187,7 @@ export declare const serializeAws_queryDescribeLoggingStatusCommand: (input: Des
|
|
|
185
187
|
export declare const serializeAws_queryDescribeNodeConfigurationOptionsCommand: (input: DescribeNodeConfigurationOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
188
|
export declare const serializeAws_queryDescribeOrderableClusterOptionsCommand: (input: DescribeOrderableClusterOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
189
|
export declare const serializeAws_queryDescribePartnersCommand: (input: DescribePartnersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const serializeAws_queryDescribeReservedNodeExchangeStatusCommand: (input: DescribeReservedNodeExchangeStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
191
|
export declare const serializeAws_queryDescribeReservedNodeOfferingsCommand: (input: DescribeReservedNodeOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
192
|
export declare const serializeAws_queryDescribeReservedNodesCommand: (input: DescribeReservedNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
193
|
export declare const serializeAws_queryDescribeResizeCommand: (input: DescribeResizeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -201,6 +204,7 @@ export declare const serializeAws_queryDisassociateDataShareConsumerCommand: (in
|
|
|
201
204
|
export declare const serializeAws_queryEnableLoggingCommand: (input: EnableLoggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
205
|
export declare const serializeAws_queryEnableSnapshotCopyCommand: (input: EnableSnapshotCopyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
203
206
|
export declare const serializeAws_queryGetClusterCredentialsCommand: (input: GetClusterCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
207
|
+
export declare const serializeAws_queryGetReservedNodeExchangeConfigurationOptionsCommand: (input: GetReservedNodeExchangeConfigurationOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
204
208
|
export declare const serializeAws_queryGetReservedNodeExchangeOfferingsCommand: (input: GetReservedNodeExchangeOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
205
209
|
export declare const serializeAws_queryModifyAquaConfigurationCommand: (input: ModifyAquaConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
206
210
|
export declare const serializeAws_queryModifyAuthenticationProfileCommand: (input: ModifyAuthenticationProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -301,6 +305,7 @@ export declare const deserializeAws_queryDescribeLoggingStatusCommand: (output:
|
|
|
301
305
|
export declare const deserializeAws_queryDescribeNodeConfigurationOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNodeConfigurationOptionsCommandOutput>;
|
|
302
306
|
export declare const deserializeAws_queryDescribeOrderableClusterOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrderableClusterOptionsCommandOutput>;
|
|
303
307
|
export declare const deserializeAws_queryDescribePartnersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePartnersCommandOutput>;
|
|
308
|
+
export declare const deserializeAws_queryDescribeReservedNodeExchangeStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedNodeExchangeStatusCommandOutput>;
|
|
304
309
|
export declare const deserializeAws_queryDescribeReservedNodeOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedNodeOfferingsCommandOutput>;
|
|
305
310
|
export declare const deserializeAws_queryDescribeReservedNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservedNodesCommandOutput>;
|
|
306
311
|
export declare const deserializeAws_queryDescribeResizeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResizeCommandOutput>;
|
|
@@ -317,6 +322,7 @@ export declare const deserializeAws_queryDisassociateDataShareConsumerCommand: (
|
|
|
317
322
|
export declare const deserializeAws_queryEnableLoggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableLoggingCommandOutput>;
|
|
318
323
|
export declare const deserializeAws_queryEnableSnapshotCopyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableSnapshotCopyCommandOutput>;
|
|
319
324
|
export declare const deserializeAws_queryGetClusterCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClusterCredentialsCommandOutput>;
|
|
325
|
+
export declare const deserializeAws_queryGetReservedNodeExchangeConfigurationOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReservedNodeExchangeConfigurationOptionsCommandOutput>;
|
|
320
326
|
export declare const deserializeAws_queryGetReservedNodeExchangeOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReservedNodeExchangeOfferingsCommandOutput>;
|
|
321
327
|
export declare const deserializeAws_queryModifyAquaConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyAquaConfigurationCommandOutput>;
|
|
322
328
|
export declare const deserializeAws_queryModifyAuthenticationProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyAuthenticationProfileCommandOutput>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { RedshiftClientConfig } from "./RedshiftClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { RedshiftClientConfig } from "./RedshiftClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
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.47.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
-
"
|
|
12
|
-
"clean
|
|
13
|
-
"clean:docs": "rimraf ./docs",
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
-
"test": "exit 0"
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
16
13
|
},
|
|
17
14
|
"main": "./dist-cjs/index.js",
|
|
18
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -21,51 +18,47 @@
|
|
|
21
18
|
"dependencies": {
|
|
22
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
51
|
-
"@aws-sdk/util-
|
|
52
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.47.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.0",
|
|
39
|
+
"@aws-sdk/types": "3.47.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.0",
|
|
51
|
+
"@aws-sdk/util-waiter": "3.47.0",
|
|
53
52
|
"entities": "2.2.0",
|
|
54
53
|
"fast-xml-parser": "3.19.0",
|
|
55
54
|
"tslib": "^2.3.0"
|
|
56
55
|
},
|
|
57
56
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
-
"@types/node": "^12.7.5"
|
|
60
|
-
"downlevel-dts": "0.7.0",
|
|
61
|
-
"jest": "^26.1.0",
|
|
62
|
-
"rimraf": "^3.0.0",
|
|
63
|
-
"ts-jest": "^26.4.1",
|
|
64
|
-
"typedoc": "^0.19.2",
|
|
65
|
-
"typescript": "~4.3.5"
|
|
57
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.0",
|
|
58
|
+
"@types/node": "^12.7.5"
|
|
66
59
|
},
|
|
67
60
|
"engines": {
|
|
68
|
-
"node": ">=
|
|
61
|
+
"node": ">=12.0.0"
|
|
69
62
|
},
|
|
70
63
|
"typesVersions": {
|
|
71
64
|
"<4.0": {
|