oci-cloudbridge 2.68.0 → 2.68.2

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
@@ -186,7 +186,7 @@ class CommonClient {
186
186
  * @param CancelWorkRequestRequest
187
187
  * @return CancelWorkRequestResponse
188
188
  * @throws OciError when an error occurs
189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
190
190
  */
191
191
  cancelWorkRequest(cancelWorkRequestRequest) {
192
192
  return __awaiter(this, void 0, void 0, function* () {
@@ -241,7 +241,7 @@ class CommonClient {
241
241
  * @param GetWorkRequestRequest
242
242
  * @return GetWorkRequestResponse
243
243
  * @throws OciError when an error occurs
244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
245
245
  */
246
246
  getWorkRequest(getWorkRequestRequest) {
247
247
  return __awaiter(this, void 0, void 0, function* () {
@@ -310,7 +310,7 @@ class CommonClient {
310
310
  * @param ListWorkRequestErrorsRequest
311
311
  * @return ListWorkRequestErrorsResponse
312
312
  * @throws OciError when an error occurs
313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
314
314
  */
315
315
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
316
316
  return __awaiter(this, void 0, void 0, function* () {
@@ -379,7 +379,7 @@ class CommonClient {
379
379
  * @param ListWorkRequestLogsRequest
380
380
  * @return ListWorkRequestLogsResponse
381
381
  * @throws OciError when an error occurs
382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
382
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
383
383
  */
384
384
  listWorkRequestLogs(listWorkRequestLogsRequest) {
385
385
  return __awaiter(this, void 0, void 0, function* () {
@@ -448,7 +448,7 @@ class CommonClient {
448
448
  * @param ListWorkRequestsRequest
449
449
  * @return ListWorkRequestsResponse
450
450
  * @throws OciError when an error occurs
451
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
451
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
452
452
  */
453
453
  listWorkRequests(listWorkRequestsRequest) {
454
454
  return __awaiter(this, void 0, void 0, function* () {
@@ -651,7 +651,7 @@ class DiscoveryClient {
651
651
  * @param ChangeAssetSourceCompartmentRequest
652
652
  * @return ChangeAssetSourceCompartmentResponse
653
653
  * @throws OciError when an error occurs
654
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ChangeAssetSourceCompartment.ts.html |here} to see how to use ChangeAssetSourceCompartment API.
654
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ChangeAssetSourceCompartment.ts.html |here} to see how to use ChangeAssetSourceCompartment API.
655
655
  */
656
656
  changeAssetSourceCompartment(changeAssetSourceCompartmentRequest) {
657
657
  return __awaiter(this, void 0, void 0, function* () {
@@ -708,7 +708,7 @@ class DiscoveryClient {
708
708
  * @param ChangeDiscoveryScheduleCompartmentRequest
709
709
  * @return ChangeDiscoveryScheduleCompartmentResponse
710
710
  * @throws OciError when an error occurs
711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ChangeDiscoveryScheduleCompartment.ts.html |here} to see how to use ChangeDiscoveryScheduleCompartment API.
711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ChangeDiscoveryScheduleCompartment.ts.html |here} to see how to use ChangeDiscoveryScheduleCompartment API.
712
712
  */
713
713
  changeDiscoveryScheduleCompartment(changeDiscoveryScheduleCompartmentRequest) {
714
714
  return __awaiter(this, void 0, void 0, function* () {
@@ -766,7 +766,7 @@ class DiscoveryClient {
766
766
  * @param CreateAssetSourceRequest
767
767
  * @return CreateAssetSourceResponse
768
768
  * @throws OciError when an error occurs
769
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/CreateAssetSource.ts.html |here} to see how to use CreateAssetSource API.
769
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/CreateAssetSource.ts.html |here} to see how to use CreateAssetSource API.
770
770
  */
771
771
  createAssetSource(createAssetSourceRequest) {
772
772
  return __awaiter(this, void 0, void 0, function* () {
@@ -839,7 +839,7 @@ class DiscoveryClient {
839
839
  * @param CreateDiscoveryScheduleRequest
840
840
  * @return CreateDiscoveryScheduleResponse
841
841
  * @throws OciError when an error occurs
842
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/CreateDiscoverySchedule.ts.html |here} to see how to use CreateDiscoverySchedule API.
842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/CreateDiscoverySchedule.ts.html |here} to see how to use CreateDiscoverySchedule API.
843
843
  */
844
844
  createDiscoverySchedule(createDiscoveryScheduleRequest) {
845
845
  return __awaiter(this, void 0, void 0, function* () {
@@ -902,7 +902,7 @@ class DiscoveryClient {
902
902
  * @param DeleteAssetSourceRequest
903
903
  * @return DeleteAssetSourceResponse
904
904
  * @throws OciError when an error occurs
905
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/DeleteAssetSource.ts.html |here} to see how to use DeleteAssetSource API.
905
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/DeleteAssetSource.ts.html |here} to see how to use DeleteAssetSource API.
906
906
  */
907
907
  deleteAssetSource(deleteAssetSourceRequest) {
908
908
  return __awaiter(this, void 0, void 0, function* () {
@@ -962,7 +962,7 @@ class DiscoveryClient {
962
962
  * @param DeleteDiscoveryScheduleRequest
963
963
  * @return DeleteDiscoveryScheduleResponse
964
964
  * @throws OciError when an error occurs
965
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/DeleteDiscoverySchedule.ts.html |here} to see how to use DeleteDiscoverySchedule API.
965
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/DeleteDiscoverySchedule.ts.html |here} to see how to use DeleteDiscoverySchedule API.
966
966
  */
967
967
  deleteDiscoverySchedule(deleteDiscoveryScheduleRequest) {
968
968
  return __awaiter(this, void 0, void 0, function* () {
@@ -1017,7 +1017,7 @@ class DiscoveryClient {
1017
1017
  * @param GetAssetSourceRequest
1018
1018
  * @return GetAssetSourceResponse
1019
1019
  * @throws OciError when an error occurs
1020
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/GetAssetSource.ts.html |here} to see how to use GetAssetSource API.
1020
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/GetAssetSource.ts.html |here} to see how to use GetAssetSource API.
1021
1021
  */
1022
1022
  getAssetSource(getAssetSourceRequest) {
1023
1023
  return __awaiter(this, void 0, void 0, function* () {
@@ -1080,7 +1080,7 @@ class DiscoveryClient {
1080
1080
  * @param GetDiscoveryScheduleRequest
1081
1081
  * @return GetDiscoveryScheduleResponse
1082
1082
  * @throws OciError when an error occurs
1083
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/GetDiscoverySchedule.ts.html |here} to see how to use GetDiscoverySchedule API.
1083
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/GetDiscoverySchedule.ts.html |here} to see how to use GetDiscoverySchedule API.
1084
1084
  */
1085
1085
  getDiscoverySchedule(getDiscoveryScheduleRequest) {
1086
1086
  return __awaiter(this, void 0, void 0, function* () {
@@ -1143,7 +1143,7 @@ class DiscoveryClient {
1143
1143
  * @param ListAssetSourceConnectionsRequest
1144
1144
  * @return ListAssetSourceConnectionsResponse
1145
1145
  * @throws OciError when an error occurs
1146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ListAssetSourceConnections.ts.html |here} to see how to use ListAssetSourceConnections API.
1146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ListAssetSourceConnections.ts.html |here} to see how to use ListAssetSourceConnections API.
1147
1147
  */
1148
1148
  listAssetSourceConnections(listAssetSourceConnectionsRequest) {
1149
1149
  return __awaiter(this, void 0, void 0, function* () {
@@ -1210,7 +1210,7 @@ class DiscoveryClient {
1210
1210
  * @param ListAssetSourcesRequest
1211
1211
  * @return ListAssetSourcesResponse
1212
1212
  * @throws OciError when an error occurs
1213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ListAssetSources.ts.html |here} to see how to use ListAssetSources API.
1213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ListAssetSources.ts.html |here} to see how to use ListAssetSources API.
1214
1214
  */
1215
1215
  listAssetSources(listAssetSourcesRequest) {
1216
1216
  return __awaiter(this, void 0, void 0, function* () {
@@ -1280,7 +1280,7 @@ class DiscoveryClient {
1280
1280
  * @param ListDiscoverySchedulesRequest
1281
1281
  * @return ListDiscoverySchedulesResponse
1282
1282
  * @throws OciError when an error occurs
1283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ListDiscoverySchedules.ts.html |here} to see how to use ListDiscoverySchedules API.
1283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ListDiscoverySchedules.ts.html |here} to see how to use ListDiscoverySchedules API.
1284
1284
  */
1285
1285
  listDiscoverySchedules(listDiscoverySchedulesRequest) {
1286
1286
  return __awaiter(this, void 0, void 0, function* () {
@@ -1350,7 +1350,7 @@ class DiscoveryClient {
1350
1350
  * @param RefreshAssetSourceRequest
1351
1351
  * @return RefreshAssetSourceResponse
1352
1352
  * @throws OciError when an error occurs
1353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/RefreshAssetSource.ts.html |here} to see how to use RefreshAssetSource API.
1353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/RefreshAssetSource.ts.html |here} to see how to use RefreshAssetSource API.
1354
1354
  */
1355
1355
  refreshAssetSource(refreshAssetSourceRequest) {
1356
1356
  return __awaiter(this, void 0, void 0, function* () {
@@ -1410,7 +1410,7 @@ class DiscoveryClient {
1410
1410
  * @param UpdateAssetSourceRequest
1411
1411
  * @return UpdateAssetSourceResponse
1412
1412
  * @throws OciError when an error occurs
1413
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/UpdateAssetSource.ts.html |here} to see how to use UpdateAssetSource API.
1413
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/UpdateAssetSource.ts.html |here} to see how to use UpdateAssetSource API.
1414
1414
  */
1415
1415
  updateAssetSource(updateAssetSourceRequest) {
1416
1416
  return __awaiter(this, void 0, void 0, function* () {
@@ -1471,7 +1471,7 @@ class DiscoveryClient {
1471
1471
  * @param UpdateDiscoveryScheduleRequest
1472
1472
  * @return UpdateDiscoveryScheduleResponse
1473
1473
  * @throws OciError when an error occurs
1474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/UpdateDiscoverySchedule.ts.html |here} to see how to use UpdateDiscoverySchedule API.
1474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/UpdateDiscoverySchedule.ts.html |here} to see how to use UpdateDiscoverySchedule API.
1475
1475
  */
1476
1476
  updateDiscoverySchedule(updateDiscoveryScheduleRequest) {
1477
1477
  return __awaiter(this, void 0, void 0, function* () {
@@ -1671,7 +1671,7 @@ class InventoryClient {
1671
1671
  * @param AnalyzeAssetsRequest
1672
1672
  * @return AnalyzeAssetsResponse
1673
1673
  * @throws OciError when an error occurs
1674
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/AnalyzeAssets.ts.html |here} to see how to use AnalyzeAssets API.
1674
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/AnalyzeAssets.ts.html |here} to see how to use AnalyzeAssets API.
1675
1675
  */
1676
1676
  analyzeAssets(analyzeAssetsRequest) {
1677
1677
  return __awaiter(this, void 0, void 0, function* () {
@@ -1744,7 +1744,7 @@ class InventoryClient {
1744
1744
  * @param ChangeAssetCompartmentRequest
1745
1745
  * @return ChangeAssetCompartmentResponse
1746
1746
  * @throws OciError when an error occurs
1747
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ChangeAssetCompartment.ts.html |here} to see how to use ChangeAssetCompartment API.
1747
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ChangeAssetCompartment.ts.html |here} to see how to use ChangeAssetCompartment API.
1748
1748
  */
1749
1749
  changeAssetCompartment(changeAssetCompartmentRequest) {
1750
1750
  return __awaiter(this, void 0, void 0, function* () {
@@ -1801,7 +1801,7 @@ class InventoryClient {
1801
1801
  * @param ChangeAssetTagsRequest
1802
1802
  * @return ChangeAssetTagsResponse
1803
1803
  * @throws OciError when an error occurs
1804
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ChangeAssetTags.ts.html |here} to see how to use ChangeAssetTags API.
1804
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ChangeAssetTags.ts.html |here} to see how to use ChangeAssetTags API.
1805
1805
  */
1806
1806
  changeAssetTags(changeAssetTagsRequest) {
1807
1807
  return __awaiter(this, void 0, void 0, function* () {
@@ -1867,7 +1867,7 @@ class InventoryClient {
1867
1867
  * @param CreateAssetRequest
1868
1868
  * @return CreateAssetResponse
1869
1869
  * @throws OciError when an error occurs
1870
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/CreateAsset.ts.html |here} to see how to use CreateAsset API.
1870
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/CreateAsset.ts.html |here} to see how to use CreateAsset API.
1871
1871
  */
1872
1872
  createAsset(createAssetRequest) {
1873
1873
  return __awaiter(this, void 0, void 0, function* () {
@@ -1930,7 +1930,7 @@ class InventoryClient {
1930
1930
  * @param CreateInventoryRequest
1931
1931
  * @return CreateInventoryResponse
1932
1932
  * @throws OciError when an error occurs
1933
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/CreateInventory.ts.html |here} to see how to use CreateInventory API.
1933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/CreateInventory.ts.html |here} to see how to use CreateInventory API.
1934
1934
  */
1935
1935
  createInventory(createInventoryRequest) {
1936
1936
  return __awaiter(this, void 0, void 0, function* () {
@@ -1989,7 +1989,7 @@ class InventoryClient {
1989
1989
  * @param DeleteAssetRequest
1990
1990
  * @return DeleteAssetResponse
1991
1991
  * @throws OciError when an error occurs
1992
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/DeleteAsset.ts.html |here} to see how to use DeleteAsset API.
1992
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/DeleteAsset.ts.html |here} to see how to use DeleteAsset API.
1993
1993
  */
1994
1994
  deleteAsset(deleteAssetRequest) {
1995
1995
  return __awaiter(this, void 0, void 0, function* () {
@@ -2044,7 +2044,7 @@ class InventoryClient {
2044
2044
  * @param DeleteInventoryRequest
2045
2045
  * @return DeleteInventoryResponse
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.68.0/cloudbridge/DeleteInventory.ts.html |here} to see how to use DeleteInventory API.
2047
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/DeleteInventory.ts.html |here} to see how to use DeleteInventory API.
2048
2048
  */
2049
2049
  deleteInventory(deleteInventoryRequest) {
2050
2050
  return __awaiter(this, void 0, void 0, function* () {
@@ -2104,7 +2104,7 @@ class InventoryClient {
2104
2104
  * @param GetAssetRequest
2105
2105
  * @return GetAssetResponse
2106
2106
  * @throws OciError when an error occurs
2107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/GetAsset.ts.html |here} to see how to use GetAsset API.
2107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/GetAsset.ts.html |here} to see how to use GetAsset API.
2108
2108
  */
2109
2109
  getAsset(getAssetRequest) {
2110
2110
  return __awaiter(this, void 0, void 0, function* () {
@@ -2167,7 +2167,7 @@ class InventoryClient {
2167
2167
  * @param GetInventoryRequest
2168
2168
  * @return GetInventoryResponse
2169
2169
  * @throws OciError when an error occurs
2170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/GetInventory.ts.html |here} to see how to use GetInventory API.
2170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/GetInventory.ts.html |here} to see how to use GetInventory API.
2171
2171
  */
2172
2172
  getInventory(getInventoryRequest) {
2173
2173
  return __awaiter(this, void 0, void 0, function* () {
@@ -2235,7 +2235,7 @@ class InventoryClient {
2235
2235
  * @param ImportInventoryRequest
2236
2236
  * @return ImportInventoryResponse
2237
2237
  * @throws OciError when an error occurs
2238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ImportInventory.ts.html |here} to see how to use ImportInventory API.
2238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ImportInventory.ts.html |here} to see how to use ImportInventory API.
2239
2239
  */
2240
2240
  importInventory(importInventoryRequest) {
2241
2241
  return __awaiter(this, void 0, void 0, function* () {
@@ -2297,7 +2297,7 @@ class InventoryClient {
2297
2297
  * @param ListAssetsRequest
2298
2298
  * @return ListAssetsResponse
2299
2299
  * @throws OciError when an error occurs
2300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ListAssets.ts.html |here} to see how to use ListAssets API.
2300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ListAssets.ts.html |here} to see how to use ListAssets API.
2301
2301
  */
2302
2302
  listAssets(listAssetsRequest) {
2303
2303
  return __awaiter(this, void 0, void 0, function* () {
@@ -2371,7 +2371,7 @@ class InventoryClient {
2371
2371
  * @param ListHistoricalMetricsRequest
2372
2372
  * @return ListHistoricalMetricsResponse
2373
2373
  * @throws OciError when an error occurs
2374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ListHistoricalMetrics.ts.html |here} to see how to use ListHistoricalMetrics API.
2374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ListHistoricalMetrics.ts.html |here} to see how to use ListHistoricalMetrics API.
2375
2375
  */
2376
2376
  listHistoricalMetrics(listHistoricalMetricsRequest) {
2377
2377
  return __awaiter(this, void 0, void 0, function* () {
@@ -2440,7 +2440,7 @@ class InventoryClient {
2440
2440
  * @param ListInventoriesRequest
2441
2441
  * @return ListInventoriesResponse
2442
2442
  * @throws OciError when an error occurs
2443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ListInventories.ts.html |here} to see how to use ListInventories API.
2443
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ListInventories.ts.html |here} to see how to use ListInventories API.
2444
2444
  */
2445
2445
  listInventories(listInventoriesRequest) {
2446
2446
  return __awaiter(this, void 0, void 0, function* () {
@@ -2508,7 +2508,7 @@ class InventoryClient {
2508
2508
  * @param SubmitHistoricalMetricsRequest
2509
2509
  * @return SubmitHistoricalMetricsResponse
2510
2510
  * @throws OciError when an error occurs
2511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/SubmitHistoricalMetrics.ts.html |here} to see how to use SubmitHistoricalMetrics API.
2511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/SubmitHistoricalMetrics.ts.html |here} to see how to use SubmitHistoricalMetrics API.
2512
2512
  */
2513
2513
  submitHistoricalMetrics(submitHistoricalMetricsRequest) {
2514
2514
  return __awaiter(this, void 0, void 0, function* () {
@@ -2573,7 +2573,7 @@ class InventoryClient {
2573
2573
  * @param UpdateAssetRequest
2574
2574
  * @return UpdateAssetResponse
2575
2575
  * @throws OciError when an error occurs
2576
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/UpdateAsset.ts.html |here} to see how to use UpdateAsset API.
2576
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/UpdateAsset.ts.html |here} to see how to use UpdateAsset API.
2577
2577
  */
2578
2578
  updateAsset(updateAssetRequest) {
2579
2579
  return __awaiter(this, void 0, void 0, function* () {
@@ -2638,7 +2638,7 @@ class InventoryClient {
2638
2638
  * @param UpdateInventoryRequest
2639
2639
  * @return UpdateInventoryResponse
2640
2640
  * @throws OciError when an error occurs
2641
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/UpdateInventory.ts.html |here} to see how to use UpdateInventory API.
2641
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/UpdateInventory.ts.html |here} to see how to use UpdateInventory API.
2642
2642
  */
2643
2643
  updateInventory(updateInventoryRequest) {
2644
2644
  return __awaiter(this, void 0, void 0, function* () {
@@ -2836,7 +2836,7 @@ class OcbAgentSvcClient {
2836
2836
  * @param AddAgentDependencyRequest
2837
2837
  * @return AddAgentDependencyResponse
2838
2838
  * @throws OciError when an error occurs
2839
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/AddAgentDependency.ts.html |here} to see how to use AddAgentDependency API.
2839
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/AddAgentDependency.ts.html |here} to see how to use AddAgentDependency API.
2840
2840
  */
2841
2841
  addAgentDependency(addAgentDependencyRequest) {
2842
2842
  return __awaiter(this, void 0, void 0, function* () {
@@ -2902,7 +2902,7 @@ class OcbAgentSvcClient {
2902
2902
  * @param ChangeAgentCompartmentRequest
2903
2903
  * @return ChangeAgentCompartmentResponse
2904
2904
  * @throws OciError when an error occurs
2905
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
2905
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
2906
2906
  */
2907
2907
  changeAgentCompartment(changeAgentCompartmentRequest) {
2908
2908
  return __awaiter(this, void 0, void 0, function* () {
@@ -2964,7 +2964,7 @@ class OcbAgentSvcClient {
2964
2964
  * @param ChangeAgentDependencyCompartmentRequest
2965
2965
  * @return ChangeAgentDependencyCompartmentResponse
2966
2966
  * @throws OciError when an error occurs
2967
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ChangeAgentDependencyCompartment.ts.html |here} to see how to use ChangeAgentDependencyCompartment API.
2967
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ChangeAgentDependencyCompartment.ts.html |here} to see how to use ChangeAgentDependencyCompartment API.
2968
2968
  */
2969
2969
  changeAgentDependencyCompartment(changeAgentDependencyCompartmentRequest) {
2970
2970
  return __awaiter(this, void 0, void 0, function* () {
@@ -3021,7 +3021,7 @@ class OcbAgentSvcClient {
3021
3021
  * @param ChangeEnvironmentCompartmentRequest
3022
3022
  * @return ChangeEnvironmentCompartmentResponse
3023
3023
  * @throws OciError when an error occurs
3024
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ChangeEnvironmentCompartment.ts.html |here} to see how to use ChangeEnvironmentCompartment API.
3024
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ChangeEnvironmentCompartment.ts.html |here} to see how to use ChangeEnvironmentCompartment API.
3025
3025
  */
3026
3026
  changeEnvironmentCompartment(changeEnvironmentCompartmentRequest) {
3027
3027
  return __awaiter(this, void 0, void 0, function* () {
@@ -3084,7 +3084,7 @@ class OcbAgentSvcClient {
3084
3084
  * @param CreateAgentRequest
3085
3085
  * @return CreateAgentResponse
3086
3086
  * @throws OciError when an error occurs
3087
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/CreateAgent.ts.html |here} to see how to use CreateAgent API.
3087
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/CreateAgent.ts.html |here} to see how to use CreateAgent API.
3088
3088
  */
3089
3089
  createAgent(createAgentRequest) {
3090
3090
  return __awaiter(this, void 0, void 0, function* () {
@@ -3148,7 +3148,7 @@ class OcbAgentSvcClient {
3148
3148
  * @param CreateAgentDependencyRequest
3149
3149
  * @return CreateAgentDependencyResponse
3150
3150
  * @throws OciError when an error occurs
3151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/CreateAgentDependency.ts.html |here} to see how to use CreateAgentDependency API.
3151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/CreateAgentDependency.ts.html |here} to see how to use CreateAgentDependency API.
3152
3152
  */
3153
3153
  createAgentDependency(createAgentDependencyRequest) {
3154
3154
  return __awaiter(this, void 0, void 0, function* () {
@@ -3217,7 +3217,7 @@ class OcbAgentSvcClient {
3217
3217
  * @param CreateEnvironmentRequest
3218
3218
  * @return CreateEnvironmentResponse
3219
3219
  * @throws OciError when an error occurs
3220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/CreateEnvironment.ts.html |here} to see how to use CreateEnvironment API.
3220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/CreateEnvironment.ts.html |here} to see how to use CreateEnvironment API.
3221
3221
  */
3222
3222
  createEnvironment(createEnvironmentRequest) {
3223
3223
  return __awaiter(this, void 0, void 0, function* () {
@@ -3280,7 +3280,7 @@ class OcbAgentSvcClient {
3280
3280
  * @param DeleteAgentRequest
3281
3281
  * @return DeleteAgentResponse
3282
3282
  * @throws OciError when an error occurs
3283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
3283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
3284
3284
  */
3285
3285
  deleteAgent(deleteAgentRequest) {
3286
3286
  return __awaiter(this, void 0, void 0, function* () {
@@ -3336,7 +3336,7 @@ class OcbAgentSvcClient {
3336
3336
  * @param DeleteAgentDependencyRequest
3337
3337
  * @return DeleteAgentDependencyResponse
3338
3338
  * @throws OciError when an error occurs
3339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/DeleteAgentDependency.ts.html |here} to see how to use DeleteAgentDependency API.
3339
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/DeleteAgentDependency.ts.html |here} to see how to use DeleteAgentDependency API.
3340
3340
  */
3341
3341
  deleteAgentDependency(deleteAgentDependencyRequest) {
3342
3342
  return __awaiter(this, void 0, void 0, function* () {
@@ -3391,7 +3391,7 @@ class OcbAgentSvcClient {
3391
3391
  * @param DeleteEnvironmentRequest
3392
3392
  * @return DeleteEnvironmentResponse
3393
3393
  * @throws OciError when an error occurs
3394
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/DeleteEnvironment.ts.html |here} to see how to use DeleteEnvironment API.
3394
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/DeleteEnvironment.ts.html |here} to see how to use DeleteEnvironment API.
3395
3395
  */
3396
3396
  deleteEnvironment(deleteEnvironmentRequest) {
3397
3397
  return __awaiter(this, void 0, void 0, function* () {
@@ -3446,7 +3446,7 @@ class OcbAgentSvcClient {
3446
3446
  * @param GetAgentRequest
3447
3447
  * @return GetAgentResponse
3448
3448
  * @throws OciError when an error occurs
3449
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/GetAgent.ts.html |here} to see how to use GetAgent API.
3449
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/GetAgent.ts.html |here} to see how to use GetAgent API.
3450
3450
  */
3451
3451
  getAgent(getAgentRequest) {
3452
3452
  return __awaiter(this, void 0, void 0, function* () {
@@ -3509,7 +3509,7 @@ class OcbAgentSvcClient {
3509
3509
  * @param GetAgentDependencyRequest
3510
3510
  * @return GetAgentDependencyResponse
3511
3511
  * @throws OciError when an error occurs
3512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/GetAgentDependency.ts.html |here} to see how to use GetAgentDependency API.
3512
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/GetAgentDependency.ts.html |here} to see how to use GetAgentDependency API.
3513
3513
  */
3514
3514
  getAgentDependency(getAgentDependencyRequest) {
3515
3515
  return __awaiter(this, void 0, void 0, function* () {
@@ -3572,7 +3572,7 @@ class OcbAgentSvcClient {
3572
3572
  * @param GetEnvironmentRequest
3573
3573
  * @return GetEnvironmentResponse
3574
3574
  * @throws OciError when an error occurs
3575
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/GetEnvironment.ts.html |here} to see how to use GetEnvironment API.
3575
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/GetEnvironment.ts.html |here} to see how to use GetEnvironment API.
3576
3576
  */
3577
3577
  getEnvironment(getEnvironmentRequest) {
3578
3578
  return __awaiter(this, void 0, void 0, function* () {
@@ -3635,7 +3635,7 @@ class OcbAgentSvcClient {
3635
3635
  * @param GetPluginRequest
3636
3636
  * @return GetPluginResponse
3637
3637
  * @throws OciError when an error occurs
3638
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/GetPlugin.ts.html |here} to see how to use GetPlugin API.
3638
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/GetPlugin.ts.html |here} to see how to use GetPlugin API.
3639
3639
  */
3640
3640
  getPlugin(getPluginRequest) {
3641
3641
  return __awaiter(this, void 0, void 0, function* () {
@@ -3700,7 +3700,7 @@ class OcbAgentSvcClient {
3700
3700
  * @param ListAgentDependenciesRequest
3701
3701
  * @return ListAgentDependenciesResponse
3702
3702
  * @throws OciError when an error occurs
3703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ListAgentDependencies.ts.html |here} to see how to use ListAgentDependencies API.
3703
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ListAgentDependencies.ts.html |here} to see how to use ListAgentDependencies API.
3704
3704
  */
3705
3705
  listAgentDependencies(listAgentDependenciesRequest) {
3706
3706
  return __awaiter(this, void 0, void 0, function* () {
@@ -3772,7 +3772,7 @@ class OcbAgentSvcClient {
3772
3772
  * @param ListAgentsRequest
3773
3773
  * @return ListAgentsResponse
3774
3774
  * @throws OciError when an error occurs
3775
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ListAgents.ts.html |here} to see how to use ListAgents API.
3775
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ListAgents.ts.html |here} to see how to use ListAgents API.
3776
3776
  */
3777
3777
  listAgents(listAgentsRequest) {
3778
3778
  return __awaiter(this, void 0, void 0, function* () {
@@ -3844,7 +3844,7 @@ class OcbAgentSvcClient {
3844
3844
  * @param ListApplianceImagesRequest
3845
3845
  * @return ListApplianceImagesResponse
3846
3846
  * @throws OciError when an error occurs
3847
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ListApplianceImages.ts.html |here} to see how to use ListApplianceImages API.
3847
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ListApplianceImages.ts.html |here} to see how to use ListApplianceImages API.
3848
3848
  */
3849
3849
  listApplianceImages(listApplianceImagesRequest) {
3850
3850
  return __awaiter(this, void 0, void 0, function* () {
@@ -3913,7 +3913,7 @@ class OcbAgentSvcClient {
3913
3913
  * @param ListEnvironmentsRequest
3914
3914
  * @return ListEnvironmentsResponse
3915
3915
  * @throws OciError when an error occurs
3916
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/ListEnvironments.ts.html |here} to see how to use ListEnvironments API.
3916
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/ListEnvironments.ts.html |here} to see how to use ListEnvironments API.
3917
3917
  */
3918
3918
  listEnvironments(listEnvironmentsRequest) {
3919
3919
  return __awaiter(this, void 0, void 0, function* () {
@@ -3983,7 +3983,7 @@ class OcbAgentSvcClient {
3983
3983
  * @param RemoveAgentDependencyRequest
3984
3984
  * @return RemoveAgentDependencyResponse
3985
3985
  * @throws OciError when an error occurs
3986
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/RemoveAgentDependency.ts.html |here} to see how to use RemoveAgentDependency API.
3986
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/RemoveAgentDependency.ts.html |here} to see how to use RemoveAgentDependency API.
3987
3987
  */
3988
3988
  removeAgentDependency(removeAgentDependencyRequest) {
3989
3989
  return __awaiter(this, void 0, void 0, function* () {
@@ -4049,7 +4049,7 @@ class OcbAgentSvcClient {
4049
4049
  * @param UpdateAgentRequest
4050
4050
  * @return UpdateAgentResponse
4051
4051
  * @throws OciError when an error occurs
4052
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
4052
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
4053
4053
  */
4054
4054
  updateAgent(updateAgentRequest) {
4055
4055
  return __awaiter(this, void 0, void 0, function* () {
@@ -4115,7 +4115,7 @@ class OcbAgentSvcClient {
4115
4115
  * @param UpdateAgentDependencyRequest
4116
4116
  * @return UpdateAgentDependencyResponse
4117
4117
  * @throws OciError when an error occurs
4118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/UpdateAgentDependency.ts.html |here} to see how to use UpdateAgentDependency API.
4118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/UpdateAgentDependency.ts.html |here} to see how to use UpdateAgentDependency API.
4119
4119
  */
4120
4120
  updateAgentDependency(updateAgentDependencyRequest) {
4121
4121
  return __awaiter(this, void 0, void 0, function* () {
@@ -4177,7 +4177,7 @@ class OcbAgentSvcClient {
4177
4177
  * @param UpdateEnvironmentRequest
4178
4178
  * @return UpdateEnvironmentResponse
4179
4179
  * @throws OciError when an error occurs
4180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/UpdateEnvironment.ts.html |here} to see how to use UpdateEnvironment API.
4180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/UpdateEnvironment.ts.html |here} to see how to use UpdateEnvironment API.
4181
4181
  */
4182
4182
  updateEnvironment(updateEnvironmentRequest) {
4183
4183
  return __awaiter(this, void 0, void 0, function* () {
@@ -4243,7 +4243,7 @@ class OcbAgentSvcClient {
4243
4243
  * @param UpdatePluginRequest
4244
4244
  * @return UpdatePluginResponse
4245
4245
  * @throws OciError when an error occurs
4246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/cloudbridge/UpdatePlugin.ts.html |here} to see how to use UpdatePlugin API.
4246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/cloudbridge/UpdatePlugin.ts.html |here} to see how to use UpdatePlugin API.
4247
4247
  */
4248
4248
  updatePlugin(updatePluginRequest) {
4249
4249
  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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/cloudbridge/ChangeEnvironmentCompartment.ts.html |here} to see how to use ChangeEnvironmentCompartmentRequest.
17
17
  */
18
18
  export interface ChangeEnvironmentCompartmentRequest extends common.BaseRequest {
19
19
  /**