@aws-sdk/client-sqs 3.934.0 → 3.936.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.
@@ -0,0 +1,166 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { SQSServiceException as __BaseException } from "./SQSServiceException";
3
+ export declare class InvalidAddress extends __BaseException {
4
+ readonly name: "InvalidAddress";
5
+ readonly $fault: "client";
6
+ constructor(opts: __ExceptionOptionType<InvalidAddress, __BaseException>);
7
+ }
8
+ export declare class InvalidSecurity extends __BaseException {
9
+ readonly name: "InvalidSecurity";
10
+ readonly $fault: "client";
11
+ constructor(opts: __ExceptionOptionType<InvalidSecurity, __BaseException>);
12
+ }
13
+ export declare class OverLimit extends __BaseException {
14
+ readonly name: "OverLimit";
15
+ readonly $fault: "client";
16
+ constructor(opts: __ExceptionOptionType<OverLimit, __BaseException>);
17
+ }
18
+ export declare class QueueDoesNotExist extends __BaseException {
19
+ readonly name: "QueueDoesNotExist";
20
+ readonly $fault: "client";
21
+ constructor(opts: __ExceptionOptionType<QueueDoesNotExist, __BaseException>);
22
+ }
23
+ export declare class RequestThrottled extends __BaseException {
24
+ readonly name: "RequestThrottled";
25
+ readonly $fault: "client";
26
+ constructor(opts: __ExceptionOptionType<RequestThrottled, __BaseException>);
27
+ }
28
+ export declare class UnsupportedOperation extends __BaseException {
29
+ readonly name: "UnsupportedOperation";
30
+ readonly $fault: "client";
31
+ constructor(
32
+ opts: __ExceptionOptionType<UnsupportedOperation, __BaseException>
33
+ );
34
+ }
35
+ export declare class ResourceNotFoundException extends __BaseException {
36
+ readonly name: "ResourceNotFoundException";
37
+ readonly $fault: "client";
38
+ constructor(
39
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
40
+ );
41
+ }
42
+ export declare class MessageNotInflight extends __BaseException {
43
+ readonly name: "MessageNotInflight";
44
+ readonly $fault: "client";
45
+ constructor(opts: __ExceptionOptionType<MessageNotInflight, __BaseException>);
46
+ }
47
+ export declare class ReceiptHandleIsInvalid extends __BaseException {
48
+ readonly name: "ReceiptHandleIsInvalid";
49
+ readonly $fault: "client";
50
+ constructor(
51
+ opts: __ExceptionOptionType<ReceiptHandleIsInvalid, __BaseException>
52
+ );
53
+ }
54
+ export declare class BatchEntryIdsNotDistinct extends __BaseException {
55
+ readonly name: "BatchEntryIdsNotDistinct";
56
+ readonly $fault: "client";
57
+ constructor(
58
+ opts: __ExceptionOptionType<BatchEntryIdsNotDistinct, __BaseException>
59
+ );
60
+ }
61
+ export declare class EmptyBatchRequest extends __BaseException {
62
+ readonly name: "EmptyBatchRequest";
63
+ readonly $fault: "client";
64
+ constructor(opts: __ExceptionOptionType<EmptyBatchRequest, __BaseException>);
65
+ }
66
+ export declare class InvalidBatchEntryId extends __BaseException {
67
+ readonly name: "InvalidBatchEntryId";
68
+ readonly $fault: "client";
69
+ constructor(
70
+ opts: __ExceptionOptionType<InvalidBatchEntryId, __BaseException>
71
+ );
72
+ }
73
+ export declare class TooManyEntriesInBatchRequest extends __BaseException {
74
+ readonly name: "TooManyEntriesInBatchRequest";
75
+ readonly $fault: "client";
76
+ constructor(
77
+ opts: __ExceptionOptionType<TooManyEntriesInBatchRequest, __BaseException>
78
+ );
79
+ }
80
+ export declare class InvalidAttributeName extends __BaseException {
81
+ readonly name: "InvalidAttributeName";
82
+ readonly $fault: "client";
83
+ constructor(
84
+ opts: __ExceptionOptionType<InvalidAttributeName, __BaseException>
85
+ );
86
+ }
87
+ export declare class InvalidAttributeValue extends __BaseException {
88
+ readonly name: "InvalidAttributeValue";
89
+ readonly $fault: "client";
90
+ constructor(
91
+ opts: __ExceptionOptionType<InvalidAttributeValue, __BaseException>
92
+ );
93
+ }
94
+ export declare class QueueDeletedRecently extends __BaseException {
95
+ readonly name: "QueueDeletedRecently";
96
+ readonly $fault: "client";
97
+ constructor(
98
+ opts: __ExceptionOptionType<QueueDeletedRecently, __BaseException>
99
+ );
100
+ }
101
+ export declare class QueueNameExists extends __BaseException {
102
+ readonly name: "QueueNameExists";
103
+ readonly $fault: "client";
104
+ constructor(opts: __ExceptionOptionType<QueueNameExists, __BaseException>);
105
+ }
106
+ export declare class InvalidIdFormat extends __BaseException {
107
+ readonly name: "InvalidIdFormat";
108
+ readonly $fault: "client";
109
+ constructor(opts: __ExceptionOptionType<InvalidIdFormat, __BaseException>);
110
+ }
111
+ export declare class PurgeQueueInProgress extends __BaseException {
112
+ readonly name: "PurgeQueueInProgress";
113
+ readonly $fault: "client";
114
+ constructor(
115
+ opts: __ExceptionOptionType<PurgeQueueInProgress, __BaseException>
116
+ );
117
+ }
118
+ export declare class KmsAccessDenied extends __BaseException {
119
+ readonly name: "KmsAccessDenied";
120
+ readonly $fault: "client";
121
+ constructor(opts: __ExceptionOptionType<KmsAccessDenied, __BaseException>);
122
+ }
123
+ export declare class KmsDisabled extends __BaseException {
124
+ readonly name: "KmsDisabled";
125
+ readonly $fault: "client";
126
+ constructor(opts: __ExceptionOptionType<KmsDisabled, __BaseException>);
127
+ }
128
+ export declare class KmsInvalidKeyUsage extends __BaseException {
129
+ readonly name: "KmsInvalidKeyUsage";
130
+ readonly $fault: "client";
131
+ constructor(opts: __ExceptionOptionType<KmsInvalidKeyUsage, __BaseException>);
132
+ }
133
+ export declare class KmsInvalidState extends __BaseException {
134
+ readonly name: "KmsInvalidState";
135
+ readonly $fault: "client";
136
+ constructor(opts: __ExceptionOptionType<KmsInvalidState, __BaseException>);
137
+ }
138
+ export declare class KmsNotFound extends __BaseException {
139
+ readonly name: "KmsNotFound";
140
+ readonly $fault: "client";
141
+ constructor(opts: __ExceptionOptionType<KmsNotFound, __BaseException>);
142
+ }
143
+ export declare class KmsOptInRequired extends __BaseException {
144
+ readonly name: "KmsOptInRequired";
145
+ readonly $fault: "client";
146
+ constructor(opts: __ExceptionOptionType<KmsOptInRequired, __BaseException>);
147
+ }
148
+ export declare class KmsThrottled extends __BaseException {
149
+ readonly name: "KmsThrottled";
150
+ readonly $fault: "client";
151
+ constructor(opts: __ExceptionOptionType<KmsThrottled, __BaseException>);
152
+ }
153
+ export declare class InvalidMessageContents extends __BaseException {
154
+ readonly name: "InvalidMessageContents";
155
+ readonly $fault: "client";
156
+ constructor(
157
+ opts: __ExceptionOptionType<InvalidMessageContents, __BaseException>
158
+ );
159
+ }
160
+ export declare class BatchRequestTooLong extends __BaseException {
161
+ readonly name: "BatchRequestTooLong";
162
+ readonly $fault: "client";
163
+ constructor(
164
+ opts: __ExceptionOptionType<BatchRequestTooLong, __BaseException>
165
+ );
166
+ }
@@ -1,80 +1,25 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { SQSServiceException as __BaseException } from "./SQSServiceException";
1
+ import {
2
+ MessageSystemAttributeName,
3
+ MessageSystemAttributeNameForSends,
4
+ QueueAttributeName,
5
+ } from "./enums";
3
6
  export interface AddPermissionRequest {
4
7
  QueueUrl: string | undefined;
5
8
  Label: string | undefined;
6
9
  AWSAccountIds: string[] | undefined;
7
10
  Actions: string[] | undefined;
8
11
  }
9
- export declare class InvalidAddress extends __BaseException {
10
- readonly name: "InvalidAddress";
11
- readonly $fault: "client";
12
- constructor(opts: __ExceptionOptionType<InvalidAddress, __BaseException>);
13
- }
14
- export declare class InvalidSecurity extends __BaseException {
15
- readonly name: "InvalidSecurity";
16
- readonly $fault: "client";
17
- constructor(opts: __ExceptionOptionType<InvalidSecurity, __BaseException>);
18
- }
19
- export declare class OverLimit extends __BaseException {
20
- readonly name: "OverLimit";
21
- readonly $fault: "client";
22
- constructor(opts: __ExceptionOptionType<OverLimit, __BaseException>);
23
- }
24
- export declare class QueueDoesNotExist extends __BaseException {
25
- readonly name: "QueueDoesNotExist";
26
- readonly $fault: "client";
27
- constructor(opts: __ExceptionOptionType<QueueDoesNotExist, __BaseException>);
28
- }
29
- export declare class RequestThrottled extends __BaseException {
30
- readonly name: "RequestThrottled";
31
- readonly $fault: "client";
32
- constructor(opts: __ExceptionOptionType<RequestThrottled, __BaseException>);
33
- }
34
- export declare class UnsupportedOperation extends __BaseException {
35
- readonly name: "UnsupportedOperation";
36
- readonly $fault: "client";
37
- constructor(
38
- opts: __ExceptionOptionType<UnsupportedOperation, __BaseException>
39
- );
40
- }
41
12
  export interface CancelMessageMoveTaskRequest {
42
13
  TaskHandle: string | undefined;
43
14
  }
44
15
  export interface CancelMessageMoveTaskResult {
45
16
  ApproximateNumberOfMessagesMoved?: number | undefined;
46
17
  }
47
- export declare class ResourceNotFoundException extends __BaseException {
48
- readonly name: "ResourceNotFoundException";
49
- readonly $fault: "client";
50
- constructor(
51
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
52
- );
53
- }
54
18
  export interface ChangeMessageVisibilityRequest {
55
19
  QueueUrl: string | undefined;
56
20
  ReceiptHandle: string | undefined;
57
21
  VisibilityTimeout: number | undefined;
58
22
  }
59
- export declare class MessageNotInflight extends __BaseException {
60
- readonly name: "MessageNotInflight";
61
- readonly $fault: "client";
62
- constructor(opts: __ExceptionOptionType<MessageNotInflight, __BaseException>);
63
- }
64
- export declare class ReceiptHandleIsInvalid extends __BaseException {
65
- readonly name: "ReceiptHandleIsInvalid";
66
- readonly $fault: "client";
67
- constructor(
68
- opts: __ExceptionOptionType<ReceiptHandleIsInvalid, __BaseException>
69
- );
70
- }
71
- export declare class BatchEntryIdsNotDistinct extends __BaseException {
72
- readonly name: "BatchEntryIdsNotDistinct";
73
- readonly $fault: "client";
74
- constructor(
75
- opts: __ExceptionOptionType<BatchEntryIdsNotDistinct, __BaseException>
76
- );
77
- }
78
23
  export interface ChangeMessageVisibilityBatchRequestEntry {
79
24
  Id: string | undefined;
80
25
  ReceiptHandle: string | undefined;
@@ -97,51 +42,6 @@ export interface ChangeMessageVisibilityBatchResult {
97
42
  Successful: ChangeMessageVisibilityBatchResultEntry[] | undefined;
98
43
  Failed: BatchResultErrorEntry[] | undefined;
99
44
  }
100
- export declare class EmptyBatchRequest extends __BaseException {
101
- readonly name: "EmptyBatchRequest";
102
- readonly $fault: "client";
103
- constructor(opts: __ExceptionOptionType<EmptyBatchRequest, __BaseException>);
104
- }
105
- export declare class InvalidBatchEntryId extends __BaseException {
106
- readonly name: "InvalidBatchEntryId";
107
- readonly $fault: "client";
108
- constructor(
109
- opts: __ExceptionOptionType<InvalidBatchEntryId, __BaseException>
110
- );
111
- }
112
- export declare class TooManyEntriesInBatchRequest extends __BaseException {
113
- readonly name: "TooManyEntriesInBatchRequest";
114
- readonly $fault: "client";
115
- constructor(
116
- opts: __ExceptionOptionType<TooManyEntriesInBatchRequest, __BaseException>
117
- );
118
- }
119
- export declare const QueueAttributeName: {
120
- readonly All: "All";
121
- readonly ApproximateNumberOfMessages: "ApproximateNumberOfMessages";
122
- readonly ApproximateNumberOfMessagesDelayed: "ApproximateNumberOfMessagesDelayed";
123
- readonly ApproximateNumberOfMessagesNotVisible: "ApproximateNumberOfMessagesNotVisible";
124
- readonly ContentBasedDeduplication: "ContentBasedDeduplication";
125
- readonly CreatedTimestamp: "CreatedTimestamp";
126
- readonly DeduplicationScope: "DeduplicationScope";
127
- readonly DelaySeconds: "DelaySeconds";
128
- readonly FifoQueue: "FifoQueue";
129
- readonly FifoThroughputLimit: "FifoThroughputLimit";
130
- readonly KmsDataKeyReusePeriodSeconds: "KmsDataKeyReusePeriodSeconds";
131
- readonly KmsMasterKeyId: "KmsMasterKeyId";
132
- readonly LastModifiedTimestamp: "LastModifiedTimestamp";
133
- readonly MaximumMessageSize: "MaximumMessageSize";
134
- readonly MessageRetentionPeriod: "MessageRetentionPeriod";
135
- readonly Policy: "Policy";
136
- readonly QueueArn: "QueueArn";
137
- readonly ReceiveMessageWaitTimeSeconds: "ReceiveMessageWaitTimeSeconds";
138
- readonly RedriveAllowPolicy: "RedriveAllowPolicy";
139
- readonly RedrivePolicy: "RedrivePolicy";
140
- readonly SqsManagedSseEnabled: "SqsManagedSseEnabled";
141
- readonly VisibilityTimeout: "VisibilityTimeout";
142
- };
143
- export type QueueAttributeName =
144
- (typeof QueueAttributeName)[keyof typeof QueueAttributeName];
145
45
  export interface CreateQueueRequest {
146
46
  QueueName: string | undefined;
147
47
  Attributes?: Partial<Record<QueueAttributeName, string>> | undefined;
@@ -150,41 +50,10 @@ export interface CreateQueueRequest {
150
50
  export interface CreateQueueResult {
151
51
  QueueUrl?: string | undefined;
152
52
  }
153
- export declare class InvalidAttributeName extends __BaseException {
154
- readonly name: "InvalidAttributeName";
155
- readonly $fault: "client";
156
- constructor(
157
- opts: __ExceptionOptionType<InvalidAttributeName, __BaseException>
158
- );
159
- }
160
- export declare class InvalidAttributeValue extends __BaseException {
161
- readonly name: "InvalidAttributeValue";
162
- readonly $fault: "client";
163
- constructor(
164
- opts: __ExceptionOptionType<InvalidAttributeValue, __BaseException>
165
- );
166
- }
167
- export declare class QueueDeletedRecently extends __BaseException {
168
- readonly name: "QueueDeletedRecently";
169
- readonly $fault: "client";
170
- constructor(
171
- opts: __ExceptionOptionType<QueueDeletedRecently, __BaseException>
172
- );
173
- }
174
- export declare class QueueNameExists extends __BaseException {
175
- readonly name: "QueueNameExists";
176
- readonly $fault: "client";
177
- constructor(opts: __ExceptionOptionType<QueueNameExists, __BaseException>);
178
- }
179
53
  export interface DeleteMessageRequest {
180
54
  QueueUrl: string | undefined;
181
55
  ReceiptHandle: string | undefined;
182
56
  }
183
- export declare class InvalidIdFormat extends __BaseException {
184
- readonly name: "InvalidIdFormat";
185
- readonly $fault: "client";
186
- constructor(opts: __ExceptionOptionType<InvalidIdFormat, __BaseException>);
187
- }
188
57
  export interface DeleteMessageBatchRequestEntry {
189
58
  Id: string | undefined;
190
59
  ReceiptHandle: string | undefined;
@@ -259,65 +128,9 @@ export interface ListQueueTagsRequest {
259
128
  export interface ListQueueTagsResult {
260
129
  Tags?: Record<string, string> | undefined;
261
130
  }
262
- export declare class PurgeQueueInProgress extends __BaseException {
263
- readonly name: "PurgeQueueInProgress";
264
- readonly $fault: "client";
265
- constructor(
266
- opts: __ExceptionOptionType<PurgeQueueInProgress, __BaseException>
267
- );
268
- }
269
131
  export interface PurgeQueueRequest {
270
132
  QueueUrl: string | undefined;
271
133
  }
272
- export declare class KmsAccessDenied extends __BaseException {
273
- readonly name: "KmsAccessDenied";
274
- readonly $fault: "client";
275
- constructor(opts: __ExceptionOptionType<KmsAccessDenied, __BaseException>);
276
- }
277
- export declare class KmsDisabled extends __BaseException {
278
- readonly name: "KmsDisabled";
279
- readonly $fault: "client";
280
- constructor(opts: __ExceptionOptionType<KmsDisabled, __BaseException>);
281
- }
282
- export declare class KmsInvalidKeyUsage extends __BaseException {
283
- readonly name: "KmsInvalidKeyUsage";
284
- readonly $fault: "client";
285
- constructor(opts: __ExceptionOptionType<KmsInvalidKeyUsage, __BaseException>);
286
- }
287
- export declare class KmsInvalidState extends __BaseException {
288
- readonly name: "KmsInvalidState";
289
- readonly $fault: "client";
290
- constructor(opts: __ExceptionOptionType<KmsInvalidState, __BaseException>);
291
- }
292
- export declare class KmsNotFound extends __BaseException {
293
- readonly name: "KmsNotFound";
294
- readonly $fault: "client";
295
- constructor(opts: __ExceptionOptionType<KmsNotFound, __BaseException>);
296
- }
297
- export declare class KmsOptInRequired extends __BaseException {
298
- readonly name: "KmsOptInRequired";
299
- readonly $fault: "client";
300
- constructor(opts: __ExceptionOptionType<KmsOptInRequired, __BaseException>);
301
- }
302
- export declare class KmsThrottled extends __BaseException {
303
- readonly name: "KmsThrottled";
304
- readonly $fault: "client";
305
- constructor(opts: __ExceptionOptionType<KmsThrottled, __BaseException>);
306
- }
307
- export declare const MessageSystemAttributeName: {
308
- readonly AWSTraceHeader: "AWSTraceHeader";
309
- readonly All: "All";
310
- readonly ApproximateFirstReceiveTimestamp: "ApproximateFirstReceiveTimestamp";
311
- readonly ApproximateReceiveCount: "ApproximateReceiveCount";
312
- readonly DeadLetterQueueSourceArn: "DeadLetterQueueSourceArn";
313
- readonly MessageDeduplicationId: "MessageDeduplicationId";
314
- readonly MessageGroupId: "MessageGroupId";
315
- readonly SenderId: "SenderId";
316
- readonly SentTimestamp: "SentTimestamp";
317
- readonly SequenceNumber: "SequenceNumber";
318
- };
319
- export type MessageSystemAttributeName =
320
- (typeof MessageSystemAttributeName)[keyof typeof MessageSystemAttributeName];
321
134
  export interface ReceiveMessageRequest {
322
135
  QueueUrl: string | undefined;
323
136
  AttributeNames?: QueueAttributeName[] | undefined;
@@ -351,18 +164,6 @@ export interface RemovePermissionRequest {
351
164
  QueueUrl: string | undefined;
352
165
  Label: string | undefined;
353
166
  }
354
- export declare class InvalidMessageContents extends __BaseException {
355
- readonly name: "InvalidMessageContents";
356
- readonly $fault: "client";
357
- constructor(
358
- opts: __ExceptionOptionType<InvalidMessageContents, __BaseException>
359
- );
360
- }
361
- export declare const MessageSystemAttributeNameForSends: {
362
- readonly AWSTraceHeader: "AWSTraceHeader";
363
- };
364
- export type MessageSystemAttributeNameForSends =
365
- (typeof MessageSystemAttributeNameForSends)[keyof typeof MessageSystemAttributeNameForSends];
366
167
  export interface MessageSystemAttributeValue {
367
168
  StringValue?: string | undefined;
368
169
  BinaryValue?: Uint8Array | undefined;
@@ -390,13 +191,6 @@ export interface SendMessageResult {
390
191
  MessageId?: string | undefined;
391
192
  SequenceNumber?: string | undefined;
392
193
  }
393
- export declare class BatchRequestTooLong extends __BaseException {
394
- readonly name: "BatchRequestTooLong";
395
- readonly $fault: "client";
396
- constructor(
397
- opts: __ExceptionOptionType<BatchRequestTooLong, __BaseException>
398
- );
399
- }
400
194
  export interface SendMessageBatchRequestEntry {
401
195
  Id: string | undefined;
402
196
  MessageBody: string | undefined;
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.934.0",
4
+ "version": "3.936.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-sqs",
@@ -20,40 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.934.0",
24
- "@aws-sdk/credential-provider-node": "3.934.0",
25
- "@aws-sdk/middleware-host-header": "3.930.0",
26
- "@aws-sdk/middleware-logger": "3.930.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-sdk-sqs": "3.930.0",
29
- "@aws-sdk/middleware-user-agent": "3.934.0",
30
- "@aws-sdk/region-config-resolver": "3.930.0",
31
- "@aws-sdk/types": "3.930.0",
32
- "@aws-sdk/util-endpoints": "3.930.0",
33
- "@aws-sdk/util-user-agent-browser": "3.930.0",
34
- "@aws-sdk/util-user-agent-node": "3.934.0",
23
+ "@aws-sdk/core": "3.936.0",
24
+ "@aws-sdk/credential-provider-node": "3.936.0",
25
+ "@aws-sdk/middleware-host-header": "3.936.0",
26
+ "@aws-sdk/middleware-logger": "3.936.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.936.0",
28
+ "@aws-sdk/middleware-sdk-sqs": "3.936.0",
29
+ "@aws-sdk/middleware-user-agent": "3.936.0",
30
+ "@aws-sdk/region-config-resolver": "3.936.0",
31
+ "@aws-sdk/types": "3.936.0",
32
+ "@aws-sdk/util-endpoints": "3.936.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.936.0",
34
+ "@aws-sdk/util-user-agent-node": "3.936.0",
35
35
  "@smithy/config-resolver": "^4.4.3",
36
- "@smithy/core": "^3.18.2",
36
+ "@smithy/core": "^3.18.5",
37
37
  "@smithy/fetch-http-handler": "^5.3.6",
38
38
  "@smithy/hash-node": "^4.2.5",
39
39
  "@smithy/invalid-dependency": "^4.2.5",
40
40
  "@smithy/md5-js": "^4.2.5",
41
41
  "@smithy/middleware-content-length": "^4.2.5",
42
- "@smithy/middleware-endpoint": "^4.3.9",
43
- "@smithy/middleware-retry": "^4.4.9",
44
- "@smithy/middleware-serde": "^4.2.5",
42
+ "@smithy/middleware-endpoint": "^4.3.12",
43
+ "@smithy/middleware-retry": "^4.4.12",
44
+ "@smithy/middleware-serde": "^4.2.6",
45
45
  "@smithy/middleware-stack": "^4.2.5",
46
46
  "@smithy/node-config-provider": "^4.3.5",
47
47
  "@smithy/node-http-handler": "^4.4.5",
48
48
  "@smithy/protocol-http": "^5.3.5",
49
- "@smithy/smithy-client": "^4.9.5",
49
+ "@smithy/smithy-client": "^4.9.8",
50
50
  "@smithy/types": "^4.9.0",
51
51
  "@smithy/url-parser": "^4.2.5",
52
52
  "@smithy/util-base64": "^4.3.0",
53
53
  "@smithy/util-body-length-browser": "^4.2.0",
54
54
  "@smithy/util-body-length-node": "^4.2.1",
55
- "@smithy/util-defaults-mode-browser": "^4.3.8",
56
- "@smithy/util-defaults-mode-node": "^4.2.11",
55
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
56
+ "@smithy/util-defaults-mode-node": "^4.2.14",
57
57
  "@smithy/util-endpoints": "^3.2.5",
58
58
  "@smithy/util-middleware": "^4.2.5",
59
59
  "@smithy/util-retry": "^4.2.5",
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";