@aws-sdk/client-kinesis 3.1045.0 → 3.1046.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 (160) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +110 -112
  5. package/dist-cjs/models/KinesisServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +14 -16
  7. package/dist-cjs/runtimeConfig.js +20 -24
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Kinesis.js +1 -1
  10. package/dist-es/KinesisClient.js +6 -6
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AddTagsToStreamCommand.js +2 -2
  13. package/dist-es/commands/CreateStreamCommand.js +2 -2
  14. package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +2 -2
  15. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  16. package/dist-es/commands/DeleteStreamCommand.js +2 -2
  17. package/dist-es/commands/DeregisterStreamConsumerCommand.js +2 -2
  18. package/dist-es/commands/DescribeAccountSettingsCommand.js +2 -2
  19. package/dist-es/commands/DescribeLimitsCommand.js +2 -2
  20. package/dist-es/commands/DescribeStreamCommand.js +2 -2
  21. package/dist-es/commands/DescribeStreamConsumerCommand.js +2 -2
  22. package/dist-es/commands/DescribeStreamSummaryCommand.js +2 -2
  23. package/dist-es/commands/DisableEnhancedMonitoringCommand.js +2 -2
  24. package/dist-es/commands/EnableEnhancedMonitoringCommand.js +2 -2
  25. package/dist-es/commands/GetRecordsCommand.js +2 -2
  26. package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  27. package/dist-es/commands/GetShardIteratorCommand.js +2 -2
  28. package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +2 -2
  29. package/dist-es/commands/ListShardsCommand.js +2 -2
  30. package/dist-es/commands/ListStreamConsumersCommand.js +2 -2
  31. package/dist-es/commands/ListStreamsCommand.js +2 -2
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-es/commands/ListTagsForStreamCommand.js +2 -2
  34. package/dist-es/commands/MergeShardsCommand.js +2 -2
  35. package/dist-es/commands/PutRecordCommand.js +2 -2
  36. package/dist-es/commands/PutRecordsCommand.js +2 -2
  37. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  38. package/dist-es/commands/RegisterStreamConsumerCommand.js +2 -2
  39. package/dist-es/commands/RemoveTagsFromStreamCommand.js +2 -2
  40. package/dist-es/commands/SplitShardCommand.js +2 -2
  41. package/dist-es/commands/StartStreamEncryptionCommand.js +2 -2
  42. package/dist-es/commands/StopStreamEncryptionCommand.js +2 -2
  43. package/dist-es/commands/SubscribeToShardCommand.js +2 -2
  44. package/dist-es/commands/TagResourceCommand.js +2 -2
  45. package/dist-es/commands/UntagResourceCommand.js +2 -2
  46. package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -2
  47. package/dist-es/commands/UpdateMaxRecordSizeCommand.js +2 -2
  48. package/dist-es/commands/UpdateShardCountCommand.js +2 -2
  49. package/dist-es/commands/UpdateStreamModeCommand.js +2 -2
  50. package/dist-es/commands/UpdateStreamWarmThroughputCommand.js +2 -2
  51. package/dist-es/endpoint/bdd.js +1 -1
  52. package/dist-es/endpoint/endpointResolver.js +1 -1
  53. package/dist-es/models/KinesisServiceException.js +1 -1
  54. package/dist-es/runtimeConfig.browser.js +5 -7
  55. package/dist-es/runtimeConfig.js +5 -9
  56. package/dist-es/runtimeConfig.shared.js +3 -4
  57. package/dist-es/runtimeExtensions.js +2 -2
  58. package/dist-es/waiters/waitForStreamExists.js +1 -1
  59. package/dist-es/waiters/waitForStreamNotExists.js +1 -1
  60. package/dist-types/Kinesis.d.ts +1 -1
  61. package/dist-types/KinesisClient.d.ts +6 -6
  62. package/dist-types/commands/AddTagsToStreamCommand.d.ts +6 -4
  63. package/dist-types/commands/CreateStreamCommand.d.ts +6 -4
  64. package/dist-types/commands/DecreaseStreamRetentionPeriodCommand.d.ts +6 -4
  65. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  66. package/dist-types/commands/DeleteStreamCommand.d.ts +6 -4
  67. package/dist-types/commands/DeregisterStreamConsumerCommand.d.ts +6 -4
  68. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +6 -4
  69. package/dist-types/commands/DescribeLimitsCommand.d.ts +6 -4
  70. package/dist-types/commands/DescribeStreamCommand.d.ts +6 -4
  71. package/dist-types/commands/DescribeStreamConsumerCommand.d.ts +6 -4
  72. package/dist-types/commands/DescribeStreamSummaryCommand.d.ts +6 -4
  73. package/dist-types/commands/DisableEnhancedMonitoringCommand.d.ts +6 -4
  74. package/dist-types/commands/EnableEnhancedMonitoringCommand.d.ts +6 -4
  75. package/dist-types/commands/GetRecordsCommand.d.ts +6 -4
  76. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
  77. package/dist-types/commands/GetShardIteratorCommand.d.ts +6 -4
  78. package/dist-types/commands/IncreaseStreamRetentionPeriodCommand.d.ts +6 -4
  79. package/dist-types/commands/ListShardsCommand.d.ts +6 -4
  80. package/dist-types/commands/ListStreamConsumersCommand.d.ts +6 -4
  81. package/dist-types/commands/ListStreamsCommand.d.ts +6 -4
  82. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  83. package/dist-types/commands/ListTagsForStreamCommand.d.ts +6 -4
  84. package/dist-types/commands/MergeShardsCommand.d.ts +6 -4
  85. package/dist-types/commands/PutRecordCommand.d.ts +6 -4
  86. package/dist-types/commands/PutRecordsCommand.d.ts +6 -4
  87. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
  88. package/dist-types/commands/RegisterStreamConsumerCommand.d.ts +6 -4
  89. package/dist-types/commands/RemoveTagsFromStreamCommand.d.ts +6 -4
  90. package/dist-types/commands/SplitShardCommand.d.ts +6 -4
  91. package/dist-types/commands/StartStreamEncryptionCommand.d.ts +6 -4
  92. package/dist-types/commands/StopStreamEncryptionCommand.d.ts +6 -4
  93. package/dist-types/commands/SubscribeToShardCommand.d.ts +6 -4
  94. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  95. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  96. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -4
  97. package/dist-types/commands/UpdateMaxRecordSizeCommand.d.ts +6 -4
  98. package/dist-types/commands/UpdateShardCountCommand.d.ts +6 -4
  99. package/dist-types/commands/UpdateStreamModeCommand.d.ts +6 -4
  100. package/dist-types/commands/UpdateStreamWarmThroughputCommand.d.ts +6 -4
  101. package/dist-types/endpoint/bdd.d.ts +1 -1
  102. package/dist-types/extensionConfiguration.d.ts +1 -1
  103. package/dist-types/models/KinesisServiceException.d.ts +1 -1
  104. package/dist-types/models/errors.d.ts +1 -1
  105. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  106. package/dist-types/runtimeConfig.d.ts +2 -2
  107. package/dist-types/runtimeConfig.native.d.ts +2 -2
  108. package/dist-types/ts3.4/Kinesis.d.ts +1 -1
  109. package/dist-types/ts3.4/KinesisClient.d.ts +12 -18
  110. package/dist-types/ts3.4/commands/AddTagsToStreamCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/DecreaseStreamRetentionPeriodCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/DeregisterStreamConsumerCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/DescribeStreamConsumerCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/DescribeStreamSummaryCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/DisableEnhancedMonitoringCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/EnableEnhancedMonitoringCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/IncreaseStreamRetentionPeriodCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/ListShardsCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/ListStreamConsumersCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/MergeShardsCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +6 -8
  134. package/dist-types/ts3.4/commands/PutRecordsCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/RegisterStreamConsumerCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/RemoveTagsFromStreamCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/SplitShardCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/StartStreamEncryptionCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/StopStreamEncryptionCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/SubscribeToShardCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/UpdateMaxRecordSizeCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/UpdateShardCountCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/UpdateStreamModeCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/UpdateStreamWarmThroughputCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  150. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  151. package/dist-types/ts3.4/models/KinesisServiceException.d.ts +1 -1
  152. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  153. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  154. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  155. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  156. package/dist-types/ts3.4/waiters/waitForStreamExists.d.ts +1 -1
  157. package/dist-types/ts3.4/waiters/waitForStreamNotExists.d.ts +1 -1
  158. package/dist-types/waiters/waitForStreamExists.d.ts +1 -1
  159. package/dist-types/waiters/waitForStreamNotExists.d.ts +1 -1
  160. package/package.json +14 -39
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
19
19
  declare const ListTagsForResourceCommand_base: {
20
20
  new (
21
21
  input: ListTagsForResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListTagsForResourceCommandInput,
24
24
  ListTagsForResourceCommandOutput,
25
25
  KinesisClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListTagsForResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
34
34
  KinesisClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListTagsForStreamCommandOutput
18
18
  declare const ListTagsForStreamCommand_base: {
19
19
  new (
20
20
  input: ListTagsForStreamCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListTagsForStreamCommandInput,
23
23
  ListTagsForStreamCommandOutput,
24
24
  KinesisClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListTagsForStreamCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListTagsForStreamCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListTagsForStreamCommandInput,
32
32
  ListTagsForStreamCommandOutput,
33
33
  KinesisClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListTagsForStreamCommand extends ListTagsForStreamCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface MergeShardsCommandOutput extends __MetadataBearer {}
13
13
  declare const MergeShardsCommand_base: {
14
14
  new (
15
15
  input: MergeShardsCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  MergeShardsCommandInput,
18
18
  MergeShardsCommandOutput,
19
19
  KinesisClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const MergeShardsCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: MergeShardsCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  MergeShardsCommandInput,
27
27
  MergeShardsCommandOutput,
28
28
  KinesisClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class MergeShardsCommand extends MergeShardsCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -13,25 +13,23 @@ export interface PutRecordCommandOutput
13
13
  extends PutRecordOutput,
14
14
  __MetadataBearer {}
15
15
  declare const PutRecordCommand_base: {
16
- new (
17
- input: PutRecordCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: PutRecordCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  PutRecordCommandInput,
20
18
  PutRecordCommandOutput,
21
19
  KinesisClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: PutRecordCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: PutRecordCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  PutRecordCommandInput,
29
25
  PutRecordCommandOutput,
30
26
  KinesisClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class PutRecordCommand extends PutRecordCommand_base {
37
35
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface PutRecordsCommandOutput
15
15
  declare const PutRecordsCommand_base: {
16
16
  new (
17
17
  input: PutRecordsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  PutRecordsCommandInput,
20
20
  PutRecordsCommandOutput,
21
21
  KinesisClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const PutRecordsCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: PutRecordsCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  PutRecordsCommandInput,
29
29
  PutRecordsCommandOutput,
30
30
  KinesisClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class PutRecordsCommand extends PutRecordsCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface PutResourcePolicyCommandOutput extends __MetadataBearer {}
13
13
  declare const PutResourcePolicyCommand_base: {
14
14
  new (
15
15
  input: PutResourcePolicyCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  PutResourcePolicyCommandInput,
18
18
  PutResourcePolicyCommandOutput,
19
19
  KinesisClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const PutResourcePolicyCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: PutResourcePolicyCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  PutResourcePolicyCommandInput,
27
27
  PutResourcePolicyCommandOutput,
28
28
  KinesisClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface RegisterStreamConsumerCommandOutput
19
19
  declare const RegisterStreamConsumerCommand_base: {
20
20
  new (
21
21
  input: RegisterStreamConsumerCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  RegisterStreamConsumerCommandInput,
24
24
  RegisterStreamConsumerCommandOutput,
25
25
  KinesisClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const RegisterStreamConsumerCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: RegisterStreamConsumerCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  RegisterStreamConsumerCommandInput,
33
33
  RegisterStreamConsumerCommandOutput,
34
34
  KinesisClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class RegisterStreamConsumerCommand extends RegisterStreamConsumerCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -14,7 +14,7 @@ export interface RemoveTagsFromStreamCommandOutput extends __MetadataBearer {}
14
14
  declare const RemoveTagsFromStreamCommand_base: {
15
15
  new (
16
16
  input: RemoveTagsFromStreamCommandInput
17
- ): import("@smithy/smithy-client").CommandImpl<
17
+ ): import("@smithy/core/client").CommandImpl<
18
18
  RemoveTagsFromStreamCommandInput,
19
19
  RemoveTagsFromStreamCommandOutput,
20
20
  KinesisClientResolvedConfig,
@@ -23,14 +23,16 @@ declare const RemoveTagsFromStreamCommand_base: {
23
23
  >;
24
24
  new (
25
25
  input: RemoveTagsFromStreamCommandInput
26
- ): import("@smithy/smithy-client").CommandImpl<
26
+ ): import("@smithy/core/client").CommandImpl<
27
27
  RemoveTagsFromStreamCommandInput,
28
28
  RemoveTagsFromStreamCommandOutput,
29
29
  KinesisClientResolvedConfig,
30
30
  ServiceInputTypes,
31
31
  ServiceOutputTypes
32
32
  >;
33
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ getEndpointParameterInstructions(): {
34
+ [x: string]: unknown;
35
+ };
34
36
  };
35
37
  export declare class RemoveTagsFromStreamCommand extends RemoveTagsFromStreamCommand_base {
36
38
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface SplitShardCommandOutput extends __MetadataBearer {}
13
13
  declare const SplitShardCommand_base: {
14
14
  new (
15
15
  input: SplitShardCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  SplitShardCommandInput,
18
18
  SplitShardCommandOutput,
19
19
  KinesisClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const SplitShardCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: SplitShardCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  SplitShardCommandInput,
27
27
  SplitShardCommandOutput,
28
28
  KinesisClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class SplitShardCommand extends SplitShardCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -14,7 +14,7 @@ export interface StartStreamEncryptionCommandOutput extends __MetadataBearer {}
14
14
  declare const StartStreamEncryptionCommand_base: {
15
15
  new (
16
16
  input: StartStreamEncryptionCommandInput
17
- ): import("@smithy/smithy-client").CommandImpl<
17
+ ): import("@smithy/core/client").CommandImpl<
18
18
  StartStreamEncryptionCommandInput,
19
19
  StartStreamEncryptionCommandOutput,
20
20
  KinesisClientResolvedConfig,
@@ -23,14 +23,16 @@ declare const StartStreamEncryptionCommand_base: {
23
23
  >;
24
24
  new (
25
25
  input: StartStreamEncryptionCommandInput
26
- ): import("@smithy/smithy-client").CommandImpl<
26
+ ): import("@smithy/core/client").CommandImpl<
27
27
  StartStreamEncryptionCommandInput,
28
28
  StartStreamEncryptionCommandOutput,
29
29
  KinesisClientResolvedConfig,
30
30
  ServiceInputTypes,
31
31
  ServiceOutputTypes
32
32
  >;
33
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ getEndpointParameterInstructions(): {
34
+ [x: string]: unknown;
35
+ };
34
36
  };
35
37
  export declare class StartStreamEncryptionCommand extends StartStreamEncryptionCommand_base {
36
38
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -14,7 +14,7 @@ export interface StopStreamEncryptionCommandOutput extends __MetadataBearer {}
14
14
  declare const StopStreamEncryptionCommand_base: {
15
15
  new (
16
16
  input: StopStreamEncryptionCommandInput
17
- ): import("@smithy/smithy-client").CommandImpl<
17
+ ): import("@smithy/core/client").CommandImpl<
18
18
  StopStreamEncryptionCommandInput,
19
19
  StopStreamEncryptionCommandOutput,
20
20
  KinesisClientResolvedConfig,
@@ -23,14 +23,16 @@ declare const StopStreamEncryptionCommand_base: {
23
23
  >;
24
24
  new (
25
25
  input: StopStreamEncryptionCommandInput
26
- ): import("@smithy/smithy-client").CommandImpl<
26
+ ): import("@smithy/core/client").CommandImpl<
27
27
  StopStreamEncryptionCommandInput,
28
28
  StopStreamEncryptionCommandOutput,
29
29
  KinesisClientResolvedConfig,
30
30
  ServiceInputTypes,
31
31
  ServiceOutputTypes
32
32
  >;
33
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ getEndpointParameterInstructions(): {
34
+ [x: string]: unknown;
35
+ };
34
36
  };
35
37
  export declare class StopStreamEncryptionCommand extends StopStreamEncryptionCommand_base {
36
38
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface SubscribeToShardCommandOutput
18
18
  declare const SubscribeToShardCommand_base: {
19
19
  new (
20
20
  input: SubscribeToShardCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  SubscribeToShardCommandInput,
23
23
  SubscribeToShardCommandOutput,
24
24
  KinesisClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const SubscribeToShardCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: SubscribeToShardCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  SubscribeToShardCommandInput,
32
32
  SubscribeToShardCommandOutput,
33
33
  KinesisClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class SubscribeToShardCommand extends SubscribeToShardCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {}
13
13
  declare const TagResourceCommand_base: {
14
14
  new (
15
15
  input: TagResourceCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  TagResourceCommandInput,
18
18
  TagResourceCommandOutput,
19
19
  KinesisClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const TagResourceCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: TagResourceCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  TagResourceCommandInput,
27
27
  TagResourceCommandOutput,
28
28
  KinesisClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class TagResourceCommand extends TagResourceCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {}
13
13
  declare const UntagResourceCommand_base: {
14
14
  new (
15
15
  input: UntagResourceCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  UntagResourceCommandInput,
18
18
  UntagResourceCommandOutput,
19
19
  KinesisClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const UntagResourceCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: UntagResourceCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  UntagResourceCommandInput,
27
27
  UntagResourceCommandOutput,
28
28
  KinesisClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface UpdateAccountSettingsCommandOutput
19
19
  declare const UpdateAccountSettingsCommand_base: {
20
20
  new (
21
21
  input: UpdateAccountSettingsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateAccountSettingsCommandInput,
24
24
  UpdateAccountSettingsCommandOutput,
25
25
  KinesisClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateAccountSettingsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateAccountSettingsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateAccountSettingsCommandInput,
33
33
  UpdateAccountSettingsCommandOutput,
34
34
  KinesisClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UpdateAccountSettingsCommand extends UpdateAccountSettingsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -14,7 +14,7 @@ export interface UpdateMaxRecordSizeCommandOutput extends __MetadataBearer {}
14
14
  declare const UpdateMaxRecordSizeCommand_base: {
15
15
  new (
16
16
  input: UpdateMaxRecordSizeCommandInput
17
- ): import("@smithy/smithy-client").CommandImpl<
17
+ ): import("@smithy/core/client").CommandImpl<
18
18
  UpdateMaxRecordSizeCommandInput,
19
19
  UpdateMaxRecordSizeCommandOutput,
20
20
  KinesisClientResolvedConfig,
@@ -23,14 +23,16 @@ declare const UpdateMaxRecordSizeCommand_base: {
23
23
  >;
24
24
  new (
25
25
  input: UpdateMaxRecordSizeCommandInput
26
- ): import("@smithy/smithy-client").CommandImpl<
26
+ ): import("@smithy/core/client").CommandImpl<
27
27
  UpdateMaxRecordSizeCommandInput,
28
28
  UpdateMaxRecordSizeCommandOutput,
29
29
  KinesisClientResolvedConfig,
30
30
  ServiceInputTypes,
31
31
  ServiceOutputTypes
32
32
  >;
33
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ getEndpointParameterInstructions(): {
34
+ [x: string]: unknown;
35
+ };
34
36
  };
35
37
  export declare class UpdateMaxRecordSizeCommand extends UpdateMaxRecordSizeCommand_base {
36
38
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface UpdateShardCountCommandOutput
18
18
  declare const UpdateShardCountCommand_base: {
19
19
  new (
20
20
  input: UpdateShardCountCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  UpdateShardCountCommandInput,
23
23
  UpdateShardCountCommandOutput,
24
24
  KinesisClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const UpdateShardCountCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: UpdateShardCountCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  UpdateShardCountCommandInput,
32
32
  UpdateShardCountCommandOutput,
33
33
  KinesisClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class UpdateShardCountCommand extends UpdateShardCountCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface UpdateStreamModeCommandOutput extends __MetadataBearer {}
13
13
  declare const UpdateStreamModeCommand_base: {
14
14
  new (
15
15
  input: UpdateStreamModeCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  UpdateStreamModeCommandInput,
18
18
  UpdateStreamModeCommandOutput,
19
19
  KinesisClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const UpdateStreamModeCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: UpdateStreamModeCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  UpdateStreamModeCommandInput,
27
27
  UpdateStreamModeCommandOutput,
28
28
  KinesisClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class UpdateStreamModeCommand extends UpdateStreamModeCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface UpdateStreamWarmThroughputCommandOutput
19
19
  declare const UpdateStreamWarmThroughputCommand_base: {
20
20
  new (
21
21
  input: UpdateStreamWarmThroughputCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateStreamWarmThroughputCommandInput,
24
24
  UpdateStreamWarmThroughputCommandOutput,
25
25
  KinesisClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateStreamWarmThroughputCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateStreamWarmThroughputCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateStreamWarmThroughputCommandInput,
33
33
  UpdateStreamWarmThroughputCommandOutput,
34
34
  KinesisClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UpdateStreamWarmThroughputCommand extends UpdateStreamWarmThroughputCommand_base {
41
43
  protected static __types: {
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;