oci-jms 2.67.0 → 2.68.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 (60) hide show
  1. package/lib/client.d.ts +57 -56
  2. package/lib/client.js +61 -57
  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-fleet-request.d.ts +1 -1
  9. package/lib/request/delete-blocklist-request.d.ts +1 -1
  10. package/lib/request/delete-crypto-analysis-result-request.d.ts +1 -1
  11. package/lib/request/delete-fleet-request.d.ts +1 -1
  12. package/lib/request/delete-java-migration-analysis-result-request.d.ts +1 -1
  13. package/lib/request/delete-performance-tuning-analysis-result-request.d.ts +1 -1
  14. package/lib/request/generate-agent-deploy-script-request.d.ts +1 -1
  15. package/lib/request/get-crypto-analysis-result-request.d.ts +1 -1
  16. package/lib/request/get-fleet-advanced-feature-configuration-request.d.ts +1 -1
  17. package/lib/request/get-fleet-agent-configuration-request.d.ts +1 -1
  18. package/lib/request/get-fleet-request.d.ts +1 -1
  19. package/lib/request/get-java-family-request.d.ts +1 -1
  20. package/lib/request/get-java-migration-analysis-result-request.d.ts +1 -1
  21. package/lib/request/get-java-release-request.d.ts +1 -1
  22. package/lib/request/get-performance-tuning-analysis-result-request.d.ts +1 -1
  23. package/lib/request/get-work-request-request.d.ts +1 -1
  24. package/lib/request/list-announcements-request.d.ts +1 -1
  25. package/lib/request/list-blocklists-request.d.ts +1 -1
  26. package/lib/request/list-crypto-analysis-results-request.d.ts +1 -1
  27. package/lib/request/list-fleet-diagnoses-request.d.ts +1 -1
  28. package/lib/request/list-fleets-request.d.ts +1 -1
  29. package/lib/request/list-installation-sites-request.d.ts +1 -1
  30. package/lib/request/list-java-families-request.d.ts +1 -1
  31. package/lib/request/list-java-migration-analysis-results-request.d.ts +1 -1
  32. package/lib/request/list-java-releases-request.d.ts +1 -1
  33. package/lib/request/list-jre-usage-request.d.ts +1 -1
  34. package/lib/request/list-performance-tuning-analysis-results-request.d.ts +1 -1
  35. package/lib/request/list-work-items-request.d.ts +1 -1
  36. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  37. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  38. package/lib/request/list-work-requests-request.d.ts +1 -1
  39. package/lib/request/remove-fleet-installation-sites-request.d.ts +1 -1
  40. package/lib/request/request-crypto-analyses-request.d.ts +1 -1
  41. package/lib/request/request-java-migration-analyses-request.d.ts +1 -1
  42. package/lib/request/request-jfr-recordings-request.d.ts +1 -1
  43. package/lib/request/request-performance-tuning-analyses-request.d.ts +1 -1
  44. package/lib/request/scan-java-server-usage-request.d.ts +1 -1
  45. package/lib/request/scan-library-usage-request.d.ts +1 -1
  46. package/lib/request/summarize-application-installation-usage-request.d.ts +1 -1
  47. package/lib/request/summarize-application-usage-request.d.ts +1 -1
  48. package/lib/request/summarize-deployed-application-installation-usage-request.d.ts +1 -1
  49. package/lib/request/summarize-deployed-application-usage-request.d.ts +1 -1
  50. package/lib/request/summarize-installation-usage-request.d.ts +1 -1
  51. package/lib/request/summarize-java-server-instance-usage-request.d.ts +1 -1
  52. package/lib/request/summarize-java-server-usage-request.d.ts +1 -1
  53. package/lib/request/summarize-jre-usage-request.d.ts +1 -1
  54. package/lib/request/summarize-library-usage-request.d.ts +1 -1
  55. package/lib/request/summarize-managed-instance-usage-request.d.ts +1 -1
  56. package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
  57. package/lib/request/update-fleet-advanced-feature-configuration-request.d.ts +1 -1
  58. package/lib/request/update-fleet-agent-configuration-request.d.ts +1 -1
  59. package/lib/request/update-fleet-request.d.ts +1 -1
  60. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -61,6 +61,7 @@ class JavaManagementServiceClient {
61
61
  this["_defaultHeaders"] = {};
62
62
  this._circuitBreaker = null;
63
63
  this._httpOptions = undefined;
64
+ this._bodyDuplexMode = undefined;
64
65
  this.targetService = "JavaManagementService";
65
66
  this._regionId = "";
66
67
  this._lastSetRegionOrRegionId = "";
@@ -75,6 +76,9 @@ class JavaManagementServiceClient {
75
76
  this._httpOptions = clientConfiguration.httpOptions
76
77
  ? clientConfiguration.httpOptions
77
78
  : undefined;
79
+ this._bodyDuplexMode = clientConfiguration.bodyDuplexMode
80
+ ? clientConfiguration.bodyDuplexMode
81
+ : undefined;
78
82
  }
79
83
  // if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
80
84
  const specCircuitBreakerEnabled = true;
@@ -85,7 +89,7 @@ class JavaManagementServiceClient {
85
89
  }
86
90
  this._httpClient =
87
91
  params.httpClient ||
88
- new common.FetchHttpClient(requestSigner, this._circuitBreaker, this._httpOptions);
92
+ new common.FetchHttpClient(requestSigner, this._circuitBreaker, this._httpOptions, this._bodyDuplexMode);
89
93
  if (params.authenticationDetailsProvider &&
90
94
  common.isRegionProvider(params.authenticationDetailsProvider)) {
91
95
  const provider = params.authenticationDetailsProvider;
@@ -179,7 +183,7 @@ class JavaManagementServiceClient {
179
183
  * @param AddFleetInstallationSitesRequest
180
184
  * @return AddFleetInstallationSitesResponse
181
185
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
183
187
  */
184
188
  addFleetInstallationSites(addFleetInstallationSitesRequest) {
185
189
  return __awaiter(this, void 0, void 0, function* () {
@@ -241,7 +245,7 @@ class JavaManagementServiceClient {
241
245
  * @param CancelWorkRequestRequest
242
246
  * @return CancelWorkRequestResponse
243
247
  * @throws OciError when an error occurs
244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
245
249
  */
246
250
  cancelWorkRequest(cancelWorkRequestRequest) {
247
251
  return __awaiter(this, void 0, void 0, function* () {
@@ -297,7 +301,7 @@ class JavaManagementServiceClient {
297
301
  * @param ChangeFleetCompartmentRequest
298
302
  * @return ChangeFleetCompartmentResponse
299
303
  * @throws OciError when an error occurs
300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
301
305
  */
302
306
  changeFleetCompartment(changeFleetCompartmentRequest) {
303
307
  return __awaiter(this, void 0, void 0, function* () {
@@ -360,7 +364,7 @@ class JavaManagementServiceClient {
360
364
  * @param CreateBlocklistRequest
361
365
  * @return CreateBlocklistResponse
362
366
  * @throws OciError when an error occurs
363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
367
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
364
368
  */
365
369
  createBlocklist(createBlocklistRequest) {
366
370
  return __awaiter(this, void 0, void 0, function* () {
@@ -432,7 +436,7 @@ class JavaManagementServiceClient {
432
436
  * @param CreateFleetRequest
433
437
  * @return CreateFleetResponse
434
438
  * @throws OciError when an error occurs
435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
436
440
  */
437
441
  createFleet(createFleetRequest) {
438
442
  return __awaiter(this, void 0, void 0, function* () {
@@ -491,7 +495,7 @@ class JavaManagementServiceClient {
491
495
  * @param DeleteBlocklistRequest
492
496
  * @return DeleteBlocklistResponse
493
497
  * @throws OciError when an error occurs
494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
495
499
  */
496
500
  deleteBlocklist(deleteBlocklistRequest) {
497
501
  return __awaiter(this, void 0, void 0, function* () {
@@ -547,7 +551,7 @@ class JavaManagementServiceClient {
547
551
  * @param DeleteCryptoAnalysisResultRequest
548
552
  * @return DeleteCryptoAnalysisResultResponse
549
553
  * @throws OciError when an error occurs
550
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResult API.
554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResult API.
551
555
  */
552
556
  deleteCryptoAnalysisResult(deleteCryptoAnalysisResultRequest) {
553
557
  return __awaiter(this, void 0, void 0, function* () {
@@ -608,7 +612,7 @@ class JavaManagementServiceClient {
608
612
  * @param DeleteFleetRequest
609
613
  * @return DeleteFleetResponse
610
614
  * @throws OciError when an error occurs
611
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
615
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
612
616
  */
613
617
  deleteFleet(deleteFleetRequest) {
614
618
  return __awaiter(this, void 0, void 0, function* () {
@@ -668,7 +672,7 @@ class JavaManagementServiceClient {
668
672
  * @param DeleteJavaMigrationAnalysisResultRequest
669
673
  * @return DeleteJavaMigrationAnalysisResultResponse
670
674
  * @throws OciError when an error occurs
671
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/DeleteJavaMigrationAnalysisResult.ts.html |here} to see how to use DeleteJavaMigrationAnalysisResult API.
675
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/DeleteJavaMigrationAnalysisResult.ts.html |here} to see how to use DeleteJavaMigrationAnalysisResult API.
672
676
  */
673
677
  deleteJavaMigrationAnalysisResult(deleteJavaMigrationAnalysisResultRequest) {
674
678
  return __awaiter(this, void 0, void 0, function* () {
@@ -729,7 +733,7 @@ class JavaManagementServiceClient {
729
733
  * @param DeletePerformanceTuningAnalysisResultRequest
730
734
  * @return DeletePerformanceTuningAnalysisResultResponse
731
735
  * @throws OciError when an error occurs
732
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/DeletePerformanceTuningAnalysisResult.ts.html |here} to see how to use DeletePerformanceTuningAnalysisResult API.
736
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/DeletePerformanceTuningAnalysisResult.ts.html |here} to see how to use DeletePerformanceTuningAnalysisResult API.
733
737
  */
734
738
  deletePerformanceTuningAnalysisResult(deletePerformanceTuningAnalysisResultRequest) {
735
739
  return __awaiter(this, void 0, void 0, function* () {
@@ -791,7 +795,7 @@ class JavaManagementServiceClient {
791
795
  * @param GenerateAgentDeployScriptRequest
792
796
  * @return GenerateAgentDeployScriptResponse
793
797
  * @throws OciError when an error occurs
794
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
798
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
795
799
  */
796
800
  generateAgentDeployScript(generateAgentDeployScriptRequest) {
797
801
  return __awaiter(this, void 0, void 0, function* () {
@@ -859,7 +863,7 @@ class JavaManagementServiceClient {
859
863
  * @param GetCryptoAnalysisResultRequest
860
864
  * @return GetCryptoAnalysisResultResponse
861
865
  * @throws OciError when an error occurs
862
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResult API.
866
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResult API.
863
867
  */
864
868
  getCryptoAnalysisResult(getCryptoAnalysisResultRequest) {
865
869
  return __awaiter(this, void 0, void 0, function* () {
@@ -923,7 +927,7 @@ class JavaManagementServiceClient {
923
927
  * @param GetFleetRequest
924
928
  * @return GetFleetResponse
925
929
  * @throws OciError when an error occurs
926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
930
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
927
931
  */
928
932
  getFleet(getFleetRequest) {
929
933
  return __awaiter(this, void 0, void 0, function* () {
@@ -987,7 +991,7 @@ class JavaManagementServiceClient {
987
991
  * @param GetFleetAdvancedFeatureConfigurationRequest
988
992
  * @return GetFleetAdvancedFeatureConfigurationResponse
989
993
  * @throws OciError when an error occurs
990
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfiguration API.
994
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfiguration API.
991
995
  */
992
996
  getFleetAdvancedFeatureConfiguration(getFleetAdvancedFeatureConfigurationRequest) {
993
997
  return __awaiter(this, void 0, void 0, function* () {
@@ -1051,7 +1055,7 @@ class JavaManagementServiceClient {
1051
1055
  * @param GetFleetAgentConfigurationRequest
1052
1056
  * @return GetFleetAgentConfigurationResponse
1053
1057
  * @throws OciError when an error occurs
1054
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
1058
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
1055
1059
  */
1056
1060
  getFleetAgentConfiguration(getFleetAgentConfigurationRequest) {
1057
1061
  return __awaiter(this, void 0, void 0, function* () {
@@ -1115,7 +1119,7 @@ class JavaManagementServiceClient {
1115
1119
  * @param GetJavaFamilyRequest
1116
1120
  * @return GetJavaFamilyResponse
1117
1121
  * @throws OciError when an error occurs
1118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
1122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
1119
1123
  */
1120
1124
  getJavaFamily(getJavaFamilyRequest) {
1121
1125
  return __awaiter(this, void 0, void 0, function* () {
@@ -1173,7 +1177,7 @@ class JavaManagementServiceClient {
1173
1177
  * @param GetJavaMigrationAnalysisResultRequest
1174
1178
  * @return GetJavaMigrationAnalysisResultResponse
1175
1179
  * @throws OciError when an error occurs
1176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/GetJavaMigrationAnalysisResult.ts.html |here} to see how to use GetJavaMigrationAnalysisResult API.
1180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/GetJavaMigrationAnalysisResult.ts.html |here} to see how to use GetJavaMigrationAnalysisResult API.
1177
1181
  */
1178
1182
  getJavaMigrationAnalysisResult(getJavaMigrationAnalysisResultRequest) {
1179
1183
  return __awaiter(this, void 0, void 0, function* () {
@@ -1237,7 +1241,7 @@ class JavaManagementServiceClient {
1237
1241
  * @param GetJavaReleaseRequest
1238
1242
  * @return GetJavaReleaseResponse
1239
1243
  * @throws OciError when an error occurs
1240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
1244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
1241
1245
  */
1242
1246
  getJavaRelease(getJavaReleaseRequest) {
1243
1247
  return __awaiter(this, void 0, void 0, function* () {
@@ -1295,7 +1299,7 @@ class JavaManagementServiceClient {
1295
1299
  * @param GetPerformanceTuningAnalysisResultRequest
1296
1300
  * @return GetPerformanceTuningAnalysisResultResponse
1297
1301
  * @throws OciError when an error occurs
1298
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/GetPerformanceTuningAnalysisResult.ts.html |here} to see how to use GetPerformanceTuningAnalysisResult API.
1302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/GetPerformanceTuningAnalysisResult.ts.html |here} to see how to use GetPerformanceTuningAnalysisResult API.
1299
1303
  */
1300
1304
  getPerformanceTuningAnalysisResult(getPerformanceTuningAnalysisResultRequest) {
1301
1305
  return __awaiter(this, void 0, void 0, function* () {
@@ -1359,7 +1363,7 @@ class JavaManagementServiceClient {
1359
1363
  * @param GetWorkRequestRequest
1360
1364
  * @return GetWorkRequestResponse
1361
1365
  * @throws OciError when an error occurs
1362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1363
1367
  */
1364
1368
  getWorkRequest(getWorkRequestRequest) {
1365
1369
  return __awaiter(this, void 0, void 0, function* () {
@@ -1427,7 +1431,7 @@ class JavaManagementServiceClient {
1427
1431
  * @param ListAnnouncementsRequest
1428
1432
  * @return ListAnnouncementsResponse
1429
1433
  * @throws OciError when an error occurs
1430
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/ListAnnouncements.ts.html |here} to see how to use ListAnnouncements API.
1434
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/ListAnnouncements.ts.html |here} to see how to use ListAnnouncements API.
1431
1435
  */
1432
1436
  listAnnouncements(listAnnouncementsRequest) {
1433
1437
  return __awaiter(this, void 0, void 0, function* () {
@@ -1497,7 +1501,7 @@ class JavaManagementServiceClient {
1497
1501
  * @param ListBlocklistsRequest
1498
1502
  * @return ListBlocklistsResponse
1499
1503
  * @throws OciError when an error occurs
1500
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
1504
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
1501
1505
  */
1502
1506
  listBlocklists(listBlocklistsRequest) {
1503
1507
  return __awaiter(this, void 0, void 0, function* () {
@@ -1567,7 +1571,7 @@ class JavaManagementServiceClient {
1567
1571
  * @param ListCryptoAnalysisResultsRequest
1568
1572
  * @return ListCryptoAnalysisResultsResponse
1569
1573
  * @throws OciError when an error occurs
1570
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResults API.
1574
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResults API.
1571
1575
  */
1572
1576
  listCryptoAnalysisResults(listCryptoAnalysisResultsRequest) {
1573
1577
  return __awaiter(this, void 0, void 0, function* () {
@@ -1640,7 +1644,7 @@ class JavaManagementServiceClient {
1640
1644
  * @param ListFleetDiagnosesRequest
1641
1645
  * @return ListFleetDiagnosesResponse
1642
1646
  * @throws OciError when an error occurs
1643
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/ListFleetDiagnoses.ts.html |here} to see how to use ListFleetDiagnoses API.
1647
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/ListFleetDiagnoses.ts.html |here} to see how to use ListFleetDiagnoses API.
1644
1648
  */
1645
1649
  listFleetDiagnoses(listFleetDiagnosesRequest) {
1646
1650
  return __awaiter(this, void 0, void 0, function* () {
@@ -1708,7 +1712,7 @@ class JavaManagementServiceClient {
1708
1712
  * @param ListFleetsRequest
1709
1713
  * @return ListFleetsResponse
1710
1714
  * @throws OciError when an error occurs
1711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
1715
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
1712
1716
  */
1713
1717
  listFleets(listFleetsRequest) {
1714
1718
  return __awaiter(this, void 0, void 0, function* () {
@@ -1779,7 +1783,7 @@ class JavaManagementServiceClient {
1779
1783
  * @param ListInstallationSitesRequest
1780
1784
  * @return ListInstallationSitesResponse
1781
1785
  * @throws OciError when an error occurs
1782
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
1786
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
1783
1787
  */
1784
1788
  listInstallationSites(listInstallationSitesRequest) {
1785
1789
  return __awaiter(this, void 0, void 0, function* () {
@@ -1860,7 +1864,7 @@ class JavaManagementServiceClient {
1860
1864
  * @param ListJavaFamiliesRequest
1861
1865
  * @return ListJavaFamiliesResponse
1862
1866
  * @throws OciError when an error occurs
1863
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
1867
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
1864
1868
  */
1865
1869
  listJavaFamilies(listJavaFamiliesRequest) {
1866
1870
  return __awaiter(this, void 0, void 0, function* () {
@@ -1928,7 +1932,7 @@ class JavaManagementServiceClient {
1928
1932
  * @param ListJavaMigrationAnalysisResultsRequest
1929
1933
  * @return ListJavaMigrationAnalysisResultsResponse
1930
1934
  * @throws OciError when an error occurs
1931
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/ListJavaMigrationAnalysisResults.ts.html |here} to see how to use ListJavaMigrationAnalysisResults API.
1935
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/ListJavaMigrationAnalysisResults.ts.html |here} to see how to use ListJavaMigrationAnalysisResults API.
1932
1936
  */
1933
1937
  listJavaMigrationAnalysisResults(listJavaMigrationAnalysisResultsRequest) {
1934
1938
  return __awaiter(this, void 0, void 0, function* () {
@@ -2000,7 +2004,7 @@ class JavaManagementServiceClient {
2000
2004
  * @param ListJavaReleasesRequest
2001
2005
  * @return ListJavaReleasesResponse
2002
2006
  * @throws OciError when an error occurs
2003
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
2007
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
2004
2008
  */
2005
2009
  listJavaReleases(listJavaReleasesRequest) {
2006
2010
  return __awaiter(this, void 0, void 0, function* () {
@@ -2071,7 +2075,7 @@ class JavaManagementServiceClient {
2071
2075
  * @param ListJreUsageRequest
2072
2076
  * @return ListJreUsageResponse
2073
2077
  * @throws OciError when an error occurs
2074
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
2078
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
2075
2079
  */
2076
2080
  listJreUsage(listJreUsageRequest) {
2077
2081
  return __awaiter(this, void 0, void 0, function* () {
@@ -2143,7 +2147,7 @@ class JavaManagementServiceClient {
2143
2147
  * @param ListPerformanceTuningAnalysisResultsRequest
2144
2148
  * @return ListPerformanceTuningAnalysisResultsResponse
2145
2149
  * @throws OciError when an error occurs
2146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/ListPerformanceTuningAnalysisResults.ts.html |here} to see how to use ListPerformanceTuningAnalysisResults API.
2150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/ListPerformanceTuningAnalysisResults.ts.html |here} to see how to use ListPerformanceTuningAnalysisResults API.
2147
2151
  */
2148
2152
  listPerformanceTuningAnalysisResults(listPerformanceTuningAnalysisResultsRequest) {
2149
2153
  return __awaiter(this, void 0, void 0, function* () {
@@ -2216,7 +2220,7 @@ class JavaManagementServiceClient {
2216
2220
  * @param ListWorkItemsRequest
2217
2221
  * @return ListWorkItemsResponse
2218
2222
  * @throws OciError when an error occurs
2219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
2223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
2220
2224
  */
2221
2225
  listWorkItems(listWorkItemsRequest) {
2222
2226
  return __awaiter(this, void 0, void 0, function* () {
@@ -2283,7 +2287,7 @@ class JavaManagementServiceClient {
2283
2287
  * @param ListWorkRequestErrorsRequest
2284
2288
  * @return ListWorkRequestErrorsResponse
2285
2289
  * @throws OciError when an error occurs
2286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2287
2291
  */
2288
2292
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2289
2293
  return __awaiter(this, void 0, void 0, function* () {
@@ -2350,7 +2354,7 @@ class JavaManagementServiceClient {
2350
2354
  * @param ListWorkRequestLogsRequest
2351
2355
  * @return ListWorkRequestLogsResponse
2352
2356
  * @throws OciError when an error occurs
2353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2354
2358
  */
2355
2359
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2356
2360
  return __awaiter(this, void 0, void 0, function* () {
@@ -2417,7 +2421,7 @@ class JavaManagementServiceClient {
2417
2421
  * @param ListWorkRequestsRequest
2418
2422
  * @return ListWorkRequestsResponse
2419
2423
  * @throws OciError when an error occurs
2420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2424
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2421
2425
  */
2422
2426
  listWorkRequests(listWorkRequestsRequest) {
2423
2427
  return __awaiter(this, void 0, void 0, function* () {
@@ -2484,7 +2488,7 @@ class JavaManagementServiceClient {
2484
2488
  * @param RemoveFleetInstallationSitesRequest
2485
2489
  * @return RemoveFleetInstallationSitesResponse
2486
2490
  * @throws OciError when an error occurs
2487
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
2491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
2488
2492
  */
2489
2493
  removeFleetInstallationSites(removeFleetInstallationSitesRequest) {
2490
2494
  return __awaiter(this, void 0, void 0, function* () {
@@ -2547,7 +2551,7 @@ class JavaManagementServiceClient {
2547
2551
  * @param RequestCryptoAnalysesRequest
2548
2552
  * @return RequestCryptoAnalysesResponse
2549
2553
  * @throws OciError when an error occurs
2550
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalyses API.
2554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalyses API.
2551
2555
  */
2552
2556
  requestCryptoAnalyses(requestCryptoAnalysesRequest) {
2553
2557
  return __awaiter(this, void 0, void 0, function* () {
@@ -2609,7 +2613,7 @@ class JavaManagementServiceClient {
2609
2613
  * @param RequestJavaMigrationAnalysesRequest
2610
2614
  * @return RequestJavaMigrationAnalysesResponse
2611
2615
  * @throws OciError when an error occurs
2612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/RequestJavaMigrationAnalyses.ts.html |here} to see how to use RequestJavaMigrationAnalyses API.
2616
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/RequestJavaMigrationAnalyses.ts.html |here} to see how to use RequestJavaMigrationAnalyses API.
2613
2617
  */
2614
2618
  requestJavaMigrationAnalyses(requestJavaMigrationAnalysesRequest) {
2615
2619
  return __awaiter(this, void 0, void 0, function* () {
@@ -2670,7 +2674,7 @@ class JavaManagementServiceClient {
2670
2674
  * @param RequestJfrRecordingsRequest
2671
2675
  * @return RequestJfrRecordingsResponse
2672
2676
  * @throws OciError when an error occurs
2673
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordings API.
2677
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordings API.
2674
2678
  */
2675
2679
  requestJfrRecordings(requestJfrRecordingsRequest) {
2676
2680
  return __awaiter(this, void 0, void 0, function* () {
@@ -2732,7 +2736,7 @@ class JavaManagementServiceClient {
2732
2736
  * @param RequestPerformanceTuningAnalysesRequest
2733
2737
  * @return RequestPerformanceTuningAnalysesResponse
2734
2738
  * @throws OciError when an error occurs
2735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/RequestPerformanceTuningAnalyses.ts.html |here} to see how to use RequestPerformanceTuningAnalyses API.
2739
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/RequestPerformanceTuningAnalyses.ts.html |here} to see how to use RequestPerformanceTuningAnalyses API.
2736
2740
  */
2737
2741
  requestPerformanceTuningAnalyses(requestPerformanceTuningAnalysesRequest) {
2738
2742
  return __awaiter(this, void 0, void 0, function* () {
@@ -2792,7 +2796,7 @@ class JavaManagementServiceClient {
2792
2796
  * @param ScanJavaServerUsageRequest
2793
2797
  * @return ScanJavaServerUsageResponse
2794
2798
  * @throws OciError when an error occurs
2795
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsage API.
2799
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsage API.
2796
2800
  */
2797
2801
  scanJavaServerUsage(scanJavaServerUsageRequest) {
2798
2802
  return __awaiter(this, void 0, void 0, function* () {
@@ -2854,7 +2858,7 @@ class JavaManagementServiceClient {
2854
2858
  * @param ScanLibraryUsageRequest
2855
2859
  * @return ScanLibraryUsageResponse
2856
2860
  * @throws OciError when an error occurs
2857
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsage API.
2861
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsage API.
2858
2862
  */
2859
2863
  scanLibraryUsage(scanLibraryUsageRequest) {
2860
2864
  return __awaiter(this, void 0, void 0, function* () {
@@ -2917,7 +2921,7 @@ class JavaManagementServiceClient {
2917
2921
  * @param SummarizeApplicationInstallationUsageRequest
2918
2922
  * @return SummarizeApplicationInstallationUsageResponse
2919
2923
  * @throws OciError when an error occurs
2920
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/SummarizeApplicationInstallationUsage.ts.html |here} to see how to use SummarizeApplicationInstallationUsage API.
2924
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/SummarizeApplicationInstallationUsage.ts.html |here} to see how to use SummarizeApplicationInstallationUsage API.
2921
2925
  */
2922
2926
  summarizeApplicationInstallationUsage(summarizeApplicationInstallationUsageRequest) {
2923
2927
  return __awaiter(this, void 0, void 0, function* () {
@@ -3000,7 +3004,7 @@ class JavaManagementServiceClient {
3000
3004
  * @param SummarizeApplicationUsageRequest
3001
3005
  * @return SummarizeApplicationUsageResponse
3002
3006
  * @throws OciError when an error occurs
3003
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
3007
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
3004
3008
  */
3005
3009
  summarizeApplicationUsage(summarizeApplicationUsageRequest) {
3006
3010
  return __awaiter(this, void 0, void 0, function* () {
@@ -3083,7 +3087,7 @@ class JavaManagementServiceClient {
3083
3087
  * @param SummarizeDeployedApplicationInstallationUsageRequest
3084
3088
  * @return SummarizeDeployedApplicationInstallationUsageResponse
3085
3089
  * @throws OciError when an error occurs
3086
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/SummarizeDeployedApplicationInstallationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationInstallationUsage API.
3090
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/SummarizeDeployedApplicationInstallationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationInstallationUsage API.
3087
3091
  */
3088
3092
  summarizeDeployedApplicationInstallationUsage(summarizeDeployedApplicationInstallationUsageRequest) {
3089
3093
  return __awaiter(this, void 0, void 0, function* () {
@@ -3163,7 +3167,7 @@ class JavaManagementServiceClient {
3163
3167
  * @param SummarizeDeployedApplicationUsageRequest
3164
3168
  * @return SummarizeDeployedApplicationUsageResponse
3165
3169
  * @throws OciError when an error occurs
3166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsage API.
3170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsage API.
3167
3171
  */
3168
3172
  summarizeDeployedApplicationUsage(summarizeDeployedApplicationUsageRequest) {
3169
3173
  return __awaiter(this, void 0, void 0, function* () {
@@ -3240,7 +3244,7 @@ class JavaManagementServiceClient {
3240
3244
  * @param SummarizeInstallationUsageRequest
3241
3245
  * @return SummarizeInstallationUsageResponse
3242
3246
  * @throws OciError when an error occurs
3243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
3247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
3244
3248
  */
3245
3249
  summarizeInstallationUsage(summarizeInstallationUsageRequest) {
3246
3250
  return __awaiter(this, void 0, void 0, function* () {
@@ -3320,7 +3324,7 @@ class JavaManagementServiceClient {
3320
3324
  * @param SummarizeJavaServerInstanceUsageRequest
3321
3325
  * @return SummarizeJavaServerInstanceUsageResponse
3322
3326
  * @throws OciError when an error occurs
3323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsage API.
3327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsage API.
3324
3328
  */
3325
3329
  summarizeJavaServerInstanceUsage(summarizeJavaServerInstanceUsageRequest) {
3326
3330
  return __awaiter(this, void 0, void 0, function* () {
@@ -3398,7 +3402,7 @@ class JavaManagementServiceClient {
3398
3402
  * @param SummarizeJavaServerUsageRequest
3399
3403
  * @return SummarizeJavaServerUsageResponse
3400
3404
  * @throws OciError when an error occurs
3401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsage API.
3405
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsage API.
3402
3406
  */
3403
3407
  summarizeJavaServerUsage(summarizeJavaServerUsageRequest) {
3404
3408
  return __awaiter(this, void 0, void 0, function* () {
@@ -3472,7 +3476,7 @@ class JavaManagementServiceClient {
3472
3476
  * @param SummarizeJreUsageRequest
3473
3477
  * @return SummarizeJreUsageResponse
3474
3478
  * @throws OciError when an error occurs
3475
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
3479
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
3476
3480
  */
3477
3481
  summarizeJreUsage(summarizeJreUsageRequest) {
3478
3482
  return __awaiter(this, void 0, void 0, function* () {
@@ -3552,7 +3556,7 @@ class JavaManagementServiceClient {
3552
3556
  * @param SummarizeLibraryUsageRequest
3553
3557
  * @return SummarizeLibraryUsageResponse
3554
3558
  * @throws OciError when an error occurs
3555
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsage API.
3559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsage API.
3556
3560
  */
3557
3561
  summarizeLibraryUsage(summarizeLibraryUsageRequest) {
3558
3562
  return __awaiter(this, void 0, void 0, function* () {
@@ -3628,7 +3632,7 @@ class JavaManagementServiceClient {
3628
3632
  * @param SummarizeManagedInstanceUsageRequest
3629
3633
  * @return SummarizeManagedInstanceUsageResponse
3630
3634
  * @throws OciError when an error occurs
3631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
3635
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
3632
3636
  */
3633
3637
  summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest) {
3634
3638
  return __awaiter(this, void 0, void 0, function* () {
@@ -3710,7 +3714,7 @@ class JavaManagementServiceClient {
3710
3714
  * @param SummarizeResourceInventoryRequest
3711
3715
  * @return SummarizeResourceInventoryResponse
3712
3716
  * @throws OciError when an error occurs
3713
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
3717
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
3714
3718
  */
3715
3719
  summarizeResourceInventory(summarizeResourceInventoryRequest) {
3716
3720
  return __awaiter(this, void 0, void 0, function* () {
@@ -3770,7 +3774,7 @@ class JavaManagementServiceClient {
3770
3774
  * @param UpdateFleetRequest
3771
3775
  * @return UpdateFleetResponse
3772
3776
  * @throws OciError when an error occurs
3773
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
3777
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
3774
3778
  */
3775
3779
  updateFleet(updateFleetRequest) {
3776
3780
  return __awaiter(this, void 0, void 0, function* () {
@@ -3833,7 +3837,7 @@ class JavaManagementServiceClient {
3833
3837
  * @param UpdateFleetAdvancedFeatureConfigurationRequest
3834
3838
  * @return UpdateFleetAdvancedFeatureConfigurationResponse
3835
3839
  * @throws OciError when an error occurs
3836
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfiguration API.
3840
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfiguration API.
3837
3841
  */
3838
3842
  updateFleetAdvancedFeatureConfiguration(updateFleetAdvancedFeatureConfigurationRequest) {
3839
3843
  return __awaiter(this, void 0, void 0, function* () {
@@ -3899,7 +3903,7 @@ class JavaManagementServiceClient {
3899
3903
  * @param UpdateFleetAgentConfigurationRequest
3900
3904
  * @return UpdateFleetAgentConfigurationResponse
3901
3905
  * @throws OciError when an error occurs
3902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
3906
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
3903
3907
  */
3904
3908
  updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest) {
3905
3909
  return __awaiter(this, void 0, void 0, function* () {