oci-jms 2.43.0 → 2.44.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.
Files changed (34) hide show
  1. package/lib/client.d.ts +31 -31
  2. package/lib/client.js +31 -31
  3. package/lib/request/add-fleet-installation-sites-request.d.ts +1 -1
  4. package/lib/request/cancel-work-request-request.d.ts +1 -1
  5. package/lib/request/change-fleet-compartment-request.d.ts +1 -1
  6. package/lib/request/create-blocklist-request.d.ts +1 -1
  7. package/lib/request/create-fleet-request.d.ts +1 -1
  8. package/lib/request/delete-blocklist-request.d.ts +1 -1
  9. package/lib/request/delete-fleet-request.d.ts +1 -1
  10. package/lib/request/generate-agent-deploy-script-request.d.ts +1 -1
  11. package/lib/request/get-fleet-agent-configuration-request.d.ts +1 -1
  12. package/lib/request/get-fleet-request.d.ts +1 -1
  13. package/lib/request/get-java-family-request.d.ts +1 -1
  14. package/lib/request/get-java-release-request.d.ts +1 -1
  15. package/lib/request/get-work-request-request.d.ts +1 -1
  16. package/lib/request/list-blocklists-request.d.ts +1 -1
  17. package/lib/request/list-fleets-request.d.ts +1 -1
  18. package/lib/request/list-installation-sites-request.d.ts +1 -1
  19. package/lib/request/list-java-families-request.d.ts +1 -1
  20. package/lib/request/list-java-releases-request.d.ts +1 -1
  21. package/lib/request/list-jre-usage-request.d.ts +1 -1
  22. package/lib/request/list-work-items-request.d.ts +1 -1
  23. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  24. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  25. package/lib/request/list-work-requests-request.d.ts +1 -1
  26. package/lib/request/remove-fleet-installation-sites-request.d.ts +1 -1
  27. package/lib/request/summarize-application-usage-request.d.ts +1 -1
  28. package/lib/request/summarize-installation-usage-request.d.ts +1 -1
  29. package/lib/request/summarize-jre-usage-request.d.ts +1 -1
  30. package/lib/request/summarize-managed-instance-usage-request.d.ts +1 -1
  31. package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
  32. package/lib/request/update-fleet-agent-configuration-request.d.ts +1 -1
  33. package/lib/request/update-fleet-request.d.ts +1 -1
  34. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -75,7 +75,7 @@ export declare class JavaManagementServiceClient {
75
75
  * @param AddFleetInstallationSitesRequest
76
76
  * @return AddFleetInstallationSitesResponse
77
77
  * @throws OciError when an error occurs
78
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
78
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
79
79
  */
80
80
  addFleetInstallationSites(addFleetInstallationSitesRequest: requests.AddFleetInstallationSitesRequest): Promise<responses.AddFleetInstallationSitesResponse>;
81
81
  /**
@@ -84,7 +84,7 @@ export declare class JavaManagementServiceClient {
84
84
  * @param CancelWorkRequestRequest
85
85
  * @return CancelWorkRequestResponse
86
86
  * @throws OciError when an error occurs
87
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
87
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
88
88
  */
89
89
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
90
90
  /**
@@ -94,7 +94,7 @@ export declare class JavaManagementServiceClient {
94
94
  * @param ChangeFleetCompartmentRequest
95
95
  * @return ChangeFleetCompartmentResponse
96
96
  * @throws OciError when an error occurs
97
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
98
98
  */
99
99
  changeFleetCompartment(changeFleetCompartmentRequest: requests.ChangeFleetCompartmentRequest): Promise<responses.ChangeFleetCompartmentResponse>;
100
100
  /**
@@ -104,7 +104,7 @@ export declare class JavaManagementServiceClient {
104
104
  * @param CreateBlocklistRequest
105
105
  * @return CreateBlocklistResponse
106
106
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
108
108
  */
109
109
  createBlocklist(createBlocklistRequest: requests.CreateBlocklistRequest): Promise<responses.CreateBlocklistResponse>;
110
110
  /**
@@ -120,7 +120,7 @@ export declare class JavaManagementServiceClient {
120
120
  * @param CreateFleetRequest
121
121
  * @return CreateFleetResponse
122
122
  * @throws OciError when an error occurs
123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
124
124
  */
125
125
  createFleet(createFleetRequest: requests.CreateFleetRequest): Promise<responses.CreateFleetResponse>;
126
126
  /**
@@ -129,7 +129,7 @@ export declare class JavaManagementServiceClient {
129
129
  * @param DeleteBlocklistRequest
130
130
  * @return DeleteBlocklistResponse
131
131
  * @throws OciError when an error occurs
132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
133
133
  */
134
134
  deleteBlocklist(deleteBlocklistRequest: requests.DeleteBlocklistRequest): Promise<responses.DeleteBlocklistResponse>;
135
135
  /**
@@ -138,7 +138,7 @@ export declare class JavaManagementServiceClient {
138
138
  * @param DeleteFleetRequest
139
139
  * @return DeleteFleetResponse
140
140
  * @throws OciError when an error occurs
141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
142
142
  */
143
143
  deleteFleet(deleteFleetRequest: requests.DeleteFleetRequest): Promise<responses.DeleteFleetResponse>;
144
144
  /**
@@ -148,7 +148,7 @@ export declare class JavaManagementServiceClient {
148
148
  * @param GenerateAgentDeployScriptRequest
149
149
  * @return GenerateAgentDeployScriptResponse
150
150
  * @throws OciError when an error occurs
151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
152
152
  */
153
153
  generateAgentDeployScript(generateAgentDeployScriptRequest: requests.GenerateAgentDeployScriptRequest): Promise<responses.GenerateAgentDeployScriptResponse>;
154
154
  /**
@@ -157,7 +157,7 @@ export declare class JavaManagementServiceClient {
157
157
  * @param GetFleetRequest
158
158
  * @return GetFleetResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
161
161
  */
162
162
  getFleet(getFleetRequest: requests.GetFleetRequest): Promise<responses.GetFleetResponse>;
163
163
  /**
@@ -166,7 +166,7 @@ export declare class JavaManagementServiceClient {
166
166
  * @param GetFleetAgentConfigurationRequest
167
167
  * @return GetFleetAgentConfigurationResponse
168
168
  * @throws OciError when an error occurs
169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
170
170
  */
171
171
  getFleetAgentConfiguration(getFleetAgentConfigurationRequest: requests.GetFleetAgentConfigurationRequest): Promise<responses.GetFleetAgentConfigurationResponse>;
172
172
  /**
@@ -176,7 +176,7 @@ export declare class JavaManagementServiceClient {
176
176
  * @param GetJavaFamilyRequest
177
177
  * @return GetJavaFamilyResponse
178
178
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
180
180
  */
181
181
  getJavaFamily(getJavaFamilyRequest: requests.GetJavaFamilyRequest): Promise<responses.GetJavaFamilyResponse>;
182
182
  /**
@@ -185,7 +185,7 @@ export declare class JavaManagementServiceClient {
185
185
  * @param GetJavaReleaseRequest
186
186
  * @return GetJavaReleaseResponse
187
187
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
189
189
  */
190
190
  getJavaRelease(getJavaReleaseRequest: requests.GetJavaReleaseRequest): Promise<responses.GetJavaReleaseResponse>;
191
191
  /**
@@ -194,7 +194,7 @@ export declare class JavaManagementServiceClient {
194
194
  * @param GetWorkRequestRequest
195
195
  * @return GetWorkRequestResponse
196
196
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
198
198
  */
199
199
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
200
200
  /**
@@ -204,7 +204,7 @@ export declare class JavaManagementServiceClient {
204
204
  * @param ListBlocklistsRequest
205
205
  * @return ListBlocklistsResponse
206
206
  * @throws OciError when an error occurs
207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
208
208
  */
209
209
  listBlocklists(listBlocklistsRequest: requests.ListBlocklistsRequest): Promise<responses.ListBlocklistsResponse>;
210
210
  /**
@@ -215,7 +215,7 @@ export declare class JavaManagementServiceClient {
215
215
  * @param ListFleetsRequest
216
216
  * @return ListFleetsResponse
217
217
  * @throws OciError when an error occurs
218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
219
219
  */
220
220
  listFleets(listFleetsRequest: requests.ListFleetsRequest): Promise<responses.ListFleetsResponse>;
221
221
  /**
@@ -224,7 +224,7 @@ export declare class JavaManagementServiceClient {
224
224
  * @param ListInstallationSitesRequest
225
225
  * @return ListInstallationSitesResponse
226
226
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
228
228
  */
229
229
  listInstallationSites(listInstallationSitesRequest: requests.ListInstallationSitesRequest): Promise<responses.ListInstallationSitesResponse>;
230
230
  /**
@@ -235,7 +235,7 @@ export declare class JavaManagementServiceClient {
235
235
  * @param ListJavaFamiliesRequest
236
236
  * @return ListJavaFamiliesResponse
237
237
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
239
239
  */
240
240
  listJavaFamilies(listJavaFamiliesRequest: requests.ListJavaFamiliesRequest): Promise<responses.ListJavaFamiliesResponse>;
241
241
  /**
@@ -245,7 +245,7 @@ export declare class JavaManagementServiceClient {
245
245
  * @param ListJavaReleasesRequest
246
246
  * @return ListJavaReleasesResponse
247
247
  * @throws OciError when an error occurs
248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
249
249
  */
250
250
  listJavaReleases(listJavaReleasesRequest: requests.ListJavaReleasesRequest): Promise<responses.ListJavaReleasesResponse>;
251
251
  /**
@@ -254,7 +254,7 @@ export declare class JavaManagementServiceClient {
254
254
  * @param ListJreUsageRequest
255
255
  * @return ListJreUsageResponse
256
256
  * @throws OciError when an error occurs
257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
258
258
  */
259
259
  listJreUsage(listJreUsageRequest: requests.ListJreUsageRequest): Promise<responses.ListJreUsageResponse>;
260
260
  /**
@@ -264,7 +264,7 @@ export declare class JavaManagementServiceClient {
264
264
  * @param ListWorkItemsRequest
265
265
  * @return ListWorkItemsResponse
266
266
  * @throws OciError when an error occurs
267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
268
268
  */
269
269
  listWorkItems(listWorkItemsRequest: requests.ListWorkItemsRequest): Promise<responses.ListWorkItemsResponse>;
270
270
  /**
@@ -274,7 +274,7 @@ export declare class JavaManagementServiceClient {
274
274
  * @param ListWorkRequestErrorsRequest
275
275
  * @return ListWorkRequestErrorsResponse
276
276
  * @throws OciError when an error occurs
277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
278
278
  */
279
279
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
280
280
  /**
@@ -284,7 +284,7 @@ export declare class JavaManagementServiceClient {
284
284
  * @param ListWorkRequestLogsRequest
285
285
  * @return ListWorkRequestLogsResponse
286
286
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
288
288
  */
289
289
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
290
290
  /**
@@ -294,7 +294,7 @@ export declare class JavaManagementServiceClient {
294
294
  * @param ListWorkRequestsRequest
295
295
  * @return ListWorkRequestsResponse
296
296
  * @throws OciError when an error occurs
297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
298
298
  */
299
299
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
300
300
  /**
@@ -303,7 +303,7 @@ export declare class JavaManagementServiceClient {
303
303
  * @param RemoveFleetInstallationSitesRequest
304
304
  * @return RemoveFleetInstallationSitesResponse
305
305
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
307
307
  */
308
308
  removeFleetInstallationSites(removeFleetInstallationSitesRequest: requests.RemoveFleetInstallationSitesRequest): Promise<responses.RemoveFleetInstallationSitesResponse>;
309
309
  /**
@@ -312,7 +312,7 @@ export declare class JavaManagementServiceClient {
312
312
  * @param SummarizeApplicationUsageRequest
313
313
  * @return SummarizeApplicationUsageResponse
314
314
  * @throws OciError when an error occurs
315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
316
316
  */
317
317
  summarizeApplicationUsage(summarizeApplicationUsageRequest: requests.SummarizeApplicationUsageRequest): Promise<responses.SummarizeApplicationUsageResponse>;
318
318
  /**
@@ -321,7 +321,7 @@ export declare class JavaManagementServiceClient {
321
321
  * @param SummarizeInstallationUsageRequest
322
322
  * @return SummarizeInstallationUsageResponse
323
323
  * @throws OciError when an error occurs
324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
325
325
  */
326
326
  summarizeInstallationUsage(summarizeInstallationUsageRequest: requests.SummarizeInstallationUsageRequest): Promise<responses.SummarizeInstallationUsageResponse>;
327
327
  /**
@@ -330,7 +330,7 @@ export declare class JavaManagementServiceClient {
330
330
  * @param SummarizeJreUsageRequest
331
331
  * @return SummarizeJreUsageResponse
332
332
  * @throws OciError when an error occurs
333
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
334
334
  */
335
335
  summarizeJreUsage(summarizeJreUsageRequest: requests.SummarizeJreUsageRequest): Promise<responses.SummarizeJreUsageResponse>;
336
336
  /**
@@ -339,7 +339,7 @@ export declare class JavaManagementServiceClient {
339
339
  * @param SummarizeManagedInstanceUsageRequest
340
340
  * @return SummarizeManagedInstanceUsageResponse
341
341
  * @throws OciError when an error occurs
342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
343
343
  */
344
344
  summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest: requests.SummarizeManagedInstanceUsageRequest): Promise<responses.SummarizeManagedInstanceUsageResponse>;
345
345
  /**
@@ -349,7 +349,7 @@ export declare class JavaManagementServiceClient {
349
349
  * @param SummarizeResourceInventoryRequest
350
350
  * @return SummarizeResourceInventoryResponse
351
351
  * @throws OciError when an error occurs
352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
353
353
  */
354
354
  summarizeResourceInventory(summarizeResourceInventoryRequest: requests.SummarizeResourceInventoryRequest): Promise<responses.SummarizeResourceInventoryResponse>;
355
355
  /**
@@ -358,7 +358,7 @@ export declare class JavaManagementServiceClient {
358
358
  * @param UpdateFleetRequest
359
359
  * @return UpdateFleetResponse
360
360
  * @throws OciError when an error occurs
361
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
361
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
362
362
  */
363
363
  updateFleet(updateFleetRequest: requests.UpdateFleetRequest): Promise<responses.UpdateFleetResponse>;
364
364
  /**
@@ -367,7 +367,7 @@ export declare class JavaManagementServiceClient {
367
367
  * @param UpdateFleetAgentConfigurationRequest
368
368
  * @return UpdateFleetAgentConfigurationResponse
369
369
  * @throws OciError when an error occurs
370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
371
371
  */
372
372
  updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest: requests.UpdateFleetAgentConfigurationRequest): Promise<responses.UpdateFleetAgentConfigurationResponse>;
373
373
  }
package/lib/client.js CHANGED
@@ -156,7 +156,7 @@ class JavaManagementServiceClient {
156
156
  * @param AddFleetInstallationSitesRequest
157
157
  * @return AddFleetInstallationSitesResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
160
160
  */
161
161
  addFleetInstallationSites(addFleetInstallationSitesRequest) {
162
162
  return __awaiter(this, void 0, void 0, function* () {
@@ -218,7 +218,7 @@ class JavaManagementServiceClient {
218
218
  * @param CancelWorkRequestRequest
219
219
  * @return CancelWorkRequestResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
222
222
  */
223
223
  cancelWorkRequest(cancelWorkRequestRequest) {
224
224
  return __awaiter(this, void 0, void 0, function* () {
@@ -274,7 +274,7 @@ class JavaManagementServiceClient {
274
274
  * @param ChangeFleetCompartmentRequest
275
275
  * @return ChangeFleetCompartmentResponse
276
276
  * @throws OciError when an error occurs
277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
278
278
  */
279
279
  changeFleetCompartment(changeFleetCompartmentRequest) {
280
280
  return __awaiter(this, void 0, void 0, function* () {
@@ -337,7 +337,7 @@ class JavaManagementServiceClient {
337
337
  * @param CreateBlocklistRequest
338
338
  * @return CreateBlocklistResponse
339
339
  * @throws OciError when an error occurs
340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
341
341
  */
342
342
  createBlocklist(createBlocklistRequest) {
343
343
  return __awaiter(this, void 0, void 0, function* () {
@@ -409,7 +409,7 @@ class JavaManagementServiceClient {
409
409
  * @param CreateFleetRequest
410
410
  * @return CreateFleetResponse
411
411
  * @throws OciError when an error occurs
412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
413
413
  */
414
414
  createFleet(createFleetRequest) {
415
415
  return __awaiter(this, void 0, void 0, function* () {
@@ -468,7 +468,7 @@ class JavaManagementServiceClient {
468
468
  * @param DeleteBlocklistRequest
469
469
  * @return DeleteBlocklistResponse
470
470
  * @throws OciError when an error occurs
471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
472
472
  */
473
473
  deleteBlocklist(deleteBlocklistRequest) {
474
474
  return __awaiter(this, void 0, void 0, function* () {
@@ -524,7 +524,7 @@ class JavaManagementServiceClient {
524
524
  * @param DeleteFleetRequest
525
525
  * @return DeleteFleetResponse
526
526
  * @throws OciError when an error occurs
527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
528
528
  */
529
529
  deleteFleet(deleteFleetRequest) {
530
530
  return __awaiter(this, void 0, void 0, function* () {
@@ -585,7 +585,7 @@ class JavaManagementServiceClient {
585
585
  * @param GenerateAgentDeployScriptRequest
586
586
  * @return GenerateAgentDeployScriptResponse
587
587
  * @throws OciError when an error occurs
588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
589
589
  */
590
590
  generateAgentDeployScript(generateAgentDeployScriptRequest) {
591
591
  return __awaiter(this, void 0, void 0, function* () {
@@ -653,7 +653,7 @@ class JavaManagementServiceClient {
653
653
  * @param GetFleetRequest
654
654
  * @return GetFleetResponse
655
655
  * @throws OciError when an error occurs
656
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
656
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
657
657
  */
658
658
  getFleet(getFleetRequest) {
659
659
  return __awaiter(this, void 0, void 0, function* () {
@@ -716,7 +716,7 @@ class JavaManagementServiceClient {
716
716
  * @param GetFleetAgentConfigurationRequest
717
717
  * @return GetFleetAgentConfigurationResponse
718
718
  * @throws OciError when an error occurs
719
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
719
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
720
720
  */
721
721
  getFleetAgentConfiguration(getFleetAgentConfigurationRequest) {
722
722
  return __awaiter(this, void 0, void 0, function* () {
@@ -780,7 +780,7 @@ class JavaManagementServiceClient {
780
780
  * @param GetJavaFamilyRequest
781
781
  * @return GetJavaFamilyResponse
782
782
  * @throws OciError when an error occurs
783
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
783
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
784
784
  */
785
785
  getJavaFamily(getJavaFamilyRequest) {
786
786
  return __awaiter(this, void 0, void 0, function* () {
@@ -838,7 +838,7 @@ class JavaManagementServiceClient {
838
838
  * @param GetJavaReleaseRequest
839
839
  * @return GetJavaReleaseResponse
840
840
  * @throws OciError when an error occurs
841
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
841
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
842
842
  */
843
843
  getJavaRelease(getJavaReleaseRequest) {
844
844
  return __awaiter(this, void 0, void 0, function* () {
@@ -896,7 +896,7 @@ class JavaManagementServiceClient {
896
896
  * @param GetWorkRequestRequest
897
897
  * @return GetWorkRequestResponse
898
898
  * @throws OciError when an error occurs
899
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
899
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
900
900
  */
901
901
  getWorkRequest(getWorkRequestRequest) {
902
902
  return __awaiter(this, void 0, void 0, function* () {
@@ -965,7 +965,7 @@ class JavaManagementServiceClient {
965
965
  * @param ListBlocklistsRequest
966
966
  * @return ListBlocklistsResponse
967
967
  * @throws OciError when an error occurs
968
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
968
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
969
969
  */
970
970
  listBlocklists(listBlocklistsRequest) {
971
971
  return __awaiter(this, void 0, void 0, function* () {
@@ -1037,7 +1037,7 @@ class JavaManagementServiceClient {
1037
1037
  * @param ListFleetsRequest
1038
1038
  * @return ListFleetsResponse
1039
1039
  * @throws OciError when an error occurs
1040
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
1040
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
1041
1041
  */
1042
1042
  listFleets(listFleetsRequest) {
1043
1043
  return __awaiter(this, void 0, void 0, function* () {
@@ -1108,7 +1108,7 @@ class JavaManagementServiceClient {
1108
1108
  * @param ListInstallationSitesRequest
1109
1109
  * @return ListInstallationSitesResponse
1110
1110
  * @throws OciError when an error occurs
1111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
1111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
1112
1112
  */
1113
1113
  listInstallationSites(listInstallationSitesRequest) {
1114
1114
  return __awaiter(this, void 0, void 0, function* () {
@@ -1189,7 +1189,7 @@ class JavaManagementServiceClient {
1189
1189
  * @param ListJavaFamiliesRequest
1190
1190
  * @return ListJavaFamiliesResponse
1191
1191
  * @throws OciError when an error occurs
1192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
1192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
1193
1193
  */
1194
1194
  listJavaFamilies(listJavaFamiliesRequest) {
1195
1195
  return __awaiter(this, void 0, void 0, function* () {
@@ -1258,7 +1258,7 @@ class JavaManagementServiceClient {
1258
1258
  * @param ListJavaReleasesRequest
1259
1259
  * @return ListJavaReleasesResponse
1260
1260
  * @throws OciError when an error occurs
1261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
1261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
1262
1262
  */
1263
1263
  listJavaReleases(listJavaReleasesRequest) {
1264
1264
  return __awaiter(this, void 0, void 0, function* () {
@@ -1329,7 +1329,7 @@ class JavaManagementServiceClient {
1329
1329
  * @param ListJreUsageRequest
1330
1330
  * @return ListJreUsageResponse
1331
1331
  * @throws OciError when an error occurs
1332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
1332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
1333
1333
  */
1334
1334
  listJreUsage(listJreUsageRequest) {
1335
1335
  return __awaiter(this, void 0, void 0, function* () {
@@ -1402,7 +1402,7 @@ class JavaManagementServiceClient {
1402
1402
  * @param ListWorkItemsRequest
1403
1403
  * @return ListWorkItemsResponse
1404
1404
  * @throws OciError when an error occurs
1405
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
1405
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
1406
1406
  */
1407
1407
  listWorkItems(listWorkItemsRequest) {
1408
1408
  return __awaiter(this, void 0, void 0, function* () {
@@ -1469,7 +1469,7 @@ class JavaManagementServiceClient {
1469
1469
  * @param ListWorkRequestErrorsRequest
1470
1470
  * @return ListWorkRequestErrorsResponse
1471
1471
  * @throws OciError when an error occurs
1472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1473
1473
  */
1474
1474
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1475
1475
  return __awaiter(this, void 0, void 0, function* () {
@@ -1536,7 +1536,7 @@ class JavaManagementServiceClient {
1536
1536
  * @param ListWorkRequestLogsRequest
1537
1537
  * @return ListWorkRequestLogsResponse
1538
1538
  * @throws OciError when an error occurs
1539
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1539
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1540
1540
  */
1541
1541
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1542
1542
  return __awaiter(this, void 0, void 0, function* () {
@@ -1603,7 +1603,7 @@ class JavaManagementServiceClient {
1603
1603
  * @param ListWorkRequestsRequest
1604
1604
  * @return ListWorkRequestsResponse
1605
1605
  * @throws OciError when an error occurs
1606
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1607
1607
  */
1608
1608
  listWorkRequests(listWorkRequestsRequest) {
1609
1609
  return __awaiter(this, void 0, void 0, function* () {
@@ -1670,7 +1670,7 @@ class JavaManagementServiceClient {
1670
1670
  * @param RemoveFleetInstallationSitesRequest
1671
1671
  * @return RemoveFleetInstallationSitesResponse
1672
1672
  * @throws OciError when an error occurs
1673
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
1673
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
1674
1674
  */
1675
1675
  removeFleetInstallationSites(removeFleetInstallationSitesRequest) {
1676
1676
  return __awaiter(this, void 0, void 0, function* () {
@@ -1732,7 +1732,7 @@ class JavaManagementServiceClient {
1732
1732
  * @param SummarizeApplicationUsageRequest
1733
1733
  * @return SummarizeApplicationUsageResponse
1734
1734
  * @throws OciError when an error occurs
1735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
1735
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
1736
1736
  */
1737
1737
  summarizeApplicationUsage(summarizeApplicationUsageRequest) {
1738
1738
  return __awaiter(this, void 0, void 0, function* () {
@@ -1813,7 +1813,7 @@ class JavaManagementServiceClient {
1813
1813
  * @param SummarizeInstallationUsageRequest
1814
1814
  * @return SummarizeInstallationUsageResponse
1815
1815
  * @throws OciError when an error occurs
1816
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
1816
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
1817
1817
  */
1818
1818
  summarizeInstallationUsage(summarizeInstallationUsageRequest) {
1819
1819
  return __awaiter(this, void 0, void 0, function* () {
@@ -1892,7 +1892,7 @@ class JavaManagementServiceClient {
1892
1892
  * @param SummarizeJreUsageRequest
1893
1893
  * @return SummarizeJreUsageResponse
1894
1894
  * @throws OciError when an error occurs
1895
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
1895
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
1896
1896
  */
1897
1897
  summarizeJreUsage(summarizeJreUsageRequest) {
1898
1898
  return __awaiter(this, void 0, void 0, function* () {
@@ -1970,7 +1970,7 @@ class JavaManagementServiceClient {
1970
1970
  * @param SummarizeManagedInstanceUsageRequest
1971
1971
  * @return SummarizeManagedInstanceUsageResponse
1972
1972
  * @throws OciError when an error occurs
1973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
1973
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
1974
1974
  */
1975
1975
  summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest) {
1976
1976
  return __awaiter(this, void 0, void 0, function* () {
@@ -2051,7 +2051,7 @@ class JavaManagementServiceClient {
2051
2051
  * @param SummarizeResourceInventoryRequest
2052
2052
  * @return SummarizeResourceInventoryResponse
2053
2053
  * @throws OciError when an error occurs
2054
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
2054
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
2055
2055
  */
2056
2056
  summarizeResourceInventory(summarizeResourceInventoryRequest) {
2057
2057
  return __awaiter(this, void 0, void 0, function* () {
@@ -2111,7 +2111,7 @@ class JavaManagementServiceClient {
2111
2111
  * @param UpdateFleetRequest
2112
2112
  * @return UpdateFleetResponse
2113
2113
  * @throws OciError when an error occurs
2114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
2114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
2115
2115
  */
2116
2116
  updateFleet(updateFleetRequest) {
2117
2117
  return __awaiter(this, void 0, void 0, function* () {
@@ -2172,7 +2172,7 @@ class JavaManagementServiceClient {
2172
2172
  * @param UpdateFleetAgentConfigurationRequest
2173
2173
  * @return UpdateFleetAgentConfigurationResponse
2174
2174
  * @throws OciError when an error occurs
2175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
2175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
2176
2176
  */
2177
2177
  updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest) {
2178
2178
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSitesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSitesRequest.
17
17
  */
18
18
  export interface AddFleetInstallationSitesRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeFleetCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklistRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklistRequest.
17
17
  */
18
18
  export interface CreateBlocklistRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleetRequest.
17
17
  */
18
18
  export interface CreateFleetRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklistRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklistRequest.
16
16
  */
17
17
  export interface DeleteBlocklistRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleetRequest.
16
16
  */
17
17
  export interface DeleteFleetRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScriptRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScriptRequest.
17
17
  */
18
18
  export interface GenerateAgentDeployScriptRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfigurationRequest.
16
16
  */
17
17
  export interface GetFleetAgentConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/GetFleet.ts.html |here} to see how to use GetFleetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/GetFleet.ts.html |here} to see how to use GetFleetRequest.
16
16
  */
17
17
  export interface GetFleetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamilyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamilyRequest.
16
16
  */
17
17
  export interface GetJavaFamilyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaReleaseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaReleaseRequest.
16
16
  */
17
17
  export interface GetJavaReleaseRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklistsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklistsRequest.
17
17
  */
18
18
  export interface ListBlocklistsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListFleets.ts.html |here} to see how to use ListFleetsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListFleets.ts.html |here} to see how to use ListFleetsRequest.
17
17
  */
18
18
  export interface ListFleetsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSitesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSitesRequest.
17
17
  */
18
18
  export interface ListInstallationSitesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamiliesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamiliesRequest.
17
17
  */
18
18
  export interface ListJavaFamiliesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleasesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleasesRequest.
17
17
  */
18
18
  export interface ListJavaReleasesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsageRequest.
17
17
  */
18
18
  export interface ListJreUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItemsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItemsRequest.
16
16
  */
17
17
  export interface ListWorkItemsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSitesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSitesRequest.
17
17
  */
18
18
  export interface RemoveFleetInstallationSitesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsageRequest.
17
17
  */
18
18
  export interface SummarizeApplicationUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsageRequest.
17
17
  */
18
18
  export interface SummarizeInstallationUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsageRequest.
17
17
  */
18
18
  export interface SummarizeJreUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsageRequest.
17
17
  */
18
18
  export interface SummarizeManagedInstanceUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventoryRequest.
16
16
  */
17
17
  export interface SummarizeResourceInventoryRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfigurationRequest.
17
17
  */
18
18
  export interface UpdateFleetAgentConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleetRequest.
17
17
  */
18
18
  export interface UpdateFleetRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-jms",
3
- "version": "2.43.0",
3
+ "version": "2.44.0",
4
4
  "description": "OCI NodeJS client for Jms Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.43.0",
19
- "oci-workrequests": "2.43.0"
18
+ "oci-common": "2.44.0",
19
+ "oci-workrequests": "2.44.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"