@aws-sdk/client-kinesis 3.948.0 → 3.953.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.
Files changed (59) hide show
  1. package/dist-cjs/index.js +478 -319
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/AddTagsToStreamCommand.js +2 -2
  4. package/dist-es/commands/CreateStreamCommand.js +2 -2
  5. package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +2 -2
  6. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  7. package/dist-es/commands/DeleteStreamCommand.js +2 -2
  8. package/dist-es/commands/DeregisterStreamConsumerCommand.js +2 -2
  9. package/dist-es/commands/DescribeAccountSettingsCommand.js +2 -2
  10. package/dist-es/commands/DescribeLimitsCommand.js +2 -2
  11. package/dist-es/commands/DescribeStreamCommand.js +2 -2
  12. package/dist-es/commands/DescribeStreamConsumerCommand.js +2 -2
  13. package/dist-es/commands/DescribeStreamSummaryCommand.js +2 -2
  14. package/dist-es/commands/DisableEnhancedMonitoringCommand.js +2 -2
  15. package/dist-es/commands/EnableEnhancedMonitoringCommand.js +2 -2
  16. package/dist-es/commands/GetRecordsCommand.js +2 -2
  17. package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  18. package/dist-es/commands/GetShardIteratorCommand.js +2 -2
  19. package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +2 -2
  20. package/dist-es/commands/ListShardsCommand.js +2 -2
  21. package/dist-es/commands/ListStreamConsumersCommand.js +2 -2
  22. package/dist-es/commands/ListStreamsCommand.js +2 -2
  23. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  24. package/dist-es/commands/ListTagsForStreamCommand.js +2 -2
  25. package/dist-es/commands/MergeShardsCommand.js +2 -2
  26. package/dist-es/commands/PutRecordCommand.js +2 -2
  27. package/dist-es/commands/PutRecordsCommand.js +2 -2
  28. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  29. package/dist-es/commands/RegisterStreamConsumerCommand.js +2 -2
  30. package/dist-es/commands/RemoveTagsFromStreamCommand.js +2 -2
  31. package/dist-es/commands/SplitShardCommand.js +2 -2
  32. package/dist-es/commands/StartStreamEncryptionCommand.js +2 -2
  33. package/dist-es/commands/StopStreamEncryptionCommand.js +2 -2
  34. package/dist-es/commands/SubscribeToShardCommand.js +2 -2
  35. package/dist-es/commands/TagResourceCommand.js +2 -2
  36. package/dist-es/commands/UntagResourceCommand.js +2 -2
  37. package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -2
  38. package/dist-es/commands/UpdateMaxRecordSizeCommand.js +2 -2
  39. package/dist-es/commands/UpdateShardCountCommand.js +2 -2
  40. package/dist-es/commands/UpdateStreamModeCommand.js +2 -2
  41. package/dist-es/commands/UpdateStreamWarmThroughputCommand.js +2 -2
  42. package/dist-es/index.js +1 -0
  43. package/dist-es/runtimeConfig.shared.js +7 -6
  44. package/dist-es/schemas/schemas_0.js +261 -240
  45. package/dist-types/KinesisClient.d.ts +1 -10
  46. package/dist-types/index.d.ts +1 -0
  47. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  48. package/dist-types/runtimeConfig.d.ts +6 -2
  49. package/dist-types/runtimeConfig.native.d.ts +6 -2
  50. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  51. package/dist-types/schemas/schemas_0.d.ts +139 -154
  52. package/dist-types/ts3.4/KinesisClient.d.ts +0 -4
  53. package/dist-types/ts3.4/index.d.ts +1 -0
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  58. package/dist-types/ts3.4/schemas/schemas_0.d.ts +138 -154
  59. package/package.json +38 -38
@@ -6,7 +6,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
6
6
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
7
7
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
8
8
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
9
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type EventStreamSerdeProvider as __EventStreamSerdeProvider, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type EventStreamSerdeProvider as __EventStreamSerdeProvider, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
10
10
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
11
11
  import { AddTagsToStreamCommandInput, AddTagsToStreamCommandOutput } from "./commands/AddTagsToStreamCommand";
12
12
  import { CreateStreamCommandInput, CreateStreamCommandOutput } from "./commands/CreateStreamCommand";
@@ -181,15 +181,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
181
181
  * Optional extensions
182
182
  */
183
183
  extensions?: RuntimeExtension[];
184
- /**
185
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
186
- * may be overridden. A default will always be set by the client.
187
- * Available options depend on the service's supported protocols and will not be validated by
188
- * the client.
189
- * @alpha
190
- *
191
- */
192
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
193
184
  /**
194
185
  * The function that provides necessary utilities for generating and parsing event stream
195
186
  */
@@ -11,6 +11,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
11
11
  export type { RuntimeExtension } from "./runtimeExtensions";
12
12
  export type { KinesisExtensionConfiguration } from "./extensionConfiguration";
13
13
  export * from "./commands";
14
+ export * from "./schemas/schemas_0";
14
15
  export * from "./pagination";
15
16
  export * from "./waiters";
16
17
  export * from "./models/enums";
@@ -18,8 +18,13 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
18
18
  streamCollector: import("@smithy/types").StreamCollector;
19
19
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
20
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
21
- apiVersion: string;
22
21
  cacheMiddleware?: boolean | undefined;
22
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
23
+ protocolSettings: {
24
+ defaultNamespace?: string;
25
+ [setting: string]: unknown;
26
+ };
27
+ apiVersion: string;
23
28
  urlParser: import("@smithy/types").UrlParser;
24
29
  base64Decoder: import("@smithy/types").Decoder;
25
30
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -30,7 +35,6 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
30
35
  profile?: string;
31
36
  logger: import("@smithy/types").Logger;
32
37
  extensions: import("./runtimeExtensions").RuntimeExtension[];
33
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
38
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
39
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -20,8 +20,13 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
20
20
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
23
- apiVersion: string;
24
23
  cacheMiddleware?: boolean | undefined;
24
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
25
+ protocolSettings: {
26
+ defaultNamespace?: string;
27
+ [setting: string]: unknown;
28
+ };
29
+ apiVersion: string;
25
30
  urlParser: import("@smithy/types").UrlParser;
26
31
  base64Decoder: import("@smithy/types").Decoder;
27
32
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -32,7 +37,6 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
32
37
  profile?: string;
33
38
  logger: import("@smithy/types").Logger;
34
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
36
40
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
41
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
38
42
  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;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
32
36
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
@@ -1,3 +1,4 @@
1
+ import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
1
2
  import type { KinesisClientConfig } from "./KinesisClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").KinesisHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
18
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_1Protocol;
19
+ protocolSettings: {
20
+ [setting: string]: unknown;
21
+ defaultNamespace?: string;
22
+ };
18
23
  serviceId: string;
19
24
  urlParser: import("@smithy/types").UrlParser;
20
25
  utf8Decoder: import("@smithy/types").Decoder;
@@ -1,154 +1,139 @@
1
- import type { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
- export declare var AccessDeniedException: StaticErrorSchema;
3
- export declare var AddTagsToStreamInput: StaticStructureSchema;
4
- export declare var ChildShard: StaticStructureSchema;
5
- export declare var Consumer: StaticStructureSchema;
6
- export declare var ConsumerDescription: StaticStructureSchema;
7
- export declare var CreateStreamInput: StaticStructureSchema;
8
- export declare var DecreaseStreamRetentionPeriodInput: StaticStructureSchema;
9
- export declare var DeleteResourcePolicyInput: StaticStructureSchema;
10
- export declare var DeleteStreamInput: StaticStructureSchema;
11
- export declare var DeregisterStreamConsumerInput: StaticStructureSchema;
12
- export declare var DescribeAccountSettingsInput: StaticStructureSchema;
13
- export declare var DescribeAccountSettingsOutput: StaticStructureSchema;
14
- export declare var DescribeLimitsInput: StaticStructureSchema;
15
- export declare var DescribeLimitsOutput: StaticStructureSchema;
16
- export declare var DescribeStreamConsumerInput: StaticStructureSchema;
17
- export declare var DescribeStreamConsumerOutput: StaticStructureSchema;
18
- export declare var DescribeStreamInput: StaticStructureSchema;
19
- export declare var DescribeStreamOutput: StaticStructureSchema;
20
- export declare var DescribeStreamSummaryInput: StaticStructureSchema;
21
- export declare var DescribeStreamSummaryOutput: StaticStructureSchema;
22
- export declare var DisableEnhancedMonitoringInput: StaticStructureSchema;
23
- export declare var EnableEnhancedMonitoringInput: StaticStructureSchema;
24
- export declare var EnhancedMetrics: StaticStructureSchema;
25
- export declare var EnhancedMonitoringOutput: StaticStructureSchema;
26
- export declare var ExpiredIteratorException: StaticErrorSchema;
27
- export declare var ExpiredNextTokenException: StaticErrorSchema;
28
- export declare var GetRecordsInput: StaticStructureSchema;
29
- export declare var GetRecordsOutput: StaticStructureSchema;
30
- export declare var GetResourcePolicyInput: StaticStructureSchema;
31
- export declare var GetResourcePolicyOutput: StaticStructureSchema;
32
- export declare var GetShardIteratorInput: StaticStructureSchema;
33
- export declare var GetShardIteratorOutput: StaticStructureSchema;
34
- export declare var HashKeyRange: StaticStructureSchema;
35
- export declare var IncreaseStreamRetentionPeriodInput: StaticStructureSchema;
36
- export declare var InternalFailureException: StaticErrorSchema;
37
- export declare var InvalidArgumentException: StaticErrorSchema;
38
- export declare var KMSAccessDeniedException: StaticErrorSchema;
39
- export declare var KMSDisabledException: StaticErrorSchema;
40
- export declare var KMSInvalidStateException: StaticErrorSchema;
41
- export declare var KMSNotFoundException: StaticErrorSchema;
42
- export declare var KMSOptInRequired: StaticErrorSchema;
43
- export declare var KMSThrottlingException: StaticErrorSchema;
44
- export declare var LimitExceededException: StaticErrorSchema;
45
- export declare var ListShardsInput: StaticStructureSchema;
46
- export declare var ListShardsOutput: StaticStructureSchema;
47
- export declare var ListStreamConsumersInput: StaticStructureSchema;
48
- export declare var ListStreamConsumersOutput: StaticStructureSchema;
49
- export declare var ListStreamsInput: StaticStructureSchema;
50
- export declare var ListStreamsOutput: StaticStructureSchema;
51
- export declare var ListTagsForResourceInput: StaticStructureSchema;
52
- export declare var ListTagsForResourceOutput: StaticStructureSchema;
53
- export declare var ListTagsForStreamInput: StaticStructureSchema;
54
- export declare var ListTagsForStreamOutput: StaticStructureSchema;
55
- export declare var MergeShardsInput: StaticStructureSchema;
56
- export declare var MinimumThroughputBillingCommitmentInput: StaticStructureSchema;
57
- export declare var MinimumThroughputBillingCommitmentOutput: StaticStructureSchema;
58
- export declare var ProvisionedThroughputExceededException: StaticErrorSchema;
59
- export declare var PutRecordInput: StaticStructureSchema;
60
- export declare var PutRecordOutput: StaticStructureSchema;
61
- export declare var PutRecordsInput: StaticStructureSchema;
62
- export declare var PutRecordsOutput: StaticStructureSchema;
63
- export declare var PutRecordsRequestEntry: StaticStructureSchema;
64
- export declare var PutRecordsResultEntry: StaticStructureSchema;
65
- export declare var PutResourcePolicyInput: StaticStructureSchema;
66
- export declare var _Record: StaticStructureSchema;
67
- export declare var RegisterStreamConsumerInput: StaticStructureSchema;
68
- export declare var RegisterStreamConsumerOutput: StaticStructureSchema;
69
- export declare var RemoveTagsFromStreamInput: StaticStructureSchema;
70
- export declare var ResourceInUseException: StaticErrorSchema;
71
- export declare var ResourceNotFoundException: StaticErrorSchema;
72
- export declare var SequenceNumberRange: StaticStructureSchema;
73
- export declare var Shard: StaticStructureSchema;
74
- export declare var ShardFilter: StaticStructureSchema;
75
- export declare var SplitShardInput: StaticStructureSchema;
76
- export declare var StartingPosition: StaticStructureSchema;
77
- export declare var StartStreamEncryptionInput: StaticStructureSchema;
78
- export declare var StopStreamEncryptionInput: StaticStructureSchema;
79
- export declare var StreamDescription: StaticStructureSchema;
80
- export declare var StreamDescriptionSummary: StaticStructureSchema;
81
- export declare var StreamModeDetails: StaticStructureSchema;
82
- export declare var StreamSummary: StaticStructureSchema;
83
- export declare var SubscribeToShardEvent: StaticStructureSchema;
84
- export declare var SubscribeToShardInput: StaticStructureSchema;
85
- export declare var SubscribeToShardOutput: StaticStructureSchema;
86
- export declare var Tag: StaticStructureSchema;
87
- export declare var TagResourceInput: StaticStructureSchema;
88
- export declare var UntagResourceInput: StaticStructureSchema;
89
- export declare var UpdateAccountSettingsInput: StaticStructureSchema;
90
- export declare var UpdateAccountSettingsOutput: StaticStructureSchema;
91
- export declare var UpdateMaxRecordSizeInput: StaticStructureSchema;
92
- export declare var UpdateShardCountInput: StaticStructureSchema;
93
- export declare var UpdateShardCountOutput: StaticStructureSchema;
94
- export declare var UpdateStreamModeInput: StaticStructureSchema;
95
- export declare var UpdateStreamWarmThroughputInput: StaticStructureSchema;
96
- export declare var UpdateStreamWarmThroughputOutput: StaticStructureSchema;
97
- export declare var ValidationException: StaticErrorSchema;
98
- export declare var WarmThroughputObject: StaticStructureSchema;
99
- export declare var __Unit: "unit";
100
- export declare var KinesisServiceException: StaticErrorSchema;
101
- export declare var ChildShardList: StaticListSchema;
102
- export declare var ConsumerList: StaticListSchema;
103
- export declare var EnhancedMonitoringList: StaticListSchema;
104
- export declare var MetricsNameList: number;
105
- export declare var PutRecordsRequestEntryList: StaticListSchema;
106
- export declare var PutRecordsResultEntryList: StaticListSchema;
107
- export declare var RecordList: StaticListSchema;
108
- export declare var ShardIdList: number;
109
- export declare var ShardList: StaticListSchema;
110
- export declare var StreamNameList: number;
111
- export declare var StreamSummaryList: StaticListSchema;
112
- export declare var TagKeyList: number;
113
- export declare var TagList: StaticListSchema;
114
- export declare var TagMap: number;
115
- export declare var SubscribeToShardEventStream: StaticStructureSchema;
116
- export declare var AddTagsToStream: StaticOperationSchema;
117
- export declare var CreateStream: StaticOperationSchema;
118
- export declare var DecreaseStreamRetentionPeriod: StaticOperationSchema;
119
- export declare var DeleteResourcePolicy: StaticOperationSchema;
120
- export declare var DeleteStream: StaticOperationSchema;
121
- export declare var DeregisterStreamConsumer: StaticOperationSchema;
122
- export declare var DescribeAccountSettings: StaticOperationSchema;
123
- export declare var DescribeLimits: StaticOperationSchema;
124
- export declare var DescribeStream: StaticOperationSchema;
125
- export declare var DescribeStreamConsumer: StaticOperationSchema;
126
- export declare var DescribeStreamSummary: StaticOperationSchema;
127
- export declare var DisableEnhancedMonitoring: StaticOperationSchema;
128
- export declare var EnableEnhancedMonitoring: StaticOperationSchema;
129
- export declare var GetRecords: StaticOperationSchema;
130
- export declare var GetResourcePolicy: StaticOperationSchema;
131
- export declare var GetShardIterator: StaticOperationSchema;
132
- export declare var IncreaseStreamRetentionPeriod: StaticOperationSchema;
133
- export declare var ListShards: StaticOperationSchema;
134
- export declare var ListStreamConsumers: StaticOperationSchema;
135
- export declare var ListStreams: StaticOperationSchema;
136
- export declare var ListTagsForResource: StaticOperationSchema;
137
- export declare var ListTagsForStream: StaticOperationSchema;
138
- export declare var MergeShards: StaticOperationSchema;
139
- export declare var PutRecord: StaticOperationSchema;
140
- export declare var PutRecords: StaticOperationSchema;
141
- export declare var PutResourcePolicy: StaticOperationSchema;
142
- export declare var RegisterStreamConsumer: StaticOperationSchema;
143
- export declare var RemoveTagsFromStream: StaticOperationSchema;
144
- export declare var SplitShard: StaticOperationSchema;
145
- export declare var StartStreamEncryption: StaticOperationSchema;
146
- export declare var StopStreamEncryption: StaticOperationSchema;
147
- export declare var SubscribeToShard: StaticOperationSchema;
148
- export declare var TagResource: StaticOperationSchema;
149
- export declare var UntagResource: StaticOperationSchema;
150
- export declare var UpdateAccountSettings: StaticOperationSchema;
151
- export declare var UpdateMaxRecordSize: StaticOperationSchema;
152
- export declare var UpdateShardCount: StaticOperationSchema;
153
- export declare var UpdateStreamMode: StaticOperationSchema;
154
- export declare var UpdateStreamWarmThroughput: StaticOperationSchema;
1
+ import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AccessDeniedException$: StaticErrorSchema;
3
+ export declare var AddTagsToStreamInput$: StaticStructureSchema;
4
+ export declare var ChildShard$: StaticStructureSchema;
5
+ export declare var Consumer$: StaticStructureSchema;
6
+ export declare var ConsumerDescription$: StaticStructureSchema;
7
+ export declare var CreateStreamInput$: StaticStructureSchema;
8
+ export declare var DecreaseStreamRetentionPeriodInput$: StaticStructureSchema;
9
+ export declare var DeleteResourcePolicyInput$: StaticStructureSchema;
10
+ export declare var DeleteStreamInput$: StaticStructureSchema;
11
+ export declare var DeregisterStreamConsumerInput$: StaticStructureSchema;
12
+ export declare var DescribeAccountSettingsInput$: StaticStructureSchema;
13
+ export declare var DescribeAccountSettingsOutput$: StaticStructureSchema;
14
+ export declare var DescribeLimitsInput$: StaticStructureSchema;
15
+ export declare var DescribeLimitsOutput$: StaticStructureSchema;
16
+ export declare var DescribeStreamConsumerInput$: StaticStructureSchema;
17
+ export declare var DescribeStreamConsumerOutput$: StaticStructureSchema;
18
+ export declare var DescribeStreamInput$: StaticStructureSchema;
19
+ export declare var DescribeStreamOutput$: StaticStructureSchema;
20
+ export declare var DescribeStreamSummaryInput$: StaticStructureSchema;
21
+ export declare var DescribeStreamSummaryOutput$: StaticStructureSchema;
22
+ export declare var DisableEnhancedMonitoringInput$: StaticStructureSchema;
23
+ export declare var EnableEnhancedMonitoringInput$: StaticStructureSchema;
24
+ export declare var EnhancedMetrics$: StaticStructureSchema;
25
+ export declare var EnhancedMonitoringOutput$: StaticStructureSchema;
26
+ export declare var ExpiredIteratorException$: StaticErrorSchema;
27
+ export declare var ExpiredNextTokenException$: StaticErrorSchema;
28
+ export declare var GetRecordsInput$: StaticStructureSchema;
29
+ export declare var GetRecordsOutput$: StaticStructureSchema;
30
+ export declare var GetResourcePolicyInput$: StaticStructureSchema;
31
+ export declare var GetResourcePolicyOutput$: StaticStructureSchema;
32
+ export declare var GetShardIteratorInput$: StaticStructureSchema;
33
+ export declare var GetShardIteratorOutput$: StaticStructureSchema;
34
+ export declare var HashKeyRange$: StaticStructureSchema;
35
+ export declare var IncreaseStreamRetentionPeriodInput$: StaticStructureSchema;
36
+ export declare var InternalFailureException$: StaticErrorSchema;
37
+ export declare var InvalidArgumentException$: StaticErrorSchema;
38
+ export declare var KMSAccessDeniedException$: StaticErrorSchema;
39
+ export declare var KMSDisabledException$: StaticErrorSchema;
40
+ export declare var KMSInvalidStateException$: StaticErrorSchema;
41
+ export declare var KMSNotFoundException$: StaticErrorSchema;
42
+ export declare var KMSOptInRequired$: StaticErrorSchema;
43
+ export declare var KMSThrottlingException$: StaticErrorSchema;
44
+ export declare var LimitExceededException$: StaticErrorSchema;
45
+ export declare var ListShardsInput$: StaticStructureSchema;
46
+ export declare var ListShardsOutput$: StaticStructureSchema;
47
+ export declare var ListStreamConsumersInput$: StaticStructureSchema;
48
+ export declare var ListStreamConsumersOutput$: StaticStructureSchema;
49
+ export declare var ListStreamsInput$: StaticStructureSchema;
50
+ export declare var ListStreamsOutput$: StaticStructureSchema;
51
+ export declare var ListTagsForResourceInput$: StaticStructureSchema;
52
+ export declare var ListTagsForResourceOutput$: StaticStructureSchema;
53
+ export declare var ListTagsForStreamInput$: StaticStructureSchema;
54
+ export declare var ListTagsForStreamOutput$: StaticStructureSchema;
55
+ export declare var MergeShardsInput$: StaticStructureSchema;
56
+ export declare var MinimumThroughputBillingCommitmentInput$: StaticStructureSchema;
57
+ export declare var MinimumThroughputBillingCommitmentOutput$: StaticStructureSchema;
58
+ export declare var ProvisionedThroughputExceededException$: StaticErrorSchema;
59
+ export declare var PutRecordInput$: StaticStructureSchema;
60
+ export declare var PutRecordOutput$: StaticStructureSchema;
61
+ export declare var PutRecordsInput$: StaticStructureSchema;
62
+ export declare var PutRecordsOutput$: StaticStructureSchema;
63
+ export declare var PutRecordsRequestEntry$: StaticStructureSchema;
64
+ export declare var PutRecordsResultEntry$: StaticStructureSchema;
65
+ export declare var PutResourcePolicyInput$: StaticStructureSchema;
66
+ export declare var _Record$: StaticStructureSchema;
67
+ export declare var RegisterStreamConsumerInput$: StaticStructureSchema;
68
+ export declare var RegisterStreamConsumerOutput$: StaticStructureSchema;
69
+ export declare var RemoveTagsFromStreamInput$: StaticStructureSchema;
70
+ export declare var ResourceInUseException$: StaticErrorSchema;
71
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
72
+ export declare var SequenceNumberRange$: StaticStructureSchema;
73
+ export declare var Shard$: StaticStructureSchema;
74
+ export declare var ShardFilter$: StaticStructureSchema;
75
+ export declare var SplitShardInput$: StaticStructureSchema;
76
+ export declare var StartingPosition$: StaticStructureSchema;
77
+ export declare var StartStreamEncryptionInput$: StaticStructureSchema;
78
+ export declare var StopStreamEncryptionInput$: StaticStructureSchema;
79
+ export declare var StreamDescription$: StaticStructureSchema;
80
+ export declare var StreamDescriptionSummary$: StaticStructureSchema;
81
+ export declare var StreamModeDetails$: StaticStructureSchema;
82
+ export declare var StreamSummary$: StaticStructureSchema;
83
+ export declare var SubscribeToShardEvent$: StaticStructureSchema;
84
+ export declare var SubscribeToShardInput$: StaticStructureSchema;
85
+ export declare var SubscribeToShardOutput$: StaticStructureSchema;
86
+ export declare var Tag$: StaticStructureSchema;
87
+ export declare var TagResourceInput$: StaticStructureSchema;
88
+ export declare var UntagResourceInput$: StaticStructureSchema;
89
+ export declare var UpdateAccountSettingsInput$: StaticStructureSchema;
90
+ export declare var UpdateAccountSettingsOutput$: StaticStructureSchema;
91
+ export declare var UpdateMaxRecordSizeInput$: StaticStructureSchema;
92
+ export declare var UpdateShardCountInput$: StaticStructureSchema;
93
+ export declare var UpdateShardCountOutput$: StaticStructureSchema;
94
+ export declare var UpdateStreamModeInput$: StaticStructureSchema;
95
+ export declare var UpdateStreamWarmThroughputInput$: StaticStructureSchema;
96
+ export declare var UpdateStreamWarmThroughputOutput$: StaticStructureSchema;
97
+ export declare var ValidationException$: StaticErrorSchema;
98
+ export declare var WarmThroughputObject$: StaticStructureSchema;
99
+ export declare var KinesisServiceException$: StaticErrorSchema;
100
+ export declare var SubscribeToShardEventStream$: StaticStructureSchema;
101
+ export declare var AddTagsToStream$: StaticOperationSchema;
102
+ export declare var CreateStream$: StaticOperationSchema;
103
+ export declare var DecreaseStreamRetentionPeriod$: StaticOperationSchema;
104
+ export declare var DeleteResourcePolicy$: StaticOperationSchema;
105
+ export declare var DeleteStream$: StaticOperationSchema;
106
+ export declare var DeregisterStreamConsumer$: StaticOperationSchema;
107
+ export declare var DescribeAccountSettings$: StaticOperationSchema;
108
+ export declare var DescribeLimits$: StaticOperationSchema;
109
+ export declare var DescribeStream$: StaticOperationSchema;
110
+ export declare var DescribeStreamConsumer$: StaticOperationSchema;
111
+ export declare var DescribeStreamSummary$: StaticOperationSchema;
112
+ export declare var DisableEnhancedMonitoring$: StaticOperationSchema;
113
+ export declare var EnableEnhancedMonitoring$: StaticOperationSchema;
114
+ export declare var GetRecords$: StaticOperationSchema;
115
+ export declare var GetResourcePolicy$: StaticOperationSchema;
116
+ export declare var GetShardIterator$: StaticOperationSchema;
117
+ export declare var IncreaseStreamRetentionPeriod$: StaticOperationSchema;
118
+ export declare var ListShards$: StaticOperationSchema;
119
+ export declare var ListStreamConsumers$: StaticOperationSchema;
120
+ export declare var ListStreams$: StaticOperationSchema;
121
+ export declare var ListTagsForResource$: StaticOperationSchema;
122
+ export declare var ListTagsForStream$: StaticOperationSchema;
123
+ export declare var MergeShards$: StaticOperationSchema;
124
+ export declare var PutRecord$: StaticOperationSchema;
125
+ export declare var PutRecords$: StaticOperationSchema;
126
+ export declare var PutResourcePolicy$: StaticOperationSchema;
127
+ export declare var RegisterStreamConsumer$: StaticOperationSchema;
128
+ export declare var RemoveTagsFromStream$: StaticOperationSchema;
129
+ export declare var SplitShard$: StaticOperationSchema;
130
+ export declare var StartStreamEncryption$: StaticOperationSchema;
131
+ export declare var StopStreamEncryption$: StaticOperationSchema;
132
+ export declare var SubscribeToShard$: StaticOperationSchema;
133
+ export declare var TagResource$: StaticOperationSchema;
134
+ export declare var UntagResource$: StaticOperationSchema;
135
+ export declare var UpdateAccountSettings$: StaticOperationSchema;
136
+ export declare var UpdateMaxRecordSize$: StaticOperationSchema;
137
+ export declare var UpdateShardCount$: StaticOperationSchema;
138
+ export declare var UpdateStreamMode$: StaticOperationSchema;
139
+ export declare var UpdateStreamWarmThroughput$: StaticOperationSchema;
@@ -33,14 +33,11 @@ import {
33
33
  BodyLengthCalculator as __BodyLengthCalculator,
34
34
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
35
35
  ChecksumConstructor as __ChecksumConstructor,
36
- ClientProtocol,
37
36
  Decoder as __Decoder,
38
37
  Encoder as __Encoder,
39
38
  EventStreamSerdeProvider as __EventStreamSerdeProvider,
40
39
  HashConstructor as __HashConstructor,
41
40
  HttpHandlerOptions as __HttpHandlerOptions,
42
- HttpRequest,
43
- HttpResponse,
44
41
  Logger as __Logger,
45
42
  Provider as __Provider,
46
43
  StreamCollector as __StreamCollector,
@@ -320,7 +317,6 @@ export interface ClientDefaults
320
317
  retryMode?: string | __Provider<string>;
321
318
  logger?: __Logger;
322
319
  extensions?: RuntimeExtension[];
323
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
324
320
  eventStreamSerdeProvider?: __EventStreamSerdeProvider;
325
321
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
326
322
  }
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { KinesisExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export * from "./schemas/schemas_0";
7
8
  export * from "./pagination";
8
9
  export * from "./waiters";
9
10
  export * from "./models/enums";
@@ -27,8 +27,16 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
27
27
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
28
28
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
29
29
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
30
- apiVersion: string;
31
30
  cacheMiddleware?: boolean | undefined;
31
+ protocol:
32
+ | import("@smithy/types").ClientProtocol<any, any>
33
+ | import("@smithy/types").ClientProtocolCtor<any, any>
34
+ | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
35
+ protocolSettings: {
36
+ defaultNamespace?: string;
37
+ [setting: string]: unknown;
38
+ };
39
+ apiVersion: string;
32
40
  urlParser: import("@smithy/types").UrlParser;
33
41
  base64Decoder: import("@smithy/types").Decoder;
34
42
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -39,10 +47,6 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
39
47
  profile?: string;
40
48
  logger: import("@smithy/types").Logger;
41
49
  extensions: import("./runtimeExtensions").RuntimeExtension[];
42
- protocol: import("@smithy/types").ClientProtocol<
43
- import("@smithy/types").HttpRequest,
44
- import("@smithy/types").HttpResponse
45
- >;
46
50
  customUserAgent?: string | import("@smithy/types").UserAgent;
47
51
  userAgentAppId?:
48
52
  | string
@@ -27,8 +27,16 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
27
27
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
28
28
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
29
29
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
30
- apiVersion: string;
31
30
  cacheMiddleware?: boolean | undefined;
31
+ protocol:
32
+ | import("@smithy/types").ClientProtocol<any, any>
33
+ | import("@smithy/types").ClientProtocolCtor<any, any>
34
+ | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
35
+ protocolSettings: {
36
+ defaultNamespace?: string;
37
+ [setting: string]: unknown;
38
+ };
39
+ apiVersion: string;
32
40
  urlParser: import("@smithy/types").UrlParser;
33
41
  base64Decoder: import("@smithy/types").Decoder;
34
42
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -39,10 +47,6 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
39
47
  profile?: string;
40
48
  logger: import("@smithy/types").Logger;
41
49
  extensions: import("./runtimeExtensions").RuntimeExtension[];
42
- protocol: import("@smithy/types").ClientProtocol<
43
- import("@smithy/types").HttpRequest,
44
- import("@smithy/types").HttpResponse
45
- >;
46
50
  customUserAgent?: string | import("@smithy/types").UserAgent;
47
51
  retryStrategy?:
48
52
  | import("@smithy/types").RetryStrategy
@@ -8,8 +8,16 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
8
8
  | Record<string, unknown>
9
9
  | import("@smithy/protocol-http").HttpHandler<any>
10
10
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
11
- apiVersion: string;
12
11
  cacheMiddleware?: boolean;
12
+ protocol:
13
+ | import("@smithy/types").ClientProtocol<any, any>
14
+ | import("@smithy/types").ClientProtocolCtor<any, any>
15
+ | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
16
+ protocolSettings: {
17
+ defaultNamespace?: string;
18
+ [setting: string]: unknown;
19
+ };
20
+ apiVersion: string;
13
21
  urlParser: import("@smithy/types").UrlParser;
14
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
15
23
  streamCollector: import("@smithy/types").StreamCollector;
@@ -37,10 +45,6 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
37
45
  retryMode: string | import("@smithy/types").Provider<string>;
38
46
  logger: import("@smithy/types").Logger;
39
47
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
- protocol: import("@smithy/types").ClientProtocol<
41
- import("@smithy/types").HttpRequest,
42
- import("@smithy/types").HttpResponse
43
- >;
44
48
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
45
49
  defaultsMode:
46
50
  | import("@smithy/smithy-client").DefaultsMode
@@ -1,3 +1,4 @@
1
+ import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
1
2
  import { KinesisClientConfig } from "./KinesisClient";
2
3
  export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
3
4
  apiVersion: string;
@@ -14,10 +15,14 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").KinesisHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<
18
- import("@smithy/types").HttpRequest,
19
- import("@smithy/types").HttpResponse
20
- >;
18
+ protocol:
19
+ | import("@smithy/types").ClientProtocol<any, any>
20
+ | import("@smithy/types").ClientProtocolCtor<any, any>
21
+ | typeof AwsJson1_1Protocol;
22
+ protocolSettings: {
23
+ [setting: string]: unknown;
24
+ defaultNamespace?: string;
25
+ };
21
26
  serviceId: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  utf8Decoder: import("@smithy/types").Decoder;