oci-jms 2.62.2 → 2.63.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 (59) hide show
  1. package/lib/client.d.ts +56 -56
  2. package/lib/client.js +56 -56
  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-crypto-analysis-result-request.d.ts +1 -1
  10. package/lib/request/delete-fleet-request.d.ts +1 -1
  11. package/lib/request/delete-java-migration-analysis-result-request.d.ts +1 -1
  12. package/lib/request/delete-performance-tuning-analysis-result-request.d.ts +1 -1
  13. package/lib/request/generate-agent-deploy-script-request.d.ts +1 -1
  14. package/lib/request/get-crypto-analysis-result-request.d.ts +1 -1
  15. package/lib/request/get-fleet-advanced-feature-configuration-request.d.ts +1 -1
  16. package/lib/request/get-fleet-agent-configuration-request.d.ts +1 -1
  17. package/lib/request/get-fleet-request.d.ts +1 -1
  18. package/lib/request/get-java-family-request.d.ts +1 -1
  19. package/lib/request/get-java-migration-analysis-result-request.d.ts +1 -1
  20. package/lib/request/get-java-release-request.d.ts +1 -1
  21. package/lib/request/get-performance-tuning-analysis-result-request.d.ts +1 -1
  22. package/lib/request/get-work-request-request.d.ts +1 -1
  23. package/lib/request/list-announcements-request.d.ts +1 -1
  24. package/lib/request/list-blocklists-request.d.ts +1 -1
  25. package/lib/request/list-crypto-analysis-results-request.d.ts +1 -1
  26. package/lib/request/list-fleet-diagnoses-request.d.ts +1 -1
  27. package/lib/request/list-fleets-request.d.ts +1 -1
  28. package/lib/request/list-installation-sites-request.d.ts +1 -1
  29. package/lib/request/list-java-families-request.d.ts +1 -1
  30. package/lib/request/list-java-migration-analysis-results-request.d.ts +1 -1
  31. package/lib/request/list-java-releases-request.d.ts +1 -1
  32. package/lib/request/list-jre-usage-request.d.ts +1 -1
  33. package/lib/request/list-performance-tuning-analysis-results-request.d.ts +1 -1
  34. package/lib/request/list-work-items-request.d.ts +1 -1
  35. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  36. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  37. package/lib/request/list-work-requests-request.d.ts +1 -1
  38. package/lib/request/remove-fleet-installation-sites-request.d.ts +1 -1
  39. package/lib/request/request-crypto-analyses-request.d.ts +1 -1
  40. package/lib/request/request-java-migration-analyses-request.d.ts +1 -1
  41. package/lib/request/request-jfr-recordings-request.d.ts +1 -1
  42. package/lib/request/request-performance-tuning-analyses-request.d.ts +1 -1
  43. package/lib/request/scan-java-server-usage-request.d.ts +1 -1
  44. package/lib/request/scan-library-usage-request.d.ts +1 -1
  45. package/lib/request/summarize-application-installation-usage-request.d.ts +1 -1
  46. package/lib/request/summarize-application-usage-request.d.ts +1 -1
  47. package/lib/request/summarize-deployed-application-installation-usage-request.d.ts +1 -1
  48. package/lib/request/summarize-deployed-application-usage-request.d.ts +1 -1
  49. package/lib/request/summarize-installation-usage-request.d.ts +1 -1
  50. package/lib/request/summarize-java-server-instance-usage-request.d.ts +1 -1
  51. package/lib/request/summarize-java-server-usage-request.d.ts +1 -1
  52. package/lib/request/summarize-jre-usage-request.d.ts +1 -1
  53. package/lib/request/summarize-library-usage-request.d.ts +1 -1
  54. package/lib/request/summarize-managed-instance-usage-request.d.ts +1 -1
  55. package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
  56. package/lib/request/update-fleet-advanced-feature-configuration-request.d.ts +1 -1
  57. package/lib/request/update-fleet-agent-configuration-request.d.ts +1 -1
  58. package/lib/request/update-fleet-request.d.ts +1 -1
  59. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -179,7 +179,7 @@ class JavaManagementServiceClient {
179
179
  * @param AddFleetInstallationSitesRequest
180
180
  * @return AddFleetInstallationSitesResponse
181
181
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
183
183
  */
184
184
  addFleetInstallationSites(addFleetInstallationSitesRequest) {
185
185
  return __awaiter(this, void 0, void 0, function* () {
@@ -241,7 +241,7 @@ class JavaManagementServiceClient {
241
241
  * @param CancelWorkRequestRequest
242
242
  * @return CancelWorkRequestResponse
243
243
  * @throws OciError when an error occurs
244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
245
245
  */
246
246
  cancelWorkRequest(cancelWorkRequestRequest) {
247
247
  return __awaiter(this, void 0, void 0, function* () {
@@ -297,7 +297,7 @@ class JavaManagementServiceClient {
297
297
  * @param ChangeFleetCompartmentRequest
298
298
  * @return ChangeFleetCompartmentResponse
299
299
  * @throws OciError when an error occurs
300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
301
301
  */
302
302
  changeFleetCompartment(changeFleetCompartmentRequest) {
303
303
  return __awaiter(this, void 0, void 0, function* () {
@@ -360,7 +360,7 @@ class JavaManagementServiceClient {
360
360
  * @param CreateBlocklistRequest
361
361
  * @return CreateBlocklistResponse
362
362
  * @throws OciError when an error occurs
363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
363
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
364
364
  */
365
365
  createBlocklist(createBlocklistRequest) {
366
366
  return __awaiter(this, void 0, void 0, function* () {
@@ -432,7 +432,7 @@ class JavaManagementServiceClient {
432
432
  * @param CreateFleetRequest
433
433
  * @return CreateFleetResponse
434
434
  * @throws OciError when an error occurs
435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
436
436
  */
437
437
  createFleet(createFleetRequest) {
438
438
  return __awaiter(this, void 0, void 0, function* () {
@@ -491,7 +491,7 @@ class JavaManagementServiceClient {
491
491
  * @param DeleteBlocklistRequest
492
492
  * @return DeleteBlocklistResponse
493
493
  * @throws OciError when an error occurs
494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
495
495
  */
496
496
  deleteBlocklist(deleteBlocklistRequest) {
497
497
  return __awaiter(this, void 0, void 0, function* () {
@@ -547,7 +547,7 @@ class JavaManagementServiceClient {
547
547
  * @param DeleteCryptoAnalysisResultRequest
548
548
  * @return DeleteCryptoAnalysisResultResponse
549
549
  * @throws OciError when an error occurs
550
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResult API.
550
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResult API.
551
551
  */
552
552
  deleteCryptoAnalysisResult(deleteCryptoAnalysisResultRequest) {
553
553
  return __awaiter(this, void 0, void 0, function* () {
@@ -608,7 +608,7 @@ class JavaManagementServiceClient {
608
608
  * @param DeleteFleetRequest
609
609
  * @return DeleteFleetResponse
610
610
  * @throws OciError when an error occurs
611
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
611
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
612
612
  */
613
613
  deleteFleet(deleteFleetRequest) {
614
614
  return __awaiter(this, void 0, void 0, function* () {
@@ -668,7 +668,7 @@ class JavaManagementServiceClient {
668
668
  * @param DeleteJavaMigrationAnalysisResultRequest
669
669
  * @return DeleteJavaMigrationAnalysisResultResponse
670
670
  * @throws OciError when an error occurs
671
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/DeleteJavaMigrationAnalysisResult.ts.html |here} to see how to use DeleteJavaMigrationAnalysisResult API.
671
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/DeleteJavaMigrationAnalysisResult.ts.html |here} to see how to use DeleteJavaMigrationAnalysisResult API.
672
672
  */
673
673
  deleteJavaMigrationAnalysisResult(deleteJavaMigrationAnalysisResultRequest) {
674
674
  return __awaiter(this, void 0, void 0, function* () {
@@ -729,7 +729,7 @@ class JavaManagementServiceClient {
729
729
  * @param DeletePerformanceTuningAnalysisResultRequest
730
730
  * @return DeletePerformanceTuningAnalysisResultResponse
731
731
  * @throws OciError when an error occurs
732
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/DeletePerformanceTuningAnalysisResult.ts.html |here} to see how to use DeletePerformanceTuningAnalysisResult API.
732
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/DeletePerformanceTuningAnalysisResult.ts.html |here} to see how to use DeletePerformanceTuningAnalysisResult API.
733
733
  */
734
734
  deletePerformanceTuningAnalysisResult(deletePerformanceTuningAnalysisResultRequest) {
735
735
  return __awaiter(this, void 0, void 0, function* () {
@@ -791,7 +791,7 @@ class JavaManagementServiceClient {
791
791
  * @param GenerateAgentDeployScriptRequest
792
792
  * @return GenerateAgentDeployScriptResponse
793
793
  * @throws OciError when an error occurs
794
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
794
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
795
795
  */
796
796
  generateAgentDeployScript(generateAgentDeployScriptRequest) {
797
797
  return __awaiter(this, void 0, void 0, function* () {
@@ -859,7 +859,7 @@ class JavaManagementServiceClient {
859
859
  * @param GetCryptoAnalysisResultRequest
860
860
  * @return GetCryptoAnalysisResultResponse
861
861
  * @throws OciError when an error occurs
862
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResult API.
862
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResult API.
863
863
  */
864
864
  getCryptoAnalysisResult(getCryptoAnalysisResultRequest) {
865
865
  return __awaiter(this, void 0, void 0, function* () {
@@ -923,7 +923,7 @@ class JavaManagementServiceClient {
923
923
  * @param GetFleetRequest
924
924
  * @return GetFleetResponse
925
925
  * @throws OciError when an error occurs
926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
926
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
927
927
  */
928
928
  getFleet(getFleetRequest) {
929
929
  return __awaiter(this, void 0, void 0, function* () {
@@ -987,7 +987,7 @@ class JavaManagementServiceClient {
987
987
  * @param GetFleetAdvancedFeatureConfigurationRequest
988
988
  * @return GetFleetAdvancedFeatureConfigurationResponse
989
989
  * @throws OciError when an error occurs
990
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfiguration API.
990
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfiguration API.
991
991
  */
992
992
  getFleetAdvancedFeatureConfiguration(getFleetAdvancedFeatureConfigurationRequest) {
993
993
  return __awaiter(this, void 0, void 0, function* () {
@@ -1051,7 +1051,7 @@ class JavaManagementServiceClient {
1051
1051
  * @param GetFleetAgentConfigurationRequest
1052
1052
  * @return GetFleetAgentConfigurationResponse
1053
1053
  * @throws OciError when an error occurs
1054
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
1054
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
1055
1055
  */
1056
1056
  getFleetAgentConfiguration(getFleetAgentConfigurationRequest) {
1057
1057
  return __awaiter(this, void 0, void 0, function* () {
@@ -1115,7 +1115,7 @@ class JavaManagementServiceClient {
1115
1115
  * @param GetJavaFamilyRequest
1116
1116
  * @return GetJavaFamilyResponse
1117
1117
  * @throws OciError when an error occurs
1118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
1118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
1119
1119
  */
1120
1120
  getJavaFamily(getJavaFamilyRequest) {
1121
1121
  return __awaiter(this, void 0, void 0, function* () {
@@ -1173,7 +1173,7 @@ class JavaManagementServiceClient {
1173
1173
  * @param GetJavaMigrationAnalysisResultRequest
1174
1174
  * @return GetJavaMigrationAnalysisResultResponse
1175
1175
  * @throws OciError when an error occurs
1176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetJavaMigrationAnalysisResult.ts.html |here} to see how to use GetJavaMigrationAnalysisResult API.
1176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/GetJavaMigrationAnalysisResult.ts.html |here} to see how to use GetJavaMigrationAnalysisResult API.
1177
1177
  */
1178
1178
  getJavaMigrationAnalysisResult(getJavaMigrationAnalysisResultRequest) {
1179
1179
  return __awaiter(this, void 0, void 0, function* () {
@@ -1237,7 +1237,7 @@ class JavaManagementServiceClient {
1237
1237
  * @param GetJavaReleaseRequest
1238
1238
  * @return GetJavaReleaseResponse
1239
1239
  * @throws OciError when an error occurs
1240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
1240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
1241
1241
  */
1242
1242
  getJavaRelease(getJavaReleaseRequest) {
1243
1243
  return __awaiter(this, void 0, void 0, function* () {
@@ -1295,7 +1295,7 @@ class JavaManagementServiceClient {
1295
1295
  * @param GetPerformanceTuningAnalysisResultRequest
1296
1296
  * @return GetPerformanceTuningAnalysisResultResponse
1297
1297
  * @throws OciError when an error occurs
1298
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetPerformanceTuningAnalysisResult.ts.html |here} to see how to use GetPerformanceTuningAnalysisResult API.
1298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/GetPerformanceTuningAnalysisResult.ts.html |here} to see how to use GetPerformanceTuningAnalysisResult API.
1299
1299
  */
1300
1300
  getPerformanceTuningAnalysisResult(getPerformanceTuningAnalysisResultRequest) {
1301
1301
  return __awaiter(this, void 0, void 0, function* () {
@@ -1359,7 +1359,7 @@ class JavaManagementServiceClient {
1359
1359
  * @param GetWorkRequestRequest
1360
1360
  * @return GetWorkRequestResponse
1361
1361
  * @throws OciError when an error occurs
1362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1363
1363
  */
1364
1364
  getWorkRequest(getWorkRequestRequest) {
1365
1365
  return __awaiter(this, void 0, void 0, function* () {
@@ -1427,7 +1427,7 @@ class JavaManagementServiceClient {
1427
1427
  * @param ListAnnouncementsRequest
1428
1428
  * @return ListAnnouncementsResponse
1429
1429
  * @throws OciError when an error occurs
1430
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListAnnouncements.ts.html |here} to see how to use ListAnnouncements API.
1430
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/ListAnnouncements.ts.html |here} to see how to use ListAnnouncements API.
1431
1431
  */
1432
1432
  listAnnouncements(listAnnouncementsRequest) {
1433
1433
  return __awaiter(this, void 0, void 0, function* () {
@@ -1497,7 +1497,7 @@ class JavaManagementServiceClient {
1497
1497
  * @param ListBlocklistsRequest
1498
1498
  * @return ListBlocklistsResponse
1499
1499
  * @throws OciError when an error occurs
1500
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
1500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
1501
1501
  */
1502
1502
  listBlocklists(listBlocklistsRequest) {
1503
1503
  return __awaiter(this, void 0, void 0, function* () {
@@ -1567,7 +1567,7 @@ class JavaManagementServiceClient {
1567
1567
  * @param ListCryptoAnalysisResultsRequest
1568
1568
  * @return ListCryptoAnalysisResultsResponse
1569
1569
  * @throws OciError when an error occurs
1570
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResults API.
1570
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResults API.
1571
1571
  */
1572
1572
  listCryptoAnalysisResults(listCryptoAnalysisResultsRequest) {
1573
1573
  return __awaiter(this, void 0, void 0, function* () {
@@ -1640,7 +1640,7 @@ class JavaManagementServiceClient {
1640
1640
  * @param ListFleetDiagnosesRequest
1641
1641
  * @return ListFleetDiagnosesResponse
1642
1642
  * @throws OciError when an error occurs
1643
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListFleetDiagnoses.ts.html |here} to see how to use ListFleetDiagnoses API.
1643
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/ListFleetDiagnoses.ts.html |here} to see how to use ListFleetDiagnoses API.
1644
1644
  */
1645
1645
  listFleetDiagnoses(listFleetDiagnosesRequest) {
1646
1646
  return __awaiter(this, void 0, void 0, function* () {
@@ -1708,7 +1708,7 @@ class JavaManagementServiceClient {
1708
1708
  * @param ListFleetsRequest
1709
1709
  * @return ListFleetsResponse
1710
1710
  * @throws OciError when an error occurs
1711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
1711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
1712
1712
  */
1713
1713
  listFleets(listFleetsRequest) {
1714
1714
  return __awaiter(this, void 0, void 0, function* () {
@@ -1779,7 +1779,7 @@ class JavaManagementServiceClient {
1779
1779
  * @param ListInstallationSitesRequest
1780
1780
  * @return ListInstallationSitesResponse
1781
1781
  * @throws OciError when an error occurs
1782
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
1782
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
1783
1783
  */
1784
1784
  listInstallationSites(listInstallationSitesRequest) {
1785
1785
  return __awaiter(this, void 0, void 0, function* () {
@@ -1860,7 +1860,7 @@ class JavaManagementServiceClient {
1860
1860
  * @param ListJavaFamiliesRequest
1861
1861
  * @return ListJavaFamiliesResponse
1862
1862
  * @throws OciError when an error occurs
1863
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
1863
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
1864
1864
  */
1865
1865
  listJavaFamilies(listJavaFamiliesRequest) {
1866
1866
  return __awaiter(this, void 0, void 0, function* () {
@@ -1928,7 +1928,7 @@ class JavaManagementServiceClient {
1928
1928
  * @param ListJavaMigrationAnalysisResultsRequest
1929
1929
  * @return ListJavaMigrationAnalysisResultsResponse
1930
1930
  * @throws OciError when an error occurs
1931
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListJavaMigrationAnalysisResults.ts.html |here} to see how to use ListJavaMigrationAnalysisResults API.
1931
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/ListJavaMigrationAnalysisResults.ts.html |here} to see how to use ListJavaMigrationAnalysisResults API.
1932
1932
  */
1933
1933
  listJavaMigrationAnalysisResults(listJavaMigrationAnalysisResultsRequest) {
1934
1934
  return __awaiter(this, void 0, void 0, function* () {
@@ -2000,7 +2000,7 @@ class JavaManagementServiceClient {
2000
2000
  * @param ListJavaReleasesRequest
2001
2001
  * @return ListJavaReleasesResponse
2002
2002
  * @throws OciError when an error occurs
2003
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
2003
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
2004
2004
  */
2005
2005
  listJavaReleases(listJavaReleasesRequest) {
2006
2006
  return __awaiter(this, void 0, void 0, function* () {
@@ -2071,7 +2071,7 @@ class JavaManagementServiceClient {
2071
2071
  * @param ListJreUsageRequest
2072
2072
  * @return ListJreUsageResponse
2073
2073
  * @throws OciError when an error occurs
2074
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
2074
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
2075
2075
  */
2076
2076
  listJreUsage(listJreUsageRequest) {
2077
2077
  return __awaiter(this, void 0, void 0, function* () {
@@ -2143,7 +2143,7 @@ class JavaManagementServiceClient {
2143
2143
  * @param ListPerformanceTuningAnalysisResultsRequest
2144
2144
  * @return ListPerformanceTuningAnalysisResultsResponse
2145
2145
  * @throws OciError when an error occurs
2146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListPerformanceTuningAnalysisResults.ts.html |here} to see how to use ListPerformanceTuningAnalysisResults API.
2146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/ListPerformanceTuningAnalysisResults.ts.html |here} to see how to use ListPerformanceTuningAnalysisResults API.
2147
2147
  */
2148
2148
  listPerformanceTuningAnalysisResults(listPerformanceTuningAnalysisResultsRequest) {
2149
2149
  return __awaiter(this, void 0, void 0, function* () {
@@ -2216,7 +2216,7 @@ class JavaManagementServiceClient {
2216
2216
  * @param ListWorkItemsRequest
2217
2217
  * @return ListWorkItemsResponse
2218
2218
  * @throws OciError when an error occurs
2219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
2219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
2220
2220
  */
2221
2221
  listWorkItems(listWorkItemsRequest) {
2222
2222
  return __awaiter(this, void 0, void 0, function* () {
@@ -2283,7 +2283,7 @@ class JavaManagementServiceClient {
2283
2283
  * @param ListWorkRequestErrorsRequest
2284
2284
  * @return ListWorkRequestErrorsResponse
2285
2285
  * @throws OciError when an error occurs
2286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2287
2287
  */
2288
2288
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2289
2289
  return __awaiter(this, void 0, void 0, function* () {
@@ -2350,7 +2350,7 @@ class JavaManagementServiceClient {
2350
2350
  * @param ListWorkRequestLogsRequest
2351
2351
  * @return ListWorkRequestLogsResponse
2352
2352
  * @throws OciError when an error occurs
2353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2354
2354
  */
2355
2355
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2356
2356
  return __awaiter(this, void 0, void 0, function* () {
@@ -2417,7 +2417,7 @@ class JavaManagementServiceClient {
2417
2417
  * @param ListWorkRequestsRequest
2418
2418
  * @return ListWorkRequestsResponse
2419
2419
  * @throws OciError when an error occurs
2420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2420
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2421
2421
  */
2422
2422
  listWorkRequests(listWorkRequestsRequest) {
2423
2423
  return __awaiter(this, void 0, void 0, function* () {
@@ -2484,7 +2484,7 @@ class JavaManagementServiceClient {
2484
2484
  * @param RemoveFleetInstallationSitesRequest
2485
2485
  * @return RemoveFleetInstallationSitesResponse
2486
2486
  * @throws OciError when an error occurs
2487
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
2487
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
2488
2488
  */
2489
2489
  removeFleetInstallationSites(removeFleetInstallationSitesRequest) {
2490
2490
  return __awaiter(this, void 0, void 0, function* () {
@@ -2547,7 +2547,7 @@ class JavaManagementServiceClient {
2547
2547
  * @param RequestCryptoAnalysesRequest
2548
2548
  * @return RequestCryptoAnalysesResponse
2549
2549
  * @throws OciError when an error occurs
2550
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalyses API.
2550
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalyses API.
2551
2551
  */
2552
2552
  requestCryptoAnalyses(requestCryptoAnalysesRequest) {
2553
2553
  return __awaiter(this, void 0, void 0, function* () {
@@ -2609,7 +2609,7 @@ class JavaManagementServiceClient {
2609
2609
  * @param RequestJavaMigrationAnalysesRequest
2610
2610
  * @return RequestJavaMigrationAnalysesResponse
2611
2611
  * @throws OciError when an error occurs
2612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/RequestJavaMigrationAnalyses.ts.html |here} to see how to use RequestJavaMigrationAnalyses API.
2612
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/RequestJavaMigrationAnalyses.ts.html |here} to see how to use RequestJavaMigrationAnalyses API.
2613
2613
  */
2614
2614
  requestJavaMigrationAnalyses(requestJavaMigrationAnalysesRequest) {
2615
2615
  return __awaiter(this, void 0, void 0, function* () {
@@ -2670,7 +2670,7 @@ class JavaManagementServiceClient {
2670
2670
  * @param RequestJfrRecordingsRequest
2671
2671
  * @return RequestJfrRecordingsResponse
2672
2672
  * @throws OciError when an error occurs
2673
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordings API.
2673
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordings API.
2674
2674
  */
2675
2675
  requestJfrRecordings(requestJfrRecordingsRequest) {
2676
2676
  return __awaiter(this, void 0, void 0, function* () {
@@ -2732,7 +2732,7 @@ class JavaManagementServiceClient {
2732
2732
  * @param RequestPerformanceTuningAnalysesRequest
2733
2733
  * @return RequestPerformanceTuningAnalysesResponse
2734
2734
  * @throws OciError when an error occurs
2735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/RequestPerformanceTuningAnalyses.ts.html |here} to see how to use RequestPerformanceTuningAnalyses API.
2735
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/RequestPerformanceTuningAnalyses.ts.html |here} to see how to use RequestPerformanceTuningAnalyses API.
2736
2736
  */
2737
2737
  requestPerformanceTuningAnalyses(requestPerformanceTuningAnalysesRequest) {
2738
2738
  return __awaiter(this, void 0, void 0, function* () {
@@ -2792,7 +2792,7 @@ class JavaManagementServiceClient {
2792
2792
  * @param ScanJavaServerUsageRequest
2793
2793
  * @return ScanJavaServerUsageResponse
2794
2794
  * @throws OciError when an error occurs
2795
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsage API.
2795
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsage API.
2796
2796
  */
2797
2797
  scanJavaServerUsage(scanJavaServerUsageRequest) {
2798
2798
  return __awaiter(this, void 0, void 0, function* () {
@@ -2854,7 +2854,7 @@ class JavaManagementServiceClient {
2854
2854
  * @param ScanLibraryUsageRequest
2855
2855
  * @return ScanLibraryUsageResponse
2856
2856
  * @throws OciError when an error occurs
2857
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsage API.
2857
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsage API.
2858
2858
  */
2859
2859
  scanLibraryUsage(scanLibraryUsageRequest) {
2860
2860
  return __awaiter(this, void 0, void 0, function* () {
@@ -2917,7 +2917,7 @@ class JavaManagementServiceClient {
2917
2917
  * @param SummarizeApplicationInstallationUsageRequest
2918
2918
  * @return SummarizeApplicationInstallationUsageResponse
2919
2919
  * @throws OciError when an error occurs
2920
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeApplicationInstallationUsage.ts.html |here} to see how to use SummarizeApplicationInstallationUsage API.
2920
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/SummarizeApplicationInstallationUsage.ts.html |here} to see how to use SummarizeApplicationInstallationUsage API.
2921
2921
  */
2922
2922
  summarizeApplicationInstallationUsage(summarizeApplicationInstallationUsageRequest) {
2923
2923
  return __awaiter(this, void 0, void 0, function* () {
@@ -3000,7 +3000,7 @@ class JavaManagementServiceClient {
3000
3000
  * @param SummarizeApplicationUsageRequest
3001
3001
  * @return SummarizeApplicationUsageResponse
3002
3002
  * @throws OciError when an error occurs
3003
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
3003
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
3004
3004
  */
3005
3005
  summarizeApplicationUsage(summarizeApplicationUsageRequest) {
3006
3006
  return __awaiter(this, void 0, void 0, function* () {
@@ -3083,7 +3083,7 @@ class JavaManagementServiceClient {
3083
3083
  * @param SummarizeDeployedApplicationInstallationUsageRequest
3084
3084
  * @return SummarizeDeployedApplicationInstallationUsageResponse
3085
3085
  * @throws OciError when an error occurs
3086
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeDeployedApplicationInstallationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationInstallationUsage API.
3086
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/SummarizeDeployedApplicationInstallationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationInstallationUsage API.
3087
3087
  */
3088
3088
  summarizeDeployedApplicationInstallationUsage(summarizeDeployedApplicationInstallationUsageRequest) {
3089
3089
  return __awaiter(this, void 0, void 0, function* () {
@@ -3163,7 +3163,7 @@ class JavaManagementServiceClient {
3163
3163
  * @param SummarizeDeployedApplicationUsageRequest
3164
3164
  * @return SummarizeDeployedApplicationUsageResponse
3165
3165
  * @throws OciError when an error occurs
3166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsage API.
3166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsage API.
3167
3167
  */
3168
3168
  summarizeDeployedApplicationUsage(summarizeDeployedApplicationUsageRequest) {
3169
3169
  return __awaiter(this, void 0, void 0, function* () {
@@ -3240,7 +3240,7 @@ class JavaManagementServiceClient {
3240
3240
  * @param SummarizeInstallationUsageRequest
3241
3241
  * @return SummarizeInstallationUsageResponse
3242
3242
  * @throws OciError when an error occurs
3243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
3243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
3244
3244
  */
3245
3245
  summarizeInstallationUsage(summarizeInstallationUsageRequest) {
3246
3246
  return __awaiter(this, void 0, void 0, function* () {
@@ -3320,7 +3320,7 @@ class JavaManagementServiceClient {
3320
3320
  * @param SummarizeJavaServerInstanceUsageRequest
3321
3321
  * @return SummarizeJavaServerInstanceUsageResponse
3322
3322
  * @throws OciError when an error occurs
3323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsage API.
3323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsage API.
3324
3324
  */
3325
3325
  summarizeJavaServerInstanceUsage(summarizeJavaServerInstanceUsageRequest) {
3326
3326
  return __awaiter(this, void 0, void 0, function* () {
@@ -3398,7 +3398,7 @@ class JavaManagementServiceClient {
3398
3398
  * @param SummarizeJavaServerUsageRequest
3399
3399
  * @return SummarizeJavaServerUsageResponse
3400
3400
  * @throws OciError when an error occurs
3401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsage API.
3401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsage API.
3402
3402
  */
3403
3403
  summarizeJavaServerUsage(summarizeJavaServerUsageRequest) {
3404
3404
  return __awaiter(this, void 0, void 0, function* () {
@@ -3472,7 +3472,7 @@ class JavaManagementServiceClient {
3472
3472
  * @param SummarizeJreUsageRequest
3473
3473
  * @return SummarizeJreUsageResponse
3474
3474
  * @throws OciError when an error occurs
3475
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
3475
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
3476
3476
  */
3477
3477
  summarizeJreUsage(summarizeJreUsageRequest) {
3478
3478
  return __awaiter(this, void 0, void 0, function* () {
@@ -3552,7 +3552,7 @@ class JavaManagementServiceClient {
3552
3552
  * @param SummarizeLibraryUsageRequest
3553
3553
  * @return SummarizeLibraryUsageResponse
3554
3554
  * @throws OciError when an error occurs
3555
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsage API.
3555
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsage API.
3556
3556
  */
3557
3557
  summarizeLibraryUsage(summarizeLibraryUsageRequest) {
3558
3558
  return __awaiter(this, void 0, void 0, function* () {
@@ -3628,7 +3628,7 @@ class JavaManagementServiceClient {
3628
3628
  * @param SummarizeManagedInstanceUsageRequest
3629
3629
  * @return SummarizeManagedInstanceUsageResponse
3630
3630
  * @throws OciError when an error occurs
3631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
3631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
3632
3632
  */
3633
3633
  summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest) {
3634
3634
  return __awaiter(this, void 0, void 0, function* () {
@@ -3710,7 +3710,7 @@ class JavaManagementServiceClient {
3710
3710
  * @param SummarizeResourceInventoryRequest
3711
3711
  * @return SummarizeResourceInventoryResponse
3712
3712
  * @throws OciError when an error occurs
3713
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
3713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
3714
3714
  */
3715
3715
  summarizeResourceInventory(summarizeResourceInventoryRequest) {
3716
3716
  return __awaiter(this, void 0, void 0, function* () {
@@ -3770,7 +3770,7 @@ class JavaManagementServiceClient {
3770
3770
  * @param UpdateFleetRequest
3771
3771
  * @return UpdateFleetResponse
3772
3772
  * @throws OciError when an error occurs
3773
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
3773
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
3774
3774
  */
3775
3775
  updateFleet(updateFleetRequest) {
3776
3776
  return __awaiter(this, void 0, void 0, function* () {
@@ -3833,7 +3833,7 @@ class JavaManagementServiceClient {
3833
3833
  * @param UpdateFleetAdvancedFeatureConfigurationRequest
3834
3834
  * @return UpdateFleetAdvancedFeatureConfigurationResponse
3835
3835
  * @throws OciError when an error occurs
3836
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfiguration API.
3836
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfiguration API.
3837
3837
  */
3838
3838
  updateFleetAdvancedFeatureConfiguration(updateFleetAdvancedFeatureConfigurationRequest) {
3839
3839
  return __awaiter(this, void 0, void 0, function* () {
@@ -3899,7 +3899,7 @@ class JavaManagementServiceClient {
3899
3899
  * @param UpdateFleetAgentConfigurationRequest
3900
3900
  * @return UpdateFleetAgentConfigurationResponse
3901
3901
  * @throws OciError when an error occurs
3902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
3902
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
3903
3903
  */
3904
3904
  updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest) {
3905
3905
  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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResultRequest.
16
16
  */
17
17
  export interface DeleteCryptoAnalysisResultRequest 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.62.2/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.63.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleetRequest.
16
16
  */
17
17
  export interface DeleteFleetRequest 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.62.2/jms/DeleteJavaMigrationAnalysisResult.ts.html |here} to see how to use DeleteJavaMigrationAnalysisResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/DeleteJavaMigrationAnalysisResult.ts.html |here} to see how to use DeleteJavaMigrationAnalysisResultRequest.
16
16
  */
17
17
  export interface DeleteJavaMigrationAnalysisResultRequest 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.62.2/jms/DeletePerformanceTuningAnalysisResult.ts.html |here} to see how to use DeletePerformanceTuningAnalysisResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/jms/DeletePerformanceTuningAnalysisResult.ts.html |here} to see how to use DeletePerformanceTuningAnalysisResultRequest.
16
16
  */
17
17
  export interface DeletePerformanceTuningAnalysisResultRequest 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.62.2/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.63.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScriptRequest.
17
17
  */
18
18
  export interface GenerateAgentDeployScriptRequest extends common.BaseRequest {
19
19
  /**