oci-queue 2.76.1 → 2.77.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/lib/client.d.ts +19 -19
- package/lib/client.js +19 -19
- package/lib/model/create-queue-details.d.ts +2 -2
- package/lib/model/delete-messages-result-entry.d.ts +1 -1
- package/lib/model/delete-messages-result.d.ts +2 -2
- package/lib/model/get-message.d.ts +2 -2
- package/lib/model/put-message.d.ts +1 -1
- package/lib/model/queue-summary.d.ts +5 -5
- package/lib/model/queue.d.ts +5 -5
- package/lib/model/update-messages-result-entry.d.ts +3 -3
- package/lib/model/update-messages-result.d.ts +4 -4
- package/lib/model/update-queue-details.d.ts +2 -2
- package/lib/model/updated-message.d.ts +1 -1
- package/lib/request/change-queue-compartment-request.d.ts +2 -2
- package/lib/request/create-queue-request.d.ts +1 -1
- package/lib/request/delete-message-request.d.ts +1 -1
- package/lib/request/delete-messages-request.d.ts +1 -1
- package/lib/request/delete-queue-request.d.ts +2 -2
- package/lib/request/get-messages-request.d.ts +4 -4
- package/lib/request/get-queue-request.d.ts +1 -1
- package/lib/request/get-stats-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-channels-request.d.ts +1 -1
- package/lib/request/list-queues-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/purge-queue-request.d.ts +2 -2
- package/lib/request/put-messages-request.d.ts +1 -1
- package/lib/request/update-message-request.d.ts +1 -1
- package/lib/request/update-messages-request.d.ts +1 -1
- package/lib/request/update-queue-request.d.ts +2 -2
- package/lib/response/get-queue-response.d.ts +1 -1
- package/lib/response/list-channels-response.d.ts +1 -1
- package/lib/response/list-queues-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -75,7 +75,7 @@ export declare class QueueClient {
|
|
|
75
75
|
* @param DeleteMessageRequest
|
|
76
76
|
* @return DeleteMessageResponse
|
|
77
77
|
* @throws OciError when an error occurs
|
|
78
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
78
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/DeleteMessage.ts.html |here} to see how to use DeleteMessage API.
|
|
79
79
|
*/
|
|
80
80
|
deleteMessage(deleteMessageRequest: requests.DeleteMessageRequest): Promise<responses.DeleteMessageResponse>;
|
|
81
81
|
/**
|
|
@@ -87,7 +87,7 @@ export declare class QueueClient {
|
|
|
87
87
|
* @param DeleteMessagesRequest
|
|
88
88
|
* @return DeleteMessagesResponse
|
|
89
89
|
* @throws OciError when an error occurs
|
|
90
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/DeleteMessages.ts.html |here} to see how to use DeleteMessages API.
|
|
91
91
|
*/
|
|
92
92
|
deleteMessages(deleteMessagesRequest: requests.DeleteMessagesRequest): Promise<responses.DeleteMessagesResponse>;
|
|
93
93
|
/**
|
|
@@ -102,7 +102,7 @@ export declare class QueueClient {
|
|
|
102
102
|
* @param GetMessagesRequest
|
|
103
103
|
* @return GetMessagesResponse
|
|
104
104
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/GetMessages.ts.html |here} to see how to use GetMessages API.
|
|
106
106
|
*/
|
|
107
107
|
getMessages(getMessagesRequest: requests.GetMessagesRequest): Promise<responses.GetMessagesResponse>;
|
|
108
108
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class QueueClient {
|
|
|
114
114
|
* @param GetStatsRequest
|
|
115
115
|
* @return GetStatsResponse
|
|
116
116
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/GetStats.ts.html |here} to see how to use GetStats API.
|
|
118
118
|
*/
|
|
119
119
|
getStats(getStatsRequest: requests.GetStatsRequest): Promise<responses.GetStatsResponse>;
|
|
120
120
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class QueueClient {
|
|
|
127
127
|
* @param ListChannelsRequest
|
|
128
128
|
* @return ListChannelsResponse
|
|
129
129
|
* @throws OciError when an error occurs
|
|
130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
131
131
|
*/
|
|
132
132
|
listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
|
|
133
133
|
/**
|
|
@@ -139,7 +139,7 @@ export declare class QueueClient {
|
|
|
139
139
|
* @param PutMessagesRequest
|
|
140
140
|
* @return PutMessagesResponse
|
|
141
141
|
* @throws OciError when an error occurs
|
|
142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/PutMessages.ts.html |here} to see how to use PutMessages API.
|
|
143
143
|
*/
|
|
144
144
|
putMessages(putMessagesRequest: requests.PutMessagesRequest): Promise<responses.PutMessagesResponse>;
|
|
145
145
|
/**
|
|
@@ -151,7 +151,7 @@ export declare class QueueClient {
|
|
|
151
151
|
* @param UpdateMessageRequest
|
|
152
152
|
* @return UpdateMessageResponse
|
|
153
153
|
* @throws OciError when an error occurs
|
|
154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/UpdateMessage.ts.html |here} to see how to use UpdateMessage API.
|
|
155
155
|
*/
|
|
156
156
|
updateMessage(updateMessageRequest: requests.UpdateMessageRequest): Promise<responses.UpdateMessageResponse>;
|
|
157
157
|
/**
|
|
@@ -163,7 +163,7 @@ export declare class QueueClient {
|
|
|
163
163
|
* @param UpdateMessagesRequest
|
|
164
164
|
* @return UpdateMessagesResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/UpdateMessages.ts.html |here} to see how to use UpdateMessages API.
|
|
167
167
|
*/
|
|
168
168
|
updateMessages(updateMessagesRequest: requests.UpdateMessagesRequest): Promise<responses.UpdateMessagesResponse>;
|
|
169
169
|
}
|
|
@@ -239,7 +239,7 @@ export declare class QueueAdminClient {
|
|
|
239
239
|
* @param ChangeQueueCompartmentRequest
|
|
240
240
|
* @return ChangeQueueCompartmentResponse
|
|
241
241
|
* @throws OciError when an error occurs
|
|
242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/ChangeQueueCompartment.ts.html |here} to see how to use ChangeQueueCompartment API.
|
|
243
243
|
*/
|
|
244
244
|
changeQueueCompartment(changeQueueCompartmentRequest: requests.ChangeQueueCompartmentRequest): Promise<responses.ChangeQueueCompartmentResponse>;
|
|
245
245
|
/**
|
|
@@ -249,7 +249,7 @@ export declare class QueueAdminClient {
|
|
|
249
249
|
* @param CreateQueueRequest
|
|
250
250
|
* @return CreateQueueResponse
|
|
251
251
|
* @throws OciError when an error occurs
|
|
252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/CreateQueue.ts.html |here} to see how to use CreateQueue API.
|
|
253
253
|
*/
|
|
254
254
|
createQueue(createQueueRequest: requests.CreateQueueRequest): Promise<responses.CreateQueueResponse>;
|
|
255
255
|
/**
|
|
@@ -258,7 +258,7 @@ export declare class QueueAdminClient {
|
|
|
258
258
|
* @param DeleteQueueRequest
|
|
259
259
|
* @return DeleteQueueResponse
|
|
260
260
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/DeleteQueue.ts.html |here} to see how to use DeleteQueue API.
|
|
262
262
|
*/
|
|
263
263
|
deleteQueue(deleteQueueRequest: requests.DeleteQueueRequest): Promise<responses.DeleteQueueResponse>;
|
|
264
264
|
/**
|
|
@@ -267,7 +267,7 @@ export declare class QueueAdminClient {
|
|
|
267
267
|
* @param GetQueueRequest
|
|
268
268
|
* @return GetQueueResponse
|
|
269
269
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/GetQueue.ts.html |here} to see how to use GetQueue API.
|
|
271
271
|
*/
|
|
272
272
|
getQueue(getQueueRequest: requests.GetQueueRequest): Promise<responses.GetQueueResponse>;
|
|
273
273
|
/**
|
|
@@ -276,7 +276,7 @@ export declare class QueueAdminClient {
|
|
|
276
276
|
* @param GetWorkRequestRequest
|
|
277
277
|
* @return GetWorkRequestResponse
|
|
278
278
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
280
280
|
*/
|
|
281
281
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
282
282
|
/**
|
|
@@ -286,7 +286,7 @@ export declare class QueueAdminClient {
|
|
|
286
286
|
* @param ListQueuesRequest
|
|
287
287
|
* @return ListQueuesResponse
|
|
288
288
|
* @throws OciError when an error occurs
|
|
289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/ListQueues.ts.html |here} to see how to use ListQueues API.
|
|
290
290
|
*/
|
|
291
291
|
listQueues(listQueuesRequest: requests.ListQueuesRequest): Promise<responses.ListQueuesResponse>;
|
|
292
292
|
/**
|
|
@@ -296,7 +296,7 @@ export declare class QueueAdminClient {
|
|
|
296
296
|
* @param ListWorkRequestErrorsRequest
|
|
297
297
|
* @return ListWorkRequestErrorsResponse
|
|
298
298
|
* @throws OciError when an error occurs
|
|
299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
300
300
|
*/
|
|
301
301
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
302
302
|
/**
|
|
@@ -306,7 +306,7 @@ export declare class QueueAdminClient {
|
|
|
306
306
|
* @param ListWorkRequestLogsRequest
|
|
307
307
|
* @return ListWorkRequestLogsResponse
|
|
308
308
|
* @throws OciError when an error occurs
|
|
309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
310
310
|
*/
|
|
311
311
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
312
312
|
/**
|
|
@@ -316,7 +316,7 @@ export declare class QueueAdminClient {
|
|
|
316
316
|
* @param ListWorkRequestsRequest
|
|
317
317
|
* @return ListWorkRequestsResponse
|
|
318
318
|
* @throws OciError when an error occurs
|
|
319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
320
320
|
*/
|
|
321
321
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
322
322
|
/**
|
|
@@ -328,7 +328,7 @@ export declare class QueueAdminClient {
|
|
|
328
328
|
* @param PurgeQueueRequest
|
|
329
329
|
* @return PurgeQueueResponse
|
|
330
330
|
* @throws OciError when an error occurs
|
|
331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/PurgeQueue.ts.html |here} to see how to use PurgeQueue API.
|
|
332
332
|
*/
|
|
333
333
|
purgeQueue(purgeQueueRequest: requests.PurgeQueueRequest): Promise<responses.PurgeQueueResponse>;
|
|
334
334
|
/**
|
|
@@ -337,7 +337,7 @@ export declare class QueueAdminClient {
|
|
|
337
337
|
* @param UpdateQueueRequest
|
|
338
338
|
* @return UpdateQueueResponse
|
|
339
339
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/UpdateQueue.ts.html |here} to see how to use UpdateQueue API.
|
|
341
341
|
*/
|
|
342
342
|
updateQueue(updateQueueRequest: requests.UpdateQueueRequest): Promise<responses.UpdateQueueResponse>;
|
|
343
343
|
}
|
package/lib/client.js
CHANGED
|
@@ -169,7 +169,7 @@ class QueueClient {
|
|
|
169
169
|
* @param DeleteMessageRequest
|
|
170
170
|
* @return DeleteMessageResponse
|
|
171
171
|
* @throws OciError when an error occurs
|
|
172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/DeleteMessage.ts.html |here} to see how to use DeleteMessage API.
|
|
173
173
|
*/
|
|
174
174
|
deleteMessage(deleteMessageRequest) {
|
|
175
175
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -227,7 +227,7 @@ class QueueClient {
|
|
|
227
227
|
* @param DeleteMessagesRequest
|
|
228
228
|
* @return DeleteMessagesResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/DeleteMessages.ts.html |here} to see how to use DeleteMessages API.
|
|
231
231
|
*/
|
|
232
232
|
deleteMessages(deleteMessagesRequest) {
|
|
233
233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -292,7 +292,7 @@ class QueueClient {
|
|
|
292
292
|
* @param GetMessagesRequest
|
|
293
293
|
* @return GetMessagesResponse
|
|
294
294
|
* @throws OciError when an error occurs
|
|
295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/GetMessages.ts.html |here} to see how to use GetMessages API.
|
|
296
296
|
*/
|
|
297
297
|
getMessages(getMessagesRequest) {
|
|
298
298
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -358,7 +358,7 @@ class QueueClient {
|
|
|
358
358
|
* @param GetStatsRequest
|
|
359
359
|
* @return GetStatsResponse
|
|
360
360
|
* @throws OciError when an error occurs
|
|
361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/GetStats.ts.html |here} to see how to use GetStats API.
|
|
362
362
|
*/
|
|
363
363
|
getStats(getStatsRequest) {
|
|
364
364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -422,7 +422,7 @@ class QueueClient {
|
|
|
422
422
|
* @param ListChannelsRequest
|
|
423
423
|
* @return ListChannelsResponse
|
|
424
424
|
* @throws OciError when an error occurs
|
|
425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
426
426
|
*/
|
|
427
427
|
listChannels(listChannelsRequest) {
|
|
428
428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -492,7 +492,7 @@ class QueueClient {
|
|
|
492
492
|
* @param PutMessagesRequest
|
|
493
493
|
* @return PutMessagesResponse
|
|
494
494
|
* @throws OciError when an error occurs
|
|
495
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/PutMessages.ts.html |here} to see how to use PutMessages API.
|
|
496
496
|
*/
|
|
497
497
|
putMessages(putMessagesRequest) {
|
|
498
498
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -554,7 +554,7 @@ class QueueClient {
|
|
|
554
554
|
* @param UpdateMessageRequest
|
|
555
555
|
* @return UpdateMessageResponse
|
|
556
556
|
* @throws OciError when an error occurs
|
|
557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/UpdateMessage.ts.html |here} to see how to use UpdateMessage API.
|
|
558
558
|
*/
|
|
559
559
|
updateMessage(updateMessageRequest) {
|
|
560
560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -617,7 +617,7 @@ class QueueClient {
|
|
|
617
617
|
* @param UpdateMessagesRequest
|
|
618
618
|
* @return UpdateMessagesResponse
|
|
619
619
|
* @throws OciError when an error occurs
|
|
620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/UpdateMessages.ts.html |here} to see how to use UpdateMessages API.
|
|
621
621
|
*/
|
|
622
622
|
updateMessages(updateMessagesRequest) {
|
|
623
623
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -813,7 +813,7 @@ class QueueAdminClient {
|
|
|
813
813
|
* @param ChangeQueueCompartmentRequest
|
|
814
814
|
* @return ChangeQueueCompartmentResponse
|
|
815
815
|
* @throws OciError when an error occurs
|
|
816
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
816
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/ChangeQueueCompartment.ts.html |here} to see how to use ChangeQueueCompartment API.
|
|
817
817
|
*/
|
|
818
818
|
changeQueueCompartment(changeQueueCompartmentRequest) {
|
|
819
819
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -875,7 +875,7 @@ class QueueAdminClient {
|
|
|
875
875
|
* @param CreateQueueRequest
|
|
876
876
|
* @return CreateQueueResponse
|
|
877
877
|
* @throws OciError when an error occurs
|
|
878
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
878
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/CreateQueue.ts.html |here} to see how to use CreateQueue API.
|
|
879
879
|
*/
|
|
880
880
|
createQueue(createQueueRequest) {
|
|
881
881
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -934,7 +934,7 @@ class QueueAdminClient {
|
|
|
934
934
|
* @param DeleteQueueRequest
|
|
935
935
|
* @return DeleteQueueResponse
|
|
936
936
|
* @throws OciError when an error occurs
|
|
937
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/DeleteQueue.ts.html |here} to see how to use DeleteQueue API.
|
|
938
938
|
*/
|
|
939
939
|
deleteQueue(deleteQueueRequest) {
|
|
940
940
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -994,7 +994,7 @@ class QueueAdminClient {
|
|
|
994
994
|
* @param GetQueueRequest
|
|
995
995
|
* @return GetQueueResponse
|
|
996
996
|
* @throws OciError when an error occurs
|
|
997
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
997
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/GetQueue.ts.html |here} to see how to use GetQueue API.
|
|
998
998
|
*/
|
|
999
999
|
getQueue(getQueueRequest) {
|
|
1000
1000
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1057,7 +1057,7 @@ class QueueAdminClient {
|
|
|
1057
1057
|
* @param GetWorkRequestRequest
|
|
1058
1058
|
* @return GetWorkRequestResponse
|
|
1059
1059
|
* @throws OciError when an error occurs
|
|
1060
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1060
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1061
1061
|
*/
|
|
1062
1062
|
getWorkRequest(getWorkRequestRequest) {
|
|
1063
1063
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1121,7 +1121,7 @@ class QueueAdminClient {
|
|
|
1121
1121
|
* @param ListQueuesRequest
|
|
1122
1122
|
* @return ListQueuesResponse
|
|
1123
1123
|
* @throws OciError when an error occurs
|
|
1124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/ListQueues.ts.html |here} to see how to use ListQueues API.
|
|
1125
1125
|
*/
|
|
1126
1126
|
listQueues(listQueuesRequest) {
|
|
1127
1127
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1192,7 +1192,7 @@ class QueueAdminClient {
|
|
|
1192
1192
|
* @param ListWorkRequestErrorsRequest
|
|
1193
1193
|
* @return ListWorkRequestErrorsResponse
|
|
1194
1194
|
* @throws OciError when an error occurs
|
|
1195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1196
1196
|
*/
|
|
1197
1197
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1198
1198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1259,7 +1259,7 @@ class QueueAdminClient {
|
|
|
1259
1259
|
* @param ListWorkRequestLogsRequest
|
|
1260
1260
|
* @return ListWorkRequestLogsResponse
|
|
1261
1261
|
* @throws OciError when an error occurs
|
|
1262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1263
1263
|
*/
|
|
1264
1264
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1265
1265
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1326,7 +1326,7 @@ class QueueAdminClient {
|
|
|
1326
1326
|
* @param ListWorkRequestsRequest
|
|
1327
1327
|
* @return ListWorkRequestsResponse
|
|
1328
1328
|
* @throws OciError when an error occurs
|
|
1329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1330
1330
|
*/
|
|
1331
1331
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1332
1332
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1395,7 +1395,7 @@ class QueueAdminClient {
|
|
|
1395
1395
|
* @param PurgeQueueRequest
|
|
1396
1396
|
* @return PurgeQueueResponse
|
|
1397
1397
|
* @throws OciError when an error occurs
|
|
1398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/PurgeQueue.ts.html |here} to see how to use PurgeQueue API.
|
|
1399
1399
|
*/
|
|
1400
1400
|
purgeQueue(purgeQueueRequest) {
|
|
1401
1401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1456,7 +1456,7 @@ class QueueAdminClient {
|
|
|
1456
1456
|
* @param UpdateQueueRequest
|
|
1457
1457
|
* @return UpdateQueueResponse
|
|
1458
1458
|
* @throws OciError when an error occurs
|
|
1459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1459
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/UpdateQueue.ts.html |here} to see how to use UpdateQueue API.
|
|
1460
1460
|
*/
|
|
1461
1461
|
updateQueue(updateQueueRequest) {
|
|
1462
1462
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -48,7 +48,7 @@ export interface CreateQueueDetails {
|
|
|
48
48
|
"customEncryptionKeyId"?: string;
|
|
49
49
|
/**
|
|
50
50
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
51
|
-
* Example:
|
|
51
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
54
54
|
"freeformTags"?: {
|
|
@@ -56,7 +56,7 @@ export interface CreateQueueDetails {
|
|
|
56
56
|
};
|
|
57
57
|
/**
|
|
58
58
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
59
|
-
* Example:
|
|
59
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
60
60
|
*
|
|
61
61
|
*/
|
|
62
62
|
"definedTags"?: {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
/**
|
|
14
14
|
* Represents the result of a DeleteMessages request, whether it was successful or not.
|
|
15
15
|
* If a message was successfully deleted from the queue, the entry does not contain any fields.
|
|
16
|
-
* If a message failed to be deleted from the queue, the entry includes the
|
|
16
|
+
* If a message failed to be deleted from the queue, the entry includes the {@code errorCode} and {@code errorMessage} fields.
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
export interface DeleteMessagesResultEntry {
|
|
@@ -25,9 +25,9 @@ export interface DeleteMessagesResult {
|
|
|
25
25
|
"clientFailures": number;
|
|
26
26
|
/**
|
|
27
27
|
* An array of items representing the result of each action.
|
|
28
|
-
* The order is guaranteed to be the same as in the
|
|
28
|
+
* The order is guaranteed to be the same as in the {@code DeleteMessagesDetails} object.
|
|
29
29
|
* If a message was successfully deleted from the queue, the entry does not contain any fields.
|
|
30
|
-
* If a message failed to be deleted from the queue, the entry includes the
|
|
30
|
+
* If a message failed to be deleted from the queue, the entry includes the {@code errorCode} and {@code errorMessage} fields.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"entries": Array<model.DeleteMessagesResultEntry>;
|
|
@@ -36,14 +36,14 @@ export interface GetMessage {
|
|
|
36
36
|
/**
|
|
37
37
|
* The time after which the message will be visible to other consumers, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
38
38
|
* <p>
|
|
39
|
-
Example:
|
|
39
|
+
Example: {@code 2018-04-20T00:00:07.405Z}
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"visibleAfter": Date;
|
|
43
43
|
/**
|
|
44
44
|
* The time after which the message will be automatically deleted, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
45
45
|
* <p>
|
|
46
|
-
Example:
|
|
46
|
+
Example: {@code 2018-04-20T00:00:07.405Z}
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
"expireAfter": Date;
|
|
@@ -21,7 +21,7 @@ export interface PutMessage {
|
|
|
21
21
|
/**
|
|
22
22
|
* The time after which the message will be automatically deleted, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
23
23
|
* <p>
|
|
24
|
-
Example:
|
|
24
|
+
Example: {@code 2018-04-20T00:00:07.405Z}
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"expireAfter"?: Date;
|
|
@@ -29,14 +29,14 @@ export interface QueueSummary {
|
|
|
29
29
|
/**
|
|
30
30
|
* The time that the queue was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
31
31
|
* <p>
|
|
32
|
-
Example:
|
|
32
|
+
Example: {@code 2018-04-20T00:00:07.405Z}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"timeCreated": Date;
|
|
36
36
|
/**
|
|
37
37
|
* The time that the queue was updated, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
38
38
|
* <p>
|
|
39
|
-
Example:
|
|
39
|
+
Example: {@code 2018-04-20T00:00:07.405Z}
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"timeUpdated": Date;
|
|
@@ -54,7 +54,7 @@ export interface QueueSummary {
|
|
|
54
54
|
"messagesEndpoint": string;
|
|
55
55
|
/**
|
|
56
56
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
57
|
-
* Example:
|
|
57
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
58
58
|
*
|
|
59
59
|
*/
|
|
60
60
|
"freeformTags"?: {
|
|
@@ -62,7 +62,7 @@ export interface QueueSummary {
|
|
|
62
62
|
};
|
|
63
63
|
/**
|
|
64
64
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
65
|
-
* Example:
|
|
65
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"definedTags"?: {
|
|
@@ -72,7 +72,7 @@ export interface QueueSummary {
|
|
|
72
72
|
};
|
|
73
73
|
/**
|
|
74
74
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
75
|
-
* Example:
|
|
75
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
76
76
|
*
|
|
77
77
|
*/
|
|
78
78
|
"systemTags"?: {
|
package/lib/model/queue.d.ts
CHANGED
|
@@ -29,14 +29,14 @@ export interface Queue {
|
|
|
29
29
|
/**
|
|
30
30
|
* The time that the queue was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
31
31
|
* <p>
|
|
32
|
-
Example:
|
|
32
|
+
Example: {@code 2018-04-20T00:00:07.405Z}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"timeCreated": Date;
|
|
36
36
|
/**
|
|
37
37
|
* The time that the queue was updated, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
38
38
|
* <p>
|
|
39
|
-
Example:
|
|
39
|
+
Example: {@code 2018-04-20T00:00:07.405Z}
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"timeUpdated": Date;
|
|
@@ -74,7 +74,7 @@ export interface Queue {
|
|
|
74
74
|
"customEncryptionKeyId"?: string;
|
|
75
75
|
/**
|
|
76
76
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
77
|
-
* Example:
|
|
77
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
78
78
|
*
|
|
79
79
|
*/
|
|
80
80
|
"freeformTags"?: {
|
|
@@ -82,7 +82,7 @@ export interface Queue {
|
|
|
82
82
|
};
|
|
83
83
|
/**
|
|
84
84
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
85
|
-
* Example:
|
|
85
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
86
86
|
*
|
|
87
87
|
*/
|
|
88
88
|
"definedTags"?: {
|
|
@@ -92,7 +92,7 @@ export interface Queue {
|
|
|
92
92
|
};
|
|
93
93
|
/**
|
|
94
94
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
95
|
-
* Example:
|
|
95
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
96
96
|
*
|
|
97
97
|
*/
|
|
98
98
|
"systemTags"?: {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Represents the result of a UpdateMessages request, whether it was successful or not.
|
|
15
|
-
* If a message was successfully updated in the queue, the entry includes the
|
|
16
|
-
* If a message failed to be updated in the queue, the entry includes the
|
|
15
|
+
* If a message was successfully updated in the queue, the entry includes the {@code id} and {@code visibleAfter} fields.
|
|
16
|
+
* If a message failed to be updated in the queue, the entry includes the {@code errorCode} and {@code errorMessage} fields.
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
export interface UpdateMessagesResultEntry {
|
|
@@ -24,7 +24,7 @@ export interface UpdateMessagesResultEntry {
|
|
|
24
24
|
/**
|
|
25
25
|
* The time after which the message will be visible to other consumers, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
26
26
|
* <p>
|
|
27
|
-
Example:
|
|
27
|
+
Example: {@code 2018-04-20T00:00:07.405Z}
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"visibleAfter"?: Date;
|
|
@@ -20,14 +20,14 @@ export interface UpdateMessagesResult {
|
|
|
20
20
|
*/
|
|
21
21
|
"serverFailures": number;
|
|
22
22
|
/**
|
|
23
|
-
* The number of messages that failed to be updated in the queue because of a client failure such as an invalid receipt or invalid
|
|
23
|
+
* The number of messages that failed to be updated in the queue because of a client failure such as an invalid receipt or invalid {@code visibilityInSeconds}. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
24
24
|
*/
|
|
25
25
|
"clientFailures": number;
|
|
26
26
|
/**
|
|
27
27
|
* An array of items representing the result of each action.
|
|
28
|
-
* The order is guaranteed to be the same as in the
|
|
29
|
-
* If a message was successfully updated in the queue, the entry includes the
|
|
30
|
-
* If a message failed to be updated in the queue, the entry includes the
|
|
28
|
+
* The order is guaranteed to be the same as in the {@code UpdateMessagesDetails} object.
|
|
29
|
+
* If a message was successfully updated in the queue, the entry includes the {@code id} and {@code visibleAfter} fields.
|
|
30
|
+
* If a message failed to be updated in the queue, the entry includes the {@code errorCode} and {@code errorMessage} fields.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"entries": Array<model.UpdateMessagesResultEntry>;
|
|
@@ -43,7 +43,7 @@ export interface UpdateQueueDetails {
|
|
|
43
43
|
"customEncryptionKeyId"?: string;
|
|
44
44
|
/**
|
|
45
45
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
46
|
-
* Example:
|
|
46
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
"freeformTags"?: {
|
|
@@ -51,7 +51,7 @@ export interface UpdateQueueDetails {
|
|
|
51
51
|
};
|
|
52
52
|
/**
|
|
53
53
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
54
|
-
* Example:
|
|
54
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
"definedTags"?: {
|
|
@@ -21,7 +21,7 @@ export interface UpdatedMessage {
|
|
|
21
21
|
/**
|
|
22
22
|
* The time after which the message will be visible to other consumers, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
23
23
|
* <p>
|
|
24
|
-
Example:
|
|
24
|
+
Example: {@code 2018-04-20T00:00:07.405Z}
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"visibleAfter": Date;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/ChangeQueueCompartment.ts.html |here} to see how to use ChangeQueueCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeQueueCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface ChangeQueueCompartmentRequest extends common.BaseRequest {
|
|
|
26
26
|
"changeQueueCompartmentDetails": model.ChangeQueueCompartmentDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/CreateQueue.ts.html |here} to see how to use CreateQueueRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateQueueRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/DeleteMessage.ts.html |here} to see how to use DeleteMessageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteMessageRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/DeleteMessages.ts.html |here} to see how to use DeleteMessagesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DeleteMessagesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/DeleteQueue.ts.html |here} to see how to use DeleteQueueRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteQueueRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteQueueRequest extends common.BaseRequest {
|
|
|
21
21
|
"queueId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
-
* for a resource, set the
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
25
|
* etag from a previous GET or POST response for that resource.
|
|
26
26
|
* The resource will be updated or deleted only if the etag you
|
|
27
27
|
* provide matches the resource's current etag value.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/GetMessages.ts.html |here} to see how to use GetMessagesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetMessagesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -20,16 +20,16 @@ export interface GetMessagesRequest extends common.BaseRequest {
|
|
|
20
20
|
*/
|
|
21
21
|
"queueId": string;
|
|
22
22
|
/**
|
|
23
|
-
* If the
|
|
23
|
+
* If the {@code visibilityInSeconds} parameter is set, messages will be hidden for {@code visibilityInSeconds} seconds and won't be consumable by other consumers during that time.
|
|
24
24
|
* If it isn't set it defaults to the value set at the queue level.
|
|
25
25
|
* <p>
|
|
26
|
-
Using a
|
|
26
|
+
Using a {@code visibilityInSeconds} value of 0 effectively acts as a peek functionality.
|
|
27
27
|
* Messages retrieved that way aren't meant to be deleted because they will most likely be delivered to another consumer as their visibility won't change, but will still increase the delivery count by one.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"visibilityInSeconds"?: number;
|
|
31
31
|
/**
|
|
32
|
-
* If the
|
|
32
|
+
* If the {@code timeoutInSeconds parameter} isn't set or it is set to a value greater than 0, the request is using the long-polling mode and will only return when a message is available for consumption (it does not wait for limit messages but still only returns at-most limit messages) or after {@code timeoutInSeconds} seconds (in which case it will return an empty response), whichever comes first.
|
|
33
33
|
* <p>
|
|
34
34
|
If the parameter is set to 0, the request is using the short-polling mode and immediately returns whether messages have been retrieved or not.
|
|
35
35
|
* In same rare-cases a long-polling request could be interrupted (returned with empty response) before the end of the timeout.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/GetQueue.ts.html |here} to see how to use GetQueueRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetQueueRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/GetStats.ts.html |here} to see how to use GetStatsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetStatsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/ListChannels.ts.html |here} to see how to use ListChannelsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListChannelsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/ListQueues.ts.html |here} to see how to use ListQueuesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListQueuesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/PurgeQueue.ts.html |here} to see how to use PurgeQueueRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface PurgeQueueRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface PurgeQueueRequest extends common.BaseRequest {
|
|
|
26
26
|
"purgeQueueDetails": model.PurgeQueueDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/PutMessages.ts.html |here} to see how to use PutMessagesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface PutMessagesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/UpdateMessage.ts.html |here} to see how to use UpdateMessageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateMessageRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/UpdateMessages.ts.html |here} to see how to use UpdateMessagesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateMessagesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/queue/UpdateQueue.ts.html |here} to see how to use UpdateQueueRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateQueueRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateQueueRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateQueueDetails": model.UpdateQueueDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -20,7 +20,7 @@ export interface ListChannelsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListQueuesResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListWorkRequestErrorsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListWorkRequestLogsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-queue",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
4
4
|
"description": "OCI NodeJS client for Queue Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|