@aws-sdk/client-redshift 3.721.0 → 3.726.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/dist-cjs/index.js +1509 -1276
- package/dist-es/RedshiftClient.js +1 -0
- package/dist-es/models/models_0.js +244 -244
- package/dist-es/models/models_1.js +40 -40
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +44 -44
|
@@ -57,14 +57,14 @@ export const PartnerIntegrationStatus = {
|
|
|
57
57
|
RuntimeFailure: "RuntimeFailure",
|
|
58
58
|
};
|
|
59
59
|
export class ReservedNodeExchangeNotFoundFault extends __BaseException {
|
|
60
|
+
name = "ReservedNodeExchangeNotFoundFault";
|
|
61
|
+
$fault = "client";
|
|
60
62
|
constructor(opts) {
|
|
61
63
|
super({
|
|
62
64
|
name: "ReservedNodeExchangeNotFoundFault",
|
|
63
65
|
$fault: "client",
|
|
64
66
|
...opts,
|
|
65
67
|
});
|
|
66
|
-
this.name = "ReservedNodeExchangeNotFoundFault";
|
|
67
|
-
this.$fault = "client";
|
|
68
68
|
Object.setPrototypeOf(this, ReservedNodeExchangeNotFoundFault.prototype);
|
|
69
69
|
}
|
|
70
70
|
}
|
|
@@ -78,14 +78,14 @@ export const ScheduledActionTypeValues = {
|
|
|
78
78
|
RESUME_CLUSTER: "ResumeCluster",
|
|
79
79
|
};
|
|
80
80
|
export class TableRestoreNotFoundFault extends __BaseException {
|
|
81
|
+
name = "TableRestoreNotFoundFault";
|
|
82
|
+
$fault = "client";
|
|
81
83
|
constructor(opts) {
|
|
82
84
|
super({
|
|
83
85
|
name: "TableRestoreNotFoundFault",
|
|
84
86
|
$fault: "client",
|
|
85
87
|
...opts,
|
|
86
88
|
});
|
|
87
|
-
this.name = "TableRestoreNotFoundFault";
|
|
88
|
-
this.$fault = "client";
|
|
89
89
|
Object.setPrototypeOf(this, TableRestoreNotFoundFault.prototype);
|
|
90
90
|
}
|
|
91
91
|
}
|
|
@@ -97,98 +97,98 @@ export const TableRestoreStatusType = {
|
|
|
97
97
|
SUCCEEDED: "SUCCEEDED",
|
|
98
98
|
};
|
|
99
99
|
export class SnapshotCopyAlreadyDisabledFault extends __BaseException {
|
|
100
|
+
name = "SnapshotCopyAlreadyDisabledFault";
|
|
101
|
+
$fault = "client";
|
|
100
102
|
constructor(opts) {
|
|
101
103
|
super({
|
|
102
104
|
name: "SnapshotCopyAlreadyDisabledFault",
|
|
103
105
|
$fault: "client",
|
|
104
106
|
...opts,
|
|
105
107
|
});
|
|
106
|
-
this.name = "SnapshotCopyAlreadyDisabledFault";
|
|
107
|
-
this.$fault = "client";
|
|
108
108
|
Object.setPrototypeOf(this, SnapshotCopyAlreadyDisabledFault.prototype);
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
export class InsufficientS3BucketPolicyFault extends __BaseException {
|
|
112
|
+
name = "InsufficientS3BucketPolicyFault";
|
|
113
|
+
$fault = "client";
|
|
112
114
|
constructor(opts) {
|
|
113
115
|
super({
|
|
114
116
|
name: "InsufficientS3BucketPolicyFault",
|
|
115
117
|
$fault: "client",
|
|
116
118
|
...opts,
|
|
117
119
|
});
|
|
118
|
-
this.name = "InsufficientS3BucketPolicyFault";
|
|
119
|
-
this.$fault = "client";
|
|
120
120
|
Object.setPrototypeOf(this, InsufficientS3BucketPolicyFault.prototype);
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
export class InvalidS3BucketNameFault extends __BaseException {
|
|
124
|
+
name = "InvalidS3BucketNameFault";
|
|
125
|
+
$fault = "client";
|
|
124
126
|
constructor(opts) {
|
|
125
127
|
super({
|
|
126
128
|
name: "InvalidS3BucketNameFault",
|
|
127
129
|
$fault: "client",
|
|
128
130
|
...opts,
|
|
129
131
|
});
|
|
130
|
-
this.name = "InvalidS3BucketNameFault";
|
|
131
|
-
this.$fault = "client";
|
|
132
132
|
Object.setPrototypeOf(this, InvalidS3BucketNameFault.prototype);
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
export class InvalidS3KeyPrefixFault extends __BaseException {
|
|
136
|
+
name = "InvalidS3KeyPrefixFault";
|
|
137
|
+
$fault = "client";
|
|
136
138
|
constructor(opts) {
|
|
137
139
|
super({
|
|
138
140
|
name: "InvalidS3KeyPrefixFault",
|
|
139
141
|
$fault: "client",
|
|
140
142
|
...opts,
|
|
141
143
|
});
|
|
142
|
-
this.name = "InvalidS3KeyPrefixFault";
|
|
143
|
-
this.$fault = "client";
|
|
144
144
|
Object.setPrototypeOf(this, InvalidS3KeyPrefixFault.prototype);
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
147
|
export class IncompatibleOrderableOptions extends __BaseException {
|
|
148
|
+
name = "IncompatibleOrderableOptions";
|
|
149
|
+
$fault = "client";
|
|
148
150
|
constructor(opts) {
|
|
149
151
|
super({
|
|
150
152
|
name: "IncompatibleOrderableOptions",
|
|
151
153
|
$fault: "client",
|
|
152
154
|
...opts,
|
|
153
155
|
});
|
|
154
|
-
this.name = "IncompatibleOrderableOptions";
|
|
155
|
-
this.$fault = "client";
|
|
156
156
|
Object.setPrototypeOf(this, IncompatibleOrderableOptions.prototype);
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
159
|
export class SnapshotCopyAlreadyEnabledFault extends __BaseException {
|
|
160
|
+
name = "SnapshotCopyAlreadyEnabledFault";
|
|
161
|
+
$fault = "client";
|
|
160
162
|
constructor(opts) {
|
|
161
163
|
super({
|
|
162
164
|
name: "SnapshotCopyAlreadyEnabledFault",
|
|
163
165
|
$fault: "client",
|
|
164
166
|
...opts,
|
|
165
167
|
});
|
|
166
|
-
this.name = "SnapshotCopyAlreadyEnabledFault";
|
|
167
|
-
this.$fault = "client";
|
|
168
168
|
Object.setPrototypeOf(this, SnapshotCopyAlreadyEnabledFault.prototype);
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
171
|
export class UnknownSnapshotCopyRegionFault extends __BaseException {
|
|
172
|
+
name = "UnknownSnapshotCopyRegionFault";
|
|
173
|
+
$fault = "client";
|
|
172
174
|
constructor(opts) {
|
|
173
175
|
super({
|
|
174
176
|
name: "UnknownSnapshotCopyRegionFault",
|
|
175
177
|
$fault: "client",
|
|
176
178
|
...opts,
|
|
177
179
|
});
|
|
178
|
-
this.name = "UnknownSnapshotCopyRegionFault";
|
|
179
|
-
this.$fault = "client";
|
|
180
180
|
Object.setPrototypeOf(this, UnknownSnapshotCopyRegionFault.prototype);
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
export class EndpointAuthorizationNotFoundFault extends __BaseException {
|
|
184
|
+
name = "EndpointAuthorizationNotFoundFault";
|
|
185
|
+
$fault = "client";
|
|
184
186
|
constructor(opts) {
|
|
185
187
|
super({
|
|
186
188
|
name: "EndpointAuthorizationNotFoundFault",
|
|
187
189
|
$fault: "client",
|
|
188
190
|
...opts,
|
|
189
191
|
});
|
|
190
|
-
this.name = "EndpointAuthorizationNotFoundFault";
|
|
191
|
-
this.$fault = "client";
|
|
192
192
|
Object.setPrototypeOf(this, EndpointAuthorizationNotFoundFault.prototype);
|
|
193
193
|
}
|
|
194
194
|
}
|
|
@@ -197,14 +197,14 @@ export const ReservedNodeExchangeActionType = {
|
|
|
197
197
|
RESTORE_CLUSTER: "restore-cluster",
|
|
198
198
|
};
|
|
199
199
|
export class InvalidPolicyFault extends __BaseException {
|
|
200
|
+
name = "InvalidPolicyFault";
|
|
201
|
+
$fault = "client";
|
|
200
202
|
constructor(opts) {
|
|
201
203
|
super({
|
|
202
204
|
name: "InvalidPolicyFault",
|
|
203
205
|
$fault: "client",
|
|
204
206
|
...opts,
|
|
205
207
|
});
|
|
206
|
-
this.name = "InvalidPolicyFault";
|
|
207
|
-
this.$fault = "client";
|
|
208
208
|
Object.setPrototypeOf(this, InvalidPolicyFault.prototype);
|
|
209
209
|
}
|
|
210
210
|
}
|
|
@@ -214,38 +214,38 @@ export const ImpactRankingType = {
|
|
|
214
214
|
MEDIUM: "MEDIUM",
|
|
215
215
|
};
|
|
216
216
|
export class InProgressTableRestoreQuotaExceededFault extends __BaseException {
|
|
217
|
+
name = "InProgressTableRestoreQuotaExceededFault";
|
|
218
|
+
$fault = "client";
|
|
217
219
|
constructor(opts) {
|
|
218
220
|
super({
|
|
219
221
|
name: "InProgressTableRestoreQuotaExceededFault",
|
|
220
222
|
$fault: "client",
|
|
221
223
|
...opts,
|
|
222
224
|
});
|
|
223
|
-
this.name = "InProgressTableRestoreQuotaExceededFault";
|
|
224
|
-
this.$fault = "client";
|
|
225
225
|
Object.setPrototypeOf(this, InProgressTableRestoreQuotaExceededFault.prototype);
|
|
226
226
|
}
|
|
227
227
|
}
|
|
228
228
|
export class InvalidRestoreFault extends __BaseException {
|
|
229
|
+
name = "InvalidRestoreFault";
|
|
230
|
+
$fault = "client";
|
|
229
231
|
constructor(opts) {
|
|
230
232
|
super({
|
|
231
233
|
name: "InvalidRestoreFault",
|
|
232
234
|
$fault: "client",
|
|
233
235
|
...opts,
|
|
234
236
|
});
|
|
235
|
-
this.name = "InvalidRestoreFault";
|
|
236
|
-
this.$fault = "client";
|
|
237
237
|
Object.setPrototypeOf(this, InvalidRestoreFault.prototype);
|
|
238
238
|
}
|
|
239
239
|
}
|
|
240
240
|
export class InvalidTableRestoreArgumentFault extends __BaseException {
|
|
241
|
+
name = "InvalidTableRestoreArgumentFault";
|
|
242
|
+
$fault = "client";
|
|
241
243
|
constructor(opts) {
|
|
242
244
|
super({
|
|
243
245
|
name: "InvalidTableRestoreArgumentFault",
|
|
244
246
|
$fault: "client",
|
|
245
247
|
...opts,
|
|
246
248
|
});
|
|
247
|
-
this.name = "InvalidTableRestoreArgumentFault";
|
|
248
|
-
this.$fault = "client";
|
|
249
249
|
Object.setPrototypeOf(this, InvalidTableRestoreArgumentFault.prototype);
|
|
250
250
|
}
|
|
251
251
|
}
|
|
@@ -254,74 +254,74 @@ export const RecommendedActionType = {
|
|
|
254
254
|
SQL: "SQL",
|
|
255
255
|
};
|
|
256
256
|
export class TableLimitExceededFault extends __BaseException {
|
|
257
|
+
name = "TableLimitExceededFault";
|
|
258
|
+
$fault = "client";
|
|
257
259
|
constructor(opts) {
|
|
258
260
|
super({
|
|
259
261
|
name: "TableLimitExceededFault",
|
|
260
262
|
$fault: "client",
|
|
261
263
|
...opts,
|
|
262
264
|
});
|
|
263
|
-
this.name = "TableLimitExceededFault";
|
|
264
|
-
this.$fault = "client";
|
|
265
265
|
Object.setPrototypeOf(this, TableLimitExceededFault.prototype);
|
|
266
266
|
}
|
|
267
267
|
}
|
|
268
268
|
export class UnsupportedOptionFault extends __BaseException {
|
|
269
|
+
name = "UnsupportedOptionFault";
|
|
270
|
+
$fault = "client";
|
|
269
271
|
constructor(opts) {
|
|
270
272
|
super({
|
|
271
273
|
name: "UnsupportedOptionFault",
|
|
272
274
|
$fault: "client",
|
|
273
275
|
...opts,
|
|
274
276
|
});
|
|
275
|
-
this.name = "UnsupportedOptionFault";
|
|
276
|
-
this.$fault = "client";
|
|
277
277
|
Object.setPrototypeOf(this, UnsupportedOptionFault.prototype);
|
|
278
278
|
}
|
|
279
279
|
}
|
|
280
280
|
export class SubnetAlreadyInUse extends __BaseException {
|
|
281
|
+
name = "SubnetAlreadyInUse";
|
|
282
|
+
$fault = "client";
|
|
281
283
|
constructor(opts) {
|
|
282
284
|
super({
|
|
283
285
|
name: "SubnetAlreadyInUse",
|
|
284
286
|
$fault: "client",
|
|
285
287
|
...opts,
|
|
286
288
|
});
|
|
287
|
-
this.name = "SubnetAlreadyInUse";
|
|
288
|
-
this.$fault = "client";
|
|
289
289
|
Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
292
|
export class SnapshotCopyDisabledFault extends __BaseException {
|
|
293
|
+
name = "SnapshotCopyDisabledFault";
|
|
294
|
+
$fault = "client";
|
|
293
295
|
constructor(opts) {
|
|
294
296
|
super({
|
|
295
297
|
name: "SnapshotCopyDisabledFault",
|
|
296
298
|
$fault: "client",
|
|
297
299
|
...opts,
|
|
298
300
|
});
|
|
299
|
-
this.name = "SnapshotCopyDisabledFault";
|
|
300
|
-
this.$fault = "client";
|
|
301
301
|
Object.setPrototypeOf(this, SnapshotCopyDisabledFault.prototype);
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
304
|
export class SnapshotScheduleUpdateInProgressFault extends __BaseException {
|
|
305
|
+
name = "SnapshotScheduleUpdateInProgressFault";
|
|
306
|
+
$fault = "client";
|
|
305
307
|
constructor(opts) {
|
|
306
308
|
super({
|
|
307
309
|
name: "SnapshotScheduleUpdateInProgressFault",
|
|
308
310
|
$fault: "client",
|
|
309
311
|
...opts,
|
|
310
312
|
});
|
|
311
|
-
this.name = "SnapshotScheduleUpdateInProgressFault";
|
|
312
|
-
this.$fault = "client";
|
|
313
313
|
Object.setPrototypeOf(this, SnapshotScheduleUpdateInProgressFault.prototype);
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
export class ReservedNodeQuotaExceededFault extends __BaseException {
|
|
317
|
+
name = "ReservedNodeQuotaExceededFault";
|
|
318
|
+
$fault = "client";
|
|
317
319
|
constructor(opts) {
|
|
318
320
|
super({
|
|
319
321
|
name: "ReservedNodeQuotaExceededFault",
|
|
320
322
|
$fault: "client",
|
|
321
323
|
...opts,
|
|
322
324
|
});
|
|
323
|
-
this.name = "ReservedNodeQuotaExceededFault";
|
|
324
|
-
this.$fault = "client";
|
|
325
325
|
Object.setPrototypeOf(this, ReservedNodeQuotaExceededFault.prototype);
|
|
326
326
|
}
|
|
327
327
|
}
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
input: any
|
|
11
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
_: unknown
|
|
13
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
12
14
|
defaultUserAgentProvider: (
|
|
13
15
|
config?:
|
|
14
16
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
init?:
|
|
13
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
14
|
+
| undefined
|
|
15
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
16
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
17
|
+
>);
|
|
16
18
|
defaultUserAgentProvider: (
|
|
17
19
|
config?:
|
|
18
20
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
|
|
|
28
28
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
29
29
|
| undefined
|
|
30
30
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
31
|
-
credentialDefaultProvider:
|
|
32
|
-
input: any
|
|
33
|
-
|
|
31
|
+
credentialDefaultProvider:
|
|
32
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
33
|
+
| ((
|
|
34
|
+
_: unknown
|
|
35
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
34
36
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
35
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
36
38
|
logger: import("@smithy/types").Logger;
|
|
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
|
|
|
50
52
|
| import("@smithy/types").RetryStrategyV2
|
|
51
53
|
| undefined;
|
|
52
54
|
endpoint?:
|
|
53
|
-
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
| ((
|
|
56
|
+
| string
|
|
57
|
+
| import("@smithy/types").Endpoint
|
|
58
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
59
|
+
| import("@smithy/types").EndpointV2
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
61
|
+
) &
|
|
62
|
+
(
|
|
63
|
+
| string
|
|
64
|
+
| import("@smithy/types").Provider<string>
|
|
65
|
+
| import("@smithy/types").Endpoint
|
|
66
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
67
|
+
| import("@smithy/types").EndpointV2
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
69
|
+
))
|
|
58
70
|
| undefined;
|
|
59
71
|
endpointProvider: (
|
|
60
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
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.726.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-redshift",
|
|
@@ -20,57 +20,57 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
61
|
-
"@smithy/util-waiter": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.726.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.726.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.726.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.726.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.726.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.726.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
|
+
"@smithy/util-waiter": "^4.0.0",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@tsconfig/
|
|
66
|
-
"@types/node": "^
|
|
65
|
+
"@tsconfig/node18": "18.2.4",
|
|
66
|
+
"@types/node": "^18.19.69",
|
|
67
67
|
"concurrently": "7.0.0",
|
|
68
68
|
"downlevel-dts": "0.10.1",
|
|
69
69
|
"rimraf": "3.0.2",
|
|
70
|
-
"typescript": "~
|
|
70
|
+
"typescript": "~5.2.2"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|
|
73
|
-
"node": ">=
|
|
73
|
+
"node": ">=18.0.0"
|
|
74
74
|
},
|
|
75
75
|
"typesVersions": {
|
|
76
76
|
"<4.0": {
|