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.
Files changed (182) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +215 -0
  9. package/lib/client.js +1060 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/action-type.d.ts +32 -0
  12. package/lib/model/action-type.js +43 -0
  13. package/lib/model/action-type.js.map +1 -0
  14. package/lib/model/compartment-id-resource-filter.d.ts +32 -0
  15. package/lib/model/compartment-id-resource-filter.js +54 -0
  16. package/lib/model/compartment-id-resource-filter.js.map +1 -0
  17. package/lib/model/create-schedule-details.d.ts +100 -0
  18. package/lib/model/create-schedule-details.js +81 -0
  19. package/lib/model/create-schedule-details.js.map +1 -0
  20. package/lib/model/defined-tag-filter-value.d.ts +33 -0
  21. package/lib/model/defined-tag-filter-value.js +29 -0
  22. package/lib/model/defined-tag-filter-value.js.map +1 -0
  23. package/lib/model/defined-tags-resource-filter.d.ts +28 -0
  24. package/lib/model/defined-tags-resource-filter.js +66 -0
  25. package/lib/model/defined-tags-resource-filter.js.map +1 -0
  26. package/lib/model/index.d.ts +66 -0
  27. package/lib/model/index.js +89 -0
  28. package/lib/model/index.js.map +1 -0
  29. package/lib/model/lifecycle-state-resource-filter.d.ts +28 -0
  30. package/lib/model/lifecycle-state-resource-filter.js +54 -0
  31. package/lib/model/lifecycle-state-resource-filter.js.map +1 -0
  32. package/lib/model/operation-status.d.ts +34 -0
  33. package/lib/model/operation-status.js +45 -0
  34. package/lib/model/operation-status.js.map +1 -0
  35. package/lib/model/operation-type.d.ts +31 -0
  36. package/lib/model/operation-type.js +42 -0
  37. package/lib/model/operation-type.js.map +1 -0
  38. package/lib/model/resource-filter.d.ts +22 -0
  39. package/lib/model/resource-filter.js +84 -0
  40. package/lib/model/resource-filter.js.map +1 -0
  41. package/lib/model/resource-type-collection.d.ts +27 -0
  42. package/lib/model/resource-type-collection.js +61 -0
  43. package/lib/model/resource-type-collection.js.map +1 -0
  44. package/lib/model/resource-type-resource-filter.d.ts +28 -0
  45. package/lib/model/resource-type-resource-filter.js +54 -0
  46. package/lib/model/resource-type-resource-filter.js.map +1 -0
  47. package/lib/model/resource-type.d.ts +27 -0
  48. package/lib/model/resource-type.js +29 -0
  49. package/lib/model/resource-type.js.map +1 -0
  50. package/lib/model/resource.d.ts +42 -0
  51. package/lib/model/resource.js +29 -0
  52. package/lib/model/resource.js.map +1 -0
  53. package/lib/model/schedule-collection.d.ts +26 -0
  54. package/lib/model/schedule-collection.js +61 -0
  55. package/lib/model/schedule-collection.js.map +1 -0
  56. package/lib/model/schedule-summary.d.ts +161 -0
  57. package/lib/model/schedule-summary.js +91 -0
  58. package/lib/model/schedule-summary.js.map +1 -0
  59. package/lib/model/schedule.d.ts +177 -0
  60. package/lib/model/schedule.js +106 -0
  61. package/lib/model/schedule.js.map +1 -0
  62. package/lib/model/sort-order.d.ts +25 -0
  63. package/lib/model/sort-order.js +36 -0
  64. package/lib/model/sort-order.js.map +1 -0
  65. package/lib/model/time-created-resource-filter.d.ts +42 -0
  66. package/lib/model/time-created-resource-filter.js +65 -0
  67. package/lib/model/time-created-resource-filter.js.map +1 -0
  68. package/lib/model/update-schedule-details.d.ts +96 -0
  69. package/lib/model/update-schedule-details.js +81 -0
  70. package/lib/model/update-schedule-details.js.map +1 -0
  71. package/lib/model/work-request-error-collection.d.ts +26 -0
  72. package/lib/model/work-request-error-collection.js +61 -0
  73. package/lib/model/work-request-error-collection.js.map +1 -0
  74. package/lib/model/work-request-error.d.ts +37 -0
  75. package/lib/model/work-request-error.js +29 -0
  76. package/lib/model/work-request-error.js.map +1 -0
  77. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  78. package/lib/model/work-request-log-entry-collection.js +61 -0
  79. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  80. package/lib/model/work-request-log-entry.d.ts +31 -0
  81. package/lib/model/work-request-log-entry.js +29 -0
  82. package/lib/model/work-request-log-entry.js.map +1 -0
  83. package/lib/model/work-request-resource.d.ts +42 -0
  84. package/lib/model/work-request-resource.js +29 -0
  85. package/lib/model/work-request-resource.js.map +1 -0
  86. package/lib/model/work-request-summary-collection.d.ts +26 -0
  87. package/lib/model/work-request-summary-collection.js +61 -0
  88. package/lib/model/work-request-summary-collection.js.map +1 -0
  89. package/lib/model/work-request-summary.d.ts +73 -0
  90. package/lib/model/work-request-summary.js +61 -0
  91. package/lib/model/work-request-summary.js.map +1 -0
  92. package/lib/model/work-request.d.ts +76 -0
  93. package/lib/model/work-request.js +61 -0
  94. package/lib/model/work-request.js.map +1 -0
  95. package/lib/request/activate-schedule-request.d.ts +47 -0
  96. package/lib/request/activate-schedule-request.js +15 -0
  97. package/lib/request/activate-schedule-request.js.map +1 -0
  98. package/lib/request/cancel-work-request-request.d.ts +38 -0
  99. package/lib/request/cancel-work-request-request.js +15 -0
  100. package/lib/request/cancel-work-request-request.js.map +1 -0
  101. package/lib/request/create-schedule-request.d.ts +40 -0
  102. package/lib/request/create-schedule-request.js +15 -0
  103. package/lib/request/create-schedule-request.js.map +1 -0
  104. package/lib/request/deactivate-schedule-request.d.ts +47 -0
  105. package/lib/request/deactivate-schedule-request.js +15 -0
  106. package/lib/request/deactivate-schedule-request.js.map +1 -0
  107. package/lib/request/delete-schedule-request.d.ts +38 -0
  108. package/lib/request/delete-schedule-request.js +15 -0
  109. package/lib/request/delete-schedule-request.js.map +1 -0
  110. package/lib/request/get-schedule-request.d.ts +30 -0
  111. package/lib/request/get-schedule-request.js +15 -0
  112. package/lib/request/get-schedule-request.js.map +1 -0
  113. package/lib/request/get-work-request-request.d.ts +30 -0
  114. package/lib/request/get-work-request-request.js +15 -0
  115. package/lib/request/get-work-request-request.js.map +1 -0
  116. package/lib/request/index.d.ts +38 -0
  117. package/lib/request/index.js +43 -0
  118. package/lib/request/index.js.map +1 -0
  119. package/lib/request/list-resource-types-request.d.ts +44 -0
  120. package/lib/request/list-resource-types-request.js +15 -0
  121. package/lib/request/list-resource-types-request.js.map +1 -0
  122. package/lib/request/list-schedules-request.d.ts +77 -0
  123. package/lib/request/list-schedules-request.js +26 -0
  124. package/lib/request/list-schedules-request.js.map +1 -0
  125. package/lib/request/list-work-request-errors-request.d.ts +59 -0
  126. package/lib/request/list-work-request-errors-request.js +23 -0
  127. package/lib/request/list-work-request-errors-request.js.map +1 -0
  128. package/lib/request/list-work-request-logs-request.d.ts +59 -0
  129. package/lib/request/list-work-request-logs-request.js +23 -0
  130. package/lib/request/list-work-request-logs-request.js.map +1 -0
  131. package/lib/request/list-work-requests-request.d.ts +75 -0
  132. package/lib/request/list-work-requests-request.js +23 -0
  133. package/lib/request/list-work-requests-request.js.map +1 -0
  134. package/lib/request/update-schedule-request.d.ts +43 -0
  135. package/lib/request/update-schedule-request.js +15 -0
  136. package/lib/request/update-schedule-request.js.map +1 -0
  137. package/lib/response/activate-schedule-response.d.ts +30 -0
  138. package/lib/response/activate-schedule-response.js +15 -0
  139. package/lib/response/activate-schedule-response.js.map +1 -0
  140. package/lib/response/cancel-work-request-response.d.ts +20 -0
  141. package/lib/response/cancel-work-request-response.js +15 -0
  142. package/lib/response/cancel-work-request-response.js.map +1 -0
  143. package/lib/response/create-schedule-response.d.ts +44 -0
  144. package/lib/response/create-schedule-response.js +15 -0
  145. package/lib/response/create-schedule-response.js.map +1 -0
  146. package/lib/response/deactivate-schedule-response.d.ts +30 -0
  147. package/lib/response/deactivate-schedule-response.js +15 -0
  148. package/lib/response/deactivate-schedule-response.js.map +1 -0
  149. package/lib/response/delete-schedule-response.d.ts +20 -0
  150. package/lib/response/delete-schedule-response.js +15 -0
  151. package/lib/response/delete-schedule-response.js.map +1 -0
  152. package/lib/response/get-schedule-response.d.ts +30 -0
  153. package/lib/response/get-schedule-response.js +15 -0
  154. package/lib/response/get-schedule-response.js.map +1 -0
  155. package/lib/response/get-work-request-response.d.ts +34 -0
  156. package/lib/response/get-work-request-response.js +15 -0
  157. package/lib/response/get-work-request-response.js.map +1 -0
  158. package/lib/response/index.d.ts +38 -0
  159. package/lib/response/index.js +15 -0
  160. package/lib/response/index.js.map +1 -0
  161. package/lib/response/list-resource-types-response.d.ts +31 -0
  162. package/lib/response/list-resource-types-response.js +15 -0
  163. package/lib/response/list-resource-types-response.js.map +1 -0
  164. package/lib/response/list-schedules-response.d.ts +31 -0
  165. package/lib/response/list-schedules-response.js +15 -0
  166. package/lib/response/list-schedules-response.js.map +1 -0
  167. package/lib/response/list-work-request-errors-response.d.ts +31 -0
  168. package/lib/response/list-work-request-errors-response.js +15 -0
  169. package/lib/response/list-work-request-errors-response.js.map +1 -0
  170. package/lib/response/list-work-request-logs-response.d.ts +31 -0
  171. package/lib/response/list-work-request-logs-response.js +15 -0
  172. package/lib/response/list-work-request-logs-response.js.map +1 -0
  173. package/lib/response/list-work-requests-response.d.ts +31 -0
  174. package/lib/response/list-work-requests-response.js +15 -0
  175. package/lib/response/list-work-requests-response.js.map +1 -0
  176. package/lib/response/update-schedule-response.d.ts +26 -0
  177. package/lib/response/update-schedule-response.js +15 -0
  178. package/lib/response/update-schedule-response.js.map +1 -0
  179. package/lib/schedule-waiter.d.ts +36 -0
  180. package/lib/schedule-waiter.js +76 -0
  181. package/lib/schedule-waiter.js.map +1 -0
  182. package/package.json +29 -0
@@ -0,0 +1,44 @@
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/ListResourceTypes.ts.html |here} to see how to use ListResourceTypesRequest.
16
+ */
17
+ export interface ListResourceTypesRequest extends common.BaseRequest {
18
+ /**
19
+ * This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
20
+ */
21
+ "compartmentId"?: string;
22
+ /**
23
+ * For list pagination. The maximum number of results per page, or items to return in a
24
+ * paginated \"List\" call. For important details about how pagination works, see
25
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
26
+ *
27
+ */
28
+ "limit"?: number;
29
+ /**
30
+ * This used for list pagination. The value of the opc-next-page response header from the previous
31
+ * \"List\" call. For important details about how pagination works, see
32
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
33
+ *
34
+ */
35
+ "page"?: string;
36
+ /**
37
+ * This is a unique Oracle-assigned identifier for the request. If you need to contact
38
+ * Oracle about a particular request, please provide the request ID.
39
+ * The only valid characters for request IDs are letters, numbers,
40
+ * underscore, and dash.
41
+ *
42
+ */
43
+ "opcRequestId"?: string;
44
+ }
@@ -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=list-resource-types-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-resource-types-request.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/request/list-resource-types-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,77 @@
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/ListSchedules.ts.html |here} to see how to use ListSchedulesRequest.
17
+ */
18
+ export interface ListSchedulesRequest extends common.BaseRequest {
19
+ /**
20
+ * This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
21
+ */
22
+ "compartmentId"?: string;
23
+ /**
24
+ * This is a filter to return only resources that match the given lifecycle state. The
25
+ * state value is case-insensitive.
26
+ *
27
+ */
28
+ "lifecycleState"?: string;
29
+ /**
30
+ * This is a filter to return only resources that match the given display name exactly.
31
+ */
32
+ "displayName"?: string;
33
+ /**
34
+ * This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule.
35
+ */
36
+ "scheduleId"?: string;
37
+ /**
38
+ * For list pagination. The maximum number of results per page, or items to return in a
39
+ * paginated \"List\" call. For important details about how pagination works, see
40
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
41
+ *
42
+ */
43
+ "limit"?: number;
44
+ /**
45
+ * This used for list pagination. The value of the opc-next-page response header from the previous
46
+ * \"List\" call. For important details about how pagination works, see
47
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
48
+ *
49
+ */
50
+ "page"?: string;
51
+ /**
52
+ * This is the field to sort by. You can provide only one sort order. The default order for {@code timeCreated}
53
+ * is descending. The default order for {@code displayName} is ascending.
54
+ *
55
+ */
56
+ "sortBy"?: ListSchedulesRequest.SortBy;
57
+ /**
58
+ * This is the sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
59
+ */
60
+ "sortOrder"?: model.SortOrder;
61
+ /**
62
+ * This is a unique Oracle-assigned identifier for the request. If you need to contact
63
+ * Oracle about a particular request, please provide the request ID.
64
+ * The only valid characters for request IDs are letters, numbers,
65
+ * underscore, and dash.
66
+ *
67
+ */
68
+ "opcRequestId"?: string;
69
+ }
70
+ export declare namespace ListSchedulesRequest {
71
+ enum SortBy {
72
+ TimeCreated = "timeCreated",
73
+ DisplayName = "displayName",
74
+ LifecycleState = "lifecycleState",
75
+ State = "state"
76
+ }
77
+ }
@@ -0,0 +1,26 @@
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
+ exports.ListSchedulesRequest = void 0;
16
+ var ListSchedulesRequest;
17
+ (function (ListSchedulesRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ SortBy["LifecycleState"] = "lifecycleState";
23
+ SortBy["State"] = "state";
24
+ })(SortBy = ListSchedulesRequest.SortBy || (ListSchedulesRequest.SortBy = {}));
25
+ })(ListSchedulesRequest = exports.ListSchedulesRequest || (exports.ListSchedulesRequest = {}));
26
+ //# sourceMappingURL=list-schedules-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-schedules-request.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/request/list-schedules-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6DH,IAAiB,oBAAoB,CAOpC;AAPD,WAAiB,oBAAoB;IACnC,IAAY,MAKX;IALD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,2CAAiC,CAAA;QACjC,yBAAe,CAAA;IACjB,CAAC,EALW,MAAM,GAAN,2BAAM,KAAN,2BAAM,QAKjB;AACH,CAAC,EAPgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAOpC"}
@@ -0,0 +1,59 @@
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/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
+ */
18
+ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
+ /**
20
+ * This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
21
+ */
22
+ "workRequestId": string;
23
+ /**
24
+ * This is a unique Oracle-assigned identifier for the request. If you need to contact
25
+ * Oracle about a particular request, please provide the request ID.
26
+ * The only valid characters for request IDs are letters, numbers,
27
+ * underscore, and dash.
28
+ *
29
+ */
30
+ "opcRequestId"?: string;
31
+ /**
32
+ * This used for list pagination. The value of the opc-next-page response header from the previous
33
+ * \"List\" call. For important details about how pagination works, see
34
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
35
+ *
36
+ */
37
+ "page"?: string;
38
+ /**
39
+ * For list pagination. The maximum number of results per page, or items to return in a
40
+ * paginated \"List\" call. For important details about how pagination works, see
41
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
42
+ *
43
+ */
44
+ "limit"?: number;
45
+ /**
46
+ * This is the field to sort by. Only one sort order may be provided. Default order for {@code timestamp} is descending.
47
+ *
48
+ */
49
+ "sortBy"?: ListWorkRequestErrorsRequest.SortBy;
50
+ /**
51
+ * This is the sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
52
+ */
53
+ "sortOrder"?: model.SortOrder;
54
+ }
55
+ export declare namespace ListWorkRequestErrorsRequest {
56
+ enum SortBy {
57
+ Timestamp = "timestamp"
58
+ }
59
+ }
@@ -0,0 +1,23 @@
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
+ exports.ListWorkRequestErrorsRequest = void 0;
16
+ var ListWorkRequestErrorsRequest;
17
+ (function (ListWorkRequestErrorsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Timestamp"] = "timestamp";
21
+ })(SortBy = ListWorkRequestErrorsRequest.SortBy || (ListWorkRequestErrorsRequest.SortBy = {}));
22
+ })(ListWorkRequestErrorsRequest = exports.ListWorkRequestErrorsRequest || (exports.ListWorkRequestErrorsRequest = {}));
23
+ //# sourceMappingURL=list-work-request-errors-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-request-errors-request.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/request/list-work-request-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8CH,IAAiB,4BAA4B,CAI5C;AAJD,WAAiB,4BAA4B;IAC3C,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,iCAAuB,CAAA;IACzB,CAAC,EAFW,MAAM,GAAN,mCAAM,KAAN,mCAAM,QAEjB;AACH,CAAC,EAJgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAI5C"}
@@ -0,0 +1,59 @@
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/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
+ */
18
+ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
+ /**
20
+ * This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
21
+ */
22
+ "workRequestId": string;
23
+ /**
24
+ * This is a unique Oracle-assigned identifier for the request. If you need to contact
25
+ * Oracle about a particular request, please provide the request ID.
26
+ * The only valid characters for request IDs are letters, numbers,
27
+ * underscore, and dash.
28
+ *
29
+ */
30
+ "opcRequestId"?: string;
31
+ /**
32
+ * This used for list pagination. The value of the opc-next-page response header from the previous
33
+ * \"List\" call. For important details about how pagination works, see
34
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
35
+ *
36
+ */
37
+ "page"?: string;
38
+ /**
39
+ * For list pagination. The maximum number of results per page, or items to return in a
40
+ * paginated \"List\" call. For important details about how pagination works, see
41
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
42
+ *
43
+ */
44
+ "limit"?: number;
45
+ /**
46
+ * This is the field to sort by. Only one sort order may be provided. Default order for {@code timestamp} is descending.
47
+ *
48
+ */
49
+ "sortBy"?: ListWorkRequestLogsRequest.SortBy;
50
+ /**
51
+ * This is the sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
52
+ */
53
+ "sortOrder"?: model.SortOrder;
54
+ }
55
+ export declare namespace ListWorkRequestLogsRequest {
56
+ enum SortBy {
57
+ Timestamp = "timestamp"
58
+ }
59
+ }
@@ -0,0 +1,23 @@
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
+ exports.ListWorkRequestLogsRequest = void 0;
16
+ var ListWorkRequestLogsRequest;
17
+ (function (ListWorkRequestLogsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Timestamp"] = "timestamp";
21
+ })(SortBy = ListWorkRequestLogsRequest.SortBy || (ListWorkRequestLogsRequest.SortBy = {}));
22
+ })(ListWorkRequestLogsRequest = exports.ListWorkRequestLogsRequest || (exports.ListWorkRequestLogsRequest = {}));
23
+ //# sourceMappingURL=list-work-request-logs-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-request-logs-request.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/request/list-work-request-logs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8CH,IAAiB,0BAA0B,CAI1C;AAJD,WAAiB,0BAA0B;IACzC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,iCAAuB,CAAA;IACzB,CAAC,EAFW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAEjB;AACH,CAAC,EAJgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAI1C"}
@@ -0,0 +1,75 @@
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/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
+ */
18
+ export interface ListWorkRequestsRequest extends common.BaseRequest {
19
+ /**
20
+ * This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
21
+ */
22
+ "compartmentId"?: string;
23
+ /**
24
+ * This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
25
+ */
26
+ "workRequestId"?: string;
27
+ /**
28
+ * This is a filter to return only the resources that match the given lifecycle state.
29
+ */
30
+ "status"?: model.OperationStatus;
31
+ /**
32
+ * This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource affected by the work request.
33
+ */
34
+ "resourceId"?: string;
35
+ /**
36
+ * This used for list pagination. The value of the opc-next-page response header from the previous
37
+ * \"List\" call. For important details about how pagination works, see
38
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
39
+ *
40
+ */
41
+ "page"?: string;
42
+ /**
43
+ * For list pagination. The maximum number of results per page, or items to return in a
44
+ * paginated \"List\" call. For important details about how pagination works, see
45
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
46
+ *
47
+ */
48
+ "limit"?: number;
49
+ /**
50
+ * This is the sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
51
+ */
52
+ "sortOrder"?: model.SortOrder;
53
+ /**
54
+ * This is the field to sort by. Only one sort order may be provided. Default order for {@code timeAccepted} is descending.
55
+ *
56
+ */
57
+ "sortBy"?: ListWorkRequestsRequest.SortBy;
58
+ /**
59
+ * This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule.
60
+ */
61
+ "scheduleId"?: string;
62
+ /**
63
+ * This is a unique Oracle-assigned identifier for the request. If you need to contact
64
+ * Oracle about a particular request, please provide the request ID.
65
+ * The only valid characters for request IDs are letters, numbers,
66
+ * underscore, and dash.
67
+ *
68
+ */
69
+ "opcRequestId"?: string;
70
+ }
71
+ export declare namespace ListWorkRequestsRequest {
72
+ enum SortBy {
73
+ TimeAccepted = "timeAccepted"
74
+ }
75
+ }
@@ -0,0 +1,23 @@
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
+ exports.ListWorkRequestsRequest = void 0;
16
+ var ListWorkRequestsRequest;
17
+ (function (ListWorkRequestsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeAccepted"] = "timeAccepted";
21
+ })(SortBy = ListWorkRequestsRequest.SortBy || (ListWorkRequestsRequest.SortBy = {}));
22
+ })(ListWorkRequestsRequest = exports.ListWorkRequestsRequest || (exports.ListWorkRequestsRequest = {}));
23
+ //# sourceMappingURL=list-work-requests-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8DH,IAAiB,uBAAuB,CAIvC;AAJD,WAAiB,uBAAuB;IACtC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAEjB;AACH,CAAC,EAJgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAIvC"}
@@ -0,0 +1,43 @@
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/UpdateSchedule.ts.html |here} to see how to use UpdateScheduleRequest.
17
+ */
18
+ export interface UpdateScheduleRequest extends common.BaseRequest {
19
+ /**
20
+ * This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule.
21
+ */
22
+ "scheduleId": string;
23
+ /**
24
+ * The information about a schedule that will be updated.
25
+ */
26
+ "updateScheduleDetails": model.UpdateScheduleDetails;
27
+ /**
28
+ * This is used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the
29
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response for
30
+ * that resource. The resource will be updated or deleted only if the etag you provide
31
+ * matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * This is a unique Oracle-assigned identifier for the request. If you need to contact
37
+ * Oracle about a particular request, please provide the request ID.
38
+ * The only valid characters for request IDs are letters, numbers,
39
+ * underscore, and dash.
40
+ *
41
+ */
42
+ "opcRequestId"?: string;
43
+ }
@@ -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=update-schedule-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-schedule-request.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/request/update-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 * as model from "../model";
14
+ export interface ActivateScheduleResponse {
15
+ /**
16
+ * This is a unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For optimistic concurrency control. See {@code if-match}.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.Schedule instance.
28
+ */
29
+ "schedule": model.Schedule;
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=activate-schedule-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activate-schedule-response.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/response/activate-schedule-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
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
+ export interface CancelWorkRequestResponse {
14
+ /**
15
+ * This is a unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancel-work-request-response.js","sourceRoot":"","sources":["../../../../../lib/resourcescheduler/lib/response/cancel-work-request-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,44 @@
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
+ export interface CreateScheduleResponse {
15
+ /**
16
+ * This is the URL for the created schedule. The schedule OCID is generated after this request is sent.
17
+ */
18
+ "location": string;
19
+ /**
20
+ * This is the same as location
21
+ */
22
+ "contentLocation": string;
23
+ /**
24
+ * For optimistic concurrency control. See {@code if-match}.
25
+ *
26
+ */
27
+ "etag": string;
28
+ /**
29
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
30
+ * Use GetWorkRequest with this ID to track the status of the request.
31
+ *
32
+ */
33
+ "opcWorkRequestId": string;
34
+ /**
35
+ * This is a unique Oracle-assigned identifier for the request. If you need to contact
36
+ * Oracle about a particular request, please provide the request ID.
37
+ *
38
+ */
39
+ "opcRequestId": string;
40
+ /**
41
+ * The returned model.Schedule instance.
42
+ */
43
+ "schedule": model.Schedule;
44
+ }