@aws-sdk/client-sqs 3.131.0 → 3.137.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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/commands/AddPermissionCommand.js +1 -1
- package/dist-cjs/commands/ChangeMessageVisibilityBatchCommand.js +2 -2
- package/dist-cjs/commands/ChangeMessageVisibilityCommand.js +1 -1
- package/dist-cjs/commands/CreateQueueCommand.js +2 -2
- package/dist-cjs/commands/DeleteMessageBatchCommand.js +2 -2
- package/dist-cjs/commands/DeleteMessageCommand.js +1 -1
- package/dist-cjs/commands/DeleteQueueCommand.js +1 -1
- package/dist-cjs/commands/GetQueueAttributesCommand.js +2 -2
- package/dist-cjs/commands/GetQueueUrlCommand.js +2 -2
- package/dist-cjs/commands/ListDeadLetterSourceQueuesCommand.js +2 -2
- package/dist-cjs/commands/ListQueueTagsCommand.js +2 -2
- package/dist-cjs/commands/ListQueuesCommand.js +2 -2
- package/dist-cjs/commands/PurgeQueueCommand.js +1 -1
- package/dist-cjs/commands/ReceiveMessageCommand.js +2 -2
- package/dist-cjs/commands/RemovePermissionCommand.js +1 -1
- package/dist-cjs/commands/SendMessageBatchCommand.js +2 -2
- package/dist-cjs/commands/SendMessageCommand.js +2 -2
- package/dist-cjs/commands/SetQueueAttributesCommand.js +1 -1
- package/dist-cjs/commands/TagQueueCommand.js +1 -1
- package/dist-cjs/commands/UntagQueueCommand.js +1 -1
- package/dist-cjs/models/models_0.js +166 -248
- package/dist-es/commands/AddPermissionCommand.js +2 -2
- package/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +3 -3
- package/dist-es/commands/ChangeMessageVisibilityCommand.js +2 -2
- package/dist-es/commands/CreateQueueCommand.js +3 -3
- package/dist-es/commands/DeleteMessageBatchCommand.js +3 -3
- package/dist-es/commands/DeleteMessageCommand.js +2 -2
- package/dist-es/commands/DeleteQueueCommand.js +2 -2
- package/dist-es/commands/GetQueueAttributesCommand.js +3 -3
- package/dist-es/commands/GetQueueUrlCommand.js +3 -3
- package/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +3 -3
- package/dist-es/commands/ListQueueTagsCommand.js +3 -3
- package/dist-es/commands/ListQueuesCommand.js +3 -3
- package/dist-es/commands/PurgeQueueCommand.js +2 -2
- package/dist-es/commands/ReceiveMessageCommand.js +3 -3
- package/dist-es/commands/RemovePermissionCommand.js +2 -2
- package/dist-es/commands/SendMessageBatchCommand.js +3 -3
- package/dist-es/commands/SendMessageCommand.js +3 -3
- package/dist-es/commands/SetQueueAttributesCommand.js +2 -2
- package/dist-es/commands/TagQueueCommand.js +2 -2
- package/dist-es/commands/UntagQueueCommand.js +2 -2
- package/dist-es/models/models_0.js +41 -164
- package/dist-types/models/models_0.d.ts +164 -246
- package/dist-types/ts3.4/models/models_0.d.ts +82 -164
- package/package.json +6 -6
|
@@ -28,12 +28,6 @@ export interface AddPermissionRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
Actions: string[] | undefined;
|
|
30
30
|
}
|
|
31
|
-
export declare namespace AddPermissionRequest {
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
const filterSensitiveLog: (obj: AddPermissionRequest) => any;
|
|
36
|
-
}
|
|
37
31
|
/**
|
|
38
32
|
* <p>The specified action violates a limit. For example, <code>ReceiveMessage</code>
|
|
39
33
|
* returns this error if the maximum number of inflight messages is reached and
|
|
@@ -65,12 +59,6 @@ export interface ChangeMessageVisibilityRequest {
|
|
|
65
59
|
*/
|
|
66
60
|
VisibilityTimeout: number | undefined;
|
|
67
61
|
}
|
|
68
|
-
export declare namespace ChangeMessageVisibilityRequest {
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
const filterSensitiveLog: (obj: ChangeMessageVisibilityRequest) => any;
|
|
73
|
-
}
|
|
74
62
|
/**
|
|
75
63
|
* <p>The specified message isn't in flight.</p>
|
|
76
64
|
*/
|
|
@@ -139,12 +127,6 @@ export interface ChangeMessageVisibilityBatchRequestEntry {
|
|
|
139
127
|
*/
|
|
140
128
|
VisibilityTimeout?: number;
|
|
141
129
|
}
|
|
142
|
-
export declare namespace ChangeMessageVisibilityBatchRequestEntry {
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
|
-
const filterSensitiveLog: (obj: ChangeMessageVisibilityBatchRequestEntry) => any;
|
|
147
|
-
}
|
|
148
130
|
/**
|
|
149
131
|
* <p></p>
|
|
150
132
|
*/
|
|
@@ -159,12 +141,6 @@ export interface ChangeMessageVisibilityBatchRequest {
|
|
|
159
141
|
*/
|
|
160
142
|
Entries: ChangeMessageVisibilityBatchRequestEntry[] | undefined;
|
|
161
143
|
}
|
|
162
|
-
export declare namespace ChangeMessageVisibilityBatchRequest {
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
|
-
const filterSensitiveLog: (obj: ChangeMessageVisibilityBatchRequest) => any;
|
|
167
|
-
}
|
|
168
144
|
/**
|
|
169
145
|
* <p>Gives a detailed description of the result of an action on each entry in the
|
|
170
146
|
* request.</p>
|
|
@@ -187,12 +163,6 @@ export interface BatchResultErrorEntry {
|
|
|
187
163
|
*/
|
|
188
164
|
Message?: string;
|
|
189
165
|
}
|
|
190
|
-
export declare namespace BatchResultErrorEntry {
|
|
191
|
-
/**
|
|
192
|
-
* @internal
|
|
193
|
-
*/
|
|
194
|
-
const filterSensitiveLog: (obj: BatchResultErrorEntry) => any;
|
|
195
|
-
}
|
|
196
166
|
/**
|
|
197
167
|
* <p>Encloses the <code>Id</code> of an entry in <code>
|
|
198
168
|
* <a>ChangeMessageVisibilityBatch</a>.</code>
|
|
@@ -204,12 +174,6 @@ export interface ChangeMessageVisibilityBatchResultEntry {
|
|
|
204
174
|
*/
|
|
205
175
|
Id: string | undefined;
|
|
206
176
|
}
|
|
207
|
-
export declare namespace ChangeMessageVisibilityBatchResultEntry {
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
|
-
const filterSensitiveLog: (obj: ChangeMessageVisibilityBatchResultEntry) => any;
|
|
212
|
-
}
|
|
213
177
|
/**
|
|
214
178
|
* <p>For each message in the batch, the response contains a <code>
|
|
215
179
|
* <a>ChangeMessageVisibilityBatchResultEntry</a>
|
|
@@ -231,12 +195,6 @@ export interface ChangeMessageVisibilityBatchResult {
|
|
|
231
195
|
*/
|
|
232
196
|
Failed: BatchResultErrorEntry[] | undefined;
|
|
233
197
|
}
|
|
234
|
-
export declare namespace ChangeMessageVisibilityBatchResult {
|
|
235
|
-
/**
|
|
236
|
-
* @internal
|
|
237
|
-
*/
|
|
238
|
-
const filterSensitiveLog: (obj: ChangeMessageVisibilityBatchResult) => any;
|
|
239
|
-
}
|
|
240
198
|
/**
|
|
241
199
|
* <p>The batch request doesn't contain any entries.</p>
|
|
242
200
|
*/
|
|
@@ -489,12 +447,6 @@ export interface CreateQueueRequest {
|
|
|
489
447
|
*/
|
|
490
448
|
Attributes?: Record<string, string>;
|
|
491
449
|
}
|
|
492
|
-
export declare namespace CreateQueueRequest {
|
|
493
|
-
/**
|
|
494
|
-
* @internal
|
|
495
|
-
*/
|
|
496
|
-
const filterSensitiveLog: (obj: CreateQueueRequest) => any;
|
|
497
|
-
}
|
|
498
450
|
/**
|
|
499
451
|
* <p>Returns the <code>QueueUrl</code> attribute of the created queue.</p>
|
|
500
452
|
*/
|
|
@@ -504,12 +456,6 @@ export interface CreateQueueResult {
|
|
|
504
456
|
*/
|
|
505
457
|
QueueUrl?: string;
|
|
506
458
|
}
|
|
507
|
-
export declare namespace CreateQueueResult {
|
|
508
|
-
/**
|
|
509
|
-
* @internal
|
|
510
|
-
*/
|
|
511
|
-
const filterSensitiveLog: (obj: CreateQueueResult) => any;
|
|
512
|
-
}
|
|
513
459
|
/**
|
|
514
460
|
* <p>You must wait 60 seconds after deleting a queue before you can create another queue
|
|
515
461
|
* with the same name.</p>
|
|
@@ -548,12 +494,6 @@ export interface DeleteMessageRequest {
|
|
|
548
494
|
*/
|
|
549
495
|
ReceiptHandle: string | undefined;
|
|
550
496
|
}
|
|
551
|
-
export declare namespace DeleteMessageRequest {
|
|
552
|
-
/**
|
|
553
|
-
* @internal
|
|
554
|
-
*/
|
|
555
|
-
const filterSensitiveLog: (obj: DeleteMessageRequest) => any;
|
|
556
|
-
}
|
|
557
497
|
/**
|
|
558
498
|
* <p>The specified receipt handle isn't valid for the current version.</p>
|
|
559
499
|
*/
|
|
@@ -582,12 +522,6 @@ export interface DeleteMessageBatchRequestEntry {
|
|
|
582
522
|
*/
|
|
583
523
|
ReceiptHandle: string | undefined;
|
|
584
524
|
}
|
|
585
|
-
export declare namespace DeleteMessageBatchRequestEntry {
|
|
586
|
-
/**
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
589
|
-
const filterSensitiveLog: (obj: DeleteMessageBatchRequestEntry) => any;
|
|
590
|
-
}
|
|
591
525
|
/**
|
|
592
526
|
* <p></p>
|
|
593
527
|
*/
|
|
@@ -602,12 +536,6 @@ export interface DeleteMessageBatchRequest {
|
|
|
602
536
|
*/
|
|
603
537
|
Entries: DeleteMessageBatchRequestEntry[] | undefined;
|
|
604
538
|
}
|
|
605
|
-
export declare namespace DeleteMessageBatchRequest {
|
|
606
|
-
/**
|
|
607
|
-
* @internal
|
|
608
|
-
*/
|
|
609
|
-
const filterSensitiveLog: (obj: DeleteMessageBatchRequest) => any;
|
|
610
|
-
}
|
|
611
539
|
/**
|
|
612
540
|
* <p>Encloses the <code>Id</code> of an entry in <code>
|
|
613
541
|
* <a>DeleteMessageBatch</a>.</code>
|
|
@@ -619,12 +547,6 @@ export interface DeleteMessageBatchResultEntry {
|
|
|
619
547
|
*/
|
|
620
548
|
Id: string | undefined;
|
|
621
549
|
}
|
|
622
|
-
export declare namespace DeleteMessageBatchResultEntry {
|
|
623
|
-
/**
|
|
624
|
-
* @internal
|
|
625
|
-
*/
|
|
626
|
-
const filterSensitiveLog: (obj: DeleteMessageBatchResultEntry) => any;
|
|
627
|
-
}
|
|
628
550
|
/**
|
|
629
551
|
* <p>For each message in the batch, the response contains a <code>
|
|
630
552
|
* <a>DeleteMessageBatchResultEntry</a>
|
|
@@ -646,12 +568,6 @@ export interface DeleteMessageBatchResult {
|
|
|
646
568
|
*/
|
|
647
569
|
Failed: BatchResultErrorEntry[] | undefined;
|
|
648
570
|
}
|
|
649
|
-
export declare namespace DeleteMessageBatchResult {
|
|
650
|
-
/**
|
|
651
|
-
* @internal
|
|
652
|
-
*/
|
|
653
|
-
const filterSensitiveLog: (obj: DeleteMessageBatchResult) => any;
|
|
654
|
-
}
|
|
655
571
|
/**
|
|
656
572
|
* <p></p>
|
|
657
573
|
*/
|
|
@@ -662,12 +578,6 @@ export interface DeleteQueueRequest {
|
|
|
662
578
|
*/
|
|
663
579
|
QueueUrl: string | undefined;
|
|
664
580
|
}
|
|
665
|
-
export declare namespace DeleteQueueRequest {
|
|
666
|
-
/**
|
|
667
|
-
* @internal
|
|
668
|
-
*/
|
|
669
|
-
const filterSensitiveLog: (obj: DeleteQueueRequest) => any;
|
|
670
|
-
}
|
|
671
581
|
/**
|
|
672
582
|
* <p></p>
|
|
673
583
|
*/
|
|
@@ -851,12 +761,6 @@ export interface GetQueueAttributesRequest {
|
|
|
851
761
|
*/
|
|
852
762
|
AttributeNames?: (QueueAttributeName | string)[];
|
|
853
763
|
}
|
|
854
|
-
export declare namespace GetQueueAttributesRequest {
|
|
855
|
-
/**
|
|
856
|
-
* @internal
|
|
857
|
-
*/
|
|
858
|
-
const filterSensitiveLog: (obj: GetQueueAttributesRequest) => any;
|
|
859
|
-
}
|
|
860
764
|
/**
|
|
861
765
|
* <p>A list of returned queue attributes.</p>
|
|
862
766
|
*/
|
|
@@ -866,12 +770,6 @@ export interface GetQueueAttributesResult {
|
|
|
866
770
|
*/
|
|
867
771
|
Attributes?: Record<string, string>;
|
|
868
772
|
}
|
|
869
|
-
export declare namespace GetQueueAttributesResult {
|
|
870
|
-
/**
|
|
871
|
-
* @internal
|
|
872
|
-
*/
|
|
873
|
-
const filterSensitiveLog: (obj: GetQueueAttributesResult) => any;
|
|
874
|
-
}
|
|
875
773
|
/**
|
|
876
774
|
* <p>The specified attribute doesn't exist.</p>
|
|
877
775
|
*/
|
|
@@ -897,12 +795,6 @@ export interface GetQueueUrlRequest {
|
|
|
897
795
|
*/
|
|
898
796
|
QueueOwnerAWSAccountId?: string;
|
|
899
797
|
}
|
|
900
|
-
export declare namespace GetQueueUrlRequest {
|
|
901
|
-
/**
|
|
902
|
-
* @internal
|
|
903
|
-
*/
|
|
904
|
-
const filterSensitiveLog: (obj: GetQueueUrlRequest) => any;
|
|
905
|
-
}
|
|
906
798
|
/**
|
|
907
799
|
* <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>
|
|
908
800
|
*/
|
|
@@ -912,12 +804,6 @@ export interface GetQueueUrlResult {
|
|
|
912
804
|
*/
|
|
913
805
|
QueueUrl?: string;
|
|
914
806
|
}
|
|
915
|
-
export declare namespace GetQueueUrlResult {
|
|
916
|
-
/**
|
|
917
|
-
* @internal
|
|
918
|
-
*/
|
|
919
|
-
const filterSensitiveLog: (obj: GetQueueUrlResult) => any;
|
|
920
|
-
}
|
|
921
807
|
/**
|
|
922
808
|
* <p>The specified queue doesn't exist.</p>
|
|
923
809
|
*/
|
|
@@ -948,12 +834,6 @@ export interface ListDeadLetterSourceQueuesRequest {
|
|
|
948
834
|
*/
|
|
949
835
|
MaxResults?: number;
|
|
950
836
|
}
|
|
951
|
-
export declare namespace ListDeadLetterSourceQueuesRequest {
|
|
952
|
-
/**
|
|
953
|
-
* @internal
|
|
954
|
-
*/
|
|
955
|
-
const filterSensitiveLog: (obj: ListDeadLetterSourceQueuesRequest) => any;
|
|
956
|
-
}
|
|
957
837
|
/**
|
|
958
838
|
* <p>A list of your dead letter source queues.</p>
|
|
959
839
|
*/
|
|
@@ -968,12 +848,6 @@ export interface ListDeadLetterSourceQueuesResult {
|
|
|
968
848
|
*/
|
|
969
849
|
NextToken?: string;
|
|
970
850
|
}
|
|
971
|
-
export declare namespace ListDeadLetterSourceQueuesResult {
|
|
972
|
-
/**
|
|
973
|
-
* @internal
|
|
974
|
-
*/
|
|
975
|
-
const filterSensitiveLog: (obj: ListDeadLetterSourceQueuesResult) => any;
|
|
976
|
-
}
|
|
977
851
|
/**
|
|
978
852
|
* <p></p>
|
|
979
853
|
*/
|
|
@@ -993,12 +867,6 @@ export interface ListQueuesRequest {
|
|
|
993
867
|
*/
|
|
994
868
|
MaxResults?: number;
|
|
995
869
|
}
|
|
996
|
-
export declare namespace ListQueuesRequest {
|
|
997
|
-
/**
|
|
998
|
-
* @internal
|
|
999
|
-
*/
|
|
1000
|
-
const filterSensitiveLog: (obj: ListQueuesRequest) => any;
|
|
1001
|
-
}
|
|
1002
870
|
/**
|
|
1003
871
|
* <p>A list of your queues.</p>
|
|
1004
872
|
*/
|
|
@@ -1013,36 +881,18 @@ export interface ListQueuesResult {
|
|
|
1013
881
|
*/
|
|
1014
882
|
QueueUrls?: string[];
|
|
1015
883
|
}
|
|
1016
|
-
export declare namespace ListQueuesResult {
|
|
1017
|
-
/**
|
|
1018
|
-
* @internal
|
|
1019
|
-
*/
|
|
1020
|
-
const filterSensitiveLog: (obj: ListQueuesResult) => any;
|
|
1021
|
-
}
|
|
1022
884
|
export interface ListQueueTagsRequest {
|
|
1023
885
|
/**
|
|
1024
886
|
* <p>The URL of the queue.</p>
|
|
1025
887
|
*/
|
|
1026
888
|
QueueUrl: string | undefined;
|
|
1027
889
|
}
|
|
1028
|
-
export declare namespace ListQueueTagsRequest {
|
|
1029
|
-
/**
|
|
1030
|
-
* @internal
|
|
1031
|
-
*/
|
|
1032
|
-
const filterSensitiveLog: (obj: ListQueueTagsRequest) => any;
|
|
1033
|
-
}
|
|
1034
890
|
export interface ListQueueTagsResult {
|
|
1035
891
|
/**
|
|
1036
892
|
* <p>The list of all tags added to the specified queue.</p>
|
|
1037
893
|
*/
|
|
1038
894
|
Tags?: Record<string, string>;
|
|
1039
895
|
}
|
|
1040
|
-
export declare namespace ListQueueTagsResult {
|
|
1041
|
-
/**
|
|
1042
|
-
* @internal
|
|
1043
|
-
*/
|
|
1044
|
-
const filterSensitiveLog: (obj: ListQueueTagsResult) => any;
|
|
1045
|
-
}
|
|
1046
896
|
/**
|
|
1047
897
|
* <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>
|
|
1048
898
|
*/
|
|
@@ -1064,12 +914,6 @@ export interface PurgeQueueRequest {
|
|
|
1064
914
|
*/
|
|
1065
915
|
QueueUrl: string | undefined;
|
|
1066
916
|
}
|
|
1067
|
-
export declare namespace PurgeQueueRequest {
|
|
1068
|
-
/**
|
|
1069
|
-
* @internal
|
|
1070
|
-
*/
|
|
1071
|
-
const filterSensitiveLog: (obj: PurgeQueueRequest) => any;
|
|
1072
|
-
}
|
|
1073
917
|
/**
|
|
1074
918
|
* <p></p>
|
|
1075
919
|
*/
|
|
@@ -1235,12 +1079,6 @@ export interface ReceiveMessageRequest {
|
|
|
1235
1079
|
*/
|
|
1236
1080
|
ReceiveRequestAttemptId?: string;
|
|
1237
1081
|
}
|
|
1238
|
-
export declare namespace ReceiveMessageRequest {
|
|
1239
|
-
/**
|
|
1240
|
-
* @internal
|
|
1241
|
-
*/
|
|
1242
|
-
const filterSensitiveLog: (obj: ReceiveMessageRequest) => any;
|
|
1243
|
-
}
|
|
1244
1082
|
export declare type MessageSystemAttributeName = "AWSTraceHeader" | "ApproximateFirstReceiveTimestamp" | "ApproximateReceiveCount" | "MessageDeduplicationId" | "MessageGroupId" | "SenderId" | "SentTimestamp" | "SequenceNumber";
|
|
1245
1083
|
/**
|
|
1246
1084
|
* <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>
|
|
@@ -1272,12 +1110,6 @@ export interface MessageAttributeValue {
|
|
|
1272
1110
|
*/
|
|
1273
1111
|
DataType: string | undefined;
|
|
1274
1112
|
}
|
|
1275
|
-
export declare namespace MessageAttributeValue {
|
|
1276
|
-
/**
|
|
1277
|
-
* @internal
|
|
1278
|
-
*/
|
|
1279
|
-
const filterSensitiveLog: (obj: MessageAttributeValue) => any;
|
|
1280
|
-
}
|
|
1281
1113
|
/**
|
|
1282
1114
|
* <p>An Amazon SQS message.</p>
|
|
1283
1115
|
*/
|
|
@@ -1357,12 +1189,6 @@ export interface Message {
|
|
|
1357
1189
|
*/
|
|
1358
1190
|
MessageAttributes?: Record<string, MessageAttributeValue>;
|
|
1359
1191
|
}
|
|
1360
|
-
export declare namespace Message {
|
|
1361
|
-
/**
|
|
1362
|
-
* @internal
|
|
1363
|
-
*/
|
|
1364
|
-
const filterSensitiveLog: (obj: Message) => any;
|
|
1365
|
-
}
|
|
1366
1192
|
/**
|
|
1367
1193
|
* <p>A list of received messages.</p>
|
|
1368
1194
|
*/
|
|
@@ -1372,12 +1198,6 @@ export interface ReceiveMessageResult {
|
|
|
1372
1198
|
*/
|
|
1373
1199
|
Messages?: Message[];
|
|
1374
1200
|
}
|
|
1375
|
-
export declare namespace ReceiveMessageResult {
|
|
1376
|
-
/**
|
|
1377
|
-
* @internal
|
|
1378
|
-
*/
|
|
1379
|
-
const filterSensitiveLog: (obj: ReceiveMessageResult) => any;
|
|
1380
|
-
}
|
|
1381
1201
|
/**
|
|
1382
1202
|
* <p></p>
|
|
1383
1203
|
*/
|
|
@@ -1394,12 +1214,6 @@ export interface RemovePermissionRequest {
|
|
|
1394
1214
|
*/
|
|
1395
1215
|
Label: string | undefined;
|
|
1396
1216
|
}
|
|
1397
|
-
export declare namespace RemovePermissionRequest {
|
|
1398
|
-
/**
|
|
1399
|
-
* @internal
|
|
1400
|
-
*/
|
|
1401
|
-
const filterSensitiveLog: (obj: RemovePermissionRequest) => any;
|
|
1402
|
-
}
|
|
1403
1217
|
/**
|
|
1404
1218
|
* <p>The message contains characters outside the allowed set.</p>
|
|
1405
1219
|
*/
|
|
@@ -1442,12 +1256,6 @@ export interface MessageSystemAttributeValue {
|
|
|
1442
1256
|
*/
|
|
1443
1257
|
DataType: string | undefined;
|
|
1444
1258
|
}
|
|
1445
|
-
export declare namespace MessageSystemAttributeValue {
|
|
1446
|
-
/**
|
|
1447
|
-
* @internal
|
|
1448
|
-
*/
|
|
1449
|
-
const filterSensitiveLog: (obj: MessageSystemAttributeValue) => any;
|
|
1450
|
-
}
|
|
1451
1259
|
/**
|
|
1452
1260
|
* <p></p>
|
|
1453
1261
|
*/
|
|
@@ -1581,12 +1389,6 @@ export interface SendMessageRequest {
|
|
|
1581
1389
|
*/
|
|
1582
1390
|
MessageGroupId?: string;
|
|
1583
1391
|
}
|
|
1584
|
-
export declare namespace SendMessageRequest {
|
|
1585
|
-
/**
|
|
1586
|
-
* @internal
|
|
1587
|
-
*/
|
|
1588
|
-
const filterSensitiveLog: (obj: SendMessageRequest) => any;
|
|
1589
|
-
}
|
|
1590
1392
|
/**
|
|
1591
1393
|
* <p>The <code>MD5OfMessageBody</code> and <code>MessageId</code> elements.</p>
|
|
1592
1394
|
*/
|
|
@@ -1617,12 +1419,6 @@ export interface SendMessageResult {
|
|
|
1617
1419
|
*/
|
|
1618
1420
|
SequenceNumber?: string;
|
|
1619
1421
|
}
|
|
1620
|
-
export declare namespace SendMessageResult {
|
|
1621
|
-
/**
|
|
1622
|
-
* @internal
|
|
1623
|
-
*/
|
|
1624
|
-
const filterSensitiveLog: (obj: SendMessageResult) => any;
|
|
1625
|
-
}
|
|
1626
1422
|
/**
|
|
1627
1423
|
* <p>Error code 400. Unsupported operation.</p>
|
|
1628
1424
|
*/
|
|
@@ -1774,12 +1570,6 @@ export interface SendMessageBatchRequestEntry {
|
|
|
1774
1570
|
*/
|
|
1775
1571
|
MessageGroupId?: string;
|
|
1776
1572
|
}
|
|
1777
|
-
export declare namespace SendMessageBatchRequestEntry {
|
|
1778
|
-
/**
|
|
1779
|
-
* @internal
|
|
1780
|
-
*/
|
|
1781
|
-
const filterSensitiveLog: (obj: SendMessageBatchRequestEntry) => any;
|
|
1782
|
-
}
|
|
1783
1573
|
/**
|
|
1784
1574
|
* <p></p>
|
|
1785
1575
|
*/
|
|
@@ -1796,12 +1586,6 @@ export interface SendMessageBatchRequest {
|
|
|
1796
1586
|
*/
|
|
1797
1587
|
Entries: SendMessageBatchRequestEntry[] | undefined;
|
|
1798
1588
|
}
|
|
1799
|
-
export declare namespace SendMessageBatchRequest {
|
|
1800
|
-
/**
|
|
1801
|
-
* @internal
|
|
1802
|
-
*/
|
|
1803
|
-
const filterSensitiveLog: (obj: SendMessageBatchRequest) => any;
|
|
1804
|
-
}
|
|
1805
1589
|
/**
|
|
1806
1590
|
* <p>Encloses a <code>MessageId</code> for a successfully-enqueued message in a <code>
|
|
1807
1591
|
* <a>SendMessageBatch</a>.</code>
|
|
@@ -1836,12 +1620,6 @@ export interface SendMessageBatchResultEntry {
|
|
|
1836
1620
|
*/
|
|
1837
1621
|
SequenceNumber?: string;
|
|
1838
1622
|
}
|
|
1839
|
-
export declare namespace SendMessageBatchResultEntry {
|
|
1840
|
-
/**
|
|
1841
|
-
* @internal
|
|
1842
|
-
*/
|
|
1843
|
-
const filterSensitiveLog: (obj: SendMessageBatchResultEntry) => any;
|
|
1844
|
-
}
|
|
1845
1623
|
/**
|
|
1846
1624
|
* <p>For each message in the batch, the response contains a <code>
|
|
1847
1625
|
* <a>SendMessageBatchResultEntry</a>
|
|
@@ -1863,12 +1641,6 @@ export interface SendMessageBatchResult {
|
|
|
1863
1641
|
*/
|
|
1864
1642
|
Failed: BatchResultErrorEntry[] | undefined;
|
|
1865
1643
|
}
|
|
1866
|
-
export declare namespace SendMessageBatchResult {
|
|
1867
|
-
/**
|
|
1868
|
-
* @internal
|
|
1869
|
-
*/
|
|
1870
|
-
const filterSensitiveLog: (obj: SendMessageBatchResult) => any;
|
|
1871
|
-
}
|
|
1872
1644
|
/**
|
|
1873
1645
|
* <p></p>
|
|
1874
1646
|
*/
|
|
@@ -2037,12 +1809,6 @@ export interface SetQueueAttributesRequest {
|
|
|
2037
1809
|
*/
|
|
2038
1810
|
Attributes: Record<string, string> | undefined;
|
|
2039
1811
|
}
|
|
2040
|
-
export declare namespace SetQueueAttributesRequest {
|
|
2041
|
-
/**
|
|
2042
|
-
* @internal
|
|
2043
|
-
*/
|
|
2044
|
-
const filterSensitiveLog: (obj: SetQueueAttributesRequest) => any;
|
|
2045
|
-
}
|
|
2046
1812
|
export interface TagQueueRequest {
|
|
2047
1813
|
/**
|
|
2048
1814
|
* <p>The URL of the queue.</p>
|
|
@@ -2053,12 +1819,6 @@ export interface TagQueueRequest {
|
|
|
2053
1819
|
*/
|
|
2054
1820
|
Tags: Record<string, string> | undefined;
|
|
2055
1821
|
}
|
|
2056
|
-
export declare namespace TagQueueRequest {
|
|
2057
|
-
/**
|
|
2058
|
-
* @internal
|
|
2059
|
-
*/
|
|
2060
|
-
const filterSensitiveLog: (obj: TagQueueRequest) => any;
|
|
2061
|
-
}
|
|
2062
1822
|
export interface UntagQueueRequest {
|
|
2063
1823
|
/**
|
|
2064
1824
|
* <p>The URL of the queue.</p>
|
|
@@ -2069,9 +1829,167 @@ export interface UntagQueueRequest {
|
|
|
2069
1829
|
*/
|
|
2070
1830
|
TagKeys: string[] | undefined;
|
|
2071
1831
|
}
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
1832
|
+
/**
|
|
1833
|
+
* @internal
|
|
1834
|
+
*/
|
|
1835
|
+
export declare const AddPermissionRequestFilterSensitiveLog: (obj: AddPermissionRequest) => any;
|
|
1836
|
+
/**
|
|
1837
|
+
* @internal
|
|
1838
|
+
*/
|
|
1839
|
+
export declare const ChangeMessageVisibilityRequestFilterSensitiveLog: (obj: ChangeMessageVisibilityRequest) => any;
|
|
1840
|
+
/**
|
|
1841
|
+
* @internal
|
|
1842
|
+
*/
|
|
1843
|
+
export declare const ChangeMessageVisibilityBatchRequestEntryFilterSensitiveLog: (obj: ChangeMessageVisibilityBatchRequestEntry) => any;
|
|
1844
|
+
/**
|
|
1845
|
+
* @internal
|
|
1846
|
+
*/
|
|
1847
|
+
export declare const ChangeMessageVisibilityBatchRequestFilterSensitiveLog: (obj: ChangeMessageVisibilityBatchRequest) => any;
|
|
1848
|
+
/**
|
|
1849
|
+
* @internal
|
|
1850
|
+
*/
|
|
1851
|
+
export declare const BatchResultErrorEntryFilterSensitiveLog: (obj: BatchResultErrorEntry) => any;
|
|
1852
|
+
/**
|
|
1853
|
+
* @internal
|
|
1854
|
+
*/
|
|
1855
|
+
export declare const ChangeMessageVisibilityBatchResultEntryFilterSensitiveLog: (obj: ChangeMessageVisibilityBatchResultEntry) => any;
|
|
1856
|
+
/**
|
|
1857
|
+
* @internal
|
|
1858
|
+
*/
|
|
1859
|
+
export declare const ChangeMessageVisibilityBatchResultFilterSensitiveLog: (obj: ChangeMessageVisibilityBatchResult) => any;
|
|
1860
|
+
/**
|
|
1861
|
+
* @internal
|
|
1862
|
+
*/
|
|
1863
|
+
export declare const CreateQueueRequestFilterSensitiveLog: (obj: CreateQueueRequest) => any;
|
|
1864
|
+
/**
|
|
1865
|
+
* @internal
|
|
1866
|
+
*/
|
|
1867
|
+
export declare const CreateQueueResultFilterSensitiveLog: (obj: CreateQueueResult) => any;
|
|
1868
|
+
/**
|
|
1869
|
+
* @internal
|
|
1870
|
+
*/
|
|
1871
|
+
export declare const DeleteMessageRequestFilterSensitiveLog: (obj: DeleteMessageRequest) => any;
|
|
1872
|
+
/**
|
|
1873
|
+
* @internal
|
|
1874
|
+
*/
|
|
1875
|
+
export declare const DeleteMessageBatchRequestEntryFilterSensitiveLog: (obj: DeleteMessageBatchRequestEntry) => any;
|
|
1876
|
+
/**
|
|
1877
|
+
* @internal
|
|
1878
|
+
*/
|
|
1879
|
+
export declare const DeleteMessageBatchRequestFilterSensitiveLog: (obj: DeleteMessageBatchRequest) => any;
|
|
1880
|
+
/**
|
|
1881
|
+
* @internal
|
|
1882
|
+
*/
|
|
1883
|
+
export declare const DeleteMessageBatchResultEntryFilterSensitiveLog: (obj: DeleteMessageBatchResultEntry) => any;
|
|
1884
|
+
/**
|
|
1885
|
+
* @internal
|
|
1886
|
+
*/
|
|
1887
|
+
export declare const DeleteMessageBatchResultFilterSensitiveLog: (obj: DeleteMessageBatchResult) => any;
|
|
1888
|
+
/**
|
|
1889
|
+
* @internal
|
|
1890
|
+
*/
|
|
1891
|
+
export declare const DeleteQueueRequestFilterSensitiveLog: (obj: DeleteQueueRequest) => any;
|
|
1892
|
+
/**
|
|
1893
|
+
* @internal
|
|
1894
|
+
*/
|
|
1895
|
+
export declare const GetQueueAttributesRequestFilterSensitiveLog: (obj: GetQueueAttributesRequest) => any;
|
|
1896
|
+
/**
|
|
1897
|
+
* @internal
|
|
1898
|
+
*/
|
|
1899
|
+
export declare const GetQueueAttributesResultFilterSensitiveLog: (obj: GetQueueAttributesResult) => any;
|
|
1900
|
+
/**
|
|
1901
|
+
* @internal
|
|
1902
|
+
*/
|
|
1903
|
+
export declare const GetQueueUrlRequestFilterSensitiveLog: (obj: GetQueueUrlRequest) => any;
|
|
1904
|
+
/**
|
|
1905
|
+
* @internal
|
|
1906
|
+
*/
|
|
1907
|
+
export declare const GetQueueUrlResultFilterSensitiveLog: (obj: GetQueueUrlResult) => any;
|
|
1908
|
+
/**
|
|
1909
|
+
* @internal
|
|
1910
|
+
*/
|
|
1911
|
+
export declare const ListDeadLetterSourceQueuesRequestFilterSensitiveLog: (obj: ListDeadLetterSourceQueuesRequest) => any;
|
|
1912
|
+
/**
|
|
1913
|
+
* @internal
|
|
1914
|
+
*/
|
|
1915
|
+
export declare const ListDeadLetterSourceQueuesResultFilterSensitiveLog: (obj: ListDeadLetterSourceQueuesResult) => any;
|
|
1916
|
+
/**
|
|
1917
|
+
* @internal
|
|
1918
|
+
*/
|
|
1919
|
+
export declare const ListQueuesRequestFilterSensitiveLog: (obj: ListQueuesRequest) => any;
|
|
1920
|
+
/**
|
|
1921
|
+
* @internal
|
|
1922
|
+
*/
|
|
1923
|
+
export declare const ListQueuesResultFilterSensitiveLog: (obj: ListQueuesResult) => any;
|
|
1924
|
+
/**
|
|
1925
|
+
* @internal
|
|
1926
|
+
*/
|
|
1927
|
+
export declare const ListQueueTagsRequestFilterSensitiveLog: (obj: ListQueueTagsRequest) => any;
|
|
1928
|
+
/**
|
|
1929
|
+
* @internal
|
|
1930
|
+
*/
|
|
1931
|
+
export declare const ListQueueTagsResultFilterSensitiveLog: (obj: ListQueueTagsResult) => any;
|
|
1932
|
+
/**
|
|
1933
|
+
* @internal
|
|
1934
|
+
*/
|
|
1935
|
+
export declare const PurgeQueueRequestFilterSensitiveLog: (obj: PurgeQueueRequest) => any;
|
|
1936
|
+
/**
|
|
1937
|
+
* @internal
|
|
1938
|
+
*/
|
|
1939
|
+
export declare const ReceiveMessageRequestFilterSensitiveLog: (obj: ReceiveMessageRequest) => any;
|
|
1940
|
+
/**
|
|
1941
|
+
* @internal
|
|
1942
|
+
*/
|
|
1943
|
+
export declare const MessageAttributeValueFilterSensitiveLog: (obj: MessageAttributeValue) => any;
|
|
1944
|
+
/**
|
|
1945
|
+
* @internal
|
|
1946
|
+
*/
|
|
1947
|
+
export declare const MessageFilterSensitiveLog: (obj: Message) => any;
|
|
1948
|
+
/**
|
|
1949
|
+
* @internal
|
|
1950
|
+
*/
|
|
1951
|
+
export declare const ReceiveMessageResultFilterSensitiveLog: (obj: ReceiveMessageResult) => any;
|
|
1952
|
+
/**
|
|
1953
|
+
* @internal
|
|
1954
|
+
*/
|
|
1955
|
+
export declare const RemovePermissionRequestFilterSensitiveLog: (obj: RemovePermissionRequest) => any;
|
|
1956
|
+
/**
|
|
1957
|
+
* @internal
|
|
1958
|
+
*/
|
|
1959
|
+
export declare const MessageSystemAttributeValueFilterSensitiveLog: (obj: MessageSystemAttributeValue) => any;
|
|
1960
|
+
/**
|
|
1961
|
+
* @internal
|
|
1962
|
+
*/
|
|
1963
|
+
export declare const SendMessageRequestFilterSensitiveLog: (obj: SendMessageRequest) => any;
|
|
1964
|
+
/**
|
|
1965
|
+
* @internal
|
|
1966
|
+
*/
|
|
1967
|
+
export declare const SendMessageResultFilterSensitiveLog: (obj: SendMessageResult) => any;
|
|
1968
|
+
/**
|
|
1969
|
+
* @internal
|
|
1970
|
+
*/
|
|
1971
|
+
export declare const SendMessageBatchRequestEntryFilterSensitiveLog: (obj: SendMessageBatchRequestEntry) => any;
|
|
1972
|
+
/**
|
|
1973
|
+
* @internal
|
|
1974
|
+
*/
|
|
1975
|
+
export declare const SendMessageBatchRequestFilterSensitiveLog: (obj: SendMessageBatchRequest) => any;
|
|
1976
|
+
/**
|
|
1977
|
+
* @internal
|
|
1978
|
+
*/
|
|
1979
|
+
export declare const SendMessageBatchResultEntryFilterSensitiveLog: (obj: SendMessageBatchResultEntry) => any;
|
|
1980
|
+
/**
|
|
1981
|
+
* @internal
|
|
1982
|
+
*/
|
|
1983
|
+
export declare const SendMessageBatchResultFilterSensitiveLog: (obj: SendMessageBatchResult) => any;
|
|
1984
|
+
/**
|
|
1985
|
+
* @internal
|
|
1986
|
+
*/
|
|
1987
|
+
export declare const SetQueueAttributesRequestFilterSensitiveLog: (obj: SetQueueAttributesRequest) => any;
|
|
1988
|
+
/**
|
|
1989
|
+
* @internal
|
|
1990
|
+
*/
|
|
1991
|
+
export declare const TagQueueRequestFilterSensitiveLog: (obj: TagQueueRequest) => any;
|
|
1992
|
+
/**
|
|
1993
|
+
* @internal
|
|
1994
|
+
*/
|
|
1995
|
+
export declare const UntagQueueRequestFilterSensitiveLog: (obj: UntagQueueRequest) => any;
|