@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
@@ -25,11 +25,16 @@ export interface SendMessageCommandOutput extends SendMessageResult, __MetadataB
25
25
  * @public
26
26
  * <p>Delivers a message to the specified queue.</p>
27
27
  * <important>
28
- * <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed:</p>
28
+ * <p>A message can include only XML, JSON, and unformatted text. The following Unicode
29
+ * characters are allowed:</p>
29
30
  * <p>
30
- * <code>#x9</code> | <code>#xA</code> | <code>#xD</code> | <code>#x20</code> to <code>#xD7FF</code> | <code>#xE000</code> to <code>#xFFFD</code> | <code>#x10000</code> to <code>#x10FFFF</code>
31
+ * <code>#x9</code> | <code>#xA</code> | <code>#xD</code> | <code>#x20</code> to
32
+ * <code>#xD7FF</code> | <code>#xE000</code> to <code>#xFFFD</code> |
33
+ * <code>#x10000</code> to <code>#x10FFFF</code>
31
34
  * </p>
32
- * <p>Any characters not included in this list will be rejected. For more information, see the <a href="http://www.w3.org/TR/REC-xml/#charsets">W3C specification for characters</a>.</p>
35
+ * <p>Any characters not included in this list will be rejected. For more information,
36
+ * see the <a href="http://www.w3.org/TR/REC-xml/#charsets">W3C specification for
37
+ * characters</a>.</p>
33
38
  * </important>
34
39
  * @example
35
40
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,9 +93,71 @@ export interface SendMessageCommandOutput extends SendMessageResult, __MetadataB
88
93
  * @see {@link SendMessageCommandOutput} for command's `response` shape.
89
94
  * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
90
95
  *
96
+ * @throws {@link InvalidAddress} (client fault)
97
+ * <p>The <code>accountId</code> is invalid.</p>
98
+ *
91
99
  * @throws {@link InvalidMessageContents} (client fault)
92
100
  * <p>The message contains characters outside the allowed set.</p>
93
101
  *
102
+ * @throws {@link InvalidSecurity} (client fault)
103
+ * <p>When the request to a queue is not HTTPS and SigV4.</p>
104
+ *
105
+ * @throws {@link KmsAccessDenied} (client fault)
106
+ * <p>The caller doesn't have the required KMS access.</p>
107
+ *
108
+ * @throws {@link KmsDisabled} (client fault)
109
+ * <p>The request was denied due to request throttling.</p>
110
+ *
111
+ * @throws {@link KmsInvalidKeyUsage} (client fault)
112
+ * <p>The request was rejected for one of the following reasons:</p>
113
+ * <ul>
114
+ * <li>
115
+ * <p>The KeyUsage value of the KMS key is incompatible with the API
116
+ * operation.</p>
117
+ * </li>
118
+ * <li>
119
+ * <p>The encryption algorithm or signing algorithm specified for the operation is
120
+ * incompatible with the type of key material in the KMS key (KeySpec).</p>
121
+ * </li>
122
+ * </ul>
123
+ *
124
+ * @throws {@link KmsInvalidState} (client fault)
125
+ * <p>The request was rejected because the state of the specified resource is not valid for
126
+ * this request.</p>
127
+ *
128
+ * @throws {@link KmsNotFound} (client fault)
129
+ * <p>The request was rejected because the specified entity or resource could not be found.
130
+ * </p>
131
+ *
132
+ * @throws {@link KmsOptInRequired} (client fault)
133
+ * <p>The request was rejected because the specified key policy isn't syntactically or
134
+ * semantically correct.</p>
135
+ *
136
+ * @throws {@link KmsThrottled} (client fault)
137
+ * <p>Amazon Web Services KMS throttles requests for the following conditions.</p>
138
+ *
139
+ * @throws {@link QueueDoesNotExist} (client fault)
140
+ * <p>The specified queue doesn't exist.</p>
141
+ *
142
+ * @throws {@link RequestThrottled} (client fault)
143
+ * <p>The request was denied due to request throttling.</p>
144
+ * <ul>
145
+ * <li>
146
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
147
+ * account and Region. </p>
148
+ * </li>
149
+ * <li>
150
+ * <p>A burst or sustained high rate of requests to change the state of the same KMS
151
+ * key. This condition is often known as a "hot key."</p>
152
+ * </li>
153
+ * <li>
154
+ * <p>Requests for operations on KMS keys in a Amazon Web Services CloudHSM key store
155
+ * might be throttled at a lower-than-expected rate when the Amazon Web Services
156
+ * CloudHSM cluster associated with the Amazon Web Services CloudHSM key store is
157
+ * processing numerous commands, including those unrelated to the Amazon Web Services CloudHSM key store.</p>
158
+ * </li>
159
+ * </ul>
160
+ *
94
161
  * @throws {@link UnsupportedOperation} (client fault)
95
162
  * <p>Error code 400. Unsupported operation.</p>
96
163
  *
@@ -25,22 +25,26 @@ export interface SetQueueAttributesCommandOutput extends __MetadataBearer {
25
25
  * @public
26
26
  * <p>Sets the value of one or more queue attributes. When you change a queue's attributes,
27
27
  * the change can take up to 60 seconds for most of the attributes to propagate throughout
28
- * the Amazon SQS system. Changes made to the <code>MessageRetentionPeriod</code> attribute can
29
- * take up to 15 minutes and will impact existing messages in the queue potentially causing
30
- * them to be expired and deleted if the <code>MessageRetentionPeriod</code> is reduced
31
- * below the age of existing messages.</p>
28
+ * the Amazon SQS system. Changes made to the <code>MessageRetentionPeriod</code> attribute
29
+ * can take up to 15 minutes and will impact existing messages in the queue potentially
30
+ * causing them to be expired and deleted if the <code>MessageRetentionPeriod</code> is
31
+ * reduced below the age of existing messages.</p>
32
32
  * <note>
33
33
  * <ul>
34
34
  * <li>
35
- * <p>In the future, new attributes might be added. If you write code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.</p>
35
+ * <p>In the future, new attributes might be added. If you write code that calls
36
+ * this action, we recommend that you structure your code so that it can handle
37
+ * new attributes gracefully.</p>
36
38
  * </li>
37
39
  * <li>
38
- * <p>Cross-account permissions don't apply to this action. For more information,
39
- * 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
40
- * cross-account permissions to a role and a username</a> in the <i>Amazon SQS Developer Guide</i>.</p>
40
+ * <p>Cross-account permissions don't apply to this action. For more
41
+ * information, 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 cross-account permissions to a role and a username</a> in the
42
+ * <i>Amazon SQS Developer Guide</i>.</p>
41
43
  * </li>
42
44
  * <li>
43
- * <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>
45
+ * <p>To remove the ability to change queue permissions, you must deny
46
+ * permission to the <code>AddPermission</code>, <code>RemovePermission</code>,
47
+ * and <code>SetQueueAttributes</code> actions in your IAM policy.</p>
44
48
  * </li>
45
49
  * </ul>
46
50
  * </note>
@@ -68,9 +72,49 @@ export interface SetQueueAttributesCommandOutput extends __MetadataBearer {
68
72
  * @see {@link SetQueueAttributesCommandOutput} for command's `response` shape.
69
73
  * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
70
74
  *
75
+ * @throws {@link InvalidAddress} (client fault)
76
+ * <p>The <code>accountId</code> is invalid.</p>
77
+ *
71
78
  * @throws {@link InvalidAttributeName} (client fault)
72
79
  * <p>The specified attribute doesn't exist.</p>
73
80
  *
81
+ * @throws {@link InvalidAttributeValue} (client fault)
82
+ * <p>A queue attribute value is invalid.</p>
83
+ *
84
+ * @throws {@link InvalidSecurity} (client fault)
85
+ * <p>When the request to a queue is not HTTPS and SigV4.</p>
86
+ *
87
+ * @throws {@link OverLimit} (client fault)
88
+ * <p>The specified action violates a limit. For example, <code>ReceiveMessage</code>
89
+ * returns this error if the maximum number of in flight messages is reached and
90
+ * <code>AddPermission</code> returns this error if the maximum number of permissions
91
+ * for the queue is reached.</p>
92
+ *
93
+ * @throws {@link QueueDoesNotExist} (client fault)
94
+ * <p>The specified queue doesn't exist.</p>
95
+ *
96
+ * @throws {@link RequestThrottled} (client fault)
97
+ * <p>The request was denied due to request throttling.</p>
98
+ * <ul>
99
+ * <li>
100
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
101
+ * account and Region. </p>
102
+ * </li>
103
+ * <li>
104
+ * <p>A burst or sustained high rate of requests to change the state of the same KMS
105
+ * key. This condition is often known as a "hot key."</p>
106
+ * </li>
107
+ * <li>
108
+ * <p>Requests for operations on KMS keys in a Amazon Web Services CloudHSM key store
109
+ * might be throttled at a lower-than-expected rate when the Amazon Web Services
110
+ * CloudHSM cluster associated with the Amazon Web Services CloudHSM key store is
111
+ * processing numerous commands, including those unrelated to the Amazon Web Services CloudHSM key store.</p>
112
+ * </li>
113
+ * </ul>
114
+ *
115
+ * @throws {@link UnsupportedOperation} (client fault)
116
+ * <p>Error code 400. Unsupported operation.</p>
117
+ *
74
118
  * @throws {@link SQSServiceException}
75
119
  * <p>Base exception class for all service exceptions from SQS service.</p>
76
120
  *
@@ -74,6 +74,31 @@ export interface StartMessageMoveTaskCommandOutput extends StartMessageMoveTaskR
74
74
  * @see {@link StartMessageMoveTaskCommandOutput} for command's `response` shape.
75
75
  * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
76
76
  *
77
+ * @throws {@link InvalidAddress} (client fault)
78
+ * <p>The <code>accountId</code> is invalid.</p>
79
+ *
80
+ * @throws {@link InvalidSecurity} (client fault)
81
+ * <p>When the request to a queue is not HTTPS and SigV4.</p>
82
+ *
83
+ * @throws {@link RequestThrottled} (client fault)
84
+ * <p>The request was denied due to request throttling.</p>
85
+ * <ul>
86
+ * <li>
87
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
88
+ * account and Region. </p>
89
+ * </li>
90
+ * <li>
91
+ * <p>A burst or sustained high rate of requests to change the state of the same KMS
92
+ * key. This condition is often known as a "hot key."</p>
93
+ * </li>
94
+ * <li>
95
+ * <p>Requests for operations on KMS keys in a Amazon Web Services CloudHSM key store
96
+ * might be throttled at a lower-than-expected rate when the Amazon Web Services
97
+ * CloudHSM cluster associated with the Amazon Web Services CloudHSM key store is
98
+ * processing numerous commands, including those unrelated to the Amazon Web Services CloudHSM key store.</p>
99
+ * </li>
100
+ * </ul>
101
+ *
77
102
  * @throws {@link ResourceNotFoundException} (client fault)
78
103
  * <p>One or more specified resources don't exist.</p>
79
104
  *
@@ -23,30 +23,33 @@ export interface TagQueueCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Add cost allocation tags to the specified Amazon SQS queue. For an overview, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-queue-tags.html">Tagging
27
- * Your Amazon SQS Queues</a> in the <i>Amazon SQS Developer Guide</i>.</p>
26
+ * <p>Add cost allocation tags to the specified Amazon SQS queue. For an overview, see
27
+ * <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-queue-tags.html">Tagging
28
+ * Your Amazon SQS Queues</a> in the <i>Amazon SQS Developer
29
+ * Guide</i>.</p>
28
30
  * <p>When you use queue tags, keep the following guidelines in mind:</p>
29
31
  * <ul>
30
32
  * <li>
31
33
  * <p>Adding more than 50 tags to a queue isn't recommended.</p>
32
34
  * </li>
33
35
  * <li>
34
- * <p>Tags don't have any semantic meaning. Amazon SQS interprets tags as character strings.</p>
36
+ * <p>Tags don't have any semantic meaning. Amazon SQS interprets tags as character
37
+ * strings.</p>
35
38
  * </li>
36
39
  * <li>
37
40
  * <p>Tags are case-sensitive.</p>
38
41
  * </li>
39
42
  * <li>
40
- * <p>A new tag with a key identical to that of an existing tag overwrites the existing tag.</p>
43
+ * <p>A new tag with a key identical to that of an existing tag overwrites the
44
+ * existing tag.</p>
41
45
  * </li>
42
46
  * </ul>
43
- * <p>For a full list of tag restrictions, see
44
- * <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-limits.html#limits-queues">Quotas related to queues</a>
45
- * in the <i>Amazon SQS Developer Guide</i>.</p>
47
+ * <p>For a full list of tag restrictions, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-limits.html#limits-queues">Quotas related to queues</a> in the <i>Amazon SQS Developer
48
+ * Guide</i>.</p>
46
49
  * <note>
47
- * <p>Cross-account permissions don't apply to this action. For more information,
48
- * 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
49
- * cross-account permissions to a role and a username</a> in the <i>Amazon SQS Developer Guide</i>.</p>
50
+ * <p>Cross-account permissions don't apply to this action. For more information, see
51
+ * <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
52
+ * <i>Amazon SQS Developer Guide</i>.</p>
50
53
  * </note>
51
54
  * @example
52
55
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +75,37 @@ export interface TagQueueCommandOutput extends __MetadataBearer {
72
75
  * @see {@link TagQueueCommandOutput} for command's `response` shape.
73
76
  * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
74
77
  *
78
+ * @throws {@link InvalidAddress} (client fault)
79
+ * <p>The <code>accountId</code> is invalid.</p>
80
+ *
81
+ * @throws {@link InvalidSecurity} (client fault)
82
+ * <p>When the request to a queue is not HTTPS and SigV4.</p>
83
+ *
84
+ * @throws {@link QueueDoesNotExist} (client fault)
85
+ * <p>The specified queue doesn't exist.</p>
86
+ *
87
+ * @throws {@link RequestThrottled} (client fault)
88
+ * <p>The request was denied due to request throttling.</p>
89
+ * <ul>
90
+ * <li>
91
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
92
+ * account and Region. </p>
93
+ * </li>
94
+ * <li>
95
+ * <p>A burst or sustained high rate of requests to change the state of the same KMS
96
+ * key. This condition is often known as a "hot key."</p>
97
+ * </li>
98
+ * <li>
99
+ * <p>Requests for operations on KMS keys in a Amazon Web Services CloudHSM key store
100
+ * might be throttled at a lower-than-expected rate when the Amazon Web Services
101
+ * CloudHSM cluster associated with the Amazon Web Services CloudHSM key store is
102
+ * processing numerous commands, including those unrelated to the Amazon Web Services CloudHSM key store.</p>
103
+ * </li>
104
+ * </ul>
105
+ *
106
+ * @throws {@link UnsupportedOperation} (client fault)
107
+ * <p>Error code 400. Unsupported operation.</p>
108
+ *
75
109
  * @throws {@link SQSServiceException}
76
110
  * <p>Base exception class for all service exceptions from SQS service.</p>
77
111
  *
@@ -23,12 +23,14 @@ export interface UntagQueueCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Remove cost allocation tags from the specified Amazon SQS queue. For an overview, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-queue-tags.html">Tagging
27
- * Your Amazon SQS Queues</a> in the <i>Amazon SQS Developer Guide</i>.</p>
26
+ * <p>Remove cost allocation tags from the specified Amazon SQS queue. For an overview, see
27
+ * <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-queue-tags.html">Tagging
28
+ * Your Amazon SQS Queues</a> in the <i>Amazon SQS Developer
29
+ * Guide</i>.</p>
28
30
  * <note>
29
- * <p>Cross-account permissions don't apply to this action. For more information,
30
- * 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
31
- * cross-account permissions to a role and a username</a> in the <i>Amazon SQS Developer Guide</i>.</p>
31
+ * <p>Cross-account permissions don't apply to this action. For more information, see
32
+ * <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
33
+ * <i>Amazon SQS Developer Guide</i>.</p>
32
34
  * </note>
33
35
  * @example
34
36
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,6 +56,37 @@ export interface UntagQueueCommandOutput extends __MetadataBearer {
54
56
  * @see {@link UntagQueueCommandOutput} for command's `response` shape.
55
57
  * @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
56
58
  *
59
+ * @throws {@link InvalidAddress} (client fault)
60
+ * <p>The <code>accountId</code> is invalid.</p>
61
+ *
62
+ * @throws {@link InvalidSecurity} (client fault)
63
+ * <p>When the request to a queue is not HTTPS and SigV4.</p>
64
+ *
65
+ * @throws {@link QueueDoesNotExist} (client fault)
66
+ * <p>The specified queue doesn't exist.</p>
67
+ *
68
+ * @throws {@link RequestThrottled} (client fault)
69
+ * <p>The request was denied due to request throttling.</p>
70
+ * <ul>
71
+ * <li>
72
+ * <p>The rate of requests per second exceeds the Amazon Web Services KMS request quota for an
73
+ * account and Region. </p>
74
+ * </li>
75
+ * <li>
76
+ * <p>A burst or sustained high rate of requests to change the state of the same KMS
77
+ * key. This condition is often known as a "hot key."</p>
78
+ * </li>
79
+ * <li>
80
+ * <p>Requests for operations on KMS keys in a Amazon Web Services CloudHSM key store
81
+ * might be throttled at a lower-than-expected rate when the Amazon Web Services
82
+ * CloudHSM cluster associated with the Amazon Web Services CloudHSM key store is
83
+ * processing numerous commands, including those unrelated to the Amazon Web Services CloudHSM key store.</p>
84
+ * </li>
85
+ * </ul>
86
+ *
87
+ * @throws {@link UnsupportedOperation} (client fault)
88
+ * <p>Error code 400. Unsupported operation.</p>
89
+ *
57
90
  * @throws {@link SQSServiceException}
58
91
  * <p>Base exception class for all service exceptions from SQS service.</p>
59
92
  *
@@ -1,14 +1,14 @@
1
1
  /**
2
2
  * <p>Welcome to the <i>Amazon SQS API Reference</i>.</p>
3
- * <p>Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they travel
4
- * between applications or microservices. Amazon SQS moves data between distributed application
5
- * components and helps you decouple these components.</p>
3
+ * <p>Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they
4
+ * travel between applications or microservices. Amazon SQS moves data between distributed
5
+ * application components and helps you decouple these components.</p>
6
6
  * <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
7
7
  * Guide.</i>
8
8
  * </p>
9
- * <p>You can use <a href="http://aws.amazon.com/tools/#sdk">Amazon Web Services SDKs</a> to access
10
- * Amazon SQS using your favorite programming language. The SDKs perform tasks such as the
11
- * following automatically:</p>
9
+ * <p>You can use <a href="http://aws.amazon.com/tools/#sdk">Amazon Web Services
10
+ * SDKs</a> to access Amazon SQS using your favorite programming language. The SDKs
11
+ * perform tasks such as the following automatically:</p>
12
12
  * <ul>
13
13
  * <li>
14
14
  * <p>Cryptographically sign your service requests</p>
@@ -53,7 +53,8 @@
53
53
  * </li>
54
54
  * <li>
55
55
  * <p>
56
- * <a href="http://docs.aws.amazon.com/cli/latest/reference/sqs/index.html">Amazon SQS in the <i>Command Line Interface</i>
56
+ * <a href="http://docs.aws.amazon.com/cli/latest/reference/sqs/index.html">Amazon SQS in the <i>Command Line
57
+ * Interface</i>
57
58
  * </a>
58
59
  * </p>
59
60
  * </li>
@@ -77,6 +78,8 @@
77
78
  export * from "./SQSClient";
78
79
  export * from "./SQS";
79
80
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
81
+ export { RuntimeExtension } from "./runtimeExtensions";
82
+ export { SQSExtensionConfiguration } from "./extensionConfiguration";
80
83
  export * from "./commands";
81
84
  export * from "./pagination";
82
85
  export * from "./models";