oci-queue 2.69.0 → 2.70.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +67 -29
  4. package/lib/client.js +130 -31
  5. package/lib/client.js.map +1 -1
  6. package/lib/model/action-type.d.ts +1 -1
  7. package/lib/model/action-type.js +1 -1
  8. package/lib/model/change-queue-compartment-details.d.ts +1 -1
  9. package/lib/model/change-queue-compartment-details.js +1 -1
  10. package/lib/model/channel-collection.d.ts +25 -0
  11. package/lib/model/channel-collection.js +29 -0
  12. package/lib/model/channel-collection.js.map +1 -0
  13. package/lib/model/create-queue-details.d.ts +11 -7
  14. package/lib/model/create-queue-details.js +1 -1
  15. package/lib/model/create-queue-details.js.map +1 -1
  16. package/lib/model/delete-messages-details-entry.d.ts +2 -2
  17. package/lib/model/delete-messages-details-entry.js +1 -1
  18. package/lib/model/delete-messages-details.d.ts +1 -1
  19. package/lib/model/delete-messages-details.js +1 -1
  20. package/lib/model/delete-messages-result-entry.d.ts +1 -1
  21. package/lib/model/delete-messages-result-entry.js +1 -1
  22. package/lib/model/delete-messages-result.d.ts +1 -1
  23. package/lib/model/delete-messages-result.js +1 -1
  24. package/lib/model/get-message.d.ts +16 -8
  25. package/lib/model/get-message.js +29 -3
  26. package/lib/model/get-message.js.map +1 -1
  27. package/lib/model/get-messages.d.ts +1 -1
  28. package/lib/model/get-messages.js +1 -1
  29. package/lib/model/index.d.ts +5 -1
  30. package/lib/model/index.js +6 -2
  31. package/lib/model/index.js.map +1 -1
  32. package/lib/model/message-metadata.d.ts +31 -0
  33. package/lib/model/message-metadata.js +29 -0
  34. package/lib/model/message-metadata.js.map +1 -0
  35. package/lib/model/operation-status.d.ts +1 -1
  36. package/lib/model/operation-status.js +1 -1
  37. package/lib/model/operation-type.d.ts +1 -1
  38. package/lib/model/operation-type.js +1 -1
  39. package/lib/model/purge-queue-details.d.ts +11 -4
  40. package/lib/model/purge-queue-details.js +1 -1
  41. package/lib/model/purge-queue-details.js.map +1 -1
  42. package/lib/model/put-message.d.ts +10 -3
  43. package/lib/model/put-message.js +1 -1
  44. package/lib/model/put-message.js.map +1 -1
  45. package/lib/model/put-messages-details-entry.d.ts +3 -1
  46. package/lib/model/put-messages-details-entry.js +29 -3
  47. package/lib/model/put-messages-details-entry.js.map +1 -1
  48. package/lib/model/put-messages-details.d.ts +1 -1
  49. package/lib/model/put-messages-details.js +1 -1
  50. package/lib/model/put-messages.d.ts +3 -3
  51. package/lib/model/put-messages.js +1 -1
  52. package/lib/model/queue-collection.d.ts +1 -1
  53. package/lib/model/queue-collection.js +1 -1
  54. package/lib/model/queue-stats.d.ts +6 -2
  55. package/lib/model/queue-stats.js +1 -1
  56. package/lib/model/queue-stats.js.map +1 -1
  57. package/lib/model/queue-summary.d.ts +18 -12
  58. package/lib/model/queue-summary.js +1 -1
  59. package/lib/model/queue-summary.js.map +1 -1
  60. package/lib/model/queue.d.ts +23 -13
  61. package/lib/model/queue.js +1 -1
  62. package/lib/model/queue.js.map +1 -1
  63. package/lib/model/sort-order.d.ts +1 -1
  64. package/lib/model/sort-order.js +1 -1
  65. package/lib/model/stats.d.ts +2 -2
  66. package/lib/model/stats.js +1 -1
  67. package/lib/model/update-message-details.d.ts +1 -1
  68. package/lib/model/update-message-details.js +1 -1
  69. package/lib/model/update-messages-details-entry.d.ts +2 -2
  70. package/lib/model/update-messages-details-entry.js +1 -1
  71. package/lib/model/update-messages-details.d.ts +2 -2
  72. package/lib/model/update-messages-details.js +1 -1
  73. package/lib/model/update-messages-result-entry.d.ts +7 -4
  74. package/lib/model/update-messages-result-entry.js +1 -1
  75. package/lib/model/update-messages-result-entry.js.map +1 -1
  76. package/lib/model/update-messages-result.d.ts +2 -2
  77. package/lib/model/update-messages-result.js +1 -1
  78. package/lib/model/update-queue-details.d.ts +9 -5
  79. package/lib/model/update-queue-details.js +1 -1
  80. package/lib/model/update-queue-details.js.map +1 -1
  81. package/lib/model/updated-message.d.ts +7 -4
  82. package/lib/model/updated-message.js +1 -1
  83. package/lib/model/updated-message.js.map +1 -1
  84. package/lib/model/work-request-error-collection.d.ts +1 -1
  85. package/lib/model/work-request-error-collection.js +1 -1
  86. package/lib/model/work-request-error.d.ts +2 -2
  87. package/lib/model/work-request-error.js +1 -1
  88. package/lib/model/work-request-log-entry-collection.d.ts +1 -1
  89. package/lib/model/work-request-log-entry-collection.js +1 -1
  90. package/lib/model/work-request-log-entry.d.ts +2 -2
  91. package/lib/model/work-request-log-entry.js +1 -1
  92. package/lib/model/work-request-resource.d.ts +1 -1
  93. package/lib/model/work-request-resource.js +1 -1
  94. package/lib/model/work-request-summary-collection.d.ts +1 -1
  95. package/lib/model/work-request-summary-collection.js +1 -1
  96. package/lib/model/work-request-summary.d.ts +3 -3
  97. package/lib/model/work-request-summary.js +1 -1
  98. package/lib/model/work-request.d.ts +2 -2
  99. package/lib/model/work-request.js +1 -1
  100. package/lib/queueadmin-waiter.d.ts +1 -1
  101. package/lib/queueadmin-waiter.js +1 -1
  102. package/lib/request/change-queue-compartment-request.d.ts +3 -3
  103. package/lib/request/create-queue-request.d.ts +2 -2
  104. package/lib/request/delete-message-request.d.ts +3 -3
  105. package/lib/request/delete-messages-request.d.ts +3 -3
  106. package/lib/request/delete-queue-request.d.ts +3 -3
  107. package/lib/request/get-messages-request.d.ts +20 -16
  108. package/lib/request/get-queue-request.d.ts +3 -3
  109. package/lib/request/get-stats-request.d.ts +7 -3
  110. package/lib/request/get-work-request-request.d.ts +2 -2
  111. package/lib/request/index.d.ts +3 -1
  112. package/lib/request/index.js +1 -1
  113. package/lib/request/index.js.map +1 -1
  114. package/lib/request/list-channels-request.d.ts +38 -0
  115. package/lib/request/list-channels-request.js +15 -0
  116. package/lib/request/list-channels-request.js.map +1 -0
  117. package/lib/request/list-queues-request.d.ts +6 -6
  118. package/lib/request/list-work-request-errors-request.d.ts +4 -4
  119. package/lib/request/list-work-request-logs-request.d.ts +4 -4
  120. package/lib/request/list-work-requests-request.d.ts +5 -5
  121. package/lib/request/purge-queue-request.d.ts +3 -3
  122. package/lib/request/put-messages-request.d.ts +3 -3
  123. package/lib/request/update-message-request.d.ts +3 -3
  124. package/lib/request/update-messages-request.d.ts +3 -3
  125. package/lib/request/update-queue-request.d.ts +3 -3
  126. package/lib/response/index.d.ts +3 -1
  127. package/lib/response/index.js +1 -1
  128. package/lib/response/list-channels-response.d.ts +32 -0
  129. package/lib/response/list-channels-response.js +15 -0
  130. package/lib/response/list-channels-response.js.map +1 -0
  131. package/package.json +3 -3
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Queue API
4
- * A description of the 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
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"));
@@ -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,6 +1,6 @@
1
1
  /**
2
2
  * Queue API
3
- * A description of the 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
4
  * OpenAPI spec version: 20210201
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Queue API
4
- * A description of the 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
5
  * OpenAPI spec version: 20210201
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Queue API
3
- * A description of the 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
4
  * OpenAPI spec version: 20210201
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Queue API
4
- * A description of the 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
5
  * OpenAPI spec version: 20210201
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Queue API
3
- * A description of the 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
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 DLQ
21
- * - BOTH - purge both normal queue and DLQ
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
- * A description of the 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
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;;;AAmBH,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
+ {"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
- * A description of the 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
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 in a queue.
14
+ * A message that has been published to a queue.
15
15
  */
16
16
  export interface PutMessage {
17
17
  /**
18
- * The id of the message Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
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;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Queue API
4
- * A description of the 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
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;;;AAeH,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
+ {"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
- * A description of the 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
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
- * A description of the 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
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;;;AAeH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
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,6 +1,6 @@
1
1
  /**
2
2
  * Queue API
3
- * A description of the 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
4
  * OpenAPI spec version: 20210201
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Queue API
4
- * A description of the 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
5
  * OpenAPI spec version: 20210201
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Queue API
3
- * A description of the 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
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 in a queue.
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 in a queue.
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
- * A description of the 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
5
  * OpenAPI spec version: 20210201
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Queue API
3
- * A description of the 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
4
  * OpenAPI spec version: 20210201
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Queue API
4
- * A description of the 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
5
  * OpenAPI spec version: 20210201
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Queue API
3
- * A description of the 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
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;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Queue API
4
- * A description of the 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
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;AAWlC,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
+ {"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
- * A description of the 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
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 Queue.
14
+ * Summary of the queue.
15
15
  */
16
16
  export interface QueueSummary {
17
17
  /**
18
- * Unique identifier that is immutable on creation
18
+ * A unique identifier for the queue that is immutable on creation.
19
19
  */
20
20
  "id": string;
21
21
  /**
22
- * Queue Identifier, can be renamed
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
- * Compartment Identifier
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
- * The time the the Queue was created. An RFC3339 formatted datetime string
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
- * The time the Queue was updated. An RFC3339 formatted datetime string
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 Queue.
44
+ * The current state of the queue.
39
45
  */
40
46
  "lifecycleState": string;
41
47
  /**
42
- * A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
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 get or put messages in the queue.
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
- * A description of the 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
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;;;AA6DH,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"}
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"}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Queue API
3
- * A description of the 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
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
- * Description of Queue.
14
+ * A detailed representation of a queue and its configuration.
15
15
  */
16
16
  export interface Queue {
17
17
  /**
18
- * Unique identifier that is immutable on creation
18
+ * A unique identifier for the queue that is immutable on creation.
19
19
  */
20
20
  "id": string;
21
21
  /**
22
- * Queue Identifier, can be renamed
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
- * Compartment Identifier
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
- * The time the the Queue was created. An RFC3339 formatted datetime string
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
- * The time the Queue was updated. An RFC3339 formatted datetime string
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 Queue.
44
+ * The current state of the queue.
39
45
  */
40
46
  "lifecycleState": Queue.LifecycleState;
41
47
  /**
42
- * A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
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
- * Id of the custom master encryption key which will be used to encrypt messages content
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 {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Queue API
4
- * A description of the 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
5
  * OpenAPI spec version: 20210201
6
6
  *
7
7
  *