oci-cloudbridge 2.62.2 → 2.62.3

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 (61) hide show
  1. package/lib/client.d.ts +58 -58
  2. package/lib/client.js +58 -58
  3. package/lib/request/add-agent-dependency-request.d.ts +1 -1
  4. package/lib/request/analyze-assets-request.d.ts +1 -1
  5. package/lib/request/cancel-work-request-request.d.ts +1 -1
  6. package/lib/request/change-agent-compartment-request.d.ts +1 -1
  7. package/lib/request/change-agent-dependency-compartment-request.d.ts +1 -1
  8. package/lib/request/change-asset-compartment-request.d.ts +1 -1
  9. package/lib/request/change-asset-source-compartment-request.d.ts +1 -1
  10. package/lib/request/change-asset-tags-request.d.ts +1 -1
  11. package/lib/request/change-discovery-schedule-compartment-request.d.ts +1 -1
  12. package/lib/request/change-environment-compartment-request.d.ts +1 -1
  13. package/lib/request/create-agent-dependency-request.d.ts +1 -1
  14. package/lib/request/create-agent-request.d.ts +1 -1
  15. package/lib/request/create-asset-request.d.ts +1 -1
  16. package/lib/request/create-asset-source-request.d.ts +1 -1
  17. package/lib/request/create-discovery-schedule-request.d.ts +1 -1
  18. package/lib/request/create-environment-request.d.ts +1 -1
  19. package/lib/request/create-inventory-request.d.ts +1 -1
  20. package/lib/request/delete-agent-dependency-request.d.ts +1 -1
  21. package/lib/request/delete-agent-request.d.ts +1 -1
  22. package/lib/request/delete-asset-request.d.ts +1 -1
  23. package/lib/request/delete-asset-source-request.d.ts +1 -1
  24. package/lib/request/delete-discovery-schedule-request.d.ts +1 -1
  25. package/lib/request/delete-environment-request.d.ts +1 -1
  26. package/lib/request/delete-inventory-request.d.ts +1 -1
  27. package/lib/request/get-agent-dependency-request.d.ts +1 -1
  28. package/lib/request/get-agent-request.d.ts +1 -1
  29. package/lib/request/get-asset-request.d.ts +1 -1
  30. package/lib/request/get-asset-source-request.d.ts +1 -1
  31. package/lib/request/get-discovery-schedule-request.d.ts +1 -1
  32. package/lib/request/get-environment-request.d.ts +1 -1
  33. package/lib/request/get-inventory-request.d.ts +1 -1
  34. package/lib/request/get-plugin-request.d.ts +1 -1
  35. package/lib/request/get-work-request-request.d.ts +1 -1
  36. package/lib/request/import-inventory-request.d.ts +1 -1
  37. package/lib/request/list-agent-dependencies-request.d.ts +1 -1
  38. package/lib/request/list-agents-request.d.ts +1 -1
  39. package/lib/request/list-appliance-images-request.d.ts +1 -1
  40. package/lib/request/list-asset-source-connections-request.d.ts +1 -1
  41. package/lib/request/list-asset-sources-request.d.ts +1 -1
  42. package/lib/request/list-assets-request.d.ts +1 -1
  43. package/lib/request/list-discovery-schedules-request.d.ts +1 -1
  44. package/lib/request/list-environments-request.d.ts +1 -1
  45. package/lib/request/list-historical-metrics-request.d.ts +1 -1
  46. package/lib/request/list-inventories-request.d.ts +1 -1
  47. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  48. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  49. package/lib/request/list-work-requests-request.d.ts +1 -1
  50. package/lib/request/refresh-asset-source-request.d.ts +1 -1
  51. package/lib/request/remove-agent-dependency-request.d.ts +1 -1
  52. package/lib/request/submit-historical-metrics-request.d.ts +1 -1
  53. package/lib/request/update-agent-dependency-request.d.ts +1 -1
  54. package/lib/request/update-agent-request.d.ts +1 -1
  55. package/lib/request/update-asset-request.d.ts +1 -1
  56. package/lib/request/update-asset-source-request.d.ts +1 -1
  57. package/lib/request/update-discovery-schedule-request.d.ts +1 -1
  58. package/lib/request/update-environment-request.d.ts +1 -1
  59. package/lib/request/update-inventory-request.d.ts +1 -1
  60. package/lib/request/update-plugin-request.d.ts +1 -1
  61. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -182,7 +182,7 @@ class CommonClient {
182
182
  * @param CancelWorkRequestRequest
183
183
  * @return CancelWorkRequestResponse
184
184
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
186
186
  */
187
187
  cancelWorkRequest(cancelWorkRequestRequest) {
188
188
  return __awaiter(this, void 0, void 0, function* () {
@@ -237,7 +237,7 @@ class CommonClient {
237
237
  * @param GetWorkRequestRequest
238
238
  * @return GetWorkRequestResponse
239
239
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
241
241
  */
242
242
  getWorkRequest(getWorkRequestRequest) {
243
243
  return __awaiter(this, void 0, void 0, function* () {
@@ -306,7 +306,7 @@ class CommonClient {
306
306
  * @param ListWorkRequestErrorsRequest
307
307
  * @return ListWorkRequestErrorsResponse
308
308
  * @throws OciError when an error occurs
309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
309
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
310
310
  */
311
311
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
312
312
  return __awaiter(this, void 0, void 0, function* () {
@@ -375,7 +375,7 @@ class CommonClient {
375
375
  * @param ListWorkRequestLogsRequest
376
376
  * @return ListWorkRequestLogsResponse
377
377
  * @throws OciError when an error occurs
378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
379
379
  */
380
380
  listWorkRequestLogs(listWorkRequestLogsRequest) {
381
381
  return __awaiter(this, void 0, void 0, function* () {
@@ -444,7 +444,7 @@ class CommonClient {
444
444
  * @param ListWorkRequestsRequest
445
445
  * @return ListWorkRequestsResponse
446
446
  * @throws OciError when an error occurs
447
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
447
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
448
448
  */
449
449
  listWorkRequests(listWorkRequestsRequest) {
450
450
  return __awaiter(this, void 0, void 0, function* () {
@@ -643,7 +643,7 @@ class DiscoveryClient {
643
643
  * @param ChangeAssetSourceCompartmentRequest
644
644
  * @return ChangeAssetSourceCompartmentResponse
645
645
  * @throws OciError when an error occurs
646
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ChangeAssetSourceCompartment.ts.html |here} to see how to use ChangeAssetSourceCompartment API.
646
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ChangeAssetSourceCompartment.ts.html |here} to see how to use ChangeAssetSourceCompartment API.
647
647
  */
648
648
  changeAssetSourceCompartment(changeAssetSourceCompartmentRequest) {
649
649
  return __awaiter(this, void 0, void 0, function* () {
@@ -700,7 +700,7 @@ class DiscoveryClient {
700
700
  * @param ChangeDiscoveryScheduleCompartmentRequest
701
701
  * @return ChangeDiscoveryScheduleCompartmentResponse
702
702
  * @throws OciError when an error occurs
703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ChangeDiscoveryScheduleCompartment.ts.html |here} to see how to use ChangeDiscoveryScheduleCompartment API.
703
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ChangeDiscoveryScheduleCompartment.ts.html |here} to see how to use ChangeDiscoveryScheduleCompartment API.
704
704
  */
705
705
  changeDiscoveryScheduleCompartment(changeDiscoveryScheduleCompartmentRequest) {
706
706
  return __awaiter(this, void 0, void 0, function* () {
@@ -758,7 +758,7 @@ class DiscoveryClient {
758
758
  * @param CreateAssetSourceRequest
759
759
  * @return CreateAssetSourceResponse
760
760
  * @throws OciError when an error occurs
761
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/CreateAssetSource.ts.html |here} to see how to use CreateAssetSource API.
761
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/CreateAssetSource.ts.html |here} to see how to use CreateAssetSource API.
762
762
  */
763
763
  createAssetSource(createAssetSourceRequest) {
764
764
  return __awaiter(this, void 0, void 0, function* () {
@@ -831,7 +831,7 @@ class DiscoveryClient {
831
831
  * @param CreateDiscoveryScheduleRequest
832
832
  * @return CreateDiscoveryScheduleResponse
833
833
  * @throws OciError when an error occurs
834
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/CreateDiscoverySchedule.ts.html |here} to see how to use CreateDiscoverySchedule API.
834
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/CreateDiscoverySchedule.ts.html |here} to see how to use CreateDiscoverySchedule API.
835
835
  */
836
836
  createDiscoverySchedule(createDiscoveryScheduleRequest) {
837
837
  return __awaiter(this, void 0, void 0, function* () {
@@ -894,7 +894,7 @@ class DiscoveryClient {
894
894
  * @param DeleteAssetSourceRequest
895
895
  * @return DeleteAssetSourceResponse
896
896
  * @throws OciError when an error occurs
897
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/DeleteAssetSource.ts.html |here} to see how to use DeleteAssetSource API.
897
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/DeleteAssetSource.ts.html |here} to see how to use DeleteAssetSource API.
898
898
  */
899
899
  deleteAssetSource(deleteAssetSourceRequest) {
900
900
  return __awaiter(this, void 0, void 0, function* () {
@@ -954,7 +954,7 @@ class DiscoveryClient {
954
954
  * @param DeleteDiscoveryScheduleRequest
955
955
  * @return DeleteDiscoveryScheduleResponse
956
956
  * @throws OciError when an error occurs
957
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/DeleteDiscoverySchedule.ts.html |here} to see how to use DeleteDiscoverySchedule API.
957
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/DeleteDiscoverySchedule.ts.html |here} to see how to use DeleteDiscoverySchedule API.
958
958
  */
959
959
  deleteDiscoverySchedule(deleteDiscoveryScheduleRequest) {
960
960
  return __awaiter(this, void 0, void 0, function* () {
@@ -1009,7 +1009,7 @@ class DiscoveryClient {
1009
1009
  * @param GetAssetSourceRequest
1010
1010
  * @return GetAssetSourceResponse
1011
1011
  * @throws OciError when an error occurs
1012
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/GetAssetSource.ts.html |here} to see how to use GetAssetSource API.
1012
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/GetAssetSource.ts.html |here} to see how to use GetAssetSource API.
1013
1013
  */
1014
1014
  getAssetSource(getAssetSourceRequest) {
1015
1015
  return __awaiter(this, void 0, void 0, function* () {
@@ -1072,7 +1072,7 @@ class DiscoveryClient {
1072
1072
  * @param GetDiscoveryScheduleRequest
1073
1073
  * @return GetDiscoveryScheduleResponse
1074
1074
  * @throws OciError when an error occurs
1075
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/GetDiscoverySchedule.ts.html |here} to see how to use GetDiscoverySchedule API.
1075
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/GetDiscoverySchedule.ts.html |here} to see how to use GetDiscoverySchedule API.
1076
1076
  */
1077
1077
  getDiscoverySchedule(getDiscoveryScheduleRequest) {
1078
1078
  return __awaiter(this, void 0, void 0, function* () {
@@ -1135,7 +1135,7 @@ class DiscoveryClient {
1135
1135
  * @param ListAssetSourceConnectionsRequest
1136
1136
  * @return ListAssetSourceConnectionsResponse
1137
1137
  * @throws OciError when an error occurs
1138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ListAssetSourceConnections.ts.html |here} to see how to use ListAssetSourceConnections API.
1138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ListAssetSourceConnections.ts.html |here} to see how to use ListAssetSourceConnections API.
1139
1139
  */
1140
1140
  listAssetSourceConnections(listAssetSourceConnectionsRequest) {
1141
1141
  return __awaiter(this, void 0, void 0, function* () {
@@ -1202,7 +1202,7 @@ class DiscoveryClient {
1202
1202
  * @param ListAssetSourcesRequest
1203
1203
  * @return ListAssetSourcesResponse
1204
1204
  * @throws OciError when an error occurs
1205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ListAssetSources.ts.html |here} to see how to use ListAssetSources API.
1205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ListAssetSources.ts.html |here} to see how to use ListAssetSources API.
1206
1206
  */
1207
1207
  listAssetSources(listAssetSourcesRequest) {
1208
1208
  return __awaiter(this, void 0, void 0, function* () {
@@ -1272,7 +1272,7 @@ class DiscoveryClient {
1272
1272
  * @param ListDiscoverySchedulesRequest
1273
1273
  * @return ListDiscoverySchedulesResponse
1274
1274
  * @throws OciError when an error occurs
1275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ListDiscoverySchedules.ts.html |here} to see how to use ListDiscoverySchedules API.
1275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ListDiscoverySchedules.ts.html |here} to see how to use ListDiscoverySchedules API.
1276
1276
  */
1277
1277
  listDiscoverySchedules(listDiscoverySchedulesRequest) {
1278
1278
  return __awaiter(this, void 0, void 0, function* () {
@@ -1342,7 +1342,7 @@ class DiscoveryClient {
1342
1342
  * @param RefreshAssetSourceRequest
1343
1343
  * @return RefreshAssetSourceResponse
1344
1344
  * @throws OciError when an error occurs
1345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/RefreshAssetSource.ts.html |here} to see how to use RefreshAssetSource API.
1345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/RefreshAssetSource.ts.html |here} to see how to use RefreshAssetSource API.
1346
1346
  */
1347
1347
  refreshAssetSource(refreshAssetSourceRequest) {
1348
1348
  return __awaiter(this, void 0, void 0, function* () {
@@ -1402,7 +1402,7 @@ class DiscoveryClient {
1402
1402
  * @param UpdateAssetSourceRequest
1403
1403
  * @return UpdateAssetSourceResponse
1404
1404
  * @throws OciError when an error occurs
1405
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/UpdateAssetSource.ts.html |here} to see how to use UpdateAssetSource API.
1405
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/UpdateAssetSource.ts.html |here} to see how to use UpdateAssetSource API.
1406
1406
  */
1407
1407
  updateAssetSource(updateAssetSourceRequest) {
1408
1408
  return __awaiter(this, void 0, void 0, function* () {
@@ -1463,7 +1463,7 @@ class DiscoveryClient {
1463
1463
  * @param UpdateDiscoveryScheduleRequest
1464
1464
  * @return UpdateDiscoveryScheduleResponse
1465
1465
  * @throws OciError when an error occurs
1466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/UpdateDiscoverySchedule.ts.html |here} to see how to use UpdateDiscoverySchedule API.
1466
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/UpdateDiscoverySchedule.ts.html |here} to see how to use UpdateDiscoverySchedule API.
1467
1467
  */
1468
1468
  updateDiscoverySchedule(updateDiscoveryScheduleRequest) {
1469
1469
  return __awaiter(this, void 0, void 0, function* () {
@@ -1659,7 +1659,7 @@ class InventoryClient {
1659
1659
  * @param AnalyzeAssetsRequest
1660
1660
  * @return AnalyzeAssetsResponse
1661
1661
  * @throws OciError when an error occurs
1662
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/AnalyzeAssets.ts.html |here} to see how to use AnalyzeAssets API.
1662
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/AnalyzeAssets.ts.html |here} to see how to use AnalyzeAssets API.
1663
1663
  */
1664
1664
  analyzeAssets(analyzeAssetsRequest) {
1665
1665
  return __awaiter(this, void 0, void 0, function* () {
@@ -1732,7 +1732,7 @@ class InventoryClient {
1732
1732
  * @param ChangeAssetCompartmentRequest
1733
1733
  * @return ChangeAssetCompartmentResponse
1734
1734
  * @throws OciError when an error occurs
1735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ChangeAssetCompartment.ts.html |here} to see how to use ChangeAssetCompartment API.
1735
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ChangeAssetCompartment.ts.html |here} to see how to use ChangeAssetCompartment API.
1736
1736
  */
1737
1737
  changeAssetCompartment(changeAssetCompartmentRequest) {
1738
1738
  return __awaiter(this, void 0, void 0, function* () {
@@ -1789,7 +1789,7 @@ class InventoryClient {
1789
1789
  * @param ChangeAssetTagsRequest
1790
1790
  * @return ChangeAssetTagsResponse
1791
1791
  * @throws OciError when an error occurs
1792
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ChangeAssetTags.ts.html |here} to see how to use ChangeAssetTags API.
1792
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ChangeAssetTags.ts.html |here} to see how to use ChangeAssetTags API.
1793
1793
  */
1794
1794
  changeAssetTags(changeAssetTagsRequest) {
1795
1795
  return __awaiter(this, void 0, void 0, function* () {
@@ -1855,7 +1855,7 @@ class InventoryClient {
1855
1855
  * @param CreateAssetRequest
1856
1856
  * @return CreateAssetResponse
1857
1857
  * @throws OciError when an error occurs
1858
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/CreateAsset.ts.html |here} to see how to use CreateAsset API.
1858
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/CreateAsset.ts.html |here} to see how to use CreateAsset API.
1859
1859
  */
1860
1860
  createAsset(createAssetRequest) {
1861
1861
  return __awaiter(this, void 0, void 0, function* () {
@@ -1918,7 +1918,7 @@ class InventoryClient {
1918
1918
  * @param CreateInventoryRequest
1919
1919
  * @return CreateInventoryResponse
1920
1920
  * @throws OciError when an error occurs
1921
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/CreateInventory.ts.html |here} to see how to use CreateInventory API.
1921
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/CreateInventory.ts.html |here} to see how to use CreateInventory API.
1922
1922
  */
1923
1923
  createInventory(createInventoryRequest) {
1924
1924
  return __awaiter(this, void 0, void 0, function* () {
@@ -1977,7 +1977,7 @@ class InventoryClient {
1977
1977
  * @param DeleteAssetRequest
1978
1978
  * @return DeleteAssetResponse
1979
1979
  * @throws OciError when an error occurs
1980
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/DeleteAsset.ts.html |here} to see how to use DeleteAsset API.
1980
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/DeleteAsset.ts.html |here} to see how to use DeleteAsset API.
1981
1981
  */
1982
1982
  deleteAsset(deleteAssetRequest) {
1983
1983
  return __awaiter(this, void 0, void 0, function* () {
@@ -2032,7 +2032,7 @@ class InventoryClient {
2032
2032
  * @param DeleteInventoryRequest
2033
2033
  * @return DeleteInventoryResponse
2034
2034
  * @throws OciError when an error occurs
2035
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/DeleteInventory.ts.html |here} to see how to use DeleteInventory API.
2035
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/DeleteInventory.ts.html |here} to see how to use DeleteInventory API.
2036
2036
  */
2037
2037
  deleteInventory(deleteInventoryRequest) {
2038
2038
  return __awaiter(this, void 0, void 0, function* () {
@@ -2092,7 +2092,7 @@ class InventoryClient {
2092
2092
  * @param GetAssetRequest
2093
2093
  * @return GetAssetResponse
2094
2094
  * @throws OciError when an error occurs
2095
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/GetAsset.ts.html |here} to see how to use GetAsset API.
2095
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/GetAsset.ts.html |here} to see how to use GetAsset API.
2096
2096
  */
2097
2097
  getAsset(getAssetRequest) {
2098
2098
  return __awaiter(this, void 0, void 0, function* () {
@@ -2155,7 +2155,7 @@ class InventoryClient {
2155
2155
  * @param GetInventoryRequest
2156
2156
  * @return GetInventoryResponse
2157
2157
  * @throws OciError when an error occurs
2158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/GetInventory.ts.html |here} to see how to use GetInventory API.
2158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/GetInventory.ts.html |here} to see how to use GetInventory API.
2159
2159
  */
2160
2160
  getInventory(getInventoryRequest) {
2161
2161
  return __awaiter(this, void 0, void 0, function* () {
@@ -2223,7 +2223,7 @@ class InventoryClient {
2223
2223
  * @param ImportInventoryRequest
2224
2224
  * @return ImportInventoryResponse
2225
2225
  * @throws OciError when an error occurs
2226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ImportInventory.ts.html |here} to see how to use ImportInventory API.
2226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ImportInventory.ts.html |here} to see how to use ImportInventory API.
2227
2227
  */
2228
2228
  importInventory(importInventoryRequest) {
2229
2229
  return __awaiter(this, void 0, void 0, function* () {
@@ -2285,7 +2285,7 @@ class InventoryClient {
2285
2285
  * @param ListAssetsRequest
2286
2286
  * @return ListAssetsResponse
2287
2287
  * @throws OciError when an error occurs
2288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ListAssets.ts.html |here} to see how to use ListAssets API.
2288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ListAssets.ts.html |here} to see how to use ListAssets API.
2289
2289
  */
2290
2290
  listAssets(listAssetsRequest) {
2291
2291
  return __awaiter(this, void 0, void 0, function* () {
@@ -2359,7 +2359,7 @@ class InventoryClient {
2359
2359
  * @param ListHistoricalMetricsRequest
2360
2360
  * @return ListHistoricalMetricsResponse
2361
2361
  * @throws OciError when an error occurs
2362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ListHistoricalMetrics.ts.html |here} to see how to use ListHistoricalMetrics API.
2362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ListHistoricalMetrics.ts.html |here} to see how to use ListHistoricalMetrics API.
2363
2363
  */
2364
2364
  listHistoricalMetrics(listHistoricalMetricsRequest) {
2365
2365
  return __awaiter(this, void 0, void 0, function* () {
@@ -2428,7 +2428,7 @@ class InventoryClient {
2428
2428
  * @param ListInventoriesRequest
2429
2429
  * @return ListInventoriesResponse
2430
2430
  * @throws OciError when an error occurs
2431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ListInventories.ts.html |here} to see how to use ListInventories API.
2431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ListInventories.ts.html |here} to see how to use ListInventories API.
2432
2432
  */
2433
2433
  listInventories(listInventoriesRequest) {
2434
2434
  return __awaiter(this, void 0, void 0, function* () {
@@ -2496,7 +2496,7 @@ class InventoryClient {
2496
2496
  * @param SubmitHistoricalMetricsRequest
2497
2497
  * @return SubmitHistoricalMetricsResponse
2498
2498
  * @throws OciError when an error occurs
2499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/SubmitHistoricalMetrics.ts.html |here} to see how to use SubmitHistoricalMetrics API.
2499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/SubmitHistoricalMetrics.ts.html |here} to see how to use SubmitHistoricalMetrics API.
2500
2500
  */
2501
2501
  submitHistoricalMetrics(submitHistoricalMetricsRequest) {
2502
2502
  return __awaiter(this, void 0, void 0, function* () {
@@ -2561,7 +2561,7 @@ class InventoryClient {
2561
2561
  * @param UpdateAssetRequest
2562
2562
  * @return UpdateAssetResponse
2563
2563
  * @throws OciError when an error occurs
2564
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/UpdateAsset.ts.html |here} to see how to use UpdateAsset API.
2564
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/UpdateAsset.ts.html |here} to see how to use UpdateAsset API.
2565
2565
  */
2566
2566
  updateAsset(updateAssetRequest) {
2567
2567
  return __awaiter(this, void 0, void 0, function* () {
@@ -2626,7 +2626,7 @@ class InventoryClient {
2626
2626
  * @param UpdateInventoryRequest
2627
2627
  * @return UpdateInventoryResponse
2628
2628
  * @throws OciError when an error occurs
2629
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/UpdateInventory.ts.html |here} to see how to use UpdateInventory API.
2629
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/UpdateInventory.ts.html |here} to see how to use UpdateInventory API.
2630
2630
  */
2631
2631
  updateInventory(updateInventoryRequest) {
2632
2632
  return __awaiter(this, void 0, void 0, function* () {
@@ -2820,7 +2820,7 @@ class OcbAgentSvcClient {
2820
2820
  * @param AddAgentDependencyRequest
2821
2821
  * @return AddAgentDependencyResponse
2822
2822
  * @throws OciError when an error occurs
2823
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/AddAgentDependency.ts.html |here} to see how to use AddAgentDependency API.
2823
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/AddAgentDependency.ts.html |here} to see how to use AddAgentDependency API.
2824
2824
  */
2825
2825
  addAgentDependency(addAgentDependencyRequest) {
2826
2826
  return __awaiter(this, void 0, void 0, function* () {
@@ -2886,7 +2886,7 @@ class OcbAgentSvcClient {
2886
2886
  * @param ChangeAgentCompartmentRequest
2887
2887
  * @return ChangeAgentCompartmentResponse
2888
2888
  * @throws OciError when an error occurs
2889
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
2889
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
2890
2890
  */
2891
2891
  changeAgentCompartment(changeAgentCompartmentRequest) {
2892
2892
  return __awaiter(this, void 0, void 0, function* () {
@@ -2948,7 +2948,7 @@ class OcbAgentSvcClient {
2948
2948
  * @param ChangeAgentDependencyCompartmentRequest
2949
2949
  * @return ChangeAgentDependencyCompartmentResponse
2950
2950
  * @throws OciError when an error occurs
2951
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ChangeAgentDependencyCompartment.ts.html |here} to see how to use ChangeAgentDependencyCompartment API.
2951
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ChangeAgentDependencyCompartment.ts.html |here} to see how to use ChangeAgentDependencyCompartment API.
2952
2952
  */
2953
2953
  changeAgentDependencyCompartment(changeAgentDependencyCompartmentRequest) {
2954
2954
  return __awaiter(this, void 0, void 0, function* () {
@@ -3005,7 +3005,7 @@ class OcbAgentSvcClient {
3005
3005
  * @param ChangeEnvironmentCompartmentRequest
3006
3006
  * @return ChangeEnvironmentCompartmentResponse
3007
3007
  * @throws OciError when an error occurs
3008
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ChangeEnvironmentCompartment.ts.html |here} to see how to use ChangeEnvironmentCompartment API.
3008
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ChangeEnvironmentCompartment.ts.html |here} to see how to use ChangeEnvironmentCompartment API.
3009
3009
  */
3010
3010
  changeEnvironmentCompartment(changeEnvironmentCompartmentRequest) {
3011
3011
  return __awaiter(this, void 0, void 0, function* () {
@@ -3068,7 +3068,7 @@ class OcbAgentSvcClient {
3068
3068
  * @param CreateAgentRequest
3069
3069
  * @return CreateAgentResponse
3070
3070
  * @throws OciError when an error occurs
3071
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/CreateAgent.ts.html |here} to see how to use CreateAgent API.
3071
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/CreateAgent.ts.html |here} to see how to use CreateAgent API.
3072
3072
  */
3073
3073
  createAgent(createAgentRequest) {
3074
3074
  return __awaiter(this, void 0, void 0, function* () {
@@ -3132,7 +3132,7 @@ class OcbAgentSvcClient {
3132
3132
  * @param CreateAgentDependencyRequest
3133
3133
  * @return CreateAgentDependencyResponse
3134
3134
  * @throws OciError when an error occurs
3135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/CreateAgentDependency.ts.html |here} to see how to use CreateAgentDependency API.
3135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/CreateAgentDependency.ts.html |here} to see how to use CreateAgentDependency API.
3136
3136
  */
3137
3137
  createAgentDependency(createAgentDependencyRequest) {
3138
3138
  return __awaiter(this, void 0, void 0, function* () {
@@ -3201,7 +3201,7 @@ class OcbAgentSvcClient {
3201
3201
  * @param CreateEnvironmentRequest
3202
3202
  * @return CreateEnvironmentResponse
3203
3203
  * @throws OciError when an error occurs
3204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/CreateEnvironment.ts.html |here} to see how to use CreateEnvironment API.
3204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/CreateEnvironment.ts.html |here} to see how to use CreateEnvironment API.
3205
3205
  */
3206
3206
  createEnvironment(createEnvironmentRequest) {
3207
3207
  return __awaiter(this, void 0, void 0, function* () {
@@ -3264,7 +3264,7 @@ class OcbAgentSvcClient {
3264
3264
  * @param DeleteAgentRequest
3265
3265
  * @return DeleteAgentResponse
3266
3266
  * @throws OciError when an error occurs
3267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
3267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
3268
3268
  */
3269
3269
  deleteAgent(deleteAgentRequest) {
3270
3270
  return __awaiter(this, void 0, void 0, function* () {
@@ -3320,7 +3320,7 @@ class OcbAgentSvcClient {
3320
3320
  * @param DeleteAgentDependencyRequest
3321
3321
  * @return DeleteAgentDependencyResponse
3322
3322
  * @throws OciError when an error occurs
3323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/DeleteAgentDependency.ts.html |here} to see how to use DeleteAgentDependency API.
3323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/DeleteAgentDependency.ts.html |here} to see how to use DeleteAgentDependency API.
3324
3324
  */
3325
3325
  deleteAgentDependency(deleteAgentDependencyRequest) {
3326
3326
  return __awaiter(this, void 0, void 0, function* () {
@@ -3375,7 +3375,7 @@ class OcbAgentSvcClient {
3375
3375
  * @param DeleteEnvironmentRequest
3376
3376
  * @return DeleteEnvironmentResponse
3377
3377
  * @throws OciError when an error occurs
3378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/DeleteEnvironment.ts.html |here} to see how to use DeleteEnvironment API.
3378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/DeleteEnvironment.ts.html |here} to see how to use DeleteEnvironment API.
3379
3379
  */
3380
3380
  deleteEnvironment(deleteEnvironmentRequest) {
3381
3381
  return __awaiter(this, void 0, void 0, function* () {
@@ -3430,7 +3430,7 @@ class OcbAgentSvcClient {
3430
3430
  * @param GetAgentRequest
3431
3431
  * @return GetAgentResponse
3432
3432
  * @throws OciError when an error occurs
3433
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/GetAgent.ts.html |here} to see how to use GetAgent API.
3433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/GetAgent.ts.html |here} to see how to use GetAgent API.
3434
3434
  */
3435
3435
  getAgent(getAgentRequest) {
3436
3436
  return __awaiter(this, void 0, void 0, function* () {
@@ -3493,7 +3493,7 @@ class OcbAgentSvcClient {
3493
3493
  * @param GetAgentDependencyRequest
3494
3494
  * @return GetAgentDependencyResponse
3495
3495
  * @throws OciError when an error occurs
3496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/GetAgentDependency.ts.html |here} to see how to use GetAgentDependency API.
3496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/GetAgentDependency.ts.html |here} to see how to use GetAgentDependency API.
3497
3497
  */
3498
3498
  getAgentDependency(getAgentDependencyRequest) {
3499
3499
  return __awaiter(this, void 0, void 0, function* () {
@@ -3556,7 +3556,7 @@ class OcbAgentSvcClient {
3556
3556
  * @param GetEnvironmentRequest
3557
3557
  * @return GetEnvironmentResponse
3558
3558
  * @throws OciError when an error occurs
3559
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/GetEnvironment.ts.html |here} to see how to use GetEnvironment API.
3559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/GetEnvironment.ts.html |here} to see how to use GetEnvironment API.
3560
3560
  */
3561
3561
  getEnvironment(getEnvironmentRequest) {
3562
3562
  return __awaiter(this, void 0, void 0, function* () {
@@ -3619,7 +3619,7 @@ class OcbAgentSvcClient {
3619
3619
  * @param GetPluginRequest
3620
3620
  * @return GetPluginResponse
3621
3621
  * @throws OciError when an error occurs
3622
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/GetPlugin.ts.html |here} to see how to use GetPlugin API.
3622
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/GetPlugin.ts.html |here} to see how to use GetPlugin API.
3623
3623
  */
3624
3624
  getPlugin(getPluginRequest) {
3625
3625
  return __awaiter(this, void 0, void 0, function* () {
@@ -3684,7 +3684,7 @@ class OcbAgentSvcClient {
3684
3684
  * @param ListAgentDependenciesRequest
3685
3685
  * @return ListAgentDependenciesResponse
3686
3686
  * @throws OciError when an error occurs
3687
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ListAgentDependencies.ts.html |here} to see how to use ListAgentDependencies API.
3687
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ListAgentDependencies.ts.html |here} to see how to use ListAgentDependencies API.
3688
3688
  */
3689
3689
  listAgentDependencies(listAgentDependenciesRequest) {
3690
3690
  return __awaiter(this, void 0, void 0, function* () {
@@ -3756,7 +3756,7 @@ class OcbAgentSvcClient {
3756
3756
  * @param ListAgentsRequest
3757
3757
  * @return ListAgentsResponse
3758
3758
  * @throws OciError when an error occurs
3759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ListAgents.ts.html |here} to see how to use ListAgents API.
3759
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ListAgents.ts.html |here} to see how to use ListAgents API.
3760
3760
  */
3761
3761
  listAgents(listAgentsRequest) {
3762
3762
  return __awaiter(this, void 0, void 0, function* () {
@@ -3828,7 +3828,7 @@ class OcbAgentSvcClient {
3828
3828
  * @param ListApplianceImagesRequest
3829
3829
  * @return ListApplianceImagesResponse
3830
3830
  * @throws OciError when an error occurs
3831
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ListApplianceImages.ts.html |here} to see how to use ListApplianceImages API.
3831
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ListApplianceImages.ts.html |here} to see how to use ListApplianceImages API.
3832
3832
  */
3833
3833
  listApplianceImages(listApplianceImagesRequest) {
3834
3834
  return __awaiter(this, void 0, void 0, function* () {
@@ -3897,7 +3897,7 @@ class OcbAgentSvcClient {
3897
3897
  * @param ListEnvironmentsRequest
3898
3898
  * @return ListEnvironmentsResponse
3899
3899
  * @throws OciError when an error occurs
3900
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ListEnvironments.ts.html |here} to see how to use ListEnvironments API.
3900
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ListEnvironments.ts.html |here} to see how to use ListEnvironments API.
3901
3901
  */
3902
3902
  listEnvironments(listEnvironmentsRequest) {
3903
3903
  return __awaiter(this, void 0, void 0, function* () {
@@ -3967,7 +3967,7 @@ class OcbAgentSvcClient {
3967
3967
  * @param RemoveAgentDependencyRequest
3968
3968
  * @return RemoveAgentDependencyResponse
3969
3969
  * @throws OciError when an error occurs
3970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/RemoveAgentDependency.ts.html |here} to see how to use RemoveAgentDependency API.
3970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/RemoveAgentDependency.ts.html |here} to see how to use RemoveAgentDependency API.
3971
3971
  */
3972
3972
  removeAgentDependency(removeAgentDependencyRequest) {
3973
3973
  return __awaiter(this, void 0, void 0, function* () {
@@ -4033,7 +4033,7 @@ class OcbAgentSvcClient {
4033
4033
  * @param UpdateAgentRequest
4034
4034
  * @return UpdateAgentResponse
4035
4035
  * @throws OciError when an error occurs
4036
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
4036
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
4037
4037
  */
4038
4038
  updateAgent(updateAgentRequest) {
4039
4039
  return __awaiter(this, void 0, void 0, function* () {
@@ -4099,7 +4099,7 @@ class OcbAgentSvcClient {
4099
4099
  * @param UpdateAgentDependencyRequest
4100
4100
  * @return UpdateAgentDependencyResponse
4101
4101
  * @throws OciError when an error occurs
4102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/UpdateAgentDependency.ts.html |here} to see how to use UpdateAgentDependency API.
4102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/UpdateAgentDependency.ts.html |here} to see how to use UpdateAgentDependency API.
4103
4103
  */
4104
4104
  updateAgentDependency(updateAgentDependencyRequest) {
4105
4105
  return __awaiter(this, void 0, void 0, function* () {
@@ -4161,7 +4161,7 @@ class OcbAgentSvcClient {
4161
4161
  * @param UpdateEnvironmentRequest
4162
4162
  * @return UpdateEnvironmentResponse
4163
4163
  * @throws OciError when an error occurs
4164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/UpdateEnvironment.ts.html |here} to see how to use UpdateEnvironment API.
4164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/UpdateEnvironment.ts.html |here} to see how to use UpdateEnvironment API.
4165
4165
  */
4166
4166
  updateEnvironment(updateEnvironmentRequest) {
4167
4167
  return __awaiter(this, void 0, void 0, function* () {
@@ -4227,7 +4227,7 @@ class OcbAgentSvcClient {
4227
4227
  * @param UpdatePluginRequest
4228
4228
  * @return UpdatePluginResponse
4229
4229
  * @throws OciError when an error occurs
4230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/UpdatePlugin.ts.html |here} to see how to use UpdatePlugin API.
4230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/UpdatePlugin.ts.html |here} to see how to use UpdatePlugin API.
4231
4231
  */
4232
4232
  updatePlugin(updatePluginRequest) {
4233
4233
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/AddAgentDependency.ts.html |here} to see how to use AddAgentDependencyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/AddAgentDependency.ts.html |here} to see how to use AddAgentDependencyRequest.
17
17
  */
18
18
  export interface AddAgentDependencyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/AnalyzeAssets.ts.html |here} to see how to use AnalyzeAssetsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/AnalyzeAssets.ts.html |here} to see how to use AnalyzeAssetsRequest.
17
17
  */
18
18
  export interface AnalyzeAssetsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/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.3/cloudbridge/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAgentCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ChangeAgentDependencyCompartment.ts.html |here} to see how to use ChangeAgentDependencyCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ChangeAgentDependencyCompartment.ts.html |here} to see how to use ChangeAgentDependencyCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAgentDependencyCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ChangeAssetCompartment.ts.html |here} to see how to use ChangeAssetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ChangeAssetCompartment.ts.html |here} to see how to use ChangeAssetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAssetCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ChangeAssetSourceCompartment.ts.html |here} to see how to use ChangeAssetSourceCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ChangeAssetSourceCompartment.ts.html |here} to see how to use ChangeAssetSourceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAssetSourceCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ChangeAssetTags.ts.html |here} to see how to use ChangeAssetTagsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ChangeAssetTags.ts.html |here} to see how to use ChangeAssetTagsRequest.
17
17
  */
18
18
  export interface ChangeAssetTagsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ChangeDiscoveryScheduleCompartment.ts.html |here} to see how to use ChangeDiscoveryScheduleCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ChangeDiscoveryScheduleCompartment.ts.html |here} to see how to use ChangeDiscoveryScheduleCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDiscoveryScheduleCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/cloudbridge/ChangeEnvironmentCompartment.ts.html |here} to see how to use ChangeEnvironmentCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/cloudbridge/ChangeEnvironmentCompartment.ts.html |here} to see how to use ChangeEnvironmentCompartmentRequest.
17
17
  */
18
18
  export interface ChangeEnvironmentCompartmentRequest extends common.BaseRequest {
19
19
  /**