oci-jmsutils 2.118.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +270 -0
- package/lib/client.js +1368 -0
- package/lib/client.js.map +1 -0
- package/lib/jmsutils-waiter.d.ts +27 -0
- package/lib/jmsutils-waiter.js +44 -0
- package/lib/jmsutils-waiter.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/analyze-applications-configuration.d.ts +29 -0
- package/lib/model/analyze-applications-configuration.js +29 -0
- package/lib/model/analyze-applications-configuration.js.map +1 -0
- package/lib/model/basic-work-item-details.d.ts +24 -0
- package/lib/model/basic-work-item-details.js +52 -0
- package/lib/model/basic-work-item-details.js.map +1 -0
- package/lib/model/index.d.ts +88 -0
- package/lib/model/index.js +111 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/java-migration-analysis-collection.d.ts +26 -0
- package/lib/model/java-migration-analysis-collection.js +61 -0
- package/lib/model/java-migration-analysis-collection.js.map +1 -0
- package/lib/model/java-migration-analysis-sort-by.d.ts +24 -0
- package/lib/model/java-migration-analysis-sort-by.js +35 -0
- package/lib/model/java-migration-analysis-sort-by.js.map +1 -0
- package/lib/model/java-migration-analysis-summary.d.ts +88 -0
- package/lib/model/java-migration-analysis-summary.js +55 -0
- package/lib/model/java-migration-analysis-summary.js.map +1 -0
- package/lib/model/java-migration-analysis-target.d.ts +43 -0
- package/lib/model/java-migration-analysis-target.js +29 -0
- package/lib/model/java-migration-analysis-target.js.map +1 -0
- package/lib/model/java-migration-analysis.d.ts +91 -0
- package/lib/model/java-migration-analysis.js +55 -0
- package/lib/model/java-migration-analysis.js.map +1 -0
- package/lib/model/java-migration-work-item-details.d.ts +38 -0
- package/lib/model/java-migration-work-item-details.js +54 -0
- package/lib/model/java-migration-work-item-details.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 +28 -0
- package/lib/model/operation-type.js +39 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/performance-tuning-analysis-collection.d.ts +26 -0
- package/lib/model/performance-tuning-analysis-collection.js +61 -0
- package/lib/model/performance-tuning-analysis-collection.js.map +1 -0
- package/lib/model/performance-tuning-analysis-sort-by.d.ts +24 -0
- package/lib/model/performance-tuning-analysis-sort-by.js +35 -0
- package/lib/model/performance-tuning-analysis-sort-by.js.map +1 -0
- package/lib/model/performance-tuning-analysis-summary.d.ts +76 -0
- package/lib/model/performance-tuning-analysis-summary.js +55 -0
- package/lib/model/performance-tuning-analysis-summary.js.map +1 -0
- package/lib/model/performance-tuning-analysis-target.d.ts +29 -0
- package/lib/model/performance-tuning-analysis-target.js +29 -0
- package/lib/model/performance-tuning-analysis-target.js.map +1 -0
- package/lib/model/performance-tuning-analysis.d.ts +88 -0
- package/lib/model/performance-tuning-analysis.js +65 -0
- package/lib/model/performance-tuning-analysis.js.map +1 -0
- package/lib/model/performance-tuning-work-item-details.d.ts +32 -0
- package/lib/model/performance-tuning-work-item-details.js +54 -0
- package/lib/model/performance-tuning-work-item-details.js.map +1 -0
- package/lib/model/principal.d.ts +29 -0
- package/lib/model/principal.js +29 -0
- package/lib/model/principal.js.map +1 -0
- package/lib/model/request-java-migration-analysis-details.d.ts +52 -0
- package/lib/model/request-java-migration-analysis-details.js +61 -0
- package/lib/model/request-java-migration-analysis-details.js.map +1 -0
- package/lib/model/request-performance-tuning-analysis-details.d.ts +52 -0
- package/lib/model/request-performance-tuning-analysis-details.js +61 -0
- package/lib/model/request-performance-tuning-analysis-details.js.map +1 -0
- package/lib/model/sort-order.d.ts +30 -0
- package/lib/model/sort-order.js +41 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/subscription-acknowledgment-configuration.d.ts +34 -0
- package/lib/model/subscription-acknowledgment-configuration.js +29 -0
- package/lib/model/subscription-acknowledgment-configuration.js.map +1 -0
- package/lib/model/update-analyze-applications-configuration-details.d.ts +29 -0
- package/lib/model/update-analyze-applications-configuration-details.js +29 -0
- package/lib/model/update-analyze-applications-configuration-details.js.map +1 -0
- package/lib/model/update-subscription-acknowledgment-configuration-details.d.ts +25 -0
- package/lib/model/update-subscription-acknowledgment-configuration-details.js +29 -0
- package/lib/model/update-subscription-acknowledgment-configuration-details.js.map +1 -0
- package/lib/model/work-item-collection.d.ts +26 -0
- package/lib/model/work-item-collection.js +61 -0
- package/lib/model/work-item-collection.js.map +1 -0
- package/lib/model/work-item-details.d.ts +27 -0
- package/lib/model/work-item-details.js +76 -0
- package/lib/model/work-item-details.js.map +1 -0
- package/lib/model/work-item-status.d.ts +34 -0
- package/lib/model/work-item-status.js +45 -0
- package/lib/model/work-item-status.js.map +1 -0
- package/lib/model/work-item-summary.d.ts +44 -0
- package/lib/model/work-item-summary.js +55 -0
- package/lib/model/work-item-summary.js.map +1 -0
- package/lib/model/work-item-type.d.ts +28 -0
- package/lib/model/work-item-type.js +39 -0
- package/lib/model/work-item-type.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-metadata-key.d.ts +27 -0
- package/lib/model/work-request-resource-metadata-key.js +38 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +48 -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 +74 -0
- package/lib/model/work-request-summary.js +65 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +85 -0
- package/lib/model/work-request.js +65 -0
- package/lib/model/work-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/delete-java-migration-analysis-request.d.ts +38 -0
- package/lib/request/delete-java-migration-analysis-request.js +15 -0
- package/lib/request/delete-java-migration-analysis-request.js.map +1 -0
- package/lib/request/delete-performance-tuning-analysis-request.d.ts +38 -0
- package/lib/request/delete-performance-tuning-analysis-request.js +15 -0
- package/lib/request/delete-performance-tuning-analysis-request.js.map +1 -0
- package/lib/request/get-analyze-applications-configuration-request.d.ts +30 -0
- package/lib/request/get-analyze-applications-configuration-request.js +15 -0
- package/lib/request/get-analyze-applications-configuration-request.js.map +1 -0
- package/lib/request/get-java-migration-analysis-request.d.ts +30 -0
- package/lib/request/get-java-migration-analysis-request.js +15 -0
- package/lib/request/get-java-migration-analysis-request.js.map +1 -0
- package/lib/request/get-performance-tuning-analysis-request.d.ts +30 -0
- package/lib/request/get-performance-tuning-analysis-request.js +15 -0
- package/lib/request/get-performance-tuning-analysis-request.js.map +1 -0
- package/lib/request/get-subscription-acknowledgment-configuration-request.d.ts +30 -0
- package/lib/request/get-subscription-acknowledgment-configuration-request.js +15 -0
- package/lib/request/get-subscription-acknowledgment-configuration-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 +48 -0
- package/lib/request/index.js +41 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-java-migration-analysis-request.d.ts +56 -0
- package/lib/request/list-java-migration-analysis-request.js +15 -0
- package/lib/request/list-java-migration-analysis-request.js.map +1 -0
- package/lib/request/list-performance-tuning-analysis-request.d.ts +60 -0
- package/lib/request/list-performance-tuning-analysis-request.js +15 -0
- package/lib/request/list-performance-tuning-analysis-request.js.map +1 -0
- package/lib/request/list-work-items-request.d.ts +38 -0
- package/lib/request/list-work-items-request.js +15 -0
- package/lib/request/list-work-items-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +53 -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 +53 -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 +65 -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/request-java-migration-analysis-request.d.ts +40 -0
- package/lib/request/request-java-migration-analysis-request.js +15 -0
- package/lib/request/request-java-migration-analysis-request.js.map +1 -0
- package/lib/request/request-performance-tuning-analysis-request.d.ts +40 -0
- package/lib/request/request-performance-tuning-analysis-request.js +15 -0
- package/lib/request/request-performance-tuning-analysis-request.js.map +1 -0
- package/lib/request/update-analyze-applications-configuration-request.d.ts +43 -0
- package/lib/request/update-analyze-applications-configuration-request.js +15 -0
- package/lib/request/update-analyze-applications-configuration-request.js.map +1 -0
- package/lib/request/update-subscription-acknowledgment-configuration-request.d.ts +43 -0
- package/lib/request/update-subscription-acknowledgment-configuration-request.js +15 -0
- package/lib/request/update-subscription-acknowledgment-configuration-request.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/delete-java-migration-analysis-response.d.ts +20 -0
- package/lib/response/delete-java-migration-analysis-response.js +15 -0
- package/lib/response/delete-java-migration-analysis-response.js.map +1 -0
- package/lib/response/delete-performance-tuning-analysis-response.d.ts +20 -0
- package/lib/response/delete-performance-tuning-analysis-response.js +15 -0
- package/lib/response/delete-performance-tuning-analysis-response.js.map +1 -0
- package/lib/response/get-analyze-applications-configuration-response.d.ts +30 -0
- package/lib/response/get-analyze-applications-configuration-response.js +15 -0
- package/lib/response/get-analyze-applications-configuration-response.js.map +1 -0
- package/lib/response/get-java-migration-analysis-response.d.ts +30 -0
- package/lib/response/get-java-migration-analysis-response.js +15 -0
- package/lib/response/get-java-migration-analysis-response.js.map +1 -0
- package/lib/response/get-performance-tuning-analysis-response.d.ts +30 -0
- package/lib/response/get-performance-tuning-analysis-response.js +15 -0
- package/lib/response/get-performance-tuning-analysis-response.js.map +1 -0
- package/lib/response/get-subscription-acknowledgment-configuration-response.d.ts +30 -0
- package/lib/response/get-subscription-acknowledgment-configuration-response.js +15 -0
- package/lib/response/get-subscription-acknowledgment-configuration-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 +48 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-java-migration-analysis-response.d.ts +31 -0
- package/lib/response/list-java-migration-analysis-response.js +15 -0
- package/lib/response/list-java-migration-analysis-response.js.map +1 -0
- package/lib/response/list-performance-tuning-analysis-response.d.ts +31 -0
- package/lib/response/list-performance-tuning-analysis-response.js +15 -0
- package/lib/response/list-performance-tuning-analysis-response.js.map +1 -0
- package/lib/response/list-work-items-response.d.ts +31 -0
- package/lib/response/list-work-items-response.js +15 -0
- package/lib/response/list-work-items-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/request-java-migration-analysis-response.d.ts +26 -0
- package/lib/response/request-java-migration-analysis-response.js +15 -0
- package/lib/response/request-java-migration-analysis-response.js.map +1 -0
- package/lib/response/request-performance-tuning-analysis-response.d.ts +26 -0
- package/lib/response/request-performance-tuning-analysis-response.js +15 -0
- package/lib/response/request-performance-tuning-analysis-response.js.map +1 -0
- package/lib/response/update-analyze-applications-configuration-response.d.ts +30 -0
- package/lib/response/update-analyze-applications-configuration-response.js +15 -0
- package/lib/response/update-analyze-applications-configuration-response.js.map +1 -0
- package/lib/response/update-subscription-acknowledgment-configuration-response.d.ts +30 -0
- package/lib/response/update-subscription-acknowledgment-configuration-response.js +15 -0
- package/lib/response/update-subscription-acknowledgment-configuration-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Java Management Service Utilities API
|
|
4
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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 = void 0;
|
|
35
|
+
const ListWorkRequestErrorsRequest = __importStar(require("./list-work-request-errors-request"));
|
|
36
|
+
exports.ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
|
|
37
|
+
const ListWorkRequestLogsRequest = __importStar(require("./list-work-request-logs-request"));
|
|
38
|
+
exports.ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
|
|
39
|
+
const ListWorkRequestsRequest = __importStar(require("./list-work-requests-request"));
|
|
40
|
+
exports.ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
|
|
41
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAwBH,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,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/ListJavaMigrationAnalysis.ts.html |here} to see how to use ListJavaMigrationAnalysisRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListJavaMigrationAnalysisRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Java Migration Analysis.
|
|
25
|
+
*/
|
|
26
|
+
"id"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The project name of the Performance Tuning Analysis to query for.
|
|
29
|
+
*/
|
|
30
|
+
"analysisProjectName"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The maximum number of items to return.
|
|
33
|
+
*/
|
|
34
|
+
"limit"?: number;
|
|
35
|
+
/**
|
|
36
|
+
* The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
|
|
37
|
+
*/
|
|
38
|
+
"page"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
41
|
+
*/
|
|
42
|
+
"sortOrder"?: model.SortOrder;
|
|
43
|
+
/**
|
|
44
|
+
* The field to sort Java Migration Analysis. Only one sort order may be provided.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"sortBy"?: model.JavaMigrationAnalysisSortBy;
|
|
48
|
+
/**
|
|
49
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
50
|
+
* Oracle about a particular request, please provide the request ID.
|
|
51
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
52
|
+
* underscore, and dash.
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"opcRequestId"?: string;
|
|
56
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-java-migration-analysis-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-java-migration-analysis-request.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/request/list-java-migration-analysis-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/ListPerformanceTuningAnalysis.ts.html |here} to see how to use ListPerformanceTuningAnalysisRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListPerformanceTuningAnalysisRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Performance Tuning Analysis.
|
|
25
|
+
*/
|
|
26
|
+
"id"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The project name of the Performance Tuning Analysis to query for.
|
|
29
|
+
*/
|
|
30
|
+
"analysisProjectName"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The result of the Performance Tuning Analysis to query for.
|
|
33
|
+
*/
|
|
34
|
+
"performanceTuningAnalysisResult"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The maximum number of items to return.
|
|
37
|
+
*/
|
|
38
|
+
"limit"?: number;
|
|
39
|
+
/**
|
|
40
|
+
* The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
|
|
41
|
+
*/
|
|
42
|
+
"page"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
45
|
+
*/
|
|
46
|
+
"sortOrder"?: model.SortOrder;
|
|
47
|
+
/**
|
|
48
|
+
* The field to sort Performance Tuning Analysis. Only one sort order may be provided.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"sortBy"?: model.PerformanceTuningAnalysisSortBy;
|
|
52
|
+
/**
|
|
53
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
54
|
+
* Oracle about a particular request, please provide the request ID.
|
|
55
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
56
|
+
* underscore, and dash.
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
"opcRequestId"?: string;
|
|
60
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-performance-tuning-analysis-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-performance-tuning-analysis-request.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/request/list-performance-tuning-analysis-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/ListWorkItems.ts.html |here} to see how to use ListWorkItemsRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListWorkItemsRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
20
|
+
*/
|
|
21
|
+
"workRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* 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
|
+
/**
|
|
31
|
+
* The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
|
|
32
|
+
*/
|
|
33
|
+
"page"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The maximum number of items to return.
|
|
36
|
+
*/
|
|
37
|
+
"limit"?: number;
|
|
38
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-work-items-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-work-items-request.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/request/list-work-items-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
21
|
+
*/
|
|
22
|
+
"workRequestId": string;
|
|
23
|
+
/**
|
|
24
|
+
* 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
|
+
* The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
|
|
33
|
+
*/
|
|
34
|
+
"page"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The maximum number of items to return.
|
|
37
|
+
*/
|
|
38
|
+
"limit"?: number;
|
|
39
|
+
/**
|
|
40
|
+
* The field to sort by. Only one sort order may be provided. Default order for {@code timeCreated} is descending.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"sortBy"?: ListWorkRequestErrorsRequest.SortBy;
|
|
44
|
+
/**
|
|
45
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
46
|
+
*/
|
|
47
|
+
"sortOrder"?: model.SortOrder;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace ListWorkRequestErrorsRequest {
|
|
50
|
+
enum SortBy {
|
|
51
|
+
TimeCreated = "timeCreated"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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["TimeCreated"] = "timeCreated";
|
|
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/jmsutils/lib/request/list-work-request-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwCH,IAAiB,4BAA4B,CAI5C;AAJD,WAAiB,4BAA4B;IAC3C,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,qCAA2B,CAAA;IAC7B,CAAC,EAFW,MAAM,GAAN,mCAAM,KAAN,mCAAM,QAEjB;AACH,CAAC,EAJgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAI5C"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
21
|
+
*/
|
|
22
|
+
"workRequestId": string;
|
|
23
|
+
/**
|
|
24
|
+
* 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
|
+
* The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
|
|
33
|
+
*/
|
|
34
|
+
"page"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The maximum number of items to return.
|
|
37
|
+
*/
|
|
38
|
+
"limit"?: number;
|
|
39
|
+
/**
|
|
40
|
+
* The field to sort by. Only one sort order may be provided. Default order for {@code timeCreated} is descending.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"sortBy"?: ListWorkRequestLogsRequest.SortBy;
|
|
44
|
+
/**
|
|
45
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
46
|
+
*/
|
|
47
|
+
"sortOrder"?: model.SortOrder;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace ListWorkRequestLogsRequest {
|
|
50
|
+
enum SortBy {
|
|
51
|
+
TimeCreated = "timeCreated"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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["TimeCreated"] = "timeCreated";
|
|
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/jmsutils/lib/request/list-work-request-logs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwCH,IAAiB,0BAA0B,CAI1C;AAJD,WAAiB,0BAA0B;IACzC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,qCAA2B,CAAA;IAC7B,CAAC,EAFW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAEjB;AACH,CAAC,EAJgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAI1C"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
25
|
+
*/
|
|
26
|
+
"workRequestId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A filter to return only the resources that match the given lifecycle state.
|
|
29
|
+
*/
|
|
30
|
+
"status"?: model.OperationStatus;
|
|
31
|
+
/**
|
|
32
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource affected by the work request.
|
|
33
|
+
*/
|
|
34
|
+
"resourceId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 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
|
+
/**
|
|
44
|
+
* The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
|
|
45
|
+
*/
|
|
46
|
+
"page"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The maximum number of items to return.
|
|
49
|
+
*/
|
|
50
|
+
"limit"?: number;
|
|
51
|
+
/**
|
|
52
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
53
|
+
*/
|
|
54
|
+
"sortOrder"?: model.SortOrder;
|
|
55
|
+
/**
|
|
56
|
+
* The field to sort by. Only one sort order may be provided. Default order for {@code timeAccepted} is descending.
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
"sortBy"?: ListWorkRequestsRequest.SortBy;
|
|
60
|
+
}
|
|
61
|
+
export declare namespace ListWorkRequestsRequest {
|
|
62
|
+
enum SortBy {
|
|
63
|
+
TimeAccepted = "timeAccepted"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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/jmsutils/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoDH,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: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/RequestJavaMigrationAnalysis.ts.html |here} to see how to use RequestJavaMigrationAnalysisRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RequestJavaMigrationAnalysisRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the new JavaMigrationAnalysis.
|
|
21
|
+
*/
|
|
22
|
+
"requestJavaMigrationAnalysisDetails": model.RequestJavaMigrationAnalysisDetails;
|
|
23
|
+
/**
|
|
24
|
+
* 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
|
+
* 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: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=request-java-migration-analysis-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-java-migration-analysis-request.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/request/request-java-migration-analysis-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20250521
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/RequestPerformanceTuningAnalysis.ts.html |here} to see how to use RequestPerformanceTuningAnalysisRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RequestPerformanceTuningAnalysisRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the new PerformanceTuningAnalysis.
|
|
21
|
+
*/
|
|
22
|
+
"requestPerformanceTuningAnalysisDetails": model.RequestPerformanceTuningAnalysisDetails;
|
|
23
|
+
/**
|
|
24
|
+
* 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
|
+
* 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: 20250521
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=request-performance-tuning-analysis-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-performance-tuning-analysis-request.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/request/request-performance-tuning-analysis-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|