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
package/lib/client.d.ts
ADDED
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Java Management Service Utilities API
|
|
3
|
+
* The APIs for Analyze Applications and other utilities of Java Management Service.
|
|
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
|
+
import * as requests from "./request";
|
|
15
|
+
import * as responses from "./response";
|
|
16
|
+
import { JmsUtilsWaiter } from "./jmsutils-waiter";
|
|
17
|
+
declare const Breaker: any;
|
|
18
|
+
export declare enum JmsUtilsApiKeys {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
22
|
+
*/
|
|
23
|
+
export declare class JmsUtilsClient {
|
|
24
|
+
protected static serviceEndpointTemplate: string;
|
|
25
|
+
protected static endpointServiceName: string;
|
|
26
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
27
|
+
protected "_endpoint": string;
|
|
28
|
+
protected "_defaultHeaders": any;
|
|
29
|
+
protected "_waiters": JmsUtilsWaiter;
|
|
30
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
31
|
+
protected _circuitBreaker: typeof Breaker | null;
|
|
32
|
+
protected _httpOptions: any;
|
|
33
|
+
protected _bodyDuplexMode: any;
|
|
34
|
+
targetService: string;
|
|
35
|
+
protected _regionId: string;
|
|
36
|
+
protected "_region": common.Region;
|
|
37
|
+
protected _lastSetRegionOrRegionId: string;
|
|
38
|
+
protected _httpClient: common.HttpClient;
|
|
39
|
+
protected _authProvider: common.AuthenticationDetailsProvider | undefined;
|
|
40
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
41
|
+
/**
|
|
42
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
43
|
+
*/
|
|
44
|
+
get endpoint(): string;
|
|
45
|
+
/**
|
|
46
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
47
|
+
* @param endpoint The endpoint of the service.
|
|
48
|
+
*/
|
|
49
|
+
set endpoint(endpoint: string);
|
|
50
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
51
|
+
/**
|
|
52
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
53
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
54
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
55
|
+
*/
|
|
56
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
57
|
+
/**
|
|
58
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
59
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
60
|
+
* @param region The region of the service.
|
|
61
|
+
*/
|
|
62
|
+
set region(region: common.Region);
|
|
63
|
+
/**
|
|
64
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
65
|
+
*
|
|
66
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
67
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
68
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
69
|
+
* @param regionId The public region ID.
|
|
70
|
+
*/
|
|
71
|
+
set regionId(regionId: string);
|
|
72
|
+
/**
|
|
73
|
+
* Creates a new JmsUtilsWaiter for resources for this service.
|
|
74
|
+
*
|
|
75
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
76
|
+
* @return The service waiters.
|
|
77
|
+
*/
|
|
78
|
+
createWaiters(config?: common.WaiterConfiguration): JmsUtilsWaiter;
|
|
79
|
+
/**
|
|
80
|
+
* Gets the waiters available for resources for this service.
|
|
81
|
+
*
|
|
82
|
+
* @return The service waiters.
|
|
83
|
+
*/
|
|
84
|
+
getWaiters(): JmsUtilsWaiter;
|
|
85
|
+
/**
|
|
86
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
87
|
+
*/
|
|
88
|
+
shutdownCircuitBreaker(): void;
|
|
89
|
+
/**
|
|
90
|
+
* Close the provider if possible which in turn shuts down any associated circuit breaker
|
|
91
|
+
*/
|
|
92
|
+
closeProvider(): void;
|
|
93
|
+
/**
|
|
94
|
+
* Close the client once it is no longer needed
|
|
95
|
+
*/
|
|
96
|
+
close(): void;
|
|
97
|
+
/**
|
|
98
|
+
* Cancels a work request.
|
|
99
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
100
|
+
* @param CancelWorkRequestRequest
|
|
101
|
+
* @return CancelWorkRequestResponse
|
|
102
|
+
* @throws OciError when an error occurs
|
|
103
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
104
|
+
*/
|
|
105
|
+
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
106
|
+
/**
|
|
107
|
+
* Deletes a Java Migration Analysis.
|
|
108
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
109
|
+
* @param DeleteJavaMigrationAnalysisRequest
|
|
110
|
+
* @return DeleteJavaMigrationAnalysisResponse
|
|
111
|
+
* @throws OciError when an error occurs
|
|
112
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/DeleteJavaMigrationAnalysis.ts.html |here} to see how to use DeleteJavaMigrationAnalysis API.
|
|
113
|
+
*/
|
|
114
|
+
deleteJavaMigrationAnalysis(deleteJavaMigrationAnalysisRequest: requests.DeleteJavaMigrationAnalysisRequest): Promise<responses.DeleteJavaMigrationAnalysisResponse>;
|
|
115
|
+
/**
|
|
116
|
+
* Deletes a Performance Tuning Analysis.
|
|
117
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
118
|
+
* @param DeletePerformanceTuningAnalysisRequest
|
|
119
|
+
* @return DeletePerformanceTuningAnalysisResponse
|
|
120
|
+
* @throws OciError when an error occurs
|
|
121
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/DeletePerformanceTuningAnalysis.ts.html |here} to see how to use DeletePerformanceTuningAnalysis API.
|
|
122
|
+
*/
|
|
123
|
+
deletePerformanceTuningAnalysis(deletePerformanceTuningAnalysisRequest: requests.DeletePerformanceTuningAnalysisRequest): Promise<responses.DeletePerformanceTuningAnalysisResponse>;
|
|
124
|
+
/**
|
|
125
|
+
* Returns the configuration for analyzing applications.
|
|
126
|
+
*
|
|
127
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
128
|
+
* @param GetAnalyzeApplicationsConfigurationRequest
|
|
129
|
+
* @return GetAnalyzeApplicationsConfigurationResponse
|
|
130
|
+
* @throws OciError when an error occurs
|
|
131
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/GetAnalyzeApplicationsConfiguration.ts.html |here} to see how to use GetAnalyzeApplicationsConfiguration API.
|
|
132
|
+
*/
|
|
133
|
+
getAnalyzeApplicationsConfiguration(getAnalyzeApplicationsConfigurationRequest: requests.GetAnalyzeApplicationsConfigurationRequest): Promise<responses.GetAnalyzeApplicationsConfigurationResponse>;
|
|
134
|
+
/**
|
|
135
|
+
* Gets information about a Java Migration Analysis.
|
|
136
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
137
|
+
* @param GetJavaMigrationAnalysisRequest
|
|
138
|
+
* @return GetJavaMigrationAnalysisResponse
|
|
139
|
+
* @throws OciError when an error occurs
|
|
140
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/GetJavaMigrationAnalysis.ts.html |here} to see how to use GetJavaMigrationAnalysis API.
|
|
141
|
+
*/
|
|
142
|
+
getJavaMigrationAnalysis(getJavaMigrationAnalysisRequest: requests.GetJavaMigrationAnalysisRequest): Promise<responses.GetJavaMigrationAnalysisResponse>;
|
|
143
|
+
/**
|
|
144
|
+
* Gets information about a Performance Tuning Analysis.
|
|
145
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
146
|
+
* @param GetPerformanceTuningAnalysisRequest
|
|
147
|
+
* @return GetPerformanceTuningAnalysisResponse
|
|
148
|
+
* @throws OciError when an error occurs
|
|
149
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/GetPerformanceTuningAnalysis.ts.html |here} to see how to use GetPerformanceTuningAnalysis API.
|
|
150
|
+
*/
|
|
151
|
+
getPerformanceTuningAnalysis(getPerformanceTuningAnalysisRequest: requests.GetPerformanceTuningAnalysisRequest): Promise<responses.GetPerformanceTuningAnalysisResponse>;
|
|
152
|
+
/**
|
|
153
|
+
* Returns the configuration for subscription acknowledgment.
|
|
154
|
+
*
|
|
155
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
156
|
+
* @param GetSubscriptionAcknowledgmentConfigurationRequest
|
|
157
|
+
* @return GetSubscriptionAcknowledgmentConfigurationResponse
|
|
158
|
+
* @throws OciError when an error occurs
|
|
159
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/GetSubscriptionAcknowledgmentConfiguration.ts.html |here} to see how to use GetSubscriptionAcknowledgmentConfiguration API.
|
|
160
|
+
*/
|
|
161
|
+
getSubscriptionAcknowledgmentConfiguration(getSubscriptionAcknowledgmentConfigurationRequest: requests.GetSubscriptionAcknowledgmentConfigurationRequest): Promise<responses.GetSubscriptionAcknowledgmentConfigurationResponse>;
|
|
162
|
+
/**
|
|
163
|
+
* Gets the details of a work request.
|
|
164
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
165
|
+
* @param GetWorkRequestRequest
|
|
166
|
+
* @return GetWorkRequestResponse
|
|
167
|
+
* @throws OciError when an error occurs
|
|
168
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
169
|
+
*/
|
|
170
|
+
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
171
|
+
/**
|
|
172
|
+
* Gets a list of Java Migration Analysis.
|
|
173
|
+
*
|
|
174
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
175
|
+
* @param ListJavaMigrationAnalysisRequest
|
|
176
|
+
* @return ListJavaMigrationAnalysisResponse
|
|
177
|
+
* @throws OciError when an error occurs
|
|
178
|
+
* @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 ListJavaMigrationAnalysis API.
|
|
179
|
+
*/
|
|
180
|
+
listJavaMigrationAnalysis(listJavaMigrationAnalysisRequest: requests.ListJavaMigrationAnalysisRequest): Promise<responses.ListJavaMigrationAnalysisResponse>;
|
|
181
|
+
/**
|
|
182
|
+
* Gets a list of Performance tuning Analysis.
|
|
183
|
+
*
|
|
184
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
185
|
+
* @param ListPerformanceTuningAnalysisRequest
|
|
186
|
+
* @return ListPerformanceTuningAnalysisResponse
|
|
187
|
+
* @throws OciError when an error occurs
|
|
188
|
+
* @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 ListPerformanceTuningAnalysis API.
|
|
189
|
+
*/
|
|
190
|
+
listPerformanceTuningAnalysis(listPerformanceTuningAnalysisRequest: requests.ListPerformanceTuningAnalysisRequest): Promise<responses.ListPerformanceTuningAnalysisResponse>;
|
|
191
|
+
/**
|
|
192
|
+
* Retrieve a paginated list of work items for a specified work request.
|
|
193
|
+
*
|
|
194
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
195
|
+
* @param ListWorkItemsRequest
|
|
196
|
+
* @return ListWorkItemsResponse
|
|
197
|
+
* @throws OciError when an error occurs
|
|
198
|
+
* @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 ListWorkItems API.
|
|
199
|
+
*/
|
|
200
|
+
listWorkItems(listWorkItemsRequest: requests.ListWorkItemsRequest): Promise<responses.ListWorkItemsResponse>;
|
|
201
|
+
/**
|
|
202
|
+
* Lists the errors for a work request.
|
|
203
|
+
*
|
|
204
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
205
|
+
* @param ListWorkRequestErrorsRequest
|
|
206
|
+
* @return ListWorkRequestErrorsResponse
|
|
207
|
+
* @throws OciError when an error occurs
|
|
208
|
+
* @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 ListWorkRequestErrors API.
|
|
209
|
+
*/
|
|
210
|
+
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
211
|
+
/**
|
|
212
|
+
* Lists the logs for a work request.
|
|
213
|
+
*
|
|
214
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
215
|
+
* @param ListWorkRequestLogsRequest
|
|
216
|
+
* @return ListWorkRequestLogsResponse
|
|
217
|
+
* @throws OciError when an error occurs
|
|
218
|
+
* @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 ListWorkRequestLogs API.
|
|
219
|
+
*/
|
|
220
|
+
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
221
|
+
/**
|
|
222
|
+
* Lists the work requests in a compartment.
|
|
223
|
+
*
|
|
224
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
225
|
+
* @param ListWorkRequestsRequest
|
|
226
|
+
* @return ListWorkRequestsResponse
|
|
227
|
+
* @throws OciError when an error occurs
|
|
228
|
+
* @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 ListWorkRequests API.
|
|
229
|
+
*/
|
|
230
|
+
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
231
|
+
/**
|
|
232
|
+
* Requests Java Migration Analysis.
|
|
233
|
+
*
|
|
234
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
235
|
+
* @param RequestJavaMigrationAnalysisRequest
|
|
236
|
+
* @return RequestJavaMigrationAnalysisResponse
|
|
237
|
+
* @throws OciError when an error occurs
|
|
238
|
+
* @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 RequestJavaMigrationAnalysis API.
|
|
239
|
+
*/
|
|
240
|
+
requestJavaMigrationAnalysis(requestJavaMigrationAnalysisRequest: requests.RequestJavaMigrationAnalysisRequest): Promise<responses.RequestJavaMigrationAnalysisResponse>;
|
|
241
|
+
/**
|
|
242
|
+
* Requests Performance Tuning Analysis.
|
|
243
|
+
*
|
|
244
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
245
|
+
* @param RequestPerformanceTuningAnalysisRequest
|
|
246
|
+
* @return RequestPerformanceTuningAnalysisResponse
|
|
247
|
+
* @throws OciError when an error occurs
|
|
248
|
+
* @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 RequestPerformanceTuningAnalysis API.
|
|
249
|
+
*/
|
|
250
|
+
requestPerformanceTuningAnalysis(requestPerformanceTuningAnalysisRequest: requests.RequestPerformanceTuningAnalysisRequest): Promise<responses.RequestPerformanceTuningAnalysisResponse>;
|
|
251
|
+
/**
|
|
252
|
+
* Updates the configuration for analyze application.
|
|
253
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
254
|
+
* @param UpdateAnalyzeApplicationsConfigurationRequest
|
|
255
|
+
* @return UpdateAnalyzeApplicationsConfigurationResponse
|
|
256
|
+
* @throws OciError when an error occurs
|
|
257
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/UpdateAnalyzeApplicationsConfiguration.ts.html |here} to see how to use UpdateAnalyzeApplicationsConfiguration API.
|
|
258
|
+
*/
|
|
259
|
+
updateAnalyzeApplicationsConfiguration(updateAnalyzeApplicationsConfigurationRequest: requests.UpdateAnalyzeApplicationsConfigurationRequest): Promise<responses.UpdateAnalyzeApplicationsConfigurationResponse>;
|
|
260
|
+
/**
|
|
261
|
+
* Updates the configuration for subscription acknowledgment.
|
|
262
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
263
|
+
* @param UpdateSubscriptionAcknowledgmentConfigurationRequest
|
|
264
|
+
* @return UpdateSubscriptionAcknowledgmentConfigurationResponse
|
|
265
|
+
* @throws OciError when an error occurs
|
|
266
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/UpdateSubscriptionAcknowledgmentConfiguration.ts.html |here} to see how to use UpdateSubscriptionAcknowledgmentConfiguration API.
|
|
267
|
+
*/
|
|
268
|
+
updateSubscriptionAcknowledgmentConfiguration(updateSubscriptionAcknowledgmentConfigurationRequest: requests.UpdateSubscriptionAcknowledgmentConfigurationRequest): Promise<responses.UpdateSubscriptionAcknowledgmentConfigurationResponse>;
|
|
269
|
+
}
|
|
270
|
+
export {};
|