oci-workrequests 2.102.2 → 2.103.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +5 -5
- package/lib/client.js +5 -5
- package/lib/model/index.d.ts +1 -1
- package/lib/model/index.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.d.ts +1 -1
- package/lib/model/work-request-log-entry.js +1 -1
- package/lib/model/work-request-resource.d.ts +2 -2
- package/lib/model/work-request-resource.js +1 -1
- package/lib/model/work-request-summary.d.ts +3 -3
- package/lib/model/work-request-summary.js +1 -1
- package/lib/model/work-request.d.ts +3 -3
- package/lib/model/work-request.js +1 -1
- package/lib/request/get-work-request-request.d.ts +2 -2
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +4 -4
- package/lib/request/list-work-request-logs-request.d.ts +4 -4
- package/lib/request/list-work-requests-request.d.ts +5 -5
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/workrequest-waiter.d.ts +1 -1
- package/lib/workrequest-waiter.js +1 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
5
5
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
6
6
|
|
|
7
7
|
For more information about work requests and the operations that spawn work requests, see
|
|
8
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
8
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
9
|
|
|
10
10
|
* OpenAPI spec version: 20160918
|
|
11
11
|
*
|
package/index.js
CHANGED
|
@@ -6,7 +6,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
6
6
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
7
7
|
|
|
8
8
|
For more information about work requests and the operations that spawn work requests, see
|
|
9
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
10
10
|
|
|
11
11
|
* OpenAPI spec version: 20160918
|
|
12
12
|
*
|
package/lib/client.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
5
5
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
6
6
|
|
|
7
7
|
For more information about work requests and the operations that spawn work requests, see
|
|
8
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
8
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
9
|
|
|
10
10
|
* OpenAPI spec version: 20160918
|
|
11
11
|
*
|
|
@@ -107,7 +107,7 @@ export declare class WorkRequestClient {
|
|
|
107
107
|
* @param GetWorkRequestRequest
|
|
108
108
|
* @return GetWorkRequestResponse
|
|
109
109
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.
|
|
110
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
111
111
|
*/
|
|
112
112
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
113
113
|
/**
|
|
@@ -117,7 +117,7 @@ export declare class WorkRequestClient {
|
|
|
117
117
|
* @param ListWorkRequestErrorsRequest
|
|
118
118
|
* @return ListWorkRequestErrorsResponse
|
|
119
119
|
* @throws OciError when an error occurs
|
|
120
|
-
* @example Click {@link https://docs.
|
|
120
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
121
121
|
*/
|
|
122
122
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
123
123
|
/**
|
|
@@ -159,7 +159,7 @@ export declare class WorkRequestClient {
|
|
|
159
159
|
* @param ListWorkRequestLogsRequest
|
|
160
160
|
* @return ListWorkRequestLogsResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.
|
|
162
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
163
163
|
*/
|
|
164
164
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
165
165
|
/**
|
|
@@ -201,7 +201,7 @@ export declare class WorkRequestClient {
|
|
|
201
201
|
* @param ListWorkRequestsRequest
|
|
202
202
|
* @return ListWorkRequestsResponse
|
|
203
203
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.
|
|
204
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
205
205
|
*/
|
|
206
206
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
207
207
|
/**
|
package/lib/client.js
CHANGED
|
@@ -6,7 +6,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
6
6
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
7
7
|
|
|
8
8
|
For more information about work requests and the operations that spawn work requests, see
|
|
9
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
10
10
|
|
|
11
11
|
* OpenAPI spec version: 20160918
|
|
12
12
|
*
|
|
@@ -220,7 +220,7 @@ class WorkRequestClient {
|
|
|
220
220
|
* @param GetWorkRequestRequest
|
|
221
221
|
* @return GetWorkRequestResponse
|
|
222
222
|
* @throws OciError when an error occurs
|
|
223
|
-
* @example Click {@link https://docs.
|
|
223
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
224
224
|
*/
|
|
225
225
|
getWorkRequest(getWorkRequestRequest) {
|
|
226
226
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -279,7 +279,7 @@ class WorkRequestClient {
|
|
|
279
279
|
* @param ListWorkRequestErrorsRequest
|
|
280
280
|
* @return ListWorkRequestErrorsResponse
|
|
281
281
|
* @throws OciError when an error occurs
|
|
282
|
-
* @example Click {@link https://docs.
|
|
282
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
283
283
|
*/
|
|
284
284
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
285
285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -387,7 +387,7 @@ class WorkRequestClient {
|
|
|
387
387
|
* @param ListWorkRequestLogsRequest
|
|
388
388
|
* @return ListWorkRequestLogsResponse
|
|
389
389
|
* @throws OciError when an error occurs
|
|
390
|
-
* @example Click {@link https://docs.
|
|
390
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
391
391
|
*/
|
|
392
392
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
393
393
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -495,7 +495,7 @@ class WorkRequestClient {
|
|
|
495
495
|
* @param ListWorkRequestsRequest
|
|
496
496
|
* @return ListWorkRequestsResponse
|
|
497
497
|
* @throws OciError when an error occurs
|
|
498
|
-
* @example Click {@link https://docs.
|
|
498
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
499
499
|
*/
|
|
500
500
|
listWorkRequests(listWorkRequestsRequest) {
|
|
501
501
|
return __awaiter(this, void 0, void 0, function* () {
|
package/lib/model/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
5
5
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
6
6
|
|
|
7
7
|
For more information about work requests and the operations that spawn work requests, see
|
|
8
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
8
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
9
|
|
|
10
10
|
* OpenAPI spec version: 20160918
|
|
11
11
|
*
|
package/lib/model/index.js
CHANGED
|
@@ -6,7 +6,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
6
6
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
7
7
|
|
|
8
8
|
For more information about work requests and the operations that spawn work requests, see
|
|
9
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
10
10
|
|
|
11
11
|
* OpenAPI spec version: 20160918
|
|
12
12
|
*
|
|
@@ -5,7 +5,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
5
5
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
6
6
|
|
|
7
7
|
For more information about work requests and the operations that spawn work requests, see
|
|
8
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
8
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
9
|
|
|
10
10
|
* OpenAPI spec version: 20160918
|
|
11
11
|
*
|
|
@@ -6,7 +6,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
6
6
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
7
7
|
|
|
8
8
|
For more information about work requests and the operations that spawn work requests, see
|
|
9
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
10
10
|
|
|
11
11
|
* OpenAPI spec version: 20160918
|
|
12
12
|
*
|
|
@@ -5,7 +5,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
5
5
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
6
6
|
|
|
7
7
|
For more information about work requests and the operations that spawn work requests, see
|
|
8
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
8
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
9
|
|
|
10
10
|
* OpenAPI spec version: 20160918
|
|
11
11
|
*
|
|
@@ -6,7 +6,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
6
6
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
7
7
|
|
|
8
8
|
For more information about work requests and the operations that spawn work requests, see
|
|
9
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
10
10
|
|
|
11
11
|
* OpenAPI spec version: 20160918
|
|
12
12
|
*
|
|
@@ -5,7 +5,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
5
5
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
6
6
|
|
|
7
7
|
For more information about work requests and the operations that spawn work requests, see
|
|
8
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
8
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
9
|
|
|
10
10
|
* OpenAPI spec version: 20160918
|
|
11
11
|
*
|
|
@@ -33,7 +33,7 @@ export interface WorkRequestResource {
|
|
|
33
33
|
*/
|
|
34
34
|
"entityType": string;
|
|
35
35
|
/**
|
|
36
|
-
* An [OCID](https://docs.
|
|
36
|
+
* An [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) or other unique identifier for the
|
|
37
37
|
* resource.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
@@ -6,7 +6,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
6
6
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
7
7
|
|
|
8
8
|
For more information about work requests and the operations that spawn work requests, see
|
|
9
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
10
10
|
|
|
11
11
|
* OpenAPI spec version: 20160918
|
|
12
12
|
*
|
|
@@ -5,7 +5,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
5
5
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
6
6
|
|
|
7
7
|
For more information about work requests and the operations that spawn work requests, see
|
|
8
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
8
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
9
|
|
|
10
10
|
* OpenAPI spec version: 20160918
|
|
11
11
|
*
|
|
@@ -29,11 +29,11 @@ export interface WorkRequestSummary {
|
|
|
29
29
|
*/
|
|
30
30
|
"status": WorkRequestSummary.Status;
|
|
31
31
|
/**
|
|
32
|
-
* The [OCID](https://docs.
|
|
32
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
33
33
|
*/
|
|
34
34
|
"id": string;
|
|
35
35
|
/**
|
|
36
|
-
* The [OCID](https://docs.
|
|
36
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing
|
|
37
37
|
* this work request.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
@@ -6,7 +6,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
6
6
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
7
7
|
|
|
8
8
|
For more information about work requests and the operations that spawn work requests, see
|
|
9
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
10
10
|
|
|
11
11
|
* OpenAPI spec version: 20160918
|
|
12
12
|
*
|
|
@@ -5,7 +5,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
5
5
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
6
6
|
|
|
7
7
|
For more information about work requests and the operations that spawn work requests, see
|
|
8
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
8
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
9
|
|
|
10
10
|
* OpenAPI spec version: 20160918
|
|
11
11
|
*
|
|
@@ -30,11 +30,11 @@ export interface WorkRequest {
|
|
|
30
30
|
*/
|
|
31
31
|
"status": WorkRequest.Status;
|
|
32
32
|
/**
|
|
33
|
-
* The [OCID](https://docs.
|
|
33
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
34
34
|
*/
|
|
35
35
|
"id": string;
|
|
36
36
|
/**
|
|
37
|
-
* The [OCID](https://docs.
|
|
37
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
|
38
38
|
* that contains the work request.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
@@ -6,7 +6,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
6
6
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
7
7
|
|
|
8
8
|
For more information about work requests and the operations that spawn work requests, see
|
|
9
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
10
10
|
|
|
11
11
|
* OpenAPI spec version: 20160918
|
|
12
12
|
*
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
20
20
|
*/
|
|
21
21
|
"workRequestId": string;
|
|
22
22
|
/**
|
package/lib/request/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
5
5
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
6
6
|
|
|
7
7
|
For more information about work requests and the operations that spawn work requests, see
|
|
8
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
8
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
9
|
|
|
10
10
|
* OpenAPI spec version: 20160918
|
|
11
11
|
*
|
package/lib/request/index.js
CHANGED
|
@@ -6,7 +6,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
6
6
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
7
7
|
|
|
8
8
|
For more information about work requests and the operations that spawn work requests, see
|
|
9
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
10
10
|
|
|
11
11
|
* OpenAPI spec version: 20160918
|
|
12
12
|
*
|
|
@@ -12,24 +12,24 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
20
20
|
*/
|
|
21
21
|
"workRequestId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For list pagination. The maximum number of results per page, or items to return in a
|
|
24
24
|
* paginated \"List\" call. For important details about how pagination works, see
|
|
25
|
-
* [List Pagination](https://docs.
|
|
25
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"limit"?: number;
|
|
29
29
|
/**
|
|
30
30
|
* For list pagination. The value of the {@code opc-next-page} response header from the
|
|
31
31
|
* previous \"List\" call. For important details about how pagination works, see
|
|
32
|
-
* [List Pagination](https://docs.
|
|
32
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"page"?: string;
|
|
@@ -12,24 +12,24 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
20
20
|
*/
|
|
21
21
|
"workRequestId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For list pagination. The maximum number of results per page, or items to return in a
|
|
24
24
|
* paginated \"List\" call. For important details about how pagination works, see
|
|
25
|
-
* [List Pagination](https://docs.
|
|
25
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"limit"?: number;
|
|
29
29
|
/**
|
|
30
30
|
* For list pagination. The value of the {@code opc-next-page} response header from the
|
|
31
31
|
* previous \"List\" call. For important details about how pagination works, see
|
|
32
|
-
* [List Pagination](https://docs.
|
|
32
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"page"?: string;
|
|
@@ -12,28 +12,28 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
23
|
-
* The [OCID](https://docs.
|
|
23
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
|
|
24
24
|
*/
|
|
25
25
|
"resourceId"?: string;
|
|
26
26
|
/**
|
|
27
27
|
* For list pagination. The maximum number of results per page, or items to return in a
|
|
28
28
|
* paginated \"List\" call. For important details about how pagination works, see
|
|
29
|
-
* [List Pagination](https://docs.
|
|
29
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"limit"?: number;
|
|
33
33
|
/**
|
|
34
34
|
* For list pagination. The value of the {@code opc-next-page} response header from the
|
|
35
35
|
* previous \"List\" call. For important details about how pagination works, see
|
|
36
|
-
* [List Pagination](https://docs.
|
|
36
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"page"?: string;
|
package/lib/response/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
5
5
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
6
6
|
|
|
7
7
|
For more information about work requests and the operations that spawn work requests, see
|
|
8
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
8
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
9
|
|
|
10
10
|
* OpenAPI spec version: 20160918
|
|
11
11
|
*
|
package/lib/response/index.js
CHANGED
|
@@ -6,7 +6,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
6
6
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
7
7
|
|
|
8
8
|
For more information about work requests and the operations that spawn work requests, see
|
|
9
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
10
10
|
|
|
11
11
|
* OpenAPI spec version: 20160918
|
|
12
12
|
*
|
|
@@ -15,7 +15,7 @@ export interface ListWorkRequestErrorsResponse {
|
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages of
|
|
17
17
|
* results remain. For important details about how pagination works, see
|
|
18
|
-
* [List Pagination](https://docs.
|
|
18
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"opcNextPage": string;
|
|
@@ -15,7 +15,7 @@ export interface ListWorkRequestLogsResponse {
|
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages of
|
|
17
17
|
* results remain. For important details about how pagination works, see
|
|
18
|
-
* [List Pagination](https://docs.
|
|
18
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"opcNextPage": string;
|
|
@@ -15,7 +15,7 @@ export interface ListWorkRequestsResponse {
|
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages of
|
|
17
17
|
* results remain. For important details about how pagination works, see
|
|
18
|
-
* [List Pagination](https://docs.
|
|
18
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"opcNextPage": string;
|
|
@@ -5,7 +5,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
5
5
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
6
6
|
|
|
7
7
|
For more information about work requests and the operations that spawn work requests, see
|
|
8
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
8
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
9
|
|
|
10
10
|
* OpenAPI spec version: 20160918
|
|
11
11
|
*
|
|
@@ -6,7 +6,7 @@ immediately. In these cases, the operation spawns an asynchronous workflow to fu
|
|
|
6
6
|
Work requests provide visibility into the status of these in-progress, long-running workflows.
|
|
7
7
|
|
|
8
8
|
For more information about work requests and the operations that spawn work requests, see
|
|
9
|
-
[Viewing the State of a Compute Work Request](/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
9
|
+
[Viewing the State of a Compute Work Request](https://docs.oracle.com/iaas/Content/Compute/Tasks/viewingworkrequestcompute.htm).
|
|
10
10
|
|
|
11
11
|
* OpenAPI spec version: 20160918
|
|
12
12
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-workrequests",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "OCI NodeJS client for WorkRequests",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|