oci-cloudbridge 2.84.2 → 2.86.1

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
@@ -205,7 +205,7 @@ class CommonClient {
205
205
  * @param CancelWorkRequestRequest
206
206
  * @return CancelWorkRequestResponse
207
207
  * @throws OciError when an error occurs
208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
209
209
  */
210
210
  cancelWorkRequest(cancelWorkRequestRequest) {
211
211
  return __awaiter(this, void 0, void 0, function* () {
@@ -260,7 +260,7 @@ class CommonClient {
260
260
  * @param GetWorkRequestRequest
261
261
  * @return GetWorkRequestResponse
262
262
  * @throws OciError when an error occurs
263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
264
264
  */
265
265
  getWorkRequest(getWorkRequestRequest) {
266
266
  return __awaiter(this, void 0, void 0, function* () {
@@ -329,7 +329,7 @@ class CommonClient {
329
329
  * @param ListWorkRequestErrorsRequest
330
330
  * @return ListWorkRequestErrorsResponse
331
331
  * @throws OciError when an error occurs
332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
333
333
  */
334
334
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
335
335
  return __awaiter(this, void 0, void 0, function* () {
@@ -398,7 +398,7 @@ class CommonClient {
398
398
  * @param ListWorkRequestLogsRequest
399
399
  * @return ListWorkRequestLogsResponse
400
400
  * @throws OciError when an error occurs
401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
402
402
  */
403
403
  listWorkRequestLogs(listWorkRequestLogsRequest) {
404
404
  return __awaiter(this, void 0, void 0, function* () {
@@ -467,7 +467,7 @@ class CommonClient {
467
467
  * @param ListWorkRequestsRequest
468
468
  * @return ListWorkRequestsResponse
469
469
  * @throws OciError when an error occurs
470
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
470
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
471
471
  */
472
472
  listWorkRequests(listWorkRequestsRequest) {
473
473
  return __awaiter(this, void 0, void 0, function* () {
@@ -688,7 +688,7 @@ class DiscoveryClient {
688
688
  * @param ChangeAssetSourceCompartmentRequest
689
689
  * @return ChangeAssetSourceCompartmentResponse
690
690
  * @throws OciError when an error occurs
691
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ChangeAssetSourceCompartment.ts.html |here} to see how to use ChangeAssetSourceCompartment API.
691
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ChangeAssetSourceCompartment.ts.html |here} to see how to use ChangeAssetSourceCompartment API.
692
692
  */
693
693
  changeAssetSourceCompartment(changeAssetSourceCompartmentRequest) {
694
694
  return __awaiter(this, void 0, void 0, function* () {
@@ -745,7 +745,7 @@ class DiscoveryClient {
745
745
  * @param ChangeDiscoveryScheduleCompartmentRequest
746
746
  * @return ChangeDiscoveryScheduleCompartmentResponse
747
747
  * @throws OciError when an error occurs
748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ChangeDiscoveryScheduleCompartment.ts.html |here} to see how to use ChangeDiscoveryScheduleCompartment API.
748
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ChangeDiscoveryScheduleCompartment.ts.html |here} to see how to use ChangeDiscoveryScheduleCompartment API.
749
749
  */
750
750
  changeDiscoveryScheduleCompartment(changeDiscoveryScheduleCompartmentRequest) {
751
751
  return __awaiter(this, void 0, void 0, function* () {
@@ -803,7 +803,7 @@ class DiscoveryClient {
803
803
  * @param CreateAssetSourceRequest
804
804
  * @return CreateAssetSourceResponse
805
805
  * @throws OciError when an error occurs
806
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/CreateAssetSource.ts.html |here} to see how to use CreateAssetSource API.
806
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/CreateAssetSource.ts.html |here} to see how to use CreateAssetSource API.
807
807
  */
808
808
  createAssetSource(createAssetSourceRequest) {
809
809
  return __awaiter(this, void 0, void 0, function* () {
@@ -876,7 +876,7 @@ class DiscoveryClient {
876
876
  * @param CreateDiscoveryScheduleRequest
877
877
  * @return CreateDiscoveryScheduleResponse
878
878
  * @throws OciError when an error occurs
879
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/CreateDiscoverySchedule.ts.html |here} to see how to use CreateDiscoverySchedule API.
879
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/CreateDiscoverySchedule.ts.html |here} to see how to use CreateDiscoverySchedule API.
880
880
  */
881
881
  createDiscoverySchedule(createDiscoveryScheduleRequest) {
882
882
  return __awaiter(this, void 0, void 0, function* () {
@@ -939,7 +939,7 @@ class DiscoveryClient {
939
939
  * @param DeleteAssetSourceRequest
940
940
  * @return DeleteAssetSourceResponse
941
941
  * @throws OciError when an error occurs
942
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/DeleteAssetSource.ts.html |here} to see how to use DeleteAssetSource API.
942
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/DeleteAssetSource.ts.html |here} to see how to use DeleteAssetSource API.
943
943
  */
944
944
  deleteAssetSource(deleteAssetSourceRequest) {
945
945
  return __awaiter(this, void 0, void 0, function* () {
@@ -999,7 +999,7 @@ class DiscoveryClient {
999
999
  * @param DeleteDiscoveryScheduleRequest
1000
1000
  * @return DeleteDiscoveryScheduleResponse
1001
1001
  * @throws OciError when an error occurs
1002
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/DeleteDiscoverySchedule.ts.html |here} to see how to use DeleteDiscoverySchedule API.
1002
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/DeleteDiscoverySchedule.ts.html |here} to see how to use DeleteDiscoverySchedule API.
1003
1003
  */
1004
1004
  deleteDiscoverySchedule(deleteDiscoveryScheduleRequest) {
1005
1005
  return __awaiter(this, void 0, void 0, function* () {
@@ -1054,7 +1054,7 @@ class DiscoveryClient {
1054
1054
  * @param GetAssetSourceRequest
1055
1055
  * @return GetAssetSourceResponse
1056
1056
  * @throws OciError when an error occurs
1057
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/GetAssetSource.ts.html |here} to see how to use GetAssetSource API.
1057
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/GetAssetSource.ts.html |here} to see how to use GetAssetSource API.
1058
1058
  */
1059
1059
  getAssetSource(getAssetSourceRequest) {
1060
1060
  return __awaiter(this, void 0, void 0, function* () {
@@ -1117,7 +1117,7 @@ class DiscoveryClient {
1117
1117
  * @param GetDiscoveryScheduleRequest
1118
1118
  * @return GetDiscoveryScheduleResponse
1119
1119
  * @throws OciError when an error occurs
1120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/GetDiscoverySchedule.ts.html |here} to see how to use GetDiscoverySchedule API.
1120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/GetDiscoverySchedule.ts.html |here} to see how to use GetDiscoverySchedule API.
1121
1121
  */
1122
1122
  getDiscoverySchedule(getDiscoveryScheduleRequest) {
1123
1123
  return __awaiter(this, void 0, void 0, function* () {
@@ -1180,7 +1180,7 @@ class DiscoveryClient {
1180
1180
  * @param ListAssetSourceConnectionsRequest
1181
1181
  * @return ListAssetSourceConnectionsResponse
1182
1182
  * @throws OciError when an error occurs
1183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ListAssetSourceConnections.ts.html |here} to see how to use ListAssetSourceConnections API.
1183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ListAssetSourceConnections.ts.html |here} to see how to use ListAssetSourceConnections API.
1184
1184
  */
1185
1185
  listAssetSourceConnections(listAssetSourceConnectionsRequest) {
1186
1186
  return __awaiter(this, void 0, void 0, function* () {
@@ -1247,7 +1247,7 @@ class DiscoveryClient {
1247
1247
  * @param ListAssetSourcesRequest
1248
1248
  * @return ListAssetSourcesResponse
1249
1249
  * @throws OciError when an error occurs
1250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ListAssetSources.ts.html |here} to see how to use ListAssetSources API.
1250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ListAssetSources.ts.html |here} to see how to use ListAssetSources API.
1251
1251
  */
1252
1252
  listAssetSources(listAssetSourcesRequest) {
1253
1253
  return __awaiter(this, void 0, void 0, function* () {
@@ -1317,7 +1317,7 @@ class DiscoveryClient {
1317
1317
  * @param ListDiscoverySchedulesRequest
1318
1318
  * @return ListDiscoverySchedulesResponse
1319
1319
  * @throws OciError when an error occurs
1320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ListDiscoverySchedules.ts.html |here} to see how to use ListDiscoverySchedules API.
1320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ListDiscoverySchedules.ts.html |here} to see how to use ListDiscoverySchedules API.
1321
1321
  */
1322
1322
  listDiscoverySchedules(listDiscoverySchedulesRequest) {
1323
1323
  return __awaiter(this, void 0, void 0, function* () {
@@ -1387,7 +1387,7 @@ class DiscoveryClient {
1387
1387
  * @param RefreshAssetSourceRequest
1388
1388
  * @return RefreshAssetSourceResponse
1389
1389
  * @throws OciError when an error occurs
1390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/RefreshAssetSource.ts.html |here} to see how to use RefreshAssetSource API.
1390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/RefreshAssetSource.ts.html |here} to see how to use RefreshAssetSource API.
1391
1391
  */
1392
1392
  refreshAssetSource(refreshAssetSourceRequest) {
1393
1393
  return __awaiter(this, void 0, void 0, function* () {
@@ -1447,7 +1447,7 @@ class DiscoveryClient {
1447
1447
  * @param UpdateAssetSourceRequest
1448
1448
  * @return UpdateAssetSourceResponse
1449
1449
  * @throws OciError when an error occurs
1450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/UpdateAssetSource.ts.html |here} to see how to use UpdateAssetSource API.
1450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/UpdateAssetSource.ts.html |here} to see how to use UpdateAssetSource API.
1451
1451
  */
1452
1452
  updateAssetSource(updateAssetSourceRequest) {
1453
1453
  return __awaiter(this, void 0, void 0, function* () {
@@ -1508,7 +1508,7 @@ class DiscoveryClient {
1508
1508
  * @param UpdateDiscoveryScheduleRequest
1509
1509
  * @return UpdateDiscoveryScheduleResponse
1510
1510
  * @throws OciError when an error occurs
1511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/UpdateDiscoverySchedule.ts.html |here} to see how to use UpdateDiscoverySchedule API.
1511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/UpdateDiscoverySchedule.ts.html |here} to see how to use UpdateDiscoverySchedule API.
1512
1512
  */
1513
1513
  updateDiscoverySchedule(updateDiscoveryScheduleRequest) {
1514
1514
  return __awaiter(this, void 0, void 0, function* () {
@@ -1726,7 +1726,7 @@ class InventoryClient {
1726
1726
  * @param AnalyzeAssetsRequest
1727
1727
  * @return AnalyzeAssetsResponse
1728
1728
  * @throws OciError when an error occurs
1729
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/AnalyzeAssets.ts.html |here} to see how to use AnalyzeAssets API.
1729
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/AnalyzeAssets.ts.html |here} to see how to use AnalyzeAssets API.
1730
1730
  */
1731
1731
  analyzeAssets(analyzeAssetsRequest) {
1732
1732
  return __awaiter(this, void 0, void 0, function* () {
@@ -1799,7 +1799,7 @@ class InventoryClient {
1799
1799
  * @param ChangeAssetCompartmentRequest
1800
1800
  * @return ChangeAssetCompartmentResponse
1801
1801
  * @throws OciError when an error occurs
1802
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ChangeAssetCompartment.ts.html |here} to see how to use ChangeAssetCompartment API.
1802
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ChangeAssetCompartment.ts.html |here} to see how to use ChangeAssetCompartment API.
1803
1803
  */
1804
1804
  changeAssetCompartment(changeAssetCompartmentRequest) {
1805
1805
  return __awaiter(this, void 0, void 0, function* () {
@@ -1856,7 +1856,7 @@ class InventoryClient {
1856
1856
  * @param ChangeAssetTagsRequest
1857
1857
  * @return ChangeAssetTagsResponse
1858
1858
  * @throws OciError when an error occurs
1859
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ChangeAssetTags.ts.html |here} to see how to use ChangeAssetTags API.
1859
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ChangeAssetTags.ts.html |here} to see how to use ChangeAssetTags API.
1860
1860
  */
1861
1861
  changeAssetTags(changeAssetTagsRequest) {
1862
1862
  return __awaiter(this, void 0, void 0, function* () {
@@ -1922,7 +1922,7 @@ class InventoryClient {
1922
1922
  * @param CreateAssetRequest
1923
1923
  * @return CreateAssetResponse
1924
1924
  * @throws OciError when an error occurs
1925
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/CreateAsset.ts.html |here} to see how to use CreateAsset API.
1925
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/CreateAsset.ts.html |here} to see how to use CreateAsset API.
1926
1926
  */
1927
1927
  createAsset(createAssetRequest) {
1928
1928
  return __awaiter(this, void 0, void 0, function* () {
@@ -1985,7 +1985,7 @@ class InventoryClient {
1985
1985
  * @param CreateInventoryRequest
1986
1986
  * @return CreateInventoryResponse
1987
1987
  * @throws OciError when an error occurs
1988
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/CreateInventory.ts.html |here} to see how to use CreateInventory API.
1988
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/CreateInventory.ts.html |here} to see how to use CreateInventory API.
1989
1989
  */
1990
1990
  createInventory(createInventoryRequest) {
1991
1991
  return __awaiter(this, void 0, void 0, function* () {
@@ -2044,7 +2044,7 @@ class InventoryClient {
2044
2044
  * @param DeleteAssetRequest
2045
2045
  * @return DeleteAssetResponse
2046
2046
  * @throws OciError when an error occurs
2047
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/DeleteAsset.ts.html |here} to see how to use DeleteAsset API.
2047
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/DeleteAsset.ts.html |here} to see how to use DeleteAsset API.
2048
2048
  */
2049
2049
  deleteAsset(deleteAssetRequest) {
2050
2050
  return __awaiter(this, void 0, void 0, function* () {
@@ -2099,7 +2099,7 @@ class InventoryClient {
2099
2099
  * @param DeleteInventoryRequest
2100
2100
  * @return DeleteInventoryResponse
2101
2101
  * @throws OciError when an error occurs
2102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/DeleteInventory.ts.html |here} to see how to use DeleteInventory API.
2102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/DeleteInventory.ts.html |here} to see how to use DeleteInventory API.
2103
2103
  */
2104
2104
  deleteInventory(deleteInventoryRequest) {
2105
2105
  return __awaiter(this, void 0, void 0, function* () {
@@ -2159,7 +2159,7 @@ class InventoryClient {
2159
2159
  * @param GetAssetRequest
2160
2160
  * @return GetAssetResponse
2161
2161
  * @throws OciError when an error occurs
2162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/GetAsset.ts.html |here} to see how to use GetAsset API.
2162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/GetAsset.ts.html |here} to see how to use GetAsset API.
2163
2163
  */
2164
2164
  getAsset(getAssetRequest) {
2165
2165
  return __awaiter(this, void 0, void 0, function* () {
@@ -2222,7 +2222,7 @@ class InventoryClient {
2222
2222
  * @param GetInventoryRequest
2223
2223
  * @return GetInventoryResponse
2224
2224
  * @throws OciError when an error occurs
2225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/GetInventory.ts.html |here} to see how to use GetInventory API.
2225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/GetInventory.ts.html |here} to see how to use GetInventory API.
2226
2226
  */
2227
2227
  getInventory(getInventoryRequest) {
2228
2228
  return __awaiter(this, void 0, void 0, function* () {
@@ -2290,7 +2290,7 @@ class InventoryClient {
2290
2290
  * @param ImportInventoryRequest
2291
2291
  * @return ImportInventoryResponse
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.84.2/cloudbridge/ImportInventory.ts.html |here} to see how to use ImportInventory API.
2293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ImportInventory.ts.html |here} to see how to use ImportInventory API.
2294
2294
  */
2295
2295
  importInventory(importInventoryRequest) {
2296
2296
  return __awaiter(this, void 0, void 0, function* () {
@@ -2352,7 +2352,7 @@ class InventoryClient {
2352
2352
  * @param ListAssetsRequest
2353
2353
  * @return ListAssetsResponse
2354
2354
  * @throws OciError when an error occurs
2355
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ListAssets.ts.html |here} to see how to use ListAssets API.
2355
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ListAssets.ts.html |here} to see how to use ListAssets API.
2356
2356
  */
2357
2357
  listAssets(listAssetsRequest) {
2358
2358
  return __awaiter(this, void 0, void 0, function* () {
@@ -2426,7 +2426,7 @@ class InventoryClient {
2426
2426
  * @param ListHistoricalMetricsRequest
2427
2427
  * @return ListHistoricalMetricsResponse
2428
2428
  * @throws OciError when an error occurs
2429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ListHistoricalMetrics.ts.html |here} to see how to use ListHistoricalMetrics API.
2429
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ListHistoricalMetrics.ts.html |here} to see how to use ListHistoricalMetrics API.
2430
2430
  */
2431
2431
  listHistoricalMetrics(listHistoricalMetricsRequest) {
2432
2432
  return __awaiter(this, void 0, void 0, function* () {
@@ -2495,7 +2495,7 @@ class InventoryClient {
2495
2495
  * @param ListInventoriesRequest
2496
2496
  * @return ListInventoriesResponse
2497
2497
  * @throws OciError when an error occurs
2498
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ListInventories.ts.html |here} to see how to use ListInventories API.
2498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ListInventories.ts.html |here} to see how to use ListInventories API.
2499
2499
  */
2500
2500
  listInventories(listInventoriesRequest) {
2501
2501
  return __awaiter(this, void 0, void 0, function* () {
@@ -2563,7 +2563,7 @@ class InventoryClient {
2563
2563
  * @param SubmitHistoricalMetricsRequest
2564
2564
  * @return SubmitHistoricalMetricsResponse
2565
2565
  * @throws OciError when an error occurs
2566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/SubmitHistoricalMetrics.ts.html |here} to see how to use SubmitHistoricalMetrics API.
2566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/SubmitHistoricalMetrics.ts.html |here} to see how to use SubmitHistoricalMetrics API.
2567
2567
  */
2568
2568
  submitHistoricalMetrics(submitHistoricalMetricsRequest) {
2569
2569
  return __awaiter(this, void 0, void 0, function* () {
@@ -2628,7 +2628,7 @@ class InventoryClient {
2628
2628
  * @param UpdateAssetRequest
2629
2629
  * @return UpdateAssetResponse
2630
2630
  * @throws OciError when an error occurs
2631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/UpdateAsset.ts.html |here} to see how to use UpdateAsset API.
2631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/UpdateAsset.ts.html |here} to see how to use UpdateAsset API.
2632
2632
  */
2633
2633
  updateAsset(updateAssetRequest) {
2634
2634
  return __awaiter(this, void 0, void 0, function* () {
@@ -2693,7 +2693,7 @@ class InventoryClient {
2693
2693
  * @param UpdateInventoryRequest
2694
2694
  * @return UpdateInventoryResponse
2695
2695
  * @throws OciError when an error occurs
2696
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/UpdateInventory.ts.html |here} to see how to use UpdateInventory API.
2696
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/UpdateInventory.ts.html |here} to see how to use UpdateInventory API.
2697
2697
  */
2698
2698
  updateInventory(updateInventoryRequest) {
2699
2699
  return __awaiter(this, void 0, void 0, function* () {
@@ -2909,7 +2909,7 @@ class OcbAgentSvcClient {
2909
2909
  * @param AddAgentDependencyRequest
2910
2910
  * @return AddAgentDependencyResponse
2911
2911
  * @throws OciError when an error occurs
2912
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/AddAgentDependency.ts.html |here} to see how to use AddAgentDependency API.
2912
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/AddAgentDependency.ts.html |here} to see how to use AddAgentDependency API.
2913
2913
  */
2914
2914
  addAgentDependency(addAgentDependencyRequest) {
2915
2915
  return __awaiter(this, void 0, void 0, function* () {
@@ -2975,7 +2975,7 @@ class OcbAgentSvcClient {
2975
2975
  * @param ChangeAgentCompartmentRequest
2976
2976
  * @return ChangeAgentCompartmentResponse
2977
2977
  * @throws OciError when an error occurs
2978
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
2978
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
2979
2979
  */
2980
2980
  changeAgentCompartment(changeAgentCompartmentRequest) {
2981
2981
  return __awaiter(this, void 0, void 0, function* () {
@@ -3037,7 +3037,7 @@ class OcbAgentSvcClient {
3037
3037
  * @param ChangeAgentDependencyCompartmentRequest
3038
3038
  * @return ChangeAgentDependencyCompartmentResponse
3039
3039
  * @throws OciError when an error occurs
3040
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ChangeAgentDependencyCompartment.ts.html |here} to see how to use ChangeAgentDependencyCompartment API.
3040
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ChangeAgentDependencyCompartment.ts.html |here} to see how to use ChangeAgentDependencyCompartment API.
3041
3041
  */
3042
3042
  changeAgentDependencyCompartment(changeAgentDependencyCompartmentRequest) {
3043
3043
  return __awaiter(this, void 0, void 0, function* () {
@@ -3094,7 +3094,7 @@ class OcbAgentSvcClient {
3094
3094
  * @param ChangeEnvironmentCompartmentRequest
3095
3095
  * @return ChangeEnvironmentCompartmentResponse
3096
3096
  * @throws OciError when an error occurs
3097
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ChangeEnvironmentCompartment.ts.html |here} to see how to use ChangeEnvironmentCompartment API.
3097
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ChangeEnvironmentCompartment.ts.html |here} to see how to use ChangeEnvironmentCompartment API.
3098
3098
  */
3099
3099
  changeEnvironmentCompartment(changeEnvironmentCompartmentRequest) {
3100
3100
  return __awaiter(this, void 0, void 0, function* () {
@@ -3157,7 +3157,7 @@ class OcbAgentSvcClient {
3157
3157
  * @param CreateAgentRequest
3158
3158
  * @return CreateAgentResponse
3159
3159
  * @throws OciError when an error occurs
3160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/CreateAgent.ts.html |here} to see how to use CreateAgent API.
3160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/CreateAgent.ts.html |here} to see how to use CreateAgent API.
3161
3161
  */
3162
3162
  createAgent(createAgentRequest) {
3163
3163
  return __awaiter(this, void 0, void 0, function* () {
@@ -3221,7 +3221,7 @@ class OcbAgentSvcClient {
3221
3221
  * @param CreateAgentDependencyRequest
3222
3222
  * @return CreateAgentDependencyResponse
3223
3223
  * @throws OciError when an error occurs
3224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/CreateAgentDependency.ts.html |here} to see how to use CreateAgentDependency API.
3224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/CreateAgentDependency.ts.html |here} to see how to use CreateAgentDependency API.
3225
3225
  */
3226
3226
  createAgentDependency(createAgentDependencyRequest) {
3227
3227
  return __awaiter(this, void 0, void 0, function* () {
@@ -3290,7 +3290,7 @@ class OcbAgentSvcClient {
3290
3290
  * @param CreateEnvironmentRequest
3291
3291
  * @return CreateEnvironmentResponse
3292
3292
  * @throws OciError when an error occurs
3293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/CreateEnvironment.ts.html |here} to see how to use CreateEnvironment API.
3293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/CreateEnvironment.ts.html |here} to see how to use CreateEnvironment API.
3294
3294
  */
3295
3295
  createEnvironment(createEnvironmentRequest) {
3296
3296
  return __awaiter(this, void 0, void 0, function* () {
@@ -3353,7 +3353,7 @@ class OcbAgentSvcClient {
3353
3353
  * @param DeleteAgentRequest
3354
3354
  * @return DeleteAgentResponse
3355
3355
  * @throws OciError when an error occurs
3356
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
3356
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
3357
3357
  */
3358
3358
  deleteAgent(deleteAgentRequest) {
3359
3359
  return __awaiter(this, void 0, void 0, function* () {
@@ -3409,7 +3409,7 @@ class OcbAgentSvcClient {
3409
3409
  * @param DeleteAgentDependencyRequest
3410
3410
  * @return DeleteAgentDependencyResponse
3411
3411
  * @throws OciError when an error occurs
3412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/DeleteAgentDependency.ts.html |here} to see how to use DeleteAgentDependency API.
3412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/DeleteAgentDependency.ts.html |here} to see how to use DeleteAgentDependency API.
3413
3413
  */
3414
3414
  deleteAgentDependency(deleteAgentDependencyRequest) {
3415
3415
  return __awaiter(this, void 0, void 0, function* () {
@@ -3464,7 +3464,7 @@ class OcbAgentSvcClient {
3464
3464
  * @param DeleteEnvironmentRequest
3465
3465
  * @return DeleteEnvironmentResponse
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.84.2/cloudbridge/DeleteEnvironment.ts.html |here} to see how to use DeleteEnvironment API.
3467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/DeleteEnvironment.ts.html |here} to see how to use DeleteEnvironment API.
3468
3468
  */
3469
3469
  deleteEnvironment(deleteEnvironmentRequest) {
3470
3470
  return __awaiter(this, void 0, void 0, function* () {
@@ -3519,7 +3519,7 @@ class OcbAgentSvcClient {
3519
3519
  * @param GetAgentRequest
3520
3520
  * @return GetAgentResponse
3521
3521
  * @throws OciError when an error occurs
3522
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/GetAgent.ts.html |here} to see how to use GetAgent API.
3522
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/GetAgent.ts.html |here} to see how to use GetAgent API.
3523
3523
  */
3524
3524
  getAgent(getAgentRequest) {
3525
3525
  return __awaiter(this, void 0, void 0, function* () {
@@ -3582,7 +3582,7 @@ class OcbAgentSvcClient {
3582
3582
  * @param GetAgentDependencyRequest
3583
3583
  * @return GetAgentDependencyResponse
3584
3584
  * @throws OciError when an error occurs
3585
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/GetAgentDependency.ts.html |here} to see how to use GetAgentDependency API.
3585
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/GetAgentDependency.ts.html |here} to see how to use GetAgentDependency API.
3586
3586
  */
3587
3587
  getAgentDependency(getAgentDependencyRequest) {
3588
3588
  return __awaiter(this, void 0, void 0, function* () {
@@ -3645,7 +3645,7 @@ class OcbAgentSvcClient {
3645
3645
  * @param GetEnvironmentRequest
3646
3646
  * @return GetEnvironmentResponse
3647
3647
  * @throws OciError when an error occurs
3648
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/GetEnvironment.ts.html |here} to see how to use GetEnvironment API.
3648
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/GetEnvironment.ts.html |here} to see how to use GetEnvironment API.
3649
3649
  */
3650
3650
  getEnvironment(getEnvironmentRequest) {
3651
3651
  return __awaiter(this, void 0, void 0, function* () {
@@ -3708,7 +3708,7 @@ class OcbAgentSvcClient {
3708
3708
  * @param GetPluginRequest
3709
3709
  * @return GetPluginResponse
3710
3710
  * @throws OciError when an error occurs
3711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/GetPlugin.ts.html |here} to see how to use GetPlugin API.
3711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/GetPlugin.ts.html |here} to see how to use GetPlugin API.
3712
3712
  */
3713
3713
  getPlugin(getPluginRequest) {
3714
3714
  return __awaiter(this, void 0, void 0, function* () {
@@ -3773,7 +3773,7 @@ class OcbAgentSvcClient {
3773
3773
  * @param ListAgentDependenciesRequest
3774
3774
  * @return ListAgentDependenciesResponse
3775
3775
  * @throws OciError when an error occurs
3776
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ListAgentDependencies.ts.html |here} to see how to use ListAgentDependencies API.
3776
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ListAgentDependencies.ts.html |here} to see how to use ListAgentDependencies API.
3777
3777
  */
3778
3778
  listAgentDependencies(listAgentDependenciesRequest) {
3779
3779
  return __awaiter(this, void 0, void 0, function* () {
@@ -3845,7 +3845,7 @@ class OcbAgentSvcClient {
3845
3845
  * @param ListAgentsRequest
3846
3846
  * @return ListAgentsResponse
3847
3847
  * @throws OciError when an error occurs
3848
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ListAgents.ts.html |here} to see how to use ListAgents API.
3848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ListAgents.ts.html |here} to see how to use ListAgents API.
3849
3849
  */
3850
3850
  listAgents(listAgentsRequest) {
3851
3851
  return __awaiter(this, void 0, void 0, function* () {
@@ -3917,7 +3917,7 @@ class OcbAgentSvcClient {
3917
3917
  * @param ListApplianceImagesRequest
3918
3918
  * @return ListApplianceImagesResponse
3919
3919
  * @throws OciError when an error occurs
3920
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ListApplianceImages.ts.html |here} to see how to use ListApplianceImages API.
3920
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ListApplianceImages.ts.html |here} to see how to use ListApplianceImages API.
3921
3921
  */
3922
3922
  listApplianceImages(listApplianceImagesRequest) {
3923
3923
  return __awaiter(this, void 0, void 0, function* () {
@@ -3986,7 +3986,7 @@ class OcbAgentSvcClient {
3986
3986
  * @param ListEnvironmentsRequest
3987
3987
  * @return ListEnvironmentsResponse
3988
3988
  * @throws OciError when an error occurs
3989
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/ListEnvironments.ts.html |here} to see how to use ListEnvironments API.
3989
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/ListEnvironments.ts.html |here} to see how to use ListEnvironments API.
3990
3990
  */
3991
3991
  listEnvironments(listEnvironmentsRequest) {
3992
3992
  return __awaiter(this, void 0, void 0, function* () {
@@ -4056,7 +4056,7 @@ class OcbAgentSvcClient {
4056
4056
  * @param RemoveAgentDependencyRequest
4057
4057
  * @return RemoveAgentDependencyResponse
4058
4058
  * @throws OciError when an error occurs
4059
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/RemoveAgentDependency.ts.html |here} to see how to use RemoveAgentDependency API.
4059
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/RemoveAgentDependency.ts.html |here} to see how to use RemoveAgentDependency API.
4060
4060
  */
4061
4061
  removeAgentDependency(removeAgentDependencyRequest) {
4062
4062
  return __awaiter(this, void 0, void 0, function* () {
@@ -4122,7 +4122,7 @@ class OcbAgentSvcClient {
4122
4122
  * @param UpdateAgentRequest
4123
4123
  * @return UpdateAgentResponse
4124
4124
  * @throws OciError when an error occurs
4125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
4125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
4126
4126
  */
4127
4127
  updateAgent(updateAgentRequest) {
4128
4128
  return __awaiter(this, void 0, void 0, function* () {
@@ -4188,7 +4188,7 @@ class OcbAgentSvcClient {
4188
4188
  * @param UpdateAgentDependencyRequest
4189
4189
  * @return UpdateAgentDependencyResponse
4190
4190
  * @throws OciError when an error occurs
4191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/UpdateAgentDependency.ts.html |here} to see how to use UpdateAgentDependency API.
4191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/UpdateAgentDependency.ts.html |here} to see how to use UpdateAgentDependency API.
4192
4192
  */
4193
4193
  updateAgentDependency(updateAgentDependencyRequest) {
4194
4194
  return __awaiter(this, void 0, void 0, function* () {
@@ -4250,7 +4250,7 @@ class OcbAgentSvcClient {
4250
4250
  * @param UpdateEnvironmentRequest
4251
4251
  * @return UpdateEnvironmentResponse
4252
4252
  * @throws OciError when an error occurs
4253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/UpdateEnvironment.ts.html |here} to see how to use UpdateEnvironment API.
4253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/UpdateEnvironment.ts.html |here} to see how to use UpdateEnvironment API.
4254
4254
  */
4255
4255
  updateEnvironment(updateEnvironmentRequest) {
4256
4256
  return __awaiter(this, void 0, void 0, function* () {
@@ -4316,7 +4316,7 @@ class OcbAgentSvcClient {
4316
4316
  * @param UpdatePluginRequest
4317
4317
  * @return UpdatePluginResponse
4318
4318
  * @throws OciError when an error occurs
4319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cloudbridge/UpdatePlugin.ts.html |here} to see how to use UpdatePlugin API.
4319
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/cloudbridge/UpdatePlugin.ts.html |here} to see how to use UpdatePlugin API.
4320
4320
  */
4321
4321
  updatePlugin(updatePluginRequest) {
4322
4322
  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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/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.84.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.86.1/cloudbridge/ChangeEnvironmentCompartment.ts.html |here} to see how to use ChangeEnvironmentCompartmentRequest.
17
17
  */
18
18
  export interface ChangeEnvironmentCompartmentRequest extends common.BaseRequest {
19
19
  /**