oci-resourcescheduler 2.102.2 → 2.104.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/lib/client.d.ts +13 -13
- package/lib/client.js +13 -13
- package/lib/model/create-schedule-details.d.ts +3 -3
- package/lib/model/schedule-summary.d.ts +4 -4
- package/lib/model/schedule.d.ts +5 -5
- package/lib/model/update-schedule-details.d.ts +2 -2
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-resource.d.ts +1 -1
- package/lib/model/work-request-summary.d.ts +2 -2
- package/lib/model/work-request.d.ts +2 -2
- package/lib/request/activate-schedule-request.d.ts +2 -2
- package/lib/request/cancel-work-request-request.d.ts +2 -2
- package/lib/request/create-schedule-request.d.ts +1 -1
- package/lib/request/deactivate-schedule-request.d.ts +2 -2
- package/lib/request/delete-schedule-request.d.ts +2 -2
- package/lib/request/get-schedule-request.d.ts +2 -2
- package/lib/request/get-work-request-request.d.ts +2 -2
- package/lib/request/list-resource-types-request.d.ts +4 -4
- package/lib/request/list-schedules-request.d.ts +5 -5
- 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 +7 -7
- package/lib/request/update-schedule-request.d.ts +2 -2
- package/lib/response/create-schedule-response.d.ts +1 -1
- package/lib/response/list-resource-types-response.d.ts +1 -1
- package/lib/response/list-schedules-response.d.ts +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/response/update-schedule-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -100,7 +100,7 @@ export declare class ScheduleClient {
|
|
|
100
100
|
* @param ActivateScheduleRequest
|
|
101
101
|
* @return ActivateScheduleResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.
|
|
103
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/ActivateSchedule.ts.html |here} to see how to use ActivateSchedule API.
|
|
104
104
|
*/
|
|
105
105
|
activateSchedule(activateScheduleRequest: requests.ActivateScheduleRequest): Promise<responses.ActivateScheduleResponse>;
|
|
106
106
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class ScheduleClient {
|
|
|
109
109
|
* @param CancelWorkRequestRequest
|
|
110
110
|
* @return CancelWorkRequestResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.
|
|
112
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
113
113
|
*/
|
|
114
114
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
115
115
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class ScheduleClient {
|
|
|
119
119
|
* @param CreateScheduleRequest
|
|
120
120
|
* @return CreateScheduleResponse
|
|
121
121
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.
|
|
122
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
123
123
|
*/
|
|
124
124
|
createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
|
|
125
125
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class ScheduleClient {
|
|
|
128
128
|
* @param DeactivateScheduleRequest
|
|
129
129
|
* @return DeactivateScheduleResponse
|
|
130
130
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.
|
|
131
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/DeactivateSchedule.ts.html |here} to see how to use DeactivateSchedule API.
|
|
132
132
|
*/
|
|
133
133
|
deactivateSchedule(deactivateScheduleRequest: requests.DeactivateScheduleRequest): Promise<responses.DeactivateScheduleResponse>;
|
|
134
134
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class ScheduleClient {
|
|
|
137
137
|
* @param DeleteScheduleRequest
|
|
138
138
|
* @return DeleteScheduleResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.
|
|
140
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
141
141
|
*/
|
|
142
142
|
deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
|
|
143
143
|
/**
|
|
@@ -146,7 +146,7 @@ export declare class ScheduleClient {
|
|
|
146
146
|
* @param GetScheduleRequest
|
|
147
147
|
* @return GetScheduleResponse
|
|
148
148
|
* @throws OciError when an error occurs
|
|
149
|
-
* @example Click {@link https://docs.
|
|
149
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
150
150
|
*/
|
|
151
151
|
getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
|
|
152
152
|
/**
|
|
@@ -155,7 +155,7 @@ export declare class ScheduleClient {
|
|
|
155
155
|
* @param GetWorkRequestRequest
|
|
156
156
|
* @return GetWorkRequestResponse
|
|
157
157
|
* @throws OciError when an error occurs
|
|
158
|
-
* @example Click {@link https://docs.
|
|
158
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
159
159
|
*/
|
|
160
160
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
161
161
|
/**
|
|
@@ -165,7 +165,7 @@ export declare class ScheduleClient {
|
|
|
165
165
|
* @param ListResourceTypesRequest
|
|
166
166
|
* @return ListResourceTypesResponse
|
|
167
167
|
* @throws OciError when an error occurs
|
|
168
|
-
* @example Click {@link https://docs.
|
|
168
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
|
|
169
169
|
*/
|
|
170
170
|
listResourceTypes(listResourceTypesRequest: requests.ListResourceTypesRequest): Promise<responses.ListResourceTypesResponse>;
|
|
171
171
|
/**
|
|
@@ -175,7 +175,7 @@ export declare class ScheduleClient {
|
|
|
175
175
|
* @param ListSchedulesRequest
|
|
176
176
|
* @return ListSchedulesResponse
|
|
177
177
|
* @throws OciError when an error occurs
|
|
178
|
-
* @example Click {@link https://docs.
|
|
178
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
179
179
|
*/
|
|
180
180
|
listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
|
|
181
181
|
/**
|
|
@@ -185,7 +185,7 @@ export declare class ScheduleClient {
|
|
|
185
185
|
* @param ListWorkRequestErrorsRequest
|
|
186
186
|
* @return ListWorkRequestErrorsResponse
|
|
187
187
|
* @throws OciError when an error occurs
|
|
188
|
-
* @example Click {@link https://docs.
|
|
188
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
189
189
|
*/
|
|
190
190
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
191
191
|
/**
|
|
@@ -195,7 +195,7 @@ export declare class ScheduleClient {
|
|
|
195
195
|
* @param ListWorkRequestLogsRequest
|
|
196
196
|
* @return ListWorkRequestLogsResponse
|
|
197
197
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.
|
|
198
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
199
199
|
*/
|
|
200
200
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
201
201
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class ScheduleClient {
|
|
|
204
204
|
* @param ListWorkRequestsRequest
|
|
205
205
|
* @return ListWorkRequestsResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.
|
|
207
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
208
208
|
*/
|
|
209
209
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
210
210
|
/**
|
|
@@ -213,7 +213,7 @@ export declare class ScheduleClient {
|
|
|
213
213
|
* @param UpdateScheduleRequest
|
|
214
214
|
* @return UpdateScheduleResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.
|
|
216
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
217
217
|
*/
|
|
218
218
|
updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
|
|
219
219
|
}
|
package/lib/client.js
CHANGED
|
@@ -213,7 +213,7 @@ class ScheduleClient {
|
|
|
213
213
|
* @param ActivateScheduleRequest
|
|
214
214
|
* @return ActivateScheduleResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.
|
|
216
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/ActivateSchedule.ts.html |here} to see how to use ActivateSchedule API.
|
|
217
217
|
*/
|
|
218
218
|
activateSchedule(activateScheduleRequest) {
|
|
219
219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -278,7 +278,7 @@ class ScheduleClient {
|
|
|
278
278
|
* @param CancelWorkRequestRequest
|
|
279
279
|
* @return CancelWorkRequestResponse
|
|
280
280
|
* @throws OciError when an error occurs
|
|
281
|
-
* @example Click {@link https://docs.
|
|
281
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
282
282
|
*/
|
|
283
283
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
284
284
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -334,7 +334,7 @@ class ScheduleClient {
|
|
|
334
334
|
* @param CreateScheduleRequest
|
|
335
335
|
* @return CreateScheduleResponse
|
|
336
336
|
* @throws OciError when an error occurs
|
|
337
|
-
* @example Click {@link https://docs.
|
|
337
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
338
338
|
*/
|
|
339
339
|
createSchedule(createScheduleRequest) {
|
|
340
340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -412,7 +412,7 @@ class ScheduleClient {
|
|
|
412
412
|
* @param DeactivateScheduleRequest
|
|
413
413
|
* @return DeactivateScheduleResponse
|
|
414
414
|
* @throws OciError when an error occurs
|
|
415
|
-
* @example Click {@link https://docs.
|
|
415
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/DeactivateSchedule.ts.html |here} to see how to use DeactivateSchedule API.
|
|
416
416
|
*/
|
|
417
417
|
deactivateSchedule(deactivateScheduleRequest) {
|
|
418
418
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -477,7 +477,7 @@ class ScheduleClient {
|
|
|
477
477
|
* @param DeleteScheduleRequest
|
|
478
478
|
* @return DeleteScheduleResponse
|
|
479
479
|
* @throws OciError when an error occurs
|
|
480
|
-
* @example Click {@link https://docs.
|
|
480
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
481
481
|
*/
|
|
482
482
|
deleteSchedule(deleteScheduleRequest) {
|
|
483
483
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -532,7 +532,7 @@ class ScheduleClient {
|
|
|
532
532
|
* @param GetScheduleRequest
|
|
533
533
|
* @return GetScheduleResponse
|
|
534
534
|
* @throws OciError when an error occurs
|
|
535
|
-
* @example Click {@link https://docs.
|
|
535
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
536
536
|
*/
|
|
537
537
|
getSchedule(getScheduleRequest) {
|
|
538
538
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -595,7 +595,7 @@ class ScheduleClient {
|
|
|
595
595
|
* @param GetWorkRequestRequest
|
|
596
596
|
* @return GetWorkRequestResponse
|
|
597
597
|
* @throws OciError when an error occurs
|
|
598
|
-
* @example Click {@link https://docs.
|
|
598
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
599
599
|
*/
|
|
600
600
|
getWorkRequest(getWorkRequestRequest) {
|
|
601
601
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -664,7 +664,7 @@ class ScheduleClient {
|
|
|
664
664
|
* @param ListResourceTypesRequest
|
|
665
665
|
* @return ListResourceTypesResponse
|
|
666
666
|
* @throws OciError when an error occurs
|
|
667
|
-
* @example Click {@link https://docs.
|
|
667
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
|
|
668
668
|
*/
|
|
669
669
|
listResourceTypes(listResourceTypesRequest) {
|
|
670
670
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -730,7 +730,7 @@ class ScheduleClient {
|
|
|
730
730
|
* @param ListSchedulesRequest
|
|
731
731
|
* @return ListSchedulesResponse
|
|
732
732
|
* @throws OciError when an error occurs
|
|
733
|
-
* @example Click {@link https://docs.
|
|
733
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
734
734
|
*/
|
|
735
735
|
listSchedules(listSchedulesRequest) {
|
|
736
736
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -801,7 +801,7 @@ class ScheduleClient {
|
|
|
801
801
|
* @param ListWorkRequestErrorsRequest
|
|
802
802
|
* @return ListWorkRequestErrorsResponse
|
|
803
803
|
* @throws OciError when an error occurs
|
|
804
|
-
* @example Click {@link https://docs.
|
|
804
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
805
805
|
*/
|
|
806
806
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
807
807
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -870,7 +870,7 @@ class ScheduleClient {
|
|
|
870
870
|
* @param ListWorkRequestLogsRequest
|
|
871
871
|
* @return ListWorkRequestLogsResponse
|
|
872
872
|
* @throws OciError when an error occurs
|
|
873
|
-
* @example Click {@link https://docs.
|
|
873
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
874
874
|
*/
|
|
875
875
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
876
876
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -938,7 +938,7 @@ class ScheduleClient {
|
|
|
938
938
|
* @param ListWorkRequestsRequest
|
|
939
939
|
* @return ListWorkRequestsResponse
|
|
940
940
|
* @throws OciError when an error occurs
|
|
941
|
-
* @example Click {@link https://docs.
|
|
941
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
942
942
|
*/
|
|
943
943
|
listWorkRequests(listWorkRequestsRequest) {
|
|
944
944
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1009,7 +1009,7 @@ class ScheduleClient {
|
|
|
1009
1009
|
* @param UpdateScheduleRequest
|
|
1010
1010
|
* @return UpdateScheduleResponse
|
|
1011
1011
|
* @throws OciError when an error occurs
|
|
1012
|
-
* @example Click {@link https://docs.
|
|
1012
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
1013
1013
|
*/
|
|
1014
1014
|
updateSchedule(updateScheduleRequest) {
|
|
1015
1015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16,7 +16,7 @@ import * as model from "../model";
|
|
|
16
16
|
*/
|
|
17
17
|
export interface CreateScheduleDetails {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the schedule is created
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
@@ -65,7 +65,7 @@ export interface CreateScheduleDetails {
|
|
|
65
65
|
"timeEnds"?: Date;
|
|
66
66
|
/**
|
|
67
67
|
* These are free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
68
|
-
* For more information, see [Resource Tags](https://docs.
|
|
68
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
69
69
|
* <p>
|
|
70
70
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
71
71
|
*
|
|
@@ -75,7 +75,7 @@ export interface CreateScheduleDetails {
|
|
|
75
75
|
};
|
|
76
76
|
/**
|
|
77
77
|
* These are defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
78
|
-
* For more information, see [Resource Tags](https://docs.
|
|
78
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
79
79
|
* <p>
|
|
80
80
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
81
81
|
*
|
|
@@ -16,11 +16,11 @@ import * as model from "../model";
|
|
|
16
16
|
*/
|
|
17
17
|
export interface ScheduleSummary {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule
|
|
20
20
|
*/
|
|
21
21
|
"id": string;
|
|
22
22
|
/**
|
|
23
|
-
* The [OCID](https://docs.
|
|
23
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the schedule is created
|
|
24
24
|
*/
|
|
25
25
|
"compartmentId": string;
|
|
26
26
|
/**
|
|
@@ -105,7 +105,7 @@ export interface ScheduleSummary {
|
|
|
105
105
|
"lifecycleState": string;
|
|
106
106
|
/**
|
|
107
107
|
* These are free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
108
|
-
* For more information, see [Resource Tags](https://docs.
|
|
108
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
109
109
|
* <p>
|
|
110
110
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
111
111
|
*
|
|
@@ -115,7 +115,7 @@ export interface ScheduleSummary {
|
|
|
115
115
|
};
|
|
116
116
|
/**
|
|
117
117
|
* These are defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
118
|
-
* For more information, see [Resource Tags](https://docs.
|
|
118
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
119
119
|
* <p>
|
|
120
120
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
121
121
|
*
|
package/lib/model/schedule.d.ts
CHANGED
|
@@ -17,16 +17,16 @@ import * as model from "../model";
|
|
|
17
17
|
* <p>
|
|
18
18
|
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, contact your
|
|
19
19
|
* administrator. If you're an administrator who needs to write policies to give users access, see
|
|
20
|
-
* [Getting Started with Policies](https://docs.
|
|
20
|
+
* [Getting Started with Policies](https://docs.oracle.com/iaas/Content/Identity/policiesgs/get-started-with-policies.htm).
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
export interface Schedule {
|
|
24
24
|
/**
|
|
25
|
-
* The [OCID](https://docs.
|
|
25
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule
|
|
26
26
|
*/
|
|
27
27
|
"id": string;
|
|
28
28
|
/**
|
|
29
|
-
* The [OCID](https://docs.
|
|
29
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the schedule is created
|
|
30
30
|
*/
|
|
31
31
|
"compartmentId": string;
|
|
32
32
|
/**
|
|
@@ -107,7 +107,7 @@ export interface Schedule {
|
|
|
107
107
|
"lifecycleState": Schedule.LifecycleState;
|
|
108
108
|
/**
|
|
109
109
|
* These are free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
110
|
-
* For more information, see [Resource Tags](https://docs.
|
|
110
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
111
111
|
* <p>
|
|
112
112
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
113
113
|
*
|
|
@@ -117,7 +117,7 @@ export interface Schedule {
|
|
|
117
117
|
};
|
|
118
118
|
/**
|
|
119
119
|
* These are defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
120
|
-
* For more information, see [Resource Tags](https://docs.
|
|
120
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
121
121
|
* <p>
|
|
122
122
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
123
123
|
*
|
|
@@ -61,7 +61,7 @@ export interface UpdateScheduleDetails {
|
|
|
61
61
|
"timeEnds"?: Date;
|
|
62
62
|
/**
|
|
63
63
|
* These are free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
64
|
-
* For more information, see [Resource Tags](https://docs.
|
|
64
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
65
65
|
* <p>
|
|
66
66
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
67
67
|
*
|
|
@@ -71,7 +71,7 @@ export interface UpdateScheduleDetails {
|
|
|
71
71
|
};
|
|
72
72
|
/**
|
|
73
73
|
* These are defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
74
|
-
* For more information, see [Resource Tags](https://docs.
|
|
74
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
75
75
|
* <p>
|
|
76
76
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
77
77
|
*
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
export interface WorkRequestError {
|
|
17
17
|
/**
|
|
18
18
|
* A machine-usable code for the error that occurred. For a list of error codes, see
|
|
19
|
-
* [API Errors](https://docs.
|
|
19
|
+
* [API Errors](https://docs.oracle.com/iaas/Content/API/References/apierrors.htm).
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"code": string;
|
|
@@ -28,7 +28,7 @@ export interface WorkRequestResource {
|
|
|
28
28
|
*/
|
|
29
29
|
"actionType": model.ActionType;
|
|
30
30
|
/**
|
|
31
|
-
* This is an [OCID](https://docs.
|
|
31
|
+
* This is an [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) or other unique identifier for the resource.
|
|
32
32
|
*/
|
|
33
33
|
"identifier": string;
|
|
34
34
|
/**
|
|
@@ -24,11 +24,11 @@ export interface WorkRequestSummary {
|
|
|
24
24
|
*/
|
|
25
25
|
"status": model.OperationStatus;
|
|
26
26
|
/**
|
|
27
|
-
* The [OCID](https://docs.
|
|
27
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
28
28
|
*/
|
|
29
29
|
"id": string;
|
|
30
30
|
/**
|
|
31
|
-
* The [OCID](https://docs.
|
|
31
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"compartmentId": string;
|
|
@@ -27,11 +27,11 @@ export interface WorkRequest {
|
|
|
27
27
|
*/
|
|
28
28
|
"status": model.OperationStatus;
|
|
29
29
|
/**
|
|
30
|
-
* The [OCID](https://docs.
|
|
30
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
31
31
|
*/
|
|
32
32
|
"id": string;
|
|
33
33
|
/**
|
|
34
|
-
* The [OCID](https://docs.
|
|
34
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"compartmentId": string;
|
|
@@ -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/resourcescheduler/ActivateSchedule.ts.html |here} to see how to use ActivateScheduleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ActivateScheduleRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* This is the [OCID](https://docs.
|
|
19
|
+
* This is the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule.
|
|
20
20
|
*/
|
|
21
21
|
"scheduleId": string;
|
|
22
22
|
/**
|
|
@@ -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/resourcescheduler/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* This is the [OCID](https://docs.
|
|
19
|
+
* This is the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
20
20
|
*/
|
|
21
21
|
"workRequestId": string;
|
|
22
22
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/CreateSchedule.ts.html |here} to see how to use CreateScheduleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateScheduleRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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/resourcescheduler/DeactivateSchedule.ts.html |here} to see how to use DeactivateScheduleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeactivateScheduleRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* This is the [OCID](https://docs.
|
|
19
|
+
* This is the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule.
|
|
20
20
|
*/
|
|
21
21
|
"scheduleId": string;
|
|
22
22
|
/**
|
|
@@ -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/resourcescheduler/DeleteSchedule.ts.html |here} to see how to use DeleteScheduleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteScheduleRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* This is the [OCID](https://docs.
|
|
19
|
+
* This is the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule.
|
|
20
20
|
*/
|
|
21
21
|
"scheduleId": string;
|
|
22
22
|
/**
|
|
@@ -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/resourcescheduler/GetSchedule.ts.html |here} to see how to use GetScheduleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetScheduleRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* This is the [OCID](https://docs.
|
|
19
|
+
* This is the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule.
|
|
20
20
|
*/
|
|
21
21
|
"scheduleId": string;
|
|
22
22
|
/**
|
|
@@ -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/resourcescheduler/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* This is the [OCID](https://docs.
|
|
19
|
+
* This is the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
20
20
|
*/
|
|
21
21
|
"workRequestId": string;
|
|
22
22
|
/**
|
|
@@ -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/resourcescheduler/ListResourceTypes.ts.html |here} to see how to use ListResourceTypesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListResourceTypesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* This is the [OCID](https://docs.
|
|
19
|
+
* This is the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId"?: 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
|
* This used for list pagination. The value of the opc-next-page response header from the previous
|
|
31
31
|
* \"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;
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/ListSchedules.ts.html |here} to see how to use ListSchedulesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListSchedulesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* This is the [OCID](https://docs.
|
|
20
|
+
* This is the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
21
|
*/
|
|
22
22
|
"compartmentId"?: string;
|
|
23
23
|
/**
|
|
@@ -31,20 +31,20 @@ export interface ListSchedulesRequest extends common.BaseRequest {
|
|
|
31
31
|
*/
|
|
32
32
|
"displayName"?: string;
|
|
33
33
|
/**
|
|
34
|
-
* This is the [OCID](https://docs.
|
|
34
|
+
* This is the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule.
|
|
35
35
|
*/
|
|
36
36
|
"scheduleId"?: string;
|
|
37
37
|
/**
|
|
38
38
|
* For list pagination. The maximum number of results per page, or items to return in a
|
|
39
39
|
* paginated \"List\" call. For important details about how pagination works, see
|
|
40
|
-
* [List Pagination](https://docs.
|
|
40
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
"limit"?: number;
|
|
44
44
|
/**
|
|
45
45
|
* This used for list pagination. The value of the opc-next-page response header from the previous
|
|
46
46
|
* \"List\" call. For important details about how pagination works, see
|
|
47
|
-
* [List Pagination](https://docs.
|
|
47
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
"page"?: string;
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* This is the [OCID](https://docs.
|
|
20
|
+
* This is the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
21
21
|
*/
|
|
22
22
|
"workRequestId": string;
|
|
23
23
|
/**
|
|
@@ -31,14 +31,14 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
|
31
31
|
/**
|
|
32
32
|
* This used for list pagination. The value of the opc-next-page response header from the previous
|
|
33
33
|
* \"List\" call. For important details about how pagination works, see
|
|
34
|
-
* [List Pagination](https://docs.
|
|
34
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"page"?: string;
|
|
38
38
|
/**
|
|
39
39
|
* For list pagination. The maximum number of results per page, or items to return in a
|
|
40
40
|
* paginated \"List\" call. For important details about how pagination works, see
|
|
41
|
-
* [List Pagination](https://docs.
|
|
41
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
"limit"?: number;
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* This is the [OCID](https://docs.
|
|
20
|
+
* This is the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
21
21
|
*/
|
|
22
22
|
"workRequestId": string;
|
|
23
23
|
/**
|
|
@@ -31,14 +31,14 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
|
31
31
|
/**
|
|
32
32
|
* This used for list pagination. The value of the opc-next-page response header from the previous
|
|
33
33
|
* \"List\" call. For important details about how pagination works, see
|
|
34
|
-
* [List Pagination](https://docs.
|
|
34
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"page"?: string;
|
|
38
38
|
/**
|
|
39
39
|
* For list pagination. The maximum number of results per page, or items to return in a
|
|
40
40
|
* paginated \"List\" call. For important details about how pagination works, see
|
|
41
|
-
* [List Pagination](https://docs.
|
|
41
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
"limit"?: number;
|
|
@@ -13,15 +13,15 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* This is the [OCID](https://docs.
|
|
20
|
+
* This is the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
21
|
*/
|
|
22
22
|
"compartmentId"?: string;
|
|
23
23
|
/**
|
|
24
|
-
* This is the [OCID](https://docs.
|
|
24
|
+
* This is the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
25
25
|
*/
|
|
26
26
|
"workRequestId"?: string;
|
|
27
27
|
/**
|
|
@@ -29,20 +29,20 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
29
29
|
*/
|
|
30
30
|
"status"?: model.OperationStatus;
|
|
31
31
|
/**
|
|
32
|
-
* This is the [OCID](https://docs.
|
|
32
|
+
* This is the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource affected by the work request.
|
|
33
33
|
*/
|
|
34
34
|
"resourceId"?: string;
|
|
35
35
|
/**
|
|
36
36
|
* This used for list pagination. The value of the opc-next-page response header from the previous
|
|
37
37
|
* \"List\" call. For important details about how pagination works, see
|
|
38
|
-
* [List Pagination](https://docs.
|
|
38
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
"page"?: string;
|
|
42
42
|
/**
|
|
43
43
|
* For list pagination. The maximum number of results per page, or items to return in a
|
|
44
44
|
* paginated \"List\" call. For important details about how pagination works, see
|
|
45
|
-
* [List Pagination](https://docs.
|
|
45
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"limit"?: number;
|
|
@@ -56,7 +56,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
56
56
|
*/
|
|
57
57
|
"sortBy"?: ListWorkRequestsRequest.SortBy;
|
|
58
58
|
/**
|
|
59
|
-
* This is the [OCID](https://docs.
|
|
59
|
+
* This is the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule.
|
|
60
60
|
*/
|
|
61
61
|
"scheduleId"?: string;
|
|
62
62
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcescheduler/UpdateSchedule.ts.html |here} to see how to use UpdateScheduleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateScheduleRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* This is the [OCID](https://docs.
|
|
20
|
+
* This is the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule.
|
|
21
21
|
*/
|
|
22
22
|
"scheduleId": string;
|
|
23
23
|
/**
|
|
@@ -26,7 +26,7 @@ export interface CreateScheduleResponse {
|
|
|
26
26
|
*/
|
|
27
27
|
"etag": string;
|
|
28
28
|
/**
|
|
29
|
-
* The [OCID](https://docs.
|
|
29
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
30
30
|
* Use GetWorkRequest with this ID to track the status of the request.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListResourceTypesResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* When this header appears in the list pagination response, there are additional results pages to view. For
|
|
23
|
-
* important details about how pagination works, see [List Pagination](https://docs.
|
|
23
|
+
* important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
"opcNextPage": string;
|
|
@@ -20,7 +20,7 @@ export interface ListSchedulesResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* When this header appears in the list pagination response, there are additional results pages to view. For
|
|
23
|
-
* important details about how pagination works, see [List Pagination](https://docs.
|
|
23
|
+
* important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
"opcNextPage": string;
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListWorkRequestErrorsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* When this header appears in the list pagination response, there are additional results pages to view. For
|
|
17
|
-
* important details about how pagination works, see [List Pagination](https://docs.
|
|
17
|
+
* important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcNextPage": string;
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListWorkRequestLogsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* When this header appears in the list pagination response, there are additional results pages to view. For
|
|
17
|
-
* important details about how pagination works, see [List Pagination](https://docs.
|
|
17
|
+
* important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcNextPage": string;
|
|
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* When this header appears in the list pagination response, there are additional results pages to view. For
|
|
23
|
-
* important details about how pagination works, see [List Pagination](https://docs.
|
|
23
|
+
* important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
"opcNextPage": string;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
export interface UpdateScheduleResponse {
|
|
14
14
|
/**
|
|
15
|
-
* The [OCID](https://docs.
|
|
15
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
16
16
|
* Use GetWorkRequest with this ID to track the status of the request.
|
|
17
17
|
*
|
|
18
18
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-resourcescheduler",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.104.0",
|
|
4
4
|
"description": "OCI NodeJS client for Resource Scheduler Service",
|
|
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.104.0",
|
|
19
|
+
"oci-workrequests": "2.104.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|