oci-jms 2.56.0 → 2.58.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.
- package/lib/client.d.ts +54 -44
- package/lib/client.js +67 -44
- package/lib/client.js.map +1 -1
- package/lib/request/add-fleet-installation-sites-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-fleet-compartment-request.d.ts +1 -1
- package/lib/request/create-blocklist-request.d.ts +1 -1
- package/lib/request/create-fleet-request.d.ts +1 -1
- package/lib/request/delete-blocklist-request.d.ts +1 -1
- package/lib/request/delete-crypto-analysis-result-request.d.ts +1 -1
- package/lib/request/delete-fleet-request.d.ts +1 -1
- package/lib/request/generate-agent-deploy-script-request.d.ts +1 -1
- package/lib/request/get-crypto-analysis-result-request.d.ts +1 -1
- package/lib/request/get-fleet-advanced-feature-configuration-request.d.ts +1 -1
- package/lib/request/get-fleet-agent-configuration-request.d.ts +1 -1
- package/lib/request/get-fleet-request.d.ts +1 -1
- package/lib/request/get-java-family-request.d.ts +1 -1
- package/lib/request/get-java-release-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-blocklists-request.d.ts +1 -1
- package/lib/request/list-crypto-analysis-results-request.d.ts +1 -1
- package/lib/request/list-fleets-request.d.ts +1 -1
- package/lib/request/list-installation-sites-request.d.ts +1 -1
- package/lib/request/list-java-families-request.d.ts +1 -1
- package/lib/request/list-java-releases-request.d.ts +1 -1
- package/lib/request/list-jre-usage-request.d.ts +1 -1
- package/lib/request/list-work-items-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/remove-fleet-installation-sites-request.d.ts +1 -1
- package/lib/request/request-crypto-analyses-request.d.ts +1 -1
- package/lib/request/request-jfr-recordings-request.d.ts +1 -1
- package/lib/request/scan-java-server-usage-request.d.ts +1 -1
- package/lib/request/scan-library-usage-request.d.ts +1 -1
- package/lib/request/summarize-application-usage-request.d.ts +1 -1
- package/lib/request/summarize-deployed-application-usage-request.d.ts +1 -1
- package/lib/request/summarize-installation-usage-request.d.ts +1 -1
- package/lib/request/summarize-java-server-instance-usage-request.d.ts +1 -1
- package/lib/request/summarize-java-server-usage-request.d.ts +1 -1
- package/lib/request/summarize-jre-usage-request.d.ts +1 -1
- package/lib/request/summarize-library-usage-request.d.ts +1 -1
- package/lib/request/summarize-managed-instance-usage-request.d.ts +1 -1
- package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
- package/lib/request/update-fleet-advanced-feature-configuration-request.d.ts +1 -1
- package/lib/request/update-fleet-agent-configuration-request.d.ts +1 -1
- package/lib/request/update-fleet-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ export declare enum JavaManagementServiceApiKeys {
|
|
|
22
22
|
export declare class JavaManagementServiceClient {
|
|
23
23
|
protected static serviceEndpointTemplate: string;
|
|
24
24
|
protected static endpointServiceName: string;
|
|
25
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
25
26
|
protected "_endpoint": string;
|
|
26
27
|
protected "_defaultHeaders": any;
|
|
27
28
|
protected "_waiters": JavaManagementServiceWaiter;
|
|
@@ -29,6 +30,9 @@ export declare class JavaManagementServiceClient {
|
|
|
29
30
|
protected _circuitBreaker: null;
|
|
30
31
|
protected _httpOptions: any;
|
|
31
32
|
targetService: string;
|
|
33
|
+
protected _regionId: string;
|
|
34
|
+
protected "_region": common.Region;
|
|
35
|
+
protected _lastSetRegionOrRegionId: string;
|
|
32
36
|
protected _httpClient: common.HttpClient;
|
|
33
37
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
34
38
|
/**
|
|
@@ -41,6 +45,12 @@ export declare class JavaManagementServiceClient {
|
|
|
41
45
|
*/
|
|
42
46
|
set endpoint(endpoint: string);
|
|
43
47
|
get logger(): import("oci-common/lib/log").Logger;
|
|
48
|
+
/**
|
|
49
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
50
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
51
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
52
|
+
*/
|
|
53
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
44
54
|
/**
|
|
45
55
|
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
46
56
|
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
@@ -75,7 +85,7 @@ export declare class JavaManagementServiceClient {
|
|
|
75
85
|
* @param AddFleetInstallationSitesRequest
|
|
76
86
|
* @return AddFleetInstallationSitesResponse
|
|
77
87
|
* @throws OciError when an error occurs
|
|
78
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
88
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
|
|
79
89
|
*/
|
|
80
90
|
addFleetInstallationSites(addFleetInstallationSitesRequest: requests.AddFleetInstallationSitesRequest): Promise<responses.AddFleetInstallationSitesResponse>;
|
|
81
91
|
/**
|
|
@@ -84,7 +94,7 @@ export declare class JavaManagementServiceClient {
|
|
|
84
94
|
* @param CancelWorkRequestRequest
|
|
85
95
|
* @return CancelWorkRequestResponse
|
|
86
96
|
* @throws OciError when an error occurs
|
|
87
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
97
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
88
98
|
*/
|
|
89
99
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
90
100
|
/**
|
|
@@ -94,7 +104,7 @@ export declare class JavaManagementServiceClient {
|
|
|
94
104
|
* @param ChangeFleetCompartmentRequest
|
|
95
105
|
* @return ChangeFleetCompartmentResponse
|
|
96
106
|
* @throws OciError when an error occurs
|
|
97
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
|
|
98
108
|
*/
|
|
99
109
|
changeFleetCompartment(changeFleetCompartmentRequest: requests.ChangeFleetCompartmentRequest): Promise<responses.ChangeFleetCompartmentResponse>;
|
|
100
110
|
/**
|
|
@@ -104,7 +114,7 @@ export declare class JavaManagementServiceClient {
|
|
|
104
114
|
* @param CreateBlocklistRequest
|
|
105
115
|
* @return CreateBlocklistResponse
|
|
106
116
|
* @throws OciError when an error occurs
|
|
107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
|
|
108
118
|
*/
|
|
109
119
|
createBlocklist(createBlocklistRequest: requests.CreateBlocklistRequest): Promise<responses.CreateBlocklistResponse>;
|
|
110
120
|
/**
|
|
@@ -120,7 +130,7 @@ export declare class JavaManagementServiceClient {
|
|
|
120
130
|
* @param CreateFleetRequest
|
|
121
131
|
* @return CreateFleetResponse
|
|
122
132
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
|
|
124
134
|
*/
|
|
125
135
|
createFleet(createFleetRequest: requests.CreateFleetRequest): Promise<responses.CreateFleetResponse>;
|
|
126
136
|
/**
|
|
@@ -129,7 +139,7 @@ export declare class JavaManagementServiceClient {
|
|
|
129
139
|
* @param DeleteBlocklistRequest
|
|
130
140
|
* @return DeleteBlocklistResponse
|
|
131
141
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
|
|
133
143
|
*/
|
|
134
144
|
deleteBlocklist(deleteBlocklistRequest: requests.DeleteBlocklistRequest): Promise<responses.DeleteBlocklistResponse>;
|
|
135
145
|
/**
|
|
@@ -138,7 +148,7 @@ export declare class JavaManagementServiceClient {
|
|
|
138
148
|
* @param DeleteCryptoAnalysisResultRequest
|
|
139
149
|
* @return DeleteCryptoAnalysisResultResponse
|
|
140
150
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResult API.
|
|
142
152
|
*/
|
|
143
153
|
deleteCryptoAnalysisResult(deleteCryptoAnalysisResultRequest: requests.DeleteCryptoAnalysisResultRequest): Promise<responses.DeleteCryptoAnalysisResultResponse>;
|
|
144
154
|
/**
|
|
@@ -147,7 +157,7 @@ export declare class JavaManagementServiceClient {
|
|
|
147
157
|
* @param DeleteFleetRequest
|
|
148
158
|
* @return DeleteFleetResponse
|
|
149
159
|
* @throws OciError when an error occurs
|
|
150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
|
|
151
161
|
*/
|
|
152
162
|
deleteFleet(deleteFleetRequest: requests.DeleteFleetRequest): Promise<responses.DeleteFleetResponse>;
|
|
153
163
|
/**
|
|
@@ -157,7 +167,7 @@ export declare class JavaManagementServiceClient {
|
|
|
157
167
|
* @param GenerateAgentDeployScriptRequest
|
|
158
168
|
* @return GenerateAgentDeployScriptResponse
|
|
159
169
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
|
|
161
171
|
*/
|
|
162
172
|
generateAgentDeployScript(generateAgentDeployScriptRequest: requests.GenerateAgentDeployScriptRequest): Promise<responses.GenerateAgentDeployScriptResponse>;
|
|
163
173
|
/**
|
|
@@ -166,7 +176,7 @@ export declare class JavaManagementServiceClient {
|
|
|
166
176
|
* @param GetCryptoAnalysisResultRequest
|
|
167
177
|
* @return GetCryptoAnalysisResultResponse
|
|
168
178
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResult API.
|
|
170
180
|
*/
|
|
171
181
|
getCryptoAnalysisResult(getCryptoAnalysisResultRequest: requests.GetCryptoAnalysisResultRequest): Promise<responses.GetCryptoAnalysisResultResponse>;
|
|
172
182
|
/**
|
|
@@ -175,7 +185,7 @@ export declare class JavaManagementServiceClient {
|
|
|
175
185
|
* @param GetFleetRequest
|
|
176
186
|
* @return GetFleetResponse
|
|
177
187
|
* @throws OciError when an error occurs
|
|
178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
|
|
179
189
|
*/
|
|
180
190
|
getFleet(getFleetRequest: requests.GetFleetRequest): Promise<responses.GetFleetResponse>;
|
|
181
191
|
/**
|
|
@@ -185,7 +195,7 @@ export declare class JavaManagementServiceClient {
|
|
|
185
195
|
* @param GetFleetAdvancedFeatureConfigurationRequest
|
|
186
196
|
* @return GetFleetAdvancedFeatureConfigurationResponse
|
|
187
197
|
* @throws OciError when an error occurs
|
|
188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfiguration API.
|
|
189
199
|
*/
|
|
190
200
|
getFleetAdvancedFeatureConfiguration(getFleetAdvancedFeatureConfigurationRequest: requests.GetFleetAdvancedFeatureConfigurationRequest): Promise<responses.GetFleetAdvancedFeatureConfigurationResponse>;
|
|
191
201
|
/**
|
|
@@ -194,7 +204,7 @@ export declare class JavaManagementServiceClient {
|
|
|
194
204
|
* @param GetFleetAgentConfigurationRequest
|
|
195
205
|
* @return GetFleetAgentConfigurationResponse
|
|
196
206
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
|
|
198
208
|
*/
|
|
199
209
|
getFleetAgentConfiguration(getFleetAgentConfigurationRequest: requests.GetFleetAgentConfigurationRequest): Promise<responses.GetFleetAgentConfigurationResponse>;
|
|
200
210
|
/**
|
|
@@ -204,7 +214,7 @@ export declare class JavaManagementServiceClient {
|
|
|
204
214
|
* @param GetJavaFamilyRequest
|
|
205
215
|
* @return GetJavaFamilyResponse
|
|
206
216
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
|
|
208
218
|
*/
|
|
209
219
|
getJavaFamily(getJavaFamilyRequest: requests.GetJavaFamilyRequest): Promise<responses.GetJavaFamilyResponse>;
|
|
210
220
|
/**
|
|
@@ -213,7 +223,7 @@ export declare class JavaManagementServiceClient {
|
|
|
213
223
|
* @param GetJavaReleaseRequest
|
|
214
224
|
* @return GetJavaReleaseResponse
|
|
215
225
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
|
|
217
227
|
*/
|
|
218
228
|
getJavaRelease(getJavaReleaseRequest: requests.GetJavaReleaseRequest): Promise<responses.GetJavaReleaseResponse>;
|
|
219
229
|
/**
|
|
@@ -222,7 +232,7 @@ export declare class JavaManagementServiceClient {
|
|
|
222
232
|
* @param GetWorkRequestRequest
|
|
223
233
|
* @return GetWorkRequestResponse
|
|
224
234
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
226
236
|
*/
|
|
227
237
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
228
238
|
/**
|
|
@@ -232,7 +242,7 @@ export declare class JavaManagementServiceClient {
|
|
|
232
242
|
* @param ListBlocklistsRequest
|
|
233
243
|
* @return ListBlocklistsResponse
|
|
234
244
|
* @throws OciError when an error occurs
|
|
235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
|
|
236
246
|
*/
|
|
237
247
|
listBlocklists(listBlocklistsRequest: requests.ListBlocklistsRequest): Promise<responses.ListBlocklistsResponse>;
|
|
238
248
|
/**
|
|
@@ -241,7 +251,7 @@ export declare class JavaManagementServiceClient {
|
|
|
241
251
|
* @param ListCryptoAnalysisResultsRequest
|
|
242
252
|
* @return ListCryptoAnalysisResultsResponse
|
|
243
253
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResults API.
|
|
245
255
|
*/
|
|
246
256
|
listCryptoAnalysisResults(listCryptoAnalysisResultsRequest: requests.ListCryptoAnalysisResultsRequest): Promise<responses.ListCryptoAnalysisResultsResponse>;
|
|
247
257
|
/**
|
|
@@ -252,7 +262,7 @@ export declare class JavaManagementServiceClient {
|
|
|
252
262
|
* @param ListFleetsRequest
|
|
253
263
|
* @return ListFleetsResponse
|
|
254
264
|
* @throws OciError when an error occurs
|
|
255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
|
|
256
266
|
*/
|
|
257
267
|
listFleets(listFleetsRequest: requests.ListFleetsRequest): Promise<responses.ListFleetsResponse>;
|
|
258
268
|
/**
|
|
@@ -261,7 +271,7 @@ export declare class JavaManagementServiceClient {
|
|
|
261
271
|
* @param ListInstallationSitesRequest
|
|
262
272
|
* @return ListInstallationSitesResponse
|
|
263
273
|
* @throws OciError when an error occurs
|
|
264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
274
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
|
|
265
275
|
*/
|
|
266
276
|
listInstallationSites(listInstallationSitesRequest: requests.ListInstallationSitesRequest): Promise<responses.ListInstallationSitesResponse>;
|
|
267
277
|
/**
|
|
@@ -272,7 +282,7 @@ export declare class JavaManagementServiceClient {
|
|
|
272
282
|
* @param ListJavaFamiliesRequest
|
|
273
283
|
* @return ListJavaFamiliesResponse
|
|
274
284
|
* @throws OciError when an error occurs
|
|
275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
|
|
276
286
|
*/
|
|
277
287
|
listJavaFamilies(listJavaFamiliesRequest: requests.ListJavaFamiliesRequest): Promise<responses.ListJavaFamiliesResponse>;
|
|
278
288
|
/**
|
|
@@ -282,7 +292,7 @@ export declare class JavaManagementServiceClient {
|
|
|
282
292
|
* @param ListJavaReleasesRequest
|
|
283
293
|
* @return ListJavaReleasesResponse
|
|
284
294
|
* @throws OciError when an error occurs
|
|
285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
|
|
286
296
|
*/
|
|
287
297
|
listJavaReleases(listJavaReleasesRequest: requests.ListJavaReleasesRequest): Promise<responses.ListJavaReleasesResponse>;
|
|
288
298
|
/**
|
|
@@ -291,7 +301,7 @@ export declare class JavaManagementServiceClient {
|
|
|
291
301
|
* @param ListJreUsageRequest
|
|
292
302
|
* @return ListJreUsageResponse
|
|
293
303
|
* @throws OciError when an error occurs
|
|
294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
|
|
295
305
|
*/
|
|
296
306
|
listJreUsage(listJreUsageRequest: requests.ListJreUsageRequest): Promise<responses.ListJreUsageResponse>;
|
|
297
307
|
/**
|
|
@@ -301,7 +311,7 @@ export declare class JavaManagementServiceClient {
|
|
|
301
311
|
* @param ListWorkItemsRequest
|
|
302
312
|
* @return ListWorkItemsResponse
|
|
303
313
|
* @throws OciError when an error occurs
|
|
304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
|
|
305
315
|
*/
|
|
306
316
|
listWorkItems(listWorkItemsRequest: requests.ListWorkItemsRequest): Promise<responses.ListWorkItemsResponse>;
|
|
307
317
|
/**
|
|
@@ -311,7 +321,7 @@ export declare class JavaManagementServiceClient {
|
|
|
311
321
|
* @param ListWorkRequestErrorsRequest
|
|
312
322
|
* @return ListWorkRequestErrorsResponse
|
|
313
323
|
* @throws OciError when an error occurs
|
|
314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
315
325
|
*/
|
|
316
326
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
317
327
|
/**
|
|
@@ -321,7 +331,7 @@ export declare class JavaManagementServiceClient {
|
|
|
321
331
|
* @param ListWorkRequestLogsRequest
|
|
322
332
|
* @return ListWorkRequestLogsResponse
|
|
323
333
|
* @throws OciError when an error occurs
|
|
324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
334
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
325
335
|
*/
|
|
326
336
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
327
337
|
/**
|
|
@@ -331,7 +341,7 @@ export declare class JavaManagementServiceClient {
|
|
|
331
341
|
* @param ListWorkRequestsRequest
|
|
332
342
|
* @return ListWorkRequestsResponse
|
|
333
343
|
* @throws OciError when an error occurs
|
|
334
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
344
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
335
345
|
*/
|
|
336
346
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
337
347
|
/**
|
|
@@ -340,7 +350,7 @@ export declare class JavaManagementServiceClient {
|
|
|
340
350
|
* @param RemoveFleetInstallationSitesRequest
|
|
341
351
|
* @return RemoveFleetInstallationSitesResponse
|
|
342
352
|
* @throws OciError when an error occurs
|
|
343
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
|
|
344
354
|
*/
|
|
345
355
|
removeFleetInstallationSites(removeFleetInstallationSitesRequest: requests.RemoveFleetInstallationSitesRequest): Promise<responses.RemoveFleetInstallationSitesResponse>;
|
|
346
356
|
/**
|
|
@@ -351,7 +361,7 @@ export declare class JavaManagementServiceClient {
|
|
|
351
361
|
* @param RequestCryptoAnalysesRequest
|
|
352
362
|
* @return RequestCryptoAnalysesResponse
|
|
353
363
|
* @throws OciError when an error occurs
|
|
354
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalyses API.
|
|
355
365
|
*/
|
|
356
366
|
requestCryptoAnalyses(requestCryptoAnalysesRequest: requests.RequestCryptoAnalysesRequest): Promise<responses.RequestCryptoAnalysesResponse>;
|
|
357
367
|
/**
|
|
@@ -362,7 +372,7 @@ export declare class JavaManagementServiceClient {
|
|
|
362
372
|
* @param RequestJfrRecordingsRequest
|
|
363
373
|
* @return RequestJfrRecordingsResponse
|
|
364
374
|
* @throws OciError when an error occurs
|
|
365
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordings API.
|
|
366
376
|
*/
|
|
367
377
|
requestJfrRecordings(requestJfrRecordingsRequest: requests.RequestJfrRecordingsRequest): Promise<responses.RequestJfrRecordingsResponse>;
|
|
368
378
|
/**
|
|
@@ -371,7 +381,7 @@ export declare class JavaManagementServiceClient {
|
|
|
371
381
|
* @param ScanJavaServerUsageRequest
|
|
372
382
|
* @return ScanJavaServerUsageResponse
|
|
373
383
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsage API.
|
|
375
385
|
*/
|
|
376
386
|
scanJavaServerUsage(scanJavaServerUsageRequest: requests.ScanJavaServerUsageRequest): Promise<responses.ScanJavaServerUsageResponse>;
|
|
377
387
|
/**
|
|
@@ -380,7 +390,7 @@ export declare class JavaManagementServiceClient {
|
|
|
380
390
|
* @param ScanLibraryUsageRequest
|
|
381
391
|
* @return ScanLibraryUsageResponse
|
|
382
392
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsage API.
|
|
384
394
|
*/
|
|
385
395
|
scanLibraryUsage(scanLibraryUsageRequest: requests.ScanLibraryUsageRequest): Promise<responses.ScanLibraryUsageResponse>;
|
|
386
396
|
/**
|
|
@@ -389,7 +399,7 @@ export declare class JavaManagementServiceClient {
|
|
|
389
399
|
* @param SummarizeApplicationUsageRequest
|
|
390
400
|
* @return SummarizeApplicationUsageResponse
|
|
391
401
|
* @throws OciError when an error occurs
|
|
392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
402
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
|
|
393
403
|
*/
|
|
394
404
|
summarizeApplicationUsage(summarizeApplicationUsageRequest: requests.SummarizeApplicationUsageRequest): Promise<responses.SummarizeApplicationUsageResponse>;
|
|
395
405
|
/**
|
|
@@ -399,7 +409,7 @@ export declare class JavaManagementServiceClient {
|
|
|
399
409
|
* @param SummarizeDeployedApplicationUsageRequest
|
|
400
410
|
* @return SummarizeDeployedApplicationUsageResponse
|
|
401
411
|
* @throws OciError when an error occurs
|
|
402
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsage API.
|
|
403
413
|
*/
|
|
404
414
|
summarizeDeployedApplicationUsage(summarizeDeployedApplicationUsageRequest: requests.SummarizeDeployedApplicationUsageRequest): Promise<responses.SummarizeDeployedApplicationUsageResponse>;
|
|
405
415
|
/**
|
|
@@ -408,7 +418,7 @@ export declare class JavaManagementServiceClient {
|
|
|
408
418
|
* @param SummarizeInstallationUsageRequest
|
|
409
419
|
* @return SummarizeInstallationUsageResponse
|
|
410
420
|
* @throws OciError when an error occurs
|
|
411
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
|
|
412
422
|
*/
|
|
413
423
|
summarizeInstallationUsage(summarizeInstallationUsageRequest: requests.SummarizeInstallationUsageRequest): Promise<responses.SummarizeInstallationUsageResponse>;
|
|
414
424
|
/**
|
|
@@ -418,7 +428,7 @@ export declare class JavaManagementServiceClient {
|
|
|
418
428
|
* @param SummarizeJavaServerInstanceUsageRequest
|
|
419
429
|
* @return SummarizeJavaServerInstanceUsageResponse
|
|
420
430
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsage API.
|
|
422
432
|
*/
|
|
423
433
|
summarizeJavaServerInstanceUsage(summarizeJavaServerInstanceUsageRequest: requests.SummarizeJavaServerInstanceUsageRequest): Promise<responses.SummarizeJavaServerInstanceUsageResponse>;
|
|
424
434
|
/**
|
|
@@ -428,7 +438,7 @@ export declare class JavaManagementServiceClient {
|
|
|
428
438
|
* @param SummarizeJavaServerUsageRequest
|
|
429
439
|
* @return SummarizeJavaServerUsageResponse
|
|
430
440
|
* @throws OciError when an error occurs
|
|
431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsage API.
|
|
432
442
|
*/
|
|
433
443
|
summarizeJavaServerUsage(summarizeJavaServerUsageRequest: requests.SummarizeJavaServerUsageRequest): Promise<responses.SummarizeJavaServerUsageResponse>;
|
|
434
444
|
/**
|
|
@@ -437,7 +447,7 @@ export declare class JavaManagementServiceClient {
|
|
|
437
447
|
* @param SummarizeJreUsageRequest
|
|
438
448
|
* @return SummarizeJreUsageResponse
|
|
439
449
|
* @throws OciError when an error occurs
|
|
440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
|
|
441
451
|
*/
|
|
442
452
|
summarizeJreUsage(summarizeJreUsageRequest: requests.SummarizeJreUsageRequest): Promise<responses.SummarizeJreUsageResponse>;
|
|
443
453
|
/**
|
|
@@ -447,7 +457,7 @@ export declare class JavaManagementServiceClient {
|
|
|
447
457
|
* @param SummarizeLibraryUsageRequest
|
|
448
458
|
* @return SummarizeLibraryUsageResponse
|
|
449
459
|
* @throws OciError when an error occurs
|
|
450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
460
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsage API.
|
|
451
461
|
*/
|
|
452
462
|
summarizeLibraryUsage(summarizeLibraryUsageRequest: requests.SummarizeLibraryUsageRequest): Promise<responses.SummarizeLibraryUsageResponse>;
|
|
453
463
|
/**
|
|
@@ -456,7 +466,7 @@ export declare class JavaManagementServiceClient {
|
|
|
456
466
|
* @param SummarizeManagedInstanceUsageRequest
|
|
457
467
|
* @return SummarizeManagedInstanceUsageResponse
|
|
458
468
|
* @throws OciError when an error occurs
|
|
459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
|
|
460
470
|
*/
|
|
461
471
|
summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest: requests.SummarizeManagedInstanceUsageRequest): Promise<responses.SummarizeManagedInstanceUsageResponse>;
|
|
462
472
|
/**
|
|
@@ -466,7 +476,7 @@ export declare class JavaManagementServiceClient {
|
|
|
466
476
|
* @param SummarizeResourceInventoryRequest
|
|
467
477
|
* @return SummarizeResourceInventoryResponse
|
|
468
478
|
* @throws OciError when an error occurs
|
|
469
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
479
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
|
|
470
480
|
*/
|
|
471
481
|
summarizeResourceInventory(summarizeResourceInventoryRequest: requests.SummarizeResourceInventoryRequest): Promise<responses.SummarizeResourceInventoryResponse>;
|
|
472
482
|
/**
|
|
@@ -475,7 +485,7 @@ export declare class JavaManagementServiceClient {
|
|
|
475
485
|
* @param UpdateFleetRequest
|
|
476
486
|
* @return UpdateFleetResponse
|
|
477
487
|
* @throws OciError when an error occurs
|
|
478
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
|
|
479
489
|
*/
|
|
480
490
|
updateFleet(updateFleetRequest: requests.UpdateFleetRequest): Promise<responses.UpdateFleetResponse>;
|
|
481
491
|
/**
|
|
@@ -486,7 +496,7 @@ export declare class JavaManagementServiceClient {
|
|
|
486
496
|
* @param UpdateFleetAdvancedFeatureConfigurationRequest
|
|
487
497
|
* @return UpdateFleetAdvancedFeatureConfigurationResponse
|
|
488
498
|
* @throws OciError when an error occurs
|
|
489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfiguration API.
|
|
490
500
|
*/
|
|
491
501
|
updateFleetAdvancedFeatureConfiguration(updateFleetAdvancedFeatureConfigurationRequest: requests.UpdateFleetAdvancedFeatureConfigurationRequest): Promise<responses.UpdateFleetAdvancedFeatureConfigurationResponse>;
|
|
492
502
|
/**
|
|
@@ -495,7 +505,7 @@ export declare class JavaManagementServiceClient {
|
|
|
495
505
|
* @param UpdateFleetAgentConfigurationRequest
|
|
496
506
|
* @return UpdateFleetAgentConfigurationResponse
|
|
497
507
|
* @throws OciError when an error occurs
|
|
498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
508
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
|
|
499
509
|
*/
|
|
500
510
|
updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest: requests.UpdateFleetAgentConfigurationRequest): Promise<responses.UpdateFleetAgentConfigurationResponse>;
|
|
501
511
|
}
|