@aws-sdk/client-sqs 3.934.0 → 3.935.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/dist-cjs/index.js +40 -39
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +39 -0
- package/dist-es/models/errors.js +337 -0
- package/dist-es/models/models_0.js +1 -376
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +63 -0
- package/dist-types/models/errors.d.ts +374 -0
- package/dist-types/models/models_0.d.ts +1 -437
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +45 -0
- package/dist-types/ts3.4/models/errors.d.ts +166 -0
- package/dist-types/ts3.4/models/models_0.d.ts +5 -211
- package/package.json +13 -13
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,376 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export class InvalidAddress extends __BaseException {
|
|
3
|
-
name = "InvalidAddress";
|
|
4
|
-
$fault = "client";
|
|
5
|
-
constructor(opts) {
|
|
6
|
-
super({
|
|
7
|
-
name: "InvalidAddress",
|
|
8
|
-
$fault: "client",
|
|
9
|
-
...opts,
|
|
10
|
-
});
|
|
11
|
-
Object.setPrototypeOf(this, InvalidAddress.prototype);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
export class InvalidSecurity extends __BaseException {
|
|
15
|
-
name = "InvalidSecurity";
|
|
16
|
-
$fault = "client";
|
|
17
|
-
constructor(opts) {
|
|
18
|
-
super({
|
|
19
|
-
name: "InvalidSecurity",
|
|
20
|
-
$fault: "client",
|
|
21
|
-
...opts,
|
|
22
|
-
});
|
|
23
|
-
Object.setPrototypeOf(this, InvalidSecurity.prototype);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
export class OverLimit extends __BaseException {
|
|
27
|
-
name = "OverLimit";
|
|
28
|
-
$fault = "client";
|
|
29
|
-
constructor(opts) {
|
|
30
|
-
super({
|
|
31
|
-
name: "OverLimit",
|
|
32
|
-
$fault: "client",
|
|
33
|
-
...opts,
|
|
34
|
-
});
|
|
35
|
-
Object.setPrototypeOf(this, OverLimit.prototype);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
export class QueueDoesNotExist extends __BaseException {
|
|
39
|
-
name = "QueueDoesNotExist";
|
|
40
|
-
$fault = "client";
|
|
41
|
-
constructor(opts) {
|
|
42
|
-
super({
|
|
43
|
-
name: "QueueDoesNotExist",
|
|
44
|
-
$fault: "client",
|
|
45
|
-
...opts,
|
|
46
|
-
});
|
|
47
|
-
Object.setPrototypeOf(this, QueueDoesNotExist.prototype);
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
export class RequestThrottled extends __BaseException {
|
|
51
|
-
name = "RequestThrottled";
|
|
52
|
-
$fault = "client";
|
|
53
|
-
constructor(opts) {
|
|
54
|
-
super({
|
|
55
|
-
name: "RequestThrottled",
|
|
56
|
-
$fault: "client",
|
|
57
|
-
...opts,
|
|
58
|
-
});
|
|
59
|
-
Object.setPrototypeOf(this, RequestThrottled.prototype);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
export class UnsupportedOperation extends __BaseException {
|
|
63
|
-
name = "UnsupportedOperation";
|
|
64
|
-
$fault = "client";
|
|
65
|
-
constructor(opts) {
|
|
66
|
-
super({
|
|
67
|
-
name: "UnsupportedOperation",
|
|
68
|
-
$fault: "client",
|
|
69
|
-
...opts,
|
|
70
|
-
});
|
|
71
|
-
Object.setPrototypeOf(this, UnsupportedOperation.prototype);
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
export class ResourceNotFoundException extends __BaseException {
|
|
75
|
-
name = "ResourceNotFoundException";
|
|
76
|
-
$fault = "client";
|
|
77
|
-
constructor(opts) {
|
|
78
|
-
super({
|
|
79
|
-
name: "ResourceNotFoundException",
|
|
80
|
-
$fault: "client",
|
|
81
|
-
...opts,
|
|
82
|
-
});
|
|
83
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
export class MessageNotInflight extends __BaseException {
|
|
87
|
-
name = "MessageNotInflight";
|
|
88
|
-
$fault = "client";
|
|
89
|
-
constructor(opts) {
|
|
90
|
-
super({
|
|
91
|
-
name: "MessageNotInflight",
|
|
92
|
-
$fault: "client",
|
|
93
|
-
...opts,
|
|
94
|
-
});
|
|
95
|
-
Object.setPrototypeOf(this, MessageNotInflight.prototype);
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
export class ReceiptHandleIsInvalid extends __BaseException {
|
|
99
|
-
name = "ReceiptHandleIsInvalid";
|
|
100
|
-
$fault = "client";
|
|
101
|
-
constructor(opts) {
|
|
102
|
-
super({
|
|
103
|
-
name: "ReceiptHandleIsInvalid",
|
|
104
|
-
$fault: "client",
|
|
105
|
-
...opts,
|
|
106
|
-
});
|
|
107
|
-
Object.setPrototypeOf(this, ReceiptHandleIsInvalid.prototype);
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
export class BatchEntryIdsNotDistinct extends __BaseException {
|
|
111
|
-
name = "BatchEntryIdsNotDistinct";
|
|
112
|
-
$fault = "client";
|
|
113
|
-
constructor(opts) {
|
|
114
|
-
super({
|
|
115
|
-
name: "BatchEntryIdsNotDistinct",
|
|
116
|
-
$fault: "client",
|
|
117
|
-
...opts,
|
|
118
|
-
});
|
|
119
|
-
Object.setPrototypeOf(this, BatchEntryIdsNotDistinct.prototype);
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
export class EmptyBatchRequest extends __BaseException {
|
|
123
|
-
name = "EmptyBatchRequest";
|
|
124
|
-
$fault = "client";
|
|
125
|
-
constructor(opts) {
|
|
126
|
-
super({
|
|
127
|
-
name: "EmptyBatchRequest",
|
|
128
|
-
$fault: "client",
|
|
129
|
-
...opts,
|
|
130
|
-
});
|
|
131
|
-
Object.setPrototypeOf(this, EmptyBatchRequest.prototype);
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
export class InvalidBatchEntryId extends __BaseException {
|
|
135
|
-
name = "InvalidBatchEntryId";
|
|
136
|
-
$fault = "client";
|
|
137
|
-
constructor(opts) {
|
|
138
|
-
super({
|
|
139
|
-
name: "InvalidBatchEntryId",
|
|
140
|
-
$fault: "client",
|
|
141
|
-
...opts,
|
|
142
|
-
});
|
|
143
|
-
Object.setPrototypeOf(this, InvalidBatchEntryId.prototype);
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
export class TooManyEntriesInBatchRequest extends __BaseException {
|
|
147
|
-
name = "TooManyEntriesInBatchRequest";
|
|
148
|
-
$fault = "client";
|
|
149
|
-
constructor(opts) {
|
|
150
|
-
super({
|
|
151
|
-
name: "TooManyEntriesInBatchRequest",
|
|
152
|
-
$fault: "client",
|
|
153
|
-
...opts,
|
|
154
|
-
});
|
|
155
|
-
Object.setPrototypeOf(this, TooManyEntriesInBatchRequest.prototype);
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
export const QueueAttributeName = {
|
|
159
|
-
All: "All",
|
|
160
|
-
ApproximateNumberOfMessages: "ApproximateNumberOfMessages",
|
|
161
|
-
ApproximateNumberOfMessagesDelayed: "ApproximateNumberOfMessagesDelayed",
|
|
162
|
-
ApproximateNumberOfMessagesNotVisible: "ApproximateNumberOfMessagesNotVisible",
|
|
163
|
-
ContentBasedDeduplication: "ContentBasedDeduplication",
|
|
164
|
-
CreatedTimestamp: "CreatedTimestamp",
|
|
165
|
-
DeduplicationScope: "DeduplicationScope",
|
|
166
|
-
DelaySeconds: "DelaySeconds",
|
|
167
|
-
FifoQueue: "FifoQueue",
|
|
168
|
-
FifoThroughputLimit: "FifoThroughputLimit",
|
|
169
|
-
KmsDataKeyReusePeriodSeconds: "KmsDataKeyReusePeriodSeconds",
|
|
170
|
-
KmsMasterKeyId: "KmsMasterKeyId",
|
|
171
|
-
LastModifiedTimestamp: "LastModifiedTimestamp",
|
|
172
|
-
MaximumMessageSize: "MaximumMessageSize",
|
|
173
|
-
MessageRetentionPeriod: "MessageRetentionPeriod",
|
|
174
|
-
Policy: "Policy",
|
|
175
|
-
QueueArn: "QueueArn",
|
|
176
|
-
ReceiveMessageWaitTimeSeconds: "ReceiveMessageWaitTimeSeconds",
|
|
177
|
-
RedriveAllowPolicy: "RedriveAllowPolicy",
|
|
178
|
-
RedrivePolicy: "RedrivePolicy",
|
|
179
|
-
SqsManagedSseEnabled: "SqsManagedSseEnabled",
|
|
180
|
-
VisibilityTimeout: "VisibilityTimeout",
|
|
181
|
-
};
|
|
182
|
-
export class InvalidAttributeName extends __BaseException {
|
|
183
|
-
name = "InvalidAttributeName";
|
|
184
|
-
$fault = "client";
|
|
185
|
-
constructor(opts) {
|
|
186
|
-
super({
|
|
187
|
-
name: "InvalidAttributeName",
|
|
188
|
-
$fault: "client",
|
|
189
|
-
...opts,
|
|
190
|
-
});
|
|
191
|
-
Object.setPrototypeOf(this, InvalidAttributeName.prototype);
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
export class InvalidAttributeValue extends __BaseException {
|
|
195
|
-
name = "InvalidAttributeValue";
|
|
196
|
-
$fault = "client";
|
|
197
|
-
constructor(opts) {
|
|
198
|
-
super({
|
|
199
|
-
name: "InvalidAttributeValue",
|
|
200
|
-
$fault: "client",
|
|
201
|
-
...opts,
|
|
202
|
-
});
|
|
203
|
-
Object.setPrototypeOf(this, InvalidAttributeValue.prototype);
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
export class QueueDeletedRecently extends __BaseException {
|
|
207
|
-
name = "QueueDeletedRecently";
|
|
208
|
-
$fault = "client";
|
|
209
|
-
constructor(opts) {
|
|
210
|
-
super({
|
|
211
|
-
name: "QueueDeletedRecently",
|
|
212
|
-
$fault: "client",
|
|
213
|
-
...opts,
|
|
214
|
-
});
|
|
215
|
-
Object.setPrototypeOf(this, QueueDeletedRecently.prototype);
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
export class QueueNameExists extends __BaseException {
|
|
219
|
-
name = "QueueNameExists";
|
|
220
|
-
$fault = "client";
|
|
221
|
-
constructor(opts) {
|
|
222
|
-
super({
|
|
223
|
-
name: "QueueNameExists",
|
|
224
|
-
$fault: "client",
|
|
225
|
-
...opts,
|
|
226
|
-
});
|
|
227
|
-
Object.setPrototypeOf(this, QueueNameExists.prototype);
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
export class InvalidIdFormat extends __BaseException {
|
|
231
|
-
name = "InvalidIdFormat";
|
|
232
|
-
$fault = "client";
|
|
233
|
-
constructor(opts) {
|
|
234
|
-
super({
|
|
235
|
-
name: "InvalidIdFormat",
|
|
236
|
-
$fault: "client",
|
|
237
|
-
...opts,
|
|
238
|
-
});
|
|
239
|
-
Object.setPrototypeOf(this, InvalidIdFormat.prototype);
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
export class PurgeQueueInProgress extends __BaseException {
|
|
243
|
-
name = "PurgeQueueInProgress";
|
|
244
|
-
$fault = "client";
|
|
245
|
-
constructor(opts) {
|
|
246
|
-
super({
|
|
247
|
-
name: "PurgeQueueInProgress",
|
|
248
|
-
$fault: "client",
|
|
249
|
-
...opts,
|
|
250
|
-
});
|
|
251
|
-
Object.setPrototypeOf(this, PurgeQueueInProgress.prototype);
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
export class KmsAccessDenied extends __BaseException {
|
|
255
|
-
name = "KmsAccessDenied";
|
|
256
|
-
$fault = "client";
|
|
257
|
-
constructor(opts) {
|
|
258
|
-
super({
|
|
259
|
-
name: "KmsAccessDenied",
|
|
260
|
-
$fault: "client",
|
|
261
|
-
...opts,
|
|
262
|
-
});
|
|
263
|
-
Object.setPrototypeOf(this, KmsAccessDenied.prototype);
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
export class KmsDisabled extends __BaseException {
|
|
267
|
-
name = "KmsDisabled";
|
|
268
|
-
$fault = "client";
|
|
269
|
-
constructor(opts) {
|
|
270
|
-
super({
|
|
271
|
-
name: "KmsDisabled",
|
|
272
|
-
$fault: "client",
|
|
273
|
-
...opts,
|
|
274
|
-
});
|
|
275
|
-
Object.setPrototypeOf(this, KmsDisabled.prototype);
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
export class KmsInvalidKeyUsage extends __BaseException {
|
|
279
|
-
name = "KmsInvalidKeyUsage";
|
|
280
|
-
$fault = "client";
|
|
281
|
-
constructor(opts) {
|
|
282
|
-
super({
|
|
283
|
-
name: "KmsInvalidKeyUsage",
|
|
284
|
-
$fault: "client",
|
|
285
|
-
...opts,
|
|
286
|
-
});
|
|
287
|
-
Object.setPrototypeOf(this, KmsInvalidKeyUsage.prototype);
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
export class KmsInvalidState extends __BaseException {
|
|
291
|
-
name = "KmsInvalidState";
|
|
292
|
-
$fault = "client";
|
|
293
|
-
constructor(opts) {
|
|
294
|
-
super({
|
|
295
|
-
name: "KmsInvalidState",
|
|
296
|
-
$fault: "client",
|
|
297
|
-
...opts,
|
|
298
|
-
});
|
|
299
|
-
Object.setPrototypeOf(this, KmsInvalidState.prototype);
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
export class KmsNotFound extends __BaseException {
|
|
303
|
-
name = "KmsNotFound";
|
|
304
|
-
$fault = "client";
|
|
305
|
-
constructor(opts) {
|
|
306
|
-
super({
|
|
307
|
-
name: "KmsNotFound",
|
|
308
|
-
$fault: "client",
|
|
309
|
-
...opts,
|
|
310
|
-
});
|
|
311
|
-
Object.setPrototypeOf(this, KmsNotFound.prototype);
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
export class KmsOptInRequired extends __BaseException {
|
|
315
|
-
name = "KmsOptInRequired";
|
|
316
|
-
$fault = "client";
|
|
317
|
-
constructor(opts) {
|
|
318
|
-
super({
|
|
319
|
-
name: "KmsOptInRequired",
|
|
320
|
-
$fault: "client",
|
|
321
|
-
...opts,
|
|
322
|
-
});
|
|
323
|
-
Object.setPrototypeOf(this, KmsOptInRequired.prototype);
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
export class KmsThrottled extends __BaseException {
|
|
327
|
-
name = "KmsThrottled";
|
|
328
|
-
$fault = "client";
|
|
329
|
-
constructor(opts) {
|
|
330
|
-
super({
|
|
331
|
-
name: "KmsThrottled",
|
|
332
|
-
$fault: "client",
|
|
333
|
-
...opts,
|
|
334
|
-
});
|
|
335
|
-
Object.setPrototypeOf(this, KmsThrottled.prototype);
|
|
336
|
-
}
|
|
337
|
-
}
|
|
338
|
-
export const MessageSystemAttributeName = {
|
|
339
|
-
AWSTraceHeader: "AWSTraceHeader",
|
|
340
|
-
All: "All",
|
|
341
|
-
ApproximateFirstReceiveTimestamp: "ApproximateFirstReceiveTimestamp",
|
|
342
|
-
ApproximateReceiveCount: "ApproximateReceiveCount",
|
|
343
|
-
DeadLetterQueueSourceArn: "DeadLetterQueueSourceArn",
|
|
344
|
-
MessageDeduplicationId: "MessageDeduplicationId",
|
|
345
|
-
MessageGroupId: "MessageGroupId",
|
|
346
|
-
SenderId: "SenderId",
|
|
347
|
-
SentTimestamp: "SentTimestamp",
|
|
348
|
-
SequenceNumber: "SequenceNumber",
|
|
349
|
-
};
|
|
350
|
-
export class InvalidMessageContents extends __BaseException {
|
|
351
|
-
name = "InvalidMessageContents";
|
|
352
|
-
$fault = "client";
|
|
353
|
-
constructor(opts) {
|
|
354
|
-
super({
|
|
355
|
-
name: "InvalidMessageContents",
|
|
356
|
-
$fault: "client",
|
|
357
|
-
...opts,
|
|
358
|
-
});
|
|
359
|
-
Object.setPrototypeOf(this, InvalidMessageContents.prototype);
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
export const MessageSystemAttributeNameForSends = {
|
|
363
|
-
AWSTraceHeader: "AWSTraceHeader",
|
|
364
|
-
};
|
|
365
|
-
export class BatchRequestTooLong extends __BaseException {
|
|
366
|
-
name = "BatchRequestTooLong";
|
|
367
|
-
$fault = "client";
|
|
368
|
-
constructor(opts) {
|
|
369
|
-
super({
|
|
370
|
-
name: "BatchRequestTooLong",
|
|
371
|
-
$fault: "client",
|
|
372
|
-
...opts,
|
|
373
|
-
});
|
|
374
|
-
Object.setPrototypeOf(this, BatchRequestTooLong.prototype);
|
|
375
|
-
}
|
|
376
|
-
}
|
|
1
|
+
export {};
|
|
@@ -195,7 +195,7 @@ const _xF = "xmlFlattened";
|
|
|
195
195
|
const _xN = "xmlName";
|
|
196
196
|
const n0 = "com.amazonaws.sqs";
|
|
197
197
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
198
|
-
import { BatchEntryIdsNotDistinct as __BatchEntryIdsNotDistinct, BatchRequestTooLong as __BatchRequestTooLong, EmptyBatchRequest as __EmptyBatchRequest, InvalidAddress as __InvalidAddress, InvalidAttributeName as __InvalidAttributeName, InvalidAttributeValue as __InvalidAttributeValue, InvalidBatchEntryId as __InvalidBatchEntryId, InvalidIdFormat as __InvalidIdFormat, InvalidMessageContents as __InvalidMessageContents, InvalidSecurity as __InvalidSecurity, KmsAccessDenied as __KmsAccessDenied, KmsDisabled as __KmsDisabled, KmsInvalidKeyUsage as __KmsInvalidKeyUsage, KmsInvalidState as __KmsInvalidState, KmsNotFound as __KmsNotFound, KmsOptInRequired as __KmsOptInRequired, KmsThrottled as __KmsThrottled, MessageNotInflight as __MessageNotInflight, OverLimit as __OverLimit, PurgeQueueInProgress as __PurgeQueueInProgress, QueueDeletedRecently as __QueueDeletedRecently, QueueDoesNotExist as __QueueDoesNotExist, QueueNameExists as __QueueNameExists, ReceiptHandleIsInvalid as __ReceiptHandleIsInvalid, RequestThrottled as __RequestThrottled, ResourceNotFoundException as __ResourceNotFoundException, TooManyEntriesInBatchRequest as __TooManyEntriesInBatchRequest, UnsupportedOperation as __UnsupportedOperation, } from "../models/
|
|
198
|
+
import { BatchEntryIdsNotDistinct as __BatchEntryIdsNotDistinct, BatchRequestTooLong as __BatchRequestTooLong, EmptyBatchRequest as __EmptyBatchRequest, InvalidAddress as __InvalidAddress, InvalidAttributeName as __InvalidAttributeName, InvalidAttributeValue as __InvalidAttributeValue, InvalidBatchEntryId as __InvalidBatchEntryId, InvalidIdFormat as __InvalidIdFormat, InvalidMessageContents as __InvalidMessageContents, InvalidSecurity as __InvalidSecurity, KmsAccessDenied as __KmsAccessDenied, KmsDisabled as __KmsDisabled, KmsInvalidKeyUsage as __KmsInvalidKeyUsage, KmsInvalidState as __KmsInvalidState, KmsNotFound as __KmsNotFound, KmsOptInRequired as __KmsOptInRequired, KmsThrottled as __KmsThrottled, MessageNotInflight as __MessageNotInflight, OverLimit as __OverLimit, PurgeQueueInProgress as __PurgeQueueInProgress, QueueDeletedRecently as __QueueDeletedRecently, QueueDoesNotExist as __QueueDoesNotExist, QueueNameExists as __QueueNameExists, ReceiptHandleIsInvalid as __ReceiptHandleIsInvalid, RequestThrottled as __RequestThrottled, ResourceNotFoundException as __ResourceNotFoundException, TooManyEntriesInBatchRequest as __TooManyEntriesInBatchRequest, UnsupportedOperation as __UnsupportedOperation, } from "../models/errors";
|
|
199
199
|
import { SQSServiceException as __SQSServiceException } from "../models/SQSServiceException";
|
|
200
200
|
export var AddPermissionRequest = [
|
|
201
201
|
3,
|
package/dist-types/index.d.ts
CHANGED
|
@@ -80,5 +80,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
80
80
|
export type { SQSExtensionConfiguration } from "./extensionConfiguration";
|
|
81
81
|
export * from "./commands";
|
|
82
82
|
export * from "./pagination";
|
|
83
|
-
export * from "./models";
|
|
83
|
+
export * from "./models/enums";
|
|
84
|
+
export * from "./models/errors";
|
|
85
|
+
export type * from "./models/models_0";
|
|
84
86
|
export { SQSServiceException } from "./models/SQSServiceException";
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const QueueAttributeName: {
|
|
6
|
+
readonly All: "All";
|
|
7
|
+
readonly ApproximateNumberOfMessages: "ApproximateNumberOfMessages";
|
|
8
|
+
readonly ApproximateNumberOfMessagesDelayed: "ApproximateNumberOfMessagesDelayed";
|
|
9
|
+
readonly ApproximateNumberOfMessagesNotVisible: "ApproximateNumberOfMessagesNotVisible";
|
|
10
|
+
readonly ContentBasedDeduplication: "ContentBasedDeduplication";
|
|
11
|
+
readonly CreatedTimestamp: "CreatedTimestamp";
|
|
12
|
+
readonly DeduplicationScope: "DeduplicationScope";
|
|
13
|
+
readonly DelaySeconds: "DelaySeconds";
|
|
14
|
+
readonly FifoQueue: "FifoQueue";
|
|
15
|
+
readonly FifoThroughputLimit: "FifoThroughputLimit";
|
|
16
|
+
readonly KmsDataKeyReusePeriodSeconds: "KmsDataKeyReusePeriodSeconds";
|
|
17
|
+
readonly KmsMasterKeyId: "KmsMasterKeyId";
|
|
18
|
+
readonly LastModifiedTimestamp: "LastModifiedTimestamp";
|
|
19
|
+
readonly MaximumMessageSize: "MaximumMessageSize";
|
|
20
|
+
readonly MessageRetentionPeriod: "MessageRetentionPeriod";
|
|
21
|
+
readonly Policy: "Policy";
|
|
22
|
+
readonly QueueArn: "QueueArn";
|
|
23
|
+
readonly ReceiveMessageWaitTimeSeconds: "ReceiveMessageWaitTimeSeconds";
|
|
24
|
+
readonly RedriveAllowPolicy: "RedriveAllowPolicy";
|
|
25
|
+
readonly RedrivePolicy: "RedrivePolicy";
|
|
26
|
+
readonly SqsManagedSseEnabled: "SqsManagedSseEnabled";
|
|
27
|
+
readonly VisibilityTimeout: "VisibilityTimeout";
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export type QueueAttributeName = (typeof QueueAttributeName)[keyof typeof QueueAttributeName];
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
* @enum
|
|
36
|
+
*/
|
|
37
|
+
export declare const MessageSystemAttributeName: {
|
|
38
|
+
readonly AWSTraceHeader: "AWSTraceHeader";
|
|
39
|
+
readonly All: "All";
|
|
40
|
+
readonly ApproximateFirstReceiveTimestamp: "ApproximateFirstReceiveTimestamp";
|
|
41
|
+
readonly ApproximateReceiveCount: "ApproximateReceiveCount";
|
|
42
|
+
readonly DeadLetterQueueSourceArn: "DeadLetterQueueSourceArn";
|
|
43
|
+
readonly MessageDeduplicationId: "MessageDeduplicationId";
|
|
44
|
+
readonly MessageGroupId: "MessageGroupId";
|
|
45
|
+
readonly SenderId: "SenderId";
|
|
46
|
+
readonly SentTimestamp: "SentTimestamp";
|
|
47
|
+
readonly SequenceNumber: "SequenceNumber";
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
export type MessageSystemAttributeName = (typeof MessageSystemAttributeName)[keyof typeof MessageSystemAttributeName];
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
* @enum
|
|
56
|
+
*/
|
|
57
|
+
export declare const MessageSystemAttributeNameForSends: {
|
|
58
|
+
readonly AWSTraceHeader: "AWSTraceHeader";
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
export type MessageSystemAttributeNameForSends = (typeof MessageSystemAttributeNameForSends)[keyof typeof MessageSystemAttributeNameForSends];
|