oci-cloudbridge 2.49.0 → 2.50.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 (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
@@ -159,7 +159,7 @@ class CommonClient {
159
159
  * @param CancelWorkRequestRequest
160
160
  * @return CancelWorkRequestResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
163
163
  */
164
164
  cancelWorkRequest(cancelWorkRequestRequest) {
165
165
  return __awaiter(this, void 0, void 0, function* () {
@@ -214,7 +214,7 @@ class CommonClient {
214
214
  * @param GetWorkRequestRequest
215
215
  * @return GetWorkRequestResponse
216
216
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
218
218
  */
219
219
  getWorkRequest(getWorkRequestRequest) {
220
220
  return __awaiter(this, void 0, void 0, function* () {
@@ -283,7 +283,7 @@ class CommonClient {
283
283
  * @param ListWorkRequestErrorsRequest
284
284
  * @return ListWorkRequestErrorsResponse
285
285
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
287
287
  */
288
288
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
289
289
  return __awaiter(this, void 0, void 0, function* () {
@@ -352,7 +352,7 @@ class CommonClient {
352
352
  * @param ListWorkRequestLogsRequest
353
353
  * @return ListWorkRequestLogsResponse
354
354
  * @throws OciError when an error occurs
355
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
355
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
356
356
  */
357
357
  listWorkRequestLogs(listWorkRequestLogsRequest) {
358
358
  return __awaiter(this, void 0, void 0, function* () {
@@ -421,7 +421,7 @@ class CommonClient {
421
421
  * @param ListWorkRequestsRequest
422
422
  * @return ListWorkRequestsResponse
423
423
  * @throws OciError when an error occurs
424
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
424
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
425
425
  */
426
426
  listWorkRequests(listWorkRequestsRequest) {
427
427
  return __awaiter(this, void 0, void 0, function* () {
@@ -597,7 +597,7 @@ class DiscoveryClient {
597
597
  * @param ChangeAssetSourceCompartmentRequest
598
598
  * @return ChangeAssetSourceCompartmentResponse
599
599
  * @throws OciError when an error occurs
600
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ChangeAssetSourceCompartment.ts.html |here} to see how to use ChangeAssetSourceCompartment API.
600
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ChangeAssetSourceCompartment.ts.html |here} to see how to use ChangeAssetSourceCompartment API.
601
601
  */
602
602
  changeAssetSourceCompartment(changeAssetSourceCompartmentRequest) {
603
603
  return __awaiter(this, void 0, void 0, function* () {
@@ -654,7 +654,7 @@ class DiscoveryClient {
654
654
  * @param ChangeDiscoveryScheduleCompartmentRequest
655
655
  * @return ChangeDiscoveryScheduleCompartmentResponse
656
656
  * @throws OciError when an error occurs
657
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ChangeDiscoveryScheduleCompartment.ts.html |here} to see how to use ChangeDiscoveryScheduleCompartment API.
657
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ChangeDiscoveryScheduleCompartment.ts.html |here} to see how to use ChangeDiscoveryScheduleCompartment API.
658
658
  */
659
659
  changeDiscoveryScheduleCompartment(changeDiscoveryScheduleCompartmentRequest) {
660
660
  return __awaiter(this, void 0, void 0, function* () {
@@ -712,7 +712,7 @@ class DiscoveryClient {
712
712
  * @param CreateAssetSourceRequest
713
713
  * @return CreateAssetSourceResponse
714
714
  * @throws OciError when an error occurs
715
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/CreateAssetSource.ts.html |here} to see how to use CreateAssetSource API.
715
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/CreateAssetSource.ts.html |here} to see how to use CreateAssetSource API.
716
716
  */
717
717
  createAssetSource(createAssetSourceRequest) {
718
718
  return __awaiter(this, void 0, void 0, function* () {
@@ -785,7 +785,7 @@ class DiscoveryClient {
785
785
  * @param CreateDiscoveryScheduleRequest
786
786
  * @return CreateDiscoveryScheduleResponse
787
787
  * @throws OciError when an error occurs
788
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/CreateDiscoverySchedule.ts.html |here} to see how to use CreateDiscoverySchedule API.
788
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/CreateDiscoverySchedule.ts.html |here} to see how to use CreateDiscoverySchedule API.
789
789
  */
790
790
  createDiscoverySchedule(createDiscoveryScheduleRequest) {
791
791
  return __awaiter(this, void 0, void 0, function* () {
@@ -848,7 +848,7 @@ class DiscoveryClient {
848
848
  * @param DeleteAssetSourceRequest
849
849
  * @return DeleteAssetSourceResponse
850
850
  * @throws OciError when an error occurs
851
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/DeleteAssetSource.ts.html |here} to see how to use DeleteAssetSource API.
851
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/DeleteAssetSource.ts.html |here} to see how to use DeleteAssetSource API.
852
852
  */
853
853
  deleteAssetSource(deleteAssetSourceRequest) {
854
854
  return __awaiter(this, void 0, void 0, function* () {
@@ -908,7 +908,7 @@ class DiscoveryClient {
908
908
  * @param DeleteDiscoveryScheduleRequest
909
909
  * @return DeleteDiscoveryScheduleResponse
910
910
  * @throws OciError when an error occurs
911
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/DeleteDiscoverySchedule.ts.html |here} to see how to use DeleteDiscoverySchedule API.
911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/DeleteDiscoverySchedule.ts.html |here} to see how to use DeleteDiscoverySchedule API.
912
912
  */
913
913
  deleteDiscoverySchedule(deleteDiscoveryScheduleRequest) {
914
914
  return __awaiter(this, void 0, void 0, function* () {
@@ -963,7 +963,7 @@ class DiscoveryClient {
963
963
  * @param GetAssetSourceRequest
964
964
  * @return GetAssetSourceResponse
965
965
  * @throws OciError when an error occurs
966
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/GetAssetSource.ts.html |here} to see how to use GetAssetSource API.
966
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/GetAssetSource.ts.html |here} to see how to use GetAssetSource API.
967
967
  */
968
968
  getAssetSource(getAssetSourceRequest) {
969
969
  return __awaiter(this, void 0, void 0, function* () {
@@ -1026,7 +1026,7 @@ class DiscoveryClient {
1026
1026
  * @param GetDiscoveryScheduleRequest
1027
1027
  * @return GetDiscoveryScheduleResponse
1028
1028
  * @throws OciError when an error occurs
1029
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/GetDiscoverySchedule.ts.html |here} to see how to use GetDiscoverySchedule API.
1029
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/GetDiscoverySchedule.ts.html |here} to see how to use GetDiscoverySchedule API.
1030
1030
  */
1031
1031
  getDiscoverySchedule(getDiscoveryScheduleRequest) {
1032
1032
  return __awaiter(this, void 0, void 0, function* () {
@@ -1089,7 +1089,7 @@ class DiscoveryClient {
1089
1089
  * @param ListAssetSourceConnectionsRequest
1090
1090
  * @return ListAssetSourceConnectionsResponse
1091
1091
  * @throws OciError when an error occurs
1092
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ListAssetSourceConnections.ts.html |here} to see how to use ListAssetSourceConnections API.
1092
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ListAssetSourceConnections.ts.html |here} to see how to use ListAssetSourceConnections API.
1093
1093
  */
1094
1094
  listAssetSourceConnections(listAssetSourceConnectionsRequest) {
1095
1095
  return __awaiter(this, void 0, void 0, function* () {
@@ -1156,7 +1156,7 @@ class DiscoveryClient {
1156
1156
  * @param ListAssetSourcesRequest
1157
1157
  * @return ListAssetSourcesResponse
1158
1158
  * @throws OciError when an error occurs
1159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ListAssetSources.ts.html |here} to see how to use ListAssetSources API.
1159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ListAssetSources.ts.html |here} to see how to use ListAssetSources API.
1160
1160
  */
1161
1161
  listAssetSources(listAssetSourcesRequest) {
1162
1162
  return __awaiter(this, void 0, void 0, function* () {
@@ -1226,7 +1226,7 @@ class DiscoveryClient {
1226
1226
  * @param ListDiscoverySchedulesRequest
1227
1227
  * @return ListDiscoverySchedulesResponse
1228
1228
  * @throws OciError when an error occurs
1229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ListDiscoverySchedules.ts.html |here} to see how to use ListDiscoverySchedules API.
1229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ListDiscoverySchedules.ts.html |here} to see how to use ListDiscoverySchedules API.
1230
1230
  */
1231
1231
  listDiscoverySchedules(listDiscoverySchedulesRequest) {
1232
1232
  return __awaiter(this, void 0, void 0, function* () {
@@ -1296,7 +1296,7 @@ class DiscoveryClient {
1296
1296
  * @param RefreshAssetSourceRequest
1297
1297
  * @return RefreshAssetSourceResponse
1298
1298
  * @throws OciError when an error occurs
1299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/RefreshAssetSource.ts.html |here} to see how to use RefreshAssetSource API.
1299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/RefreshAssetSource.ts.html |here} to see how to use RefreshAssetSource API.
1300
1300
  */
1301
1301
  refreshAssetSource(refreshAssetSourceRequest) {
1302
1302
  return __awaiter(this, void 0, void 0, function* () {
@@ -1356,7 +1356,7 @@ class DiscoveryClient {
1356
1356
  * @param UpdateAssetSourceRequest
1357
1357
  * @return UpdateAssetSourceResponse
1358
1358
  * @throws OciError when an error occurs
1359
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/UpdateAssetSource.ts.html |here} to see how to use UpdateAssetSource API.
1359
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/UpdateAssetSource.ts.html |here} to see how to use UpdateAssetSource API.
1360
1360
  */
1361
1361
  updateAssetSource(updateAssetSourceRequest) {
1362
1362
  return __awaiter(this, void 0, void 0, function* () {
@@ -1417,7 +1417,7 @@ class DiscoveryClient {
1417
1417
  * @param UpdateDiscoveryScheduleRequest
1418
1418
  * @return UpdateDiscoveryScheduleResponse
1419
1419
  * @throws OciError when an error occurs
1420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/UpdateDiscoverySchedule.ts.html |here} to see how to use UpdateDiscoverySchedule API.
1420
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/UpdateDiscoverySchedule.ts.html |here} to see how to use UpdateDiscoverySchedule API.
1421
1421
  */
1422
1422
  updateDiscoverySchedule(updateDiscoveryScheduleRequest) {
1423
1423
  return __awaiter(this, void 0, void 0, function* () {
@@ -1590,7 +1590,7 @@ class InventoryClient {
1590
1590
  * @param AnalyzeAssetsRequest
1591
1591
  * @return AnalyzeAssetsResponse
1592
1592
  * @throws OciError when an error occurs
1593
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/AnalyzeAssets.ts.html |here} to see how to use AnalyzeAssets API.
1593
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/AnalyzeAssets.ts.html |here} to see how to use AnalyzeAssets API.
1594
1594
  */
1595
1595
  analyzeAssets(analyzeAssetsRequest) {
1596
1596
  return __awaiter(this, void 0, void 0, function* () {
@@ -1663,7 +1663,7 @@ class InventoryClient {
1663
1663
  * @param ChangeAssetCompartmentRequest
1664
1664
  * @return ChangeAssetCompartmentResponse
1665
1665
  * @throws OciError when an error occurs
1666
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ChangeAssetCompartment.ts.html |here} to see how to use ChangeAssetCompartment API.
1666
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ChangeAssetCompartment.ts.html |here} to see how to use ChangeAssetCompartment API.
1667
1667
  */
1668
1668
  changeAssetCompartment(changeAssetCompartmentRequest) {
1669
1669
  return __awaiter(this, void 0, void 0, function* () {
@@ -1720,7 +1720,7 @@ class InventoryClient {
1720
1720
  * @param ChangeAssetTagsRequest
1721
1721
  * @return ChangeAssetTagsResponse
1722
1722
  * @throws OciError when an error occurs
1723
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ChangeAssetTags.ts.html |here} to see how to use ChangeAssetTags API.
1723
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ChangeAssetTags.ts.html |here} to see how to use ChangeAssetTags API.
1724
1724
  */
1725
1725
  changeAssetTags(changeAssetTagsRequest) {
1726
1726
  return __awaiter(this, void 0, void 0, function* () {
@@ -1786,7 +1786,7 @@ class InventoryClient {
1786
1786
  * @param CreateAssetRequest
1787
1787
  * @return CreateAssetResponse
1788
1788
  * @throws OciError when an error occurs
1789
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/CreateAsset.ts.html |here} to see how to use CreateAsset API.
1789
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/CreateAsset.ts.html |here} to see how to use CreateAsset API.
1790
1790
  */
1791
1791
  createAsset(createAssetRequest) {
1792
1792
  return __awaiter(this, void 0, void 0, function* () {
@@ -1849,7 +1849,7 @@ class InventoryClient {
1849
1849
  * @param CreateInventoryRequest
1850
1850
  * @return CreateInventoryResponse
1851
1851
  * @throws OciError when an error occurs
1852
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/CreateInventory.ts.html |here} to see how to use CreateInventory API.
1852
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/CreateInventory.ts.html |here} to see how to use CreateInventory API.
1853
1853
  */
1854
1854
  createInventory(createInventoryRequest) {
1855
1855
  return __awaiter(this, void 0, void 0, function* () {
@@ -1908,7 +1908,7 @@ class InventoryClient {
1908
1908
  * @param DeleteAssetRequest
1909
1909
  * @return DeleteAssetResponse
1910
1910
  * @throws OciError when an error occurs
1911
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/DeleteAsset.ts.html |here} to see how to use DeleteAsset API.
1911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/DeleteAsset.ts.html |here} to see how to use DeleteAsset API.
1912
1912
  */
1913
1913
  deleteAsset(deleteAssetRequest) {
1914
1914
  return __awaiter(this, void 0, void 0, function* () {
@@ -1963,7 +1963,7 @@ class InventoryClient {
1963
1963
  * @param DeleteInventoryRequest
1964
1964
  * @return DeleteInventoryResponse
1965
1965
  * @throws OciError when an error occurs
1966
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/DeleteInventory.ts.html |here} to see how to use DeleteInventory API.
1966
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/DeleteInventory.ts.html |here} to see how to use DeleteInventory API.
1967
1967
  */
1968
1968
  deleteInventory(deleteInventoryRequest) {
1969
1969
  return __awaiter(this, void 0, void 0, function* () {
@@ -2023,7 +2023,7 @@ class InventoryClient {
2023
2023
  * @param GetAssetRequest
2024
2024
  * @return GetAssetResponse
2025
2025
  * @throws OciError when an error occurs
2026
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/GetAsset.ts.html |here} to see how to use GetAsset API.
2026
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/GetAsset.ts.html |here} to see how to use GetAsset API.
2027
2027
  */
2028
2028
  getAsset(getAssetRequest) {
2029
2029
  return __awaiter(this, void 0, void 0, function* () {
@@ -2086,7 +2086,7 @@ class InventoryClient {
2086
2086
  * @param GetInventoryRequest
2087
2087
  * @return GetInventoryResponse
2088
2088
  * @throws OciError when an error occurs
2089
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/GetInventory.ts.html |here} to see how to use GetInventory API.
2089
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/GetInventory.ts.html |here} to see how to use GetInventory API.
2090
2090
  */
2091
2091
  getInventory(getInventoryRequest) {
2092
2092
  return __awaiter(this, void 0, void 0, function* () {
@@ -2154,7 +2154,7 @@ class InventoryClient {
2154
2154
  * @param ImportInventoryRequest
2155
2155
  * @return ImportInventoryResponse
2156
2156
  * @throws OciError when an error occurs
2157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ImportInventory.ts.html |here} to see how to use ImportInventory API.
2157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ImportInventory.ts.html |here} to see how to use ImportInventory API.
2158
2158
  */
2159
2159
  importInventory(importInventoryRequest) {
2160
2160
  return __awaiter(this, void 0, void 0, function* () {
@@ -2216,7 +2216,7 @@ class InventoryClient {
2216
2216
  * @param ListAssetsRequest
2217
2217
  * @return ListAssetsResponse
2218
2218
  * @throws OciError when an error occurs
2219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ListAssets.ts.html |here} to see how to use ListAssets API.
2219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ListAssets.ts.html |here} to see how to use ListAssets API.
2220
2220
  */
2221
2221
  listAssets(listAssetsRequest) {
2222
2222
  return __awaiter(this, void 0, void 0, function* () {
@@ -2290,7 +2290,7 @@ class InventoryClient {
2290
2290
  * @param ListHistoricalMetricsRequest
2291
2291
  * @return ListHistoricalMetricsResponse
2292
2292
  * @throws OciError when an error occurs
2293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ListHistoricalMetrics.ts.html |here} to see how to use ListHistoricalMetrics API.
2293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ListHistoricalMetrics.ts.html |here} to see how to use ListHistoricalMetrics API.
2294
2294
  */
2295
2295
  listHistoricalMetrics(listHistoricalMetricsRequest) {
2296
2296
  return __awaiter(this, void 0, void 0, function* () {
@@ -2359,7 +2359,7 @@ class InventoryClient {
2359
2359
  * @param ListInventoriesRequest
2360
2360
  * @return ListInventoriesResponse
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.49.0/cloudbridge/ListInventories.ts.html |here} to see how to use ListInventories API.
2362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ListInventories.ts.html |here} to see how to use ListInventories API.
2363
2363
  */
2364
2364
  listInventories(listInventoriesRequest) {
2365
2365
  return __awaiter(this, void 0, void 0, function* () {
@@ -2427,7 +2427,7 @@ class InventoryClient {
2427
2427
  * @param SubmitHistoricalMetricsRequest
2428
2428
  * @return SubmitHistoricalMetricsResponse
2429
2429
  * @throws OciError when an error occurs
2430
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/SubmitHistoricalMetrics.ts.html |here} to see how to use SubmitHistoricalMetrics API.
2430
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/SubmitHistoricalMetrics.ts.html |here} to see how to use SubmitHistoricalMetrics API.
2431
2431
  */
2432
2432
  submitHistoricalMetrics(submitHistoricalMetricsRequest) {
2433
2433
  return __awaiter(this, void 0, void 0, function* () {
@@ -2492,7 +2492,7 @@ class InventoryClient {
2492
2492
  * @param UpdateAssetRequest
2493
2493
  * @return UpdateAssetResponse
2494
2494
  * @throws OciError when an error occurs
2495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/UpdateAsset.ts.html |here} to see how to use UpdateAsset API.
2495
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/UpdateAsset.ts.html |here} to see how to use UpdateAsset API.
2496
2496
  */
2497
2497
  updateAsset(updateAssetRequest) {
2498
2498
  return __awaiter(this, void 0, void 0, function* () {
@@ -2557,7 +2557,7 @@ class InventoryClient {
2557
2557
  * @param UpdateInventoryRequest
2558
2558
  * @return UpdateInventoryResponse
2559
2559
  * @throws OciError when an error occurs
2560
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/UpdateInventory.ts.html |here} to see how to use UpdateInventory API.
2560
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/UpdateInventory.ts.html |here} to see how to use UpdateInventory API.
2561
2561
  */
2562
2562
  updateInventory(updateInventoryRequest) {
2563
2563
  return __awaiter(this, void 0, void 0, function* () {
@@ -2728,7 +2728,7 @@ class OcbAgentSvcClient {
2728
2728
  * @param AddAgentDependencyRequest
2729
2729
  * @return AddAgentDependencyResponse
2730
2730
  * @throws OciError when an error occurs
2731
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/AddAgentDependency.ts.html |here} to see how to use AddAgentDependency API.
2731
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/AddAgentDependency.ts.html |here} to see how to use AddAgentDependency API.
2732
2732
  */
2733
2733
  addAgentDependency(addAgentDependencyRequest) {
2734
2734
  return __awaiter(this, void 0, void 0, function* () {
@@ -2794,7 +2794,7 @@ class OcbAgentSvcClient {
2794
2794
  * @param ChangeAgentCompartmentRequest
2795
2795
  * @return ChangeAgentCompartmentResponse
2796
2796
  * @throws OciError when an error occurs
2797
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
2797
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
2798
2798
  */
2799
2799
  changeAgentCompartment(changeAgentCompartmentRequest) {
2800
2800
  return __awaiter(this, void 0, void 0, function* () {
@@ -2856,7 +2856,7 @@ class OcbAgentSvcClient {
2856
2856
  * @param ChangeAgentDependencyCompartmentRequest
2857
2857
  * @return ChangeAgentDependencyCompartmentResponse
2858
2858
  * @throws OciError when an error occurs
2859
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ChangeAgentDependencyCompartment.ts.html |here} to see how to use ChangeAgentDependencyCompartment API.
2859
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ChangeAgentDependencyCompartment.ts.html |here} to see how to use ChangeAgentDependencyCompartment API.
2860
2860
  */
2861
2861
  changeAgentDependencyCompartment(changeAgentDependencyCompartmentRequest) {
2862
2862
  return __awaiter(this, void 0, void 0, function* () {
@@ -2913,7 +2913,7 @@ class OcbAgentSvcClient {
2913
2913
  * @param ChangeEnvironmentCompartmentRequest
2914
2914
  * @return ChangeEnvironmentCompartmentResponse
2915
2915
  * @throws OciError when an error occurs
2916
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ChangeEnvironmentCompartment.ts.html |here} to see how to use ChangeEnvironmentCompartment API.
2916
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ChangeEnvironmentCompartment.ts.html |here} to see how to use ChangeEnvironmentCompartment API.
2917
2917
  */
2918
2918
  changeEnvironmentCompartment(changeEnvironmentCompartmentRequest) {
2919
2919
  return __awaiter(this, void 0, void 0, function* () {
@@ -2976,7 +2976,7 @@ class OcbAgentSvcClient {
2976
2976
  * @param CreateAgentRequest
2977
2977
  * @return CreateAgentResponse
2978
2978
  * @throws OciError when an error occurs
2979
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/CreateAgent.ts.html |here} to see how to use CreateAgent API.
2979
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/CreateAgent.ts.html |here} to see how to use CreateAgent API.
2980
2980
  */
2981
2981
  createAgent(createAgentRequest) {
2982
2982
  return __awaiter(this, void 0, void 0, function* () {
@@ -3040,7 +3040,7 @@ class OcbAgentSvcClient {
3040
3040
  * @param CreateAgentDependencyRequest
3041
3041
  * @return CreateAgentDependencyResponse
3042
3042
  * @throws OciError when an error occurs
3043
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/CreateAgentDependency.ts.html |here} to see how to use CreateAgentDependency API.
3043
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/CreateAgentDependency.ts.html |here} to see how to use CreateAgentDependency API.
3044
3044
  */
3045
3045
  createAgentDependency(createAgentDependencyRequest) {
3046
3046
  return __awaiter(this, void 0, void 0, function* () {
@@ -3109,7 +3109,7 @@ class OcbAgentSvcClient {
3109
3109
  * @param CreateEnvironmentRequest
3110
3110
  * @return CreateEnvironmentResponse
3111
3111
  * @throws OciError when an error occurs
3112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/CreateEnvironment.ts.html |here} to see how to use CreateEnvironment API.
3112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/CreateEnvironment.ts.html |here} to see how to use CreateEnvironment API.
3113
3113
  */
3114
3114
  createEnvironment(createEnvironmentRequest) {
3115
3115
  return __awaiter(this, void 0, void 0, function* () {
@@ -3172,7 +3172,7 @@ class OcbAgentSvcClient {
3172
3172
  * @param DeleteAgentRequest
3173
3173
  * @return DeleteAgentResponse
3174
3174
  * @throws OciError when an error occurs
3175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
3175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
3176
3176
  */
3177
3177
  deleteAgent(deleteAgentRequest) {
3178
3178
  return __awaiter(this, void 0, void 0, function* () {
@@ -3228,7 +3228,7 @@ class OcbAgentSvcClient {
3228
3228
  * @param DeleteAgentDependencyRequest
3229
3229
  * @return DeleteAgentDependencyResponse
3230
3230
  * @throws OciError when an error occurs
3231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/DeleteAgentDependency.ts.html |here} to see how to use DeleteAgentDependency API.
3231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/DeleteAgentDependency.ts.html |here} to see how to use DeleteAgentDependency API.
3232
3232
  */
3233
3233
  deleteAgentDependency(deleteAgentDependencyRequest) {
3234
3234
  return __awaiter(this, void 0, void 0, function* () {
@@ -3283,7 +3283,7 @@ class OcbAgentSvcClient {
3283
3283
  * @param DeleteEnvironmentRequest
3284
3284
  * @return DeleteEnvironmentResponse
3285
3285
  * @throws OciError when an error occurs
3286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/DeleteEnvironment.ts.html |here} to see how to use DeleteEnvironment API.
3286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/DeleteEnvironment.ts.html |here} to see how to use DeleteEnvironment API.
3287
3287
  */
3288
3288
  deleteEnvironment(deleteEnvironmentRequest) {
3289
3289
  return __awaiter(this, void 0, void 0, function* () {
@@ -3338,7 +3338,7 @@ class OcbAgentSvcClient {
3338
3338
  * @param GetAgentRequest
3339
3339
  * @return GetAgentResponse
3340
3340
  * @throws OciError when an error occurs
3341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/GetAgent.ts.html |here} to see how to use GetAgent API.
3341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/GetAgent.ts.html |here} to see how to use GetAgent API.
3342
3342
  */
3343
3343
  getAgent(getAgentRequest) {
3344
3344
  return __awaiter(this, void 0, void 0, function* () {
@@ -3401,7 +3401,7 @@ class OcbAgentSvcClient {
3401
3401
  * @param GetAgentDependencyRequest
3402
3402
  * @return GetAgentDependencyResponse
3403
3403
  * @throws OciError when an error occurs
3404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/GetAgentDependency.ts.html |here} to see how to use GetAgentDependency API.
3404
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/GetAgentDependency.ts.html |here} to see how to use GetAgentDependency API.
3405
3405
  */
3406
3406
  getAgentDependency(getAgentDependencyRequest) {
3407
3407
  return __awaiter(this, void 0, void 0, function* () {
@@ -3464,7 +3464,7 @@ class OcbAgentSvcClient {
3464
3464
  * @param GetEnvironmentRequest
3465
3465
  * @return GetEnvironmentResponse
3466
3466
  * @throws OciError when an error occurs
3467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/GetEnvironment.ts.html |here} to see how to use GetEnvironment API.
3467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/GetEnvironment.ts.html |here} to see how to use GetEnvironment API.
3468
3468
  */
3469
3469
  getEnvironment(getEnvironmentRequest) {
3470
3470
  return __awaiter(this, void 0, void 0, function* () {
@@ -3527,7 +3527,7 @@ class OcbAgentSvcClient {
3527
3527
  * @param GetPluginRequest
3528
3528
  * @return GetPluginResponse
3529
3529
  * @throws OciError when an error occurs
3530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/GetPlugin.ts.html |here} to see how to use GetPlugin API.
3530
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/GetPlugin.ts.html |here} to see how to use GetPlugin API.
3531
3531
  */
3532
3532
  getPlugin(getPluginRequest) {
3533
3533
  return __awaiter(this, void 0, void 0, function* () {
@@ -3592,7 +3592,7 @@ class OcbAgentSvcClient {
3592
3592
  * @param ListAgentDependenciesRequest
3593
3593
  * @return ListAgentDependenciesResponse
3594
3594
  * @throws OciError when an error occurs
3595
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ListAgentDependencies.ts.html |here} to see how to use ListAgentDependencies API.
3595
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ListAgentDependencies.ts.html |here} to see how to use ListAgentDependencies API.
3596
3596
  */
3597
3597
  listAgentDependencies(listAgentDependenciesRequest) {
3598
3598
  return __awaiter(this, void 0, void 0, function* () {
@@ -3664,7 +3664,7 @@ class OcbAgentSvcClient {
3664
3664
  * @param ListAgentsRequest
3665
3665
  * @return ListAgentsResponse
3666
3666
  * @throws OciError when an error occurs
3667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ListAgents.ts.html |here} to see how to use ListAgents API.
3667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ListAgents.ts.html |here} to see how to use ListAgents API.
3668
3668
  */
3669
3669
  listAgents(listAgentsRequest) {
3670
3670
  return __awaiter(this, void 0, void 0, function* () {
@@ -3736,7 +3736,7 @@ class OcbAgentSvcClient {
3736
3736
  * @param ListApplianceImagesRequest
3737
3737
  * @return ListApplianceImagesResponse
3738
3738
  * @throws OciError when an error occurs
3739
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ListApplianceImages.ts.html |here} to see how to use ListApplianceImages API.
3739
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ListApplianceImages.ts.html |here} to see how to use ListApplianceImages API.
3740
3740
  */
3741
3741
  listApplianceImages(listApplianceImagesRequest) {
3742
3742
  return __awaiter(this, void 0, void 0, function* () {
@@ -3805,7 +3805,7 @@ class OcbAgentSvcClient {
3805
3805
  * @param ListEnvironmentsRequest
3806
3806
  * @return ListEnvironmentsResponse
3807
3807
  * @throws OciError when an error occurs
3808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/ListEnvironments.ts.html |here} to see how to use ListEnvironments API.
3808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/ListEnvironments.ts.html |here} to see how to use ListEnvironments API.
3809
3809
  */
3810
3810
  listEnvironments(listEnvironmentsRequest) {
3811
3811
  return __awaiter(this, void 0, void 0, function* () {
@@ -3875,7 +3875,7 @@ class OcbAgentSvcClient {
3875
3875
  * @param RemoveAgentDependencyRequest
3876
3876
  * @return RemoveAgentDependencyResponse
3877
3877
  * @throws OciError when an error occurs
3878
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/RemoveAgentDependency.ts.html |here} to see how to use RemoveAgentDependency API.
3878
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/RemoveAgentDependency.ts.html |here} to see how to use RemoveAgentDependency API.
3879
3879
  */
3880
3880
  removeAgentDependency(removeAgentDependencyRequest) {
3881
3881
  return __awaiter(this, void 0, void 0, function* () {
@@ -3941,7 +3941,7 @@ class OcbAgentSvcClient {
3941
3941
  * @param UpdateAgentRequest
3942
3942
  * @return UpdateAgentResponse
3943
3943
  * @throws OciError when an error occurs
3944
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
3944
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
3945
3945
  */
3946
3946
  updateAgent(updateAgentRequest) {
3947
3947
  return __awaiter(this, void 0, void 0, function* () {
@@ -4007,7 +4007,7 @@ class OcbAgentSvcClient {
4007
4007
  * @param UpdateAgentDependencyRequest
4008
4008
  * @return UpdateAgentDependencyResponse
4009
4009
  * @throws OciError when an error occurs
4010
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/UpdateAgentDependency.ts.html |here} to see how to use UpdateAgentDependency API.
4010
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/UpdateAgentDependency.ts.html |here} to see how to use UpdateAgentDependency API.
4011
4011
  */
4012
4012
  updateAgentDependency(updateAgentDependencyRequest) {
4013
4013
  return __awaiter(this, void 0, void 0, function* () {
@@ -4069,7 +4069,7 @@ class OcbAgentSvcClient {
4069
4069
  * @param UpdateEnvironmentRequest
4070
4070
  * @return UpdateEnvironmentResponse
4071
4071
  * @throws OciError when an error occurs
4072
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/UpdateEnvironment.ts.html |here} to see how to use UpdateEnvironment API.
4072
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/UpdateEnvironment.ts.html |here} to see how to use UpdateEnvironment API.
4073
4073
  */
4074
4074
  updateEnvironment(updateEnvironmentRequest) {
4075
4075
  return __awaiter(this, void 0, void 0, function* () {
@@ -4135,7 +4135,7 @@ class OcbAgentSvcClient {
4135
4135
  * @param UpdatePluginRequest
4136
4136
  * @return UpdatePluginResponse
4137
4137
  * @throws OciError when an error occurs
4138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/cloudbridge/UpdatePlugin.ts.html |here} to see how to use UpdatePlugin API.
4138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/cloudbridge/UpdatePlugin.ts.html |here} to see how to use UpdatePlugin API.
4139
4139
  */
4140
4140
  updatePlugin(updatePluginRequest) {
4141
4141
  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.49.0/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.50.0/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.49.0/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.50.0/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.49.0/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.50.0/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.49.0/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.50.0/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.49.0/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.50.0/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.49.0/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.50.0/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.49.0/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.50.0/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.49.0/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.50.0/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.49.0/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.50.0/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.49.0/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.50.0/cloudbridge/ChangeEnvironmentCompartment.ts.html |here} to see how to use ChangeEnvironmentCompartmentRequest.
17
17
  */
18
18
  export interface ChangeEnvironmentCompartmentRequest extends common.BaseRequest {
19
19
  /**