oci-resourcescheduler 2.86.3
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/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +215 -0
- package/lib/client.js +1060 -0
- package/lib/client.js.map +1 -0
- package/lib/model/action-type.d.ts +32 -0
- package/lib/model/action-type.js +43 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/compartment-id-resource-filter.d.ts +32 -0
- package/lib/model/compartment-id-resource-filter.js +54 -0
- package/lib/model/compartment-id-resource-filter.js.map +1 -0
- package/lib/model/create-schedule-details.d.ts +100 -0
- package/lib/model/create-schedule-details.js +81 -0
- package/lib/model/create-schedule-details.js.map +1 -0
- package/lib/model/defined-tag-filter-value.d.ts +33 -0
- package/lib/model/defined-tag-filter-value.js +29 -0
- package/lib/model/defined-tag-filter-value.js.map +1 -0
- package/lib/model/defined-tags-resource-filter.d.ts +28 -0
- package/lib/model/defined-tags-resource-filter.js +66 -0
- package/lib/model/defined-tags-resource-filter.js.map +1 -0
- package/lib/model/index.d.ts +66 -0
- package/lib/model/index.js +89 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/lifecycle-state-resource-filter.d.ts +28 -0
- package/lib/model/lifecycle-state-resource-filter.js +54 -0
- package/lib/model/lifecycle-state-resource-filter.js.map +1 -0
- package/lib/model/operation-status.d.ts +34 -0
- package/lib/model/operation-status.js +45 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +31 -0
- package/lib/model/operation-type.js +42 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/resource-filter.d.ts +22 -0
- package/lib/model/resource-filter.js +84 -0
- package/lib/model/resource-filter.js.map +1 -0
- package/lib/model/resource-type-collection.d.ts +27 -0
- package/lib/model/resource-type-collection.js +61 -0
- package/lib/model/resource-type-collection.js.map +1 -0
- package/lib/model/resource-type-resource-filter.d.ts +28 -0
- package/lib/model/resource-type-resource-filter.js +54 -0
- package/lib/model/resource-type-resource-filter.js.map +1 -0
- package/lib/model/resource-type.d.ts +27 -0
- package/lib/model/resource-type.js +29 -0
- package/lib/model/resource-type.js.map +1 -0
- package/lib/model/resource.d.ts +42 -0
- package/lib/model/resource.js +29 -0
- package/lib/model/resource.js.map +1 -0
- package/lib/model/schedule-collection.d.ts +26 -0
- package/lib/model/schedule-collection.js +61 -0
- package/lib/model/schedule-collection.js.map +1 -0
- package/lib/model/schedule-summary.d.ts +161 -0
- package/lib/model/schedule-summary.js +91 -0
- package/lib/model/schedule-summary.js.map +1 -0
- package/lib/model/schedule.d.ts +177 -0
- package/lib/model/schedule.js +106 -0
- package/lib/model/schedule.js.map +1 -0
- package/lib/model/sort-order.d.ts +25 -0
- package/lib/model/sort-order.js +36 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/time-created-resource-filter.d.ts +42 -0
- package/lib/model/time-created-resource-filter.js +65 -0
- package/lib/model/time-created-resource-filter.js.map +1 -0
- package/lib/model/update-schedule-details.d.ts +96 -0
- package/lib/model/update-schedule-details.js +81 -0
- package/lib/model/update-schedule-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +26 -0
- package/lib/model/work-request-error-collection.js +61 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +37 -0
- package/lib/model/work-request-error.js +29 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +26 -0
- package/lib/model/work-request-log-entry-collection.js +61 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +31 -0
- package/lib/model/work-request-log-entry.js +29 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +42 -0
- package/lib/model/work-request-resource.js +29 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +26 -0
- package/lib/model/work-request-summary-collection.js +61 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +73 -0
- package/lib/model/work-request-summary.js +61 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +76 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/activate-schedule-request.d.ts +47 -0
- package/lib/request/activate-schedule-request.js +15 -0
- package/lib/request/activate-schedule-request.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +38 -0
- package/lib/request/cancel-work-request-request.js +15 -0
- package/lib/request/cancel-work-request-request.js.map +1 -0
- package/lib/request/create-schedule-request.d.ts +40 -0
- package/lib/request/create-schedule-request.js +15 -0
- package/lib/request/create-schedule-request.js.map +1 -0
- package/lib/request/deactivate-schedule-request.d.ts +47 -0
- package/lib/request/deactivate-schedule-request.js +15 -0
- package/lib/request/deactivate-schedule-request.js.map +1 -0
- package/lib/request/delete-schedule-request.d.ts +38 -0
- package/lib/request/delete-schedule-request.js +15 -0
- package/lib/request/delete-schedule-request.js.map +1 -0
- package/lib/request/get-schedule-request.d.ts +30 -0
- package/lib/request/get-schedule-request.js +15 -0
- package/lib/request/get-schedule-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +30 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +38 -0
- package/lib/request/index.js +43 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-resource-types-request.d.ts +44 -0
- package/lib/request/list-resource-types-request.js +15 -0
- package/lib/request/list-resource-types-request.js.map +1 -0
- package/lib/request/list-schedules-request.d.ts +77 -0
- package/lib/request/list-schedules-request.js +26 -0
- package/lib/request/list-schedules-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +59 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +59 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +75 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/update-schedule-request.d.ts +43 -0
- package/lib/request/update-schedule-request.js +15 -0
- package/lib/request/update-schedule-request.js.map +1 -0
- package/lib/response/activate-schedule-response.d.ts +30 -0
- package/lib/response/activate-schedule-response.js +15 -0
- package/lib/response/activate-schedule-response.js.map +1 -0
- package/lib/response/cancel-work-request-response.d.ts +20 -0
- package/lib/response/cancel-work-request-response.js +15 -0
- package/lib/response/cancel-work-request-response.js.map +1 -0
- package/lib/response/create-schedule-response.d.ts +44 -0
- package/lib/response/create-schedule-response.js +15 -0
- package/lib/response/create-schedule-response.js.map +1 -0
- package/lib/response/deactivate-schedule-response.d.ts +30 -0
- package/lib/response/deactivate-schedule-response.js +15 -0
- package/lib/response/deactivate-schedule-response.js.map +1 -0
- package/lib/response/delete-schedule-response.d.ts +20 -0
- package/lib/response/delete-schedule-response.js +15 -0
- package/lib/response/delete-schedule-response.js.map +1 -0
- package/lib/response/get-schedule-response.d.ts +30 -0
- package/lib/response/get-schedule-response.js +15 -0
- package/lib/response/get-schedule-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +34 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +38 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-resource-types-response.d.ts +31 -0
- package/lib/response/list-resource-types-response.js +15 -0
- package/lib/response/list-resource-types-response.js.map +1 -0
- package/lib/response/list-schedules-response.d.ts +31 -0
- package/lib/response/list-schedules-response.js +15 -0
- package/lib/response/list-schedules-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +31 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +31 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +31 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/update-schedule-response.d.ts +26 -0
- package/lib/response/update-schedule-response.js +15 -0
- package/lib/response/update-schedule-response.js.map +1 -0
- package/lib/schedule-waiter.d.ts +36 -0
- package/lib/schedule-waiter.js +76 -0
- package/lib/schedule-waiter.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Resource Scheduler API
|
|
3
|
+
* Use the Resource scheduler API to manage schedules, to perform actions on a collection of resources.
|
|
4
|
+
* OpenAPI spec version: 20240430
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* This is an asynchronous work request. Work requests help you monitor long-running operations. When you start a long-running operation,
|
|
16
|
+
* the service creates a work request. A work request is an activity log that lets you track each step in the operation's
|
|
17
|
+
* progress. Each work request has an OCID that lets you interact with it programmatically and use it for automation.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export interface WorkRequest {
|
|
21
|
+
/**
|
|
22
|
+
* The asynchronous operation tracked by this work request.
|
|
23
|
+
*/
|
|
24
|
+
"operationType": model.OperationType;
|
|
25
|
+
/**
|
|
26
|
+
* This is the status of the work request.
|
|
27
|
+
*/
|
|
28
|
+
"status": model.OperationStatus;
|
|
29
|
+
/**
|
|
30
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
31
|
+
*/
|
|
32
|
+
"id": string;
|
|
33
|
+
/**
|
|
34
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"compartmentId": string;
|
|
38
|
+
/**
|
|
39
|
+
* This is the resources that are affected by the work request.
|
|
40
|
+
*/
|
|
41
|
+
"resources": Array<model.WorkRequestResource>;
|
|
42
|
+
/**
|
|
43
|
+
* Shows the progress of the operation tracked by the work request, as a percentage of the total work
|
|
44
|
+
* that must be performed.
|
|
45
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
46
|
+
*/
|
|
47
|
+
"percentComplete": number;
|
|
48
|
+
/**
|
|
49
|
+
* This is the date and time the work request was created, in the format defined by
|
|
50
|
+
* [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"timeAccepted": Date;
|
|
54
|
+
/**
|
|
55
|
+
* This is the date and time the work request was started, in the format defined by
|
|
56
|
+
* [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
"timeStarted"?: Date;
|
|
60
|
+
/**
|
|
61
|
+
* This is the date and time the work request was finished, in the format defined by
|
|
62
|
+
* [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"timeFinished"?: Date;
|
|
66
|
+
/**
|
|
67
|
+
* This is the date and time the work request was updated, in the format defined by
|
|
68
|
+
* [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
71
|
+
"timeUpdated"?: Date;
|
|
72
|
+
}
|
|
73
|
+
export declare namespace WorkRequest {
|
|
74
|
+
function getJsonObj(obj: WorkRequest): object;
|
|
75
|
+
function getDeserializedJsonObj(obj: WorkRequest): object;
|
|
76
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Scheduler API
|
|
4
|
+
* Use the Resource scheduler API to manage schedules, to perform actions on a collection of resources.
|
|
5
|
+
* OpenAPI spec version: 20240430
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.WorkRequest = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var WorkRequest;
|
|
37
|
+
(function (WorkRequest) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"resources": obj.resources
|
|
41
|
+
? obj.resources.map(item => {
|
|
42
|
+
return model.WorkRequestResource.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
WorkRequest.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"resources": obj.resources
|
|
52
|
+
? obj.resources.map(item => {
|
|
53
|
+
return model.WorkRequestResource.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
WorkRequest.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(WorkRequest = exports.WorkRequest || (exports.WorkRequest = {}));
|
|
61
|
+
//# sourceMappingURL=work-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/model/work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+DlC,IAAiB,WAAW,CA6B3B;AA7BD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA6B3B"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240430
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/resourcescheduler/ActivateSchedule.ts.html |here} to see how to use ActivateScheduleRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ActivateScheduleRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule.
|
|
20
|
+
*/
|
|
21
|
+
"scheduleId": string;
|
|
22
|
+
/**
|
|
23
|
+
* This is used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
24
|
+
* {@code if-match} parameter to the value of the etag from a previous GET or POST response for
|
|
25
|
+
* that resource. The resource will be updated or deleted only if the etag you provide
|
|
26
|
+
* matches the resource's current etag value.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"ifMatch"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* This is a unique Oracle-assigned identifier for the request. If you need to contact
|
|
32
|
+
* Oracle about a particular request, please provide the request ID.
|
|
33
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
34
|
+
* underscore, and dash.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"opcRequestId"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* This is a token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
40
|
+
* server error without risk of running that same action again. Retry tokens expire after 24
|
|
41
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
42
|
+
* has been deleted and removed from the system, then a retry of the original creation request
|
|
43
|
+
* might be rejected.
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"opcRetryToken"?: string;
|
|
47
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240430
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=activate-schedule-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activate-schedule-request.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/request/activate-schedule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240430
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/resourcescheduler/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface CancelWorkRequestRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
20
|
+
*/
|
|
21
|
+
"workRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* This is used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
24
|
+
* {@code if-match} parameter to the value of the etag from a previous GET or POST response for
|
|
25
|
+
* that resource. The resource will be updated or deleted only if the etag you provide
|
|
26
|
+
* matches the resource's current etag value.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"ifMatch"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* This is a unique Oracle-assigned identifier for the request. If you need to contact
|
|
32
|
+
* Oracle about a particular request, please provide the request ID.
|
|
33
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
34
|
+
* underscore, and dash.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"opcRequestId"?: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240430
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=cancel-work-request-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/request/cancel-work-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240430
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/resourcescheduler/CreateSchedule.ts.html |here} to see how to use CreateScheduleRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateScheduleRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* This API shows the details of the new schedule
|
|
21
|
+
*/
|
|
22
|
+
"createScheduleDetails": model.CreateScheduleDetails;
|
|
23
|
+
/**
|
|
24
|
+
* This is a token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without risk of running that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and removed from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* This is a unique Oracle-assigned identifier for the request. If you need to contact
|
|
34
|
+
* Oracle about a particular request, please provide the request ID.
|
|
35
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
36
|
+
* underscore, and dash.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240430
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-schedule-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-schedule-request.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/request/create-schedule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240430
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/resourcescheduler/DeactivateSchedule.ts.html |here} to see how to use DeactivateScheduleRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeactivateScheduleRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule.
|
|
20
|
+
*/
|
|
21
|
+
"scheduleId": string;
|
|
22
|
+
/**
|
|
23
|
+
* This is used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
24
|
+
* {@code if-match} parameter to the value of the etag from a previous GET or POST response for
|
|
25
|
+
* that resource. The resource will be updated or deleted only if the etag you provide
|
|
26
|
+
* matches the resource's current etag value.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"ifMatch"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* This is a unique Oracle-assigned identifier for the request. If you need to contact
|
|
32
|
+
* Oracle about a particular request, please provide the request ID.
|
|
33
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
34
|
+
* underscore, and dash.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"opcRequestId"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* This is a token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
40
|
+
* server error without risk of running that same action again. Retry tokens expire after 24
|
|
41
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
42
|
+
* has been deleted and removed from the system, then a retry of the original creation request
|
|
43
|
+
* might be rejected.
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"opcRetryToken"?: string;
|
|
47
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240430
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=deactivate-schedule-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deactivate-schedule-request.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/request/deactivate-schedule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240430
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/resourcescheduler/DeleteSchedule.ts.html |here} to see how to use DeleteScheduleRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteScheduleRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule.
|
|
20
|
+
*/
|
|
21
|
+
"scheduleId": string;
|
|
22
|
+
/**
|
|
23
|
+
* This is used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
24
|
+
* {@code if-match} parameter to the value of the etag from a previous GET or POST response for
|
|
25
|
+
* that resource. The resource will be updated or deleted only if the etag you provide
|
|
26
|
+
* matches the resource's current etag value.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"ifMatch"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* This is a unique Oracle-assigned identifier for the request. If you need to contact
|
|
32
|
+
* Oracle about a particular request, please provide the request ID.
|
|
33
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
34
|
+
* underscore, and dash.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"opcRequestId"?: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240430
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-schedule-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-schedule-request.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/request/delete-schedule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240430
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/resourcescheduler/GetSchedule.ts.html |here} to see how to use GetScheduleRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetScheduleRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule.
|
|
20
|
+
*/
|
|
21
|
+
"scheduleId": string;
|
|
22
|
+
/**
|
|
23
|
+
* This is a unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
26
|
+
* underscore, and dash.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240430
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-schedule-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-schedule-request.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/request/get-schedule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240430
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/resourcescheduler/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
20
|
+
*/
|
|
21
|
+
"workRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* This is a unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
26
|
+
* underscore, and dash.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240430
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-work-request-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/request/get-work-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Resource Scheduler API
|
|
3
|
+
* Use the Resource scheduler API to manage schedules, to perform actions on a collection of resources.
|
|
4
|
+
* OpenAPI spec version: 20240430
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as ActivateScheduleRequest from "./activate-schedule-request";
|
|
14
|
+
export import ActivateScheduleRequest = ActivateScheduleRequest.ActivateScheduleRequest;
|
|
15
|
+
import * as CancelWorkRequestRequest from "./cancel-work-request-request";
|
|
16
|
+
export import CancelWorkRequestRequest = CancelWorkRequestRequest.CancelWorkRequestRequest;
|
|
17
|
+
import * as CreateScheduleRequest from "./create-schedule-request";
|
|
18
|
+
export import CreateScheduleRequest = CreateScheduleRequest.CreateScheduleRequest;
|
|
19
|
+
import * as DeactivateScheduleRequest from "./deactivate-schedule-request";
|
|
20
|
+
export import DeactivateScheduleRequest = DeactivateScheduleRequest.DeactivateScheduleRequest;
|
|
21
|
+
import * as DeleteScheduleRequest from "./delete-schedule-request";
|
|
22
|
+
export import DeleteScheduleRequest = DeleteScheduleRequest.DeleteScheduleRequest;
|
|
23
|
+
import * as GetScheduleRequest from "./get-schedule-request";
|
|
24
|
+
export import GetScheduleRequest = GetScheduleRequest.GetScheduleRequest;
|
|
25
|
+
import * as GetWorkRequestRequest from "./get-work-request-request";
|
|
26
|
+
export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
|
|
27
|
+
import * as ListResourceTypesRequest from "./list-resource-types-request";
|
|
28
|
+
export import ListResourceTypesRequest = ListResourceTypesRequest.ListResourceTypesRequest;
|
|
29
|
+
import * as ListSchedulesRequest from "./list-schedules-request";
|
|
30
|
+
export import ListSchedulesRequest = ListSchedulesRequest.ListSchedulesRequest;
|
|
31
|
+
import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
|
|
32
|
+
export import ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
|
|
33
|
+
import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
|
|
34
|
+
export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
|
|
35
|
+
import * as ListWorkRequestsRequest from "./list-work-requests-request";
|
|
36
|
+
export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
|
|
37
|
+
import * as UpdateScheduleRequest from "./update-schedule-request";
|
|
38
|
+
export import UpdateScheduleRequest = UpdateScheduleRequest.UpdateScheduleRequest;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Scheduler API
|
|
4
|
+
* Use the Resource scheduler API to manage schedules, to perform actions on a collection of resources.
|
|
5
|
+
* OpenAPI spec version: 20240430
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListSchedulesRequest = void 0;
|
|
35
|
+
const ListSchedulesRequest = __importStar(require("./list-schedules-request"));
|
|
36
|
+
exports.ListSchedulesRequest = ListSchedulesRequest.ListSchedulesRequest;
|
|
37
|
+
const ListWorkRequestErrorsRequest = __importStar(require("./list-work-request-errors-request"));
|
|
38
|
+
exports.ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
|
|
39
|
+
const ListWorkRequestLogsRequest = __importStar(require("./list-work-request-logs-request"));
|
|
40
|
+
exports.ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
|
|
41
|
+
const ListWorkRequestsRequest = __importStar(require("./list-work-requests-request"));
|
|
42
|
+
exports.ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
|
|
43
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAkBH,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
|