oci-jms 2.61.0 → 2.62.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 (47) hide show
  1. package/lib/client.d.ts +44 -44
  2. package/lib/client.js +44 -44
  3. package/lib/request/add-fleet-installation-sites-request.d.ts +1 -1
  4. package/lib/request/cancel-work-request-request.d.ts +1 -1
  5. package/lib/request/change-fleet-compartment-request.d.ts +1 -1
  6. package/lib/request/create-blocklist-request.d.ts +1 -1
  7. package/lib/request/create-fleet-request.d.ts +1 -1
  8. package/lib/request/delete-blocklist-request.d.ts +1 -1
  9. package/lib/request/delete-crypto-analysis-result-request.d.ts +1 -1
  10. package/lib/request/delete-fleet-request.d.ts +1 -1
  11. package/lib/request/generate-agent-deploy-script-request.d.ts +1 -1
  12. package/lib/request/get-crypto-analysis-result-request.d.ts +1 -1
  13. package/lib/request/get-fleet-advanced-feature-configuration-request.d.ts +1 -1
  14. package/lib/request/get-fleet-agent-configuration-request.d.ts +1 -1
  15. package/lib/request/get-fleet-request.d.ts +1 -1
  16. package/lib/request/get-java-family-request.d.ts +1 -1
  17. package/lib/request/get-java-release-request.d.ts +1 -1
  18. package/lib/request/get-work-request-request.d.ts +1 -1
  19. package/lib/request/list-blocklists-request.d.ts +1 -1
  20. package/lib/request/list-crypto-analysis-results-request.d.ts +1 -1
  21. package/lib/request/list-fleets-request.d.ts +1 -1
  22. package/lib/request/list-installation-sites-request.d.ts +1 -1
  23. package/lib/request/list-java-families-request.d.ts +1 -1
  24. package/lib/request/list-java-releases-request.d.ts +1 -1
  25. package/lib/request/list-jre-usage-request.d.ts +1 -1
  26. package/lib/request/list-work-items-request.d.ts +1 -1
  27. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  28. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  29. package/lib/request/list-work-requests-request.d.ts +1 -1
  30. package/lib/request/remove-fleet-installation-sites-request.d.ts +1 -1
  31. package/lib/request/request-crypto-analyses-request.d.ts +1 -1
  32. package/lib/request/request-jfr-recordings-request.d.ts +1 -1
  33. package/lib/request/scan-java-server-usage-request.d.ts +1 -1
  34. package/lib/request/scan-library-usage-request.d.ts +1 -1
  35. package/lib/request/summarize-application-usage-request.d.ts +1 -1
  36. package/lib/request/summarize-deployed-application-usage-request.d.ts +1 -1
  37. package/lib/request/summarize-installation-usage-request.d.ts +1 -1
  38. package/lib/request/summarize-java-server-instance-usage-request.d.ts +1 -1
  39. package/lib/request/summarize-java-server-usage-request.d.ts +1 -1
  40. package/lib/request/summarize-jre-usage-request.d.ts +1 -1
  41. package/lib/request/summarize-library-usage-request.d.ts +1 -1
  42. package/lib/request/summarize-managed-instance-usage-request.d.ts +1 -1
  43. package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
  44. package/lib/request/update-fleet-advanced-feature-configuration-request.d.ts +1 -1
  45. package/lib/request/update-fleet-agent-configuration-request.d.ts +1 -1
  46. package/lib/request/update-fleet-request.d.ts +1 -1
  47. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -179,7 +179,7 @@ class JavaManagementServiceClient {
179
179
  * @param AddFleetInstallationSitesRequest
180
180
  * @return AddFleetInstallationSitesResponse
181
181
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
183
183
  */
184
184
  addFleetInstallationSites(addFleetInstallationSitesRequest) {
185
185
  return __awaiter(this, void 0, void 0, function* () {
@@ -241,7 +241,7 @@ class JavaManagementServiceClient {
241
241
  * @param CancelWorkRequestRequest
242
242
  * @return CancelWorkRequestResponse
243
243
  * @throws OciError when an error occurs
244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
245
245
  */
246
246
  cancelWorkRequest(cancelWorkRequestRequest) {
247
247
  return __awaiter(this, void 0, void 0, function* () {
@@ -297,7 +297,7 @@ class JavaManagementServiceClient {
297
297
  * @param ChangeFleetCompartmentRequest
298
298
  * @return ChangeFleetCompartmentResponse
299
299
  * @throws OciError when an error occurs
300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
301
301
  */
302
302
  changeFleetCompartment(changeFleetCompartmentRequest) {
303
303
  return __awaiter(this, void 0, void 0, function* () {
@@ -360,7 +360,7 @@ class JavaManagementServiceClient {
360
360
  * @param CreateBlocklistRequest
361
361
  * @return CreateBlocklistResponse
362
362
  * @throws OciError when an error occurs
363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
363
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
364
364
  */
365
365
  createBlocklist(createBlocklistRequest) {
366
366
  return __awaiter(this, void 0, void 0, function* () {
@@ -432,7 +432,7 @@ class JavaManagementServiceClient {
432
432
  * @param CreateFleetRequest
433
433
  * @return CreateFleetResponse
434
434
  * @throws OciError when an error occurs
435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
436
436
  */
437
437
  createFleet(createFleetRequest) {
438
438
  return __awaiter(this, void 0, void 0, function* () {
@@ -491,7 +491,7 @@ class JavaManagementServiceClient {
491
491
  * @param DeleteBlocklistRequest
492
492
  * @return DeleteBlocklistResponse
493
493
  * @throws OciError when an error occurs
494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
495
495
  */
496
496
  deleteBlocklist(deleteBlocklistRequest) {
497
497
  return __awaiter(this, void 0, void 0, function* () {
@@ -547,7 +547,7 @@ class JavaManagementServiceClient {
547
547
  * @param DeleteCryptoAnalysisResultRequest
548
548
  * @return DeleteCryptoAnalysisResultResponse
549
549
  * @throws OciError when an error occurs
550
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResult API.
550
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResult API.
551
551
  */
552
552
  deleteCryptoAnalysisResult(deleteCryptoAnalysisResultRequest) {
553
553
  return __awaiter(this, void 0, void 0, function* () {
@@ -608,7 +608,7 @@ class JavaManagementServiceClient {
608
608
  * @param DeleteFleetRequest
609
609
  * @return DeleteFleetResponse
610
610
  * @throws OciError when an error occurs
611
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
611
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
612
612
  */
613
613
  deleteFleet(deleteFleetRequest) {
614
614
  return __awaiter(this, void 0, void 0, function* () {
@@ -669,7 +669,7 @@ class JavaManagementServiceClient {
669
669
  * @param GenerateAgentDeployScriptRequest
670
670
  * @return GenerateAgentDeployScriptResponse
671
671
  * @throws OciError when an error occurs
672
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
672
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
673
673
  */
674
674
  generateAgentDeployScript(generateAgentDeployScriptRequest) {
675
675
  return __awaiter(this, void 0, void 0, function* () {
@@ -737,7 +737,7 @@ class JavaManagementServiceClient {
737
737
  * @param GetCryptoAnalysisResultRequest
738
738
  * @return GetCryptoAnalysisResultResponse
739
739
  * @throws OciError when an error occurs
740
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResult API.
740
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResult API.
741
741
  */
742
742
  getCryptoAnalysisResult(getCryptoAnalysisResultRequest) {
743
743
  return __awaiter(this, void 0, void 0, function* () {
@@ -801,7 +801,7 @@ class JavaManagementServiceClient {
801
801
  * @param GetFleetRequest
802
802
  * @return GetFleetResponse
803
803
  * @throws OciError when an error occurs
804
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
804
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
805
805
  */
806
806
  getFleet(getFleetRequest) {
807
807
  return __awaiter(this, void 0, void 0, function* () {
@@ -865,7 +865,7 @@ class JavaManagementServiceClient {
865
865
  * @param GetFleetAdvancedFeatureConfigurationRequest
866
866
  * @return GetFleetAdvancedFeatureConfigurationResponse
867
867
  * @throws OciError when an error occurs
868
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfiguration API.
868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfiguration API.
869
869
  */
870
870
  getFleetAdvancedFeatureConfiguration(getFleetAdvancedFeatureConfigurationRequest) {
871
871
  return __awaiter(this, void 0, void 0, function* () {
@@ -929,7 +929,7 @@ class JavaManagementServiceClient {
929
929
  * @param GetFleetAgentConfigurationRequest
930
930
  * @return GetFleetAgentConfigurationResponse
931
931
  * @throws OciError when an error occurs
932
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
932
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
933
933
  */
934
934
  getFleetAgentConfiguration(getFleetAgentConfigurationRequest) {
935
935
  return __awaiter(this, void 0, void 0, function* () {
@@ -993,7 +993,7 @@ class JavaManagementServiceClient {
993
993
  * @param GetJavaFamilyRequest
994
994
  * @return GetJavaFamilyResponse
995
995
  * @throws OciError when an error occurs
996
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
996
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
997
997
  */
998
998
  getJavaFamily(getJavaFamilyRequest) {
999
999
  return __awaiter(this, void 0, void 0, function* () {
@@ -1051,7 +1051,7 @@ class JavaManagementServiceClient {
1051
1051
  * @param GetJavaReleaseRequest
1052
1052
  * @return GetJavaReleaseResponse
1053
1053
  * @throws OciError when an error occurs
1054
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
1054
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
1055
1055
  */
1056
1056
  getJavaRelease(getJavaReleaseRequest) {
1057
1057
  return __awaiter(this, void 0, void 0, function* () {
@@ -1109,7 +1109,7 @@ class JavaManagementServiceClient {
1109
1109
  * @param GetWorkRequestRequest
1110
1110
  * @return GetWorkRequestResponse
1111
1111
  * @throws OciError when an error occurs
1112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1113
1113
  */
1114
1114
  getWorkRequest(getWorkRequestRequest) {
1115
1115
  return __awaiter(this, void 0, void 0, function* () {
@@ -1178,7 +1178,7 @@ class JavaManagementServiceClient {
1178
1178
  * @param ListBlocklistsRequest
1179
1179
  * @return ListBlocklistsResponse
1180
1180
  * @throws OciError when an error occurs
1181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
1181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
1182
1182
  */
1183
1183
  listBlocklists(listBlocklistsRequest) {
1184
1184
  return __awaiter(this, void 0, void 0, function* () {
@@ -1248,7 +1248,7 @@ class JavaManagementServiceClient {
1248
1248
  * @param ListCryptoAnalysisResultsRequest
1249
1249
  * @return ListCryptoAnalysisResultsResponse
1250
1250
  * @throws OciError when an error occurs
1251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResults API.
1251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResults API.
1252
1252
  */
1253
1253
  listCryptoAnalysisResults(listCryptoAnalysisResultsRequest) {
1254
1254
  return __awaiter(this, void 0, void 0, function* () {
@@ -1322,7 +1322,7 @@ class JavaManagementServiceClient {
1322
1322
  * @param ListFleetsRequest
1323
1323
  * @return ListFleetsResponse
1324
1324
  * @throws OciError when an error occurs
1325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
1325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
1326
1326
  */
1327
1327
  listFleets(listFleetsRequest) {
1328
1328
  return __awaiter(this, void 0, void 0, function* () {
@@ -1393,7 +1393,7 @@ class JavaManagementServiceClient {
1393
1393
  * @param ListInstallationSitesRequest
1394
1394
  * @return ListInstallationSitesResponse
1395
1395
  * @throws OciError when an error occurs
1396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
1396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
1397
1397
  */
1398
1398
  listInstallationSites(listInstallationSitesRequest) {
1399
1399
  return __awaiter(this, void 0, void 0, function* () {
@@ -1474,7 +1474,7 @@ class JavaManagementServiceClient {
1474
1474
  * @param ListJavaFamiliesRequest
1475
1475
  * @return ListJavaFamiliesResponse
1476
1476
  * @throws OciError when an error occurs
1477
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
1477
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
1478
1478
  */
1479
1479
  listJavaFamilies(listJavaFamiliesRequest) {
1480
1480
  return __awaiter(this, void 0, void 0, function* () {
@@ -1543,7 +1543,7 @@ class JavaManagementServiceClient {
1543
1543
  * @param ListJavaReleasesRequest
1544
1544
  * @return ListJavaReleasesResponse
1545
1545
  * @throws OciError when an error occurs
1546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
1546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
1547
1547
  */
1548
1548
  listJavaReleases(listJavaReleasesRequest) {
1549
1549
  return __awaiter(this, void 0, void 0, function* () {
@@ -1614,7 +1614,7 @@ class JavaManagementServiceClient {
1614
1614
  * @param ListJreUsageRequest
1615
1615
  * @return ListJreUsageResponse
1616
1616
  * @throws OciError when an error occurs
1617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
1617
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
1618
1618
  */
1619
1619
  listJreUsage(listJreUsageRequest) {
1620
1620
  return __awaiter(this, void 0, void 0, function* () {
@@ -1687,7 +1687,7 @@ class JavaManagementServiceClient {
1687
1687
  * @param ListWorkItemsRequest
1688
1688
  * @return ListWorkItemsResponse
1689
1689
  * @throws OciError when an error occurs
1690
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
1690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
1691
1691
  */
1692
1692
  listWorkItems(listWorkItemsRequest) {
1693
1693
  return __awaiter(this, void 0, void 0, function* () {
@@ -1754,7 +1754,7 @@ class JavaManagementServiceClient {
1754
1754
  * @param ListWorkRequestErrorsRequest
1755
1755
  * @return ListWorkRequestErrorsResponse
1756
1756
  * @throws OciError when an error occurs
1757
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1757
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1758
1758
  */
1759
1759
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1760
1760
  return __awaiter(this, void 0, void 0, function* () {
@@ -1821,7 +1821,7 @@ class JavaManagementServiceClient {
1821
1821
  * @param ListWorkRequestLogsRequest
1822
1822
  * @return ListWorkRequestLogsResponse
1823
1823
  * @throws OciError when an error occurs
1824
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1824
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1825
1825
  */
1826
1826
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1827
1827
  return __awaiter(this, void 0, void 0, function* () {
@@ -1888,7 +1888,7 @@ class JavaManagementServiceClient {
1888
1888
  * @param ListWorkRequestsRequest
1889
1889
  * @return ListWorkRequestsResponse
1890
1890
  * @throws OciError when an error occurs
1891
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1891
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1892
1892
  */
1893
1893
  listWorkRequests(listWorkRequestsRequest) {
1894
1894
  return __awaiter(this, void 0, void 0, function* () {
@@ -1955,7 +1955,7 @@ class JavaManagementServiceClient {
1955
1955
  * @param RemoveFleetInstallationSitesRequest
1956
1956
  * @return RemoveFleetInstallationSitesResponse
1957
1957
  * @throws OciError when an error occurs
1958
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
1958
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
1959
1959
  */
1960
1960
  removeFleetInstallationSites(removeFleetInstallationSitesRequest) {
1961
1961
  return __awaiter(this, void 0, void 0, function* () {
@@ -2019,7 +2019,7 @@ class JavaManagementServiceClient {
2019
2019
  * @param RequestCryptoAnalysesRequest
2020
2020
  * @return RequestCryptoAnalysesResponse
2021
2021
  * @throws OciError when an error occurs
2022
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalyses API.
2022
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalyses API.
2023
2023
  */
2024
2024
  requestCryptoAnalyses(requestCryptoAnalysesRequest) {
2025
2025
  return __awaiter(this, void 0, void 0, function* () {
@@ -2081,7 +2081,7 @@ class JavaManagementServiceClient {
2081
2081
  * @param RequestJfrRecordingsRequest
2082
2082
  * @return RequestJfrRecordingsResponse
2083
2083
  * @throws OciError when an error occurs
2084
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordings API.
2084
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordings API.
2085
2085
  */
2086
2086
  requestJfrRecordings(requestJfrRecordingsRequest) {
2087
2087
  return __awaiter(this, void 0, void 0, function* () {
@@ -2141,7 +2141,7 @@ class JavaManagementServiceClient {
2141
2141
  * @param ScanJavaServerUsageRequest
2142
2142
  * @return ScanJavaServerUsageResponse
2143
2143
  * @throws OciError when an error occurs
2144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsage API.
2144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsage API.
2145
2145
  */
2146
2146
  scanJavaServerUsage(scanJavaServerUsageRequest) {
2147
2147
  return __awaiter(this, void 0, void 0, function* () {
@@ -2203,7 +2203,7 @@ class JavaManagementServiceClient {
2203
2203
  * @param ScanLibraryUsageRequest
2204
2204
  * @return ScanLibraryUsageResponse
2205
2205
  * @throws OciError when an error occurs
2206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsage API.
2206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsage API.
2207
2207
  */
2208
2208
  scanLibraryUsage(scanLibraryUsageRequest) {
2209
2209
  return __awaiter(this, void 0, void 0, function* () {
@@ -2265,7 +2265,7 @@ class JavaManagementServiceClient {
2265
2265
  * @param SummarizeApplicationUsageRequest
2266
2266
  * @return SummarizeApplicationUsageResponse
2267
2267
  * @throws OciError when an error occurs
2268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
2268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
2269
2269
  */
2270
2270
  summarizeApplicationUsage(summarizeApplicationUsageRequest) {
2271
2271
  return __awaiter(this, void 0, void 0, function* () {
@@ -2348,7 +2348,7 @@ class JavaManagementServiceClient {
2348
2348
  * @param SummarizeDeployedApplicationUsageRequest
2349
2349
  * @return SummarizeDeployedApplicationUsageResponse
2350
2350
  * @throws OciError when an error occurs
2351
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsage API.
2351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsage API.
2352
2352
  */
2353
2353
  summarizeDeployedApplicationUsage(summarizeDeployedApplicationUsageRequest) {
2354
2354
  return __awaiter(this, void 0, void 0, function* () {
@@ -2425,7 +2425,7 @@ class JavaManagementServiceClient {
2425
2425
  * @param SummarizeInstallationUsageRequest
2426
2426
  * @return SummarizeInstallationUsageResponse
2427
2427
  * @throws OciError when an error occurs
2428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
2428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
2429
2429
  */
2430
2430
  summarizeInstallationUsage(summarizeInstallationUsageRequest) {
2431
2431
  return __awaiter(this, void 0, void 0, function* () {
@@ -2505,7 +2505,7 @@ class JavaManagementServiceClient {
2505
2505
  * @param SummarizeJavaServerInstanceUsageRequest
2506
2506
  * @return SummarizeJavaServerInstanceUsageResponse
2507
2507
  * @throws OciError when an error occurs
2508
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsage API.
2508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsage API.
2509
2509
  */
2510
2510
  summarizeJavaServerInstanceUsage(summarizeJavaServerInstanceUsageRequest) {
2511
2511
  return __awaiter(this, void 0, void 0, function* () {
@@ -2583,7 +2583,7 @@ class JavaManagementServiceClient {
2583
2583
  * @param SummarizeJavaServerUsageRequest
2584
2584
  * @return SummarizeJavaServerUsageResponse
2585
2585
  * @throws OciError when an error occurs
2586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsage API.
2586
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsage API.
2587
2587
  */
2588
2588
  summarizeJavaServerUsage(summarizeJavaServerUsageRequest) {
2589
2589
  return __awaiter(this, void 0, void 0, function* () {
@@ -2657,7 +2657,7 @@ class JavaManagementServiceClient {
2657
2657
  * @param SummarizeJreUsageRequest
2658
2658
  * @return SummarizeJreUsageResponse
2659
2659
  * @throws OciError when an error occurs
2660
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
2660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
2661
2661
  */
2662
2662
  summarizeJreUsage(summarizeJreUsageRequest) {
2663
2663
  return __awaiter(this, void 0, void 0, function* () {
@@ -2737,7 +2737,7 @@ class JavaManagementServiceClient {
2737
2737
  * @param SummarizeLibraryUsageRequest
2738
2738
  * @return SummarizeLibraryUsageResponse
2739
2739
  * @throws OciError when an error occurs
2740
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsage API.
2740
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsage API.
2741
2741
  */
2742
2742
  summarizeLibraryUsage(summarizeLibraryUsageRequest) {
2743
2743
  return __awaiter(this, void 0, void 0, function* () {
@@ -2813,7 +2813,7 @@ class JavaManagementServiceClient {
2813
2813
  * @param SummarizeManagedInstanceUsageRequest
2814
2814
  * @return SummarizeManagedInstanceUsageResponse
2815
2815
  * @throws OciError when an error occurs
2816
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
2816
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
2817
2817
  */
2818
2818
  summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest) {
2819
2819
  return __awaiter(this, void 0, void 0, function* () {
@@ -2895,7 +2895,7 @@ class JavaManagementServiceClient {
2895
2895
  * @param SummarizeResourceInventoryRequest
2896
2896
  * @return SummarizeResourceInventoryResponse
2897
2897
  * @throws OciError when an error occurs
2898
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
2898
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
2899
2899
  */
2900
2900
  summarizeResourceInventory(summarizeResourceInventoryRequest) {
2901
2901
  return __awaiter(this, void 0, void 0, function* () {
@@ -2955,7 +2955,7 @@ class JavaManagementServiceClient {
2955
2955
  * @param UpdateFleetRequest
2956
2956
  * @return UpdateFleetResponse
2957
2957
  * @throws OciError when an error occurs
2958
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
2958
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
2959
2959
  */
2960
2960
  updateFleet(updateFleetRequest) {
2961
2961
  return __awaiter(this, void 0, void 0, function* () {
@@ -3018,7 +3018,7 @@ class JavaManagementServiceClient {
3018
3018
  * @param UpdateFleetAdvancedFeatureConfigurationRequest
3019
3019
  * @return UpdateFleetAdvancedFeatureConfigurationResponse
3020
3020
  * @throws OciError when an error occurs
3021
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfiguration API.
3021
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfiguration API.
3022
3022
  */
3023
3023
  updateFleetAdvancedFeatureConfiguration(updateFleetAdvancedFeatureConfigurationRequest) {
3024
3024
  return __awaiter(this, void 0, void 0, function* () {
@@ -3084,7 +3084,7 @@ class JavaManagementServiceClient {
3084
3084
  * @param UpdateFleetAgentConfigurationRequest
3085
3085
  * @return UpdateFleetAgentConfigurationResponse
3086
3086
  * @throws OciError when an error occurs
3087
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
3087
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
3088
3088
  */
3089
3089
  updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest) {
3090
3090
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSitesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSitesRequest.
17
17
  */
18
18
  export interface AddFleetInstallationSitesRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeFleetCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklistRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklistRequest.
17
17
  */
18
18
  export interface CreateBlocklistRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleetRequest.
17
17
  */
18
18
  export interface CreateFleetRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklistRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklistRequest.
16
16
  */
17
17
  export interface DeleteBlocklistRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResultRequest.
16
16
  */
17
17
  export interface DeleteCryptoAnalysisResultRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleetRequest.
16
16
  */
17
17
  export interface DeleteFleetRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScriptRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScriptRequest.
17
17
  */
18
18
  export interface GenerateAgentDeployScriptRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResultRequest.
16
16
  */
17
17
  export interface GetCryptoAnalysisResultRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfigurationRequest.
16
16
  */
17
17
  export interface GetFleetAdvancedFeatureConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfigurationRequest.
16
16
  */
17
17
  export interface GetFleetAgentConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/GetFleet.ts.html |here} to see how to use GetFleetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/GetFleet.ts.html |here} to see how to use GetFleetRequest.
16
16
  */
17
17
  export interface GetFleetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamilyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamilyRequest.
16
16
  */
17
17
  export interface GetJavaFamilyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaReleaseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaReleaseRequest.
16
16
  */
17
17
  export interface GetJavaReleaseRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklistsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklistsRequest.
17
17
  */
18
18
  export interface ListBlocklistsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResultsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResultsRequest.
17
17
  */
18
18
  export interface ListCryptoAnalysisResultsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ListFleets.ts.html |here} to see how to use ListFleetsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ListFleets.ts.html |here} to see how to use ListFleetsRequest.
17
17
  */
18
18
  export interface ListFleetsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSitesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSitesRequest.
17
17
  */
18
18
  export interface ListInstallationSitesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamiliesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamiliesRequest.
17
17
  */
18
18
  export interface ListJavaFamiliesRequest extends common.BaseRequest {
19
19
  /**