@aws-sdk/client-kinesis 3.650.0 → 3.654.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 (65) hide show
  1. package/dist-types/commands/AddTagsToStreamCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateStreamCommand.d.ts +11 -0
  3. package/dist-types/commands/DecreaseStreamRetentionPeriodCommand.d.ts +11 -0
  4. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteStreamCommand.d.ts +11 -0
  6. package/dist-types/commands/DeregisterStreamConsumerCommand.d.ts +11 -0
  7. package/dist-types/commands/DescribeLimitsCommand.d.ts +11 -0
  8. package/dist-types/commands/DescribeStreamCommand.d.ts +11 -0
  9. package/dist-types/commands/DescribeStreamConsumerCommand.d.ts +11 -0
  10. package/dist-types/commands/DescribeStreamSummaryCommand.d.ts +11 -0
  11. package/dist-types/commands/DisableEnhancedMonitoringCommand.d.ts +11 -0
  12. package/dist-types/commands/EnableEnhancedMonitoringCommand.d.ts +11 -0
  13. package/dist-types/commands/GetRecordsCommand.d.ts +11 -0
  14. package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
  15. package/dist-types/commands/GetShardIteratorCommand.d.ts +11 -0
  16. package/dist-types/commands/IncreaseStreamRetentionPeriodCommand.d.ts +11 -0
  17. package/dist-types/commands/ListShardsCommand.d.ts +11 -0
  18. package/dist-types/commands/ListStreamConsumersCommand.d.ts +11 -0
  19. package/dist-types/commands/ListStreamsCommand.d.ts +11 -0
  20. package/dist-types/commands/ListTagsForStreamCommand.d.ts +11 -0
  21. package/dist-types/commands/MergeShardsCommand.d.ts +11 -0
  22. package/dist-types/commands/PutRecordCommand.d.ts +11 -0
  23. package/dist-types/commands/PutRecordsCommand.d.ts +11 -0
  24. package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  25. package/dist-types/commands/RegisterStreamConsumerCommand.d.ts +11 -0
  26. package/dist-types/commands/RemoveTagsFromStreamCommand.d.ts +11 -0
  27. package/dist-types/commands/SplitShardCommand.d.ts +11 -0
  28. package/dist-types/commands/StartStreamEncryptionCommand.d.ts +11 -0
  29. package/dist-types/commands/StopStreamEncryptionCommand.d.ts +11 -0
  30. package/dist-types/commands/SubscribeToShardCommand.d.ts +11 -0
  31. package/dist-types/commands/UpdateShardCountCommand.d.ts +11 -0
  32. package/dist-types/commands/UpdateStreamModeCommand.d.ts +11 -0
  33. package/dist-types/ts3.4/commands/AddTagsToStreamCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/DecreaseStreamRetentionPeriodCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/DeregisterStreamConsumerCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/DescribeStreamConsumerCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/DescribeStreamSummaryCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/DisableEnhancedMonitoringCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/EnableEnhancedMonitoringCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/IncreaseStreamRetentionPeriodCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/ListShardsCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/ListStreamConsumersCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/MergeShardsCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/PutRecordsCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/RegisterStreamConsumerCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/RemoveTagsFromStreamCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/SplitShardCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/StartStreamEncryptionCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/StopStreamEncryptionCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/SubscribeToShardCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/UpdateShardCountCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/UpdateStreamModeCommand.d.ts +12 -1
  65. package/package.json +39 -39
@@ -33,4 +33,15 @@ declare const DescribeStreamCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DescribeStreamCommand extends DescribeStreamCommand_base {}
36
+ export declare class DescribeStreamCommand extends DescribeStreamCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DescribeStreamInput;
40
+ output: DescribeStreamOutput;
41
+ };
42
+ sdk: {
43
+ input: DescribeStreamCommandInput;
44
+ output: DescribeStreamCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DescribeStreamConsumerCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeStreamConsumerCommand extends DescribeStreamConsumerCommand_base {}
40
+ export declare class DescribeStreamConsumerCommand extends DescribeStreamConsumerCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeStreamConsumerInput;
44
+ output: DescribeStreamConsumerOutput;
45
+ };
46
+ sdk: {
47
+ input: DescribeStreamConsumerCommandInput;
48
+ output: DescribeStreamConsumerCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeStreamSummaryCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeStreamSummaryCommand extends DescribeStreamSummaryCommand_base {}
40
+ export declare class DescribeStreamSummaryCommand extends DescribeStreamSummaryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeStreamSummaryInput;
44
+ output: DescribeStreamSummaryOutput;
45
+ };
46
+ sdk: {
47
+ input: DescribeStreamSummaryCommandInput;
48
+ output: DescribeStreamSummaryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisableEnhancedMonitoringCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisableEnhancedMonitoringCommand extends DisableEnhancedMonitoringCommand_base {}
40
+ export declare class DisableEnhancedMonitoringCommand extends DisableEnhancedMonitoringCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisableEnhancedMonitoringInput;
44
+ output: EnhancedMonitoringOutput;
45
+ };
46
+ sdk: {
47
+ input: DisableEnhancedMonitoringCommandInput;
48
+ output: DisableEnhancedMonitoringCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const EnableEnhancedMonitoringCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class EnableEnhancedMonitoringCommand extends EnableEnhancedMonitoringCommand_base {}
40
+ export declare class EnableEnhancedMonitoringCommand extends EnableEnhancedMonitoringCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: EnableEnhancedMonitoringInput;
44
+ output: EnhancedMonitoringOutput;
45
+ };
46
+ sdk: {
47
+ input: EnableEnhancedMonitoringCommandInput;
48
+ output: EnableEnhancedMonitoringCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetRecordsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetRecordsCommand extends GetRecordsCommand_base {}
36
+ export declare class GetRecordsCommand extends GetRecordsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetRecordsInput;
40
+ output: GetRecordsOutput;
41
+ };
42
+ sdk: {
43
+ input: GetRecordsCommandInput;
44
+ output: GetRecordsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const GetResourcePolicyCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {}
39
+ export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetResourcePolicyInput;
43
+ output: GetResourcePolicyOutput;
44
+ };
45
+ sdk: {
46
+ input: GetResourcePolicyCommandInput;
47
+ output: GetResourcePolicyCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const GetShardIteratorCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetShardIteratorCommand extends GetShardIteratorCommand_base {}
39
+ export declare class GetShardIteratorCommand extends GetShardIteratorCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetShardIteratorInput;
43
+ output: GetShardIteratorOutput;
44
+ };
45
+ sdk: {
46
+ input: GetShardIteratorCommandInput;
47
+ output: GetShardIteratorCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const IncreaseStreamRetentionPeriodCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class IncreaseStreamRetentionPeriodCommand extends IncreaseStreamRetentionPeriodCommand_base {}
36
+ export declare class IncreaseStreamRetentionPeriodCommand extends IncreaseStreamRetentionPeriodCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: IncreaseStreamRetentionPeriodInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: IncreaseStreamRetentionPeriodCommandInput;
44
+ output: IncreaseStreamRetentionPeriodCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ListShardsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListShardsCommand extends ListShardsCommand_base {}
36
+ export declare class ListShardsCommand extends ListShardsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListShardsInput;
40
+ output: ListShardsOutput;
41
+ };
42
+ sdk: {
43
+ input: ListShardsCommandInput;
44
+ output: ListShardsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListStreamConsumersCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListStreamConsumersCommand extends ListStreamConsumersCommand_base {}
40
+ export declare class ListStreamConsumersCommand extends ListStreamConsumersCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListStreamConsumersInput;
44
+ output: ListStreamConsumersOutput;
45
+ };
46
+ sdk: {
47
+ input: ListStreamConsumersCommandInput;
48
+ output: ListStreamConsumersCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListStreamsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListStreamsCommand extends ListStreamsCommand_base {}
36
+ export declare class ListStreamsCommand extends ListStreamsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListStreamsInput;
40
+ output: ListStreamsOutput;
41
+ };
42
+ sdk: {
43
+ input: ListStreamsCommandInput;
44
+ output: ListStreamsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const ListTagsForStreamCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListTagsForStreamCommand extends ListTagsForStreamCommand_base {}
39
+ export declare class ListTagsForStreamCommand extends ListTagsForStreamCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListTagsForStreamInput;
43
+ output: ListTagsForStreamOutput;
44
+ };
45
+ sdk: {
46
+ input: ListTagsForStreamCommandInput;
47
+ output: ListTagsForStreamCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -31,4 +31,15 @@ declare const MergeShardsCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class MergeShardsCommand extends MergeShardsCommand_base {}
34
+ export declare class MergeShardsCommand extends MergeShardsCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: MergeShardsInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: MergeShardsCommandInput;
42
+ output: MergeShardsCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const PutRecordCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class PutRecordCommand extends PutRecordCommand_base {}
36
+ export declare class PutRecordCommand extends PutRecordCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: PutRecordInput;
40
+ output: PutRecordOutput;
41
+ };
42
+ sdk: {
43
+ input: PutRecordCommandInput;
44
+ output: PutRecordCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const PutRecordsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class PutRecordsCommand extends PutRecordsCommand_base {}
36
+ export declare class PutRecordsCommand extends PutRecordsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: PutRecordsInput;
40
+ output: PutRecordsOutput;
41
+ };
42
+ sdk: {
43
+ input: PutRecordsCommandInput;
44
+ output: PutRecordsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const PutResourcePolicyCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}
34
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: PutResourcePolicyInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: PutResourcePolicyCommandInput;
42
+ output: PutResourcePolicyCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const RegisterStreamConsumerCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RegisterStreamConsumerCommand extends RegisterStreamConsumerCommand_base {}
40
+ export declare class RegisterStreamConsumerCommand extends RegisterStreamConsumerCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RegisterStreamConsumerInput;
44
+ output: RegisterStreamConsumerOutput;
45
+ };
46
+ sdk: {
47
+ input: RegisterStreamConsumerCommandInput;
48
+ output: RegisterStreamConsumerCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -32,4 +32,15 @@ declare const RemoveTagsFromStreamCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class RemoveTagsFromStreamCommand extends RemoveTagsFromStreamCommand_base {}
35
+ export declare class RemoveTagsFromStreamCommand extends RemoveTagsFromStreamCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: RemoveTagsFromStreamInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: RemoveTagsFromStreamCommandInput;
43
+ output: RemoveTagsFromStreamCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -31,4 +31,15 @@ declare const SplitShardCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class SplitShardCommand extends SplitShardCommand_base {}
34
+ export declare class SplitShardCommand extends SplitShardCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: SplitShardInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: SplitShardCommandInput;
42
+ output: SplitShardCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const StartStreamEncryptionCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class StartStreamEncryptionCommand extends StartStreamEncryptionCommand_base {}
35
+ export declare class StartStreamEncryptionCommand extends StartStreamEncryptionCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: StartStreamEncryptionInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: StartStreamEncryptionCommandInput;
43
+ output: StartStreamEncryptionCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -32,4 +32,15 @@ declare const StopStreamEncryptionCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class StopStreamEncryptionCommand extends StopStreamEncryptionCommand_base {}
35
+ export declare class StopStreamEncryptionCommand extends StopStreamEncryptionCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: StopStreamEncryptionInput;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: StopStreamEncryptionCommandInput;
43
+ output: StopStreamEncryptionCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -36,4 +36,15 @@ declare const SubscribeToShardCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class SubscribeToShardCommand extends SubscribeToShardCommand_base {}
39
+ export declare class SubscribeToShardCommand extends SubscribeToShardCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: SubscribeToShardInput;
43
+ output: SubscribeToShardOutput;
44
+ };
45
+ sdk: {
46
+ input: SubscribeToShardCommandInput;
47
+ output: SubscribeToShardCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const UpdateShardCountCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateShardCountCommand extends UpdateShardCountCommand_base {}
39
+ export declare class UpdateShardCountCommand extends UpdateShardCountCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateShardCountInput;
43
+ output: UpdateShardCountOutput;
44
+ };
45
+ sdk: {
46
+ input: UpdateShardCountCommandInput;
47
+ output: UpdateShardCountCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -31,4 +31,15 @@ declare const UpdateStreamModeCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class UpdateStreamModeCommand extends UpdateStreamModeCommand_base {}
34
+ export declare class UpdateStreamModeCommand extends UpdateStreamModeCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: UpdateStreamModeInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: UpdateStreamModeCommandInput;
42
+ output: UpdateStreamModeCommandOutput;
43
+ };
44
+ };
45
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kinesis",
3
3
  "description": "AWS SDK for JavaScript Kinesis Client for Node.js, Browser and React Native",
4
- "version": "3.650.0",
4
+ "version": "3.654.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-kinesis",
@@ -21,48 +21,48 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/client-sso-oidc": "3.650.0",
25
- "@aws-sdk/client-sts": "3.650.0",
26
- "@aws-sdk/core": "3.649.0",
27
- "@aws-sdk/credential-provider-node": "3.650.0",
28
- "@aws-sdk/middleware-host-header": "3.649.0",
29
- "@aws-sdk/middleware-logger": "3.649.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
31
- "@aws-sdk/middleware-user-agent": "3.649.0",
32
- "@aws-sdk/region-config-resolver": "3.649.0",
33
- "@aws-sdk/types": "3.649.0",
34
- "@aws-sdk/util-endpoints": "3.649.0",
35
- "@aws-sdk/util-user-agent-browser": "3.649.0",
36
- "@aws-sdk/util-user-agent-node": "3.649.0",
37
- "@smithy/config-resolver": "^3.0.6",
38
- "@smithy/core": "^2.4.1",
39
- "@smithy/eventstream-serde-browser": "^3.0.7",
40
- "@smithy/eventstream-serde-config-resolver": "^3.0.4",
41
- "@smithy/eventstream-serde-node": "^3.0.6",
42
- "@smithy/fetch-http-handler": "^3.2.5",
43
- "@smithy/hash-node": "^3.0.4",
44
- "@smithy/invalid-dependency": "^3.0.4",
45
- "@smithy/middleware-content-length": "^3.0.6",
46
- "@smithy/middleware-endpoint": "^3.1.1",
47
- "@smithy/middleware-retry": "^3.0.16",
48
- "@smithy/middleware-serde": "^3.0.4",
49
- "@smithy/middleware-stack": "^3.0.4",
50
- "@smithy/node-config-provider": "^3.1.5",
51
- "@smithy/node-http-handler": "^3.2.0",
52
- "@smithy/protocol-http": "^4.1.1",
53
- "@smithy/smithy-client": "^3.3.0",
54
- "@smithy/types": "^3.4.0",
55
- "@smithy/url-parser": "^3.0.4",
24
+ "@aws-sdk/client-sso-oidc": "3.654.0",
25
+ "@aws-sdk/client-sts": "3.654.0",
26
+ "@aws-sdk/core": "3.654.0",
27
+ "@aws-sdk/credential-provider-node": "3.654.0",
28
+ "@aws-sdk/middleware-host-header": "3.654.0",
29
+ "@aws-sdk/middleware-logger": "3.654.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
31
+ "@aws-sdk/middleware-user-agent": "3.654.0",
32
+ "@aws-sdk/region-config-resolver": "3.654.0",
33
+ "@aws-sdk/types": "3.654.0",
34
+ "@aws-sdk/util-endpoints": "3.654.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
36
+ "@aws-sdk/util-user-agent-node": "3.654.0",
37
+ "@smithy/config-resolver": "^3.0.8",
38
+ "@smithy/core": "^2.4.3",
39
+ "@smithy/eventstream-serde-browser": "^3.0.9",
40
+ "@smithy/eventstream-serde-config-resolver": "^3.0.6",
41
+ "@smithy/eventstream-serde-node": "^3.0.8",
42
+ "@smithy/fetch-http-handler": "^3.2.7",
43
+ "@smithy/hash-node": "^3.0.6",
44
+ "@smithy/invalid-dependency": "^3.0.6",
45
+ "@smithy/middleware-content-length": "^3.0.8",
46
+ "@smithy/middleware-endpoint": "^3.1.3",
47
+ "@smithy/middleware-retry": "^3.0.18",
48
+ "@smithy/middleware-serde": "^3.0.6",
49
+ "@smithy/middleware-stack": "^3.0.6",
50
+ "@smithy/node-config-provider": "^3.1.7",
51
+ "@smithy/node-http-handler": "^3.2.2",
52
+ "@smithy/protocol-http": "^4.1.3",
53
+ "@smithy/smithy-client": "^3.3.2",
54
+ "@smithy/types": "^3.4.2",
55
+ "@smithy/url-parser": "^3.0.6",
56
56
  "@smithy/util-base64": "^3.0.0",
57
57
  "@smithy/util-body-length-browser": "^3.0.0",
58
58
  "@smithy/util-body-length-node": "^3.0.0",
59
- "@smithy/util-defaults-mode-browser": "^3.0.16",
60
- "@smithy/util-defaults-mode-node": "^3.0.16",
61
- "@smithy/util-endpoints": "^2.1.0",
62
- "@smithy/util-middleware": "^3.0.4",
63
- "@smithy/util-retry": "^3.0.4",
59
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
60
+ "@smithy/util-defaults-mode-node": "^3.0.18",
61
+ "@smithy/util-endpoints": "^2.1.2",
62
+ "@smithy/util-middleware": "^3.0.6",
63
+ "@smithy/util-retry": "^3.0.6",
64
64
  "@smithy/util-utf8": "^3.0.0",
65
- "@smithy/util-waiter": "^3.1.3",
65
+ "@smithy/util-waiter": "^3.1.5",
66
66
  "tslib": "^2.6.2"
67
67
  },
68
68
  "devDependencies": {