oci-jms 2.56.0 → 2.57.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
@@ -156,7 +156,7 @@ class JavaManagementServiceClient {
156
156
  * @param AddFleetInstallationSitesRequest
157
157
  * @return AddFleetInstallationSitesResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
160
160
  */
161
161
  addFleetInstallationSites(addFleetInstallationSitesRequest) {
162
162
  return __awaiter(this, void 0, void 0, function* () {
@@ -218,7 +218,7 @@ class JavaManagementServiceClient {
218
218
  * @param CancelWorkRequestRequest
219
219
  * @return CancelWorkRequestResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
222
222
  */
223
223
  cancelWorkRequest(cancelWorkRequestRequest) {
224
224
  return __awaiter(this, void 0, void 0, function* () {
@@ -274,7 +274,7 @@ class JavaManagementServiceClient {
274
274
  * @param ChangeFleetCompartmentRequest
275
275
  * @return ChangeFleetCompartmentResponse
276
276
  * @throws OciError when an error occurs
277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
278
278
  */
279
279
  changeFleetCompartment(changeFleetCompartmentRequest) {
280
280
  return __awaiter(this, void 0, void 0, function* () {
@@ -337,7 +337,7 @@ class JavaManagementServiceClient {
337
337
  * @param CreateBlocklistRequest
338
338
  * @return CreateBlocklistResponse
339
339
  * @throws OciError when an error occurs
340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
341
341
  */
342
342
  createBlocklist(createBlocklistRequest) {
343
343
  return __awaiter(this, void 0, void 0, function* () {
@@ -409,7 +409,7 @@ class JavaManagementServiceClient {
409
409
  * @param CreateFleetRequest
410
410
  * @return CreateFleetResponse
411
411
  * @throws OciError when an error occurs
412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
413
413
  */
414
414
  createFleet(createFleetRequest) {
415
415
  return __awaiter(this, void 0, void 0, function* () {
@@ -468,7 +468,7 @@ class JavaManagementServiceClient {
468
468
  * @param DeleteBlocklistRequest
469
469
  * @return DeleteBlocklistResponse
470
470
  * @throws OciError when an error occurs
471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
472
472
  */
473
473
  deleteBlocklist(deleteBlocklistRequest) {
474
474
  return __awaiter(this, void 0, void 0, function* () {
@@ -524,7 +524,7 @@ class JavaManagementServiceClient {
524
524
  * @param DeleteCryptoAnalysisResultRequest
525
525
  * @return DeleteCryptoAnalysisResultResponse
526
526
  * @throws OciError when an error occurs
527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResult API.
527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResult API.
528
528
  */
529
529
  deleteCryptoAnalysisResult(deleteCryptoAnalysisResultRequest) {
530
530
  return __awaiter(this, void 0, void 0, function* () {
@@ -585,7 +585,7 @@ class JavaManagementServiceClient {
585
585
  * @param DeleteFleetRequest
586
586
  * @return DeleteFleetResponse
587
587
  * @throws OciError when an error occurs
588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
589
589
  */
590
590
  deleteFleet(deleteFleetRequest) {
591
591
  return __awaiter(this, void 0, void 0, function* () {
@@ -646,7 +646,7 @@ class JavaManagementServiceClient {
646
646
  * @param GenerateAgentDeployScriptRequest
647
647
  * @return GenerateAgentDeployScriptResponse
648
648
  * @throws OciError when an error occurs
649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
649
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
650
650
  */
651
651
  generateAgentDeployScript(generateAgentDeployScriptRequest) {
652
652
  return __awaiter(this, void 0, void 0, function* () {
@@ -714,7 +714,7 @@ class JavaManagementServiceClient {
714
714
  * @param GetCryptoAnalysisResultRequest
715
715
  * @return GetCryptoAnalysisResultResponse
716
716
  * @throws OciError when an error occurs
717
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResult API.
717
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResult API.
718
718
  */
719
719
  getCryptoAnalysisResult(getCryptoAnalysisResultRequest) {
720
720
  return __awaiter(this, void 0, void 0, function* () {
@@ -778,7 +778,7 @@ class JavaManagementServiceClient {
778
778
  * @param GetFleetRequest
779
779
  * @return GetFleetResponse
780
780
  * @throws OciError when an error occurs
781
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
781
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
782
782
  */
783
783
  getFleet(getFleetRequest) {
784
784
  return __awaiter(this, void 0, void 0, function* () {
@@ -842,7 +842,7 @@ class JavaManagementServiceClient {
842
842
  * @param GetFleetAdvancedFeatureConfigurationRequest
843
843
  * @return GetFleetAdvancedFeatureConfigurationResponse
844
844
  * @throws OciError when an error occurs
845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfiguration API.
845
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfiguration API.
846
846
  */
847
847
  getFleetAdvancedFeatureConfiguration(getFleetAdvancedFeatureConfigurationRequest) {
848
848
  return __awaiter(this, void 0, void 0, function* () {
@@ -906,7 +906,7 @@ class JavaManagementServiceClient {
906
906
  * @param GetFleetAgentConfigurationRequest
907
907
  * @return GetFleetAgentConfigurationResponse
908
908
  * @throws OciError when an error occurs
909
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
909
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
910
910
  */
911
911
  getFleetAgentConfiguration(getFleetAgentConfigurationRequest) {
912
912
  return __awaiter(this, void 0, void 0, function* () {
@@ -970,7 +970,7 @@ class JavaManagementServiceClient {
970
970
  * @param GetJavaFamilyRequest
971
971
  * @return GetJavaFamilyResponse
972
972
  * @throws OciError when an error occurs
973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
973
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
974
974
  */
975
975
  getJavaFamily(getJavaFamilyRequest) {
976
976
  return __awaiter(this, void 0, void 0, function* () {
@@ -1028,7 +1028,7 @@ class JavaManagementServiceClient {
1028
1028
  * @param GetJavaReleaseRequest
1029
1029
  * @return GetJavaReleaseResponse
1030
1030
  * @throws OciError when an error occurs
1031
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
1031
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
1032
1032
  */
1033
1033
  getJavaRelease(getJavaReleaseRequest) {
1034
1034
  return __awaiter(this, void 0, void 0, function* () {
@@ -1086,7 +1086,7 @@ class JavaManagementServiceClient {
1086
1086
  * @param GetWorkRequestRequest
1087
1087
  * @return GetWorkRequestResponse
1088
1088
  * @throws OciError when an error occurs
1089
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1089
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1090
1090
  */
1091
1091
  getWorkRequest(getWorkRequestRequest) {
1092
1092
  return __awaiter(this, void 0, void 0, function* () {
@@ -1155,7 +1155,7 @@ class JavaManagementServiceClient {
1155
1155
  * @param ListBlocklistsRequest
1156
1156
  * @return ListBlocklistsResponse
1157
1157
  * @throws OciError when an error occurs
1158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
1158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
1159
1159
  */
1160
1160
  listBlocklists(listBlocklistsRequest) {
1161
1161
  return __awaiter(this, void 0, void 0, function* () {
@@ -1225,7 +1225,7 @@ class JavaManagementServiceClient {
1225
1225
  * @param ListCryptoAnalysisResultsRequest
1226
1226
  * @return ListCryptoAnalysisResultsResponse
1227
1227
  * @throws OciError when an error occurs
1228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResults API.
1228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResults API.
1229
1229
  */
1230
1230
  listCryptoAnalysisResults(listCryptoAnalysisResultsRequest) {
1231
1231
  return __awaiter(this, void 0, void 0, function* () {
@@ -1299,7 +1299,7 @@ class JavaManagementServiceClient {
1299
1299
  * @param ListFleetsRequest
1300
1300
  * @return ListFleetsResponse
1301
1301
  * @throws OciError when an error occurs
1302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
1302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
1303
1303
  */
1304
1304
  listFleets(listFleetsRequest) {
1305
1305
  return __awaiter(this, void 0, void 0, function* () {
@@ -1370,7 +1370,7 @@ class JavaManagementServiceClient {
1370
1370
  * @param ListInstallationSitesRequest
1371
1371
  * @return ListInstallationSitesResponse
1372
1372
  * @throws OciError when an error occurs
1373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
1373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
1374
1374
  */
1375
1375
  listInstallationSites(listInstallationSitesRequest) {
1376
1376
  return __awaiter(this, void 0, void 0, function* () {
@@ -1451,7 +1451,7 @@ class JavaManagementServiceClient {
1451
1451
  * @param ListJavaFamiliesRequest
1452
1452
  * @return ListJavaFamiliesResponse
1453
1453
  * @throws OciError when an error occurs
1454
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
1454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
1455
1455
  */
1456
1456
  listJavaFamilies(listJavaFamiliesRequest) {
1457
1457
  return __awaiter(this, void 0, void 0, function* () {
@@ -1520,7 +1520,7 @@ class JavaManagementServiceClient {
1520
1520
  * @param ListJavaReleasesRequest
1521
1521
  * @return ListJavaReleasesResponse
1522
1522
  * @throws OciError when an error occurs
1523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
1523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
1524
1524
  */
1525
1525
  listJavaReleases(listJavaReleasesRequest) {
1526
1526
  return __awaiter(this, void 0, void 0, function* () {
@@ -1591,7 +1591,7 @@ class JavaManagementServiceClient {
1591
1591
  * @param ListJreUsageRequest
1592
1592
  * @return ListJreUsageResponse
1593
1593
  * @throws OciError when an error occurs
1594
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
1594
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
1595
1595
  */
1596
1596
  listJreUsage(listJreUsageRequest) {
1597
1597
  return __awaiter(this, void 0, void 0, function* () {
@@ -1664,7 +1664,7 @@ class JavaManagementServiceClient {
1664
1664
  * @param ListWorkItemsRequest
1665
1665
  * @return ListWorkItemsResponse
1666
1666
  * @throws OciError when an error occurs
1667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
1667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
1668
1668
  */
1669
1669
  listWorkItems(listWorkItemsRequest) {
1670
1670
  return __awaiter(this, void 0, void 0, function* () {
@@ -1731,7 +1731,7 @@ class JavaManagementServiceClient {
1731
1731
  * @param ListWorkRequestErrorsRequest
1732
1732
  * @return ListWorkRequestErrorsResponse
1733
1733
  * @throws OciError when an error occurs
1734
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1734
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1735
1735
  */
1736
1736
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1737
1737
  return __awaiter(this, void 0, void 0, function* () {
@@ -1798,7 +1798,7 @@ class JavaManagementServiceClient {
1798
1798
  * @param ListWorkRequestLogsRequest
1799
1799
  * @return ListWorkRequestLogsResponse
1800
1800
  * @throws OciError when an error occurs
1801
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1801
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1802
1802
  */
1803
1803
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1804
1804
  return __awaiter(this, void 0, void 0, function* () {
@@ -1865,7 +1865,7 @@ class JavaManagementServiceClient {
1865
1865
  * @param ListWorkRequestsRequest
1866
1866
  * @return ListWorkRequestsResponse
1867
1867
  * @throws OciError when an error occurs
1868
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1869
1869
  */
1870
1870
  listWorkRequests(listWorkRequestsRequest) {
1871
1871
  return __awaiter(this, void 0, void 0, function* () {
@@ -1932,7 +1932,7 @@ class JavaManagementServiceClient {
1932
1932
  * @param RemoveFleetInstallationSitesRequest
1933
1933
  * @return RemoveFleetInstallationSitesResponse
1934
1934
  * @throws OciError when an error occurs
1935
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
1935
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
1936
1936
  */
1937
1937
  removeFleetInstallationSites(removeFleetInstallationSitesRequest) {
1938
1938
  return __awaiter(this, void 0, void 0, function* () {
@@ -1996,7 +1996,7 @@ class JavaManagementServiceClient {
1996
1996
  * @param RequestCryptoAnalysesRequest
1997
1997
  * @return RequestCryptoAnalysesResponse
1998
1998
  * @throws OciError when an error occurs
1999
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalyses API.
1999
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalyses API.
2000
2000
  */
2001
2001
  requestCryptoAnalyses(requestCryptoAnalysesRequest) {
2002
2002
  return __awaiter(this, void 0, void 0, function* () {
@@ -2058,7 +2058,7 @@ class JavaManagementServiceClient {
2058
2058
  * @param RequestJfrRecordingsRequest
2059
2059
  * @return RequestJfrRecordingsResponse
2060
2060
  * @throws OciError when an error occurs
2061
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordings API.
2061
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordings API.
2062
2062
  */
2063
2063
  requestJfrRecordings(requestJfrRecordingsRequest) {
2064
2064
  return __awaiter(this, void 0, void 0, function* () {
@@ -2118,7 +2118,7 @@ class JavaManagementServiceClient {
2118
2118
  * @param ScanJavaServerUsageRequest
2119
2119
  * @return ScanJavaServerUsageResponse
2120
2120
  * @throws OciError when an error occurs
2121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsage API.
2121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsage API.
2122
2122
  */
2123
2123
  scanJavaServerUsage(scanJavaServerUsageRequest) {
2124
2124
  return __awaiter(this, void 0, void 0, function* () {
@@ -2180,7 +2180,7 @@ class JavaManagementServiceClient {
2180
2180
  * @param ScanLibraryUsageRequest
2181
2181
  * @return ScanLibraryUsageResponse
2182
2182
  * @throws OciError when an error occurs
2183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsage API.
2183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsage API.
2184
2184
  */
2185
2185
  scanLibraryUsage(scanLibraryUsageRequest) {
2186
2186
  return __awaiter(this, void 0, void 0, function* () {
@@ -2242,7 +2242,7 @@ class JavaManagementServiceClient {
2242
2242
  * @param SummarizeApplicationUsageRequest
2243
2243
  * @return SummarizeApplicationUsageResponse
2244
2244
  * @throws OciError when an error occurs
2245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
2245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
2246
2246
  */
2247
2247
  summarizeApplicationUsage(summarizeApplicationUsageRequest) {
2248
2248
  return __awaiter(this, void 0, void 0, function* () {
@@ -2325,7 +2325,7 @@ class JavaManagementServiceClient {
2325
2325
  * @param SummarizeDeployedApplicationUsageRequest
2326
2326
  * @return SummarizeDeployedApplicationUsageResponse
2327
2327
  * @throws OciError when an error occurs
2328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsage API.
2328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsage API.
2329
2329
  */
2330
2330
  summarizeDeployedApplicationUsage(summarizeDeployedApplicationUsageRequest) {
2331
2331
  return __awaiter(this, void 0, void 0, function* () {
@@ -2402,7 +2402,7 @@ class JavaManagementServiceClient {
2402
2402
  * @param SummarizeInstallationUsageRequest
2403
2403
  * @return SummarizeInstallationUsageResponse
2404
2404
  * @throws OciError when an error occurs
2405
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
2405
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
2406
2406
  */
2407
2407
  summarizeInstallationUsage(summarizeInstallationUsageRequest) {
2408
2408
  return __awaiter(this, void 0, void 0, function* () {
@@ -2482,7 +2482,7 @@ class JavaManagementServiceClient {
2482
2482
  * @param SummarizeJavaServerInstanceUsageRequest
2483
2483
  * @return SummarizeJavaServerInstanceUsageResponse
2484
2484
  * @throws OciError when an error occurs
2485
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsage API.
2485
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsage API.
2486
2486
  */
2487
2487
  summarizeJavaServerInstanceUsage(summarizeJavaServerInstanceUsageRequest) {
2488
2488
  return __awaiter(this, void 0, void 0, function* () {
@@ -2560,7 +2560,7 @@ class JavaManagementServiceClient {
2560
2560
  * @param SummarizeJavaServerUsageRequest
2561
2561
  * @return SummarizeJavaServerUsageResponse
2562
2562
  * @throws OciError when an error occurs
2563
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsage API.
2563
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsage API.
2564
2564
  */
2565
2565
  summarizeJavaServerUsage(summarizeJavaServerUsageRequest) {
2566
2566
  return __awaiter(this, void 0, void 0, function* () {
@@ -2634,7 +2634,7 @@ class JavaManagementServiceClient {
2634
2634
  * @param SummarizeJreUsageRequest
2635
2635
  * @return SummarizeJreUsageResponse
2636
2636
  * @throws OciError when an error occurs
2637
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
2637
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
2638
2638
  */
2639
2639
  summarizeJreUsage(summarizeJreUsageRequest) {
2640
2640
  return __awaiter(this, void 0, void 0, function* () {
@@ -2714,7 +2714,7 @@ class JavaManagementServiceClient {
2714
2714
  * @param SummarizeLibraryUsageRequest
2715
2715
  * @return SummarizeLibraryUsageResponse
2716
2716
  * @throws OciError when an error occurs
2717
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsage API.
2717
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsage API.
2718
2718
  */
2719
2719
  summarizeLibraryUsage(summarizeLibraryUsageRequest) {
2720
2720
  return __awaiter(this, void 0, void 0, function* () {
@@ -2790,7 +2790,7 @@ class JavaManagementServiceClient {
2790
2790
  * @param SummarizeManagedInstanceUsageRequest
2791
2791
  * @return SummarizeManagedInstanceUsageResponse
2792
2792
  * @throws OciError when an error occurs
2793
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
2793
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
2794
2794
  */
2795
2795
  summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest) {
2796
2796
  return __awaiter(this, void 0, void 0, function* () {
@@ -2872,7 +2872,7 @@ class JavaManagementServiceClient {
2872
2872
  * @param SummarizeResourceInventoryRequest
2873
2873
  * @return SummarizeResourceInventoryResponse
2874
2874
  * @throws OciError when an error occurs
2875
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
2875
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
2876
2876
  */
2877
2877
  summarizeResourceInventory(summarizeResourceInventoryRequest) {
2878
2878
  return __awaiter(this, void 0, void 0, function* () {
@@ -2932,7 +2932,7 @@ class JavaManagementServiceClient {
2932
2932
  * @param UpdateFleetRequest
2933
2933
  * @return UpdateFleetResponse
2934
2934
  * @throws OciError when an error occurs
2935
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
2935
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
2936
2936
  */
2937
2937
  updateFleet(updateFleetRequest) {
2938
2938
  return __awaiter(this, void 0, void 0, function* () {
@@ -2995,7 +2995,7 @@ class JavaManagementServiceClient {
2995
2995
  * @param UpdateFleetAdvancedFeatureConfigurationRequest
2996
2996
  * @return UpdateFleetAdvancedFeatureConfigurationResponse
2997
2997
  * @throws OciError when an error occurs
2998
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfiguration API.
2998
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfiguration API.
2999
2999
  */
3000
3000
  updateFleetAdvancedFeatureConfiguration(updateFleetAdvancedFeatureConfigurationRequest) {
3001
3001
  return __awaiter(this, void 0, void 0, function* () {
@@ -3061,7 +3061,7 @@ class JavaManagementServiceClient {
3061
3061
  * @param UpdateFleetAgentConfigurationRequest
3062
3062
  * @return UpdateFleetAgentConfigurationResponse
3063
3063
  * @throws OciError when an error occurs
3064
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
3064
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
3065
3065
  */
3066
3066
  updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest) {
3067
3067
  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.56.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.57.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.56.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.57.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.56.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.57.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.56.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.57.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.56.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.57.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.56.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.57.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.56.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.57.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.56.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.57.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.56.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.57.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.56.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.57.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.56.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.57.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.56.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.57.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.56.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.57.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.56.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.57.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.56.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.57.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.56.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.57.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.56.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.57.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.56.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.57.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.56.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.57.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.56.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.57.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.56.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.57.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamiliesRequest.
17
17
  */
18
18
  export interface ListJavaFamiliesRequest extends common.BaseRequest {
19
19
  /**