oci-cloudbridge 2.81.0 → 2.82.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
@@ -199,7 +199,7 @@ class CommonClient {
199
199
  * @param CancelWorkRequestRequest
200
200
  * @return CancelWorkRequestResponse
201
201
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
203
203
  */
204
204
  cancelWorkRequest(cancelWorkRequestRequest) {
205
205
  return __awaiter(this, void 0, void 0, function* () {
@@ -254,7 +254,7 @@ class CommonClient {
254
254
  * @param GetWorkRequestRequest
255
255
  * @return GetWorkRequestResponse
256
256
  * @throws OciError when an error occurs
257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
258
258
  */
259
259
  getWorkRequest(getWorkRequestRequest) {
260
260
  return __awaiter(this, void 0, void 0, function* () {
@@ -323,7 +323,7 @@ class CommonClient {
323
323
  * @param ListWorkRequestErrorsRequest
324
324
  * @return ListWorkRequestErrorsResponse
325
325
  * @throws OciError when an error occurs
326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
327
327
  */
328
328
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
329
329
  return __awaiter(this, void 0, void 0, function* () {
@@ -392,7 +392,7 @@ class CommonClient {
392
392
  * @param ListWorkRequestLogsRequest
393
393
  * @return ListWorkRequestLogsResponse
394
394
  * @throws OciError when an error occurs
395
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
396
396
  */
397
397
  listWorkRequestLogs(listWorkRequestLogsRequest) {
398
398
  return __awaiter(this, void 0, void 0, function* () {
@@ -461,7 +461,7 @@ class CommonClient {
461
461
  * @param ListWorkRequestsRequest
462
462
  * @return ListWorkRequestsResponse
463
463
  * @throws OciError when an error occurs
464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
464
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
465
465
  */
466
466
  listWorkRequests(listWorkRequestsRequest) {
467
467
  return __awaiter(this, void 0, void 0, function* () {
@@ -676,7 +676,7 @@ class DiscoveryClient {
676
676
  * @param ChangeAssetSourceCompartmentRequest
677
677
  * @return ChangeAssetSourceCompartmentResponse
678
678
  * @throws OciError when an error occurs
679
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ChangeAssetSourceCompartment.ts.html |here} to see how to use ChangeAssetSourceCompartment API.
679
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ChangeAssetSourceCompartment.ts.html |here} to see how to use ChangeAssetSourceCompartment API.
680
680
  */
681
681
  changeAssetSourceCompartment(changeAssetSourceCompartmentRequest) {
682
682
  return __awaiter(this, void 0, void 0, function* () {
@@ -733,7 +733,7 @@ class DiscoveryClient {
733
733
  * @param ChangeDiscoveryScheduleCompartmentRequest
734
734
  * @return ChangeDiscoveryScheduleCompartmentResponse
735
735
  * @throws OciError when an error occurs
736
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ChangeDiscoveryScheduleCompartment.ts.html |here} to see how to use ChangeDiscoveryScheduleCompartment API.
736
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ChangeDiscoveryScheduleCompartment.ts.html |here} to see how to use ChangeDiscoveryScheduleCompartment API.
737
737
  */
738
738
  changeDiscoveryScheduleCompartment(changeDiscoveryScheduleCompartmentRequest) {
739
739
  return __awaiter(this, void 0, void 0, function* () {
@@ -791,7 +791,7 @@ class DiscoveryClient {
791
791
  * @param CreateAssetSourceRequest
792
792
  * @return CreateAssetSourceResponse
793
793
  * @throws OciError when an error occurs
794
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/CreateAssetSource.ts.html |here} to see how to use CreateAssetSource API.
794
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/CreateAssetSource.ts.html |here} to see how to use CreateAssetSource API.
795
795
  */
796
796
  createAssetSource(createAssetSourceRequest) {
797
797
  return __awaiter(this, void 0, void 0, function* () {
@@ -864,7 +864,7 @@ class DiscoveryClient {
864
864
  * @param CreateDiscoveryScheduleRequest
865
865
  * @return CreateDiscoveryScheduleResponse
866
866
  * @throws OciError when an error occurs
867
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/CreateDiscoverySchedule.ts.html |here} to see how to use CreateDiscoverySchedule API.
867
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/CreateDiscoverySchedule.ts.html |here} to see how to use CreateDiscoverySchedule API.
868
868
  */
869
869
  createDiscoverySchedule(createDiscoveryScheduleRequest) {
870
870
  return __awaiter(this, void 0, void 0, function* () {
@@ -927,7 +927,7 @@ class DiscoveryClient {
927
927
  * @param DeleteAssetSourceRequest
928
928
  * @return DeleteAssetSourceResponse
929
929
  * @throws OciError when an error occurs
930
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/DeleteAssetSource.ts.html |here} to see how to use DeleteAssetSource API.
930
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/DeleteAssetSource.ts.html |here} to see how to use DeleteAssetSource API.
931
931
  */
932
932
  deleteAssetSource(deleteAssetSourceRequest) {
933
933
  return __awaiter(this, void 0, void 0, function* () {
@@ -987,7 +987,7 @@ class DiscoveryClient {
987
987
  * @param DeleteDiscoveryScheduleRequest
988
988
  * @return DeleteDiscoveryScheduleResponse
989
989
  * @throws OciError when an error occurs
990
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/DeleteDiscoverySchedule.ts.html |here} to see how to use DeleteDiscoverySchedule API.
990
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/DeleteDiscoverySchedule.ts.html |here} to see how to use DeleteDiscoverySchedule API.
991
991
  */
992
992
  deleteDiscoverySchedule(deleteDiscoveryScheduleRequest) {
993
993
  return __awaiter(this, void 0, void 0, function* () {
@@ -1042,7 +1042,7 @@ class DiscoveryClient {
1042
1042
  * @param GetAssetSourceRequest
1043
1043
  * @return GetAssetSourceResponse
1044
1044
  * @throws OciError when an error occurs
1045
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/GetAssetSource.ts.html |here} to see how to use GetAssetSource API.
1045
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/GetAssetSource.ts.html |here} to see how to use GetAssetSource API.
1046
1046
  */
1047
1047
  getAssetSource(getAssetSourceRequest) {
1048
1048
  return __awaiter(this, void 0, void 0, function* () {
@@ -1105,7 +1105,7 @@ class DiscoveryClient {
1105
1105
  * @param GetDiscoveryScheduleRequest
1106
1106
  * @return GetDiscoveryScheduleResponse
1107
1107
  * @throws OciError when an error occurs
1108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/GetDiscoverySchedule.ts.html |here} to see how to use GetDiscoverySchedule API.
1108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/GetDiscoverySchedule.ts.html |here} to see how to use GetDiscoverySchedule API.
1109
1109
  */
1110
1110
  getDiscoverySchedule(getDiscoveryScheduleRequest) {
1111
1111
  return __awaiter(this, void 0, void 0, function* () {
@@ -1168,7 +1168,7 @@ class DiscoveryClient {
1168
1168
  * @param ListAssetSourceConnectionsRequest
1169
1169
  * @return ListAssetSourceConnectionsResponse
1170
1170
  * @throws OciError when an error occurs
1171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ListAssetSourceConnections.ts.html |here} to see how to use ListAssetSourceConnections API.
1171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ListAssetSourceConnections.ts.html |here} to see how to use ListAssetSourceConnections API.
1172
1172
  */
1173
1173
  listAssetSourceConnections(listAssetSourceConnectionsRequest) {
1174
1174
  return __awaiter(this, void 0, void 0, function* () {
@@ -1235,7 +1235,7 @@ class DiscoveryClient {
1235
1235
  * @param ListAssetSourcesRequest
1236
1236
  * @return ListAssetSourcesResponse
1237
1237
  * @throws OciError when an error occurs
1238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ListAssetSources.ts.html |here} to see how to use ListAssetSources API.
1238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ListAssetSources.ts.html |here} to see how to use ListAssetSources API.
1239
1239
  */
1240
1240
  listAssetSources(listAssetSourcesRequest) {
1241
1241
  return __awaiter(this, void 0, void 0, function* () {
@@ -1305,7 +1305,7 @@ class DiscoveryClient {
1305
1305
  * @param ListDiscoverySchedulesRequest
1306
1306
  * @return ListDiscoverySchedulesResponse
1307
1307
  * @throws OciError when an error occurs
1308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ListDiscoverySchedules.ts.html |here} to see how to use ListDiscoverySchedules API.
1308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ListDiscoverySchedules.ts.html |here} to see how to use ListDiscoverySchedules API.
1309
1309
  */
1310
1310
  listDiscoverySchedules(listDiscoverySchedulesRequest) {
1311
1311
  return __awaiter(this, void 0, void 0, function* () {
@@ -1375,7 +1375,7 @@ class DiscoveryClient {
1375
1375
  * @param RefreshAssetSourceRequest
1376
1376
  * @return RefreshAssetSourceResponse
1377
1377
  * @throws OciError when an error occurs
1378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/RefreshAssetSource.ts.html |here} to see how to use RefreshAssetSource API.
1378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/RefreshAssetSource.ts.html |here} to see how to use RefreshAssetSource API.
1379
1379
  */
1380
1380
  refreshAssetSource(refreshAssetSourceRequest) {
1381
1381
  return __awaiter(this, void 0, void 0, function* () {
@@ -1435,7 +1435,7 @@ class DiscoveryClient {
1435
1435
  * @param UpdateAssetSourceRequest
1436
1436
  * @return UpdateAssetSourceResponse
1437
1437
  * @throws OciError when an error occurs
1438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/UpdateAssetSource.ts.html |here} to see how to use UpdateAssetSource API.
1438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/UpdateAssetSource.ts.html |here} to see how to use UpdateAssetSource API.
1439
1439
  */
1440
1440
  updateAssetSource(updateAssetSourceRequest) {
1441
1441
  return __awaiter(this, void 0, void 0, function* () {
@@ -1496,7 +1496,7 @@ class DiscoveryClient {
1496
1496
  * @param UpdateDiscoveryScheduleRequest
1497
1497
  * @return UpdateDiscoveryScheduleResponse
1498
1498
  * @throws OciError when an error occurs
1499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/UpdateDiscoverySchedule.ts.html |here} to see how to use UpdateDiscoverySchedule API.
1499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/UpdateDiscoverySchedule.ts.html |here} to see how to use UpdateDiscoverySchedule API.
1500
1500
  */
1501
1501
  updateDiscoverySchedule(updateDiscoveryScheduleRequest) {
1502
1502
  return __awaiter(this, void 0, void 0, function* () {
@@ -1708,7 +1708,7 @@ class InventoryClient {
1708
1708
  * @param AnalyzeAssetsRequest
1709
1709
  * @return AnalyzeAssetsResponse
1710
1710
  * @throws OciError when an error occurs
1711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/AnalyzeAssets.ts.html |here} to see how to use AnalyzeAssets API.
1711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/AnalyzeAssets.ts.html |here} to see how to use AnalyzeAssets API.
1712
1712
  */
1713
1713
  analyzeAssets(analyzeAssetsRequest) {
1714
1714
  return __awaiter(this, void 0, void 0, function* () {
@@ -1781,7 +1781,7 @@ class InventoryClient {
1781
1781
  * @param ChangeAssetCompartmentRequest
1782
1782
  * @return ChangeAssetCompartmentResponse
1783
1783
  * @throws OciError when an error occurs
1784
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ChangeAssetCompartment.ts.html |here} to see how to use ChangeAssetCompartment API.
1784
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ChangeAssetCompartment.ts.html |here} to see how to use ChangeAssetCompartment API.
1785
1785
  */
1786
1786
  changeAssetCompartment(changeAssetCompartmentRequest) {
1787
1787
  return __awaiter(this, void 0, void 0, function* () {
@@ -1838,7 +1838,7 @@ class InventoryClient {
1838
1838
  * @param ChangeAssetTagsRequest
1839
1839
  * @return ChangeAssetTagsResponse
1840
1840
  * @throws OciError when an error occurs
1841
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ChangeAssetTags.ts.html |here} to see how to use ChangeAssetTags API.
1841
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ChangeAssetTags.ts.html |here} to see how to use ChangeAssetTags API.
1842
1842
  */
1843
1843
  changeAssetTags(changeAssetTagsRequest) {
1844
1844
  return __awaiter(this, void 0, void 0, function* () {
@@ -1904,7 +1904,7 @@ class InventoryClient {
1904
1904
  * @param CreateAssetRequest
1905
1905
  * @return CreateAssetResponse
1906
1906
  * @throws OciError when an error occurs
1907
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/CreateAsset.ts.html |here} to see how to use CreateAsset API.
1907
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/CreateAsset.ts.html |here} to see how to use CreateAsset API.
1908
1908
  */
1909
1909
  createAsset(createAssetRequest) {
1910
1910
  return __awaiter(this, void 0, void 0, function* () {
@@ -1967,7 +1967,7 @@ class InventoryClient {
1967
1967
  * @param CreateInventoryRequest
1968
1968
  * @return CreateInventoryResponse
1969
1969
  * @throws OciError when an error occurs
1970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/CreateInventory.ts.html |here} to see how to use CreateInventory API.
1970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/CreateInventory.ts.html |here} to see how to use CreateInventory API.
1971
1971
  */
1972
1972
  createInventory(createInventoryRequest) {
1973
1973
  return __awaiter(this, void 0, void 0, function* () {
@@ -2026,7 +2026,7 @@ class InventoryClient {
2026
2026
  * @param DeleteAssetRequest
2027
2027
  * @return DeleteAssetResponse
2028
2028
  * @throws OciError when an error occurs
2029
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/DeleteAsset.ts.html |here} to see how to use DeleteAsset API.
2029
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/DeleteAsset.ts.html |here} to see how to use DeleteAsset API.
2030
2030
  */
2031
2031
  deleteAsset(deleteAssetRequest) {
2032
2032
  return __awaiter(this, void 0, void 0, function* () {
@@ -2081,7 +2081,7 @@ class InventoryClient {
2081
2081
  * @param DeleteInventoryRequest
2082
2082
  * @return DeleteInventoryResponse
2083
2083
  * @throws OciError when an error occurs
2084
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/DeleteInventory.ts.html |here} to see how to use DeleteInventory API.
2084
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/DeleteInventory.ts.html |here} to see how to use DeleteInventory API.
2085
2085
  */
2086
2086
  deleteInventory(deleteInventoryRequest) {
2087
2087
  return __awaiter(this, void 0, void 0, function* () {
@@ -2141,7 +2141,7 @@ class InventoryClient {
2141
2141
  * @param GetAssetRequest
2142
2142
  * @return GetAssetResponse
2143
2143
  * @throws OciError when an error occurs
2144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/GetAsset.ts.html |here} to see how to use GetAsset API.
2144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/GetAsset.ts.html |here} to see how to use GetAsset API.
2145
2145
  */
2146
2146
  getAsset(getAssetRequest) {
2147
2147
  return __awaiter(this, void 0, void 0, function* () {
@@ -2204,7 +2204,7 @@ class InventoryClient {
2204
2204
  * @param GetInventoryRequest
2205
2205
  * @return GetInventoryResponse
2206
2206
  * @throws OciError when an error occurs
2207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/GetInventory.ts.html |here} to see how to use GetInventory API.
2207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/GetInventory.ts.html |here} to see how to use GetInventory API.
2208
2208
  */
2209
2209
  getInventory(getInventoryRequest) {
2210
2210
  return __awaiter(this, void 0, void 0, function* () {
@@ -2272,7 +2272,7 @@ class InventoryClient {
2272
2272
  * @param ImportInventoryRequest
2273
2273
  * @return ImportInventoryResponse
2274
2274
  * @throws OciError when an error occurs
2275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ImportInventory.ts.html |here} to see how to use ImportInventory API.
2275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ImportInventory.ts.html |here} to see how to use ImportInventory API.
2276
2276
  */
2277
2277
  importInventory(importInventoryRequest) {
2278
2278
  return __awaiter(this, void 0, void 0, function* () {
@@ -2334,7 +2334,7 @@ class InventoryClient {
2334
2334
  * @param ListAssetsRequest
2335
2335
  * @return ListAssetsResponse
2336
2336
  * @throws OciError when an error occurs
2337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ListAssets.ts.html |here} to see how to use ListAssets API.
2337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ListAssets.ts.html |here} to see how to use ListAssets API.
2338
2338
  */
2339
2339
  listAssets(listAssetsRequest) {
2340
2340
  return __awaiter(this, void 0, void 0, function* () {
@@ -2408,7 +2408,7 @@ class InventoryClient {
2408
2408
  * @param ListHistoricalMetricsRequest
2409
2409
  * @return ListHistoricalMetricsResponse
2410
2410
  * @throws OciError when an error occurs
2411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ListHistoricalMetrics.ts.html |here} to see how to use ListHistoricalMetrics API.
2411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ListHistoricalMetrics.ts.html |here} to see how to use ListHistoricalMetrics API.
2412
2412
  */
2413
2413
  listHistoricalMetrics(listHistoricalMetricsRequest) {
2414
2414
  return __awaiter(this, void 0, void 0, function* () {
@@ -2477,7 +2477,7 @@ class InventoryClient {
2477
2477
  * @param ListInventoriesRequest
2478
2478
  * @return ListInventoriesResponse
2479
2479
  * @throws OciError when an error occurs
2480
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ListInventories.ts.html |here} to see how to use ListInventories API.
2480
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ListInventories.ts.html |here} to see how to use ListInventories API.
2481
2481
  */
2482
2482
  listInventories(listInventoriesRequest) {
2483
2483
  return __awaiter(this, void 0, void 0, function* () {
@@ -2545,7 +2545,7 @@ class InventoryClient {
2545
2545
  * @param SubmitHistoricalMetricsRequest
2546
2546
  * @return SubmitHistoricalMetricsResponse
2547
2547
  * @throws OciError when an error occurs
2548
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/SubmitHistoricalMetrics.ts.html |here} to see how to use SubmitHistoricalMetrics API.
2548
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/SubmitHistoricalMetrics.ts.html |here} to see how to use SubmitHistoricalMetrics API.
2549
2549
  */
2550
2550
  submitHistoricalMetrics(submitHistoricalMetricsRequest) {
2551
2551
  return __awaiter(this, void 0, void 0, function* () {
@@ -2610,7 +2610,7 @@ class InventoryClient {
2610
2610
  * @param UpdateAssetRequest
2611
2611
  * @return UpdateAssetResponse
2612
2612
  * @throws OciError when an error occurs
2613
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/UpdateAsset.ts.html |here} to see how to use UpdateAsset API.
2613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/UpdateAsset.ts.html |here} to see how to use UpdateAsset API.
2614
2614
  */
2615
2615
  updateAsset(updateAssetRequest) {
2616
2616
  return __awaiter(this, void 0, void 0, function* () {
@@ -2675,7 +2675,7 @@ class InventoryClient {
2675
2675
  * @param UpdateInventoryRequest
2676
2676
  * @return UpdateInventoryResponse
2677
2677
  * @throws OciError when an error occurs
2678
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/UpdateInventory.ts.html |here} to see how to use UpdateInventory API.
2678
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/UpdateInventory.ts.html |here} to see how to use UpdateInventory API.
2679
2679
  */
2680
2680
  updateInventory(updateInventoryRequest) {
2681
2681
  return __awaiter(this, void 0, void 0, function* () {
@@ -2885,7 +2885,7 @@ class OcbAgentSvcClient {
2885
2885
  * @param AddAgentDependencyRequest
2886
2886
  * @return AddAgentDependencyResponse
2887
2887
  * @throws OciError when an error occurs
2888
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/AddAgentDependency.ts.html |here} to see how to use AddAgentDependency API.
2888
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/AddAgentDependency.ts.html |here} to see how to use AddAgentDependency API.
2889
2889
  */
2890
2890
  addAgentDependency(addAgentDependencyRequest) {
2891
2891
  return __awaiter(this, void 0, void 0, function* () {
@@ -2951,7 +2951,7 @@ class OcbAgentSvcClient {
2951
2951
  * @param ChangeAgentCompartmentRequest
2952
2952
  * @return ChangeAgentCompartmentResponse
2953
2953
  * @throws OciError when an error occurs
2954
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
2954
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
2955
2955
  */
2956
2956
  changeAgentCompartment(changeAgentCompartmentRequest) {
2957
2957
  return __awaiter(this, void 0, void 0, function* () {
@@ -3013,7 +3013,7 @@ class OcbAgentSvcClient {
3013
3013
  * @param ChangeAgentDependencyCompartmentRequest
3014
3014
  * @return ChangeAgentDependencyCompartmentResponse
3015
3015
  * @throws OciError when an error occurs
3016
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ChangeAgentDependencyCompartment.ts.html |here} to see how to use ChangeAgentDependencyCompartment API.
3016
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ChangeAgentDependencyCompartment.ts.html |here} to see how to use ChangeAgentDependencyCompartment API.
3017
3017
  */
3018
3018
  changeAgentDependencyCompartment(changeAgentDependencyCompartmentRequest) {
3019
3019
  return __awaiter(this, void 0, void 0, function* () {
@@ -3070,7 +3070,7 @@ class OcbAgentSvcClient {
3070
3070
  * @param ChangeEnvironmentCompartmentRequest
3071
3071
  * @return ChangeEnvironmentCompartmentResponse
3072
3072
  * @throws OciError when an error occurs
3073
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ChangeEnvironmentCompartment.ts.html |here} to see how to use ChangeEnvironmentCompartment API.
3073
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ChangeEnvironmentCompartment.ts.html |here} to see how to use ChangeEnvironmentCompartment API.
3074
3074
  */
3075
3075
  changeEnvironmentCompartment(changeEnvironmentCompartmentRequest) {
3076
3076
  return __awaiter(this, void 0, void 0, function* () {
@@ -3133,7 +3133,7 @@ class OcbAgentSvcClient {
3133
3133
  * @param CreateAgentRequest
3134
3134
  * @return CreateAgentResponse
3135
3135
  * @throws OciError when an error occurs
3136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/CreateAgent.ts.html |here} to see how to use CreateAgent API.
3136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/CreateAgent.ts.html |here} to see how to use CreateAgent API.
3137
3137
  */
3138
3138
  createAgent(createAgentRequest) {
3139
3139
  return __awaiter(this, void 0, void 0, function* () {
@@ -3197,7 +3197,7 @@ class OcbAgentSvcClient {
3197
3197
  * @param CreateAgentDependencyRequest
3198
3198
  * @return CreateAgentDependencyResponse
3199
3199
  * @throws OciError when an error occurs
3200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/CreateAgentDependency.ts.html |here} to see how to use CreateAgentDependency API.
3200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/CreateAgentDependency.ts.html |here} to see how to use CreateAgentDependency API.
3201
3201
  */
3202
3202
  createAgentDependency(createAgentDependencyRequest) {
3203
3203
  return __awaiter(this, void 0, void 0, function* () {
@@ -3266,7 +3266,7 @@ class OcbAgentSvcClient {
3266
3266
  * @param CreateEnvironmentRequest
3267
3267
  * @return CreateEnvironmentResponse
3268
3268
  * @throws OciError when an error occurs
3269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/CreateEnvironment.ts.html |here} to see how to use CreateEnvironment API.
3269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/CreateEnvironment.ts.html |here} to see how to use CreateEnvironment API.
3270
3270
  */
3271
3271
  createEnvironment(createEnvironmentRequest) {
3272
3272
  return __awaiter(this, void 0, void 0, function* () {
@@ -3329,7 +3329,7 @@ class OcbAgentSvcClient {
3329
3329
  * @param DeleteAgentRequest
3330
3330
  * @return DeleteAgentResponse
3331
3331
  * @throws OciError when an error occurs
3332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
3332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
3333
3333
  */
3334
3334
  deleteAgent(deleteAgentRequest) {
3335
3335
  return __awaiter(this, void 0, void 0, function* () {
@@ -3385,7 +3385,7 @@ class OcbAgentSvcClient {
3385
3385
  * @param DeleteAgentDependencyRequest
3386
3386
  * @return DeleteAgentDependencyResponse
3387
3387
  * @throws OciError when an error occurs
3388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/DeleteAgentDependency.ts.html |here} to see how to use DeleteAgentDependency API.
3388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/DeleteAgentDependency.ts.html |here} to see how to use DeleteAgentDependency API.
3389
3389
  */
3390
3390
  deleteAgentDependency(deleteAgentDependencyRequest) {
3391
3391
  return __awaiter(this, void 0, void 0, function* () {
@@ -3440,7 +3440,7 @@ class OcbAgentSvcClient {
3440
3440
  * @param DeleteEnvironmentRequest
3441
3441
  * @return DeleteEnvironmentResponse
3442
3442
  * @throws OciError when an error occurs
3443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/DeleteEnvironment.ts.html |here} to see how to use DeleteEnvironment API.
3443
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/DeleteEnvironment.ts.html |here} to see how to use DeleteEnvironment API.
3444
3444
  */
3445
3445
  deleteEnvironment(deleteEnvironmentRequest) {
3446
3446
  return __awaiter(this, void 0, void 0, function* () {
@@ -3495,7 +3495,7 @@ class OcbAgentSvcClient {
3495
3495
  * @param GetAgentRequest
3496
3496
  * @return GetAgentResponse
3497
3497
  * @throws OciError when an error occurs
3498
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/GetAgent.ts.html |here} to see how to use GetAgent API.
3498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/GetAgent.ts.html |here} to see how to use GetAgent API.
3499
3499
  */
3500
3500
  getAgent(getAgentRequest) {
3501
3501
  return __awaiter(this, void 0, void 0, function* () {
@@ -3558,7 +3558,7 @@ class OcbAgentSvcClient {
3558
3558
  * @param GetAgentDependencyRequest
3559
3559
  * @return GetAgentDependencyResponse
3560
3560
  * @throws OciError when an error occurs
3561
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/GetAgentDependency.ts.html |here} to see how to use GetAgentDependency API.
3561
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/GetAgentDependency.ts.html |here} to see how to use GetAgentDependency API.
3562
3562
  */
3563
3563
  getAgentDependency(getAgentDependencyRequest) {
3564
3564
  return __awaiter(this, void 0, void 0, function* () {
@@ -3621,7 +3621,7 @@ class OcbAgentSvcClient {
3621
3621
  * @param GetEnvironmentRequest
3622
3622
  * @return GetEnvironmentResponse
3623
3623
  * @throws OciError when an error occurs
3624
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/GetEnvironment.ts.html |here} to see how to use GetEnvironment API.
3624
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/GetEnvironment.ts.html |here} to see how to use GetEnvironment API.
3625
3625
  */
3626
3626
  getEnvironment(getEnvironmentRequest) {
3627
3627
  return __awaiter(this, void 0, void 0, function* () {
@@ -3684,7 +3684,7 @@ class OcbAgentSvcClient {
3684
3684
  * @param GetPluginRequest
3685
3685
  * @return GetPluginResponse
3686
3686
  * @throws OciError when an error occurs
3687
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/GetPlugin.ts.html |here} to see how to use GetPlugin API.
3687
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/GetPlugin.ts.html |here} to see how to use GetPlugin API.
3688
3688
  */
3689
3689
  getPlugin(getPluginRequest) {
3690
3690
  return __awaiter(this, void 0, void 0, function* () {
@@ -3749,7 +3749,7 @@ class OcbAgentSvcClient {
3749
3749
  * @param ListAgentDependenciesRequest
3750
3750
  * @return ListAgentDependenciesResponse
3751
3751
  * @throws OciError when an error occurs
3752
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ListAgentDependencies.ts.html |here} to see how to use ListAgentDependencies API.
3752
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ListAgentDependencies.ts.html |here} to see how to use ListAgentDependencies API.
3753
3753
  */
3754
3754
  listAgentDependencies(listAgentDependenciesRequest) {
3755
3755
  return __awaiter(this, void 0, void 0, function* () {
@@ -3821,7 +3821,7 @@ class OcbAgentSvcClient {
3821
3821
  * @param ListAgentsRequest
3822
3822
  * @return ListAgentsResponse
3823
3823
  * @throws OciError when an error occurs
3824
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ListAgents.ts.html |here} to see how to use ListAgents API.
3824
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ListAgents.ts.html |here} to see how to use ListAgents API.
3825
3825
  */
3826
3826
  listAgents(listAgentsRequest) {
3827
3827
  return __awaiter(this, void 0, void 0, function* () {
@@ -3893,7 +3893,7 @@ class OcbAgentSvcClient {
3893
3893
  * @param ListApplianceImagesRequest
3894
3894
  * @return ListApplianceImagesResponse
3895
3895
  * @throws OciError when an error occurs
3896
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ListApplianceImages.ts.html |here} to see how to use ListApplianceImages API.
3896
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ListApplianceImages.ts.html |here} to see how to use ListApplianceImages API.
3897
3897
  */
3898
3898
  listApplianceImages(listApplianceImagesRequest) {
3899
3899
  return __awaiter(this, void 0, void 0, function* () {
@@ -3962,7 +3962,7 @@ class OcbAgentSvcClient {
3962
3962
  * @param ListEnvironmentsRequest
3963
3963
  * @return ListEnvironmentsResponse
3964
3964
  * @throws OciError when an error occurs
3965
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ListEnvironments.ts.html |here} to see how to use ListEnvironments API.
3965
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/ListEnvironments.ts.html |here} to see how to use ListEnvironments API.
3966
3966
  */
3967
3967
  listEnvironments(listEnvironmentsRequest) {
3968
3968
  return __awaiter(this, void 0, void 0, function* () {
@@ -4032,7 +4032,7 @@ class OcbAgentSvcClient {
4032
4032
  * @param RemoveAgentDependencyRequest
4033
4033
  * @return RemoveAgentDependencyResponse
4034
4034
  * @throws OciError when an error occurs
4035
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/RemoveAgentDependency.ts.html |here} to see how to use RemoveAgentDependency API.
4035
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/RemoveAgentDependency.ts.html |here} to see how to use RemoveAgentDependency API.
4036
4036
  */
4037
4037
  removeAgentDependency(removeAgentDependencyRequest) {
4038
4038
  return __awaiter(this, void 0, void 0, function* () {
@@ -4098,7 +4098,7 @@ class OcbAgentSvcClient {
4098
4098
  * @param UpdateAgentRequest
4099
4099
  * @return UpdateAgentResponse
4100
4100
  * @throws OciError when an error occurs
4101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
4101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
4102
4102
  */
4103
4103
  updateAgent(updateAgentRequest) {
4104
4104
  return __awaiter(this, void 0, void 0, function* () {
@@ -4164,7 +4164,7 @@ class OcbAgentSvcClient {
4164
4164
  * @param UpdateAgentDependencyRequest
4165
4165
  * @return UpdateAgentDependencyResponse
4166
4166
  * @throws OciError when an error occurs
4167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/UpdateAgentDependency.ts.html |here} to see how to use UpdateAgentDependency API.
4167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/UpdateAgentDependency.ts.html |here} to see how to use UpdateAgentDependency API.
4168
4168
  */
4169
4169
  updateAgentDependency(updateAgentDependencyRequest) {
4170
4170
  return __awaiter(this, void 0, void 0, function* () {
@@ -4226,7 +4226,7 @@ class OcbAgentSvcClient {
4226
4226
  * @param UpdateEnvironmentRequest
4227
4227
  * @return UpdateEnvironmentResponse
4228
4228
  * @throws OciError when an error occurs
4229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/UpdateEnvironment.ts.html |here} to see how to use UpdateEnvironment API.
4229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/UpdateEnvironment.ts.html |here} to see how to use UpdateEnvironment API.
4230
4230
  */
4231
4231
  updateEnvironment(updateEnvironmentRequest) {
4232
4232
  return __awaiter(this, void 0, void 0, function* () {
@@ -4292,7 +4292,7 @@ class OcbAgentSvcClient {
4292
4292
  * @param UpdatePluginRequest
4293
4293
  * @return UpdatePluginResponse
4294
4294
  * @throws OciError when an error occurs
4295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/UpdatePlugin.ts.html |here} to see how to use UpdatePlugin API.
4295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/cloudbridge/UpdatePlugin.ts.html |here} to see how to use UpdatePlugin API.
4296
4296
  */
4297
4297
  updatePlugin(updatePluginRequest) {
4298
4298
  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.81.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.82.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.81.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.82.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.81.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.82.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.81.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.82.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.81.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.82.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.81.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.82.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.81.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.82.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.81.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.82.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.81.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.82.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.81.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.82.1/cloudbridge/ChangeEnvironmentCompartment.ts.html |here} to see how to use ChangeEnvironmentCompartmentRequest.
17
17
  */
18
18
  export interface ChangeEnvironmentCompartmentRequest extends common.BaseRequest {
19
19
  /**