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
Copy file name to clipboardExpand all lines: clients/client-sqs/README.md
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +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
11
-
travel between applications or microservices. Amazon SQS moves data between distributed
12
-
application components and helps you decouple these components.</p>
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
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
14
Guide.</i>
15
15
</p>
16
-
<p>You can use <ahref="http://aws.amazon.com/tools/#sdk">Amazon Web Services
17
-
SDKs</a> to access Amazon SQS using your favorite programming language. The SDKs
18
-
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>
19
19
<ul>
20
20
<li>
21
21
<p>Cryptographically sign your service requests</p>
@@ -60,8 +60,7 @@ perform tasks such as the following automatically:</p>
60
60
</li>
61
61
<li>
62
62
<p>
63
-
<ahref="http://docs.aws.amazon.com/cli/latest/reference/sqs/index.html">Amazon SQS in the <i>Command Line
64
-
Interface</i>
63
+
<ahref="http://docs.aws.amazon.com/cli/latest/reference/sqs/index.html">Amazon SQS in the <i>Command Line Interface</i>
Copy file name to clipboardExpand all lines: clients/client-sqs/src/SQS.ts
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -440,15 +440,15 @@ export interface SQS {
440
440
/**
441
441
* @public
442
442
* <p>Welcome to the <i>Amazon SQS API Reference</i>.</p>
443
-
* <p>Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they
444
-
* travel between applications or microservices. Amazon SQS moves data between distributed
445
-
* application components and helps you decouple these components.</p>
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
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
447
* Guide.</i>
448
448
* </p>
449
-
* <p>You can use <a href="http://aws.amazon.com/tools/#sdk">Amazon Web Services
450
-
* SDKs</a> to access Amazon SQS using your favorite programming language. The SDKs
451
-
* 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>
452
452
* <ul>
453
453
* <li>
454
454
* <p>Cryptographically sign your service requests</p>
@@ -493,8 +493,7 @@ export interface SQS {
493
493
* </li>
494
494
* <li>
495
495
* <p>
496
-
* <a href="http://docs.aws.amazon.com/cli/latest/reference/sqs/index.html">Amazon SQS in the <i>Command Line
497
-
* Interface</i>
496
+
* <a href="http://docs.aws.amazon.com/cli/latest/reference/sqs/index.html">Amazon SQS in the <i>Command Line Interface</i>
* <p>Welcome to the <i>Amazon SQS API Reference</i>.</p>
341
-
* <p>Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they
342
-
* travel between applications or microservices. Amazon SQS moves data between distributed
343
-
* application components and helps you decouple these components.</p>
341
+
* <p>Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they travel
342
+
* between applications or microservices. Amazon SQS moves data between distributed application
343
+
* components and helps you decouple these components.</p>
344
344
* <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
345
345
* Guide.</i>
346
346
* </p>
347
-
* <p>You can use <a href="http://aws.amazon.com/tools/#sdk">Amazon Web Services
348
-
* SDKs</a> to access Amazon SQS using your favorite programming language. The SDKs
349
-
* perform tasks such as the following automatically:</p>
347
+
* <p>You can use <a href="http://aws.amazon.com/tools/#sdk">Amazon Web Services SDKs</a> to access
348
+
* Amazon SQS using your favorite programming language. The SDKs perform tasks such as the
349
+
* following automatically:</p>
350
350
* <ul>
351
351
* <li>
352
352
* <p>Cryptographically sign your service requests</p>
* <p>When you create a queue, you have full control access rights for the queue. Only you,
43
43
* the owner of the queue, can grant or deny permissions to the queue. For more information
44
-
* about these permissions, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-writing-an-sqs-policy.html#write-messages-to-shared-queue">Allow Developers to Write Messages to a Shared Queue</a> in the
45
-
* <i>Amazon SQS Developer Guide</i>.</p>
44
+
* about these permissions, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-writing-an-sqs-policy.html#write-messages-to-shared-queue">Allow Developers to Write Messages to a Shared Queue</a> in the <i>Amazon SQS
* policy. For more information, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-creating-custom-policies.html">Using Custom Policies with the Amazon SQS Access Policy
55
-
* Language</a> in the <i>Amazon SQS Developer
56
-
* Guide</i>.</p>
54
+
* policy. For more information, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-creating-custom-policies.html">Using Custom Policies with the Amazon SQS Access Policy Language</a> in
55
+
* the <i>Amazon SQS Developer Guide</i>.</p>
57
56
* </li>
58
57
* <li>
59
-
* <p>An Amazon SQS policy can have a maximum of seven actions per
60
-
* statement.</p>
58
+
* <p>An Amazon SQS policy can have a maximum of seven actions per statement.</p>
61
59
* </li>
62
60
* <li>
63
-
* <p>To remove the ability to change queue permissions, you must deny
64
-
* permission to the <code>AddPermission</code>, <code>RemovePermission</code>,
65
-
* and <code>SetQueueAttributes</code> actions in your IAM policy.</p>
61
+
* <p>To remove the ability to change queue permissions, you must deny permission to the <code>AddPermission</code>, <code>RemovePermission</code>, and <code>SetQueueAttributes</code> actions in your IAM policy.</p>
66
62
* </li>
67
63
* <li>
68
-
* <p>Amazon SQS <code>AddPermission</code> does not support adding a
69
-
* non-account principal.</p>
64
+
* <p>Amazon SQS <code>AddPermission</code> does not support adding a non-account
65
+
* principal.</p>
70
66
* </li>
71
67
* </ul>
72
68
* </note>
73
69
* <note>
74
-
* <p>Cross-account permissions don't apply to this action. For more information, see
75
-
* <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-customer-managed-policy-examples.html#grant-cross-account-permissions-to-role-and-user-name">Grant cross-account permissions to a role and a username</a> in the
76
-
* <i>Amazon SQS Developer Guide</i>.</p>
70
+
* <p>Cross-account permissions don't apply to this action. For more information,
71
+
* see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-customer-managed-policy-examples.html#grant-cross-account-permissions-to-role-and-user-name">Grant
72
+
* cross-account permissions to a role and a username</a> in the <i>Amazon SQS Developer Guide</i>.</p>
77
73
* </note>
78
74
* @example
79
75
* Use a bare-bones client and the command you need to make an API call.
* <p>Because the batch request can result in a combination of successful and
55
-
* unsuccessful actions, you should check for batch errors even when the call returns
56
-
* an HTTP status code of <code>200</code>.</p>
51
+
* <p>Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of <code>200</code>.</p>
57
52
* </important>
58
53
* @example
59
54
* Use a bare-bones client and the command you need to make an API call.
0 commit comments