@aws-sdk/client-sqs 3.1019.0 → 3.1020.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.
package/dist-es/SQS.js CHANGED
@@ -3,25 +3,25 @@ import { AddPermissionCommand, } from "./commands/AddPermissionCommand";
3
3
  import { CancelMessageMoveTaskCommand, } from "./commands/CancelMessageMoveTaskCommand";
4
4
  import { ChangeMessageVisibilityBatchCommand, } from "./commands/ChangeMessageVisibilityBatchCommand";
5
5
  import { ChangeMessageVisibilityCommand, } from "./commands/ChangeMessageVisibilityCommand";
6
- import { CreateQueueCommand } from "./commands/CreateQueueCommand";
6
+ import { CreateQueueCommand, } from "./commands/CreateQueueCommand";
7
7
  import { DeleteMessageBatchCommand, } from "./commands/DeleteMessageBatchCommand";
8
8
  import { DeleteMessageCommand, } from "./commands/DeleteMessageCommand";
9
- import { DeleteQueueCommand } from "./commands/DeleteQueueCommand";
9
+ import { DeleteQueueCommand, } from "./commands/DeleteQueueCommand";
10
10
  import { GetQueueAttributesCommand, } from "./commands/GetQueueAttributesCommand";
11
- import { GetQueueUrlCommand } from "./commands/GetQueueUrlCommand";
11
+ import { GetQueueUrlCommand, } from "./commands/GetQueueUrlCommand";
12
12
  import { ListDeadLetterSourceQueuesCommand, } from "./commands/ListDeadLetterSourceQueuesCommand";
13
13
  import { ListMessageMoveTasksCommand, } from "./commands/ListMessageMoveTasksCommand";
14
- import { ListQueuesCommand } from "./commands/ListQueuesCommand";
14
+ import { ListQueuesCommand, } from "./commands/ListQueuesCommand";
15
15
  import { ListQueueTagsCommand, } from "./commands/ListQueueTagsCommand";
16
- import { PurgeQueueCommand } from "./commands/PurgeQueueCommand";
16
+ import { PurgeQueueCommand, } from "./commands/PurgeQueueCommand";
17
17
  import { ReceiveMessageCommand, } from "./commands/ReceiveMessageCommand";
18
18
  import { RemovePermissionCommand, } from "./commands/RemovePermissionCommand";
19
19
  import { SendMessageBatchCommand, } from "./commands/SendMessageBatchCommand";
20
- import { SendMessageCommand } from "./commands/SendMessageCommand";
20
+ import { SendMessageCommand, } from "./commands/SendMessageCommand";
21
21
  import { SetQueueAttributesCommand, } from "./commands/SetQueueAttributesCommand";
22
22
  import { StartMessageMoveTaskCommand, } from "./commands/StartMessageMoveTaskCommand";
23
23
  import { TagQueueCommand } from "./commands/TagQueueCommand";
24
- import { UntagQueueCommand } from "./commands/UntagQueueCommand";
24
+ import { UntagQueueCommand, } from "./commands/UntagQueueCommand";
25
25
  import { paginateListDeadLetterSourceQueues } from "./pagination/ListDeadLetterSourceQueuesPaginator";
26
26
  import { paginateListQueues } from "./pagination/ListQueuesPaginator";
27
27
  import { SQSClient } from "./SQSClient";
@@ -1,27 +1,27 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { AddPermissionCommandInput, AddPermissionCommandOutput } from "./commands/AddPermissionCommand";
3
- import { CancelMessageMoveTaskCommandInput, CancelMessageMoveTaskCommandOutput } from "./commands/CancelMessageMoveTaskCommand";
4
- import { ChangeMessageVisibilityBatchCommandInput, ChangeMessageVisibilityBatchCommandOutput } from "./commands/ChangeMessageVisibilityBatchCommand";
5
- import { ChangeMessageVisibilityCommandInput, ChangeMessageVisibilityCommandOutput } from "./commands/ChangeMessageVisibilityCommand";
6
- import { CreateQueueCommandInput, CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
7
- import { DeleteMessageBatchCommandInput, DeleteMessageBatchCommandOutput } from "./commands/DeleteMessageBatchCommand";
8
- import { DeleteMessageCommandInput, DeleteMessageCommandOutput } from "./commands/DeleteMessageCommand";
9
- import { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "./commands/DeleteQueueCommand";
10
- import { GetQueueAttributesCommandInput, GetQueueAttributesCommandOutput } from "./commands/GetQueueAttributesCommand";
11
- import { GetQueueUrlCommandInput, GetQueueUrlCommandOutput } from "./commands/GetQueueUrlCommand";
12
- import { ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput } from "./commands/ListDeadLetterSourceQueuesCommand";
13
- import { ListMessageMoveTasksCommandInput, ListMessageMoveTasksCommandOutput } from "./commands/ListMessageMoveTasksCommand";
14
- import { ListQueuesCommandInput, ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
15
- import { ListQueueTagsCommandInput, ListQueueTagsCommandOutput } from "./commands/ListQueueTagsCommand";
16
- import { PurgeQueueCommandInput, PurgeQueueCommandOutput } from "./commands/PurgeQueueCommand";
17
- import { ReceiveMessageCommandInput, ReceiveMessageCommandOutput } from "./commands/ReceiveMessageCommand";
18
- import { RemovePermissionCommandInput, RemovePermissionCommandOutput } from "./commands/RemovePermissionCommand";
19
- import { SendMessageBatchCommandInput, SendMessageBatchCommandOutput } from "./commands/SendMessageBatchCommand";
20
- import { SendMessageCommandInput, SendMessageCommandOutput } from "./commands/SendMessageCommand";
21
- import { SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput } from "./commands/SetQueueAttributesCommand";
22
- import { StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput } from "./commands/StartMessageMoveTaskCommand";
23
- import { TagQueueCommandInput, TagQueueCommandOutput } from "./commands/TagQueueCommand";
24
- import { UntagQueueCommandInput, UntagQueueCommandOutput } from "./commands/UntagQueueCommand";
2
+ import { type AddPermissionCommandInput, type AddPermissionCommandOutput } from "./commands/AddPermissionCommand";
3
+ import { type CancelMessageMoveTaskCommandInput, type CancelMessageMoveTaskCommandOutput } from "./commands/CancelMessageMoveTaskCommand";
4
+ import { type ChangeMessageVisibilityBatchCommandInput, type ChangeMessageVisibilityBatchCommandOutput } from "./commands/ChangeMessageVisibilityBatchCommand";
5
+ import { type ChangeMessageVisibilityCommandInput, type ChangeMessageVisibilityCommandOutput } from "./commands/ChangeMessageVisibilityCommand";
6
+ import { type CreateQueueCommandInput, type CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
7
+ import { type DeleteMessageBatchCommandInput, type DeleteMessageBatchCommandOutput } from "./commands/DeleteMessageBatchCommand";
8
+ import { type DeleteMessageCommandInput, type DeleteMessageCommandOutput } from "./commands/DeleteMessageCommand";
9
+ import { type DeleteQueueCommandInput, type DeleteQueueCommandOutput } from "./commands/DeleteQueueCommand";
10
+ import { type GetQueueAttributesCommandInput, type GetQueueAttributesCommandOutput } from "./commands/GetQueueAttributesCommand";
11
+ import { type GetQueueUrlCommandInput, type GetQueueUrlCommandOutput } from "./commands/GetQueueUrlCommand";
12
+ import { type ListDeadLetterSourceQueuesCommandInput, type ListDeadLetterSourceQueuesCommandOutput } from "./commands/ListDeadLetterSourceQueuesCommand";
13
+ import { type ListMessageMoveTasksCommandInput, type ListMessageMoveTasksCommandOutput } from "./commands/ListMessageMoveTasksCommand";
14
+ import { type ListQueuesCommandInput, type ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
15
+ import { type ListQueueTagsCommandInput, type ListQueueTagsCommandOutput } from "./commands/ListQueueTagsCommand";
16
+ import { type PurgeQueueCommandInput, type PurgeQueueCommandOutput } from "./commands/PurgeQueueCommand";
17
+ import { type ReceiveMessageCommandInput, type ReceiveMessageCommandOutput } from "./commands/ReceiveMessageCommand";
18
+ import { type RemovePermissionCommandInput, type RemovePermissionCommandOutput } from "./commands/RemovePermissionCommand";
19
+ import { type SendMessageBatchCommandInput, type SendMessageBatchCommandOutput } from "./commands/SendMessageBatchCommand";
20
+ import { type SendMessageCommandInput, type SendMessageCommandOutput } from "./commands/SendMessageCommand";
21
+ import { type SetQueueAttributesCommandInput, type SetQueueAttributesCommandOutput } from "./commands/SetQueueAttributesCommand";
22
+ import { type StartMessageMoveTaskCommandInput, type StartMessageMoveTaskCommandOutput } from "./commands/StartMessageMoveTaskCommand";
23
+ import { type TagQueueCommandInput, type TagQueueCommandOutput } from "./commands/TagQueueCommand";
24
+ import { type UntagQueueCommandInput, type UntagQueueCommandOutput } from "./commands/UntagQueueCommand";
25
25
  import { SQSClient } from "./SQSClient";
26
26
  export interface SQS {
27
27
  /**
@@ -6,32 +6,32 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
6
6
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
7
7
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
8
8
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
9
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type Decoder as __Decoder, type Encoder as __Encoder, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, ChecksumConstructor as __ChecksumConstructor, HashConstructor as __HashConstructor, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
10
10
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
11
- import { AddPermissionCommandInput, AddPermissionCommandOutput } from "./commands/AddPermissionCommand";
12
- import { CancelMessageMoveTaskCommandInput, CancelMessageMoveTaskCommandOutput } from "./commands/CancelMessageMoveTaskCommand";
13
- import { ChangeMessageVisibilityBatchCommandInput, ChangeMessageVisibilityBatchCommandOutput } from "./commands/ChangeMessageVisibilityBatchCommand";
14
- import { ChangeMessageVisibilityCommandInput, ChangeMessageVisibilityCommandOutput } from "./commands/ChangeMessageVisibilityCommand";
15
- import { CreateQueueCommandInput, CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
16
- import { DeleteMessageBatchCommandInput, DeleteMessageBatchCommandOutput } from "./commands/DeleteMessageBatchCommand";
17
- import { DeleteMessageCommandInput, DeleteMessageCommandOutput } from "./commands/DeleteMessageCommand";
18
- import { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "./commands/DeleteQueueCommand";
19
- import { GetQueueAttributesCommandInput, GetQueueAttributesCommandOutput } from "./commands/GetQueueAttributesCommand";
20
- import { GetQueueUrlCommandInput, GetQueueUrlCommandOutput } from "./commands/GetQueueUrlCommand";
21
- import { ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput } from "./commands/ListDeadLetterSourceQueuesCommand";
22
- import { ListMessageMoveTasksCommandInput, ListMessageMoveTasksCommandOutput } from "./commands/ListMessageMoveTasksCommand";
23
- import { ListQueuesCommandInput, ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
24
- import { ListQueueTagsCommandInput, ListQueueTagsCommandOutput } from "./commands/ListQueueTagsCommand";
25
- import { PurgeQueueCommandInput, PurgeQueueCommandOutput } from "./commands/PurgeQueueCommand";
26
- import { ReceiveMessageCommandInput, ReceiveMessageCommandOutput } from "./commands/ReceiveMessageCommand";
27
- import { RemovePermissionCommandInput, RemovePermissionCommandOutput } from "./commands/RemovePermissionCommand";
28
- import { SendMessageBatchCommandInput, SendMessageBatchCommandOutput } from "./commands/SendMessageBatchCommand";
29
- import { SendMessageCommandInput, SendMessageCommandOutput } from "./commands/SendMessageCommand";
30
- import { SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput } from "./commands/SetQueueAttributesCommand";
31
- import { StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput } from "./commands/StartMessageMoveTaskCommand";
32
- import { TagQueueCommandInput, TagQueueCommandOutput } from "./commands/TagQueueCommand";
33
- import { UntagQueueCommandInput, UntagQueueCommandOutput } from "./commands/UntagQueueCommand";
34
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
11
+ import type { AddPermissionCommandInput, AddPermissionCommandOutput } from "./commands/AddPermissionCommand";
12
+ import type { CancelMessageMoveTaskCommandInput, CancelMessageMoveTaskCommandOutput } from "./commands/CancelMessageMoveTaskCommand";
13
+ import type { ChangeMessageVisibilityBatchCommandInput, ChangeMessageVisibilityBatchCommandOutput } from "./commands/ChangeMessageVisibilityBatchCommand";
14
+ import type { ChangeMessageVisibilityCommandInput, ChangeMessageVisibilityCommandOutput } from "./commands/ChangeMessageVisibilityCommand";
15
+ import type { CreateQueueCommandInput, CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
16
+ import type { DeleteMessageBatchCommandInput, DeleteMessageBatchCommandOutput } from "./commands/DeleteMessageBatchCommand";
17
+ import type { DeleteMessageCommandInput, DeleteMessageCommandOutput } from "./commands/DeleteMessageCommand";
18
+ import type { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "./commands/DeleteQueueCommand";
19
+ import type { GetQueueAttributesCommandInput, GetQueueAttributesCommandOutput } from "./commands/GetQueueAttributesCommand";
20
+ import type { GetQueueUrlCommandInput, GetQueueUrlCommandOutput } from "./commands/GetQueueUrlCommand";
21
+ import type { ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput } from "./commands/ListDeadLetterSourceQueuesCommand";
22
+ import type { ListMessageMoveTasksCommandInput, ListMessageMoveTasksCommandOutput } from "./commands/ListMessageMoveTasksCommand";
23
+ import type { ListQueuesCommandInput, ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
24
+ import type { ListQueueTagsCommandInput, ListQueueTagsCommandOutput } from "./commands/ListQueueTagsCommand";
25
+ import type { PurgeQueueCommandInput, PurgeQueueCommandOutput } from "./commands/PurgeQueueCommand";
26
+ import type { ReceiveMessageCommandInput, ReceiveMessageCommandOutput } from "./commands/ReceiveMessageCommand";
27
+ import type { RemovePermissionCommandInput, RemovePermissionCommandOutput } from "./commands/RemovePermissionCommand";
28
+ import type { SendMessageBatchCommandInput, SendMessageBatchCommandOutput } from "./commands/SendMessageBatchCommand";
29
+ import type { SendMessageCommandInput, SendMessageCommandOutput } from "./commands/SendMessageCommand";
30
+ import type { SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput } from "./commands/SetQueueAttributesCommand";
31
+ import type { StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput } from "./commands/StartMessageMoveTaskCommand";
32
+ import type { TagQueueCommandInput, TagQueueCommandOutput } from "./commands/TagQueueCommand";
33
+ import type { UntagQueueCommandInput, UntagQueueCommandOutput } from "./commands/UntagQueueCommand";
34
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
35
35
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
36
36
  export { __Client };
37
37
  /**
@@ -140,7 +140,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
140
140
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
141
141
  * @internal
142
142
  */
143
- defaultUserAgentProvider?: Provider<__UserAgent>;
143
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
144
144
  /**
145
145
  * Default credentials provider; Not available in browser runtime.
146
146
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { SQSHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -75,7 +75,7 @@
75
75
  */
76
76
  export * from "./SQSClient";
77
77
  export * from "./SQS";
78
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
78
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
79
79
  export type { RuntimeExtension } from "./runtimeExtensions";
80
80
  export type { SQSExtensionConfiguration } from "./extensionConfiguration";
81
81
  export * from "./commands";
@@ -1,4 +1,4 @@
1
- import { MessageSystemAttributeName, MessageSystemAttributeNameForSends, QueueAttributeName } from "./enums";
1
+ import type { MessageSystemAttributeName, MessageSystemAttributeNameForSends, QueueAttributeName } from "./enums";
2
2
  /**
3
3
  * <p></p>
4
4
  * @public
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput } from "../commands/ListDeadLetterSourceQueuesCommand";
3
- import { SQSPaginationConfiguration } from "./Interfaces";
3
+ import type { SQSPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
3
- import { SQSPaginationConfiguration } from "./Interfaces";
3
+ import type { SQSPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -30,19 +30,18 @@ import {
30
30
  Client as __Client,
31
31
  } from "@smithy/smithy-client";
32
32
  import {
33
+ AwsCredentialIdentityProvider,
33
34
  BodyLengthCalculator as __BodyLengthCalculator,
34
35
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
36
+ ChecksumConstructor as __ChecksumConstructor,
35
37
  Decoder as __Decoder,
36
38
  Encoder as __Encoder,
39
+ HashConstructor as __HashConstructor,
37
40
  HttpHandlerOptions as __HttpHandlerOptions,
38
41
  Logger as __Logger,
39
42
  Provider as __Provider,
40
43
  StreamCollector as __StreamCollector,
41
44
  UrlParser as __UrlParser,
42
- AwsCredentialIdentityProvider,
43
- ChecksumConstructor as __ChecksumConstructor,
44
- HashConstructor as __HashConstructor,
45
- Provider,
46
45
  UserAgent as __UserAgent,
47
46
  } from "@smithy/types";
48
47
  import {
@@ -214,7 +213,7 @@ export interface ClientDefaults
214
213
  useFipsEndpoint?: boolean | __Provider<boolean>;
215
214
  region?: string | __Provider<string>;
216
215
  profile?: string;
217
- defaultUserAgentProvider?: Provider<__UserAgent>;
216
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
218
217
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
219
218
  md5?: __ChecksumConstructor | __HashConstructor | false;
220
219
  maxAttempts?: number | __Provider<number>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { SQSHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sqs",
3
3
  "description": "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1020.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sqs",
@@ -29,40 +29,40 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "^3.973.25",
33
- "@aws-sdk/credential-provider-node": "^3.972.27",
32
+ "@aws-sdk/core": "^3.973.26",
33
+ "@aws-sdk/credential-provider-node": "^3.972.28",
34
34
  "@aws-sdk/middleware-host-header": "^3.972.8",
35
35
  "@aws-sdk/middleware-logger": "^3.972.8",
36
36
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
37
- "@aws-sdk/middleware-sdk-sqs": "^3.972.17",
38
- "@aws-sdk/middleware-user-agent": "^3.972.26",
37
+ "@aws-sdk/middleware-sdk-sqs": "^3.972.18",
38
+ "@aws-sdk/middleware-user-agent": "^3.972.27",
39
39
  "@aws-sdk/region-config-resolver": "^3.972.10",
40
40
  "@aws-sdk/types": "^3.973.6",
41
41
  "@aws-sdk/util-endpoints": "^3.996.5",
42
42
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
43
- "@aws-sdk/util-user-agent-node": "^3.973.12",
43
+ "@aws-sdk/util-user-agent-node": "^3.973.13",
44
44
  "@smithy/config-resolver": "^4.4.13",
45
- "@smithy/core": "^3.23.12",
45
+ "@smithy/core": "^3.23.13",
46
46
  "@smithy/fetch-http-handler": "^5.3.15",
47
47
  "@smithy/hash-node": "^4.2.12",
48
48
  "@smithy/invalid-dependency": "^4.2.12",
49
49
  "@smithy/md5-js": "^4.2.12",
50
50
  "@smithy/middleware-content-length": "^4.2.12",
51
- "@smithy/middleware-endpoint": "^4.4.27",
52
- "@smithy/middleware-retry": "^4.4.44",
53
- "@smithy/middleware-serde": "^4.2.15",
51
+ "@smithy/middleware-endpoint": "^4.4.28",
52
+ "@smithy/middleware-retry": "^4.4.45",
53
+ "@smithy/middleware-serde": "^4.2.16",
54
54
  "@smithy/middleware-stack": "^4.2.12",
55
55
  "@smithy/node-config-provider": "^4.3.12",
56
- "@smithy/node-http-handler": "^4.5.0",
56
+ "@smithy/node-http-handler": "^4.5.1",
57
57
  "@smithy/protocol-http": "^5.3.12",
58
- "@smithy/smithy-client": "^4.12.7",
58
+ "@smithy/smithy-client": "^4.12.8",
59
59
  "@smithy/types": "^4.13.1",
60
60
  "@smithy/url-parser": "^4.2.12",
61
61
  "@smithy/util-base64": "^4.3.2",
62
62
  "@smithy/util-body-length-browser": "^4.2.2",
63
63
  "@smithy/util-body-length-node": "^4.2.3",
64
- "@smithy/util-defaults-mode-browser": "^4.3.43",
65
- "@smithy/util-defaults-mode-node": "^4.2.47",
64
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
65
+ "@smithy/util-defaults-mode-node": "^4.2.48",
66
66
  "@smithy/util-endpoints": "^3.3.3",
67
67
  "@smithy/util-middleware": "^4.2.12",
68
68
  "@smithy/util-retry": "^4.2.12",
@@ -70,7 +70,7 @@
70
70
  "tslib": "^2.6.2"
71
71
  },
72
72
  "devDependencies": {
73
- "@smithy/snapshot-testing": "^2.0.3",
73
+ "@smithy/snapshot-testing": "^2.0.4",
74
74
  "@tsconfig/node20": "20.1.8",
75
75
  "@types/node": "^20.14.8",
76
76
  "concurrently": "7.0.0",