@aws-sdk/client-sqs 3.441.0 → 3.446.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 (85) hide show
  1. package/README.md +8 -7
  2. package/dist-cjs/commands/AddPermissionCommand.js +3 -3
  3. package/dist-cjs/commands/CancelMessageMoveTaskCommand.js +3 -3
  4. package/dist-cjs/commands/ChangeMessageVisibilityBatchCommand.js +3 -3
  5. package/dist-cjs/commands/ChangeMessageVisibilityCommand.js +3 -3
  6. package/dist-cjs/commands/CreateQueueCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteMessageBatchCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteMessageCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteQueueCommand.js +3 -3
  10. package/dist-cjs/commands/GetQueueAttributesCommand.js +3 -3
  11. package/dist-cjs/commands/GetQueueUrlCommand.js +3 -3
  12. package/dist-cjs/commands/ListDeadLetterSourceQueuesCommand.js +3 -3
  13. package/dist-cjs/commands/ListMessageMoveTasksCommand.js +3 -3
  14. package/dist-cjs/commands/ListQueueTagsCommand.js +3 -3
  15. package/dist-cjs/commands/ListQueuesCommand.js +3 -3
  16. package/dist-cjs/commands/PurgeQueueCommand.js +3 -3
  17. package/dist-cjs/commands/ReceiveMessageCommand.js +3 -3
  18. package/dist-cjs/commands/RemovePermissionCommand.js +3 -3
  19. package/dist-cjs/commands/SendMessageBatchCommand.js +3 -3
  20. package/dist-cjs/commands/SendMessageCommand.js +3 -3
  21. package/dist-cjs/commands/SetQueueAttributesCommand.js +3 -3
  22. package/dist-cjs/commands/StartMessageMoveTaskCommand.js +3 -3
  23. package/dist-cjs/commands/TagQueueCommand.js +3 -3
  24. package/dist-cjs/commands/UntagQueueCommand.js +3 -3
  25. package/dist-cjs/models/models_0.js +171 -21
  26. package/dist-cjs/protocols/Aws_json1_0.js +2025 -0
  27. package/dist-es/commands/AddPermissionCommand.js +1 -1
  28. package/dist-es/commands/CancelMessageMoveTaskCommand.js +1 -1
  29. package/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +1 -1
  30. package/dist-es/commands/ChangeMessageVisibilityCommand.js +1 -1
  31. package/dist-es/commands/CreateQueueCommand.js +1 -1
  32. package/dist-es/commands/DeleteMessageBatchCommand.js +1 -1
  33. package/dist-es/commands/DeleteMessageCommand.js +1 -1
  34. package/dist-es/commands/DeleteQueueCommand.js +1 -1
  35. package/dist-es/commands/GetQueueAttributesCommand.js +1 -1
  36. package/dist-es/commands/GetQueueUrlCommand.js +1 -1
  37. package/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +1 -1
  38. package/dist-es/commands/ListMessageMoveTasksCommand.js +1 -1
  39. package/dist-es/commands/ListQueueTagsCommand.js +1 -1
  40. package/dist-es/commands/ListQueuesCommand.js +1 -1
  41. package/dist-es/commands/PurgeQueueCommand.js +1 -1
  42. package/dist-es/commands/ReceiveMessageCommand.js +1 -1
  43. package/dist-es/commands/RemovePermissionCommand.js +1 -1
  44. package/dist-es/commands/SendMessageBatchCommand.js +1 -1
  45. package/dist-es/commands/SendMessageCommand.js +1 -1
  46. package/dist-es/commands/SetQueueAttributesCommand.js +1 -1
  47. package/dist-es/commands/StartMessageMoveTaskCommand.js +1 -1
  48. package/dist-es/commands/TagQueueCommand.js +1 -1
  49. package/dist-es/commands/UntagQueueCommand.js +1 -1
  50. package/dist-es/models/models_0.js +155 -16
  51. package/dist-es/protocols/Aws_json1_0.js +1976 -0
  52. package/dist-types/SQS.d.ts +8 -7
  53. package/dist-types/SQSClient.d.ts +8 -7
  54. package/dist-types/commands/AddPermissionCommand.d.ts +46 -11
  55. package/dist-types/commands/CancelMessageMoveTaskCommand.d.ts +25 -0
  56. package/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +34 -1
  57. package/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +48 -8
  58. package/dist-types/commands/CreateQueueCommand.d.ts +45 -10
  59. package/dist-types/commands/DeleteMessageBatchCommand.d.ts +34 -1
  60. package/dist-types/commands/DeleteMessageCommand.d.ts +37 -6
  61. package/dist-types/commands/DeleteQueueCommand.d.ts +34 -3
  62. package/dist-types/commands/GetQueueAttributesCommand.d.ts +33 -1
  63. package/dist-types/commands/GetQueueUrlCommand.d.ts +30 -2
  64. package/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +28 -0
  65. package/dist-types/commands/ListMessageMoveTasksCommand.d.ts +26 -1
  66. package/dist-types/commands/ListQueueTagsCommand.d.ts +38 -6
  67. package/dist-types/commands/ListQueuesCommand.d.ts +32 -4
  68. package/dist-types/commands/PurgeQueueCommand.d.ts +28 -0
  69. package/dist-types/commands/ReceiveMessageCommand.d.ts +73 -6
  70. package/dist-types/commands/RemovePermissionCommand.d.ts +37 -4
  71. package/dist-types/commands/SendMessageBatchCommand.d.ts +78 -9
  72. package/dist-types/commands/SendMessageCommand.d.ts +70 -3
  73. package/dist-types/commands/SetQueueAttributesCommand.d.ts +53 -9
  74. package/dist-types/commands/StartMessageMoveTaskCommand.d.ts +25 -0
  75. package/dist-types/commands/TagQueueCommand.d.ts +44 -10
  76. package/dist-types/commands/UntagQueueCommand.d.ts +38 -5
  77. package/dist-types/index.d.ts +10 -7
  78. package/dist-types/models/models_0.d.ts +633 -374
  79. package/dist-types/protocols/{Aws_query.d.ts → Aws_json1_0.d.ts} +46 -46
  80. package/dist-types/ts3.4/index.d.ts +2 -0
  81. package/dist-types/ts3.4/models/models_0.d.ts +87 -22
  82. package/package.json +4 -5
  83. package/dist-cjs/protocols/Aws_query.js +0 -2367
  84. package/dist-es/protocols/Aws_query.js +0 -2318
  85. /package/dist-types/ts3.4/protocols/{Aws_query.d.ts → Aws_json1_0.d.ts} +0 -0
@@ -24,186 +24,186 @@ import { StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput } f
24
24
  import { TagQueueCommandInput, TagQueueCommandOutput } from "../commands/TagQueueCommand";
25
25
  import { UntagQueueCommandInput, UntagQueueCommandOutput } from "../commands/UntagQueueCommand";
26
26
  /**
27
- * serializeAws_queryAddPermissionCommand
27
+ * serializeAws_json1_0AddPermissionCommand
28
28
  */
29
29
  export declare const se_AddPermissionCommand: (input: AddPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
30
  /**
31
- * serializeAws_queryCancelMessageMoveTaskCommand
31
+ * serializeAws_json1_0CancelMessageMoveTaskCommand
32
32
  */
33
33
  export declare const se_CancelMessageMoveTaskCommand: (input: CancelMessageMoveTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
34
  /**
35
- * serializeAws_queryChangeMessageVisibilityCommand
35
+ * serializeAws_json1_0ChangeMessageVisibilityCommand
36
36
  */
37
37
  export declare const se_ChangeMessageVisibilityCommand: (input: ChangeMessageVisibilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
38
  /**
39
- * serializeAws_queryChangeMessageVisibilityBatchCommand
39
+ * serializeAws_json1_0ChangeMessageVisibilityBatchCommand
40
40
  */
41
41
  export declare const se_ChangeMessageVisibilityBatchCommand: (input: ChangeMessageVisibilityBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
42
  /**
43
- * serializeAws_queryCreateQueueCommand
43
+ * serializeAws_json1_0CreateQueueCommand
44
44
  */
45
45
  export declare const se_CreateQueueCommand: (input: CreateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
46
  /**
47
- * serializeAws_queryDeleteMessageCommand
47
+ * serializeAws_json1_0DeleteMessageCommand
48
48
  */
49
49
  export declare const se_DeleteMessageCommand: (input: DeleteMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
50
  /**
51
- * serializeAws_queryDeleteMessageBatchCommand
51
+ * serializeAws_json1_0DeleteMessageBatchCommand
52
52
  */
53
53
  export declare const se_DeleteMessageBatchCommand: (input: DeleteMessageBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
54
  /**
55
- * serializeAws_queryDeleteQueueCommand
55
+ * serializeAws_json1_0DeleteQueueCommand
56
56
  */
57
57
  export declare const se_DeleteQueueCommand: (input: DeleteQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
58
  /**
59
- * serializeAws_queryGetQueueAttributesCommand
59
+ * serializeAws_json1_0GetQueueAttributesCommand
60
60
  */
61
61
  export declare const se_GetQueueAttributesCommand: (input: GetQueueAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
62
  /**
63
- * serializeAws_queryGetQueueUrlCommand
63
+ * serializeAws_json1_0GetQueueUrlCommand
64
64
  */
65
65
  export declare const se_GetQueueUrlCommand: (input: GetQueueUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
66
  /**
67
- * serializeAws_queryListDeadLetterSourceQueuesCommand
67
+ * serializeAws_json1_0ListDeadLetterSourceQueuesCommand
68
68
  */
69
69
  export declare const se_ListDeadLetterSourceQueuesCommand: (input: ListDeadLetterSourceQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
70
  /**
71
- * serializeAws_queryListMessageMoveTasksCommand
71
+ * serializeAws_json1_0ListMessageMoveTasksCommand
72
72
  */
73
73
  export declare const se_ListMessageMoveTasksCommand: (input: ListMessageMoveTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
74
  /**
75
- * serializeAws_queryListQueuesCommand
75
+ * serializeAws_json1_0ListQueuesCommand
76
76
  */
77
77
  export declare const se_ListQueuesCommand: (input: ListQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
78
  /**
79
- * serializeAws_queryListQueueTagsCommand
79
+ * serializeAws_json1_0ListQueueTagsCommand
80
80
  */
81
81
  export declare const se_ListQueueTagsCommand: (input: ListQueueTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
82
  /**
83
- * serializeAws_queryPurgeQueueCommand
83
+ * serializeAws_json1_0PurgeQueueCommand
84
84
  */
85
85
  export declare const se_PurgeQueueCommand: (input: PurgeQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
86
  /**
87
- * serializeAws_queryReceiveMessageCommand
87
+ * serializeAws_json1_0ReceiveMessageCommand
88
88
  */
89
89
  export declare const se_ReceiveMessageCommand: (input: ReceiveMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
90
  /**
91
- * serializeAws_queryRemovePermissionCommand
91
+ * serializeAws_json1_0RemovePermissionCommand
92
92
  */
93
93
  export declare const se_RemovePermissionCommand: (input: RemovePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
94
  /**
95
- * serializeAws_querySendMessageCommand
95
+ * serializeAws_json1_0SendMessageCommand
96
96
  */
97
97
  export declare const se_SendMessageCommand: (input: SendMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
98
  /**
99
- * serializeAws_querySendMessageBatchCommand
99
+ * serializeAws_json1_0SendMessageBatchCommand
100
100
  */
101
101
  export declare const se_SendMessageBatchCommand: (input: SendMessageBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
102
  /**
103
- * serializeAws_querySetQueueAttributesCommand
103
+ * serializeAws_json1_0SetQueueAttributesCommand
104
104
  */
105
105
  export declare const se_SetQueueAttributesCommand: (input: SetQueueAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
106
  /**
107
- * serializeAws_queryStartMessageMoveTaskCommand
107
+ * serializeAws_json1_0StartMessageMoveTaskCommand
108
108
  */
109
109
  export declare const se_StartMessageMoveTaskCommand: (input: StartMessageMoveTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
110
  /**
111
- * serializeAws_queryTagQueueCommand
111
+ * serializeAws_json1_0TagQueueCommand
112
112
  */
113
113
  export declare const se_TagQueueCommand: (input: TagQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
114
  /**
115
- * serializeAws_queryUntagQueueCommand
115
+ * serializeAws_json1_0UntagQueueCommand
116
116
  */
117
117
  export declare const se_UntagQueueCommand: (input: UntagQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
118
  /**
119
- * deserializeAws_queryAddPermissionCommand
119
+ * deserializeAws_json1_0AddPermissionCommand
120
120
  */
121
121
  export declare const de_AddPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddPermissionCommandOutput>;
122
122
  /**
123
- * deserializeAws_queryCancelMessageMoveTaskCommand
123
+ * deserializeAws_json1_0CancelMessageMoveTaskCommand
124
124
  */
125
125
  export declare const de_CancelMessageMoveTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelMessageMoveTaskCommandOutput>;
126
126
  /**
127
- * deserializeAws_queryChangeMessageVisibilityCommand
127
+ * deserializeAws_json1_0ChangeMessageVisibilityCommand
128
128
  */
129
129
  export declare const de_ChangeMessageVisibilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangeMessageVisibilityCommandOutput>;
130
130
  /**
131
- * deserializeAws_queryChangeMessageVisibilityBatchCommand
131
+ * deserializeAws_json1_0ChangeMessageVisibilityBatchCommand
132
132
  */
133
133
  export declare const de_ChangeMessageVisibilityBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangeMessageVisibilityBatchCommandOutput>;
134
134
  /**
135
- * deserializeAws_queryCreateQueueCommand
135
+ * deserializeAws_json1_0CreateQueueCommand
136
136
  */
137
137
  export declare const de_CreateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueueCommandOutput>;
138
138
  /**
139
- * deserializeAws_queryDeleteMessageCommand
139
+ * deserializeAws_json1_0DeleteMessageCommand
140
140
  */
141
141
  export declare const de_DeleteMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMessageCommandOutput>;
142
142
  /**
143
- * deserializeAws_queryDeleteMessageBatchCommand
143
+ * deserializeAws_json1_0DeleteMessageBatchCommand
144
144
  */
145
145
  export declare const de_DeleteMessageBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMessageBatchCommandOutput>;
146
146
  /**
147
- * deserializeAws_queryDeleteQueueCommand
147
+ * deserializeAws_json1_0DeleteQueueCommand
148
148
  */
149
149
  export declare const de_DeleteQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueueCommandOutput>;
150
150
  /**
151
- * deserializeAws_queryGetQueueAttributesCommand
151
+ * deserializeAws_json1_0GetQueueAttributesCommand
152
152
  */
153
153
  export declare const de_GetQueueAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueueAttributesCommandOutput>;
154
154
  /**
155
- * deserializeAws_queryGetQueueUrlCommand
155
+ * deserializeAws_json1_0GetQueueUrlCommand
156
156
  */
157
157
  export declare const de_GetQueueUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueueUrlCommandOutput>;
158
158
  /**
159
- * deserializeAws_queryListDeadLetterSourceQueuesCommand
159
+ * deserializeAws_json1_0ListDeadLetterSourceQueuesCommand
160
160
  */
161
161
  export declare const de_ListDeadLetterSourceQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeadLetterSourceQueuesCommandOutput>;
162
162
  /**
163
- * deserializeAws_queryListMessageMoveTasksCommand
163
+ * deserializeAws_json1_0ListMessageMoveTasksCommand
164
164
  */
165
165
  export declare const de_ListMessageMoveTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMessageMoveTasksCommandOutput>;
166
166
  /**
167
- * deserializeAws_queryListQueuesCommand
167
+ * deserializeAws_json1_0ListQueuesCommand
168
168
  */
169
169
  export declare const de_ListQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuesCommandOutput>;
170
170
  /**
171
- * deserializeAws_queryListQueueTagsCommand
171
+ * deserializeAws_json1_0ListQueueTagsCommand
172
172
  */
173
173
  export declare const de_ListQueueTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueueTagsCommandOutput>;
174
174
  /**
175
- * deserializeAws_queryPurgeQueueCommand
175
+ * deserializeAws_json1_0PurgeQueueCommand
176
176
  */
177
177
  export declare const de_PurgeQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurgeQueueCommandOutput>;
178
178
  /**
179
- * deserializeAws_queryReceiveMessageCommand
179
+ * deserializeAws_json1_0ReceiveMessageCommand
180
180
  */
181
181
  export declare const de_ReceiveMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReceiveMessageCommandOutput>;
182
182
  /**
183
- * deserializeAws_queryRemovePermissionCommand
183
+ * deserializeAws_json1_0RemovePermissionCommand
184
184
  */
185
185
  export declare const de_RemovePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemovePermissionCommandOutput>;
186
186
  /**
187
- * deserializeAws_querySendMessageCommand
187
+ * deserializeAws_json1_0SendMessageCommand
188
188
  */
189
189
  export declare const de_SendMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendMessageCommandOutput>;
190
190
  /**
191
- * deserializeAws_querySendMessageBatchCommand
191
+ * deserializeAws_json1_0SendMessageBatchCommand
192
192
  */
193
193
  export declare const de_SendMessageBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendMessageBatchCommandOutput>;
194
194
  /**
195
- * deserializeAws_querySetQueueAttributesCommand
195
+ * deserializeAws_json1_0SetQueueAttributesCommand
196
196
  */
197
197
  export declare const de_SetQueueAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetQueueAttributesCommandOutput>;
198
198
  /**
199
- * deserializeAws_queryStartMessageMoveTaskCommand
199
+ * deserializeAws_json1_0StartMessageMoveTaskCommand
200
200
  */
201
201
  export declare const de_StartMessageMoveTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMessageMoveTaskCommandOutput>;
202
202
  /**
203
- * deserializeAws_queryTagQueueCommand
203
+ * deserializeAws_json1_0TagQueueCommand
204
204
  */
205
205
  export declare const de_TagQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagQueueCommandOutput>;
206
206
  /**
207
- * deserializeAws_queryUntagQueueCommand
207
+ * deserializeAws_json1_0UntagQueueCommand
208
208
  */
209
209
  export declare const de_UntagQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagQueueCommandOutput>;
@@ -1,6 +1,8 @@
1
1
  export * from "./SQSClient";
2
2
  export * from "./SQS";
3
3
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
+ export { RuntimeExtension } from "./runtimeExtensions";
5
+ export { SQSExtensionConfiguration } from "./extensionConfiguration";
4
6
  export * from "./commands";
5
7
  export * from "./pagination";
6
8
  export * from "./models";
@@ -6,11 +6,38 @@ 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
+ }
9
19
  export declare class OverLimit extends __BaseException {
10
20
  readonly name: "OverLimit";
11
21
  readonly $fault: "client";
12
22
  constructor(opts: __ExceptionOptionType<OverLimit, __BaseException>);
13
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
+ }
14
41
  export interface CancelMessageMoveTaskRequest {
15
42
  TaskHandle: string | undefined;
16
43
  }
@@ -24,13 +51,6 @@ export declare class ResourceNotFoundException extends __BaseException {
24
51
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
25
52
  );
26
53
  }
27
- export declare class UnsupportedOperation extends __BaseException {
28
- readonly name: "UnsupportedOperation";
29
- readonly $fault: "client";
30
- constructor(
31
- opts: __ExceptionOptionType<UnsupportedOperation, __BaseException>
32
- );
33
- }
34
54
  export interface ChangeMessageVisibilityRequest {
35
55
  QueueUrl: string | undefined;
36
56
  ReceiptHandle: string | undefined;
@@ -124,12 +144,26 @@ export type QueueAttributeName =
124
144
  (typeof QueueAttributeName)[keyof typeof QueueAttributeName];
125
145
  export interface CreateQueueRequest {
126
146
  QueueName: string | undefined;
127
- tags?: Record<string, string>;
128
147
  Attributes?: Partial<Record<QueueAttributeName, string>>;
148
+ tags?: Record<string, string>;
129
149
  }
130
150
  export interface CreateQueueResult {
131
151
  QueueUrl?: string;
132
152
  }
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
+ }
133
167
  export declare class QueueDeletedRecently extends __BaseException {
134
168
  readonly name: "QueueDeletedRecently";
135
169
  readonly $fault: "client";
@@ -176,13 +210,6 @@ export interface GetQueueAttributesRequest {
176
210
  export interface GetQueueAttributesResult {
177
211
  Attributes?: Partial<Record<QueueAttributeName, string>>;
178
212
  }
179
- export declare class InvalidAttributeName extends __BaseException {
180
- readonly name: "InvalidAttributeName";
181
- readonly $fault: "client";
182
- constructor(
183
- opts: __ExceptionOptionType<InvalidAttributeName, __BaseException>
184
- );
185
- }
186
213
  export interface GetQueueUrlRequest {
187
214
  QueueName: string | undefined;
188
215
  QueueOwnerAWSAccountId?: string;
@@ -190,11 +217,6 @@ export interface GetQueueUrlRequest {
190
217
  export interface GetQueueUrlResult {
191
218
  QueueUrl?: string;
192
219
  }
193
- export declare class QueueDoesNotExist extends __BaseException {
194
- readonly name: "QueueDoesNotExist";
195
- readonly $fault: "client";
196
- constructor(opts: __ExceptionOptionType<QueueDoesNotExist, __BaseException>);
197
- }
198
220
  export interface ListDeadLetterSourceQueuesRequest {
199
221
  QueueUrl: string | undefined;
200
222
  NextToken?: string;
@@ -208,9 +230,17 @@ export interface ListMessageMoveTasksRequest {
208
230
  SourceArn: string | undefined;
209
231
  MaxResults?: number;
210
232
  }
233
+ export declare const TaskStatus: {
234
+ readonly CANCELLED: "CANCELLED";
235
+ readonly CANCELLING: "CANCELLING";
236
+ readonly COMPLETED: "COMPLETED";
237
+ readonly FAILED: "FAILED";
238
+ readonly RUNNING: "RUNNING";
239
+ };
240
+ export type TaskStatus = (typeof TaskStatus)[keyof typeof TaskStatus];
211
241
  export interface ListMessageMoveTasksResultEntry {
212
242
  TaskHandle?: string;
213
- Status?: string;
243
+ Status?: TaskStatus;
214
244
  SourceArn?: string;
215
245
  DestinationArn?: string;
216
246
  MaxNumberOfMessagesPerSecond?: number;
@@ -228,8 +258,8 @@ export interface ListQueuesRequest {
228
258
  MaxResults?: number;
229
259
  }
230
260
  export interface ListQueuesResult {
231
- NextToken?: string;
232
261
  QueueUrls?: string[];
262
+ NextToken?: string;
233
263
  }
234
264
  export interface ListQueueTagsRequest {
235
265
  QueueUrl: string | undefined;
@@ -247,6 +277,41 @@ export declare class PurgeQueueInProgress extends __BaseException {
247
277
  export interface PurgeQueueRequest {
248
278
  QueueUrl: string | undefined;
249
279
  }
280
+ export declare class KmsAccessDenied extends __BaseException {
281
+ readonly name: "KmsAccessDenied";
282
+ readonly $fault: "client";
283
+ constructor(opts: __ExceptionOptionType<KmsAccessDenied, __BaseException>);
284
+ }
285
+ export declare class KmsDisabled extends __BaseException {
286
+ readonly name: "KmsDisabled";
287
+ readonly $fault: "client";
288
+ constructor(opts: __ExceptionOptionType<KmsDisabled, __BaseException>);
289
+ }
290
+ export declare class KmsInvalidKeyUsage extends __BaseException {
291
+ readonly name: "KmsInvalidKeyUsage";
292
+ readonly $fault: "client";
293
+ constructor(opts: __ExceptionOptionType<KmsInvalidKeyUsage, __BaseException>);
294
+ }
295
+ export declare class KmsInvalidState extends __BaseException {
296
+ readonly name: "KmsInvalidState";
297
+ readonly $fault: "client";
298
+ constructor(opts: __ExceptionOptionType<KmsInvalidState, __BaseException>);
299
+ }
300
+ export declare class KmsNotFound extends __BaseException {
301
+ readonly name: "KmsNotFound";
302
+ readonly $fault: "client";
303
+ constructor(opts: __ExceptionOptionType<KmsNotFound, __BaseException>);
304
+ }
305
+ export declare class KmsOptInRequired extends __BaseException {
306
+ readonly name: "KmsOptInRequired";
307
+ readonly $fault: "client";
308
+ constructor(opts: __ExceptionOptionType<KmsOptInRequired, __BaseException>);
309
+ }
310
+ export declare class KmsThrottled extends __BaseException {
311
+ readonly name: "KmsThrottled";
312
+ readonly $fault: "client";
313
+ constructor(opts: __ExceptionOptionType<KmsThrottled, __BaseException>);
314
+ }
250
315
  export interface ReceiveMessageRequest {
251
316
  QueueUrl: string | undefined;
252
317
  AttributeNames?: QueueAttributeName[];
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.441.0",
4
+ "version": "3.446.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.441.0",
25
- "@aws-sdk/core": "3.441.0",
26
- "@aws-sdk/credential-provider-node": "3.441.0",
24
+ "@aws-sdk/client-sts": "3.445.0",
25
+ "@aws-sdk/core": "3.445.0",
26
+ "@aws-sdk/credential-provider-node": "3.445.0",
27
27
  "@aws-sdk/middleware-host-header": "3.433.0",
28
28
  "@aws-sdk/middleware-logger": "3.433.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.433.0",
@@ -59,7 +59,6 @@
59
59
  "@smithy/util-endpoints": "^1.0.2",
60
60
  "@smithy/util-retry": "^2.0.5",
61
61
  "@smithy/util-utf8": "^2.0.0",
62
- "fast-xml-parser": "4.2.5",
63
62
  "tslib": "^2.5.0"
64
63
  },
65
64
  "devDependencies": {