oci-queue 2.50.1 → 2.50.2
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 +19 -19
- package/lib/client.js +19 -19
- 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/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/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-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-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, 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
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, 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
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, 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
13
|
import common = require("oci-common");
|
|
@@ -61,7 +61,7 @@ export declare class QueueClient {
|
|
|
61
61
|
* @param DeleteMessageRequest
|
|
62
62
|
* @return DeleteMessageResponse
|
|
63
63
|
* @throws OciError when an error occurs
|
|
64
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
64
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/DeleteMessage.ts.html |here} to see how to use DeleteMessage API.
|
|
65
65
|
*/
|
|
66
66
|
deleteMessage(deleteMessageRequest: requests.DeleteMessageRequest): Promise<responses.DeleteMessageResponse>;
|
|
67
67
|
/**
|
|
@@ -70,7 +70,7 @@ export declare class QueueClient {
|
|
|
70
70
|
* @param DeleteMessagesRequest
|
|
71
71
|
* @return DeleteMessagesResponse
|
|
72
72
|
* @throws OciError when an error occurs
|
|
73
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
73
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/DeleteMessages.ts.html |here} to see how to use DeleteMessages API.
|
|
74
74
|
*/
|
|
75
75
|
deleteMessages(deleteMessagesRequest: requests.DeleteMessagesRequest): Promise<responses.DeleteMessagesResponse>;
|
|
76
76
|
/**
|
|
@@ -79,7 +79,7 @@ export declare class QueueClient {
|
|
|
79
79
|
* @param GetMessagesRequest
|
|
80
80
|
* @return GetMessagesResponse
|
|
81
81
|
* @throws OciError when an error occurs
|
|
82
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
82
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/GetMessages.ts.html |here} to see how to use GetMessages API.
|
|
83
83
|
*/
|
|
84
84
|
getMessages(getMessagesRequest: requests.GetMessagesRequest): Promise<responses.GetMessagesResponse>;
|
|
85
85
|
/**
|
|
@@ -88,7 +88,7 @@ export declare class QueueClient {
|
|
|
88
88
|
* @param GetStatsRequest
|
|
89
89
|
* @return GetStatsResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/GetStats.ts.html |here} to see how to use GetStats API.
|
|
92
92
|
*/
|
|
93
93
|
getStats(getStatsRequest: requests.GetStatsRequest): Promise<responses.GetStatsResponse>;
|
|
94
94
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class QueueClient {
|
|
|
97
97
|
* @param PutMessagesRequest
|
|
98
98
|
* @return PutMessagesResponse
|
|
99
99
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/PutMessages.ts.html |here} to see how to use PutMessages API.
|
|
101
101
|
*/
|
|
102
102
|
putMessages(putMessagesRequest: requests.PutMessagesRequest): Promise<responses.PutMessagesResponse>;
|
|
103
103
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class QueueClient {
|
|
|
106
106
|
* @param UpdateMessageRequest
|
|
107
107
|
* @return UpdateMessageResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/UpdateMessage.ts.html |here} to see how to use UpdateMessage API.
|
|
110
110
|
*/
|
|
111
111
|
updateMessage(updateMessageRequest: requests.UpdateMessageRequest): Promise<responses.UpdateMessageResponse>;
|
|
112
112
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class QueueClient {
|
|
|
115
115
|
* @param UpdateMessagesRequest
|
|
116
116
|
* @return UpdateMessagesResponse
|
|
117
117
|
* @throws OciError when an error occurs
|
|
118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/UpdateMessages.ts.html |here} to see how to use UpdateMessages API.
|
|
119
119
|
*/
|
|
120
120
|
updateMessages(updateMessagesRequest: requests.UpdateMessagesRequest): Promise<responses.UpdateMessagesResponse>;
|
|
121
121
|
}
|
|
@@ -180,7 +180,7 @@ export declare class QueueAdminClient {
|
|
|
180
180
|
* @param ChangeQueueCompartmentRequest
|
|
181
181
|
* @return ChangeQueueCompartmentResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/ChangeQueueCompartment.ts.html |here} to see how to use ChangeQueueCompartment API.
|
|
184
184
|
*/
|
|
185
185
|
changeQueueCompartment(changeQueueCompartmentRequest: requests.ChangeQueueCompartmentRequest): Promise<responses.ChangeQueueCompartmentResponse>;
|
|
186
186
|
/**
|
|
@@ -190,7 +190,7 @@ export declare class QueueAdminClient {
|
|
|
190
190
|
* @param CreateQueueRequest
|
|
191
191
|
* @return CreateQueueResponse
|
|
192
192
|
* @throws OciError when an error occurs
|
|
193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/CreateQueue.ts.html |here} to see how to use CreateQueue API.
|
|
194
194
|
*/
|
|
195
195
|
createQueue(createQueueRequest: requests.CreateQueueRequest): Promise<responses.CreateQueueResponse>;
|
|
196
196
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class QueueAdminClient {
|
|
|
199
199
|
* @param DeleteQueueRequest
|
|
200
200
|
* @return DeleteQueueResponse
|
|
201
201
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/DeleteQueue.ts.html |here} to see how to use DeleteQueue API.
|
|
203
203
|
*/
|
|
204
204
|
deleteQueue(deleteQueueRequest: requests.DeleteQueueRequest): Promise<responses.DeleteQueueResponse>;
|
|
205
205
|
/**
|
|
@@ -208,7 +208,7 @@ export declare class QueueAdminClient {
|
|
|
208
208
|
* @param GetQueueRequest
|
|
209
209
|
* @return GetQueueResponse
|
|
210
210
|
* @throws OciError when an error occurs
|
|
211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/GetQueue.ts.html |here} to see how to use GetQueue API.
|
|
212
212
|
*/
|
|
213
213
|
getQueue(getQueueRequest: requests.GetQueueRequest): Promise<responses.GetQueueResponse>;
|
|
214
214
|
/**
|
|
@@ -217,7 +217,7 @@ export declare class QueueAdminClient {
|
|
|
217
217
|
* @param GetWorkRequestRequest
|
|
218
218
|
* @return GetWorkRequestResponse
|
|
219
219
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
221
221
|
*/
|
|
222
222
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
223
223
|
/**
|
|
@@ -227,7 +227,7 @@ export declare class QueueAdminClient {
|
|
|
227
227
|
* @param ListQueuesRequest
|
|
228
228
|
* @return ListQueuesResponse
|
|
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.50.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/ListQueues.ts.html |here} to see how to use ListQueues API.
|
|
231
231
|
*/
|
|
232
232
|
listQueues(listQueuesRequest: requests.ListQueuesRequest): Promise<responses.ListQueuesResponse>;
|
|
233
233
|
/**
|
|
@@ -237,7 +237,7 @@ export declare class QueueAdminClient {
|
|
|
237
237
|
* @param ListWorkRequestErrorsRequest
|
|
238
238
|
* @return ListWorkRequestErrorsResponse
|
|
239
239
|
* @throws OciError when an error occurs
|
|
240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
241
241
|
*/
|
|
242
242
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
243
243
|
/**
|
|
@@ -247,7 +247,7 @@ export declare class QueueAdminClient {
|
|
|
247
247
|
* @param ListWorkRequestLogsRequest
|
|
248
248
|
* @return ListWorkRequestLogsResponse
|
|
249
249
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
251
251
|
*/
|
|
252
252
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
253
253
|
/**
|
|
@@ -257,7 +257,7 @@ export declare class QueueAdminClient {
|
|
|
257
257
|
* @param ListWorkRequestsRequest
|
|
258
258
|
* @return ListWorkRequestsResponse
|
|
259
259
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
261
261
|
*/
|
|
262
262
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
263
263
|
/**
|
|
@@ -268,7 +268,7 @@ export declare class QueueAdminClient {
|
|
|
268
268
|
* @param PurgeQueueRequest
|
|
269
269
|
* @return PurgeQueueResponse
|
|
270
270
|
* @throws OciError when an error occurs
|
|
271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/PurgeQueue.ts.html |here} to see how to use PurgeQueue API.
|
|
272
272
|
*/
|
|
273
273
|
purgeQueue(purgeQueueRequest: requests.PurgeQueueRequest): Promise<responses.PurgeQueueResponse>;
|
|
274
274
|
/**
|
|
@@ -277,7 +277,7 @@ export declare class QueueAdminClient {
|
|
|
277
277
|
* @param UpdateQueueRequest
|
|
278
278
|
* @return UpdateQueueResponse
|
|
279
279
|
* @throws OciError when an error occurs
|
|
280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/UpdateQueue.ts.html |here} to see how to use UpdateQueue API.
|
|
281
281
|
*/
|
|
282
282
|
updateQueue(updateQueueRequest: requests.UpdateQueueRequest): Promise<responses.UpdateQueueResponse>;
|
|
283
283
|
}
|
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, 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
14
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -135,7 +135,7 @@ class QueueClient {
|
|
|
135
135
|
* @param DeleteMessageRequest
|
|
136
136
|
* @return DeleteMessageResponse
|
|
137
137
|
* @throws OciError when an error occurs
|
|
138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/DeleteMessage.ts.html |here} to see how to use DeleteMessage API.
|
|
139
139
|
*/
|
|
140
140
|
deleteMessage(deleteMessageRequest) {
|
|
141
141
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -190,7 +190,7 @@ class QueueClient {
|
|
|
190
190
|
* @param DeleteMessagesRequest
|
|
191
191
|
* @return DeleteMessagesResponse
|
|
192
192
|
* @throws OciError when an error occurs
|
|
193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/DeleteMessages.ts.html |here} to see how to use DeleteMessages API.
|
|
194
194
|
*/
|
|
195
195
|
deleteMessages(deleteMessagesRequest) {
|
|
196
196
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -249,7 +249,7 @@ class QueueClient {
|
|
|
249
249
|
* @param GetMessagesRequest
|
|
250
250
|
* @return GetMessagesResponse
|
|
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.50.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/GetMessages.ts.html |here} to see how to use GetMessages API.
|
|
253
253
|
*/
|
|
254
254
|
getMessages(getMessagesRequest) {
|
|
255
255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -311,7 +311,7 @@ class QueueClient {
|
|
|
311
311
|
* @param GetStatsRequest
|
|
312
312
|
* @return GetStatsResponse
|
|
313
313
|
* @throws OciError when an error occurs
|
|
314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/GetStats.ts.html |here} to see how to use GetStats API.
|
|
315
315
|
*/
|
|
316
316
|
getStats(getStatsRequest) {
|
|
317
317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -369,7 +369,7 @@ class QueueClient {
|
|
|
369
369
|
* @param PutMessagesRequest
|
|
370
370
|
* @return PutMessagesResponse
|
|
371
371
|
* @throws OciError when an error occurs
|
|
372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/PutMessages.ts.html |here} to see how to use PutMessages API.
|
|
373
373
|
*/
|
|
374
374
|
putMessages(putMessagesRequest) {
|
|
375
375
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -428,7 +428,7 @@ class QueueClient {
|
|
|
428
428
|
* @param UpdateMessageRequest
|
|
429
429
|
* @return UpdateMessageResponse
|
|
430
430
|
* @throws OciError when an error occurs
|
|
431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/UpdateMessage.ts.html |here} to see how to use UpdateMessage API.
|
|
432
432
|
*/
|
|
433
433
|
updateMessage(updateMessageRequest) {
|
|
434
434
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -488,7 +488,7 @@ class QueueClient {
|
|
|
488
488
|
* @param UpdateMessagesRequest
|
|
489
489
|
* @return UpdateMessagesResponse
|
|
490
490
|
* @throws OciError when an error occurs
|
|
491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/UpdateMessages.ts.html |here} to see how to use UpdateMessages API.
|
|
492
492
|
*/
|
|
493
493
|
updateMessages(updateMessagesRequest) {
|
|
494
494
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -653,7 +653,7 @@ class QueueAdminClient {
|
|
|
653
653
|
* @param ChangeQueueCompartmentRequest
|
|
654
654
|
* @return ChangeQueueCompartmentResponse
|
|
655
655
|
* @throws OciError when an error occurs
|
|
656
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
656
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/ChangeQueueCompartment.ts.html |here} to see how to use ChangeQueueCompartment API.
|
|
657
657
|
*/
|
|
658
658
|
changeQueueCompartment(changeQueueCompartmentRequest) {
|
|
659
659
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -715,7 +715,7 @@ class QueueAdminClient {
|
|
|
715
715
|
* @param CreateQueueRequest
|
|
716
716
|
* @return CreateQueueResponse
|
|
717
717
|
* @throws OciError when an error occurs
|
|
718
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/CreateQueue.ts.html |here} to see how to use CreateQueue API.
|
|
719
719
|
*/
|
|
720
720
|
createQueue(createQueueRequest) {
|
|
721
721
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -774,7 +774,7 @@ class QueueAdminClient {
|
|
|
774
774
|
* @param DeleteQueueRequest
|
|
775
775
|
* @return DeleteQueueResponse
|
|
776
776
|
* @throws OciError when an error occurs
|
|
777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/DeleteQueue.ts.html |here} to see how to use DeleteQueue API.
|
|
778
778
|
*/
|
|
779
779
|
deleteQueue(deleteQueueRequest) {
|
|
780
780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -834,7 +834,7 @@ class QueueAdminClient {
|
|
|
834
834
|
* @param GetQueueRequest
|
|
835
835
|
* @return GetQueueResponse
|
|
836
836
|
* @throws OciError when an error occurs
|
|
837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/GetQueue.ts.html |here} to see how to use GetQueue API.
|
|
838
838
|
*/
|
|
839
839
|
getQueue(getQueueRequest) {
|
|
840
840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -897,7 +897,7 @@ class QueueAdminClient {
|
|
|
897
897
|
* @param GetWorkRequestRequest
|
|
898
898
|
* @return GetWorkRequestResponse
|
|
899
899
|
* @throws OciError when an error occurs
|
|
900
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
900
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
901
901
|
*/
|
|
902
902
|
getWorkRequest(getWorkRequestRequest) {
|
|
903
903
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -961,7 +961,7 @@ class QueueAdminClient {
|
|
|
961
961
|
* @param ListQueuesRequest
|
|
962
962
|
* @return ListQueuesResponse
|
|
963
963
|
* @throws OciError when an error occurs
|
|
964
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
964
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/ListQueues.ts.html |here} to see how to use ListQueues API.
|
|
965
965
|
*/
|
|
966
966
|
listQueues(listQueuesRequest) {
|
|
967
967
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1032,7 +1032,7 @@ class QueueAdminClient {
|
|
|
1032
1032
|
* @param ListWorkRequestErrorsRequest
|
|
1033
1033
|
* @return ListWorkRequestErrorsResponse
|
|
1034
1034
|
* @throws OciError when an error occurs
|
|
1035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
1035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1036
1036
|
*/
|
|
1037
1037
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1038
1038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1099,7 +1099,7 @@ class QueueAdminClient {
|
|
|
1099
1099
|
* @param ListWorkRequestLogsRequest
|
|
1100
1100
|
* @return ListWorkRequestLogsResponse
|
|
1101
1101
|
* @throws OciError when an error occurs
|
|
1102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
1102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1103
1103
|
*/
|
|
1104
1104
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1105
1105
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1166,7 +1166,7 @@ class QueueAdminClient {
|
|
|
1166
1166
|
* @param ListWorkRequestsRequest
|
|
1167
1167
|
* @return ListWorkRequestsResponse
|
|
1168
1168
|
* @throws OciError when an error occurs
|
|
1169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
1169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1170
1170
|
*/
|
|
1171
1171
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1172
1172
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1234,7 +1234,7 @@ class QueueAdminClient {
|
|
|
1234
1234
|
* @param PurgeQueueRequest
|
|
1235
1235
|
* @return PurgeQueueResponse
|
|
1236
1236
|
* @throws OciError when an error occurs
|
|
1237
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
1237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/PurgeQueue.ts.html |here} to see how to use PurgeQueue API.
|
|
1238
1238
|
*/
|
|
1239
1239
|
purgeQueue(purgeQueueRequest) {
|
|
1240
1240
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1295,7 +1295,7 @@ class QueueAdminClient {
|
|
|
1295
1295
|
* @param UpdateQueueRequest
|
|
1296
1296
|
* @return UpdateQueueResponse
|
|
1297
1297
|
* @throws OciError when an error occurs
|
|
1298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
1298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/queue/UpdateQueue.ts.html |here} to see how to use UpdateQueue API.
|
|
1299
1299
|
*/
|
|
1300
1300
|
updateQueue(updateQueueRequest) {
|
|
1301
1301
|
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, 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
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, 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
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, 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
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, 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
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, 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
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, 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
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, 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
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, 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
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, 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
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, 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
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, 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
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, 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
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, 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
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, 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
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, 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
13
|
/**
|
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, 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
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, 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
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, 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
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, 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
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, 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
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, 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
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, 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
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, 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
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, 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
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, 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
13
|
/**
|