@aws-sdk/client-sqs 3.295.0 → 3.297.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 (30) hide show
  1. package/dist-cjs/protocols/Aws_query.js +17 -78
  2. package/dist-es/protocols/Aws_query.js +17 -78
  3. package/dist-types/SQS.d.ts +21 -0
  4. package/dist-types/SQSClient.d.ts +24 -4
  5. package/dist-types/commands/AddPermissionCommand.d.ts +16 -0
  6. package/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +16 -0
  7. package/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateQueueCommand.d.ts +16 -0
  9. package/dist-types/commands/DeleteMessageBatchCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteMessageCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteQueueCommand.d.ts +16 -0
  12. package/dist-types/commands/GetQueueAttributesCommand.d.ts +16 -0
  13. package/dist-types/commands/GetQueueUrlCommand.d.ts +16 -0
  14. package/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +16 -0
  15. package/dist-types/commands/ListQueueTagsCommand.d.ts +16 -0
  16. package/dist-types/commands/ListQueuesCommand.d.ts +16 -0
  17. package/dist-types/commands/PurgeQueueCommand.d.ts +16 -0
  18. package/dist-types/commands/ReceiveMessageCommand.d.ts +16 -0
  19. package/dist-types/commands/RemovePermissionCommand.d.ts +16 -0
  20. package/dist-types/commands/SendMessageBatchCommand.d.ts +16 -0
  21. package/dist-types/commands/SendMessageCommand.d.ts +16 -0
  22. package/dist-types/commands/SetQueueAttributesCommand.d.ts +16 -0
  23. package/dist-types/commands/TagQueueCommand.d.ts +16 -0
  24. package/dist-types/commands/UntagQueueCommand.d.ts +16 -0
  25. package/dist-types/models/SQSServiceException.d.ts +2 -0
  26. package/dist-types/models/models_0.d.ts +81 -5
  27. package/dist-types/pagination/Interfaces.d.ts +3 -0
  28. package/dist-types/pagination/ListDeadLetterSourceQueuesPaginator.d.ts +3 -0
  29. package/dist-types/pagination/ListQueuesPaginator.d.ts +3 -0
  30. package/package.json +31 -31
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { SQSServiceException as __BaseException } from "./SQSServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p></p>
5
6
  */
6
7
  export interface AddPermissionRequest {
@@ -29,6 +30,7 @@ export interface AddPermissionRequest {
29
30
  Actions: string[] | undefined;
30
31
  }
31
32
  /**
33
+ * @public
32
34
  * <p>The specified action violates a limit. For example, <code>ReceiveMessage</code>
33
35
  * returns this error if the maximum number of inflight messages is reached and
34
36
  * <code>AddPermission</code> returns this error if the maximum number of permissions
@@ -42,6 +44,9 @@ export declare class OverLimit extends __BaseException {
42
44
  */
43
45
  constructor(opts: __ExceptionOptionType<OverLimit, __BaseException>);
44
46
  }
47
+ /**
48
+ * @public
49
+ */
45
50
  export interface ChangeMessageVisibilityRequest {
46
51
  /**
47
52
  * <p>The URL of the Amazon SQS queue whose message's visibility is changed.</p>
@@ -60,6 +65,7 @@ export interface ChangeMessageVisibilityRequest {
60
65
  VisibilityTimeout: number | undefined;
61
66
  }
62
67
  /**
68
+ * @public
63
69
  * <p>The specified message isn't in flight.</p>
64
70
  */
65
71
  export declare class MessageNotInflight extends __BaseException {
@@ -71,6 +77,7 @@ export declare class MessageNotInflight extends __BaseException {
71
77
  constructor(opts: __ExceptionOptionType<MessageNotInflight, __BaseException>);
72
78
  }
73
79
  /**
80
+ * @public
74
81
  * <p>The specified receipt handle isn't valid.</p>
75
82
  */
76
83
  export declare class ReceiptHandleIsInvalid extends __BaseException {
@@ -82,6 +89,7 @@ export declare class ReceiptHandleIsInvalid extends __BaseException {
82
89
  constructor(opts: __ExceptionOptionType<ReceiptHandleIsInvalid, __BaseException>);
83
90
  }
84
91
  /**
92
+ * @public
85
93
  * <p>Two or more batch entries in the request have the same <code>Id</code>.</p>
86
94
  */
87
95
  export declare class BatchEntryIdsNotDistinct extends __BaseException {
@@ -93,6 +101,7 @@ export declare class BatchEntryIdsNotDistinct extends __BaseException {
93
101
  constructor(opts: __ExceptionOptionType<BatchEntryIdsNotDistinct, __BaseException>);
94
102
  }
95
103
  /**
104
+ * @public
96
105
  * <p>Encloses a receipt handle and an entry id for each message in <code>
97
106
  * <a>ChangeMessageVisibilityBatch</a>.</code>
98
107
  * </p>
@@ -128,6 +137,7 @@ export interface ChangeMessageVisibilityBatchRequestEntry {
128
137
  VisibilityTimeout?: number;
129
138
  }
130
139
  /**
140
+ * @public
131
141
  * <p></p>
132
142
  */
133
143
  export interface ChangeMessageVisibilityBatchRequest {
@@ -142,6 +152,7 @@ export interface ChangeMessageVisibilityBatchRequest {
142
152
  Entries: ChangeMessageVisibilityBatchRequestEntry[] | undefined;
143
153
  }
144
154
  /**
155
+ * @public
145
156
  * <p>Gives a detailed description of the result of an action on each entry in the
146
157
  * request.</p>
147
158
  */
@@ -164,6 +175,7 @@ export interface BatchResultErrorEntry {
164
175
  Message?: string;
165
176
  }
166
177
  /**
178
+ * @public
167
179
  * <p>Encloses the <code>Id</code> of an entry in <code>
168
180
  * <a>ChangeMessageVisibilityBatch</a>.</code>
169
181
  * </p>
@@ -175,6 +187,7 @@ export interface ChangeMessageVisibilityBatchResultEntry {
175
187
  Id: string | undefined;
176
188
  }
177
189
  /**
190
+ * @public
178
191
  * <p>For each message in the batch, the response contains a <code>
179
192
  * <a>ChangeMessageVisibilityBatchResultEntry</a>
180
193
  * </code> tag if the message succeeds or a <code>
@@ -196,6 +209,7 @@ export interface ChangeMessageVisibilityBatchResult {
196
209
  Failed: BatchResultErrorEntry[] | undefined;
197
210
  }
198
211
  /**
212
+ * @public
199
213
  * <p>The batch request doesn't contain any entries.</p>
200
214
  */
201
215
  export declare class EmptyBatchRequest extends __BaseException {
@@ -207,6 +221,7 @@ export declare class EmptyBatchRequest extends __BaseException {
207
221
  constructor(opts: __ExceptionOptionType<EmptyBatchRequest, __BaseException>);
208
222
  }
209
223
  /**
224
+ * @public
210
225
  * <p>The <code>Id</code> of a batch entry in a batch request doesn't abide by the specification.</p>
211
226
  */
212
227
  export declare class InvalidBatchEntryId extends __BaseException {
@@ -218,6 +233,7 @@ export declare class InvalidBatchEntryId extends __BaseException {
218
233
  constructor(opts: __ExceptionOptionType<InvalidBatchEntryId, __BaseException>);
219
234
  }
220
235
  /**
236
+ * @public
221
237
  * <p>The batch request contains more entries than permissible.</p>
222
238
  */
223
239
  export declare class TooManyEntriesInBatchRequest extends __BaseException {
@@ -228,8 +244,12 @@ export declare class TooManyEntriesInBatchRequest extends __BaseException {
228
244
  */
229
245
  constructor(opts: __ExceptionOptionType<TooManyEntriesInBatchRequest, __BaseException>);
230
246
  }
247
+ /**
248
+ * @public
249
+ */
231
250
  export type QueueAttributeName = "All" | "ApproximateNumberOfMessages" | "ApproximateNumberOfMessagesDelayed" | "ApproximateNumberOfMessagesNotVisible" | "ContentBasedDeduplication" | "CreatedTimestamp" | "DeduplicationScope" | "DelaySeconds" | "FifoQueue" | "FifoThroughputLimit" | "KmsDataKeyReusePeriodSeconds" | "KmsMasterKeyId" | "LastModifiedTimestamp" | "MaximumMessageSize" | "MessageRetentionPeriod" | "Policy" | "QueueArn" | "ReceiveMessageWaitTimeSeconds" | "RedriveAllowPolicy" | "RedrivePolicy" | "SqsManagedSseEnabled" | "VisibilityTimeout";
232
251
  /**
252
+ * @public
233
253
  * <p></p>
234
254
  */
235
255
  export interface CreateQueueRequest {
@@ -448,6 +468,7 @@ export interface CreateQueueRequest {
448
468
  Attributes?: Record<string, string>;
449
469
  }
450
470
  /**
471
+ * @public
451
472
  * <p>Returns the <code>QueueUrl</code> attribute of the created queue.</p>
452
473
  */
453
474
  export interface CreateQueueResult {
@@ -457,6 +478,7 @@ export interface CreateQueueResult {
457
478
  QueueUrl?: string;
458
479
  }
459
480
  /**
481
+ * @public
460
482
  * <p>You must wait 60 seconds after deleting a queue before you can create another queue
461
483
  * with the same name.</p>
462
484
  */
@@ -469,6 +491,7 @@ export declare class QueueDeletedRecently extends __BaseException {
469
491
  constructor(opts: __ExceptionOptionType<QueueDeletedRecently, __BaseException>);
470
492
  }
471
493
  /**
494
+ * @public
472
495
  * <p>A queue with this name already exists. Amazon SQS returns this error only if the request
473
496
  * includes attributes whose values differ from those of the existing queue.</p>
474
497
  */
@@ -481,6 +504,7 @@ export declare class QueueNameExists extends __BaseException {
481
504
  constructor(opts: __ExceptionOptionType<QueueNameExists, __BaseException>);
482
505
  }
483
506
  /**
507
+ * @public
484
508
  * <p></p>
485
509
  */
486
510
  export interface DeleteMessageRequest {
@@ -495,6 +519,7 @@ export interface DeleteMessageRequest {
495
519
  ReceiptHandle: string | undefined;
496
520
  }
497
521
  /**
522
+ * @public
498
523
  * <p>The specified receipt handle isn't valid for the current version.</p>
499
524
  */
500
525
  export declare class InvalidIdFormat extends __BaseException {
@@ -506,6 +531,7 @@ export declare class InvalidIdFormat extends __BaseException {
506
531
  constructor(opts: __ExceptionOptionType<InvalidIdFormat, __BaseException>);
507
532
  }
508
533
  /**
534
+ * @public
509
535
  * <p>Encloses a receipt handle and an identifier for it.</p>
510
536
  */
511
537
  export interface DeleteMessageBatchRequestEntry {
@@ -523,6 +549,7 @@ export interface DeleteMessageBatchRequestEntry {
523
549
  ReceiptHandle: string | undefined;
524
550
  }
525
551
  /**
552
+ * @public
526
553
  * <p></p>
527
554
  */
528
555
  export interface DeleteMessageBatchRequest {
@@ -537,6 +564,7 @@ export interface DeleteMessageBatchRequest {
537
564
  Entries: DeleteMessageBatchRequestEntry[] | undefined;
538
565
  }
539
566
  /**
567
+ * @public
540
568
  * <p>Encloses the <code>Id</code> of an entry in <code>
541
569
  * <a>DeleteMessageBatch</a>.</code>
542
570
  * </p>
@@ -548,6 +576,7 @@ export interface DeleteMessageBatchResultEntry {
548
576
  Id: string | undefined;
549
577
  }
550
578
  /**
579
+ * @public
551
580
  * <p>For each message in the batch, the response contains a <code>
552
581
  * <a>DeleteMessageBatchResultEntry</a>
553
582
  * </code> tag if the message is deleted or a <code>
@@ -569,6 +598,7 @@ export interface DeleteMessageBatchResult {
569
598
  Failed: BatchResultErrorEntry[] | undefined;
570
599
  }
571
600
  /**
601
+ * @public
572
602
  * <p></p>
573
603
  */
574
604
  export interface DeleteQueueRequest {
@@ -579,6 +609,7 @@ export interface DeleteQueueRequest {
579
609
  QueueUrl: string | undefined;
580
610
  }
581
611
  /**
612
+ * @public
582
613
  * <p></p>
583
614
  */
584
615
  export interface GetQueueAttributesRequest {
@@ -762,6 +793,7 @@ export interface GetQueueAttributesRequest {
762
793
  AttributeNames?: (QueueAttributeName | string)[];
763
794
  }
764
795
  /**
796
+ * @public
765
797
  * <p>A list of returned queue attributes.</p>
766
798
  */
767
799
  export interface GetQueueAttributesResult {
@@ -771,6 +803,7 @@ export interface GetQueueAttributesResult {
771
803
  Attributes?: Record<string, string>;
772
804
  }
773
805
  /**
806
+ * @public
774
807
  * <p>The specified attribute doesn't exist.</p>
775
808
  */
776
809
  export declare class InvalidAttributeName extends __BaseException {
@@ -782,6 +815,7 @@ export declare class InvalidAttributeName extends __BaseException {
782
815
  constructor(opts: __ExceptionOptionType<InvalidAttributeName, __BaseException>);
783
816
  }
784
817
  /**
818
+ * @public
785
819
  * <p></p>
786
820
  */
787
821
  export interface GetQueueUrlRequest {
@@ -796,6 +830,7 @@ export interface GetQueueUrlRequest {
796
830
  QueueOwnerAWSAccountId?: string;
797
831
  }
798
832
  /**
833
+ * @public
799
834
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-api-responses.html">Interpreting Responses</a> in the <i>Amazon SQS Developer Guide</i>.</p>
800
835
  */
801
836
  export interface GetQueueUrlResult {
@@ -805,6 +840,7 @@ export interface GetQueueUrlResult {
805
840
  QueueUrl?: string;
806
841
  }
807
842
  /**
843
+ * @public
808
844
  * <p>The specified queue doesn't exist.</p>
809
845
  */
810
846
  export declare class QueueDoesNotExist extends __BaseException {
@@ -816,6 +852,7 @@ export declare class QueueDoesNotExist extends __BaseException {
816
852
  constructor(opts: __ExceptionOptionType<QueueDoesNotExist, __BaseException>);
817
853
  }
818
854
  /**
855
+ * @public
819
856
  * <p></p>
820
857
  */
821
858
  export interface ListDeadLetterSourceQueuesRequest {
@@ -835,6 +872,7 @@ export interface ListDeadLetterSourceQueuesRequest {
835
872
  MaxResults?: number;
836
873
  }
837
874
  /**
875
+ * @public
838
876
  * <p>A list of your dead letter source queues.</p>
839
877
  */
840
878
  export interface ListDeadLetterSourceQueuesResult {
@@ -849,6 +887,7 @@ export interface ListDeadLetterSourceQueuesResult {
849
887
  NextToken?: string;
850
888
  }
851
889
  /**
890
+ * @public
852
891
  * <p></p>
853
892
  */
854
893
  export interface ListQueuesRequest {
@@ -868,6 +907,7 @@ export interface ListQueuesRequest {
868
907
  MaxResults?: number;
869
908
  }
870
909
  /**
910
+ * @public
871
911
  * <p>A list of your queues.</p>
872
912
  */
873
913
  export interface ListQueuesResult {
@@ -881,12 +921,18 @@ export interface ListQueuesResult {
881
921
  */
882
922
  QueueUrls?: string[];
883
923
  }
924
+ /**
925
+ * @public
926
+ */
884
927
  export interface ListQueueTagsRequest {
885
928
  /**
886
929
  * <p>The URL of the queue.</p>
887
930
  */
888
931
  QueueUrl: string | undefined;
889
932
  }
933
+ /**
934
+ * @public
935
+ */
890
936
  export interface ListQueueTagsResult {
891
937
  /**
892
938
  * <p>The list of all tags added to the specified queue.</p>
@@ -894,6 +940,7 @@ export interface ListQueueTagsResult {
894
940
  Tags?: Record<string, string>;
895
941
  }
896
942
  /**
943
+ * @public
897
944
  * <p>Indicates that the specified queue previously received a <code>PurgeQueue</code> request within the last 60 seconds (the time it can take to delete the messages in the queue).</p>
898
945
  */
899
946
  export declare class PurgeQueueInProgress extends __BaseException {
@@ -905,6 +952,7 @@ export declare class PurgeQueueInProgress extends __BaseException {
905
952
  constructor(opts: __ExceptionOptionType<PurgeQueueInProgress, __BaseException>);
906
953
  }
907
954
  /**
955
+ * @public
908
956
  * <p></p>
909
957
  */
910
958
  export interface PurgeQueueRequest {
@@ -915,6 +963,7 @@ export interface PurgeQueueRequest {
915
963
  QueueUrl: string | undefined;
916
964
  }
917
965
  /**
966
+ * @public
918
967
  * <p></p>
919
968
  */
920
969
  export interface ReceiveMessageRequest {
@@ -1072,15 +1121,19 @@ export interface ReceiveMessageRequest {
1072
1121
  * </li>
1073
1122
  * </ul>
1074
1123
  * <p>The maximum length of <code>ReceiveRequestAttemptId</code> is 128 characters. <code>ReceiveRequestAttemptId</code> can contain alphanumeric characters (<code>a-z</code>, <code>A-Z</code>, <code>0-9</code>) and
1075
- * punctuation (<code>!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~</code>).</p>
1124
+ * punctuation (<code>!"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~</code>).</p>
1076
1125
  * <p>For best practices of using <code>ReceiveRequestAttemptId</code>, see
1077
1126
  * <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-receiverequestattemptid-request-parameter.html">Using the ReceiveRequestAttemptId Request Parameter</a>
1078
1127
  * in the <i>Amazon SQS Developer Guide</i>.</p>
1079
1128
  */
1080
1129
  ReceiveRequestAttemptId?: string;
1081
1130
  }
1131
+ /**
1132
+ * @public
1133
+ */
1082
1134
  export type MessageSystemAttributeName = "AWSTraceHeader" | "ApproximateFirstReceiveTimestamp" | "ApproximateReceiveCount" | "MessageDeduplicationId" | "MessageGroupId" | "SenderId" | "SentTimestamp" | "SequenceNumber";
1083
1135
  /**
1136
+ * @public
1084
1137
  * <p>The user-specified message attribute value. For string data types, the <code>Value</code> attribute has the same restrictions on the content as the message body. For more information, see <code>
1085
1138
  * <a>SendMessage</a>.</code>
1086
1139
  * </p>
@@ -1111,6 +1164,7 @@ export interface MessageAttributeValue {
1111
1164
  DataType: string | undefined;
1112
1165
  }
1113
1166
  /**
1167
+ * @public
1114
1168
  * <p>An Amazon SQS message.</p>
1115
1169
  */
1116
1170
  export interface Message {
@@ -1190,6 +1244,7 @@ export interface Message {
1190
1244
  MessageAttributes?: Record<string, MessageAttributeValue>;
1191
1245
  }
1192
1246
  /**
1247
+ * @public
1193
1248
  * <p>A list of received messages.</p>
1194
1249
  */
1195
1250
  export interface ReceiveMessageResult {
@@ -1199,6 +1254,7 @@ export interface ReceiveMessageResult {
1199
1254
  Messages?: Message[];
1200
1255
  }
1201
1256
  /**
1257
+ * @public
1202
1258
  * <p></p>
1203
1259
  */
1204
1260
  export interface RemovePermissionRequest {
@@ -1215,6 +1271,7 @@ export interface RemovePermissionRequest {
1215
1271
  Label: string | undefined;
1216
1272
  }
1217
1273
  /**
1274
+ * @public
1218
1275
  * <p>The message contains characters outside the allowed set.</p>
1219
1276
  */
1220
1277
  export declare class InvalidMessageContents extends __BaseException {
@@ -1225,8 +1282,12 @@ export declare class InvalidMessageContents extends __BaseException {
1225
1282
  */
1226
1283
  constructor(opts: __ExceptionOptionType<InvalidMessageContents, __BaseException>);
1227
1284
  }
1285
+ /**
1286
+ * @public
1287
+ */
1228
1288
  export type MessageSystemAttributeNameForSends = "AWSTraceHeader";
1229
1289
  /**
1290
+ * @public
1230
1291
  * <p>The user-specified message system attribute value. For string data types, the <code>Value</code> attribute has the same restrictions on the content as the message body. For more information, see <code>
1231
1292
  * <a>SendMessage</a>.</code>
1232
1293
  * </p>
@@ -1257,6 +1318,7 @@ export interface MessageSystemAttributeValue {
1257
1318
  DataType: string | undefined;
1258
1319
  }
1259
1320
  /**
1321
+ * @public
1260
1322
  * <p></p>
1261
1323
  */
1262
1324
  export interface SendMessageRequest {
@@ -1353,7 +1415,7 @@ export interface SendMessageRequest {
1353
1415
  * <p>Amazon SQS continues to keep track of the message deduplication ID even after the message is received and deleted.</p>
1354
1416
  * </note>
1355
1417
  * <p>The maximum length of <code>MessageDeduplicationId</code> is 128 characters. <code>MessageDeduplicationId</code> can contain alphanumeric characters (<code>a-z</code>, <code>A-Z</code>, <code>0-9</code>) and
1356
- * punctuation (<code>!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~</code>).</p>
1418
+ * punctuation (<code>!"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~</code>).</p>
1357
1419
  * <p>For best practices of using <code>MessageDeduplicationId</code>, see
1358
1420
  * <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html">Using the MessageDeduplicationId Property</a>
1359
1421
  * in the <i>Amazon SQS Developer Guide</i>.</p>
@@ -1378,7 +1440,7 @@ export interface SendMessageRequest {
1378
1440
  * specify a <code>MessageGroupId</code>.</p>
1379
1441
  * </li>
1380
1442
  * </ul>
1381
- * <p>The length of <code>MessageGroupId</code> is 128 characters. Valid values: alphanumeric characters and punctuation <code>(!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~)</code>.</p>
1443
+ * <p>The length of <code>MessageGroupId</code> is 128 characters. Valid values: alphanumeric characters and punctuation <code>(!"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~)</code>.</p>
1382
1444
  * <p>For best practices of using <code>MessageGroupId</code>, see
1383
1445
  * <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagegroupid-property.html">Using the MessageGroupId Property</a>
1384
1446
  * in the <i>Amazon SQS Developer Guide</i>.</p>
@@ -1390,6 +1452,7 @@ export interface SendMessageRequest {
1390
1452
  MessageGroupId?: string;
1391
1453
  }
1392
1454
  /**
1455
+ * @public
1393
1456
  * <p>The <code>MD5OfMessageBody</code> and <code>MessageId</code> elements.</p>
1394
1457
  */
1395
1458
  export interface SendMessageResult {
@@ -1420,6 +1483,7 @@ export interface SendMessageResult {
1420
1483
  SequenceNumber?: string;
1421
1484
  }
1422
1485
  /**
1486
+ * @public
1423
1487
  * <p>Error code 400. Unsupported operation.</p>
1424
1488
  */
1425
1489
  export declare class UnsupportedOperation extends __BaseException {
@@ -1431,6 +1495,7 @@ export declare class UnsupportedOperation extends __BaseException {
1431
1495
  constructor(opts: __ExceptionOptionType<UnsupportedOperation, __BaseException>);
1432
1496
  }
1433
1497
  /**
1498
+ * @public
1434
1499
  * <p>The length of all the messages put together is more than the limit.</p>
1435
1500
  */
1436
1501
  export declare class BatchRequestTooLong extends __BaseException {
@@ -1442,6 +1507,7 @@ export declare class BatchRequestTooLong extends __BaseException {
1442
1507
  constructor(opts: __ExceptionOptionType<BatchRequestTooLong, __BaseException>);
1443
1508
  }
1444
1509
  /**
1510
+ * @public
1445
1511
  * <p>Contains the details of a single Amazon SQS message along with an <code>Id</code>.</p>
1446
1512
  */
1447
1513
  export interface SendMessageBatchRequestEntry {
@@ -1534,7 +1600,7 @@ export interface SendMessageBatchRequestEntry {
1534
1600
  * <p>Amazon SQS continues to keep track of the message deduplication ID even after the message is received and deleted.</p>
1535
1601
  * </note>
1536
1602
  * <p>The length of <code>MessageDeduplicationId</code> is 128 characters. <code>MessageDeduplicationId</code> can contain alphanumeric characters (<code>a-z</code>, <code>A-Z</code>, <code>0-9</code>) and
1537
- * punctuation (<code>!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~</code>).</p>
1603
+ * punctuation (<code>!"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~</code>).</p>
1538
1604
  * <p>For best practices of using <code>MessageDeduplicationId</code>, see
1539
1605
  * <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html">Using the MessageDeduplicationId Property</a>
1540
1606
  * in the <i>Amazon SQS Developer Guide</i>.</p>
@@ -1559,7 +1625,7 @@ export interface SendMessageBatchRequestEntry {
1559
1625
  * specify a <code>MessageGroupId</code>.</p>
1560
1626
  * </li>
1561
1627
  * </ul>
1562
- * <p>The length of <code>MessageGroupId</code> is 128 characters. Valid values: alphanumeric characters and punctuation <code>(!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~)</code>.</p>
1628
+ * <p>The length of <code>MessageGroupId</code> is 128 characters. Valid values: alphanumeric characters and punctuation <code>(!"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~)</code>.</p>
1563
1629
  * <p>For best practices of using <code>MessageGroupId</code>, see
1564
1630
  * <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagegroupid-property.html">Using the MessageGroupId Property</a>
1565
1631
  * in the <i>Amazon SQS Developer Guide</i>.</p>
@@ -1571,6 +1637,7 @@ export interface SendMessageBatchRequestEntry {
1571
1637
  MessageGroupId?: string;
1572
1638
  }
1573
1639
  /**
1640
+ * @public
1574
1641
  * <p></p>
1575
1642
  */
1576
1643
  export interface SendMessageBatchRequest {
@@ -1587,6 +1654,7 @@ export interface SendMessageBatchRequest {
1587
1654
  Entries: SendMessageBatchRequestEntry[] | undefined;
1588
1655
  }
1589
1656
  /**
1657
+ * @public
1590
1658
  * <p>Encloses a <code>MessageId</code> for a successfully-enqueued message in a <code>
1591
1659
  * <a>SendMessageBatch</a>.</code>
1592
1660
  * </p>
@@ -1621,6 +1689,7 @@ export interface SendMessageBatchResultEntry {
1621
1689
  SequenceNumber?: string;
1622
1690
  }
1623
1691
  /**
1692
+ * @public
1624
1693
  * <p>For each message in the batch, the response contains a <code>
1625
1694
  * <a>SendMessageBatchResultEntry</a>
1626
1695
  * </code> tag if the message succeeds or a <code>
@@ -1642,6 +1711,7 @@ export interface SendMessageBatchResult {
1642
1711
  Failed: BatchResultErrorEntry[] | undefined;
1643
1712
  }
1644
1713
  /**
1714
+ * @public
1645
1715
  * <p></p>
1646
1716
  */
1647
1717
  export interface SetQueueAttributesRequest {
@@ -1809,6 +1879,9 @@ export interface SetQueueAttributesRequest {
1809
1879
  */
1810
1880
  Attributes: Record<string, string> | undefined;
1811
1881
  }
1882
+ /**
1883
+ * @public
1884
+ */
1812
1885
  export interface TagQueueRequest {
1813
1886
  /**
1814
1887
  * <p>The URL of the queue.</p>
@@ -1819,6 +1892,9 @@ export interface TagQueueRequest {
1819
1892
  */
1820
1893
  Tags: Record<string, string> | undefined;
1821
1894
  }
1895
+ /**
1896
+ * @public
1897
+ */
1822
1898
  export interface UntagQueueRequest {
1823
1899
  /**
1824
1900
  * <p>The URL of the queue.</p>
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { SQSClient } from "../SQSClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface SQSPaginationConfiguration extends PaginationConfiguration {
4
7
  client: SQSClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput } from "../commands/ListDeadLetterSourceQueuesCommand";
3
3
  import { SQSPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListDeadLetterSourceQueues(config: SQSPaginationConfiguration, input: ListDeadLetterSourceQueuesCommandInput, ...additionalArguments: any): Paginator<ListDeadLetterSourceQueuesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
3
3
  import { SQSPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListQueues(config: SQSPaginationConfiguration, input: ListQueuesCommandInput, ...additionalArguments: any): Paginator<ListQueuesCommandOutput>;
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.295.0",
4
+ "version": "3.297.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",
@@ -20,39 +20,39 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.295.0",
24
- "@aws-sdk/config-resolver": "3.295.0",
25
- "@aws-sdk/credential-provider-node": "3.295.0",
26
- "@aws-sdk/fetch-http-handler": "3.295.0",
27
- "@aws-sdk/hash-node": "3.295.0",
28
- "@aws-sdk/invalid-dependency": "3.295.0",
29
- "@aws-sdk/md5-js": "3.295.0",
30
- "@aws-sdk/middleware-content-length": "3.295.0",
31
- "@aws-sdk/middleware-endpoint": "3.295.0",
32
- "@aws-sdk/middleware-host-header": "3.295.0",
33
- "@aws-sdk/middleware-logger": "3.295.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.295.0",
35
- "@aws-sdk/middleware-retry": "3.295.0",
36
- "@aws-sdk/middleware-sdk-sqs": "3.295.0",
37
- "@aws-sdk/middleware-serde": "3.295.0",
38
- "@aws-sdk/middleware-signing": "3.295.0",
39
- "@aws-sdk/middleware-stack": "3.295.0",
40
- "@aws-sdk/middleware-user-agent": "3.295.0",
41
- "@aws-sdk/node-config-provider": "3.295.0",
42
- "@aws-sdk/node-http-handler": "3.295.0",
43
- "@aws-sdk/protocol-http": "3.295.0",
44
- "@aws-sdk/smithy-client": "3.295.0",
45
- "@aws-sdk/types": "3.295.0",
46
- "@aws-sdk/url-parser": "3.295.0",
23
+ "@aws-sdk/client-sts": "3.297.0",
24
+ "@aws-sdk/config-resolver": "3.296.0",
25
+ "@aws-sdk/credential-provider-node": "3.297.0",
26
+ "@aws-sdk/fetch-http-handler": "3.296.0",
27
+ "@aws-sdk/hash-node": "3.296.0",
28
+ "@aws-sdk/invalid-dependency": "3.296.0",
29
+ "@aws-sdk/md5-js": "3.296.0",
30
+ "@aws-sdk/middleware-content-length": "3.296.0",
31
+ "@aws-sdk/middleware-endpoint": "3.296.0",
32
+ "@aws-sdk/middleware-host-header": "3.296.0",
33
+ "@aws-sdk/middleware-logger": "3.296.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
+ "@aws-sdk/middleware-retry": "3.296.0",
36
+ "@aws-sdk/middleware-sdk-sqs": "3.296.0",
37
+ "@aws-sdk/middleware-serde": "3.296.0",
38
+ "@aws-sdk/middleware-signing": "3.296.0",
39
+ "@aws-sdk/middleware-stack": "3.296.0",
40
+ "@aws-sdk/middleware-user-agent": "3.296.0",
41
+ "@aws-sdk/node-config-provider": "3.296.0",
42
+ "@aws-sdk/node-http-handler": "3.296.0",
43
+ "@aws-sdk/protocol-http": "3.296.0",
44
+ "@aws-sdk/smithy-client": "3.296.0",
45
+ "@aws-sdk/types": "3.296.0",
46
+ "@aws-sdk/url-parser": "3.296.0",
47
47
  "@aws-sdk/util-base64": "3.295.0",
48
48
  "@aws-sdk/util-body-length-browser": "3.295.0",
49
49
  "@aws-sdk/util-body-length-node": "3.295.0",
50
- "@aws-sdk/util-defaults-mode-browser": "3.295.0",
51
- "@aws-sdk/util-defaults-mode-node": "3.295.0",
52
- "@aws-sdk/util-endpoints": "3.295.0",
53
- "@aws-sdk/util-retry": "3.295.0",
54
- "@aws-sdk/util-user-agent-browser": "3.295.0",
55
- "@aws-sdk/util-user-agent-node": "3.295.0",
50
+ "@aws-sdk/util-defaults-mode-browser": "3.296.0",
51
+ "@aws-sdk/util-defaults-mode-node": "3.296.0",
52
+ "@aws-sdk/util-endpoints": "3.296.0",
53
+ "@aws-sdk/util-retry": "3.296.0",
54
+ "@aws-sdk/util-user-agent-browser": "3.296.0",
55
+ "@aws-sdk/util-user-agent-node": "3.296.0",
56
56
  "@aws-sdk/util-utf8": "3.295.0",
57
57
  "fast-xml-parser": "4.1.2",
58
58
  "tslib": "^2.5.0"