@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
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_AddPermissionCommand, se_AddPermissionCommand } from "../protocols/Aws_json1_0";
4
+ import { de_AddPermissionCommand, se_AddPermissionCommand } from "../protocols/Aws_query";
5
5
  export class AddPermissionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_ChangeMessageVisibilityBatchCommand, se_ChangeMessageVisibilityBatchCommand, } from "../protocols/Aws_json1_0";
4
+ import { de_ChangeMessageVisibilityBatchCommand, se_ChangeMessageVisibilityBatchCommand } from "../protocols/Aws_query";
5
5
  export class ChangeMessageVisibilityBatchCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_ChangeMessageVisibilityCommand, se_ChangeMessageVisibilityCommand } from "../protocols/Aws_json1_0";
4
+ import { de_ChangeMessageVisibilityCommand, se_ChangeMessageVisibilityCommand } from "../protocols/Aws_query";
5
5
  export class ChangeMessageVisibilityCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_CreateQueueCommand, se_CreateQueueCommand } from "../protocols/Aws_json1_0";
4
+ import { de_CreateQueueCommand, se_CreateQueueCommand } from "../protocols/Aws_query";
5
5
  export class CreateQueueCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_DeleteMessageBatchCommand, se_DeleteMessageBatchCommand } from "../protocols/Aws_json1_0";
4
+ import { de_DeleteMessageBatchCommand, se_DeleteMessageBatchCommand } from "../protocols/Aws_query";
5
5
  export class DeleteMessageBatchCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_DeleteMessageCommand, se_DeleteMessageCommand } from "../protocols/Aws_json1_0";
4
+ import { de_DeleteMessageCommand, se_DeleteMessageCommand } from "../protocols/Aws_query";
5
5
  export class DeleteMessageCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_DeleteQueueCommand, se_DeleteQueueCommand } from "../protocols/Aws_json1_0";
4
+ import { de_DeleteQueueCommand, se_DeleteQueueCommand } from "../protocols/Aws_query";
5
5
  export class DeleteQueueCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_GetQueueAttributesCommand, se_GetQueueAttributesCommand } from "../protocols/Aws_json1_0";
4
+ import { de_GetQueueAttributesCommand, se_GetQueueAttributesCommand } from "../protocols/Aws_query";
5
5
  export class GetQueueAttributesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_GetQueueUrlCommand, se_GetQueueUrlCommand } from "../protocols/Aws_json1_0";
4
+ import { de_GetQueueUrlCommand, se_GetQueueUrlCommand } from "../protocols/Aws_query";
5
5
  export class GetQueueUrlCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_ListDeadLetterSourceQueuesCommand, se_ListDeadLetterSourceQueuesCommand } from "../protocols/Aws_json1_0";
4
+ import { de_ListDeadLetterSourceQueuesCommand, se_ListDeadLetterSourceQueuesCommand } from "../protocols/Aws_query";
5
5
  export class ListDeadLetterSourceQueuesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_ListQueueTagsCommand, se_ListQueueTagsCommand } from "../protocols/Aws_json1_0";
4
+ import { de_ListQueueTagsCommand, se_ListQueueTagsCommand } from "../protocols/Aws_query";
5
5
  export class ListQueueTagsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_ListQueuesCommand, se_ListQueuesCommand } from "../protocols/Aws_json1_0";
4
+ import { de_ListQueuesCommand, se_ListQueuesCommand } from "../protocols/Aws_query";
5
5
  export class ListQueuesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_PurgeQueueCommand, se_PurgeQueueCommand } from "../protocols/Aws_json1_0";
4
+ import { de_PurgeQueueCommand, se_PurgeQueueCommand } from "../protocols/Aws_query";
5
5
  export class PurgeQueueCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getReceiveMessagePlugin } from "@aws-sdk/middleware-sdk-sqs";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { de_ReceiveMessageCommand, se_ReceiveMessageCommand } from "../protocols/Aws_json1_0";
5
+ import { de_ReceiveMessageCommand, se_ReceiveMessageCommand } from "../protocols/Aws_query";
6
6
  export class ReceiveMessageCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_RemovePermissionCommand, se_RemovePermissionCommand } from "../protocols/Aws_json1_0";
4
+ import { de_RemovePermissionCommand, se_RemovePermissionCommand } from "../protocols/Aws_query";
5
5
  export class RemovePermissionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSendMessageBatchPlugin } from "@aws-sdk/middleware-sdk-sqs";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { de_SendMessageBatchCommand, se_SendMessageBatchCommand } from "../protocols/Aws_json1_0";
5
+ import { de_SendMessageBatchCommand, se_SendMessageBatchCommand } from "../protocols/Aws_query";
6
6
  export class SendMessageBatchCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSendMessagePlugin } from "@aws-sdk/middleware-sdk-sqs";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { de_SendMessageCommand, se_SendMessageCommand } from "../protocols/Aws_json1_0";
5
+ import { de_SendMessageCommand, se_SendMessageCommand } from "../protocols/Aws_query";
6
6
  export class SendMessageCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_SetQueueAttributesCommand, se_SetQueueAttributesCommand } from "../protocols/Aws_json1_0";
4
+ import { de_SetQueueAttributesCommand, se_SetQueueAttributesCommand } from "../protocols/Aws_query";
5
5
  export class SetQueueAttributesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_TagQueueCommand, se_TagQueueCommand } from "../protocols/Aws_json1_0";
4
+ import { de_TagQueueCommand, se_TagQueueCommand } from "../protocols/Aws_query";
5
5
  export class TagQueueCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_UntagQueueCommand, se_UntagQueueCommand } from "../protocols/Aws_json1_0";
4
+ import { de_UntagQueueCommand, se_UntagQueueCommand } from "../protocols/Aws_query";
5
5
  export class UntagQueueCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -1,28 +1,4 @@
1
1
  import { SQSServiceException as __BaseException } from "./SQSServiceException";
2
- export class InvalidAddress extends __BaseException {
3
- constructor(opts) {
4
- super({
5
- name: "InvalidAddress",
6
- $fault: "client",
7
- ...opts,
8
- });
9
- this.name = "InvalidAddress";
10
- this.$fault = "client";
11
- Object.setPrototypeOf(this, InvalidAddress.prototype);
12
- }
13
- }
14
- export class InvalidSecurity extends __BaseException {
15
- constructor(opts) {
16
- super({
17
- name: "InvalidSecurity",
18
- $fault: "client",
19
- ...opts,
20
- });
21
- this.name = "InvalidSecurity";
22
- this.$fault = "client";
23
- Object.setPrototypeOf(this, InvalidSecurity.prototype);
24
- }
25
- }
26
2
  export class OverLimit extends __BaseException {
27
3
  constructor(opts) {
28
4
  super({
@@ -35,42 +11,6 @@ export class OverLimit extends __BaseException {
35
11
  Object.setPrototypeOf(this, OverLimit.prototype);
36
12
  }
37
13
  }
38
- export class QueueDoesNotExist extends __BaseException {
39
- constructor(opts) {
40
- super({
41
- name: "QueueDoesNotExist",
42
- $fault: "client",
43
- ...opts,
44
- });
45
- this.name = "QueueDoesNotExist";
46
- this.$fault = "client";
47
- Object.setPrototypeOf(this, QueueDoesNotExist.prototype);
48
- }
49
- }
50
- export class RequestThrottled extends __BaseException {
51
- constructor(opts) {
52
- super({
53
- name: "RequestThrottled",
54
- $fault: "client",
55
- ...opts,
56
- });
57
- this.name = "RequestThrottled";
58
- this.$fault = "client";
59
- Object.setPrototypeOf(this, RequestThrottled.prototype);
60
- }
61
- }
62
- export class UnsupportedOperation extends __BaseException {
63
- constructor(opts) {
64
- super({
65
- name: "UnsupportedOperation",
66
- $fault: "client",
67
- ...opts,
68
- });
69
- this.name = "UnsupportedOperation";
70
- this.$fault = "client";
71
- Object.setPrototypeOf(this, UnsupportedOperation.prototype);
72
- }
73
- }
74
14
  export class MessageNotInflight extends __BaseException {
75
15
  constructor(opts) {
76
16
  super({
@@ -167,30 +107,6 @@ export const QueueAttributeName = {
167
107
  SqsManagedSseEnabled: "SqsManagedSseEnabled",
168
108
  VisibilityTimeout: "VisibilityTimeout",
169
109
  };
170
- export class InvalidAttributeName extends __BaseException {
171
- constructor(opts) {
172
- super({
173
- name: "InvalidAttributeName",
174
- $fault: "client",
175
- ...opts,
176
- });
177
- this.name = "InvalidAttributeName";
178
- this.$fault = "client";
179
- Object.setPrototypeOf(this, InvalidAttributeName.prototype);
180
- }
181
- }
182
- export class InvalidAttributeValue extends __BaseException {
183
- constructor(opts) {
184
- super({
185
- name: "InvalidAttributeValue",
186
- $fault: "client",
187
- ...opts,
188
- });
189
- this.name = "InvalidAttributeValue";
190
- this.$fault = "client";
191
- Object.setPrototypeOf(this, InvalidAttributeValue.prototype);
192
- }
193
- }
194
110
  export class QueueDeletedRecently extends __BaseException {
195
111
  constructor(opts) {
196
112
  super({
@@ -227,100 +143,40 @@ export class InvalidIdFormat extends __BaseException {
227
143
  Object.setPrototypeOf(this, InvalidIdFormat.prototype);
228
144
  }
229
145
  }
230
- export class PurgeQueueInProgress extends __BaseException {
231
- constructor(opts) {
232
- super({
233
- name: "PurgeQueueInProgress",
234
- $fault: "client",
235
- ...opts,
236
- });
237
- this.name = "PurgeQueueInProgress";
238
- this.$fault = "client";
239
- Object.setPrototypeOf(this, PurgeQueueInProgress.prototype);
240
- }
241
- }
242
- export class KmsAccessDenied extends __BaseException {
243
- constructor(opts) {
244
- super({
245
- name: "KmsAccessDenied",
246
- $fault: "client",
247
- ...opts,
248
- });
249
- this.name = "KmsAccessDenied";
250
- this.$fault = "client";
251
- Object.setPrototypeOf(this, KmsAccessDenied.prototype);
252
- }
253
- }
254
- export class KmsDisabled extends __BaseException {
255
- constructor(opts) {
256
- super({
257
- name: "KmsDisabled",
258
- $fault: "client",
259
- ...opts,
260
- });
261
- this.name = "KmsDisabled";
262
- this.$fault = "client";
263
- Object.setPrototypeOf(this, KmsDisabled.prototype);
264
- }
265
- }
266
- export class KmsInvalidKeyUsage extends __BaseException {
267
- constructor(opts) {
268
- super({
269
- name: "KmsInvalidKeyUsage",
270
- $fault: "client",
271
- ...opts,
272
- });
273
- this.name = "KmsInvalidKeyUsage";
274
- this.$fault = "client";
275
- Object.setPrototypeOf(this, KmsInvalidKeyUsage.prototype);
276
- }
277
- }
278
- export class KmsInvalidState extends __BaseException {
279
- constructor(opts) {
280
- super({
281
- name: "KmsInvalidState",
282
- $fault: "client",
283
- ...opts,
284
- });
285
- this.name = "KmsInvalidState";
286
- this.$fault = "client";
287
- Object.setPrototypeOf(this, KmsInvalidState.prototype);
288
- }
289
- }
290
- export class KmsNotFound extends __BaseException {
146
+ export class InvalidAttributeName extends __BaseException {
291
147
  constructor(opts) {
292
148
  super({
293
- name: "KmsNotFound",
149
+ name: "InvalidAttributeName",
294
150
  $fault: "client",
295
151
  ...opts,
296
152
  });
297
- this.name = "KmsNotFound";
153
+ this.name = "InvalidAttributeName";
298
154
  this.$fault = "client";
299
- Object.setPrototypeOf(this, KmsNotFound.prototype);
155
+ Object.setPrototypeOf(this, InvalidAttributeName.prototype);
300
156
  }
301
157
  }
302
- export class KmsOptInRequired extends __BaseException {
158
+ export class QueueDoesNotExist extends __BaseException {
303
159
  constructor(opts) {
304
160
  super({
305
- name: "KmsOptInRequired",
161
+ name: "QueueDoesNotExist",
306
162
  $fault: "client",
307
163
  ...opts,
308
164
  });
309
- this.name = "KmsOptInRequired";
165
+ this.name = "QueueDoesNotExist";
310
166
  this.$fault = "client";
311
- Object.setPrototypeOf(this, KmsOptInRequired.prototype);
167
+ Object.setPrototypeOf(this, QueueDoesNotExist.prototype);
312
168
  }
313
169
  }
314
- export class KmsThrottled extends __BaseException {
170
+ export class PurgeQueueInProgress extends __BaseException {
315
171
  constructor(opts) {
316
172
  super({
317
- name: "KmsThrottled",
173
+ name: "PurgeQueueInProgress",
318
174
  $fault: "client",
319
175
  ...opts,
320
176
  });
321
- this.name = "KmsThrottled";
177
+ this.name = "PurgeQueueInProgress";
322
178
  this.$fault = "client";
323
- Object.setPrototypeOf(this, KmsThrottled.prototype);
179
+ Object.setPrototypeOf(this, PurgeQueueInProgress.prototype);
324
180
  }
325
181
  }
326
182
  export const MessageSystemAttributeName = {
@@ -348,6 +204,18 @@ export class InvalidMessageContents extends __BaseException {
348
204
  export const MessageSystemAttributeNameForSends = {
349
205
  AWSTraceHeader: "AWSTraceHeader",
350
206
  };
207
+ export class UnsupportedOperation extends __BaseException {
208
+ constructor(opts) {
209
+ super({
210
+ name: "UnsupportedOperation",
211
+ $fault: "client",
212
+ ...opts,
213
+ });
214
+ this.name = "UnsupportedOperation";
215
+ this.$fault = "client";
216
+ Object.setPrototypeOf(this, UnsupportedOperation.prototype);
217
+ }
218
+ }
351
219
  export class BatchRequestTooLong extends __BaseException {
352
220
  constructor(opts) {
353
221
  super({