You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-sqs): Amazon SQS adds three new APIs - StartMessageMoveTask, CancelMessageMoveTask, and ListMessageMoveTasks to automate redriving messages from dead-letter queues to source queues or a custom destination.
Copy file name to clipboardExpand all lines: clients/client-sqs/README.md
+34-6
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,15 @@
7
7
AWS SDK for JavaScript SQS Client for Node.js, Browser and React Native.
8
8
9
9
<p>Welcome to the <i>Amazon SQS API Reference</i>.</p>
10
-
<p>Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they travel between applications or microservices. Amazon SQS moves data between distributed application components and helps you decouple these components.</p>
11
-
<p>For information on the permissions you need to use this API, see
12
-
<ahref="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-authentication-and-access-control.html">Identity and
13
-
access management</a> in the <i>Amazon SQS Developer Guide.</i>
10
+
<p>Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they travel
11
+
between applications or microservices. Amazon SQS moves data between distributed application
12
+
components and helps you decouple these components.</p>
13
+
<p>For information on the permissions you need to use this API, see <ahref="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-authentication-and-access-control.html">Identity and access management</a> in the <i>Amazon SQS Developer
14
+
Guide.</i>
14
15
</p>
15
-
<p>You can use <ahref="http://aws.amazon.com/tools/#sdk">Amazon Web Services SDKs</a> to access Amazon SQS using your favorite programming language. The SDKs perform tasks such as the following automatically:</p>
16
+
<p>You can use <ahref="http://aws.amazon.com/tools/#sdk">Amazon Web Services SDKs</a> to access
17
+
Amazon SQS using your favorite programming language. The SDKs perform tasks such as the
18
+
following automatically:</p>
16
19
<ul>
17
20
<li>
18
21
<p>Cryptographically sign your service requests</p>
@@ -68,7 +71,8 @@ access management</a> in the <i>Amazon SQS Developer Guide.</i>
68
71
<ul>
69
72
<li>
70
73
<p>
71
-
<ahref="https://docs.aws.amazon.com/general/latest/gr/rande.html#sqs_region">Regions and Endpoints</a>
74
+
<ahref="https://docs.aws.amazon.com/general/latest/gr/rande.html#sqs_region">Regions and
75
+
Endpoints</a>
72
76
</p>
73
77
</li>
74
78
</ul>
@@ -277,6 +281,14 @@ AddPermission
277
281
278
282
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/classes/addpermissioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/addpermissioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/addpermissioncommandoutput.html)
279
283
284
+
</details>
285
+
<details>
286
+
<summary>
287
+
CancelMessageMoveTask
288
+
</summary>
289
+
290
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/classes/cancelmessagemovetaskcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/cancelmessagemovetaskcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/cancelmessagemovetaskcommandoutput.html)
291
+
280
292
</details>
281
293
<details>
282
294
<summary>
@@ -349,6 +361,14 @@ ListDeadLetterSourceQueues
349
361
350
362
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/classes/listdeadlettersourcequeuescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/listdeadlettersourcequeuescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/listdeadlettersourcequeuescommandoutput.html)
351
363
364
+
</details>
365
+
<details>
366
+
<summary>
367
+
ListMessageMoveTasks
368
+
</summary>
369
+
370
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/classes/listmessagemovetaskscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/listmessagemovetaskscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/listmessagemovetaskscommandoutput.html)
371
+
352
372
</details>
353
373
<details>
354
374
<summary>
@@ -413,6 +433,14 @@ SetQueueAttributes
413
433
414
434
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/classes/setqueueattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/setqueueattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/setqueueattributescommandoutput.html)
415
435
436
+
</details>
437
+
<details>
438
+
<summary>
439
+
StartMessageMoveTask
440
+
</summary>
441
+
442
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/classes/startmessagemovetaskcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/startmessagemovetaskcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/startmessagemovetaskcommandoutput.html)
* <p>Welcome to the <i>Amazon SQS API Reference</i>.</p>
374
-
* <p>Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they travel between applications or microservices. Amazon SQS moves data between distributed application components and helps you decouple these components.</p>
375
-
* <p>For information on the permissions you need to use this API, see
376
-
* <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-authentication-and-access-control.html">Identity and
377
-
* access management</a> in the <i>Amazon SQS Developer Guide.</i>
443
+
* <p>Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they travel
444
+
* between applications or microservices. Amazon SQS moves data between distributed application
445
+
* components and helps you decouple these components.</p>
446
+
* <p>For information on the permissions you need to use this API, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-authentication-and-access-control.html">Identity and access management</a> in the <i>Amazon SQS Developer
447
+
* Guide.</i>
378
448
* </p>
379
-
* <p>You can use <a href="http://aws.amazon.com/tools/#sdk">Amazon Web Services SDKs</a> to access Amazon SQS using your favorite programming language. The SDKs perform tasks such as the following automatically:</p>
449
+
* <p>You can use <a href="http://aws.amazon.com/tools/#sdk">Amazon Web Services SDKs</a> to access
450
+
* Amazon SQS using your favorite programming language. The SDKs perform tasks such as the
451
+
* following automatically:</p>
380
452
* <ul>
381
453
* <li>
382
454
* <p>Cryptographically sign your service requests</p>
@@ -432,7 +504,8 @@ export interface SQS {
432
504
* <ul>
433
505
* <li>
434
506
* <p>
435
-
* <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#sqs_region">Regions and Endpoints</a>
507
+
* <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#sqs_region">Regions and
* <p>Welcome to the <i>Amazon SQS API Reference</i>.</p>
315
-
* <p>Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they travel between applications or microservices. Amazon SQS moves data between distributed application components and helps you decouple these components.</p>
316
-
* <p>For information on the permissions you need to use this API, see
317
-
* <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-authentication-and-access-control.html">Identity and
318
-
* access management</a> in the <i>Amazon SQS Developer Guide.</i>
333
+
* <p>Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they travel
334
+
* between applications or microservices. Amazon SQS moves data between distributed application
335
+
* components and helps you decouple these components.</p>
336
+
* <p>For information on the permissions you need to use this API, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-authentication-and-access-control.html">Identity and access management</a> in the <i>Amazon SQS Developer
337
+
* Guide.</i>
319
338
* </p>
320
-
* <p>You can use <a href="http://aws.amazon.com/tools/#sdk">Amazon Web Services SDKs</a> to access Amazon SQS using your favorite programming language. The SDKs perform tasks such as the following automatically:</p>
339
+
* <p>You can use <a href="http://aws.amazon.com/tools/#sdk">Amazon Web Services SDKs</a> to access
340
+
* Amazon SQS using your favorite programming language. The SDKs perform tasks such as the
341
+
* following automatically:</p>
321
342
* <ul>
322
343
* <li>
323
344
* <p>Cryptographically sign your service requests</p>
0 commit comments