@aws-sdk/client-kinesis 3.337.0 → 3.341.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 (129) hide show
  1. package/dist-cjs/KinesisClient.js +2 -1
  2. package/dist-cjs/commands/AddTagsToStreamCommand.js +2 -1
  3. package/dist-cjs/commands/CreateStreamCommand.js +2 -1
  4. package/dist-cjs/commands/DecreaseStreamRetentionPeriodCommand.js +2 -1
  5. package/dist-cjs/commands/DeleteStreamCommand.js +2 -1
  6. package/dist-cjs/commands/DeregisterStreamConsumerCommand.js +2 -1
  7. package/dist-cjs/commands/DescribeLimitsCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeStreamCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeStreamConsumerCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeStreamSummaryCommand.js +2 -1
  11. package/dist-cjs/commands/DisableEnhancedMonitoringCommand.js +2 -1
  12. package/dist-cjs/commands/EnableEnhancedMonitoringCommand.js +2 -1
  13. package/dist-cjs/commands/GetRecordsCommand.js +2 -1
  14. package/dist-cjs/commands/GetShardIteratorCommand.js +2 -1
  15. package/dist-cjs/commands/IncreaseStreamRetentionPeriodCommand.js +2 -1
  16. package/dist-cjs/commands/ListShardsCommand.js +2 -1
  17. package/dist-cjs/commands/ListStreamConsumersCommand.js +2 -1
  18. package/dist-cjs/commands/ListStreamsCommand.js +2 -1
  19. package/dist-cjs/commands/ListTagsForStreamCommand.js +2 -1
  20. package/dist-cjs/commands/MergeShardsCommand.js +2 -1
  21. package/dist-cjs/commands/PutRecordCommand.js +2 -1
  22. package/dist-cjs/commands/PutRecordsCommand.js +2 -1
  23. package/dist-cjs/commands/RegisterStreamConsumerCommand.js +2 -1
  24. package/dist-cjs/commands/RemoveTagsFromStreamCommand.js +2 -1
  25. package/dist-cjs/commands/SplitShardCommand.js +2 -1
  26. package/dist-cjs/commands/StartStreamEncryptionCommand.js +2 -1
  27. package/dist-cjs/commands/StopStreamEncryptionCommand.js +2 -1
  28. package/dist-cjs/commands/SubscribeToShardCommand.js +2 -1
  29. package/dist-cjs/commands/UpdateShardCountCommand.js +2 -1
  30. package/dist-cjs/commands/UpdateStreamModeCommand.js +2 -1
  31. package/dist-cjs/index.js +2 -2
  32. package/dist-cjs/models/KinesisServiceException.js +2 -1
  33. package/dist-es/KinesisClient.js +1 -0
  34. package/dist-es/commands/AddTagsToStreamCommand.js +1 -0
  35. package/dist-es/commands/CreateStreamCommand.js +1 -0
  36. package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +1 -0
  37. package/dist-es/commands/DeleteStreamCommand.js +1 -0
  38. package/dist-es/commands/DeregisterStreamConsumerCommand.js +1 -0
  39. package/dist-es/commands/DescribeLimitsCommand.js +1 -0
  40. package/dist-es/commands/DescribeStreamCommand.js +1 -0
  41. package/dist-es/commands/DescribeStreamConsumerCommand.js +1 -0
  42. package/dist-es/commands/DescribeStreamSummaryCommand.js +1 -0
  43. package/dist-es/commands/DisableEnhancedMonitoringCommand.js +1 -0
  44. package/dist-es/commands/EnableEnhancedMonitoringCommand.js +1 -0
  45. package/dist-es/commands/GetRecordsCommand.js +1 -0
  46. package/dist-es/commands/GetShardIteratorCommand.js +1 -0
  47. package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +1 -0
  48. package/dist-es/commands/ListShardsCommand.js +1 -0
  49. package/dist-es/commands/ListStreamConsumersCommand.js +1 -0
  50. package/dist-es/commands/ListStreamsCommand.js +1 -0
  51. package/dist-es/commands/ListTagsForStreamCommand.js +1 -0
  52. package/dist-es/commands/MergeShardsCommand.js +1 -0
  53. package/dist-es/commands/PutRecordCommand.js +1 -0
  54. package/dist-es/commands/PutRecordsCommand.js +1 -0
  55. package/dist-es/commands/RegisterStreamConsumerCommand.js +1 -0
  56. package/dist-es/commands/RemoveTagsFromStreamCommand.js +1 -0
  57. package/dist-es/commands/SplitShardCommand.js +1 -0
  58. package/dist-es/commands/StartStreamEncryptionCommand.js +1 -0
  59. package/dist-es/commands/StopStreamEncryptionCommand.js +1 -0
  60. package/dist-es/commands/SubscribeToShardCommand.js +1 -0
  61. package/dist-es/commands/UpdateShardCountCommand.js +1 -0
  62. package/dist-es/commands/UpdateStreamModeCommand.js +1 -0
  63. package/dist-es/index.js +2 -2
  64. package/dist-es/models/KinesisServiceException.js +1 -0
  65. package/dist-types/KinesisClient.d.ts +3 -3
  66. package/dist-types/commands/AddTagsToStreamCommand.d.ts +4 -0
  67. package/dist-types/commands/CreateStreamCommand.d.ts +4 -0
  68. package/dist-types/commands/DecreaseStreamRetentionPeriodCommand.d.ts +4 -0
  69. package/dist-types/commands/DeleteStreamCommand.d.ts +4 -0
  70. package/dist-types/commands/DeregisterStreamConsumerCommand.d.ts +4 -0
  71. package/dist-types/commands/DescribeLimitsCommand.d.ts +4 -0
  72. package/dist-types/commands/DescribeStreamCommand.d.ts +4 -0
  73. package/dist-types/commands/DescribeStreamConsumerCommand.d.ts +4 -0
  74. package/dist-types/commands/DescribeStreamSummaryCommand.d.ts +4 -0
  75. package/dist-types/commands/DisableEnhancedMonitoringCommand.d.ts +4 -0
  76. package/dist-types/commands/EnableEnhancedMonitoringCommand.d.ts +4 -0
  77. package/dist-types/commands/GetRecordsCommand.d.ts +4 -0
  78. package/dist-types/commands/GetShardIteratorCommand.d.ts +4 -0
  79. package/dist-types/commands/IncreaseStreamRetentionPeriodCommand.d.ts +4 -0
  80. package/dist-types/commands/ListShardsCommand.d.ts +4 -0
  81. package/dist-types/commands/ListStreamConsumersCommand.d.ts +4 -0
  82. package/dist-types/commands/ListStreamsCommand.d.ts +4 -0
  83. package/dist-types/commands/ListTagsForStreamCommand.d.ts +4 -0
  84. package/dist-types/commands/MergeShardsCommand.d.ts +4 -0
  85. package/dist-types/commands/PutRecordCommand.d.ts +4 -0
  86. package/dist-types/commands/PutRecordsCommand.d.ts +4 -0
  87. package/dist-types/commands/RegisterStreamConsumerCommand.d.ts +4 -0
  88. package/dist-types/commands/RemoveTagsFromStreamCommand.d.ts +4 -0
  89. package/dist-types/commands/SplitShardCommand.d.ts +4 -0
  90. package/dist-types/commands/StartStreamEncryptionCommand.d.ts +4 -0
  91. package/dist-types/commands/StopStreamEncryptionCommand.d.ts +4 -0
  92. package/dist-types/commands/SubscribeToShardCommand.d.ts +4 -0
  93. package/dist-types/commands/UpdateShardCountCommand.d.ts +4 -0
  94. package/dist-types/commands/UpdateStreamModeCommand.d.ts +4 -0
  95. package/dist-types/index.d.ts +9 -2
  96. package/dist-types/models/KinesisServiceException.d.ts +1 -0
  97. package/dist-types/ts3.4/KinesisClient.d.ts +3 -3
  98. package/dist-types/ts3.4/commands/AddTagsToStreamCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/DecreaseStreamRetentionPeriodCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/DeregisterStreamConsumerCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/DescribeStreamConsumerCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/DescribeStreamSummaryCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/DisableEnhancedMonitoringCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/EnableEnhancedMonitoringCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/IncreaseStreamRetentionPeriodCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/ListShardsCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/ListStreamConsumersCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/MergeShardsCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/PutRecordsCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/RegisterStreamConsumerCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/RemoveTagsFromStreamCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/SplitShardCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/StartStreamEncryptionCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/StopStreamEncryptionCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/SubscribeToShardCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/UpdateShardCountCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/UpdateStreamModeCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/index.d.ts +2 -2
  128. package/dist-types/ts3.4/models/KinesisServiceException.d.ts +1 -0
  129. package/package.json +32 -32
@@ -15,6 +15,7 @@ import {
15
15
  DescribeStreamSummaryInput,
16
16
  DescribeStreamSummaryOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeStreamSummaryCommandInput
19
20
  extends DescribeStreamSummaryInput {}
20
21
  export interface DescribeStreamSummaryCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DisableEnhancedMonitoringInput,
16
16
  EnhancedMonitoringOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DisableEnhancedMonitoringCommandInput
19
20
  extends DisableEnhancedMonitoringInput {}
20
21
  export interface DisableEnhancedMonitoringCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  EnableEnhancedMonitoringInput,
16
16
  EnhancedMonitoringOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface EnableEnhancedMonitoringCommandInput
19
20
  extends EnableEnhancedMonitoringInput {}
20
21
  export interface EnableEnhancedMonitoringCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { GetRecordsInput, GetRecordsOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetRecordsCommandInput extends GetRecordsInput {}
16
17
  export interface GetRecordsCommandOutput
17
18
  extends GetRecordsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  GetShardIteratorInput,
16
16
  GetShardIteratorOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetShardIteratorCommandInput extends GetShardIteratorInput {}
19
20
  export interface GetShardIteratorCommandOutput
20
21
  extends GetShardIteratorOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { IncreaseStreamRetentionPeriodInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface IncreaseStreamRetentionPeriodCommandInput
16
17
  extends IncreaseStreamRetentionPeriodInput {}
17
18
  export interface IncreaseStreamRetentionPeriodCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { ListShardsInput, ListShardsOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListShardsCommandInput extends ListShardsInput {}
16
17
  export interface ListShardsCommandOutput
17
18
  extends ListShardsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  ListStreamConsumersInput,
16
16
  ListStreamConsumersOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListStreamConsumersCommandInput
19
20
  extends ListStreamConsumersInput {}
20
21
  export interface ListStreamConsumersCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { ListStreamsInput, ListStreamsOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListStreamsCommandInput extends ListStreamsInput {}
16
17
  export interface ListStreamsCommandOutput
17
18
  extends ListStreamsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  ListTagsForStreamInput,
16
16
  ListTagsForStreamOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForStreamCommandInput extends ListTagsForStreamInput {}
19
20
  export interface ListTagsForStreamCommandOutput
20
21
  extends ListTagsForStreamOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { MergeShardsInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface MergeShardsCommandInput extends MergeShardsInput {}
16
17
  export interface MergeShardsCommandOutput extends __MetadataBearer {}
17
18
  export declare class MergeShardsCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { PutRecordInput, PutRecordOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PutRecordCommandInput extends PutRecordInput {}
16
17
  export interface PutRecordCommandOutput
17
18
  extends PutRecordOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { PutRecordsInput, PutRecordsOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PutRecordsCommandInput extends PutRecordsInput {}
16
17
  export interface PutRecordsCommandOutput
17
18
  extends PutRecordsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  RegisterStreamConsumerInput,
16
16
  RegisterStreamConsumerOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RegisterStreamConsumerCommandInput
19
20
  extends RegisterStreamConsumerInput {}
20
21
  export interface RegisterStreamConsumerCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { RemoveTagsFromStreamInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RemoveTagsFromStreamCommandInput
16
17
  extends RemoveTagsFromStreamInput {}
17
18
  export interface RemoveTagsFromStreamCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { SplitShardInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface SplitShardCommandInput extends SplitShardInput {}
16
17
  export interface SplitShardCommandOutput extends __MetadataBearer {}
17
18
  export declare class SplitShardCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { StartStreamEncryptionInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface StartStreamEncryptionCommandInput
16
17
  extends StartStreamEncryptionInput {}
17
18
  export interface StartStreamEncryptionCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { StopStreamEncryptionInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface StopStreamEncryptionCommandInput
16
17
  extends StopStreamEncryptionInput {}
17
18
  export interface StopStreamEncryptionCommandOutput extends __MetadataBearer {}
@@ -15,6 +15,7 @@ import {
15
15
  SubscribeToShardInput,
16
16
  SubscribeToShardOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface SubscribeToShardCommandInput extends SubscribeToShardInput {}
19
20
  export interface SubscribeToShardCommandOutput
20
21
  extends SubscribeToShardOutput,
@@ -15,6 +15,7 @@ import {
15
15
  UpdateShardCountInput,
16
16
  UpdateShardCountOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateShardCountCommandInput extends UpdateShardCountInput {}
19
20
  export interface UpdateShardCountCommandOutput
20
21
  extends UpdateShardCountOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { UpdateStreamModeInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateStreamModeCommandInput extends UpdateStreamModeInput {}
16
17
  export interface UpdateStreamModeCommandOutput extends __MetadataBearer {}
17
18
  export declare class UpdateStreamModeCommand extends $Command<
@@ -1,7 +1,7 @@
1
- export * from "./Kinesis";
2
1
  export * from "./KinesisClient";
2
+ export * from "./Kinesis";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
6
5
  export * from "./waiters";
6
+ export * from "./models";
7
7
  export { KinesisServiceException } from "./models/KinesisServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class KinesisServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
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.337.0",
4
+ "version": "3.341.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -22,41 +22,41 @@
22
22
  "dependencies": {
23
23
  "@aws-crypto/sha256-browser": "3.0.0",
24
24
  "@aws-crypto/sha256-js": "3.0.0",
25
- "@aws-sdk/client-sts": "3.337.0",
26
- "@aws-sdk/config-resolver": "3.337.0",
27
- "@aws-sdk/credential-provider-node": "3.337.0",
28
- "@aws-sdk/eventstream-serde-browser": "3.337.0",
29
- "@aws-sdk/eventstream-serde-config-resolver": "3.337.0",
30
- "@aws-sdk/eventstream-serde-node": "3.337.0",
31
- "@aws-sdk/fetch-http-handler": "3.337.0",
32
- "@aws-sdk/hash-node": "3.337.0",
33
- "@aws-sdk/invalid-dependency": "3.337.0",
34
- "@aws-sdk/middleware-content-length": "3.337.0",
35
- "@aws-sdk/middleware-endpoint": "3.337.0",
36
- "@aws-sdk/middleware-host-header": "3.337.0",
37
- "@aws-sdk/middleware-logger": "3.337.0",
38
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
39
- "@aws-sdk/middleware-retry": "3.337.0",
40
- "@aws-sdk/middleware-serde": "3.337.0",
41
- "@aws-sdk/middleware-signing": "3.337.0",
42
- "@aws-sdk/middleware-stack": "3.337.0",
43
- "@aws-sdk/middleware-user-agent": "3.337.0",
44
- "@aws-sdk/node-config-provider": "3.337.0",
45
- "@aws-sdk/node-http-handler": "3.337.0",
46
- "@aws-sdk/smithy-client": "3.337.0",
47
- "@aws-sdk/types": "3.337.0",
48
- "@aws-sdk/url-parser": "3.337.0",
25
+ "@aws-sdk/client-sts": "3.341.0",
26
+ "@aws-sdk/config-resolver": "3.341.0",
27
+ "@aws-sdk/credential-provider-node": "3.341.0",
28
+ "@aws-sdk/eventstream-serde-browser": "3.341.0",
29
+ "@aws-sdk/eventstream-serde-config-resolver": "3.341.0",
30
+ "@aws-sdk/eventstream-serde-node": "3.341.0",
31
+ "@aws-sdk/fetch-http-handler": "3.341.0",
32
+ "@aws-sdk/hash-node": "3.341.0",
33
+ "@aws-sdk/invalid-dependency": "3.341.0",
34
+ "@aws-sdk/middleware-content-length": "3.341.0",
35
+ "@aws-sdk/middleware-endpoint": "3.341.0",
36
+ "@aws-sdk/middleware-host-header": "3.341.0",
37
+ "@aws-sdk/middleware-logger": "3.341.0",
38
+ "@aws-sdk/middleware-recursion-detection": "3.341.0",
39
+ "@aws-sdk/middleware-retry": "3.341.0",
40
+ "@aws-sdk/middleware-serde": "3.341.0",
41
+ "@aws-sdk/middleware-signing": "3.341.0",
42
+ "@aws-sdk/middleware-stack": "3.341.0",
43
+ "@aws-sdk/middleware-user-agent": "3.341.0",
44
+ "@aws-sdk/node-config-provider": "3.341.0",
45
+ "@aws-sdk/node-http-handler": "3.341.0",
46
+ "@aws-sdk/smithy-client": "3.341.0",
47
+ "@aws-sdk/types": "3.341.0",
48
+ "@aws-sdk/url-parser": "3.341.0",
49
49
  "@aws-sdk/util-base64": "3.310.0",
50
50
  "@aws-sdk/util-body-length-browser": "3.310.0",
51
51
  "@aws-sdk/util-body-length-node": "3.310.0",
52
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
53
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
54
- "@aws-sdk/util-endpoints": "3.337.0",
55
- "@aws-sdk/util-retry": "3.337.0",
56
- "@aws-sdk/util-user-agent-browser": "3.337.0",
57
- "@aws-sdk/util-user-agent-node": "3.337.0",
52
+ "@aws-sdk/util-defaults-mode-browser": "3.341.0",
53
+ "@aws-sdk/util-defaults-mode-node": "3.341.0",
54
+ "@aws-sdk/util-endpoints": "3.341.0",
55
+ "@aws-sdk/util-retry": "3.341.0",
56
+ "@aws-sdk/util-user-agent-browser": "3.341.0",
57
+ "@aws-sdk/util-user-agent-node": "3.341.0",
58
58
  "@aws-sdk/util-utf8": "3.310.0",
59
- "@aws-sdk/util-waiter": "3.337.0",
59
+ "@aws-sdk/util-waiter": "3.341.0",
60
60
  "@smithy/protocol-http": "^1.0.1",
61
61
  "@smithy/types": "^1.0.0",
62
62
  "tslib": "^2.5.0"