@aws-sdk/client-sqs 3.327.0 → 3.328.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 (74) hide show
  1. package/README.md +6 -10
  2. package/dist-cjs/commands/AddPermissionCommand.js +3 -3
  3. package/dist-cjs/commands/ChangeMessageVisibilityBatchCommand.js +3 -3
  4. package/dist-cjs/commands/ChangeMessageVisibilityCommand.js +3 -3
  5. package/dist-cjs/commands/CreateQueueCommand.js +3 -3
  6. package/dist-cjs/commands/DeleteMessageBatchCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteMessageCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteQueueCommand.js +3 -3
  9. package/dist-cjs/commands/GetQueueAttributesCommand.js +3 -3
  10. package/dist-cjs/commands/GetQueueUrlCommand.js +3 -3
  11. package/dist-cjs/commands/ListDeadLetterSourceQueuesCommand.js +3 -3
  12. package/dist-cjs/commands/ListQueueTagsCommand.js +3 -3
  13. package/dist-cjs/commands/ListQueuesCommand.js +3 -3
  14. package/dist-cjs/commands/PurgeQueueCommand.js +3 -3
  15. package/dist-cjs/commands/ReceiveMessageCommand.js +3 -3
  16. package/dist-cjs/commands/RemovePermissionCommand.js +3 -3
  17. package/dist-cjs/commands/SendMessageBatchCommand.js +3 -3
  18. package/dist-cjs/commands/SendMessageCommand.js +3 -3
  19. package/dist-cjs/commands/SetQueueAttributesCommand.js +3 -3
  20. package/dist-cjs/commands/TagQueueCommand.js +3 -3
  21. package/dist-cjs/commands/UntagQueueCommand.js +3 -3
  22. package/dist-cjs/models/models_0.js +29 -172
  23. package/dist-cjs/protocols/Aws_query.js +2127 -0
  24. package/dist-es/commands/AddPermissionCommand.js +1 -1
  25. package/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +1 -1
  26. package/dist-es/commands/ChangeMessageVisibilityCommand.js +1 -1
  27. package/dist-es/commands/CreateQueueCommand.js +1 -1
  28. package/dist-es/commands/DeleteMessageBatchCommand.js +1 -1
  29. package/dist-es/commands/DeleteMessageCommand.js +1 -1
  30. package/dist-es/commands/DeleteQueueCommand.js +1 -1
  31. package/dist-es/commands/GetQueueAttributesCommand.js +1 -1
  32. package/dist-es/commands/GetQueueUrlCommand.js +1 -1
  33. package/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +1 -1
  34. package/dist-es/commands/ListQueueTagsCommand.js +1 -1
  35. package/dist-es/commands/ListQueuesCommand.js +1 -1
  36. package/dist-es/commands/PurgeQueueCommand.js +1 -1
  37. package/dist-es/commands/ReceiveMessageCommand.js +1 -1
  38. package/dist-es/commands/RemovePermissionCommand.js +1 -1
  39. package/dist-es/commands/SendMessageBatchCommand.js +1 -1
  40. package/dist-es/commands/SendMessageCommand.js +1 -1
  41. package/dist-es/commands/SetQueueAttributesCommand.js +1 -1
  42. package/dist-es/commands/TagQueueCommand.js +1 -1
  43. package/dist-es/commands/UntagQueueCommand.js +1 -1
  44. package/dist-es/models/models_0.js +24 -156
  45. package/dist-es/protocols/Aws_query.js +2084 -0
  46. package/dist-types/SQS.d.ts +6 -10
  47. package/dist-types/SQSClient.d.ts +6 -10
  48. package/dist-types/commands/AddPermissionCommand.d.ts +23 -48
  49. package/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +12 -34
  50. package/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +13 -47
  51. package/dist-types/commands/CreateQueueCommand.d.ts +18 -53
  52. package/dist-types/commands/DeleteMessageBatchCommand.d.ts +10 -31
  53. package/dist-types/commands/DeleteMessageCommand.d.ts +1 -29
  54. package/dist-types/commands/DeleteQueueCommand.d.ts +8 -44
  55. package/dist-types/commands/GetQueueAttributesCommand.d.ts +0 -28
  56. package/dist-types/commands/GetQueueUrlCommand.d.ts +4 -35
  57. package/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +10 -39
  58. package/dist-types/commands/ListQueueTagsCommand.d.ts +2 -34
  59. package/dist-types/commands/ListQueuesCommand.d.ts +11 -41
  60. package/dist-types/commands/PurgeQueueCommand.d.ts +5 -35
  61. package/dist-types/commands/ReceiveMessageCommand.d.ts +14 -87
  62. package/dist-types/commands/RemovePermissionCommand.d.ts +2 -34
  63. package/dist-types/commands/SendMessageBatchCommand.d.ts +13 -73
  64. package/dist-types/commands/SendMessageCommand.d.ts +0 -59
  65. package/dist-types/commands/SetQueueAttributesCommand.d.ts +3 -47
  66. package/dist-types/commands/TagQueueCommand.d.ts +1 -32
  67. package/dist-types/commands/UntagQueueCommand.d.ts +1 -32
  68. package/dist-types/models/models_0.d.ts +412 -926
  69. package/dist-types/protocols/{Aws_json1_0.d.ts → Aws_query.d.ts} +40 -40
  70. package/dist-types/ts3.4/models/models_0.d.ts +21 -78
  71. package/package.json +5 -4
  72. package/dist-cjs/protocols/Aws_json1_0.js +0 -1608
  73. package/dist-es/protocols/Aws_json1_0.js +0 -1565
  74. /package/dist-types/ts3.4/protocols/{Aws_json1_0.d.ts → Aws_query.d.ts} +0 -0
@@ -21,162 +21,162 @@ import { SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput } from
21
21
  import { TagQueueCommandInput, TagQueueCommandOutput } from "../commands/TagQueueCommand";
22
22
  import { UntagQueueCommandInput, UntagQueueCommandOutput } from "../commands/UntagQueueCommand";
23
23
  /**
24
- * serializeAws_json1_0AddPermissionCommand
24
+ * serializeAws_queryAddPermissionCommand
25
25
  */
26
26
  export declare const se_AddPermissionCommand: (input: AddPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
27
  /**
28
- * serializeAws_json1_0ChangeMessageVisibilityCommand
28
+ * serializeAws_queryChangeMessageVisibilityCommand
29
29
  */
30
30
  export declare const se_ChangeMessageVisibilityCommand: (input: ChangeMessageVisibilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
31
  /**
32
- * serializeAws_json1_0ChangeMessageVisibilityBatchCommand
32
+ * serializeAws_queryChangeMessageVisibilityBatchCommand
33
33
  */
34
34
  export declare const se_ChangeMessageVisibilityBatchCommand: (input: ChangeMessageVisibilityBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
35
  /**
36
- * serializeAws_json1_0CreateQueueCommand
36
+ * serializeAws_queryCreateQueueCommand
37
37
  */
38
38
  export declare const se_CreateQueueCommand: (input: CreateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
39
  /**
40
- * serializeAws_json1_0DeleteMessageCommand
40
+ * serializeAws_queryDeleteMessageCommand
41
41
  */
42
42
  export declare const se_DeleteMessageCommand: (input: DeleteMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
43
  /**
44
- * serializeAws_json1_0DeleteMessageBatchCommand
44
+ * serializeAws_queryDeleteMessageBatchCommand
45
45
  */
46
46
  export declare const se_DeleteMessageBatchCommand: (input: DeleteMessageBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
47
  /**
48
- * serializeAws_json1_0DeleteQueueCommand
48
+ * serializeAws_queryDeleteQueueCommand
49
49
  */
50
50
  export declare const se_DeleteQueueCommand: (input: DeleteQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
51
  /**
52
- * serializeAws_json1_0GetQueueAttributesCommand
52
+ * serializeAws_queryGetQueueAttributesCommand
53
53
  */
54
54
  export declare const se_GetQueueAttributesCommand: (input: GetQueueAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
55
  /**
56
- * serializeAws_json1_0GetQueueUrlCommand
56
+ * serializeAws_queryGetQueueUrlCommand
57
57
  */
58
58
  export declare const se_GetQueueUrlCommand: (input: GetQueueUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
59
  /**
60
- * serializeAws_json1_0ListDeadLetterSourceQueuesCommand
60
+ * serializeAws_queryListDeadLetterSourceQueuesCommand
61
61
  */
62
62
  export declare const se_ListDeadLetterSourceQueuesCommand: (input: ListDeadLetterSourceQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
63
  /**
64
- * serializeAws_json1_0ListQueuesCommand
64
+ * serializeAws_queryListQueuesCommand
65
65
  */
66
66
  export declare const se_ListQueuesCommand: (input: ListQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
67
  /**
68
- * serializeAws_json1_0ListQueueTagsCommand
68
+ * serializeAws_queryListQueueTagsCommand
69
69
  */
70
70
  export declare const se_ListQueueTagsCommand: (input: ListQueueTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
71
  /**
72
- * serializeAws_json1_0PurgeQueueCommand
72
+ * serializeAws_queryPurgeQueueCommand
73
73
  */
74
74
  export declare const se_PurgeQueueCommand: (input: PurgeQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
75
  /**
76
- * serializeAws_json1_0ReceiveMessageCommand
76
+ * serializeAws_queryReceiveMessageCommand
77
77
  */
78
78
  export declare const se_ReceiveMessageCommand: (input: ReceiveMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
79
  /**
80
- * serializeAws_json1_0RemovePermissionCommand
80
+ * serializeAws_queryRemovePermissionCommand
81
81
  */
82
82
  export declare const se_RemovePermissionCommand: (input: RemovePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
83
  /**
84
- * serializeAws_json1_0SendMessageCommand
84
+ * serializeAws_querySendMessageCommand
85
85
  */
86
86
  export declare const se_SendMessageCommand: (input: SendMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
87
  /**
88
- * serializeAws_json1_0SendMessageBatchCommand
88
+ * serializeAws_querySendMessageBatchCommand
89
89
  */
90
90
  export declare const se_SendMessageBatchCommand: (input: SendMessageBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
91
  /**
92
- * serializeAws_json1_0SetQueueAttributesCommand
92
+ * serializeAws_querySetQueueAttributesCommand
93
93
  */
94
94
  export declare const se_SetQueueAttributesCommand: (input: SetQueueAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
95
  /**
96
- * serializeAws_json1_0TagQueueCommand
96
+ * serializeAws_queryTagQueueCommand
97
97
  */
98
98
  export declare const se_TagQueueCommand: (input: TagQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
99
  /**
100
- * serializeAws_json1_0UntagQueueCommand
100
+ * serializeAws_queryUntagQueueCommand
101
101
  */
102
102
  export declare const se_UntagQueueCommand: (input: UntagQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
103
  /**
104
- * deserializeAws_json1_0AddPermissionCommand
104
+ * deserializeAws_queryAddPermissionCommand
105
105
  */
106
106
  export declare const de_AddPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddPermissionCommandOutput>;
107
107
  /**
108
- * deserializeAws_json1_0ChangeMessageVisibilityCommand
108
+ * deserializeAws_queryChangeMessageVisibilityCommand
109
109
  */
110
110
  export declare const de_ChangeMessageVisibilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangeMessageVisibilityCommandOutput>;
111
111
  /**
112
- * deserializeAws_json1_0ChangeMessageVisibilityBatchCommand
112
+ * deserializeAws_queryChangeMessageVisibilityBatchCommand
113
113
  */
114
114
  export declare const de_ChangeMessageVisibilityBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangeMessageVisibilityBatchCommandOutput>;
115
115
  /**
116
- * deserializeAws_json1_0CreateQueueCommand
116
+ * deserializeAws_queryCreateQueueCommand
117
117
  */
118
118
  export declare const de_CreateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueueCommandOutput>;
119
119
  /**
120
- * deserializeAws_json1_0DeleteMessageCommand
120
+ * deserializeAws_queryDeleteMessageCommand
121
121
  */
122
122
  export declare const de_DeleteMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMessageCommandOutput>;
123
123
  /**
124
- * deserializeAws_json1_0DeleteMessageBatchCommand
124
+ * deserializeAws_queryDeleteMessageBatchCommand
125
125
  */
126
126
  export declare const de_DeleteMessageBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMessageBatchCommandOutput>;
127
127
  /**
128
- * deserializeAws_json1_0DeleteQueueCommand
128
+ * deserializeAws_queryDeleteQueueCommand
129
129
  */
130
130
  export declare const de_DeleteQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueueCommandOutput>;
131
131
  /**
132
- * deserializeAws_json1_0GetQueueAttributesCommand
132
+ * deserializeAws_queryGetQueueAttributesCommand
133
133
  */
134
134
  export declare const de_GetQueueAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueueAttributesCommandOutput>;
135
135
  /**
136
- * deserializeAws_json1_0GetQueueUrlCommand
136
+ * deserializeAws_queryGetQueueUrlCommand
137
137
  */
138
138
  export declare const de_GetQueueUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueueUrlCommandOutput>;
139
139
  /**
140
- * deserializeAws_json1_0ListDeadLetterSourceQueuesCommand
140
+ * deserializeAws_queryListDeadLetterSourceQueuesCommand
141
141
  */
142
142
  export declare const de_ListDeadLetterSourceQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeadLetterSourceQueuesCommandOutput>;
143
143
  /**
144
- * deserializeAws_json1_0ListQueuesCommand
144
+ * deserializeAws_queryListQueuesCommand
145
145
  */
146
146
  export declare const de_ListQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuesCommandOutput>;
147
147
  /**
148
- * deserializeAws_json1_0ListQueueTagsCommand
148
+ * deserializeAws_queryListQueueTagsCommand
149
149
  */
150
150
  export declare const de_ListQueueTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueueTagsCommandOutput>;
151
151
  /**
152
- * deserializeAws_json1_0PurgeQueueCommand
152
+ * deserializeAws_queryPurgeQueueCommand
153
153
  */
154
154
  export declare const de_PurgeQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurgeQueueCommandOutput>;
155
155
  /**
156
- * deserializeAws_json1_0ReceiveMessageCommand
156
+ * deserializeAws_queryReceiveMessageCommand
157
157
  */
158
158
  export declare const de_ReceiveMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReceiveMessageCommandOutput>;
159
159
  /**
160
- * deserializeAws_json1_0RemovePermissionCommand
160
+ * deserializeAws_queryRemovePermissionCommand
161
161
  */
162
162
  export declare const de_RemovePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemovePermissionCommandOutput>;
163
163
  /**
164
- * deserializeAws_json1_0SendMessageCommand
164
+ * deserializeAws_querySendMessageCommand
165
165
  */
166
166
  export declare const de_SendMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendMessageCommandOutput>;
167
167
  /**
168
- * deserializeAws_json1_0SendMessageBatchCommand
168
+ * deserializeAws_querySendMessageBatchCommand
169
169
  */
170
170
  export declare const de_SendMessageBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendMessageBatchCommandOutput>;
171
171
  /**
172
- * deserializeAws_json1_0SetQueueAttributesCommand
172
+ * deserializeAws_querySetQueueAttributesCommand
173
173
  */
174
174
  export declare const de_SetQueueAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetQueueAttributesCommandOutput>;
175
175
  /**
176
- * deserializeAws_json1_0TagQueueCommand
176
+ * deserializeAws_queryTagQueueCommand
177
177
  */
178
178
  export declare const de_TagQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagQueueCommandOutput>;
179
179
  /**
180
- * deserializeAws_json1_0UntagQueueCommand
180
+ * deserializeAws_queryUntagQueueCommand
181
181
  */
182
182
  export declare const de_UntagQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagQueueCommandOutput>;
@@ -6,38 +6,11 @@ export interface AddPermissionRequest {
6
6
  AWSAccountIds: string[] | undefined;
7
7
  Actions: string[] | undefined;
8
8
  }
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
9
  export declare class OverLimit extends __BaseException {
20
10
  readonly name: "OverLimit";
21
11
  readonly $fault: "client";
22
12
  constructor(opts: __ExceptionOptionType<OverLimit, __BaseException>);
23
13
  }
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
14
  export interface ChangeMessageVisibilityRequest {
42
15
  QueueUrl: string | undefined;
43
16
  ReceiptHandle: string | undefined;
@@ -131,26 +104,12 @@ export type QueueAttributeName =
131
104
  (typeof QueueAttributeName)[keyof typeof QueueAttributeName];
132
105
  export interface CreateQueueRequest {
133
106
  QueueName: string | undefined;
134
- Attributes?: Record<string, string>;
135
107
  tags?: Record<string, string>;
108
+ Attributes?: Record<string, string>;
136
109
  }
137
110
  export interface CreateQueueResult {
138
111
  QueueUrl?: string;
139
112
  }
140
- export declare class InvalidAttributeName extends __BaseException {
141
- readonly name: "InvalidAttributeName";
142
- readonly $fault: "client";
143
- constructor(
144
- opts: __ExceptionOptionType<InvalidAttributeName, __BaseException>
145
- );
146
- }
147
- export declare class InvalidAttributeValue extends __BaseException {
148
- readonly name: "InvalidAttributeValue";
149
- readonly $fault: "client";
150
- constructor(
151
- opts: __ExceptionOptionType<InvalidAttributeValue, __BaseException>
152
- );
153
- }
154
113
  export declare class QueueDeletedRecently extends __BaseException {
155
114
  readonly name: "QueueDeletedRecently";
156
115
  readonly $fault: "client";
@@ -197,6 +156,13 @@ export interface GetQueueAttributesRequest {
197
156
  export interface GetQueueAttributesResult {
198
157
  Attributes?: Record<string, string>;
199
158
  }
159
+ export declare class InvalidAttributeName extends __BaseException {
160
+ readonly name: "InvalidAttributeName";
161
+ readonly $fault: "client";
162
+ constructor(
163
+ opts: __ExceptionOptionType<InvalidAttributeName, __BaseException>
164
+ );
165
+ }
200
166
  export interface GetQueueUrlRequest {
201
167
  QueueName: string | undefined;
202
168
  QueueOwnerAWSAccountId?: string;
@@ -204,6 +170,11 @@ export interface GetQueueUrlRequest {
204
170
  export interface GetQueueUrlResult {
205
171
  QueueUrl?: string;
206
172
  }
173
+ export declare class QueueDoesNotExist extends __BaseException {
174
+ readonly name: "QueueDoesNotExist";
175
+ readonly $fault: "client";
176
+ constructor(opts: __ExceptionOptionType<QueueDoesNotExist, __BaseException>);
177
+ }
207
178
  export interface ListDeadLetterSourceQueuesRequest {
208
179
  QueueUrl: string | undefined;
209
180
  NextToken?: string;
@@ -219,8 +190,8 @@ export interface ListQueuesRequest {
219
190
  MaxResults?: number;
220
191
  }
221
192
  export interface ListQueuesResult {
222
- QueueUrls?: string[];
223
193
  NextToken?: string;
194
+ QueueUrls?: string[];
224
195
  }
225
196
  export interface ListQueueTagsRequest {
226
197
  QueueUrl: string | undefined;
@@ -238,41 +209,6 @@ export declare class PurgeQueueInProgress extends __BaseException {
238
209
  export interface PurgeQueueRequest {
239
210
  QueueUrl: string | undefined;
240
211
  }
241
- export declare class KmsAccessDenied extends __BaseException {
242
- readonly name: "KmsAccessDenied";
243
- readonly $fault: "client";
244
- constructor(opts: __ExceptionOptionType<KmsAccessDenied, __BaseException>);
245
- }
246
- export declare class KmsDisabled extends __BaseException {
247
- readonly name: "KmsDisabled";
248
- readonly $fault: "client";
249
- constructor(opts: __ExceptionOptionType<KmsDisabled, __BaseException>);
250
- }
251
- export declare class KmsInvalidKeyUsage extends __BaseException {
252
- readonly name: "KmsInvalidKeyUsage";
253
- readonly $fault: "client";
254
- constructor(opts: __ExceptionOptionType<KmsInvalidKeyUsage, __BaseException>);
255
- }
256
- export declare class KmsInvalidState extends __BaseException {
257
- readonly name: "KmsInvalidState";
258
- readonly $fault: "client";
259
- constructor(opts: __ExceptionOptionType<KmsInvalidState, __BaseException>);
260
- }
261
- export declare class KmsNotFound extends __BaseException {
262
- readonly name: "KmsNotFound";
263
- readonly $fault: "client";
264
- constructor(opts: __ExceptionOptionType<KmsNotFound, __BaseException>);
265
- }
266
- export declare class KmsOptInRequired extends __BaseException {
267
- readonly name: "KmsOptInRequired";
268
- readonly $fault: "client";
269
- constructor(opts: __ExceptionOptionType<KmsOptInRequired, __BaseException>);
270
- }
271
- export declare class KmsThrottled extends __BaseException {
272
- readonly name: "KmsThrottled";
273
- readonly $fault: "client";
274
- constructor(opts: __ExceptionOptionType<KmsThrottled, __BaseException>);
275
- }
276
212
  export interface ReceiveMessageRequest {
277
213
  QueueUrl: string | undefined;
278
214
  AttributeNames?: (QueueAttributeName | string)[];
@@ -352,6 +288,13 @@ export interface SendMessageResult {
352
288
  MessageId?: string;
353
289
  SequenceNumber?: string;
354
290
  }
291
+ export declare class UnsupportedOperation extends __BaseException {
292
+ readonly name: "UnsupportedOperation";
293
+ readonly $fault: "client";
294
+ constructor(
295
+ opts: __ExceptionOptionType<UnsupportedOperation, __BaseException>
296
+ );
297
+ }
355
298
  export declare class BatchRequestTooLong extends __BaseException {
356
299
  readonly name: "BatchRequestTooLong";
357
300
  readonly $fault: "client";
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.327.0",
4
+ "version": "3.328.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",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.327.0",
24
+ "@aws-sdk/client-sts": "3.328.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.327.0",
26
+ "@aws-sdk/credential-provider-node": "3.328.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
@@ -40,7 +40,7 @@
40
40
  "@aws-sdk/middleware-stack": "3.325.0",
41
41
  "@aws-sdk/middleware-user-agent": "3.327.0",
42
42
  "@aws-sdk/node-config-provider": "3.310.0",
43
- "@aws-sdk/node-http-handler": "3.321.1",
43
+ "@aws-sdk/node-http-handler": "3.328.0",
44
44
  "@aws-sdk/protocol-http": "3.310.0",
45
45
  "@aws-sdk/smithy-client": "3.325.0",
46
46
  "@aws-sdk/types": "3.310.0",
@@ -55,6 +55,7 @@
55
55
  "@aws-sdk/util-user-agent-browser": "3.310.0",
56
56
  "@aws-sdk/util-user-agent-node": "3.310.0",
57
57
  "@aws-sdk/util-utf8": "3.310.0",
58
+ "fast-xml-parser": "4.1.2",
58
59
  "tslib": "^2.5.0"
59
60
  },
60
61
  "devDependencies": {