oci-opa 2.35.1

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 (146) 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 +176 -0
  9. package/lib/client.js +865 -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/change-opa-instance-compartment-details.d.ts +27 -0
  15. package/lib/model/change-opa-instance-compartment-details.js +29 -0
  16. package/lib/model/change-opa-instance-compartment-details.js.map +1 -0
  17. package/lib/model/create-opa-instance-details.d.ts +71 -0
  18. package/lib/model/create-opa-instance-details.js +29 -0
  19. package/lib/model/create-opa-instance-details.js.map +1 -0
  20. package/lib/model/index.d.ts +50 -0
  21. package/lib/model/index.js +73 -0
  22. package/lib/model/index.js.map +1 -0
  23. package/lib/model/opa-instance-collection.d.ts +26 -0
  24. package/lib/model/opa-instance-collection.js +61 -0
  25. package/lib/model/opa-instance-collection.js.map +1 -0
  26. package/lib/model/opa-instance-summary.d.ts +97 -0
  27. package/lib/model/opa-instance-summary.js +29 -0
  28. package/lib/model/opa-instance-summary.js.map +1 -0
  29. package/lib/model/opa-instance.d.ts +156 -0
  30. package/lib/model/opa-instance.js +76 -0
  31. package/lib/model/opa-instance.js.map +1 -0
  32. package/lib/model/operation-status.d.ts +33 -0
  33. package/lib/model/operation-status.js +44 -0
  34. package/lib/model/operation-status.js.map +1 -0
  35. package/lib/model/operation-type.d.ts +30 -0
  36. package/lib/model/operation-type.js +41 -0
  37. package/lib/model/operation-type.js.map +1 -0
  38. package/lib/model/sort-order.d.ts +23 -0
  39. package/lib/model/sort-order.js +34 -0
  40. package/lib/model/sort-order.js.map +1 -0
  41. package/lib/model/update-opa-instance-details.d.ts +47 -0
  42. package/lib/model/update-opa-instance-details.js +29 -0
  43. package/lib/model/update-opa-instance-details.js.map +1 -0
  44. package/lib/model/work-request-error-collection.d.ts +26 -0
  45. package/lib/model/work-request-error-collection.js +61 -0
  46. package/lib/model/work-request-error-collection.js.map +1 -0
  47. package/lib/model/work-request-error.d.ts +35 -0
  48. package/lib/model/work-request-error.js +29 -0
  49. package/lib/model/work-request-error.js.map +1 -0
  50. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  51. package/lib/model/work-request-log-entry-collection.js +61 -0
  52. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  53. package/lib/model/work-request-log-entry.d.ts +29 -0
  54. package/lib/model/work-request-log-entry.js +29 -0
  55. package/lib/model/work-request-log-entry.js.map +1 -0
  56. package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
  57. package/lib/model/work-request-resource-metadata-key.js +38 -0
  58. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  59. package/lib/model/work-request-resource.d.ts +48 -0
  60. package/lib/model/work-request-resource.js +29 -0
  61. package/lib/model/work-request-resource.js.map +1 -0
  62. package/lib/model/work-request-summary-collection.d.ts +26 -0
  63. package/lib/model/work-request-summary-collection.js +61 -0
  64. package/lib/model/work-request-summary-collection.js.map +1 -0
  65. package/lib/model/work-request-summary.d.ts +67 -0
  66. package/lib/model/work-request-summary.js +61 -0
  67. package/lib/model/work-request-summary.js.map +1 -0
  68. package/lib/model/work-request.d.ts +67 -0
  69. package/lib/model/work-request.js +61 -0
  70. package/lib/model/work-request.js.map +1 -0
  71. package/lib/opainstance-waiter.d.ts +36 -0
  72. package/lib/opainstance-waiter.js +76 -0
  73. package/lib/opainstance-waiter.js.map +1 -0
  74. package/lib/request/cancel-work-request-request.d.ts +35 -0
  75. package/lib/request/cancel-work-request-request.js +15 -0
  76. package/lib/request/cancel-work-request-request.js.map +1 -0
  77. package/lib/request/change-opa-instance-compartment-request.d.ts +40 -0
  78. package/lib/request/change-opa-instance-compartment-request.js +15 -0
  79. package/lib/request/change-opa-instance-compartment-request.js.map +1 -0
  80. package/lib/request/create-opa-instance-request.d.ts +36 -0
  81. package/lib/request/create-opa-instance-request.js +15 -0
  82. package/lib/request/create-opa-instance-request.js.map +1 -0
  83. package/lib/request/delete-opa-instance-request.d.ts +35 -0
  84. package/lib/request/delete-opa-instance-request.js +15 -0
  85. package/lib/request/delete-opa-instance-request.js.map +1 -0
  86. package/lib/request/get-opa-instance-request.d.ts +26 -0
  87. package/lib/request/get-opa-instance-request.js +15 -0
  88. package/lib/request/get-opa-instance-request.js.map +1 -0
  89. package/lib/request/get-work-request-request.d.ts +26 -0
  90. package/lib/request/get-work-request-request.js +15 -0
  91. package/lib/request/get-work-request-request.js.map +1 -0
  92. package/lib/request/index.d.ts +34 -0
  93. package/lib/request/index.js +43 -0
  94. package/lib/request/index.js.map +1 -0
  95. package/lib/request/list-opa-instances-request.d.ts +62 -0
  96. package/lib/request/list-opa-instances-request.js +24 -0
  97. package/lib/request/list-opa-instances-request.js.map +1 -0
  98. package/lib/request/list-work-request-errors-request.d.ts +49 -0
  99. package/lib/request/list-work-request-errors-request.js +23 -0
  100. package/lib/request/list-work-request-errors-request.js.map +1 -0
  101. package/lib/request/list-work-request-logs-request.d.ts +49 -0
  102. package/lib/request/list-work-request-logs-request.js +23 -0
  103. package/lib/request/list-work-request-logs-request.js.map +1 -0
  104. package/lib/request/list-work-requests-request.d.ts +61 -0
  105. package/lib/request/list-work-requests-request.js +23 -0
  106. package/lib/request/list-work-requests-request.js.map +1 -0
  107. package/lib/request/update-opa-instance-request.d.ts +40 -0
  108. package/lib/request/update-opa-instance-request.js +15 -0
  109. package/lib/request/update-opa-instance-request.js.map +1 -0
  110. package/lib/response/cancel-work-request-response.d.ts +20 -0
  111. package/lib/response/cancel-work-request-response.js +15 -0
  112. package/lib/response/cancel-work-request-response.js.map +1 -0
  113. package/lib/response/change-opa-instance-compartment-response.d.ts +25 -0
  114. package/lib/response/change-opa-instance-compartment-response.js +15 -0
  115. package/lib/response/change-opa-instance-compartment-response.js.map +1 -0
  116. package/lib/response/create-opa-instance-response.d.ts +25 -0
  117. package/lib/response/create-opa-instance-response.js +15 -0
  118. package/lib/response/create-opa-instance-response.js.map +1 -0
  119. package/lib/response/delete-opa-instance-response.d.ts +25 -0
  120. package/lib/response/delete-opa-instance-response.js +15 -0
  121. package/lib/response/delete-opa-instance-response.js.map +1 -0
  122. package/lib/response/get-opa-instance-response.d.ts +30 -0
  123. package/lib/response/get-opa-instance-response.js +15 -0
  124. package/lib/response/get-opa-instance-response.js.map +1 -0
  125. package/lib/response/get-work-request-response.d.ts +34 -0
  126. package/lib/response/get-work-request-response.js +15 -0
  127. package/lib/response/get-work-request-response.js.map +1 -0
  128. package/lib/response/index.d.ts +34 -0
  129. package/lib/response/index.js +15 -0
  130. package/lib/response/index.js.map +1 -0
  131. package/lib/response/list-opa-instances-response.d.ts +32 -0
  132. package/lib/response/list-opa-instances-response.js +15 -0
  133. package/lib/response/list-opa-instances-response.js.map +1 -0
  134. package/lib/response/list-work-request-errors-response.d.ts +32 -0
  135. package/lib/response/list-work-request-errors-response.js +15 -0
  136. package/lib/response/list-work-request-errors-response.js.map +1 -0
  137. package/lib/response/list-work-request-logs-response.d.ts +32 -0
  138. package/lib/response/list-work-request-logs-response.js +15 -0
  139. package/lib/response/list-work-request-logs-response.js.map +1 -0
  140. package/lib/response/list-work-requests-response.d.ts +32 -0
  141. package/lib/response/list-work-requests-response.js +15 -0
  142. package/lib/response/list-work-requests-response.js.map +1 -0
  143. package/lib/response/update-opa-instance-response.d.ts +25 -0
  144. package/lib/response/update-opa-instance-response.js +15 -0
  145. package/lib/response/update-opa-instance-response.js.map +1 -0
  146. package/package.json +29 -0
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * OracleProcessAutomation API
4
+ * A description of the OracleProcessAutomation API
5
+ * OpenAPI spec version: 20210621
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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.ListOpaInstancesRequest = void 0;
35
+ const ListOpaInstancesRequest = __importStar(require("./list-opa-instances-request"));
36
+ exports.ListOpaInstancesRequest = ListOpaInstancesRequest.ListOpaInstancesRequest;
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/opa/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAcH,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,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"}
@@ -0,0 +1,62 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210621
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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.35.1/opa/ListOpaInstances.ts.html |here} to see how to use ListOpaInstancesRequest.
17
+ */
18
+ export interface ListOpaInstancesRequest extends common.BaseRequest {
19
+ /**
20
+ * The ID of the compartment in which to list resources.
21
+ */
22
+ "compartmentId"?: string;
23
+ /**
24
+ * A filter to return only resources their lifecycleState matches the given lifecycleState.
25
+ */
26
+ "lifecycleState"?: string;
27
+ /**
28
+ * A filter to return only resources that match the entire display name given.
29
+ */
30
+ "displayName"?: string;
31
+ /**
32
+ * unique OpaInstance identifier
33
+ */
34
+ "id"?: string;
35
+ /**
36
+ * The maximum number of items to return.
37
+ */
38
+ "limit"?: number;
39
+ /**
40
+ * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
41
+ */
42
+ "page"?: string;
43
+ /**
44
+ * The sort order to use, either 'ASC' or 'DESC'.
45
+ */
46
+ "sortOrder"?: model.SortOrder;
47
+ /**
48
+ * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.
49
+ *
50
+ */
51
+ "sortBy"?: ListOpaInstancesRequest.SortBy;
52
+ /**
53
+ * The client request ID for tracing.
54
+ */
55
+ "opcRequestId"?: string;
56
+ }
57
+ export declare namespace ListOpaInstancesRequest {
58
+ enum SortBy {
59
+ TimeCreated = "timeCreated",
60
+ DisplayName = "displayName"
61
+ }
62
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210621
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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.ListOpaInstancesRequest = void 0;
16
+ var ListOpaInstancesRequest;
17
+ (function (ListOpaInstancesRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListOpaInstancesRequest.SortBy || (ListOpaInstancesRequest.SortBy = {}));
23
+ })(ListOpaInstancesRequest = exports.ListOpaInstancesRequest || (exports.ListOpaInstancesRequest = {}));
24
+ //# sourceMappingURL=list-opa-instances-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-opa-instances-request.js","sourceRoot":"","sources":["../../../../../lib/opa/lib/request/list-opa-instances-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgDH,IAAiB,uBAAuB,CAKvC;AALD,WAAiB,uBAAuB;IACtC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAGjB;AACH,CAAC,EALgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAKvC"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210621
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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.35.1/opa/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
+ */
18
+ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
+ /**
20
+ * The ID of the asynchronous request.
21
+ */
22
+ "workRequestId": string;
23
+ /**
24
+ * The client request ID for tracing.
25
+ */
26
+ "opcRequestId"?: string;
27
+ /**
28
+ * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
29
+ */
30
+ "page"?: string;
31
+ /**
32
+ * The maximum number of items to return.
33
+ */
34
+ "limit"?: number;
35
+ /**
36
+ * The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.
37
+ *
38
+ */
39
+ "sortBy"?: ListWorkRequestErrorsRequest.SortBy;
40
+ /**
41
+ * The sort order to use, either 'ASC' or 'DESC'.
42
+ */
43
+ "sortOrder"?: model.SortOrder;
44
+ }
45
+ export declare namespace ListWorkRequestErrorsRequest {
46
+ enum SortBy {
47
+ TimeAccepted = "timeAccepted"
48
+ }
49
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210621
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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["TimeAccepted"] = "timeAccepted";
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/opa/lib/request/list-work-request-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoCH,IAAiB,4BAA4B,CAI5C;AAJD,WAAiB,4BAA4B;IAC3C,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,mCAAM,KAAN,mCAAM,QAEjB;AACH,CAAC,EAJgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAI5C"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210621
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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.35.1/opa/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
+ */
18
+ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
+ /**
20
+ * The ID of the asynchronous request.
21
+ */
22
+ "workRequestId": string;
23
+ /**
24
+ * The client request ID for tracing.
25
+ */
26
+ "opcRequestId"?: string;
27
+ /**
28
+ * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
29
+ */
30
+ "page"?: string;
31
+ /**
32
+ * The maximum number of items to return.
33
+ */
34
+ "limit"?: number;
35
+ /**
36
+ * The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.
37
+ *
38
+ */
39
+ "sortBy"?: ListWorkRequestLogsRequest.SortBy;
40
+ /**
41
+ * The sort order to use, either 'ASC' or 'DESC'.
42
+ */
43
+ "sortOrder"?: model.SortOrder;
44
+ }
45
+ export declare namespace ListWorkRequestLogsRequest {
46
+ enum SortBy {
47
+ TimeAccepted = "timeAccepted"
48
+ }
49
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210621
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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["TimeAccepted"] = "timeAccepted";
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/opa/lib/request/list-work-request-logs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoCH,IAAiB,0BAA0B,CAI1C;AAJD,WAAiB,0BAA0B;IACzC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAEjB;AACH,CAAC,EAJgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAI1C"}
@@ -0,0 +1,61 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210621
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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.35.1/opa/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
+ */
18
+ export interface ListWorkRequestsRequest extends common.BaseRequest {
19
+ /**
20
+ * The ID of the compartment in which to list resources.
21
+ */
22
+ "compartmentId"?: string;
23
+ /**
24
+ * The ID of the asynchronous work request.
25
+ */
26
+ "workRequestId"?: string;
27
+ /**
28
+ * A filter to return only resources their lifecycleState matches the given OperationStatus.
29
+ */
30
+ "status"?: model.OperationStatus;
31
+ /**
32
+ * The ID of the resource affected by the work request.
33
+ */
34
+ "resourceId"?: string;
35
+ /**
36
+ * The client request ID for tracing.
37
+ */
38
+ "opcRequestId"?: string;
39
+ /**
40
+ * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
41
+ */
42
+ "page"?: string;
43
+ /**
44
+ * The maximum number of items to return.
45
+ */
46
+ "limit"?: number;
47
+ /**
48
+ * The sort order to use, either 'ASC' or 'DESC'.
49
+ */
50
+ "sortOrder"?: model.SortOrder;
51
+ /**
52
+ * The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.
53
+ *
54
+ */
55
+ "sortBy"?: ListWorkRequestsRequest.SortBy;
56
+ }
57
+ export declare namespace ListWorkRequestsRequest {
58
+ enum SortBy {
59
+ TimeAccepted = "timeAccepted"
60
+ }
61
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210621
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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/opa/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgDH,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,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210621
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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.35.1/opa/UpdateOpaInstance.ts.html |here} to see how to use UpdateOpaInstanceRequest.
17
+ */
18
+ export interface UpdateOpaInstanceRequest extends common.BaseRequest {
19
+ /**
20
+ * unique OpaInstance identifier
21
+ */
22
+ "opaInstanceId": string;
23
+ /**
24
+ * The information to be updated.
25
+ */
26
+ "updateOpaInstanceDetails": model.UpdateOpaInstanceDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the `if-match` parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210621
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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-opa-instance-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-opa-instance-request.js","sourceRoot":"","sources":["../../../../../lib/opa/lib/request/update-opa-instance-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210621
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ * 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: 20210621
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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/opa/lib/response/cancel-work-request-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210621
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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 ChangeOpaInstanceCompartmentResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210621
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=change-opa-instance-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-opa-instance-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/opa/lib/response/change-opa-instance-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210621
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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 CreateOpaInstanceResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210621
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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-opa-instance-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-opa-instance-response.js","sourceRoot":"","sources":["../../../../../lib/opa/lib/response/create-opa-instance-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210621
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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 DeleteOpaInstanceResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210621
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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-opa-instance-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-opa-instance-response.js","sourceRoot":"","sources":["../../../../../lib/opa/lib/response/delete-opa-instance-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}