@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,
@@ -13,7 +13,7 @@ export interface CreateStreamCommandOutput extends __MetadataBearer {}
13
13
  declare const CreateStreamCommand_base: {
14
14
  new (
15
15
  input: CreateStreamCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  CreateStreamCommandInput,
18
18
  CreateStreamCommandOutput,
19
19
  KinesisClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const CreateStreamCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: CreateStreamCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  CreateStreamCommandInput,
27
27
  CreateStreamCommandOutput,
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 CreateStreamCommand extends CreateStreamCommand_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,
@@ -15,7 +15,7 @@ export interface DecreaseStreamRetentionPeriodCommandOutput
15
15
  declare const DecreaseStreamRetentionPeriodCommand_base: {
16
16
  new (
17
17
  input: DecreaseStreamRetentionPeriodCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DecreaseStreamRetentionPeriodCommandInput,
20
20
  DecreaseStreamRetentionPeriodCommandOutput,
21
21
  KinesisClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DecreaseStreamRetentionPeriodCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DecreaseStreamRetentionPeriodCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DecreaseStreamRetentionPeriodCommandInput,
29
29
  DecreaseStreamRetentionPeriodCommandOutput,
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 DecreaseStreamRetentionPeriodCommand extends DecreaseStreamRetentionPeriodCommand_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,
@@ -14,7 +14,7 @@ export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {}
14
14
  declare const DeleteResourcePolicyCommand_base: {
15
15
  new (
16
16
  input: DeleteResourcePolicyCommandInput
17
- ): import("@smithy/smithy-client").CommandImpl<
17
+ ): import("@smithy/core/client").CommandImpl<
18
18
  DeleteResourcePolicyCommandInput,
19
19
  DeleteResourcePolicyCommandOutput,
20
20
  KinesisClientResolvedConfig,
@@ -23,14 +23,16 @@ declare const DeleteResourcePolicyCommand_base: {
23
23
  >;
24
24
  new (
25
25
  input: DeleteResourcePolicyCommandInput
26
- ): import("@smithy/smithy-client").CommandImpl<
26
+ ): import("@smithy/core/client").CommandImpl<
27
27
  DeleteResourcePolicyCommandInput,
28
28
  DeleteResourcePolicyCommandOutput,
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 DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_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 DeleteStreamCommandOutput extends __MetadataBearer {}
13
13
  declare const DeleteStreamCommand_base: {
14
14
  new (
15
15
  input: DeleteStreamCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  DeleteStreamCommandInput,
18
18
  DeleteStreamCommandOutput,
19
19
  KinesisClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const DeleteStreamCommand_base: {
22
22
  >;
23
23
  new (
24
24
  ...[input]: [] | [DeleteStreamCommandInput]
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  DeleteStreamCommandInput,
27
27
  DeleteStreamCommandOutput,
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 DeleteStreamCommand extends DeleteStreamCommand_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,
@@ -15,7 +15,7 @@ export interface DeregisterStreamConsumerCommandOutput
15
15
  declare const DeregisterStreamConsumerCommand_base: {
16
16
  new (
17
17
  input: DeregisterStreamConsumerCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeregisterStreamConsumerCommandInput,
20
20
  DeregisterStreamConsumerCommandOutput,
21
21
  KinesisClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeregisterStreamConsumerCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [DeregisterStreamConsumerCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeregisterStreamConsumerCommandInput,
29
29
  DeregisterStreamConsumerCommandOutput,
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 DeregisterStreamConsumerCommand extends DeregisterStreamConsumerCommand_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,
@@ -19,7 +19,7 @@ export interface DescribeAccountSettingsCommandOutput
19
19
  declare const DescribeAccountSettingsCommand_base: {
20
20
  new (
21
21
  input: DescribeAccountSettingsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeAccountSettingsCommandInput,
24
24
  DescribeAccountSettingsCommandOutput,
25
25
  KinesisClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeAccountSettingsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DescribeAccountSettingsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeAccountSettingsCommandInput,
33
33
  DescribeAccountSettingsCommandOutput,
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 DescribeAccountSettingsCommand extends DescribeAccountSettingsCommand_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,
@@ -15,7 +15,7 @@ export interface DescribeLimitsCommandOutput
15
15
  declare const DescribeLimitsCommand_base: {
16
16
  new (
17
17
  input: DescribeLimitsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DescribeLimitsCommandInput,
20
20
  DescribeLimitsCommandOutput,
21
21
  KinesisClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DescribeLimitsCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [DescribeLimitsCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DescribeLimitsCommandInput,
29
29
  DescribeLimitsCommandOutput,
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 DescribeLimitsCommand extends DescribeLimitsCommand_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,
@@ -15,7 +15,7 @@ export interface DescribeStreamCommandOutput
15
15
  declare const DescribeStreamCommand_base: {
16
16
  new (
17
17
  input: DescribeStreamCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DescribeStreamCommandInput,
20
20
  DescribeStreamCommandOutput,
21
21
  KinesisClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DescribeStreamCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [DescribeStreamCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DescribeStreamCommandInput,
29
29
  DescribeStreamCommandOutput,
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 DescribeStreamCommand extends DescribeStreamCommand_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,
@@ -19,7 +19,7 @@ export interface DescribeStreamConsumerCommandOutput
19
19
  declare const DescribeStreamConsumerCommand_base: {
20
20
  new (
21
21
  input: DescribeStreamConsumerCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeStreamConsumerCommandInput,
24
24
  DescribeStreamConsumerCommandOutput,
25
25
  KinesisClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeStreamConsumerCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DescribeStreamConsumerCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeStreamConsumerCommandInput,
33
33
  DescribeStreamConsumerCommandOutput,
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 DescribeStreamConsumerCommand extends DescribeStreamConsumerCommand_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,
@@ -19,7 +19,7 @@ export interface DescribeStreamSummaryCommandOutput
19
19
  declare const DescribeStreamSummaryCommand_base: {
20
20
  new (
21
21
  input: DescribeStreamSummaryCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeStreamSummaryCommandInput,
24
24
  DescribeStreamSummaryCommandOutput,
25
25
  KinesisClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeStreamSummaryCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DescribeStreamSummaryCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeStreamSummaryCommandInput,
33
33
  DescribeStreamSummaryCommandOutput,
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 DescribeStreamSummaryCommand extends DescribeStreamSummaryCommand_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,
@@ -19,7 +19,7 @@ export interface DisableEnhancedMonitoringCommandOutput
19
19
  declare const DisableEnhancedMonitoringCommand_base: {
20
20
  new (
21
21
  input: DisableEnhancedMonitoringCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DisableEnhancedMonitoringCommandInput,
24
24
  DisableEnhancedMonitoringCommandOutput,
25
25
  KinesisClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DisableEnhancedMonitoringCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DisableEnhancedMonitoringCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DisableEnhancedMonitoringCommandInput,
33
33
  DisableEnhancedMonitoringCommandOutput,
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 DisableEnhancedMonitoringCommand extends DisableEnhancedMonitoringCommand_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,
@@ -19,7 +19,7 @@ export interface EnableEnhancedMonitoringCommandOutput
19
19
  declare const EnableEnhancedMonitoringCommand_base: {
20
20
  new (
21
21
  input: EnableEnhancedMonitoringCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  EnableEnhancedMonitoringCommandInput,
24
24
  EnableEnhancedMonitoringCommandOutput,
25
25
  KinesisClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const EnableEnhancedMonitoringCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: EnableEnhancedMonitoringCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  EnableEnhancedMonitoringCommandInput,
33
33
  EnableEnhancedMonitoringCommandOutput,
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 EnableEnhancedMonitoringCommand extends EnableEnhancedMonitoringCommand_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,
@@ -15,7 +15,7 @@ export interface GetRecordsCommandOutput
15
15
  declare const GetRecordsCommand_base: {
16
16
  new (
17
17
  input: GetRecordsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetRecordsCommandInput,
20
20
  GetRecordsCommandOutput,
21
21
  KinesisClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetRecordsCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetRecordsCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetRecordsCommandInput,
29
29
  GetRecordsCommandOutput,
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 GetRecordsCommand extends GetRecordsCommand_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,
@@ -18,7 +18,7 @@ export interface GetResourcePolicyCommandOutput
18
18
  declare const GetResourcePolicyCommand_base: {
19
19
  new (
20
20
  input: GetResourcePolicyCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetResourcePolicyCommandInput,
23
23
  GetResourcePolicyCommandOutput,
24
24
  KinesisClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetResourcePolicyCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetResourcePolicyCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetResourcePolicyCommandInput,
32
32
  GetResourcePolicyCommandOutput,
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 GetResourcePolicyCommand extends GetResourcePolicyCommand_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,
@@ -18,7 +18,7 @@ export interface GetShardIteratorCommandOutput
18
18
  declare const GetShardIteratorCommand_base: {
19
19
  new (
20
20
  input: GetShardIteratorCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetShardIteratorCommandInput,
23
23
  GetShardIteratorCommandOutput,
24
24
  KinesisClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetShardIteratorCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetShardIteratorCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetShardIteratorCommandInput,
32
32
  GetShardIteratorCommandOutput,
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 GetShardIteratorCommand extends GetShardIteratorCommand_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,
@@ -15,7 +15,7 @@ export interface IncreaseStreamRetentionPeriodCommandOutput
15
15
  declare const IncreaseStreamRetentionPeriodCommand_base: {
16
16
  new (
17
17
  input: IncreaseStreamRetentionPeriodCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  IncreaseStreamRetentionPeriodCommandInput,
20
20
  IncreaseStreamRetentionPeriodCommandOutput,
21
21
  KinesisClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const IncreaseStreamRetentionPeriodCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: IncreaseStreamRetentionPeriodCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  IncreaseStreamRetentionPeriodCommandInput,
29
29
  IncreaseStreamRetentionPeriodCommandOutput,
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 IncreaseStreamRetentionPeriodCommand extends IncreaseStreamRetentionPeriodCommand_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,
@@ -15,7 +15,7 @@ export interface ListShardsCommandOutput
15
15
  declare const ListShardsCommand_base: {
16
16
  new (
17
17
  input: ListShardsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListShardsCommandInput,
20
20
  ListShardsCommandOutput,
21
21
  KinesisClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListShardsCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListShardsCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListShardsCommandInput,
29
29
  ListShardsCommandOutput,
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 ListShardsCommand extends ListShardsCommand_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,
@@ -19,7 +19,7 @@ export interface ListStreamConsumersCommandOutput
19
19
  declare const ListStreamConsumersCommand_base: {
20
20
  new (
21
21
  input: ListStreamConsumersCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListStreamConsumersCommandInput,
24
24
  ListStreamConsumersCommandOutput,
25
25
  KinesisClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListStreamConsumersCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListStreamConsumersCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListStreamConsumersCommandInput,
33
33
  ListStreamConsumersCommandOutput,
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 ListStreamConsumersCommand extends ListStreamConsumersCommand_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,
@@ -15,7 +15,7 @@ export interface ListStreamsCommandOutput
15
15
  declare const ListStreamsCommand_base: {
16
16
  new (
17
17
  input: ListStreamsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListStreamsCommandInput,
20
20
  ListStreamsCommandOutput,
21
21
  KinesisClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListStreamsCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListStreamsCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListStreamsCommandInput,
29
29
  ListStreamsCommandOutput,
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 ListStreamsCommand extends ListStreamsCommand_base {
37
39
  protected static __types: {