oci-jms 2.84.0 → 2.85.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 (70) hide show
  1. package/lib/client.d.ts +70 -66
  2. package/lib/client.js +72 -66
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/add-fleet-installation-sites-request.d.ts +1 -1
  5. package/lib/request/cancel-work-request-request.d.ts +1 -1
  6. package/lib/request/change-fleet-compartment-request.d.ts +1 -1
  7. package/lib/request/create-blocklist-request.d.ts +1 -1
  8. package/lib/request/create-drs-file-request.d.ts +1 -1
  9. package/lib/request/create-fleet-request.d.ts +1 -1
  10. package/lib/request/delete-blocklist-request.d.ts +1 -1
  11. package/lib/request/delete-crypto-analysis-result-request.d.ts +1 -1
  12. package/lib/request/delete-drs-file-request.d.ts +1 -1
  13. package/lib/request/delete-fleet-request.d.ts +1 -1
  14. package/lib/request/delete-java-migration-analysis-result-request.d.ts +1 -1
  15. package/lib/request/delete-performance-tuning-analysis-result-request.d.ts +1 -1
  16. package/lib/request/disable-drs-request.d.ts +1 -1
  17. package/lib/request/enable-drs-request.d.ts +1 -1
  18. package/lib/request/generate-agent-deploy-script-request.d.ts +1 -1
  19. package/lib/request/get-crypto-analysis-result-request.d.ts +1 -1
  20. package/lib/request/get-drs-file-request.d.ts +1 -1
  21. package/lib/request/get-export-setting-request.d.ts +1 -1
  22. package/lib/request/get-export-status-request.d.ts +1 -1
  23. package/lib/request/get-fleet-advanced-feature-configuration-request.d.ts +1 -1
  24. package/lib/request/get-fleet-agent-configuration-request.d.ts +1 -1
  25. package/lib/request/get-fleet-request.d.ts +1 -1
  26. package/lib/request/get-java-family-request.d.ts +1 -1
  27. package/lib/request/get-java-migration-analysis-result-request.d.ts +1 -1
  28. package/lib/request/get-java-release-request.d.ts +1 -1
  29. package/lib/request/get-performance-tuning-analysis-result-request.d.ts +1 -1
  30. package/lib/request/get-work-request-request.d.ts +1 -1
  31. package/lib/request/list-announcements-request.d.ts +1 -1
  32. package/lib/request/list-blocklists-request.d.ts +1 -1
  33. package/lib/request/list-crypto-analysis-results-request.d.ts +1 -1
  34. package/lib/request/list-drs-files-request.d.ts +1 -1
  35. package/lib/request/list-fleet-diagnoses-request.d.ts +1 -1
  36. package/lib/request/list-fleets-request.d.ts +1 -1
  37. package/lib/request/list-installation-sites-request.d.ts +1 -1
  38. package/lib/request/list-java-families-request.d.ts +1 -1
  39. package/lib/request/list-java-migration-analysis-results-request.d.ts +1 -1
  40. package/lib/request/list-java-releases-request.d.ts +1 -1
  41. package/lib/request/list-jre-usage-request.d.ts +1 -1
  42. package/lib/request/list-performance-tuning-analysis-results-request.d.ts +1 -1
  43. package/lib/request/list-work-items-request.d.ts +1 -1
  44. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  45. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  46. package/lib/request/list-work-requests-request.d.ts +1 -1
  47. package/lib/request/remove-fleet-installation-sites-request.d.ts +1 -1
  48. package/lib/request/request-crypto-analyses-request.d.ts +1 -1
  49. package/lib/request/request-java-migration-analyses-request.d.ts +1 -1
  50. package/lib/request/request-jfr-recordings-request.d.ts +1 -1
  51. package/lib/request/request-performance-tuning-analyses-request.d.ts +1 -1
  52. package/lib/request/scan-java-server-usage-request.d.ts +1 -1
  53. package/lib/request/scan-library-usage-request.d.ts +1 -1
  54. package/lib/request/summarize-application-installation-usage-request.d.ts +1 -1
  55. package/lib/request/summarize-application-usage-request.d.ts +1 -1
  56. package/lib/request/summarize-deployed-application-installation-usage-request.d.ts +1 -1
  57. package/lib/request/summarize-deployed-application-usage-request.d.ts +1 -1
  58. package/lib/request/summarize-installation-usage-request.d.ts +1 -1
  59. package/lib/request/summarize-java-server-instance-usage-request.d.ts +1 -1
  60. package/lib/request/summarize-java-server-usage-request.d.ts +1 -1
  61. package/lib/request/summarize-jre-usage-request.d.ts +1 -1
  62. package/lib/request/summarize-library-usage-request.d.ts +1 -1
  63. package/lib/request/summarize-managed-instance-usage-request.d.ts +1 -1
  64. package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
  65. package/lib/request/update-drs-file-request.d.ts +1 -1
  66. package/lib/request/update-export-setting-request.d.ts +1 -1
  67. package/lib/request/update-fleet-advanced-feature-configuration-request.d.ts +1 -1
  68. package/lib/request/update-fleet-agent-configuration-request.d.ts +1 -1
  69. package/lib/request/update-fleet-request.d.ts +1 -1
  70. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -190,13 +190,19 @@ class JavaManagementServiceClient {
190
190
  this._circuitBreaker.shutdown();
191
191
  }
192
192
  }
193
+ /**
194
+ * Close the client once it is no longer needed
195
+ */
196
+ close() {
197
+ this.shutdownCircuitBreaker();
198
+ }
193
199
  /**
194
200
  * Add Java installation sites in a Fleet.
195
201
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
196
202
  * @param AddFleetInstallationSitesRequest
197
203
  * @return AddFleetInstallationSitesResponse
198
204
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
200
206
  */
201
207
  addFleetInstallationSites(addFleetInstallationSitesRequest) {
202
208
  return __awaiter(this, void 0, void 0, function* () {
@@ -258,7 +264,7 @@ class JavaManagementServiceClient {
258
264
  * @param CancelWorkRequestRequest
259
265
  * @return CancelWorkRequestResponse
260
266
  * @throws OciError when an error occurs
261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
262
268
  */
263
269
  cancelWorkRequest(cancelWorkRequestRequest) {
264
270
  return __awaiter(this, void 0, void 0, function* () {
@@ -314,7 +320,7 @@ class JavaManagementServiceClient {
314
320
  * @param ChangeFleetCompartmentRequest
315
321
  * @return ChangeFleetCompartmentResponse
316
322
  * @throws OciError when an error occurs
317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
318
324
  */
319
325
  changeFleetCompartment(changeFleetCompartmentRequest) {
320
326
  return __awaiter(this, void 0, void 0, function* () {
@@ -377,7 +383,7 @@ class JavaManagementServiceClient {
377
383
  * @param CreateBlocklistRequest
378
384
  * @return CreateBlocklistResponse
379
385
  * @throws OciError when an error occurs
380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
386
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
381
387
  */
382
388
  createBlocklist(createBlocklistRequest) {
383
389
  return __awaiter(this, void 0, void 0, function* () {
@@ -443,7 +449,7 @@ class JavaManagementServiceClient {
443
449
  * @param CreateDrsFileRequest
444
450
  * @return CreateDrsFileResponse
445
451
  * @throws OciError when an error occurs
446
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/CreateDrsFile.ts.html |here} to see how to use CreateDrsFile API.
452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/CreateDrsFile.ts.html |here} to see how to use CreateDrsFile API.
447
453
  */
448
454
  createDrsFile(createDrsFileRequest) {
449
455
  return __awaiter(this, void 0, void 0, function* () {
@@ -512,7 +518,7 @@ class JavaManagementServiceClient {
512
518
  * @param CreateFleetRequest
513
519
  * @return CreateFleetResponse
514
520
  * @throws OciError when an error occurs
515
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
521
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
516
522
  */
517
523
  createFleet(createFleetRequest) {
518
524
  return __awaiter(this, void 0, void 0, function* () {
@@ -571,7 +577,7 @@ class JavaManagementServiceClient {
571
577
  * @param DeleteBlocklistRequest
572
578
  * @return DeleteBlocklistResponse
573
579
  * @throws OciError when an error occurs
574
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
575
581
  */
576
582
  deleteBlocklist(deleteBlocklistRequest) {
577
583
  return __awaiter(this, void 0, void 0, function* () {
@@ -627,7 +633,7 @@ class JavaManagementServiceClient {
627
633
  * @param DeleteCryptoAnalysisResultRequest
628
634
  * @return DeleteCryptoAnalysisResultResponse
629
635
  * @throws OciError when an error occurs
630
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResult API.
636
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResult API.
631
637
  */
632
638
  deleteCryptoAnalysisResult(deleteCryptoAnalysisResultRequest) {
633
639
  return __awaiter(this, void 0, void 0, function* () {
@@ -689,7 +695,7 @@ class JavaManagementServiceClient {
689
695
  * @param DeleteDrsFileRequest
690
696
  * @return DeleteDrsFileResponse
691
697
  * @throws OciError when an error occurs
692
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/DeleteDrsFile.ts.html |here} to see how to use DeleteDrsFile API.
698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/DeleteDrsFile.ts.html |here} to see how to use DeleteDrsFile API.
693
699
  */
694
700
  deleteDrsFile(deleteDrsFileRequest) {
695
701
  return __awaiter(this, void 0, void 0, function* () {
@@ -750,7 +756,7 @@ class JavaManagementServiceClient {
750
756
  * @param DeleteFleetRequest
751
757
  * @return DeleteFleetResponse
752
758
  * @throws OciError when an error occurs
753
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
759
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
754
760
  */
755
761
  deleteFleet(deleteFleetRequest) {
756
762
  return __awaiter(this, void 0, void 0, function* () {
@@ -810,7 +816,7 @@ class JavaManagementServiceClient {
810
816
  * @param DeleteJavaMigrationAnalysisResultRequest
811
817
  * @return DeleteJavaMigrationAnalysisResultResponse
812
818
  * @throws OciError when an error occurs
813
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/DeleteJavaMigrationAnalysisResult.ts.html |here} to see how to use DeleteJavaMigrationAnalysisResult API.
819
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/DeleteJavaMigrationAnalysisResult.ts.html |here} to see how to use DeleteJavaMigrationAnalysisResult API.
814
820
  */
815
821
  deleteJavaMigrationAnalysisResult(deleteJavaMigrationAnalysisResultRequest) {
816
822
  return __awaiter(this, void 0, void 0, function* () {
@@ -871,7 +877,7 @@ class JavaManagementServiceClient {
871
877
  * @param DeletePerformanceTuningAnalysisResultRequest
872
878
  * @return DeletePerformanceTuningAnalysisResultResponse
873
879
  * @throws OciError when an error occurs
874
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/DeletePerformanceTuningAnalysisResult.ts.html |here} to see how to use DeletePerformanceTuningAnalysisResult API.
880
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/DeletePerformanceTuningAnalysisResult.ts.html |here} to see how to use DeletePerformanceTuningAnalysisResult API.
875
881
  */
876
882
  deletePerformanceTuningAnalysisResult(deletePerformanceTuningAnalysisResultRequest) {
877
883
  return __awaiter(this, void 0, void 0, function* () {
@@ -933,7 +939,7 @@ class JavaManagementServiceClient {
933
939
  * @param DisableDrsRequest
934
940
  * @return DisableDrsResponse
935
941
  * @throws OciError when an error occurs
936
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/DisableDrs.ts.html |here} to see how to use DisableDrs API.
942
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/DisableDrs.ts.html |here} to see how to use DisableDrs API.
937
943
  */
938
944
  disableDrs(disableDrsRequest) {
939
945
  return __awaiter(this, void 0, void 0, function* () {
@@ -996,7 +1002,7 @@ class JavaManagementServiceClient {
996
1002
  * @param EnableDrsRequest
997
1003
  * @return EnableDrsResponse
998
1004
  * @throws OciError when an error occurs
999
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/EnableDrs.ts.html |here} to see how to use EnableDrs API.
1005
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/EnableDrs.ts.html |here} to see how to use EnableDrs API.
1000
1006
  */
1001
1007
  enableDrs(enableDrsRequest) {
1002
1008
  return __awaiter(this, void 0, void 0, function* () {
@@ -1059,7 +1065,7 @@ class JavaManagementServiceClient {
1059
1065
  * @param GenerateAgentDeployScriptRequest
1060
1066
  * @return GenerateAgentDeployScriptResponse
1061
1067
  * @throws OciError when an error occurs
1062
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
1068
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
1063
1069
  */
1064
1070
  generateAgentDeployScript(generateAgentDeployScriptRequest) {
1065
1071
  return __awaiter(this, void 0, void 0, function* () {
@@ -1127,7 +1133,7 @@ class JavaManagementServiceClient {
1127
1133
  * @param GetCryptoAnalysisResultRequest
1128
1134
  * @return GetCryptoAnalysisResultResponse
1129
1135
  * @throws OciError when an error occurs
1130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResult API.
1136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResult API.
1131
1137
  */
1132
1138
  getCryptoAnalysisResult(getCryptoAnalysisResultRequest) {
1133
1139
  return __awaiter(this, void 0, void 0, function* () {
@@ -1191,7 +1197,7 @@ class JavaManagementServiceClient {
1191
1197
  * @param GetDrsFileRequest
1192
1198
  * @return GetDrsFileResponse
1193
1199
  * @throws OciError when an error occurs
1194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/GetDrsFile.ts.html |here} to see how to use GetDrsFile API.
1200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/GetDrsFile.ts.html |here} to see how to use GetDrsFile API.
1195
1201
  */
1196
1202
  getDrsFile(getDrsFileRequest) {
1197
1203
  return __awaiter(this, void 0, void 0, function* () {
@@ -1257,7 +1263,7 @@ class JavaManagementServiceClient {
1257
1263
  * @param GetExportSettingRequest
1258
1264
  * @return GetExportSettingResponse
1259
1265
  * @throws OciError when an error occurs
1260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/GetExportSetting.ts.html |here} to see how to use GetExportSetting API.
1266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/GetExportSetting.ts.html |here} to see how to use GetExportSetting API.
1261
1267
  */
1262
1268
  getExportSetting(getExportSettingRequest) {
1263
1269
  return __awaiter(this, void 0, void 0, function* () {
@@ -1320,7 +1326,7 @@ class JavaManagementServiceClient {
1320
1326
  * @param GetExportStatusRequest
1321
1327
  * @return GetExportStatusResponse
1322
1328
  * @throws OciError when an error occurs
1323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/GetExportStatus.ts.html |here} to see how to use GetExportStatus API.
1329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/GetExportStatus.ts.html |here} to see how to use GetExportStatus API.
1324
1330
  */
1325
1331
  getExportStatus(getExportStatusRequest) {
1326
1332
  return __awaiter(this, void 0, void 0, function* () {
@@ -1383,7 +1389,7 @@ class JavaManagementServiceClient {
1383
1389
  * @param GetFleetRequest
1384
1390
  * @return GetFleetResponse
1385
1391
  * @throws OciError when an error occurs
1386
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
1392
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
1387
1393
  */
1388
1394
  getFleet(getFleetRequest) {
1389
1395
  return __awaiter(this, void 0, void 0, function* () {
@@ -1447,7 +1453,7 @@ class JavaManagementServiceClient {
1447
1453
  * @param GetFleetAdvancedFeatureConfigurationRequest
1448
1454
  * @return GetFleetAdvancedFeatureConfigurationResponse
1449
1455
  * @throws OciError when an error occurs
1450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfiguration API.
1456
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfiguration API.
1451
1457
  */
1452
1458
  getFleetAdvancedFeatureConfiguration(getFleetAdvancedFeatureConfigurationRequest) {
1453
1459
  return __awaiter(this, void 0, void 0, function* () {
@@ -1511,7 +1517,7 @@ class JavaManagementServiceClient {
1511
1517
  * @param GetFleetAgentConfigurationRequest
1512
1518
  * @return GetFleetAgentConfigurationResponse
1513
1519
  * @throws OciError when an error occurs
1514
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
1520
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
1515
1521
  */
1516
1522
  getFleetAgentConfiguration(getFleetAgentConfigurationRequest) {
1517
1523
  return __awaiter(this, void 0, void 0, function* () {
@@ -1575,7 +1581,7 @@ class JavaManagementServiceClient {
1575
1581
  * @param GetJavaFamilyRequest
1576
1582
  * @return GetJavaFamilyResponse
1577
1583
  * @throws OciError when an error occurs
1578
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
1584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
1579
1585
  */
1580
1586
  getJavaFamily(getJavaFamilyRequest) {
1581
1587
  return __awaiter(this, void 0, void 0, function* () {
@@ -1633,7 +1639,7 @@ class JavaManagementServiceClient {
1633
1639
  * @param GetJavaMigrationAnalysisResultRequest
1634
1640
  * @return GetJavaMigrationAnalysisResultResponse
1635
1641
  * @throws OciError when an error occurs
1636
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/GetJavaMigrationAnalysisResult.ts.html |here} to see how to use GetJavaMigrationAnalysisResult API.
1642
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/GetJavaMigrationAnalysisResult.ts.html |here} to see how to use GetJavaMigrationAnalysisResult API.
1637
1643
  */
1638
1644
  getJavaMigrationAnalysisResult(getJavaMigrationAnalysisResultRequest) {
1639
1645
  return __awaiter(this, void 0, void 0, function* () {
@@ -1697,7 +1703,7 @@ class JavaManagementServiceClient {
1697
1703
  * @param GetJavaReleaseRequest
1698
1704
  * @return GetJavaReleaseResponse
1699
1705
  * @throws OciError when an error occurs
1700
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
1706
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
1701
1707
  */
1702
1708
  getJavaRelease(getJavaReleaseRequest) {
1703
1709
  return __awaiter(this, void 0, void 0, function* () {
@@ -1755,7 +1761,7 @@ class JavaManagementServiceClient {
1755
1761
  * @param GetPerformanceTuningAnalysisResultRequest
1756
1762
  * @return GetPerformanceTuningAnalysisResultResponse
1757
1763
  * @throws OciError when an error occurs
1758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/GetPerformanceTuningAnalysisResult.ts.html |here} to see how to use GetPerformanceTuningAnalysisResult API.
1764
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/GetPerformanceTuningAnalysisResult.ts.html |here} to see how to use GetPerformanceTuningAnalysisResult API.
1759
1765
  */
1760
1766
  getPerformanceTuningAnalysisResult(getPerformanceTuningAnalysisResultRequest) {
1761
1767
  return __awaiter(this, void 0, void 0, function* () {
@@ -1819,7 +1825,7 @@ class JavaManagementServiceClient {
1819
1825
  * @param GetWorkRequestRequest
1820
1826
  * @return GetWorkRequestResponse
1821
1827
  * @throws OciError when an error occurs
1822
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1828
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1823
1829
  */
1824
1830
  getWorkRequest(getWorkRequestRequest) {
1825
1831
  return __awaiter(this, void 0, void 0, function* () {
@@ -1887,7 +1893,7 @@ class JavaManagementServiceClient {
1887
1893
  * @param ListAnnouncementsRequest
1888
1894
  * @return ListAnnouncementsResponse
1889
1895
  * @throws OciError when an error occurs
1890
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ListAnnouncements.ts.html |here} to see how to use ListAnnouncements API.
1896
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ListAnnouncements.ts.html |here} to see how to use ListAnnouncements API.
1891
1897
  */
1892
1898
  listAnnouncements(listAnnouncementsRequest) {
1893
1899
  return __awaiter(this, void 0, void 0, function* () {
@@ -1957,7 +1963,7 @@ class JavaManagementServiceClient {
1957
1963
  * @param ListBlocklistsRequest
1958
1964
  * @return ListBlocklistsResponse
1959
1965
  * @throws OciError when an error occurs
1960
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
1966
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
1961
1967
  */
1962
1968
  listBlocklists(listBlocklistsRequest) {
1963
1969
  return __awaiter(this, void 0, void 0, function* () {
@@ -2027,7 +2033,7 @@ class JavaManagementServiceClient {
2027
2033
  * @param ListCryptoAnalysisResultsRequest
2028
2034
  * @return ListCryptoAnalysisResultsResponse
2029
2035
  * @throws OciError when an error occurs
2030
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResults API.
2036
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResults API.
2031
2037
  */
2032
2038
  listCryptoAnalysisResults(listCryptoAnalysisResultsRequest) {
2033
2039
  return __awaiter(this, void 0, void 0, function* () {
@@ -2099,7 +2105,7 @@ class JavaManagementServiceClient {
2099
2105
  * @param ListDrsFilesRequest
2100
2106
  * @return ListDrsFilesResponse
2101
2107
  * @throws OciError when an error occurs
2102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ListDrsFiles.ts.html |here} to see how to use ListDrsFiles API.
2108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ListDrsFiles.ts.html |here} to see how to use ListDrsFiles API.
2103
2109
  */
2104
2110
  listDrsFiles(listDrsFilesRequest) {
2105
2111
  return __awaiter(this, void 0, void 0, function* () {
@@ -2168,7 +2174,7 @@ class JavaManagementServiceClient {
2168
2174
  * @param ListFleetDiagnosesRequest
2169
2175
  * @return ListFleetDiagnosesResponse
2170
2176
  * @throws OciError when an error occurs
2171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ListFleetDiagnoses.ts.html |here} to see how to use ListFleetDiagnoses API.
2177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ListFleetDiagnoses.ts.html |here} to see how to use ListFleetDiagnoses API.
2172
2178
  */
2173
2179
  listFleetDiagnoses(listFleetDiagnosesRequest) {
2174
2180
  return __awaiter(this, void 0, void 0, function* () {
@@ -2236,7 +2242,7 @@ class JavaManagementServiceClient {
2236
2242
  * @param ListFleetsRequest
2237
2243
  * @return ListFleetsResponse
2238
2244
  * @throws OciError when an error occurs
2239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
2245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
2240
2246
  */
2241
2247
  listFleets(listFleetsRequest) {
2242
2248
  return __awaiter(this, void 0, void 0, function* () {
@@ -2307,7 +2313,7 @@ class JavaManagementServiceClient {
2307
2313
  * @param ListInstallationSitesRequest
2308
2314
  * @return ListInstallationSitesResponse
2309
2315
  * @throws OciError when an error occurs
2310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
2316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
2311
2317
  */
2312
2318
  listInstallationSites(listInstallationSitesRequest) {
2313
2319
  return __awaiter(this, void 0, void 0, function* () {
@@ -2388,7 +2394,7 @@ class JavaManagementServiceClient {
2388
2394
  * @param ListJavaFamiliesRequest
2389
2395
  * @return ListJavaFamiliesResponse
2390
2396
  * @throws OciError when an error occurs
2391
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
2397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
2392
2398
  */
2393
2399
  listJavaFamilies(listJavaFamiliesRequest) {
2394
2400
  return __awaiter(this, void 0, void 0, function* () {
@@ -2457,7 +2463,7 @@ class JavaManagementServiceClient {
2457
2463
  * @param ListJavaMigrationAnalysisResultsRequest
2458
2464
  * @return ListJavaMigrationAnalysisResultsResponse
2459
2465
  * @throws OciError when an error occurs
2460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ListJavaMigrationAnalysisResults.ts.html |here} to see how to use ListJavaMigrationAnalysisResults API.
2466
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ListJavaMigrationAnalysisResults.ts.html |here} to see how to use ListJavaMigrationAnalysisResults API.
2461
2467
  */
2462
2468
  listJavaMigrationAnalysisResults(listJavaMigrationAnalysisResultsRequest) {
2463
2469
  return __awaiter(this, void 0, void 0, function* () {
@@ -2529,7 +2535,7 @@ class JavaManagementServiceClient {
2529
2535
  * @param ListJavaReleasesRequest
2530
2536
  * @return ListJavaReleasesResponse
2531
2537
  * @throws OciError when an error occurs
2532
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
2538
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
2533
2539
  */
2534
2540
  listJavaReleases(listJavaReleasesRequest) {
2535
2541
  return __awaiter(this, void 0, void 0, function* () {
@@ -2600,7 +2606,7 @@ class JavaManagementServiceClient {
2600
2606
  * @param ListJreUsageRequest
2601
2607
  * @return ListJreUsageResponse
2602
2608
  * @throws OciError when an error occurs
2603
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
2609
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
2604
2610
  */
2605
2611
  listJreUsage(listJreUsageRequest) {
2606
2612
  return __awaiter(this, void 0, void 0, function* () {
@@ -2672,7 +2678,7 @@ class JavaManagementServiceClient {
2672
2678
  * @param ListPerformanceTuningAnalysisResultsRequest
2673
2679
  * @return ListPerformanceTuningAnalysisResultsResponse
2674
2680
  * @throws OciError when an error occurs
2675
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ListPerformanceTuningAnalysisResults.ts.html |here} to see how to use ListPerformanceTuningAnalysisResults API.
2681
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ListPerformanceTuningAnalysisResults.ts.html |here} to see how to use ListPerformanceTuningAnalysisResults API.
2676
2682
  */
2677
2683
  listPerformanceTuningAnalysisResults(listPerformanceTuningAnalysisResultsRequest) {
2678
2684
  return __awaiter(this, void 0, void 0, function* () {
@@ -2745,7 +2751,7 @@ class JavaManagementServiceClient {
2745
2751
  * @param ListWorkItemsRequest
2746
2752
  * @return ListWorkItemsResponse
2747
2753
  * @throws OciError when an error occurs
2748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
2754
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
2749
2755
  */
2750
2756
  listWorkItems(listWorkItemsRequest) {
2751
2757
  return __awaiter(this, void 0, void 0, function* () {
@@ -2812,7 +2818,7 @@ class JavaManagementServiceClient {
2812
2818
  * @param ListWorkRequestErrorsRequest
2813
2819
  * @return ListWorkRequestErrorsResponse
2814
2820
  * @throws OciError when an error occurs
2815
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2821
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2816
2822
  */
2817
2823
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2818
2824
  return __awaiter(this, void 0, void 0, function* () {
@@ -2879,7 +2885,7 @@ class JavaManagementServiceClient {
2879
2885
  * @param ListWorkRequestLogsRequest
2880
2886
  * @return ListWorkRequestLogsResponse
2881
2887
  * @throws OciError when an error occurs
2882
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2888
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2883
2889
  */
2884
2890
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2885
2891
  return __awaiter(this, void 0, void 0, function* () {
@@ -2946,7 +2952,7 @@ class JavaManagementServiceClient {
2946
2952
  * @param ListWorkRequestsRequest
2947
2953
  * @return ListWorkRequestsResponse
2948
2954
  * @throws OciError when an error occurs
2949
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2955
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2950
2956
  */
2951
2957
  listWorkRequests(listWorkRequestsRequest) {
2952
2958
  return __awaiter(this, void 0, void 0, function* () {
@@ -3014,7 +3020,7 @@ class JavaManagementServiceClient {
3014
3020
  * @param RemoveFleetInstallationSitesRequest
3015
3021
  * @return RemoveFleetInstallationSitesResponse
3016
3022
  * @throws OciError when an error occurs
3017
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
3023
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
3018
3024
  */
3019
3025
  removeFleetInstallationSites(removeFleetInstallationSitesRequest) {
3020
3026
  return __awaiter(this, void 0, void 0, function* () {
@@ -3077,7 +3083,7 @@ class JavaManagementServiceClient {
3077
3083
  * @param RequestCryptoAnalysesRequest
3078
3084
  * @return RequestCryptoAnalysesResponse
3079
3085
  * @throws OciError when an error occurs
3080
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalyses API.
3086
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalyses API.
3081
3087
  */
3082
3088
  requestCryptoAnalyses(requestCryptoAnalysesRequest) {
3083
3089
  return __awaiter(this, void 0, void 0, function* () {
@@ -3139,7 +3145,7 @@ class JavaManagementServiceClient {
3139
3145
  * @param RequestJavaMigrationAnalysesRequest
3140
3146
  * @return RequestJavaMigrationAnalysesResponse
3141
3147
  * @throws OciError when an error occurs
3142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/RequestJavaMigrationAnalyses.ts.html |here} to see how to use RequestJavaMigrationAnalyses API.
3148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/RequestJavaMigrationAnalyses.ts.html |here} to see how to use RequestJavaMigrationAnalyses API.
3143
3149
  */
3144
3150
  requestJavaMigrationAnalyses(requestJavaMigrationAnalysesRequest) {
3145
3151
  return __awaiter(this, void 0, void 0, function* () {
@@ -3200,7 +3206,7 @@ class JavaManagementServiceClient {
3200
3206
  * @param RequestJfrRecordingsRequest
3201
3207
  * @return RequestJfrRecordingsResponse
3202
3208
  * @throws OciError when an error occurs
3203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordings API.
3209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordings API.
3204
3210
  */
3205
3211
  requestJfrRecordings(requestJfrRecordingsRequest) {
3206
3212
  return __awaiter(this, void 0, void 0, function* () {
@@ -3262,7 +3268,7 @@ class JavaManagementServiceClient {
3262
3268
  * @param RequestPerformanceTuningAnalysesRequest
3263
3269
  * @return RequestPerformanceTuningAnalysesResponse
3264
3270
  * @throws OciError when an error occurs
3265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/RequestPerformanceTuningAnalyses.ts.html |here} to see how to use RequestPerformanceTuningAnalyses API.
3271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/RequestPerformanceTuningAnalyses.ts.html |here} to see how to use RequestPerformanceTuningAnalyses API.
3266
3272
  */
3267
3273
  requestPerformanceTuningAnalyses(requestPerformanceTuningAnalysesRequest) {
3268
3274
  return __awaiter(this, void 0, void 0, function* () {
@@ -3322,7 +3328,7 @@ class JavaManagementServiceClient {
3322
3328
  * @param ScanJavaServerUsageRequest
3323
3329
  * @return ScanJavaServerUsageResponse
3324
3330
  * @throws OciError when an error occurs
3325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsage API.
3331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsage API.
3326
3332
  */
3327
3333
  scanJavaServerUsage(scanJavaServerUsageRequest) {
3328
3334
  return __awaiter(this, void 0, void 0, function* () {
@@ -3384,7 +3390,7 @@ class JavaManagementServiceClient {
3384
3390
  * @param ScanLibraryUsageRequest
3385
3391
  * @return ScanLibraryUsageResponse
3386
3392
  * @throws OciError when an error occurs
3387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsage API.
3393
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsage API.
3388
3394
  */
3389
3395
  scanLibraryUsage(scanLibraryUsageRequest) {
3390
3396
  return __awaiter(this, void 0, void 0, function* () {
@@ -3447,7 +3453,7 @@ class JavaManagementServiceClient {
3447
3453
  * @param SummarizeApplicationInstallationUsageRequest
3448
3454
  * @return SummarizeApplicationInstallationUsageResponse
3449
3455
  * @throws OciError when an error occurs
3450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/SummarizeApplicationInstallationUsage.ts.html |here} to see how to use SummarizeApplicationInstallationUsage API.
3456
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/SummarizeApplicationInstallationUsage.ts.html |here} to see how to use SummarizeApplicationInstallationUsage API.
3451
3457
  */
3452
3458
  summarizeApplicationInstallationUsage(summarizeApplicationInstallationUsageRequest) {
3453
3459
  return __awaiter(this, void 0, void 0, function* () {
@@ -3530,7 +3536,7 @@ class JavaManagementServiceClient {
3530
3536
  * @param SummarizeApplicationUsageRequest
3531
3537
  * @return SummarizeApplicationUsageResponse
3532
3538
  * @throws OciError when an error occurs
3533
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
3539
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
3534
3540
  */
3535
3541
  summarizeApplicationUsage(summarizeApplicationUsageRequest) {
3536
3542
  return __awaiter(this, void 0, void 0, function* () {
@@ -3613,7 +3619,7 @@ class JavaManagementServiceClient {
3613
3619
  * @param SummarizeDeployedApplicationInstallationUsageRequest
3614
3620
  * @return SummarizeDeployedApplicationInstallationUsageResponse
3615
3621
  * @throws OciError when an error occurs
3616
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/SummarizeDeployedApplicationInstallationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationInstallationUsage API.
3622
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/SummarizeDeployedApplicationInstallationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationInstallationUsage API.
3617
3623
  */
3618
3624
  summarizeDeployedApplicationInstallationUsage(summarizeDeployedApplicationInstallationUsageRequest) {
3619
3625
  return __awaiter(this, void 0, void 0, function* () {
@@ -3693,7 +3699,7 @@ class JavaManagementServiceClient {
3693
3699
  * @param SummarizeDeployedApplicationUsageRequest
3694
3700
  * @return SummarizeDeployedApplicationUsageResponse
3695
3701
  * @throws OciError when an error occurs
3696
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsage API.
3702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsage API.
3697
3703
  */
3698
3704
  summarizeDeployedApplicationUsage(summarizeDeployedApplicationUsageRequest) {
3699
3705
  return __awaiter(this, void 0, void 0, function* () {
@@ -3770,7 +3776,7 @@ class JavaManagementServiceClient {
3770
3776
  * @param SummarizeInstallationUsageRequest
3771
3777
  * @return SummarizeInstallationUsageResponse
3772
3778
  * @throws OciError when an error occurs
3773
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
3779
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
3774
3780
  */
3775
3781
  summarizeInstallationUsage(summarizeInstallationUsageRequest) {
3776
3782
  return __awaiter(this, void 0, void 0, function* () {
@@ -3850,7 +3856,7 @@ class JavaManagementServiceClient {
3850
3856
  * @param SummarizeJavaServerInstanceUsageRequest
3851
3857
  * @return SummarizeJavaServerInstanceUsageResponse
3852
3858
  * @throws OciError when an error occurs
3853
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsage API.
3859
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsage API.
3854
3860
  */
3855
3861
  summarizeJavaServerInstanceUsage(summarizeJavaServerInstanceUsageRequest) {
3856
3862
  return __awaiter(this, void 0, void 0, function* () {
@@ -3928,7 +3934,7 @@ class JavaManagementServiceClient {
3928
3934
  * @param SummarizeJavaServerUsageRequest
3929
3935
  * @return SummarizeJavaServerUsageResponse
3930
3936
  * @throws OciError when an error occurs
3931
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsage API.
3937
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsage API.
3932
3938
  */
3933
3939
  summarizeJavaServerUsage(summarizeJavaServerUsageRequest) {
3934
3940
  return __awaiter(this, void 0, void 0, function* () {
@@ -4002,7 +4008,7 @@ class JavaManagementServiceClient {
4002
4008
  * @param SummarizeJreUsageRequest
4003
4009
  * @return SummarizeJreUsageResponse
4004
4010
  * @throws OciError when an error occurs
4005
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
4011
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
4006
4012
  */
4007
4013
  summarizeJreUsage(summarizeJreUsageRequest) {
4008
4014
  return __awaiter(this, void 0, void 0, function* () {
@@ -4082,7 +4088,7 @@ class JavaManagementServiceClient {
4082
4088
  * @param SummarizeLibraryUsageRequest
4083
4089
  * @return SummarizeLibraryUsageResponse
4084
4090
  * @throws OciError when an error occurs
4085
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsage API.
4091
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsage API.
4086
4092
  */
4087
4093
  summarizeLibraryUsage(summarizeLibraryUsageRequest) {
4088
4094
  return __awaiter(this, void 0, void 0, function* () {
@@ -4158,7 +4164,7 @@ class JavaManagementServiceClient {
4158
4164
  * @param SummarizeManagedInstanceUsageRequest
4159
4165
  * @return SummarizeManagedInstanceUsageResponse
4160
4166
  * @throws OciError when an error occurs
4161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
4167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
4162
4168
  */
4163
4169
  summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest) {
4164
4170
  return __awaiter(this, void 0, void 0, function* () {
@@ -4240,7 +4246,7 @@ class JavaManagementServiceClient {
4240
4246
  * @param SummarizeResourceInventoryRequest
4241
4247
  * @return SummarizeResourceInventoryResponse
4242
4248
  * @throws OciError when an error occurs
4243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
4249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
4244
4250
  */
4245
4251
  summarizeResourceInventory(summarizeResourceInventoryRequest) {
4246
4252
  return __awaiter(this, void 0, void 0, function* () {
@@ -4301,7 +4307,7 @@ class JavaManagementServiceClient {
4301
4307
  * @param UpdateDrsFileRequest
4302
4308
  * @return UpdateDrsFileResponse
4303
4309
  * @throws OciError when an error occurs
4304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/UpdateDrsFile.ts.html |here} to see how to use UpdateDrsFile API.
4310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/UpdateDrsFile.ts.html |here} to see how to use UpdateDrsFile API.
4305
4311
  */
4306
4312
  updateDrsFile(updateDrsFileRequest) {
4307
4313
  return __awaiter(this, void 0, void 0, function* () {
@@ -4364,7 +4370,7 @@ class JavaManagementServiceClient {
4364
4370
  * @param UpdateExportSettingRequest
4365
4371
  * @return UpdateExportSettingResponse
4366
4372
  * @throws OciError when an error occurs
4367
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/UpdateExportSetting.ts.html |here} to see how to use UpdateExportSetting API.
4373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/UpdateExportSetting.ts.html |here} to see how to use UpdateExportSetting API.
4368
4374
  */
4369
4375
  updateExportSetting(updateExportSettingRequest) {
4370
4376
  return __awaiter(this, void 0, void 0, function* () {
@@ -4429,7 +4435,7 @@ class JavaManagementServiceClient {
4429
4435
  * @param UpdateFleetRequest
4430
4436
  * @return UpdateFleetResponse
4431
4437
  * @throws OciError when an error occurs
4432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
4438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
4433
4439
  */
4434
4440
  updateFleet(updateFleetRequest) {
4435
4441
  return __awaiter(this, void 0, void 0, function* () {
@@ -4492,7 +4498,7 @@ class JavaManagementServiceClient {
4492
4498
  * @param UpdateFleetAdvancedFeatureConfigurationRequest
4493
4499
  * @return UpdateFleetAdvancedFeatureConfigurationResponse
4494
4500
  * @throws OciError when an error occurs
4495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfiguration API.
4501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfiguration API.
4496
4502
  */
4497
4503
  updateFleetAdvancedFeatureConfiguration(updateFleetAdvancedFeatureConfigurationRequest) {
4498
4504
  return __awaiter(this, void 0, void 0, function* () {
@@ -4558,7 +4564,7 @@ class JavaManagementServiceClient {
4558
4564
  * @param UpdateFleetAgentConfigurationRequest
4559
4565
  * @return UpdateFleetAgentConfigurationResponse
4560
4566
  * @throws OciError when an error occurs
4561
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
4567
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
4562
4568
  */
4563
4569
  updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest) {
4564
4570
  return __awaiter(this, void 0, void 0, function* () {