@aws-sdk/client-kinesis 3.721.0 → 3.723.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 +241 -186
- package/dist-es/KinesisClient.js +1 -0
- package/dist-es/models/models_0.js +32 -32
- 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 +47 -47
package/dist-es/KinesisClient.js
CHANGED
|
@@ -15,6 +15,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
15
15
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
16
16
|
export { __Client };
|
|
17
17
|
export class KinesisClient extends __Client {
|
|
18
|
+
config;
|
|
18
19
|
constructor(...[configuration]) {
|
|
19
20
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
20
21
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -1,61 +1,61 @@
|
|
|
1
1
|
import { KinesisServiceException as __BaseException } from "./KinesisServiceException";
|
|
2
2
|
export class AccessDeniedException extends __BaseException {
|
|
3
|
+
name = "AccessDeniedException";
|
|
4
|
+
$fault = "client";
|
|
3
5
|
constructor(opts) {
|
|
4
6
|
super({
|
|
5
7
|
name: "AccessDeniedException",
|
|
6
8
|
$fault: "client",
|
|
7
9
|
...opts,
|
|
8
10
|
});
|
|
9
|
-
this.name = "AccessDeniedException";
|
|
10
|
-
this.$fault = "client";
|
|
11
11
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
export class InvalidArgumentException extends __BaseException {
|
|
15
|
+
name = "InvalidArgumentException";
|
|
16
|
+
$fault = "client";
|
|
15
17
|
constructor(opts) {
|
|
16
18
|
super({
|
|
17
19
|
name: "InvalidArgumentException",
|
|
18
20
|
$fault: "client",
|
|
19
21
|
...opts,
|
|
20
22
|
});
|
|
21
|
-
this.name = "InvalidArgumentException";
|
|
22
|
-
this.$fault = "client";
|
|
23
23
|
Object.setPrototypeOf(this, InvalidArgumentException.prototype);
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
export class LimitExceededException extends __BaseException {
|
|
27
|
+
name = "LimitExceededException";
|
|
28
|
+
$fault = "client";
|
|
27
29
|
constructor(opts) {
|
|
28
30
|
super({
|
|
29
31
|
name: "LimitExceededException",
|
|
30
32
|
$fault: "client",
|
|
31
33
|
...opts,
|
|
32
34
|
});
|
|
33
|
-
this.name = "LimitExceededException";
|
|
34
|
-
this.$fault = "client";
|
|
35
35
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
export class ResourceInUseException extends __BaseException {
|
|
39
|
+
name = "ResourceInUseException";
|
|
40
|
+
$fault = "client";
|
|
39
41
|
constructor(opts) {
|
|
40
42
|
super({
|
|
41
43
|
name: "ResourceInUseException",
|
|
42
44
|
$fault: "client",
|
|
43
45
|
...opts,
|
|
44
46
|
});
|
|
45
|
-
this.name = "ResourceInUseException";
|
|
46
|
-
this.$fault = "client";
|
|
47
47
|
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
export class ResourceNotFoundException extends __BaseException {
|
|
51
|
+
name = "ResourceNotFoundException";
|
|
52
|
+
$fault = "client";
|
|
51
53
|
constructor(opts) {
|
|
52
54
|
super({
|
|
53
55
|
name: "ResourceNotFoundException",
|
|
54
56
|
$fault: "client",
|
|
55
57
|
...opts,
|
|
56
58
|
});
|
|
57
|
-
this.name = "ResourceNotFoundException";
|
|
58
|
-
this.$fault = "client";
|
|
59
59
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
60
60
|
}
|
|
61
61
|
}
|
|
@@ -89,110 +89,110 @@ export const StreamStatus = {
|
|
|
89
89
|
UPDATING: "UPDATING",
|
|
90
90
|
};
|
|
91
91
|
export class ExpiredIteratorException extends __BaseException {
|
|
92
|
+
name = "ExpiredIteratorException";
|
|
93
|
+
$fault = "client";
|
|
92
94
|
constructor(opts) {
|
|
93
95
|
super({
|
|
94
96
|
name: "ExpiredIteratorException",
|
|
95
97
|
$fault: "client",
|
|
96
98
|
...opts,
|
|
97
99
|
});
|
|
98
|
-
this.name = "ExpiredIteratorException";
|
|
99
|
-
this.$fault = "client";
|
|
100
100
|
Object.setPrototypeOf(this, ExpiredIteratorException.prototype);
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
export class ExpiredNextTokenException extends __BaseException {
|
|
104
|
+
name = "ExpiredNextTokenException";
|
|
105
|
+
$fault = "client";
|
|
104
106
|
constructor(opts) {
|
|
105
107
|
super({
|
|
106
108
|
name: "ExpiredNextTokenException",
|
|
107
109
|
$fault: "client",
|
|
108
110
|
...opts,
|
|
109
111
|
});
|
|
110
|
-
this.name = "ExpiredNextTokenException";
|
|
111
|
-
this.$fault = "client";
|
|
112
112
|
Object.setPrototypeOf(this, ExpiredNextTokenException.prototype);
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
export class KMSAccessDeniedException extends __BaseException {
|
|
116
|
+
name = "KMSAccessDeniedException";
|
|
117
|
+
$fault = "client";
|
|
116
118
|
constructor(opts) {
|
|
117
119
|
super({
|
|
118
120
|
name: "KMSAccessDeniedException",
|
|
119
121
|
$fault: "client",
|
|
120
122
|
...opts,
|
|
121
123
|
});
|
|
122
|
-
this.name = "KMSAccessDeniedException";
|
|
123
|
-
this.$fault = "client";
|
|
124
124
|
Object.setPrototypeOf(this, KMSAccessDeniedException.prototype);
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
export class KMSDisabledException extends __BaseException {
|
|
128
|
+
name = "KMSDisabledException";
|
|
129
|
+
$fault = "client";
|
|
128
130
|
constructor(opts) {
|
|
129
131
|
super({
|
|
130
132
|
name: "KMSDisabledException",
|
|
131
133
|
$fault: "client",
|
|
132
134
|
...opts,
|
|
133
135
|
});
|
|
134
|
-
this.name = "KMSDisabledException";
|
|
135
|
-
this.$fault = "client";
|
|
136
136
|
Object.setPrototypeOf(this, KMSDisabledException.prototype);
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
export class KMSInvalidStateException extends __BaseException {
|
|
140
|
+
name = "KMSInvalidStateException";
|
|
141
|
+
$fault = "client";
|
|
140
142
|
constructor(opts) {
|
|
141
143
|
super({
|
|
142
144
|
name: "KMSInvalidStateException",
|
|
143
145
|
$fault: "client",
|
|
144
146
|
...opts,
|
|
145
147
|
});
|
|
146
|
-
this.name = "KMSInvalidStateException";
|
|
147
|
-
this.$fault = "client";
|
|
148
148
|
Object.setPrototypeOf(this, KMSInvalidStateException.prototype);
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
export class KMSNotFoundException extends __BaseException {
|
|
152
|
+
name = "KMSNotFoundException";
|
|
153
|
+
$fault = "client";
|
|
152
154
|
constructor(opts) {
|
|
153
155
|
super({
|
|
154
156
|
name: "KMSNotFoundException",
|
|
155
157
|
$fault: "client",
|
|
156
158
|
...opts,
|
|
157
159
|
});
|
|
158
|
-
this.name = "KMSNotFoundException";
|
|
159
|
-
this.$fault = "client";
|
|
160
160
|
Object.setPrototypeOf(this, KMSNotFoundException.prototype);
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
163
|
export class KMSOptInRequired extends __BaseException {
|
|
164
|
+
name = "KMSOptInRequired";
|
|
165
|
+
$fault = "client";
|
|
164
166
|
constructor(opts) {
|
|
165
167
|
super({
|
|
166
168
|
name: "KMSOptInRequired",
|
|
167
169
|
$fault: "client",
|
|
168
170
|
...opts,
|
|
169
171
|
});
|
|
170
|
-
this.name = "KMSOptInRequired";
|
|
171
|
-
this.$fault = "client";
|
|
172
172
|
Object.setPrototypeOf(this, KMSOptInRequired.prototype);
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
175
|
export class KMSThrottlingException extends __BaseException {
|
|
176
|
+
name = "KMSThrottlingException";
|
|
177
|
+
$fault = "client";
|
|
176
178
|
constructor(opts) {
|
|
177
179
|
super({
|
|
178
180
|
name: "KMSThrottlingException",
|
|
179
181
|
$fault: "client",
|
|
180
182
|
...opts,
|
|
181
183
|
});
|
|
182
|
-
this.name = "KMSThrottlingException";
|
|
183
|
-
this.$fault = "client";
|
|
184
184
|
Object.setPrototypeOf(this, KMSThrottlingException.prototype);
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
187
|
export class ProvisionedThroughputExceededException extends __BaseException {
|
|
188
|
+
name = "ProvisionedThroughputExceededException";
|
|
189
|
+
$fault = "client";
|
|
188
190
|
constructor(opts) {
|
|
189
191
|
super({
|
|
190
192
|
name: "ProvisionedThroughputExceededException",
|
|
191
193
|
$fault: "client",
|
|
192
194
|
...opts,
|
|
193
195
|
});
|
|
194
|
-
this.name = "ProvisionedThroughputExceededException";
|
|
195
|
-
this.$fault = "client";
|
|
196
196
|
Object.setPrototypeOf(this, ProvisionedThroughputExceededException.prototype);
|
|
197
197
|
}
|
|
198
198
|
}
|
|
@@ -204,14 +204,14 @@ export const ShardIteratorType = {
|
|
|
204
204
|
TRIM_HORIZON: "TRIM_HORIZON",
|
|
205
205
|
};
|
|
206
206
|
export class InternalFailureException extends __BaseException {
|
|
207
|
+
name = "InternalFailureException";
|
|
208
|
+
$fault = "server";
|
|
207
209
|
constructor(opts) {
|
|
208
210
|
super({
|
|
209
211
|
name: "InternalFailureException",
|
|
210
212
|
$fault: "server",
|
|
211
213
|
...opts,
|
|
212
214
|
});
|
|
213
|
-
this.name = "InternalFailureException";
|
|
214
|
-
this.$fault = "server";
|
|
215
215
|
Object.setPrototypeOf(this, InternalFailureException.prototype);
|
|
216
216
|
}
|
|
217
217
|
}
|
|
@@ -224,14 +224,14 @@ export const ShardFilterType = {
|
|
|
224
224
|
FROM_TRIM_HORIZON: "FROM_TRIM_HORIZON",
|
|
225
225
|
};
|
|
226
226
|
export class ValidationException extends __BaseException {
|
|
227
|
+
name = "ValidationException";
|
|
228
|
+
$fault = "client";
|
|
227
229
|
constructor(opts) {
|
|
228
230
|
super({
|
|
229
231
|
name: "ValidationException",
|
|
230
232
|
$fault: "client",
|
|
231
233
|
...opts,
|
|
232
234
|
});
|
|
233
|
-
this.name = "ValidationException";
|
|
234
|
-
this.$fault = "client";
|
|
235
235
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
236
236
|
}
|
|
237
237
|
}
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
|
|
|
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
|
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
|
|
|
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
|
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
|
|
|
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;
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
|
|
|
32
32
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
33
33
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
34
34
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
35
|
-
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;
|
|
35
|
+
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;
|
|
36
36
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
37
37
|
logger?: import("@smithy/types").Logger | undefined;
|
|
38
38
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
|
|
|
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: KinesisClientConfig) => {
|
|
|
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: KinesisClientConfig) => {
|
|
|
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;
|
|
@@ -51,11 +53,21 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
|
|
|
51
53
|
| import("@smithy/types").RetryStrategyV2
|
|
52
54
|
| undefined;
|
|
53
55
|
endpoint?:
|
|
54
|
-
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
56
|
+
| ((
|
|
57
|
+
| string
|
|
58
|
+
| import("@smithy/types").Endpoint
|
|
59
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
60
|
+
| import("@smithy/types").EndpointV2
|
|
61
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
62
|
+
) &
|
|
63
|
+
(
|
|
64
|
+
| string
|
|
65
|
+
| import("@smithy/types").Provider<string>
|
|
66
|
+
| import("@smithy/types").Endpoint
|
|
67
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
68
|
+
| import("@smithy/types").EndpointV2
|
|
69
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
70
|
+
))
|
|
59
71
|
| undefined;
|
|
60
72
|
endpointProvider: (
|
|
61
73
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kinesis",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kinesis Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.723.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-kinesis",
|
|
@@ -22,60 +22,60 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
25
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
26
|
-
"@aws-sdk/client-sts": "3.
|
|
27
|
-
"@aws-sdk/core": "3.
|
|
28
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
33
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
34
|
-
"@aws-sdk/types": "3.
|
|
35
|
-
"@aws-sdk/util-endpoints": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
37
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
38
|
-
"@smithy/config-resolver": "^
|
|
39
|
-
"@smithy/core": "^
|
|
40
|
-
"@smithy/eventstream-serde-browser": "^
|
|
41
|
-
"@smithy/eventstream-serde-config-resolver": "^
|
|
42
|
-
"@smithy/eventstream-serde-node": "^
|
|
43
|
-
"@smithy/fetch-http-handler": "^
|
|
44
|
-
"@smithy/hash-node": "^
|
|
45
|
-
"@smithy/invalid-dependency": "^
|
|
46
|
-
"@smithy/middleware-content-length": "^
|
|
47
|
-
"@smithy/middleware-endpoint": "^
|
|
48
|
-
"@smithy/middleware-retry": "^
|
|
49
|
-
"@smithy/middleware-serde": "^
|
|
50
|
-
"@smithy/middleware-stack": "^
|
|
51
|
-
"@smithy/node-config-provider": "^
|
|
52
|
-
"@smithy/node-http-handler": "^
|
|
53
|
-
"@smithy/protocol-http": "^
|
|
54
|
-
"@smithy/smithy-client": "^
|
|
55
|
-
"@smithy/types": "^
|
|
56
|
-
"@smithy/url-parser": "^
|
|
57
|
-
"@smithy/util-base64": "^
|
|
58
|
-
"@smithy/util-body-length-browser": "^
|
|
59
|
-
"@smithy/util-body-length-node": "^
|
|
60
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
61
|
-
"@smithy/util-defaults-mode-node": "^
|
|
62
|
-
"@smithy/util-endpoints": "^
|
|
63
|
-
"@smithy/util-middleware": "^
|
|
64
|
-
"@smithy/util-retry": "^
|
|
65
|
-
"@smithy/util-utf8": "^
|
|
66
|
-
"@smithy/util-waiter": "^
|
|
25
|
+
"@aws-sdk/client-sso-oidc": "3.723.0",
|
|
26
|
+
"@aws-sdk/client-sts": "3.723.0",
|
|
27
|
+
"@aws-sdk/core": "3.723.0",
|
|
28
|
+
"@aws-sdk/credential-provider-node": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
32
|
+
"@aws-sdk/middleware-user-agent": "3.723.0",
|
|
33
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
34
|
+
"@aws-sdk/types": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-endpoints": "3.723.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
37
|
+
"@aws-sdk/util-user-agent-node": "3.723.0",
|
|
38
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
39
|
+
"@smithy/core": "^3.0.0",
|
|
40
|
+
"@smithy/eventstream-serde-browser": "^4.0.0",
|
|
41
|
+
"@smithy/eventstream-serde-config-resolver": "^4.0.0",
|
|
42
|
+
"@smithy/eventstream-serde-node": "^4.0.0",
|
|
43
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
44
|
+
"@smithy/hash-node": "^4.0.0",
|
|
45
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
46
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
47
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
48
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
49
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
50
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
51
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
52
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
53
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
54
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
55
|
+
"@smithy/types": "^4.0.0",
|
|
56
|
+
"@smithy/url-parser": "^4.0.0",
|
|
57
|
+
"@smithy/util-base64": "^4.0.0",
|
|
58
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
59
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
60
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
61
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
62
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
63
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
64
|
+
"@smithy/util-retry": "^4.0.0",
|
|
65
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
66
|
+
"@smithy/util-waiter": "^4.0.0",
|
|
67
67
|
"tslib": "^2.6.2"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@tsconfig/
|
|
71
|
-
"@types/node": "^
|
|
70
|
+
"@tsconfig/node18": "18.2.4",
|
|
71
|
+
"@types/node": "^18.19.69",
|
|
72
72
|
"concurrently": "7.0.0",
|
|
73
73
|
"downlevel-dts": "0.10.1",
|
|
74
74
|
"rimraf": "3.0.2",
|
|
75
|
-
"typescript": "~
|
|
75
|
+
"typescript": "~5.2.2"
|
|
76
76
|
},
|
|
77
77
|
"engines": {
|
|
78
|
-
"node": ">=
|
|
78
|
+
"node": ">=18.0.0"
|
|
79
79
|
},
|
|
80
80
|
"typesVersions": {
|
|
81
81
|
"<4.0": {
|