@aws-sdk/client-sqs 3.926.0 → 3.928.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 (44) hide show
  1. package/dist-cjs/index.js +1509 -1437
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/SQSClient.js +2 -0
  4. package/dist-es/commands/AddPermissionCommand.js +3 -9
  5. package/dist-es/commands/CancelMessageMoveTaskCommand.js +3 -9
  6. package/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +3 -9
  7. package/dist-es/commands/ChangeMessageVisibilityCommand.js +3 -9
  8. package/dist-es/commands/CreateQueueCommand.js +3 -9
  9. package/dist-es/commands/DeleteMessageBatchCommand.js +3 -9
  10. package/dist-es/commands/DeleteMessageCommand.js +3 -9
  11. package/dist-es/commands/DeleteQueueCommand.js +3 -9
  12. package/dist-es/commands/GetQueueAttributesCommand.js +3 -9
  13. package/dist-es/commands/GetQueueUrlCommand.js +3 -9
  14. package/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +3 -9
  15. package/dist-es/commands/ListMessageMoveTasksCommand.js +3 -9
  16. package/dist-es/commands/ListQueueTagsCommand.js +3 -9
  17. package/dist-es/commands/ListQueuesCommand.js +3 -9
  18. package/dist-es/commands/PurgeQueueCommand.js +3 -9
  19. package/dist-es/commands/ReceiveMessageCommand.js +3 -10
  20. package/dist-es/commands/RemovePermissionCommand.js +3 -9
  21. package/dist-es/commands/SendMessageBatchCommand.js +3 -10
  22. package/dist-es/commands/SendMessageCommand.js +3 -10
  23. package/dist-es/commands/SetQueueAttributesCommand.js +3 -9
  24. package/dist-es/commands/StartMessageMoveTaskCommand.js +3 -9
  25. package/dist-es/commands/TagQueueCommand.js +3 -9
  26. package/dist-es/commands/UntagQueueCommand.js +3 -9
  27. package/dist-es/runtimeConfig.shared.js +7 -0
  28. package/dist-es/schemas/schemas_0.js +1384 -0
  29. package/dist-types/SQSClient.d.ts +10 -1
  30. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  31. package/dist-types/runtimeConfig.d.ts +1 -0
  32. package/dist-types/runtimeConfig.native.d.ts +1 -0
  33. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  34. package/dist-types/schemas/schemas_0.d.ts +125 -0
  35. package/dist-types/ts3.4/SQSClient.d.ts +4 -0
  36. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  37. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  38. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  39. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  40. package/dist-types/ts3.4/schemas/schemas_0.d.ts +131 -0
  41. package/package.json +5 -5
  42. package/dist-es/protocols/Aws_json1_0.js +0 -1193
  43. package/dist-types/protocols/Aws_json1_0.d.ts +0 -209
  44. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -281
@@ -1,209 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AddPermissionCommandInput, AddPermissionCommandOutput } from "../commands/AddPermissionCommand";
4
- import { CancelMessageMoveTaskCommandInput, CancelMessageMoveTaskCommandOutput } from "../commands/CancelMessageMoveTaskCommand";
5
- import { ChangeMessageVisibilityBatchCommandInput, ChangeMessageVisibilityBatchCommandOutput } from "../commands/ChangeMessageVisibilityBatchCommand";
6
- import { ChangeMessageVisibilityCommandInput, ChangeMessageVisibilityCommandOutput } from "../commands/ChangeMessageVisibilityCommand";
7
- import { CreateQueueCommandInput, CreateQueueCommandOutput } from "../commands/CreateQueueCommand";
8
- import { DeleteMessageBatchCommandInput, DeleteMessageBatchCommandOutput } from "../commands/DeleteMessageBatchCommand";
9
- import { DeleteMessageCommandInput, DeleteMessageCommandOutput } from "../commands/DeleteMessageCommand";
10
- import { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "../commands/DeleteQueueCommand";
11
- import { GetQueueAttributesCommandInput, GetQueueAttributesCommandOutput } from "../commands/GetQueueAttributesCommand";
12
- import { GetQueueUrlCommandInput, GetQueueUrlCommandOutput } from "../commands/GetQueueUrlCommand";
13
- import { ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput } from "../commands/ListDeadLetterSourceQueuesCommand";
14
- import { ListMessageMoveTasksCommandInput, ListMessageMoveTasksCommandOutput } from "../commands/ListMessageMoveTasksCommand";
15
- import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
16
- import { ListQueueTagsCommandInput, ListQueueTagsCommandOutput } from "../commands/ListQueueTagsCommand";
17
- import { PurgeQueueCommandInput, PurgeQueueCommandOutput } from "../commands/PurgeQueueCommand";
18
- import { ReceiveMessageCommandInput, ReceiveMessageCommandOutput } from "../commands/ReceiveMessageCommand";
19
- import { RemovePermissionCommandInput, RemovePermissionCommandOutput } from "../commands/RemovePermissionCommand";
20
- import { SendMessageBatchCommandInput, SendMessageBatchCommandOutput } from "../commands/SendMessageBatchCommand";
21
- import { SendMessageCommandInput, SendMessageCommandOutput } from "../commands/SendMessageCommand";
22
- import { SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput } from "../commands/SetQueueAttributesCommand";
23
- import { StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput } from "../commands/StartMessageMoveTaskCommand";
24
- import { TagQueueCommandInput, TagQueueCommandOutput } from "../commands/TagQueueCommand";
25
- import { UntagQueueCommandInput, UntagQueueCommandOutput } from "../commands/UntagQueueCommand";
26
- /**
27
- * serializeAws_json1_0AddPermissionCommand
28
- */
29
- export declare const se_AddPermissionCommand: (input: AddPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- /**
31
- * serializeAws_json1_0CancelMessageMoveTaskCommand
32
- */
33
- export declare const se_CancelMessageMoveTaskCommand: (input: CancelMessageMoveTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- /**
35
- * serializeAws_json1_0ChangeMessageVisibilityCommand
36
- */
37
- export declare const se_ChangeMessageVisibilityCommand: (input: ChangeMessageVisibilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- /**
39
- * serializeAws_json1_0ChangeMessageVisibilityBatchCommand
40
- */
41
- export declare const se_ChangeMessageVisibilityBatchCommand: (input: ChangeMessageVisibilityBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- /**
43
- * serializeAws_json1_0CreateQueueCommand
44
- */
45
- export declare const se_CreateQueueCommand: (input: CreateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_json1_0DeleteMessageCommand
48
- */
49
- export declare const se_DeleteMessageCommand: (input: DeleteMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_json1_0DeleteMessageBatchCommand
52
- */
53
- export declare const se_DeleteMessageBatchCommand: (input: DeleteMessageBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_json1_0DeleteQueueCommand
56
- */
57
- export declare const se_DeleteQueueCommand: (input: DeleteQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_json1_0GetQueueAttributesCommand
60
- */
61
- export declare const se_GetQueueAttributesCommand: (input: GetQueueAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_json1_0GetQueueUrlCommand
64
- */
65
- export declare const se_GetQueueUrlCommand: (input: GetQueueUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_json1_0ListDeadLetterSourceQueuesCommand
68
- */
69
- export declare const se_ListDeadLetterSourceQueuesCommand: (input: ListDeadLetterSourceQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_json1_0ListMessageMoveTasksCommand
72
- */
73
- export declare const se_ListMessageMoveTasksCommand: (input: ListMessageMoveTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_json1_0ListQueuesCommand
76
- */
77
- export declare const se_ListQueuesCommand: (input: ListQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_json1_0ListQueueTagsCommand
80
- */
81
- export declare const se_ListQueueTagsCommand: (input: ListQueueTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_json1_0PurgeQueueCommand
84
- */
85
- export declare const se_PurgeQueueCommand: (input: PurgeQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_json1_0ReceiveMessageCommand
88
- */
89
- export declare const se_ReceiveMessageCommand: (input: ReceiveMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_json1_0RemovePermissionCommand
92
- */
93
- export declare const se_RemovePermissionCommand: (input: RemovePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_json1_0SendMessageCommand
96
- */
97
- export declare const se_SendMessageCommand: (input: SendMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_json1_0SendMessageBatchCommand
100
- */
101
- export declare const se_SendMessageBatchCommand: (input: SendMessageBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_json1_0SetQueueAttributesCommand
104
- */
105
- export declare const se_SetQueueAttributesCommand: (input: SetQueueAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_json1_0StartMessageMoveTaskCommand
108
- */
109
- export declare const se_StartMessageMoveTaskCommand: (input: StartMessageMoveTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_json1_0TagQueueCommand
112
- */
113
- export declare const se_TagQueueCommand: (input: TagQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_json1_0UntagQueueCommand
116
- */
117
- export declare const se_UntagQueueCommand: (input: UntagQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * deserializeAws_json1_0AddPermissionCommand
120
- */
121
- export declare const de_AddPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddPermissionCommandOutput>;
122
- /**
123
- * deserializeAws_json1_0CancelMessageMoveTaskCommand
124
- */
125
- export declare const de_CancelMessageMoveTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelMessageMoveTaskCommandOutput>;
126
- /**
127
- * deserializeAws_json1_0ChangeMessageVisibilityCommand
128
- */
129
- export declare const de_ChangeMessageVisibilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangeMessageVisibilityCommandOutput>;
130
- /**
131
- * deserializeAws_json1_0ChangeMessageVisibilityBatchCommand
132
- */
133
- export declare const de_ChangeMessageVisibilityBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangeMessageVisibilityBatchCommandOutput>;
134
- /**
135
- * deserializeAws_json1_0CreateQueueCommand
136
- */
137
- export declare const de_CreateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueueCommandOutput>;
138
- /**
139
- * deserializeAws_json1_0DeleteMessageCommand
140
- */
141
- export declare const de_DeleteMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMessageCommandOutput>;
142
- /**
143
- * deserializeAws_json1_0DeleteMessageBatchCommand
144
- */
145
- export declare const de_DeleteMessageBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMessageBatchCommandOutput>;
146
- /**
147
- * deserializeAws_json1_0DeleteQueueCommand
148
- */
149
- export declare const de_DeleteQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueueCommandOutput>;
150
- /**
151
- * deserializeAws_json1_0GetQueueAttributesCommand
152
- */
153
- export declare const de_GetQueueAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueueAttributesCommandOutput>;
154
- /**
155
- * deserializeAws_json1_0GetQueueUrlCommand
156
- */
157
- export declare const de_GetQueueUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueueUrlCommandOutput>;
158
- /**
159
- * deserializeAws_json1_0ListDeadLetterSourceQueuesCommand
160
- */
161
- export declare const de_ListDeadLetterSourceQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeadLetterSourceQueuesCommandOutput>;
162
- /**
163
- * deserializeAws_json1_0ListMessageMoveTasksCommand
164
- */
165
- export declare const de_ListMessageMoveTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMessageMoveTasksCommandOutput>;
166
- /**
167
- * deserializeAws_json1_0ListQueuesCommand
168
- */
169
- export declare const de_ListQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuesCommandOutput>;
170
- /**
171
- * deserializeAws_json1_0ListQueueTagsCommand
172
- */
173
- export declare const de_ListQueueTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueueTagsCommandOutput>;
174
- /**
175
- * deserializeAws_json1_0PurgeQueueCommand
176
- */
177
- export declare const de_PurgeQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurgeQueueCommandOutput>;
178
- /**
179
- * deserializeAws_json1_0ReceiveMessageCommand
180
- */
181
- export declare const de_ReceiveMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReceiveMessageCommandOutput>;
182
- /**
183
- * deserializeAws_json1_0RemovePermissionCommand
184
- */
185
- export declare const de_RemovePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemovePermissionCommandOutput>;
186
- /**
187
- * deserializeAws_json1_0SendMessageCommand
188
- */
189
- export declare const de_SendMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendMessageCommandOutput>;
190
- /**
191
- * deserializeAws_json1_0SendMessageBatchCommand
192
- */
193
- export declare const de_SendMessageBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendMessageBatchCommandOutput>;
194
- /**
195
- * deserializeAws_json1_0SetQueueAttributesCommand
196
- */
197
- export declare const de_SetQueueAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetQueueAttributesCommandOutput>;
198
- /**
199
- * deserializeAws_json1_0StartMessageMoveTaskCommand
200
- */
201
- export declare const de_StartMessageMoveTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMessageMoveTaskCommandOutput>;
202
- /**
203
- * deserializeAws_json1_0TagQueueCommand
204
- */
205
- export declare const de_TagQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagQueueCommandOutput>;
206
- /**
207
- * deserializeAws_json1_0UntagQueueCommand
208
- */
209
- export declare const de_UntagQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagQueueCommandOutput>;
@@ -1,281 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AddPermissionCommandInput,
8
- AddPermissionCommandOutput,
9
- } from "../commands/AddPermissionCommand";
10
- import {
11
- CancelMessageMoveTaskCommandInput,
12
- CancelMessageMoveTaskCommandOutput,
13
- } from "../commands/CancelMessageMoveTaskCommand";
14
- import {
15
- ChangeMessageVisibilityBatchCommandInput,
16
- ChangeMessageVisibilityBatchCommandOutput,
17
- } from "../commands/ChangeMessageVisibilityBatchCommand";
18
- import {
19
- ChangeMessageVisibilityCommandInput,
20
- ChangeMessageVisibilityCommandOutput,
21
- } from "../commands/ChangeMessageVisibilityCommand";
22
- import {
23
- CreateQueueCommandInput,
24
- CreateQueueCommandOutput,
25
- } from "../commands/CreateQueueCommand";
26
- import {
27
- DeleteMessageBatchCommandInput,
28
- DeleteMessageBatchCommandOutput,
29
- } from "../commands/DeleteMessageBatchCommand";
30
- import {
31
- DeleteMessageCommandInput,
32
- DeleteMessageCommandOutput,
33
- } from "../commands/DeleteMessageCommand";
34
- import {
35
- DeleteQueueCommandInput,
36
- DeleteQueueCommandOutput,
37
- } from "../commands/DeleteQueueCommand";
38
- import {
39
- GetQueueAttributesCommandInput,
40
- GetQueueAttributesCommandOutput,
41
- } from "../commands/GetQueueAttributesCommand";
42
- import {
43
- GetQueueUrlCommandInput,
44
- GetQueueUrlCommandOutput,
45
- } from "../commands/GetQueueUrlCommand";
46
- import {
47
- ListDeadLetterSourceQueuesCommandInput,
48
- ListDeadLetterSourceQueuesCommandOutput,
49
- } from "../commands/ListDeadLetterSourceQueuesCommand";
50
- import {
51
- ListMessageMoveTasksCommandInput,
52
- ListMessageMoveTasksCommandOutput,
53
- } from "../commands/ListMessageMoveTasksCommand";
54
- import {
55
- ListQueuesCommandInput,
56
- ListQueuesCommandOutput,
57
- } from "../commands/ListQueuesCommand";
58
- import {
59
- ListQueueTagsCommandInput,
60
- ListQueueTagsCommandOutput,
61
- } from "../commands/ListQueueTagsCommand";
62
- import {
63
- PurgeQueueCommandInput,
64
- PurgeQueueCommandOutput,
65
- } from "../commands/PurgeQueueCommand";
66
- import {
67
- ReceiveMessageCommandInput,
68
- ReceiveMessageCommandOutput,
69
- } from "../commands/ReceiveMessageCommand";
70
- import {
71
- RemovePermissionCommandInput,
72
- RemovePermissionCommandOutput,
73
- } from "../commands/RemovePermissionCommand";
74
- import {
75
- SendMessageBatchCommandInput,
76
- SendMessageBatchCommandOutput,
77
- } from "../commands/SendMessageBatchCommand";
78
- import {
79
- SendMessageCommandInput,
80
- SendMessageCommandOutput,
81
- } from "../commands/SendMessageCommand";
82
- import {
83
- SetQueueAttributesCommandInput,
84
- SetQueueAttributesCommandOutput,
85
- } from "../commands/SetQueueAttributesCommand";
86
- import {
87
- StartMessageMoveTaskCommandInput,
88
- StartMessageMoveTaskCommandOutput,
89
- } from "../commands/StartMessageMoveTaskCommand";
90
- import {
91
- TagQueueCommandInput,
92
- TagQueueCommandOutput,
93
- } from "../commands/TagQueueCommand";
94
- import {
95
- UntagQueueCommandInput,
96
- UntagQueueCommandOutput,
97
- } from "../commands/UntagQueueCommand";
98
- export declare const se_AddPermissionCommand: (
99
- input: AddPermissionCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_CancelMessageMoveTaskCommand: (
103
- input: CancelMessageMoveTaskCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_ChangeMessageVisibilityCommand: (
107
- input: ChangeMessageVisibilityCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_ChangeMessageVisibilityBatchCommand: (
111
- input: ChangeMessageVisibilityBatchCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_CreateQueueCommand: (
115
- input: CreateQueueCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_DeleteMessageCommand: (
119
- input: DeleteMessageCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_DeleteMessageBatchCommand: (
123
- input: DeleteMessageBatchCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_DeleteQueueCommand: (
127
- input: DeleteQueueCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_GetQueueAttributesCommand: (
131
- input: GetQueueAttributesCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_GetQueueUrlCommand: (
135
- input: GetQueueUrlCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_ListDeadLetterSourceQueuesCommand: (
139
- input: ListDeadLetterSourceQueuesCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_ListMessageMoveTasksCommand: (
143
- input: ListMessageMoveTasksCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_ListQueuesCommand: (
147
- input: ListQueuesCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_ListQueueTagsCommand: (
151
- input: ListQueueTagsCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_PurgeQueueCommand: (
155
- input: PurgeQueueCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_ReceiveMessageCommand: (
159
- input: ReceiveMessageCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_RemovePermissionCommand: (
163
- input: RemovePermissionCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_SendMessageCommand: (
167
- input: SendMessageCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_SendMessageBatchCommand: (
171
- input: SendMessageBatchCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_SetQueueAttributesCommand: (
175
- input: SetQueueAttributesCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_StartMessageMoveTaskCommand: (
179
- input: StartMessageMoveTaskCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_TagQueueCommand: (
183
- input: TagQueueCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_UntagQueueCommand: (
187
- input: UntagQueueCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const de_AddPermissionCommand: (
191
- output: __HttpResponse,
192
- context: __SerdeContext
193
- ) => Promise<AddPermissionCommandOutput>;
194
- export declare const de_CancelMessageMoveTaskCommand: (
195
- output: __HttpResponse,
196
- context: __SerdeContext
197
- ) => Promise<CancelMessageMoveTaskCommandOutput>;
198
- export declare const de_ChangeMessageVisibilityCommand: (
199
- output: __HttpResponse,
200
- context: __SerdeContext
201
- ) => Promise<ChangeMessageVisibilityCommandOutput>;
202
- export declare const de_ChangeMessageVisibilityBatchCommand: (
203
- output: __HttpResponse,
204
- context: __SerdeContext
205
- ) => Promise<ChangeMessageVisibilityBatchCommandOutput>;
206
- export declare const de_CreateQueueCommand: (
207
- output: __HttpResponse,
208
- context: __SerdeContext
209
- ) => Promise<CreateQueueCommandOutput>;
210
- export declare const de_DeleteMessageCommand: (
211
- output: __HttpResponse,
212
- context: __SerdeContext
213
- ) => Promise<DeleteMessageCommandOutput>;
214
- export declare const de_DeleteMessageBatchCommand: (
215
- output: __HttpResponse,
216
- context: __SerdeContext
217
- ) => Promise<DeleteMessageBatchCommandOutput>;
218
- export declare const de_DeleteQueueCommand: (
219
- output: __HttpResponse,
220
- context: __SerdeContext
221
- ) => Promise<DeleteQueueCommandOutput>;
222
- export declare const de_GetQueueAttributesCommand: (
223
- output: __HttpResponse,
224
- context: __SerdeContext
225
- ) => Promise<GetQueueAttributesCommandOutput>;
226
- export declare const de_GetQueueUrlCommand: (
227
- output: __HttpResponse,
228
- context: __SerdeContext
229
- ) => Promise<GetQueueUrlCommandOutput>;
230
- export declare const de_ListDeadLetterSourceQueuesCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<ListDeadLetterSourceQueuesCommandOutput>;
234
- export declare const de_ListMessageMoveTasksCommand: (
235
- output: __HttpResponse,
236
- context: __SerdeContext
237
- ) => Promise<ListMessageMoveTasksCommandOutput>;
238
- export declare const de_ListQueuesCommand: (
239
- output: __HttpResponse,
240
- context: __SerdeContext
241
- ) => Promise<ListQueuesCommandOutput>;
242
- export declare const de_ListQueueTagsCommand: (
243
- output: __HttpResponse,
244
- context: __SerdeContext
245
- ) => Promise<ListQueueTagsCommandOutput>;
246
- export declare const de_PurgeQueueCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<PurgeQueueCommandOutput>;
250
- export declare const de_ReceiveMessageCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<ReceiveMessageCommandOutput>;
254
- export declare const de_RemovePermissionCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<RemovePermissionCommandOutput>;
258
- export declare const de_SendMessageCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<SendMessageCommandOutput>;
262
- export declare const de_SendMessageBatchCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<SendMessageBatchCommandOutput>;
266
- export declare const de_SetQueueAttributesCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<SetQueueAttributesCommandOutput>;
270
- export declare const de_StartMessageMoveTaskCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<StartMessageMoveTaskCommandOutput>;
274
- export declare const de_TagQueueCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<TagQueueCommandOutput>;
278
- export declare const de_UntagQueueCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<UntagQueueCommandOutput>;