oci-queue 2.50.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 (242) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +23 -0
  6. package/index.js +46 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +283 -0
  9. package/lib/client.js +1357 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/action-type.d.ts +31 -0
  12. package/lib/model/action-type.js +42 -0
  13. package/lib/model/action-type.js.map +1 -0
  14. package/lib/model/change-queue-compartment-details.d.ts +27 -0
  15. package/lib/model/change-queue-compartment-details.js +29 -0
  16. package/lib/model/change-queue-compartment-details.js.map +1 -0
  17. package/lib/model/create-queue-details.d.ts +67 -0
  18. package/lib/model/create-queue-details.js +29 -0
  19. package/lib/model/create-queue-details.js.map +1 -0
  20. package/lib/model/delete-messages-details-entry.d.ts +25 -0
  21. package/lib/model/delete-messages-details-entry.js +29 -0
  22. package/lib/model/delete-messages-details-entry.js.map +1 -0
  23. package/lib/model/delete-messages-details.d.ts +26 -0
  24. package/lib/model/delete-messages-details.js +61 -0
  25. package/lib/model/delete-messages-details.js.map +1 -0
  26. package/lib/model/delete-messages-result-entry.d.ts +32 -0
  27. package/lib/model/delete-messages-result-entry.js +29 -0
  28. package/lib/model/delete-messages-result-entry.js.map +1 -0
  29. package/lib/model/delete-messages-result.d.ts +38 -0
  30. package/lib/model/delete-messages-result.js +61 -0
  31. package/lib/model/delete-messages-result.js.map +1 -0
  32. package/lib/model/get-message.d.ts +47 -0
  33. package/lib/model/get-message.js +29 -0
  34. package/lib/model/get-message.js.map +1 -0
  35. package/lib/model/get-messages.d.ts +26 -0
  36. package/lib/model/get-messages.js +61 -0
  37. package/lib/model/get-messages.js.map +1 -0
  38. package/lib/model/index.d.ts +86 -0
  39. package/lib/model/index.js +109 -0
  40. package/lib/model/index.js.map +1 -0
  41. package/lib/model/operation-status.d.ts +32 -0
  42. package/lib/model/operation-status.js +43 -0
  43. package/lib/model/operation-status.js.map +1 -0
  44. package/lib/model/operation-type.d.ts +31 -0
  45. package/lib/model/operation-type.js +42 -0
  46. package/lib/model/operation-type.js.map +1 -0
  47. package/lib/model/purge-queue-details.d.ts +34 -0
  48. package/lib/model/purge-queue-details.js +35 -0
  49. package/lib/model/purge-queue-details.js.map +1 -0
  50. package/lib/model/put-message.d.ts +25 -0
  51. package/lib/model/put-message.js +29 -0
  52. package/lib/model/put-message.js.map +1 -0
  53. package/lib/model/put-messages-details-entry.d.ts +25 -0
  54. package/lib/model/put-messages-details-entry.js +29 -0
  55. package/lib/model/put-messages-details-entry.js.map +1 -0
  56. package/lib/model/put-messages-details.d.ts +26 -0
  57. package/lib/model/put-messages-details.js +61 -0
  58. package/lib/model/put-messages-details.js.map +1 -0
  59. package/lib/model/put-messages.d.ts +26 -0
  60. package/lib/model/put-messages.js +61 -0
  61. package/lib/model/put-messages.js.map +1 -0
  62. package/lib/model/queue-collection.d.ts +26 -0
  63. package/lib/model/queue-collection.js +61 -0
  64. package/lib/model/queue-collection.js.map +1 -0
  65. package/lib/model/queue-stats.d.ts +24 -0
  66. package/lib/model/queue-stats.js +55 -0
  67. package/lib/model/queue-stats.js.map +1 -0
  68. package/lib/model/queue-summary.d.ts +81 -0
  69. package/lib/model/queue-summary.js +29 -0
  70. package/lib/model/queue-summary.js.map +1 -0
  71. package/lib/model/queue.d.ts +114 -0
  72. package/lib/model/queue.js +43 -0
  73. package/lib/model/queue.js.map +1 -0
  74. package/lib/model/sort-order.d.ts +23 -0
  75. package/lib/model/sort-order.js +34 -0
  76. package/lib/model/sort-order.js.map +1 -0
  77. package/lib/model/stats.d.ts +33 -0
  78. package/lib/model/stats.js +29 -0
  79. package/lib/model/stats.js.map +1 -0
  80. package/lib/model/update-message-details.d.ts +25 -0
  81. package/lib/model/update-message-details.js +29 -0
  82. package/lib/model/update-message-details.js.map +1 -0
  83. package/lib/model/update-messages-details-entry.d.ts +29 -0
  84. package/lib/model/update-messages-details-entry.js +29 -0
  85. package/lib/model/update-messages-details-entry.js.map +1 -0
  86. package/lib/model/update-messages-details.d.ts +26 -0
  87. package/lib/model/update-messages-details.js +61 -0
  88. package/lib/model/update-messages-details.js.map +1 -0
  89. package/lib/model/update-messages-result-entry.d.ts +40 -0
  90. package/lib/model/update-messages-result-entry.js +29 -0
  91. package/lib/model/update-messages-result-entry.js.map +1 -0
  92. package/lib/model/update-messages-result.d.ts +38 -0
  93. package/lib/model/update-messages-result.js +61 -0
  94. package/lib/model/update-messages-result.js.map +1 -0
  95. package/lib/model/update-queue-details.d.ts +62 -0
  96. package/lib/model/update-queue-details.js +29 -0
  97. package/lib/model/update-queue-details.js.map +1 -0
  98. package/lib/model/updated-message.d.ts +29 -0
  99. package/lib/model/updated-message.js +29 -0
  100. package/lib/model/updated-message.js.map +1 -0
  101. package/lib/model/work-request-error-collection.d.ts +26 -0
  102. package/lib/model/work-request-error-collection.js +61 -0
  103. package/lib/model/work-request-error-collection.js.map +1 -0
  104. package/lib/model/work-request-error.d.ts +35 -0
  105. package/lib/model/work-request-error.js +29 -0
  106. package/lib/model/work-request-error.js.map +1 -0
  107. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  108. package/lib/model/work-request-log-entry-collection.js +61 -0
  109. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  110. package/lib/model/work-request-log-entry.d.ts +29 -0
  111. package/lib/model/work-request-log-entry.js +29 -0
  112. package/lib/model/work-request-log-entry.js.map +1 -0
  113. package/lib/model/work-request-resource.d.ts +42 -0
  114. package/lib/model/work-request-resource.js +29 -0
  115. package/lib/model/work-request-resource.js.map +1 -0
  116. package/lib/model/work-request-summary-collection.d.ts +26 -0
  117. package/lib/model/work-request-summary-collection.js +61 -0
  118. package/lib/model/work-request-summary-collection.js.map +1 -0
  119. package/lib/model/work-request-summary.d.ts +67 -0
  120. package/lib/model/work-request-summary.js +61 -0
  121. package/lib/model/work-request-summary.js.map +1 -0
  122. package/lib/model/work-request.d.ts +67 -0
  123. package/lib/model/work-request.js +61 -0
  124. package/lib/model/work-request.js.map +1 -0
  125. package/lib/queueadmin-waiter.d.ts +36 -0
  126. package/lib/queueadmin-waiter.js +76 -0
  127. package/lib/queueadmin-waiter.js.map +1 -0
  128. package/lib/request/change-queue-compartment-request.d.ts +40 -0
  129. package/lib/request/change-queue-compartment-request.js +15 -0
  130. package/lib/request/change-queue-compartment-request.js.map +1 -0
  131. package/lib/request/create-queue-request.d.ts +36 -0
  132. package/lib/request/create-queue-request.js +15 -0
  133. package/lib/request/create-queue-request.js.map +1 -0
  134. package/lib/request/delete-message-request.d.ts +30 -0
  135. package/lib/request/delete-message-request.js +15 -0
  136. package/lib/request/delete-message-request.js.map +1 -0
  137. package/lib/request/delete-messages-request.d.ts +31 -0
  138. package/lib/request/delete-messages-request.js +15 -0
  139. package/lib/request/delete-messages-request.js.map +1 -0
  140. package/lib/request/delete-queue-request.d.ts +35 -0
  141. package/lib/request/delete-queue-request.js +15 -0
  142. package/lib/request/delete-queue-request.js.map +1 -0
  143. package/lib/request/get-messages-request.d.ts +48 -0
  144. package/lib/request/get-messages-request.js +15 -0
  145. package/lib/request/get-messages-request.js.map +1 -0
  146. package/lib/request/get-queue-request.d.ts +26 -0
  147. package/lib/request/get-queue-request.js +15 -0
  148. package/lib/request/get-queue-request.js.map +1 -0
  149. package/lib/request/get-stats-request.d.ts +26 -0
  150. package/lib/request/get-stats-request.js +15 -0
  151. package/lib/request/get-stats-request.js.map +1 -0
  152. package/lib/request/get-work-request-request.d.ts +26 -0
  153. package/lib/request/get-work-request-request.js +15 -0
  154. package/lib/request/get-work-request-request.js.map +1 -0
  155. package/lib/request/index.d.ts +48 -0
  156. package/lib/request/index.js +37 -0
  157. package/lib/request/index.js.map +1 -0
  158. package/lib/request/list-queues-request.d.ts +62 -0
  159. package/lib/request/list-queues-request.js +24 -0
  160. package/lib/request/list-queues-request.js.map +1 -0
  161. package/lib/request/list-work-request-errors-request.d.ts +34 -0
  162. package/lib/request/list-work-request-errors-request.js +15 -0
  163. package/lib/request/list-work-request-errors-request.js.map +1 -0
  164. package/lib/request/list-work-request-logs-request.d.ts +34 -0
  165. package/lib/request/list-work-request-logs-request.js +15 -0
  166. package/lib/request/list-work-request-logs-request.js.map +1 -0
  167. package/lib/request/list-work-requests-request.d.ts +38 -0
  168. package/lib/request/list-work-requests-request.js +15 -0
  169. package/lib/request/list-work-requests-request.js.map +1 -0
  170. package/lib/request/purge-queue-request.d.ts +40 -0
  171. package/lib/request/purge-queue-request.js +15 -0
  172. package/lib/request/purge-queue-request.js.map +1 -0
  173. package/lib/request/put-messages-request.d.ts +31 -0
  174. package/lib/request/put-messages-request.js +15 -0
  175. package/lib/request/put-messages-request.js.map +1 -0
  176. package/lib/request/update-message-request.d.ts +35 -0
  177. package/lib/request/update-message-request.js +15 -0
  178. package/lib/request/update-message-request.js.map +1 -0
  179. package/lib/request/update-messages-request.d.ts +31 -0
  180. package/lib/request/update-messages-request.js +15 -0
  181. package/lib/request/update-messages-request.js.map +1 -0
  182. package/lib/request/update-queue-request.d.ts +40 -0
  183. package/lib/request/update-queue-request.js +15 -0
  184. package/lib/request/update-queue-request.js.map +1 -0
  185. package/lib/response/change-queue-compartment-response.d.ts +25 -0
  186. package/lib/response/change-queue-compartment-response.js +15 -0
  187. package/lib/response/change-queue-compartment-response.js.map +1 -0
  188. package/lib/response/create-queue-response.d.ts +25 -0
  189. package/lib/response/create-queue-response.js +15 -0
  190. package/lib/response/create-queue-response.js.map +1 -0
  191. package/lib/response/delete-message-response.d.ts +20 -0
  192. package/lib/response/delete-message-response.js +15 -0
  193. package/lib/response/delete-message-response.js.map +1 -0
  194. package/lib/response/delete-messages-response.d.ts +25 -0
  195. package/lib/response/delete-messages-response.js +15 -0
  196. package/lib/response/delete-messages-response.js.map +1 -0
  197. package/lib/response/delete-queue-response.d.ts +25 -0
  198. package/lib/response/delete-queue-response.js +15 -0
  199. package/lib/response/delete-queue-response.js.map +1 -0
  200. package/lib/response/get-messages-response.d.ts +25 -0
  201. package/lib/response/get-messages-response.js +15 -0
  202. package/lib/response/get-messages-response.js.map +1 -0
  203. package/lib/response/get-queue-response.d.ts +30 -0
  204. package/lib/response/get-queue-response.js +15 -0
  205. package/lib/response/get-queue-response.js.map +1 -0
  206. package/lib/response/get-stats-response.d.ts +25 -0
  207. package/lib/response/get-stats-response.js +15 -0
  208. package/lib/response/get-stats-response.js.map +1 -0
  209. package/lib/response/get-work-request-response.d.ts +29 -0
  210. package/lib/response/get-work-request-response.js +15 -0
  211. package/lib/response/get-work-request-response.js.map +1 -0
  212. package/lib/response/index.d.ts +48 -0
  213. package/lib/response/index.js +15 -0
  214. package/lib/response/index.js.map +1 -0
  215. package/lib/response/list-queues-response.d.ts +32 -0
  216. package/lib/response/list-queues-response.js +15 -0
  217. package/lib/response/list-queues-response.js.map +1 -0
  218. package/lib/response/list-work-request-errors-response.d.ts +32 -0
  219. package/lib/response/list-work-request-errors-response.js +15 -0
  220. package/lib/response/list-work-request-errors-response.js.map +1 -0
  221. package/lib/response/list-work-request-logs-response.d.ts +32 -0
  222. package/lib/response/list-work-request-logs-response.js +15 -0
  223. package/lib/response/list-work-request-logs-response.js.map +1 -0
  224. package/lib/response/list-work-requests-response.d.ts +32 -0
  225. package/lib/response/list-work-requests-response.js +15 -0
  226. package/lib/response/list-work-requests-response.js.map +1 -0
  227. package/lib/response/purge-queue-response.d.ts +25 -0
  228. package/lib/response/purge-queue-response.js +15 -0
  229. package/lib/response/purge-queue-response.js.map +1 -0
  230. package/lib/response/put-messages-response.d.ts +25 -0
  231. package/lib/response/put-messages-response.js +15 -0
  232. package/lib/response/put-messages-response.js.map +1 -0
  233. package/lib/response/update-message-response.d.ts +25 -0
  234. package/lib/response/update-message-response.js +15 -0
  235. package/lib/response/update-message-response.js.map +1 -0
  236. package/lib/response/update-messages-response.d.ts +25 -0
  237. package/lib/response/update-messages-response.js +15 -0
  238. package/lib/response/update-messages-response.js.map +1 -0
  239. package/lib/response/update-queue-response.d.ts +25 -0
  240. package/lib/response/update-queue-response.js +15 -0
  241. package/lib/response/update-queue-response.js.map +1 -0
  242. package/package.json +29 -0
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
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, 2022, 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
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/queue/PurgeQueue.ts.html |here} to see how to use PurgeQueueRequest.
17
+ */
18
+ export interface PurgeQueueRequest extends common.BaseRequest {
19
+ /**
20
+ * unique Queue identifier
21
+ */
22
+ "queueId": string;
23
+ /**
24
+ * The information to be updated.
25
+ */
26
+ "purgeQueueDetails": model.PurgeQueueDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the `if-match` parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 2022, 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
+ //# sourceMappingURL=purge-queue-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"purge-queue-request.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/request/purge-queue-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ *
3
+ *
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, 2022, 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
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/queue/PutMessages.ts.html |here} to see how to use PutMessagesRequest.
17
+ */
18
+ export interface PutMessagesRequest extends common.BaseRequest {
19
+ /**
20
+ * unique Queue identifier
21
+ */
22
+ "queueId": string;
23
+ /**
24
+ * Details for the messages to publish.
25
+ */
26
+ "putMessagesDetails": model.PutMessagesDetails;
27
+ /**
28
+ * The client request ID for tracing.
29
+ */
30
+ "opcRequestId"?: string;
31
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 2022, 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
+ //# sourceMappingURL=put-messages-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"put-messages-request.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/request/put-messages-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ *
3
+ *
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, 2022, 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
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/queue/UpdateMessage.ts.html |here} to see how to use UpdateMessageRequest.
17
+ */
18
+ export interface UpdateMessageRequest extends common.BaseRequest {
19
+ /**
20
+ * unique Queue identifier
21
+ */
22
+ "queueId": string;
23
+ /**
24
+ * The receipt of the message retrieved from a GetMessages call.
25
+ */
26
+ "messageReceipt": string;
27
+ /**
28
+ * Details for the message to update.
29
+ */
30
+ "updateMessageDetails": model.UpdateMessageDetails;
31
+ /**
32
+ * The client request ID for tracing.
33
+ */
34
+ "opcRequestId"?: string;
35
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 2022, 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
+ //# sourceMappingURL=update-message-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-message-request.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/request/update-message-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ *
3
+ *
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, 2022, 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
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/queue/UpdateMessages.ts.html |here} to see how to use UpdateMessagesRequest.
17
+ */
18
+ export interface UpdateMessagesRequest extends common.BaseRequest {
19
+ /**
20
+ * unique Queue identifier
21
+ */
22
+ "queueId": string;
23
+ /**
24
+ * Details for the messages to update.
25
+ */
26
+ "updateMessagesDetails": model.UpdateMessagesDetails;
27
+ /**
28
+ * The client request ID for tracing.
29
+ */
30
+ "opcRequestId"?: string;
31
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 2022, 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
+ //# sourceMappingURL=update-messages-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-messages-request.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/request/update-messages-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
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, 2022, 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
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/queue/UpdateQueue.ts.html |here} to see how to use UpdateQueueRequest.
17
+ */
18
+ export interface UpdateQueueRequest extends common.BaseRequest {
19
+ /**
20
+ * unique Queue identifier
21
+ */
22
+ "queueId": string;
23
+ /**
24
+ * The information to be updated.
25
+ */
26
+ "updateQueueDetails": model.UpdateQueueDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the `if-match` parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 2022, 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
+ //# sourceMappingURL=update-queue-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-queue-request.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/request/update-queue-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
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, 2022, 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
+ export interface ChangeQueueCompartmentResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 2022, 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
+ //# sourceMappingURL=change-queue-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-queue-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/response/change-queue-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
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, 2022, 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
+ export interface CreateQueueResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 2022, 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
+ //# sourceMappingURL=create-queue-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-queue-response.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/response/create-queue-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
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, 2022, 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
+ export interface DeleteMessageResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 2022, 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
+ //# sourceMappingURL=delete-message-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-message-response.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/response/delete-message-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
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, 2022, 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
+ import * as model from "../model";
14
+ export interface DeleteMessagesResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * The returned model.DeleteMessagesResult instance.
23
+ */
24
+ "deleteMessagesResult": model.DeleteMessagesResult;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 2022, 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
+ //# sourceMappingURL=delete-messages-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-messages-response.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/response/delete-messages-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
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, 2022, 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
+ export interface DeleteQueueResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 2022, 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
+ //# sourceMappingURL=delete-queue-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-queue-response.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/response/delete-queue-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
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, 2022, 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
+ import * as model from "../model";
14
+ export interface GetMessagesResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * The returned model.GetMessages instance.
23
+ */
24
+ "getMessages": model.GetMessages;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 2022, 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
+ //# sourceMappingURL=get-messages-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-messages-response.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/response/get-messages-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
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, 2022, 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
+ import * as model from "../model";
14
+ export interface GetQueueResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.Queue instance.
28
+ */
29
+ "queue": model.Queue;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 2022, 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
+ //# sourceMappingURL=get-queue-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-queue-response.js","sourceRoot":"","sources":["../../../../../lib/queue/lib/response/get-queue-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
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, 2022, 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
+ import * as model from "../model";
14
+ export interface GetStatsResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * The returned model.QueueStats instance.
23
+ */
24
+ "queueStats": model.QueueStats;
25
+ }