oci-queue 2.76.0 → 2.76.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 +20 -20
- package/lib/client.js +20 -20
- 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 +1 -1
- package/lib/model/channel-collection.js +1 -1
- package/lib/model/create-queue-details.d.ts +1 -1
- package/lib/model/create-queue-details.js +1 -1
- package/lib/model/delete-messages-details-entry.d.ts +1 -1
- 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 +1 -1
- package/lib/model/get-message.js +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 +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/message-metadata.d.ts +1 -1
- package/lib/model/message-metadata.js +1 -1
- 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 +1 -1
- package/lib/model/purge-queue-details.js +1 -1
- package/lib/model/put-message.d.ts +1 -1
- package/lib/model/put-message.js +1 -1
- package/lib/model/put-messages-details-entry.d.ts +1 -1
- package/lib/model/put-messages-details-entry.js +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 +1 -1
- 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 +1 -1
- package/lib/model/queue-stats.js +1 -1
- package/lib/model/queue-summary.d.ts +1 -1
- package/lib/model/queue-summary.js +1 -1
- package/lib/model/queue.d.ts +1 -1
- package/lib/model/queue.js +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 +1 -1
- 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 +1 -1
- package/lib/model/update-messages-details-entry.js +1 -1
- package/lib/model/update-messages-details.d.ts +1 -1
- package/lib/model/update-messages-details.js +1 -1
- package/lib/model/update-messages-result-entry.d.ts +1 -1
- package/lib/model/update-messages-result-entry.js +1 -1
- package/lib/model/update-messages-result.d.ts +1 -1
- package/lib/model/update-messages-result.js +1 -1
- package/lib/model/update-queue-details.d.ts +1 -1
- package/lib/model/update-queue-details.js +1 -1
- package/lib/model/updated-message.d.ts +1 -1
- package/lib/model/updated-message.js +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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/lib/model/work-request-summary.js +1 -1
- package/lib/model/work-request.d.ts +1 -1
- 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 +2 -2
- package/lib/request/change-queue-compartment-request.js +1 -1
- package/lib/request/create-queue-request.d.ts +2 -2
- package/lib/request/create-queue-request.js +1 -1
- package/lib/request/delete-message-request.d.ts +2 -2
- package/lib/request/delete-message-request.js +1 -1
- package/lib/request/delete-messages-request.d.ts +2 -2
- package/lib/request/delete-messages-request.js +1 -1
- package/lib/request/delete-queue-request.d.ts +2 -2
- package/lib/request/delete-queue-request.js +1 -1
- package/lib/request/get-messages-request.d.ts +2 -2
- package/lib/request/get-messages-request.js +1 -1
- package/lib/request/get-queue-request.d.ts +2 -2
- package/lib/request/get-queue-request.js +1 -1
- package/lib/request/get-stats-request.d.ts +2 -2
- package/lib/request/get-stats-request.js +1 -1
- package/lib/request/get-work-request-request.d.ts +2 -2
- package/lib/request/get-work-request-request.js +1 -1
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/list-channels-request.d.ts +2 -2
- package/lib/request/list-channels-request.js +1 -1
- package/lib/request/list-queues-request.d.ts +2 -2
- package/lib/request/list-queues-request.js +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-errors-request.js +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.js +1 -1
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.js +1 -1
- package/lib/request/purge-queue-request.d.ts +2 -2
- package/lib/request/purge-queue-request.js +1 -1
- package/lib/request/put-messages-request.d.ts +2 -2
- package/lib/request/put-messages-request.js +1 -1
- package/lib/request/update-message-request.d.ts +2 -2
- package/lib/request/update-message-request.js +1 -1
- package/lib/request/update-messages-request.d.ts +2 -2
- package/lib/request/update-messages-request.js +1 -1
- package/lib/request/update-queue-request.d.ts +2 -2
- package/lib/request/update-queue-request.js +1 -1
- package/lib/response/change-queue-compartment-response.d.ts +1 -1
- package/lib/response/change-queue-compartment-response.js +1 -1
- package/lib/response/create-queue-response.d.ts +1 -1
- package/lib/response/create-queue-response.js +1 -1
- package/lib/response/delete-message-response.d.ts +1 -1
- package/lib/response/delete-message-response.js +1 -1
- package/lib/response/delete-messages-response.d.ts +1 -1
- package/lib/response/delete-messages-response.js +1 -1
- package/lib/response/delete-queue-response.d.ts +1 -1
- package/lib/response/delete-queue-response.js +1 -1
- package/lib/response/get-messages-response.d.ts +1 -1
- package/lib/response/get-messages-response.js +1 -1
- package/lib/response/get-queue-response.d.ts +1 -1
- package/lib/response/get-queue-response.js +1 -1
- package/lib/response/get-stats-response.d.ts +1 -1
- package/lib/response/get-stats-response.js +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/get-work-request-response.js +1 -1
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-channels-response.d.ts +1 -1
- package/lib/response/list-channels-response.js +1 -1
- package/lib/response/list-queues-response.d.ts +1 -1
- package/lib/response/list-queues-response.js +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.js +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.js +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.js +1 -1
- package/lib/response/purge-queue-response.d.ts +1 -1
- package/lib/response/purge-queue-response.js +1 -1
- package/lib/response/put-messages-response.d.ts +1 -1
- package/lib/response/put-messages-response.js +1 -1
- package/lib/response/update-message-response.d.ts +1 -1
- package/lib/response/update-message-response.js +1 -1
- package/lib/response/update-messages-response.d.ts +1 -1
- package/lib/response/update-messages-response.js +1 -1
- package/lib/response/update-queue-response.d.ts +1 -1
- package/lib/response/update-queue-response.js +1 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
13
|
import * as requests from "./lib/request";
|
package/index.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
package/lib/client.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
13
|
import common = require("oci-common");
|
|
@@ -75,7 +75,7 @@ export declare class QueueClient {
|
|
|
75
75
|
* @param DeleteMessageRequest
|
|
76
76
|
* @return DeleteMessageResponse
|
|
77
77
|
* @throws OciError when an error occurs
|
|
78
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
78
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/DeleteMessage.ts.html |here} to see how to use DeleteMessage API.
|
|
79
79
|
*/
|
|
80
80
|
deleteMessage(deleteMessageRequest: requests.DeleteMessageRequest): Promise<responses.DeleteMessageResponse>;
|
|
81
81
|
/**
|
|
@@ -87,7 +87,7 @@ export declare class QueueClient {
|
|
|
87
87
|
* @param DeleteMessagesRequest
|
|
88
88
|
* @return DeleteMessagesResponse
|
|
89
89
|
* @throws OciError when an error occurs
|
|
90
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/DeleteMessages.ts.html |here} to see how to use DeleteMessages API.
|
|
91
91
|
*/
|
|
92
92
|
deleteMessages(deleteMessagesRequest: requests.DeleteMessagesRequest): Promise<responses.DeleteMessagesResponse>;
|
|
93
93
|
/**
|
|
@@ -102,7 +102,7 @@ export declare class QueueClient {
|
|
|
102
102
|
* @param GetMessagesRequest
|
|
103
103
|
* @return GetMessagesResponse
|
|
104
104
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/GetMessages.ts.html |here} to see how to use GetMessages API.
|
|
106
106
|
*/
|
|
107
107
|
getMessages(getMessagesRequest: requests.GetMessagesRequest): Promise<responses.GetMessagesResponse>;
|
|
108
108
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class QueueClient {
|
|
|
114
114
|
* @param GetStatsRequest
|
|
115
115
|
* @return GetStatsResponse
|
|
116
116
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/GetStats.ts.html |here} to see how to use GetStats API.
|
|
118
118
|
*/
|
|
119
119
|
getStats(getStatsRequest: requests.GetStatsRequest): Promise<responses.GetStatsResponse>;
|
|
120
120
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class QueueClient {
|
|
|
127
127
|
* @param ListChannelsRequest
|
|
128
128
|
* @return ListChannelsResponse
|
|
129
129
|
* @throws OciError when an error occurs
|
|
130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
131
131
|
*/
|
|
132
132
|
listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
|
|
133
133
|
/**
|
|
@@ -139,7 +139,7 @@ export declare class QueueClient {
|
|
|
139
139
|
* @param PutMessagesRequest
|
|
140
140
|
* @return PutMessagesResponse
|
|
141
141
|
* @throws OciError when an error occurs
|
|
142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/PutMessages.ts.html |here} to see how to use PutMessages API.
|
|
143
143
|
*/
|
|
144
144
|
putMessages(putMessagesRequest: requests.PutMessagesRequest): Promise<responses.PutMessagesResponse>;
|
|
145
145
|
/**
|
|
@@ -151,7 +151,7 @@ export declare class QueueClient {
|
|
|
151
151
|
* @param UpdateMessageRequest
|
|
152
152
|
* @return UpdateMessageResponse
|
|
153
153
|
* @throws OciError when an error occurs
|
|
154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/UpdateMessage.ts.html |here} to see how to use UpdateMessage API.
|
|
155
155
|
*/
|
|
156
156
|
updateMessage(updateMessageRequest: requests.UpdateMessageRequest): Promise<responses.UpdateMessageResponse>;
|
|
157
157
|
/**
|
|
@@ -163,7 +163,7 @@ export declare class QueueClient {
|
|
|
163
163
|
* @param UpdateMessagesRequest
|
|
164
164
|
* @return UpdateMessagesResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/UpdateMessages.ts.html |here} to see how to use UpdateMessages API.
|
|
167
167
|
*/
|
|
168
168
|
updateMessages(updateMessagesRequest: requests.UpdateMessagesRequest): Promise<responses.UpdateMessagesResponse>;
|
|
169
169
|
}
|
|
@@ -239,7 +239,7 @@ export declare class QueueAdminClient {
|
|
|
239
239
|
* @param ChangeQueueCompartmentRequest
|
|
240
240
|
* @return ChangeQueueCompartmentResponse
|
|
241
241
|
* @throws OciError when an error occurs
|
|
242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/ChangeQueueCompartment.ts.html |here} to see how to use ChangeQueueCompartment API.
|
|
243
243
|
*/
|
|
244
244
|
changeQueueCompartment(changeQueueCompartmentRequest: requests.ChangeQueueCompartmentRequest): Promise<responses.ChangeQueueCompartmentResponse>;
|
|
245
245
|
/**
|
|
@@ -249,7 +249,7 @@ export declare class QueueAdminClient {
|
|
|
249
249
|
* @param CreateQueueRequest
|
|
250
250
|
* @return CreateQueueResponse
|
|
251
251
|
* @throws OciError when an error occurs
|
|
252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/CreateQueue.ts.html |here} to see how to use CreateQueue API.
|
|
253
253
|
*/
|
|
254
254
|
createQueue(createQueueRequest: requests.CreateQueueRequest): Promise<responses.CreateQueueResponse>;
|
|
255
255
|
/**
|
|
@@ -258,7 +258,7 @@ export declare class QueueAdminClient {
|
|
|
258
258
|
* @param DeleteQueueRequest
|
|
259
259
|
* @return DeleteQueueResponse
|
|
260
260
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/DeleteQueue.ts.html |here} to see how to use DeleteQueue API.
|
|
262
262
|
*/
|
|
263
263
|
deleteQueue(deleteQueueRequest: requests.DeleteQueueRequest): Promise<responses.DeleteQueueResponse>;
|
|
264
264
|
/**
|
|
@@ -267,7 +267,7 @@ export declare class QueueAdminClient {
|
|
|
267
267
|
* @param GetQueueRequest
|
|
268
268
|
* @return GetQueueResponse
|
|
269
269
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/GetQueue.ts.html |here} to see how to use GetQueue API.
|
|
271
271
|
*/
|
|
272
272
|
getQueue(getQueueRequest: requests.GetQueueRequest): Promise<responses.GetQueueResponse>;
|
|
273
273
|
/**
|
|
@@ -276,7 +276,7 @@ export declare class QueueAdminClient {
|
|
|
276
276
|
* @param GetWorkRequestRequest
|
|
277
277
|
* @return GetWorkRequestResponse
|
|
278
278
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
280
280
|
*/
|
|
281
281
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
282
282
|
/**
|
|
@@ -286,7 +286,7 @@ export declare class QueueAdminClient {
|
|
|
286
286
|
* @param ListQueuesRequest
|
|
287
287
|
* @return ListQueuesResponse
|
|
288
288
|
* @throws OciError when an error occurs
|
|
289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/ListQueues.ts.html |here} to see how to use ListQueues API.
|
|
290
290
|
*/
|
|
291
291
|
listQueues(listQueuesRequest: requests.ListQueuesRequest): Promise<responses.ListQueuesResponse>;
|
|
292
292
|
/**
|
|
@@ -296,7 +296,7 @@ export declare class QueueAdminClient {
|
|
|
296
296
|
* @param ListWorkRequestErrorsRequest
|
|
297
297
|
* @return ListWorkRequestErrorsResponse
|
|
298
298
|
* @throws OciError when an error occurs
|
|
299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
300
300
|
*/
|
|
301
301
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
302
302
|
/**
|
|
@@ -306,7 +306,7 @@ export declare class QueueAdminClient {
|
|
|
306
306
|
* @param ListWorkRequestLogsRequest
|
|
307
307
|
* @return ListWorkRequestLogsResponse
|
|
308
308
|
* @throws OciError when an error occurs
|
|
309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
310
310
|
*/
|
|
311
311
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
312
312
|
/**
|
|
@@ -316,7 +316,7 @@ export declare class QueueAdminClient {
|
|
|
316
316
|
* @param ListWorkRequestsRequest
|
|
317
317
|
* @return ListWorkRequestsResponse
|
|
318
318
|
* @throws OciError when an error occurs
|
|
319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
320
320
|
*/
|
|
321
321
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
322
322
|
/**
|
|
@@ -328,7 +328,7 @@ export declare class QueueAdminClient {
|
|
|
328
328
|
* @param PurgeQueueRequest
|
|
329
329
|
* @return PurgeQueueResponse
|
|
330
330
|
* @throws OciError when an error occurs
|
|
331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/PurgeQueue.ts.html |here} to see how to use PurgeQueue API.
|
|
332
332
|
*/
|
|
333
333
|
purgeQueue(purgeQueueRequest: requests.PurgeQueueRequest): Promise<responses.PurgeQueueResponse>;
|
|
334
334
|
/**
|
|
@@ -337,7 +337,7 @@ export declare class QueueAdminClient {
|
|
|
337
337
|
* @param UpdateQueueRequest
|
|
338
338
|
* @return UpdateQueueResponse
|
|
339
339
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/UpdateQueue.ts.html |here} to see how to use UpdateQueue API.
|
|
341
341
|
*/
|
|
342
342
|
updateQueue(updateQueueRequest: requests.UpdateQueueRequest): Promise<responses.UpdateQueueResponse>;
|
|
343
343
|
}
|
package/lib/client.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -169,7 +169,7 @@ class QueueClient {
|
|
|
169
169
|
* @param DeleteMessageRequest
|
|
170
170
|
* @return DeleteMessageResponse
|
|
171
171
|
* @throws OciError when an error occurs
|
|
172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/DeleteMessage.ts.html |here} to see how to use DeleteMessage API.
|
|
173
173
|
*/
|
|
174
174
|
deleteMessage(deleteMessageRequest) {
|
|
175
175
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -227,7 +227,7 @@ class QueueClient {
|
|
|
227
227
|
* @param DeleteMessagesRequest
|
|
228
228
|
* @return DeleteMessagesResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/DeleteMessages.ts.html |here} to see how to use DeleteMessages API.
|
|
231
231
|
*/
|
|
232
232
|
deleteMessages(deleteMessagesRequest) {
|
|
233
233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -292,7 +292,7 @@ class QueueClient {
|
|
|
292
292
|
* @param GetMessagesRequest
|
|
293
293
|
* @return GetMessagesResponse
|
|
294
294
|
* @throws OciError when an error occurs
|
|
295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/GetMessages.ts.html |here} to see how to use GetMessages API.
|
|
296
296
|
*/
|
|
297
297
|
getMessages(getMessagesRequest) {
|
|
298
298
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -358,7 +358,7 @@ class QueueClient {
|
|
|
358
358
|
* @param GetStatsRequest
|
|
359
359
|
* @return GetStatsResponse
|
|
360
360
|
* @throws OciError when an error occurs
|
|
361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/GetStats.ts.html |here} to see how to use GetStats API.
|
|
362
362
|
*/
|
|
363
363
|
getStats(getStatsRequest) {
|
|
364
364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -422,7 +422,7 @@ class QueueClient {
|
|
|
422
422
|
* @param ListChannelsRequest
|
|
423
423
|
* @return ListChannelsResponse
|
|
424
424
|
* @throws OciError when an error occurs
|
|
425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
426
426
|
*/
|
|
427
427
|
listChannels(listChannelsRequest) {
|
|
428
428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -492,7 +492,7 @@ class QueueClient {
|
|
|
492
492
|
* @param PutMessagesRequest
|
|
493
493
|
* @return PutMessagesResponse
|
|
494
494
|
* @throws OciError when an error occurs
|
|
495
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/PutMessages.ts.html |here} to see how to use PutMessages API.
|
|
496
496
|
*/
|
|
497
497
|
putMessages(putMessagesRequest) {
|
|
498
498
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -554,7 +554,7 @@ class QueueClient {
|
|
|
554
554
|
* @param UpdateMessageRequest
|
|
555
555
|
* @return UpdateMessageResponse
|
|
556
556
|
* @throws OciError when an error occurs
|
|
557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/UpdateMessage.ts.html |here} to see how to use UpdateMessage API.
|
|
558
558
|
*/
|
|
559
559
|
updateMessage(updateMessageRequest) {
|
|
560
560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -617,7 +617,7 @@ class QueueClient {
|
|
|
617
617
|
* @param UpdateMessagesRequest
|
|
618
618
|
* @return UpdateMessagesResponse
|
|
619
619
|
* @throws OciError when an error occurs
|
|
620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/UpdateMessages.ts.html |here} to see how to use UpdateMessages API.
|
|
621
621
|
*/
|
|
622
622
|
updateMessages(updateMessagesRequest) {
|
|
623
623
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -813,7 +813,7 @@ class QueueAdminClient {
|
|
|
813
813
|
* @param ChangeQueueCompartmentRequest
|
|
814
814
|
* @return ChangeQueueCompartmentResponse
|
|
815
815
|
* @throws OciError when an error occurs
|
|
816
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
816
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/ChangeQueueCompartment.ts.html |here} to see how to use ChangeQueueCompartment API.
|
|
817
817
|
*/
|
|
818
818
|
changeQueueCompartment(changeQueueCompartmentRequest) {
|
|
819
819
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -875,7 +875,7 @@ class QueueAdminClient {
|
|
|
875
875
|
* @param CreateQueueRequest
|
|
876
876
|
* @return CreateQueueResponse
|
|
877
877
|
* @throws OciError when an error occurs
|
|
878
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
878
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/CreateQueue.ts.html |here} to see how to use CreateQueue API.
|
|
879
879
|
*/
|
|
880
880
|
createQueue(createQueueRequest) {
|
|
881
881
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -934,7 +934,7 @@ class QueueAdminClient {
|
|
|
934
934
|
* @param DeleteQueueRequest
|
|
935
935
|
* @return DeleteQueueResponse
|
|
936
936
|
* @throws OciError when an error occurs
|
|
937
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/DeleteQueue.ts.html |here} to see how to use DeleteQueue API.
|
|
938
938
|
*/
|
|
939
939
|
deleteQueue(deleteQueueRequest) {
|
|
940
940
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -994,7 +994,7 @@ class QueueAdminClient {
|
|
|
994
994
|
* @param GetQueueRequest
|
|
995
995
|
* @return GetQueueResponse
|
|
996
996
|
* @throws OciError when an error occurs
|
|
997
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
997
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/GetQueue.ts.html |here} to see how to use GetQueue API.
|
|
998
998
|
*/
|
|
999
999
|
getQueue(getQueueRequest) {
|
|
1000
1000
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1057,7 +1057,7 @@ class QueueAdminClient {
|
|
|
1057
1057
|
* @param GetWorkRequestRequest
|
|
1058
1058
|
* @return GetWorkRequestResponse
|
|
1059
1059
|
* @throws OciError when an error occurs
|
|
1060
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
1060
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1061
1061
|
*/
|
|
1062
1062
|
getWorkRequest(getWorkRequestRequest) {
|
|
1063
1063
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1121,7 +1121,7 @@ class QueueAdminClient {
|
|
|
1121
1121
|
* @param ListQueuesRequest
|
|
1122
1122
|
* @return ListQueuesResponse
|
|
1123
1123
|
* @throws OciError when an error occurs
|
|
1124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
1124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/ListQueues.ts.html |here} to see how to use ListQueues API.
|
|
1125
1125
|
*/
|
|
1126
1126
|
listQueues(listQueuesRequest) {
|
|
1127
1127
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1192,7 +1192,7 @@ class QueueAdminClient {
|
|
|
1192
1192
|
* @param ListWorkRequestErrorsRequest
|
|
1193
1193
|
* @return ListWorkRequestErrorsResponse
|
|
1194
1194
|
* @throws OciError when an error occurs
|
|
1195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
1195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1196
1196
|
*/
|
|
1197
1197
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1198
1198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1259,7 +1259,7 @@ class QueueAdminClient {
|
|
|
1259
1259
|
* @param ListWorkRequestLogsRequest
|
|
1260
1260
|
* @return ListWorkRequestLogsResponse
|
|
1261
1261
|
* @throws OciError when an error occurs
|
|
1262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
1262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1263
1263
|
*/
|
|
1264
1264
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1265
1265
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1326,7 +1326,7 @@ class QueueAdminClient {
|
|
|
1326
1326
|
* @param ListWorkRequestsRequest
|
|
1327
1327
|
* @return ListWorkRequestsResponse
|
|
1328
1328
|
* @throws OciError when an error occurs
|
|
1329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
1329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1330
1330
|
*/
|
|
1331
1331
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1332
1332
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1395,7 +1395,7 @@ class QueueAdminClient {
|
|
|
1395
1395
|
* @param PurgeQueueRequest
|
|
1396
1396
|
* @return PurgeQueueResponse
|
|
1397
1397
|
* @throws OciError when an error occurs
|
|
1398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
1398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/PurgeQueue.ts.html |here} to see how to use PurgeQueue API.
|
|
1399
1399
|
*/
|
|
1400
1400
|
purgeQueue(purgeQueueRequest) {
|
|
1401
1401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1456,7 +1456,7 @@ class QueueAdminClient {
|
|
|
1456
1456
|
* @param UpdateQueueRequest
|
|
1457
1457
|
* @return UpdateQueueResponse
|
|
1458
1458
|
* @throws OciError when an error occurs
|
|
1459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.
|
|
1459
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/queue/UpdateQueue.ts.html |here} to see how to use UpdateQueue API.
|
|
1460
1460
|
*/
|
|
1461
1461
|
updateQueue(updateQueueRequest) {
|
|
1462
1462
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
13
|
/**
|
package/lib/model/action-type.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
13
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
13
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
13
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
13
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
13
|
import * as model from "../model";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
13
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
13
|
import * as model from "../model";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
13
|
import * as model from "../model";
|
package/lib/model/get-message.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
13
|
import * as model from "../model";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
package/lib/model/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
13
|
import * as ActionType from "./action-type";
|
package/lib/model/index.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
13
|
/**
|