oci-queue 2.69.0 → 2.70.1
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/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +67 -29
- package/lib/client.js +130 -31
- package/lib/client.js.map +1 -1
- package/lib/model/action-type.d.ts +1 -1
- package/lib/model/action-type.js +1 -1
- package/lib/model/change-queue-compartment-details.d.ts +1 -1
- package/lib/model/change-queue-compartment-details.js +1 -1
- package/lib/model/channel-collection.d.ts +25 -0
- package/lib/model/channel-collection.js +29 -0
- package/lib/model/channel-collection.js.map +1 -0
- package/lib/model/create-queue-details.d.ts +11 -7
- package/lib/model/create-queue-details.js +1 -1
- package/lib/model/create-queue-details.js.map +1 -1
- package/lib/model/delete-messages-details-entry.d.ts +2 -2
- package/lib/model/delete-messages-details-entry.js +1 -1
- package/lib/model/delete-messages-details.d.ts +1 -1
- package/lib/model/delete-messages-details.js +1 -1
- package/lib/model/delete-messages-result-entry.d.ts +1 -1
- package/lib/model/delete-messages-result-entry.js +1 -1
- package/lib/model/delete-messages-result.d.ts +1 -1
- package/lib/model/delete-messages-result.js +1 -1
- package/lib/model/get-message.d.ts +16 -8
- package/lib/model/get-message.js +29 -3
- package/lib/model/get-message.js.map +1 -1
- package/lib/model/get-messages.d.ts +1 -1
- package/lib/model/get-messages.js +1 -1
- package/lib/model/index.d.ts +5 -1
- package/lib/model/index.js +6 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/message-metadata.d.ts +31 -0
- package/lib/model/message-metadata.js +29 -0
- package/lib/model/message-metadata.js.map +1 -0
- package/lib/model/operation-status.d.ts +1 -1
- package/lib/model/operation-status.js +1 -1
- package/lib/model/operation-type.d.ts +1 -1
- package/lib/model/operation-type.js +1 -1
- package/lib/model/purge-queue-details.d.ts +11 -4
- package/lib/model/purge-queue-details.js +1 -1
- package/lib/model/purge-queue-details.js.map +1 -1
- package/lib/model/put-message.d.ts +10 -3
- package/lib/model/put-message.js +1 -1
- package/lib/model/put-message.js.map +1 -1
- package/lib/model/put-messages-details-entry.d.ts +3 -1
- package/lib/model/put-messages-details-entry.js +29 -3
- package/lib/model/put-messages-details-entry.js.map +1 -1
- package/lib/model/put-messages-details.d.ts +1 -1
- package/lib/model/put-messages-details.js +1 -1
- package/lib/model/put-messages.d.ts +3 -3
- package/lib/model/put-messages.js +1 -1
- package/lib/model/queue-collection.d.ts +1 -1
- package/lib/model/queue-collection.js +1 -1
- package/lib/model/queue-stats.d.ts +6 -2
- package/lib/model/queue-stats.js +1 -1
- package/lib/model/queue-stats.js.map +1 -1
- package/lib/model/queue-summary.d.ts +18 -12
- package/lib/model/queue-summary.js +1 -1
- package/lib/model/queue-summary.js.map +1 -1
- package/lib/model/queue.d.ts +23 -13
- package/lib/model/queue.js +1 -1
- package/lib/model/queue.js.map +1 -1
- package/lib/model/sort-order.d.ts +1 -1
- package/lib/model/sort-order.js +1 -1
- package/lib/model/stats.d.ts +2 -2
- package/lib/model/stats.js +1 -1
- package/lib/model/update-message-details.d.ts +1 -1
- package/lib/model/update-message-details.js +1 -1
- package/lib/model/update-messages-details-entry.d.ts +2 -2
- package/lib/model/update-messages-details-entry.js +1 -1
- package/lib/model/update-messages-details.d.ts +2 -2
- package/lib/model/update-messages-details.js +1 -1
- package/lib/model/update-messages-result-entry.d.ts +7 -4
- package/lib/model/update-messages-result-entry.js +1 -1
- package/lib/model/update-messages-result-entry.js.map +1 -1
- package/lib/model/update-messages-result.d.ts +2 -2
- package/lib/model/update-messages-result.js +1 -1
- package/lib/model/update-queue-details.d.ts +9 -5
- package/lib/model/update-queue-details.js +1 -1
- package/lib/model/update-queue-details.js.map +1 -1
- package/lib/model/updated-message.d.ts +7 -4
- package/lib/model/updated-message.js +1 -1
- package/lib/model/updated-message.js.map +1 -1
- package/lib/model/work-request-error-collection.d.ts +1 -1
- package/lib/model/work-request-error-collection.js +1 -1
- package/lib/model/work-request-error.d.ts +2 -2
- package/lib/model/work-request-error.js +1 -1
- package/lib/model/work-request-log-entry-collection.d.ts +1 -1
- package/lib/model/work-request-log-entry-collection.js +1 -1
- package/lib/model/work-request-log-entry.d.ts +2 -2
- package/lib/model/work-request-log-entry.js +1 -1
- package/lib/model/work-request-resource.d.ts +1 -1
- package/lib/model/work-request-resource.js +1 -1
- package/lib/model/work-request-summary-collection.d.ts +1 -1
- package/lib/model/work-request-summary-collection.js +1 -1
- package/lib/model/work-request-summary.d.ts +3 -3
- package/lib/model/work-request-summary.js +1 -1
- package/lib/model/work-request.d.ts +2 -2
- package/lib/model/work-request.js +1 -1
- package/lib/queueadmin-waiter.d.ts +1 -1
- package/lib/queueadmin-waiter.js +1 -1
- package/lib/request/change-queue-compartment-request.d.ts +3 -3
- package/lib/request/create-queue-request.d.ts +2 -2
- package/lib/request/delete-message-request.d.ts +3 -3
- package/lib/request/delete-messages-request.d.ts +3 -3
- package/lib/request/delete-queue-request.d.ts +3 -3
- package/lib/request/get-messages-request.d.ts +20 -16
- package/lib/request/get-queue-request.d.ts +3 -3
- package/lib/request/get-stats-request.d.ts +7 -3
- package/lib/request/get-work-request-request.d.ts +2 -2
- package/lib/request/index.d.ts +3 -1
- package/lib/request/index.js +1 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-channels-request.d.ts +38 -0
- package/lib/request/list-channels-request.js +15 -0
- package/lib/request/list-channels-request.js.map +1 -0
- package/lib/request/list-queues-request.d.ts +6 -6
- package/lib/request/list-work-request-errors-request.d.ts +4 -4
- package/lib/request/list-work-request-logs-request.d.ts +4 -4
- package/lib/request/list-work-requests-request.d.ts +5 -5
- package/lib/request/purge-queue-request.d.ts +3 -3
- package/lib/request/put-messages-request.d.ts +3 -3
- package/lib/request/update-message-request.d.ts +3 -3
- package/lib/request/update-messages-request.d.ts +3 -3
- package/lib/request/update-queue-request.d.ts +3 -3
- package/lib/response/index.d.ts +3 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-channels-response.d.ts +32 -0
- package/lib/response/list-channels-response.js +15 -0
- package/lib/response/list-channels-response.js.map +1 -0
- package/package.json +3 -3
package/lib/model/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Queue API
|
|
4
|
-
*
|
|
4
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
5
5
|
* OpenAPI spec version: 20210201
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -31,11 +31,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
31
31
|
return result;
|
|
32
32
|
};
|
|
33
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
-
exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdatedMessage = exports.UpdateQueueDetails = exports.UpdateMessagesResultEntry = exports.UpdateMessagesResult = exports.UpdateMessagesDetailsEntry = exports.UpdateMessagesDetails = exports.UpdateMessageDetails = exports.Stats = exports.SortOrder = exports.QueueSummary = exports.QueueStats = exports.QueueCollection = exports.Queue = exports.PutMessagesDetailsEntry = exports.PutMessagesDetails = exports.PutMessages = exports.PutMessage = exports.PurgeQueueDetails = exports.OperationType = exports.OperationStatus = exports.GetMessages = exports.GetMessage = exports.DeleteMessagesResultEntry = exports.DeleteMessagesResult = exports.DeleteMessagesDetailsEntry = exports.DeleteMessagesDetails = exports.CreateQueueDetails = exports.ChangeQueueCompartmentDetails = exports.ActionType = void 0;
|
|
34
|
+
exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdatedMessage = exports.UpdateQueueDetails = exports.UpdateMessagesResultEntry = exports.UpdateMessagesResult = exports.UpdateMessagesDetailsEntry = exports.UpdateMessagesDetails = exports.UpdateMessageDetails = exports.Stats = exports.SortOrder = exports.QueueSummary = exports.QueueStats = exports.QueueCollection = exports.Queue = exports.PutMessagesDetailsEntry = exports.PutMessagesDetails = exports.PutMessages = exports.PutMessage = exports.PurgeQueueDetails = exports.OperationType = exports.OperationStatus = exports.MessageMetadata = exports.GetMessages = exports.GetMessage = exports.DeleteMessagesResultEntry = exports.DeleteMessagesResult = exports.DeleteMessagesDetailsEntry = exports.DeleteMessagesDetails = exports.CreateQueueDetails = exports.ChannelCollection = exports.ChangeQueueCompartmentDetails = exports.ActionType = void 0;
|
|
35
35
|
const ActionType = __importStar(require("./action-type"));
|
|
36
36
|
exports.ActionType = ActionType.ActionType;
|
|
37
37
|
const ChangeQueueCompartmentDetails = __importStar(require("./change-queue-compartment-details"));
|
|
38
38
|
exports.ChangeQueueCompartmentDetails = ChangeQueueCompartmentDetails.ChangeQueueCompartmentDetails;
|
|
39
|
+
const ChannelCollection = __importStar(require("./channel-collection"));
|
|
40
|
+
exports.ChannelCollection = ChannelCollection.ChannelCollection;
|
|
39
41
|
const CreateQueueDetails = __importStar(require("./create-queue-details"));
|
|
40
42
|
exports.CreateQueueDetails = CreateQueueDetails.CreateQueueDetails;
|
|
41
43
|
const DeleteMessagesDetails = __importStar(require("./delete-messages-details"));
|
|
@@ -50,6 +52,8 @@ const GetMessage = __importStar(require("./get-message"));
|
|
|
50
52
|
exports.GetMessage = GetMessage.GetMessage;
|
|
51
53
|
const GetMessages = __importStar(require("./get-messages"));
|
|
52
54
|
exports.GetMessages = GetMessages.GetMessages;
|
|
55
|
+
const MessageMetadata = __importStar(require("./message-metadata"));
|
|
56
|
+
exports.MessageMetadata = MessageMetadata.MessageMetadata;
|
|
53
57
|
const OperationStatus = __importStar(require("./operation-status"));
|
|
54
58
|
exports.OperationStatus = OperationStatus.OperationStatus;
|
|
55
59
|
const OperationType = __importStar(require("./operation-type"));
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Queue API
|
|
3
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
4
|
+
* OpenAPI spec version: 20210201
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Object that represents metadata for message.
|
|
15
|
+
*/
|
|
16
|
+
export interface MessageMetadata {
|
|
17
|
+
/**
|
|
18
|
+
* The channel ID which specifies the channel to publish or retrieve messages.
|
|
19
|
+
*/
|
|
20
|
+
"channelId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Additional message properties
|
|
23
|
+
*/
|
|
24
|
+
"customProperties"?: {
|
|
25
|
+
[key: string]: string;
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
export declare namespace MessageMetadata {
|
|
29
|
+
function getJsonObj(obj: MessageMetadata): object;
|
|
30
|
+
function getDeserializedJsonObj(obj: MessageMetadata): object;
|
|
31
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Queue API
|
|
4
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
5
|
+
* OpenAPI spec version: 20210201
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.MessageMetadata = void 0;
|
|
16
|
+
var MessageMetadata;
|
|
17
|
+
(function (MessageMetadata) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
MessageMetadata.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
MessageMetadata.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(MessageMetadata = exports.MessageMetadata || (exports.MessageMetadata = {}));
|
|
29
|
+
//# sourceMappingURL=message-metadata.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"message-metadata.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/message-metadata.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,eAAe,CAW/B;AAXD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAW/B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Queue API
|
|
4
|
-
*
|
|
4
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
5
5
|
* OpenAPI spec version: 20210201
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Queue API
|
|
4
|
-
*
|
|
4
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
5
5
|
* OpenAPI spec version: 20210201
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Queue API
|
|
3
|
-
*
|
|
3
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
4
4
|
* OpenAPI spec version: 20210201
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -16,12 +16,19 @@
|
|
|
16
16
|
export interface PurgeQueueDetails {
|
|
17
17
|
/**
|
|
18
18
|
* Type of the purge to perform:
|
|
19
|
-
* - NORMAL - purge only normal queue
|
|
20
|
-
* - DLQ - purge only
|
|
21
|
-
* - BOTH - purge both normal queue and
|
|
19
|
+
* - NORMAL - purge only the normal queue
|
|
20
|
+
* - DLQ - purge only the dead letter queue
|
|
21
|
+
* - BOTH - purge both the normal queue and the dead letter queue
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"purgeType": PurgeQueueDetails.PurgeType;
|
|
25
|
+
/**
|
|
26
|
+
* Optional parameter to specify the destination of purge operation.
|
|
27
|
+
* If the channel ID is specified, the purge operation will delete all the messages in the specific channels.
|
|
28
|
+
* If the channel ID is not specified, the purge operation will delete all the messages in the queue and in the child channels.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"channelIds"?: Array<string>;
|
|
25
32
|
}
|
|
26
33
|
export declare namespace PurgeQueueDetails {
|
|
27
34
|
enum PurgeType {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Queue API
|
|
4
|
-
*
|
|
4
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
5
5
|
* OpenAPI spec version: 20210201
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"purge-queue-details.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/purge-queue-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"purge-queue-details.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/purge-queue-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0BH,IAAiB,iBAAiB,CAiBjC;AAjBD,WAAiB,iBAAiB;IAChC,IAAY,SAIX;IAJD,WAAY,SAAS;QACnB,8BAAiB,CAAA;QACjB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAJW,SAAS,GAAT,2BAAS,KAAT,2BAAS,QAIpB;IAED,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAjBgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAiBjC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Queue API
|
|
3
|
-
*
|
|
3
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
4
4
|
* OpenAPI spec version: 20210201
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -11,13 +11,20 @@
|
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* A message that has been published
|
|
14
|
+
* A message that has been published to a queue.
|
|
15
15
|
*/
|
|
16
16
|
export interface PutMessage {
|
|
17
17
|
/**
|
|
18
|
-
* The
|
|
18
|
+
* The ID of the message. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
19
19
|
*/
|
|
20
20
|
"id": number;
|
|
21
|
+
/**
|
|
22
|
+
* The time after which the message will be automatically deleted, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
23
|
+
* <p>
|
|
24
|
+
Example: `2018-04-20T00:00:07.405Z`
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"expireAfter"?: Date;
|
|
21
28
|
}
|
|
22
29
|
export declare namespace PutMessage {
|
|
23
30
|
function getJsonObj(obj: PutMessage): object;
|
package/lib/model/put-message.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Queue API
|
|
4
|
-
*
|
|
4
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
5
5
|
* OpenAPI spec version: 20210201
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"put-message.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/put-message.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"put-message.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/put-message.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsBH,IAAiB,UAAU,CAW1B;AAXD,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAW1B"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Queue API
|
|
3
|
-
*
|
|
3
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
4
4
|
* OpenAPI spec version: 20210201
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
|
+
import * as model from "../model";
|
|
13
14
|
/**
|
|
14
15
|
* Object that represents a message to publish into a queue.
|
|
15
16
|
*/
|
|
@@ -18,6 +19,7 @@ export interface PutMessagesDetailsEntry {
|
|
|
18
19
|
* The content of the message
|
|
19
20
|
*/
|
|
20
21
|
"content": string;
|
|
22
|
+
"metadata"?: model.MessageMetadata;
|
|
21
23
|
}
|
|
22
24
|
export declare namespace PutMessagesDetailsEntry {
|
|
23
25
|
function getJsonObj(obj: PutMessagesDetailsEntry): object;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Queue API
|
|
4
|
-
*
|
|
4
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
5
5
|
* OpenAPI spec version: 20210201
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -11,17 +11,43 @@
|
|
|
11
11
|
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
14
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
34
|
exports.PutMessagesDetailsEntry = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
16
36
|
var PutMessagesDetailsEntry;
|
|
17
37
|
(function (PutMessagesDetailsEntry) {
|
|
18
38
|
function getJsonObj(obj) {
|
|
19
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"metadata": obj.metadata ? model.MessageMetadata.getJsonObj(obj.metadata) : undefined
|
|
41
|
+
});
|
|
20
42
|
return jsonObj;
|
|
21
43
|
}
|
|
22
44
|
PutMessagesDetailsEntry.getJsonObj = getJsonObj;
|
|
23
45
|
function getDeserializedJsonObj(obj) {
|
|
24
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"metadata": obj.metadata
|
|
48
|
+
? model.MessageMetadata.getDeserializedJsonObj(obj.metadata)
|
|
49
|
+
: undefined
|
|
50
|
+
});
|
|
25
51
|
return jsonObj;
|
|
26
52
|
}
|
|
27
53
|
PutMessagesDetailsEntry.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"put-messages-details-entry.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/put-messages-details-entry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG
|
|
1
|
+
{"version":3,"file":"put-messages-details-entry.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/put-messages-details-entry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,uBAAuB,CAuBvC;AAvBD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;SACtF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,kCAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC;gBAC5D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,8CAAsB,yBAWrC,CAAA;AACH,CAAC,EAvBgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAuBvC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Queue API
|
|
4
|
-
*
|
|
4
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
5
5
|
* OpenAPI spec version: 20210201
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Queue API
|
|
3
|
-
*
|
|
3
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
4
4
|
* OpenAPI spec version: 20210201
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* A list of the messages published
|
|
15
|
+
* A list of the messages published to a queue.
|
|
16
16
|
*/
|
|
17
17
|
export interface PutMessages {
|
|
18
18
|
/**
|
|
19
|
-
* The messages that have been published
|
|
19
|
+
* The messages that have been published to a queue.
|
|
20
20
|
*/
|
|
21
21
|
"messages": Array<model.PutMessage>;
|
|
22
22
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Queue API
|
|
4
|
-
*
|
|
4
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
5
5
|
* OpenAPI spec version: 20210201
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Queue API
|
|
4
|
-
*
|
|
4
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
5
5
|
* OpenAPI spec version: 20210201
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Queue API
|
|
3
|
-
*
|
|
3
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
4
4
|
* OpenAPI spec version: 20210201
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -12,11 +12,15 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* The stats for a queue and its dead letter queue.
|
|
15
|
+
* The stats for a queue and its dead letter queue. If channelId is specified in request field, it will return channel specific stats response.
|
|
16
16
|
*/
|
|
17
17
|
export interface QueueStats {
|
|
18
18
|
"queue": model.Stats;
|
|
19
19
|
"dlq": model.Stats;
|
|
20
|
+
/**
|
|
21
|
+
* If channelId is presented in GetStats call, the channel id will be returned in the GetStats response.
|
|
22
|
+
*/
|
|
23
|
+
"channelId"?: string;
|
|
20
24
|
}
|
|
21
25
|
export declare namespace QueueStats {
|
|
22
26
|
function getJsonObj(obj: QueueStats): object;
|
package/lib/model/queue-stats.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Queue API
|
|
4
|
-
*
|
|
4
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
5
5
|
* OpenAPI spec version: 20210201
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queue-stats.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/queue-stats.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"queue-stats.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/queue-stats.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,UAAU,CAuB1B;AAvBD,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS;YAClE,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;SAC7D,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAVe,qBAAU,aAUzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,sBAAsB,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS;YAC9E,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,sBAAsB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS;SACzE,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAVe,iCAAsB,yBAUrC,CAAA;AACH,CAAC,EAvBgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAuB1B"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Queue API
|
|
3
|
-
*
|
|
3
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
4
4
|
* OpenAPI spec version: 20210201
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -11,39 +11,45 @@
|
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* Summary of the
|
|
14
|
+
* Summary of the queue.
|
|
15
15
|
*/
|
|
16
16
|
export interface QueueSummary {
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* A unique identifier for the queue that is immutable on creation.
|
|
19
19
|
*/
|
|
20
20
|
"id": string;
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* A user-friendly name for the queue. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
23
23
|
*/
|
|
24
24
|
"displayName"?: string;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the queue.
|
|
27
27
|
*/
|
|
28
28
|
"compartmentId": string;
|
|
29
29
|
/**
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
* The time that the queue was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
31
|
+
* <p>
|
|
32
|
+
Example: `2018-04-20T00:00:07.405Z`
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
32
35
|
"timeCreated": Date;
|
|
33
36
|
/**
|
|
34
|
-
|
|
35
|
-
|
|
37
|
+
* The time that the queue was updated, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
38
|
+
* <p>
|
|
39
|
+
Example: `2018-04-20T00:00:07.405Z`
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
36
42
|
"timeUpdated": Date;
|
|
37
43
|
/**
|
|
38
|
-
* The current state of the
|
|
44
|
+
* The current state of the queue.
|
|
39
45
|
*/
|
|
40
46
|
"lifecycleState": string;
|
|
41
47
|
/**
|
|
42
|
-
*
|
|
48
|
+
* Any additional details about the current state of the queue.
|
|
43
49
|
*/
|
|
44
50
|
"lifecycleDetails"?: string;
|
|
45
51
|
/**
|
|
46
|
-
* The endpoint to use to
|
|
52
|
+
* The endpoint to use to consume or publish messages in the queue.
|
|
47
53
|
*/
|
|
48
54
|
"messagesEndpoint": string;
|
|
49
55
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Queue API
|
|
4
|
-
*
|
|
4
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
5
5
|
* OpenAPI spec version: 20210201
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queue-summary.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/queue-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"queue-summary.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/model/queue-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmEH,IAAiB,YAAY,CAW5B;AAXD,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAW5B"}
|
package/lib/model/queue.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Queue API
|
|
3
|
-
*
|
|
3
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
4
4
|
* OpenAPI spec version: 20210201
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -11,35 +11,41 @@
|
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* A detailed representation of a queue and its configuration.
|
|
15
15
|
*/
|
|
16
16
|
export interface Queue {
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* A unique identifier for the queue that is immutable on creation.
|
|
19
19
|
*/
|
|
20
20
|
"id": string;
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* A user-friendly name for the queue. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
23
23
|
*/
|
|
24
24
|
"displayName"?: string;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the queue.
|
|
27
27
|
*/
|
|
28
28
|
"compartmentId": string;
|
|
29
29
|
/**
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
* The time that the queue was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
31
|
+
* <p>
|
|
32
|
+
Example: `2018-04-20T00:00:07.405Z`
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
32
35
|
"timeCreated": Date;
|
|
33
36
|
/**
|
|
34
|
-
|
|
35
|
-
|
|
37
|
+
* The time that the queue was updated, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
38
|
+
* <p>
|
|
39
|
+
Example: `2018-04-20T00:00:07.405Z`
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
36
42
|
"timeUpdated": Date;
|
|
37
43
|
/**
|
|
38
|
-
* The current state of the
|
|
44
|
+
* The current state of the queue.
|
|
39
45
|
*/
|
|
40
46
|
"lifecycleState": Queue.LifecycleState;
|
|
41
47
|
/**
|
|
42
|
-
*
|
|
48
|
+
* Any additional details about the current state of the queue.
|
|
43
49
|
*/
|
|
44
50
|
"lifecycleDetails"?: string;
|
|
45
51
|
/**
|
|
@@ -51,7 +57,7 @@ export interface Queue {
|
|
|
51
57
|
*/
|
|
52
58
|
"retentionInSeconds": number;
|
|
53
59
|
/**
|
|
54
|
-
* The default visibility of the messages consumed from the queue. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
60
|
+
* The default visibility timeout of the messages consumed from the queue, in seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
55
61
|
*/
|
|
56
62
|
"visibilityInSeconds": number;
|
|
57
63
|
/**
|
|
@@ -63,7 +69,7 @@ export interface Queue {
|
|
|
63
69
|
*/
|
|
64
70
|
"deadLetterQueueDeliveryCount": number;
|
|
65
71
|
/**
|
|
66
|
-
*
|
|
72
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the custom encryption key to be used to encrypt messages content.
|
|
67
73
|
*/
|
|
68
74
|
"customEncryptionKeyId"?: string;
|
|
69
75
|
/**
|
|
@@ -94,6 +100,10 @@ export interface Queue {
|
|
|
94
100
|
[key: string]: any;
|
|
95
101
|
};
|
|
96
102
|
};
|
|
103
|
+
/**
|
|
104
|
+
* The percentage of allocated queue resources that can be consumed by a single channel. For example, if a queue has a storage limit of 2Gb, and a single channel consumption limit is 0.1 (10%), that means data size of a single channel can't exceed 200Mb. Consumption limit of 100% (default) means that a single channel can consume up-to all allocated queue's resources. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
105
|
+
*/
|
|
106
|
+
"channelConsumptionLimit"?: number;
|
|
97
107
|
}
|
|
98
108
|
export declare namespace Queue {
|
|
99
109
|
enum LifecycleState {
|
package/lib/model/queue.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Queue API
|
|
4
|
-
*
|
|
4
|
+
* Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
|
|
5
5
|
* OpenAPI spec version: 20210201
|
|
6
6
|
*
|
|
7
7
|
*
|