@aws-sdk/client-kinesis 3.621.0 → 3.623.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 +12 -18
- package/dist-es/KinesisClient.js +12 -18
- package/dist-types/KinesisClient.d.ts +2 -4
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/KinesisClient.d.ts +6 -8
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +5 -5
- package/package.json +10 -10
package/dist-cjs/index.js
CHANGED
|
@@ -194,26 +194,28 @@ var _KinesisClient = class _KinesisClient extends import_smithy_client.Client {
|
|
|
194
194
|
constructor(...[configuration]) {
|
|
195
195
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
196
196
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
197
|
-
const _config_2 = (0,
|
|
198
|
-
const _config_3 = (0,
|
|
199
|
-
const _config_4 = (0,
|
|
200
|
-
const _config_5 = (0,
|
|
201
|
-
const _config_6 = (0,
|
|
197
|
+
const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
|
|
198
|
+
const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
|
|
199
|
+
const _config_4 = (0, import_config_resolver.resolveRegionConfig)(_config_3);
|
|
200
|
+
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
201
|
+
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
202
202
|
const _config_7 = (0, import_eventstream_serde_config_resolver.resolveEventStreamSerdeConfig)(_config_6);
|
|
203
203
|
const _config_8 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_7);
|
|
204
204
|
const _config_9 = resolveRuntimeExtensions(_config_8, (configuration == null ? void 0 : configuration.extensions) || []);
|
|
205
205
|
super(_config_9);
|
|
206
206
|
this.config = _config_9;
|
|
207
|
-
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
208
|
-
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
209
|
-
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
210
207
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
211
208
|
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
212
209
|
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
210
|
+
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
211
|
+
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
212
|
+
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
213
213
|
this.middlewareStack.use(
|
|
214
214
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
215
|
-
httpAuthSchemeParametersProvider:
|
|
216
|
-
identityProviderConfigProvider:
|
|
215
|
+
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultKinesisHttpAuthSchemeParametersProvider,
|
|
216
|
+
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
217
|
+
"aws.auth#sigv4": config.credentials
|
|
218
|
+
})
|
|
217
219
|
})
|
|
218
220
|
);
|
|
219
221
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -226,14 +228,6 @@ var _KinesisClient = class _KinesisClient extends import_smithy_client.Client {
|
|
|
226
228
|
destroy() {
|
|
227
229
|
super.destroy();
|
|
228
230
|
}
|
|
229
|
-
getDefaultHttpAuthSchemeParametersProvider() {
|
|
230
|
-
return import_httpAuthSchemeProvider.defaultKinesisHttpAuthSchemeParametersProvider;
|
|
231
|
-
}
|
|
232
|
-
getIdentityProviderConfigProvider() {
|
|
233
|
-
return async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
234
|
-
"aws.auth#sigv4": config.credentials
|
|
235
|
-
});
|
|
236
|
-
}
|
|
237
231
|
};
|
|
238
232
|
__name(_KinesisClient, "KinesisClient");
|
|
239
233
|
var KinesisClient = _KinesisClient;
|
package/dist-es/KinesisClient.js
CHANGED
|
@@ -18,37 +18,31 @@ export class KinesisClient extends __Client {
|
|
|
18
18
|
constructor(...[configuration]) {
|
|
19
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
20
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
21
|
-
const _config_2 =
|
|
22
|
-
const _config_3 =
|
|
23
|
-
const _config_4 =
|
|
24
|
-
const _config_5 =
|
|
25
|
-
const _config_6 =
|
|
21
|
+
const _config_2 = resolveUserAgentConfig(_config_1);
|
|
22
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
23
|
+
const _config_4 = resolveRegionConfig(_config_3);
|
|
24
|
+
const _config_5 = resolveHostHeaderConfig(_config_4);
|
|
25
|
+
const _config_6 = resolveEndpointConfig(_config_5);
|
|
26
26
|
const _config_7 = resolveEventStreamSerdeConfig(_config_6);
|
|
27
27
|
const _config_8 = resolveHttpAuthSchemeConfig(_config_7);
|
|
28
28
|
const _config_9 = resolveRuntimeExtensions(_config_8, configuration?.extensions || []);
|
|
29
29
|
super(_config_9);
|
|
30
30
|
this.config = _config_9;
|
|
31
|
-
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
32
|
-
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
33
|
-
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
|
|
34
31
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
35
32
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
36
33
|
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
34
|
+
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
35
|
+
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
36
|
+
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
|
|
37
37
|
this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
|
|
38
|
-
httpAuthSchemeParametersProvider:
|
|
39
|
-
identityProviderConfigProvider:
|
|
38
|
+
httpAuthSchemeParametersProvider: defaultKinesisHttpAuthSchemeParametersProvider,
|
|
39
|
+
identityProviderConfigProvider: async (config) => new DefaultIdentityProviderConfig({
|
|
40
|
+
"aws.auth#sigv4": config.credentials,
|
|
41
|
+
}),
|
|
40
42
|
}));
|
|
41
43
|
this.middlewareStack.use(getHttpSigningPlugin(this.config));
|
|
42
44
|
}
|
|
43
45
|
destroy() {
|
|
44
46
|
super.destroy();
|
|
45
47
|
}
|
|
46
|
-
getDefaultHttpAuthSchemeParametersProvider() {
|
|
47
|
-
return defaultKinesisHttpAuthSchemeParametersProvider;
|
|
48
|
-
}
|
|
49
|
-
getIdentityProviderConfigProvider() {
|
|
50
|
-
return async (config) => new DefaultIdentityProviderConfig({
|
|
51
|
-
"aws.auth#sigv4": config.credentials,
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
48
|
}
|
|
@@ -168,7 +168,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
168
168
|
/**
|
|
169
169
|
* @public
|
|
170
170
|
*/
|
|
171
|
-
export type KinesisClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults &
|
|
171
|
+
export type KinesisClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & UserAgentInputConfig & RetryInputConfig & RegionInputConfig & HostHeaderInputConfig & EndpointInputConfig<EndpointParameters> & EventStreamSerdeInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters;
|
|
172
172
|
/**
|
|
173
173
|
* @public
|
|
174
174
|
*
|
|
@@ -179,7 +179,7 @@ export interface KinesisClientConfig extends KinesisClientConfigType {
|
|
|
179
179
|
/**
|
|
180
180
|
* @public
|
|
181
181
|
*/
|
|
182
|
-
export type KinesisClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig &
|
|
182
|
+
export type KinesisClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig & RegionResolvedConfig & HostHeaderResolvedConfig & EndpointResolvedConfig<EndpointParameters> & EventStreamSerdeResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters;
|
|
183
183
|
/**
|
|
184
184
|
* @public
|
|
185
185
|
*
|
|
@@ -205,6 +205,4 @@ export declare class KinesisClient extends __Client<__HttpHandlerOptions, Servic
|
|
|
205
205
|
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
206
206
|
*/
|
|
207
207
|
destroy(): void;
|
|
208
|
-
private getDefaultHttpAuthSchemeParametersProvider;
|
|
209
|
-
private getIdentityProviderConfigProvider;
|
|
210
208
|
}
|
|
@@ -30,12 +30,12 @@ export declare const defaultKinesisHttpAuthSchemeProvider: KinesisHttpAuthScheme
|
|
|
30
30
|
*/
|
|
31
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
|
|
34
34
|
* @internal
|
|
35
35
|
*/
|
|
36
36
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use.
|
|
39
39
|
* @internal
|
|
40
40
|
*/
|
|
41
41
|
httpAuthSchemeProvider?: KinesisHttpAuthSchemeProvider;
|
|
@@ -45,12 +45,12 @@ export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
|
45
45
|
*/
|
|
46
46
|
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme.
|
|
49
49
|
* @internal
|
|
50
50
|
*/
|
|
51
51
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use.
|
|
54
54
|
* @internal
|
|
55
55
|
*/
|
|
56
56
|
readonly httpAuthSchemeProvider: KinesisHttpAuthSchemeProvider;
|
|
@@ -28,13 +28,13 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
|
|
|
28
28
|
serviceId: string;
|
|
29
29
|
logger: import("@smithy/types").Logger;
|
|
30
30
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
31
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
31
33
|
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;
|
|
32
34
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
33
35
|
logger?: import("@smithy/types").Logger | undefined;
|
|
34
36
|
}) => import("@smithy/types").EndpointV2;
|
|
35
37
|
tls?: boolean | undefined;
|
|
36
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
37
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
38
38
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
39
39
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").KinesisHttpAuthSchemeProvider;
|
|
40
40
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -28,13 +28,13 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
|
|
|
28
28
|
serviceId: string;
|
|
29
29
|
logger: import("@smithy/types").Logger;
|
|
30
30
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
31
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
31
33
|
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;
|
|
32
34
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
33
35
|
logger?: import("@smithy/types").Logger | undefined;
|
|
34
36
|
}) => import("@smithy/types").EndpointV2;
|
|
35
37
|
tls?: boolean | undefined;
|
|
36
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
37
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
38
38
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
39
39
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").KinesisHttpAuthSchemeProvider;
|
|
40
40
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -27,13 +27,13 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
|
|
|
27
27
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
28
28
|
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
29
29
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
30
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
31
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
30
32
|
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;
|
|
31
33
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
32
34
|
logger?: import("@smithy/types").Logger | undefined;
|
|
33
35
|
}) => import("@smithy/types").EndpointV2;
|
|
34
36
|
tls?: boolean | undefined;
|
|
35
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
36
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
37
37
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
38
38
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").KinesisHttpAuthSchemeProvider;
|
|
39
39
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -281,11 +281,11 @@ export type KinesisClientConfigType = Partial<
|
|
|
281
281
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
282
282
|
> &
|
|
283
283
|
ClientDefaults &
|
|
284
|
-
RegionInputConfig &
|
|
285
|
-
EndpointInputConfig<EndpointParameters> &
|
|
286
|
-
HostHeaderInputConfig &
|
|
287
284
|
UserAgentInputConfig &
|
|
288
285
|
RetryInputConfig &
|
|
286
|
+
RegionInputConfig &
|
|
287
|
+
HostHeaderInputConfig &
|
|
288
|
+
EndpointInputConfig<EndpointParameters> &
|
|
289
289
|
EventStreamSerdeInputConfig &
|
|
290
290
|
HttpAuthSchemeInputConfig &
|
|
291
291
|
ClientInputEndpointParameters;
|
|
@@ -294,11 +294,11 @@ export type KinesisClientResolvedConfigType =
|
|
|
294
294
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
295
295
|
Required<ClientDefaults> &
|
|
296
296
|
RuntimeExtensionsConfig &
|
|
297
|
-
RegionResolvedConfig &
|
|
298
|
-
EndpointResolvedConfig<EndpointParameters> &
|
|
299
|
-
HostHeaderResolvedConfig &
|
|
300
297
|
UserAgentResolvedConfig &
|
|
301
298
|
RetryResolvedConfig &
|
|
299
|
+
RegionResolvedConfig &
|
|
300
|
+
HostHeaderResolvedConfig &
|
|
301
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
302
302
|
EventStreamSerdeResolvedConfig &
|
|
303
303
|
HttpAuthSchemeResolvedConfig &
|
|
304
304
|
ClientResolvedEndpointParameters;
|
|
@@ -315,6 +315,4 @@ export declare class KinesisClient extends __Client<
|
|
|
315
315
|
...[configuration]: __CheckOptionalClientConfig<KinesisClientConfig>
|
|
316
316
|
);
|
|
317
317
|
destroy(): void;
|
|
318
|
-
private getDefaultHttpAuthSchemeParametersProvider;
|
|
319
|
-
private getIdentityProviderConfigProvider;
|
|
320
318
|
}
|
|
@@ -33,6 +33,11 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
|
|
|
33
33
|
serviceId: string;
|
|
34
34
|
logger: import("@smithy/types").Logger;
|
|
35
35
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
36
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
37
|
+
retryStrategy?:
|
|
38
|
+
| import("@smithy/types").RetryStrategy
|
|
39
|
+
| import("@smithy/types").RetryStrategyV2
|
|
40
|
+
| undefined;
|
|
36
41
|
endpoint?:
|
|
37
42
|
| ((
|
|
38
43
|
| string
|
|
@@ -57,11 +62,6 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
|
|
|
57
62
|
}
|
|
58
63
|
) => import("@smithy/types").EndpointV2;
|
|
59
64
|
tls?: boolean | undefined;
|
|
60
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
61
|
-
retryStrategy?:
|
|
62
|
-
| import("@smithy/types").RetryStrategy
|
|
63
|
-
| import("@smithy/types").RetryStrategyV2
|
|
64
|
-
| undefined;
|
|
65
65
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
66
66
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").KinesisHttpAuthSchemeProvider;
|
|
67
67
|
credentials?:
|
|
@@ -37,6 +37,11 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
|
|
|
37
37
|
serviceId: string;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
41
|
+
retryStrategy?:
|
|
42
|
+
| import("@smithy/types").RetryStrategy
|
|
43
|
+
| import("@smithy/types").RetryStrategyV2
|
|
44
|
+
| undefined;
|
|
40
45
|
endpoint?:
|
|
41
46
|
| ((
|
|
42
47
|
| string
|
|
@@ -61,11 +66,6 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
|
|
|
61
66
|
}
|
|
62
67
|
) => import("@smithy/types").EndpointV2;
|
|
63
68
|
tls?: boolean | undefined;
|
|
64
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
65
|
-
retryStrategy?:
|
|
66
|
-
| import("@smithy/types").RetryStrategy
|
|
67
|
-
| import("@smithy/types").RetryStrategyV2
|
|
68
|
-
| undefined;
|
|
69
69
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
70
70
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").KinesisHttpAuthSchemeProvider;
|
|
71
71
|
credentials?:
|
|
@@ -37,6 +37,11 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
|
|
|
37
37
|
| import("@smithy/types").Provider<
|
|
38
38
|
import("@smithy/smithy-client").DefaultsMode
|
|
39
39
|
>;
|
|
40
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
41
|
+
retryStrategy?:
|
|
42
|
+
| import("@smithy/types").RetryStrategy
|
|
43
|
+
| import("@smithy/types").RetryStrategyV2
|
|
44
|
+
| undefined;
|
|
40
45
|
endpoint?:
|
|
41
46
|
| string
|
|
42
47
|
| import("@smithy/types").Endpoint
|
|
@@ -51,11 +56,6 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
|
|
|
51
56
|
}
|
|
52
57
|
) => import("@smithy/types").EndpointV2;
|
|
53
58
|
tls?: boolean | undefined;
|
|
54
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
55
|
-
retryStrategy?:
|
|
56
|
-
| import("@smithy/types").RetryStrategy
|
|
57
|
-
| import("@smithy/types").RetryStrategyV2
|
|
58
|
-
| undefined;
|
|
59
59
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
60
60
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").KinesisHttpAuthSchemeProvider;
|
|
61
61
|
credentials?:
|
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.623.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",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
25
|
-
"@aws-sdk/client-sts": "3.
|
|
26
|
-
"@aws-sdk/core": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sso-oidc": "3.623.0",
|
|
25
|
+
"@aws-sdk/client-sts": "3.623.0",
|
|
26
|
+
"@aws-sdk/core": "3.623.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.623.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
36
36
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
37
37
|
"@smithy/config-resolver": "^3.0.5",
|
|
38
|
-
"@smithy/core": "^2.3.
|
|
38
|
+
"@smithy/core": "^2.3.2",
|
|
39
39
|
"@smithy/eventstream-serde-browser": "^3.0.5",
|
|
40
40
|
"@smithy/eventstream-serde-config-resolver": "^3.0.3",
|
|
41
41
|
"@smithy/eventstream-serde-node": "^3.0.4",
|
|
@@ -44,20 +44,20 @@
|
|
|
44
44
|
"@smithy/invalid-dependency": "^3.0.3",
|
|
45
45
|
"@smithy/middleware-content-length": "^3.0.5",
|
|
46
46
|
"@smithy/middleware-endpoint": "^3.1.0",
|
|
47
|
-
"@smithy/middleware-retry": "^3.0.
|
|
47
|
+
"@smithy/middleware-retry": "^3.0.14",
|
|
48
48
|
"@smithy/middleware-serde": "^3.0.3",
|
|
49
49
|
"@smithy/middleware-stack": "^3.0.3",
|
|
50
50
|
"@smithy/node-config-provider": "^3.1.4",
|
|
51
51
|
"@smithy/node-http-handler": "^3.1.4",
|
|
52
52
|
"@smithy/protocol-http": "^4.1.0",
|
|
53
|
-
"@smithy/smithy-client": "^3.1.
|
|
53
|
+
"@smithy/smithy-client": "^3.1.12",
|
|
54
54
|
"@smithy/types": "^3.3.0",
|
|
55
55
|
"@smithy/url-parser": "^3.0.3",
|
|
56
56
|
"@smithy/util-base64": "^3.0.0",
|
|
57
57
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
58
58
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
59
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
60
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
59
|
+
"@smithy/util-defaults-mode-browser": "^3.0.14",
|
|
60
|
+
"@smithy/util-defaults-mode-node": "^3.0.14",
|
|
61
61
|
"@smithy/util-endpoints": "^2.0.5",
|
|
62
62
|
"@smithy/util-middleware": "^3.0.3",
|
|
63
63
|
"@smithy/util-retry": "^3.0.3",
|