oci-cloudbridge 2.102.2 → 2.103.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/lib/client.d.ts +59 -59
  2. package/lib/client.js +59 -59
  3. package/lib/model/agent-dependency-summary.d.ts +3 -3
  4. package/lib/model/agent-dependency.d.ts +3 -3
  5. package/lib/model/agent-summary.d.ts +3 -3
  6. package/lib/model/agent.d.ts +3 -3
  7. package/lib/model/appliance-image-summary.d.ts +2 -2
  8. package/lib/model/asset-source-connection.d.ts +1 -1
  9. package/lib/model/asset-source-credentials.d.ts +1 -1
  10. package/lib/model/asset-source-summary.d.ts +8 -8
  11. package/lib/model/asset-source.d.ts +9 -9
  12. package/lib/model/asset-summary.d.ts +3 -3
  13. package/lib/model/asset.d.ts +3 -3
  14. package/lib/model/change-agent-compartment-details.d.ts +1 -1
  15. package/lib/model/change-agent-dependency-compartment-details.d.ts +1 -1
  16. package/lib/model/change-asset-source-compartment-details.d.ts +1 -1
  17. package/lib/model/change-asset-tags-details.d.ts +2 -2
  18. package/lib/model/change-discovery-schedule-compartment-details.d.ts +1 -1
  19. package/lib/model/change-environment-compartment-details.d.ts +1 -1
  20. package/lib/model/create-agent-dependency-details.d.ts +3 -3
  21. package/lib/model/create-agent-details.d.ts +2 -2
  22. package/lib/model/create-asset-details.d.ts +2 -2
  23. package/lib/model/create-asset-source-details.d.ts +8 -8
  24. package/lib/model/create-discovery-schedule-details.d.ts +3 -3
  25. package/lib/model/create-environment-details.d.ts +2 -2
  26. package/lib/model/create-inventory-details.d.ts +2 -2
  27. package/lib/model/discovery-schedule-summary.d.ts +5 -5
  28. package/lib/model/discovery-schedule.d.ts +5 -5
  29. package/lib/model/environment-summary.d.ts +3 -3
  30. package/lib/model/environment.d.ts +3 -3
  31. package/lib/model/import-inventory-details.d.ts +2 -2
  32. package/lib/model/inventory-summary.d.ts +3 -3
  33. package/lib/model/inventory.d.ts +3 -3
  34. package/lib/model/plugin-summary.d.ts +2 -2
  35. package/lib/model/plugin.d.ts +3 -3
  36. package/lib/model/supported-cloud-region-summary.d.ts +2 -2
  37. package/lib/model/update-agent-dependency-details.d.ts +3 -3
  38. package/lib/model/update-agent-details.d.ts +2 -2
  39. package/lib/model/update-asset-details.d.ts +2 -2
  40. package/lib/model/update-asset-source-details.d.ts +5 -5
  41. package/lib/model/update-discovery-schedule-details.d.ts +2 -2
  42. package/lib/model/update-environment-details.d.ts +2 -2
  43. package/lib/model/update-inventory-details.d.ts +2 -2
  44. package/lib/model/work-request-error.d.ts +1 -1
  45. package/lib/request/add-agent-dependency-request.d.ts +1 -1
  46. package/lib/request/analyze-assets-request.d.ts +1 -1
  47. package/lib/request/cancel-work-request-request.d.ts +1 -1
  48. package/lib/request/change-agent-compartment-request.d.ts +1 -1
  49. package/lib/request/change-agent-dependency-compartment-request.d.ts +1 -1
  50. package/lib/request/change-asset-compartment-request.d.ts +1 -1
  51. package/lib/request/change-asset-source-compartment-request.d.ts +2 -2
  52. package/lib/request/change-asset-tags-request.d.ts +1 -1
  53. package/lib/request/change-discovery-schedule-compartment-request.d.ts +2 -2
  54. package/lib/request/change-environment-compartment-request.d.ts +1 -1
  55. package/lib/request/create-agent-dependency-request.d.ts +1 -1
  56. package/lib/request/create-agent-request.d.ts +1 -1
  57. package/lib/request/create-asset-request.d.ts +1 -1
  58. package/lib/request/create-asset-source-request.d.ts +1 -1
  59. package/lib/request/create-discovery-schedule-request.d.ts +1 -1
  60. package/lib/request/create-environment-request.d.ts +1 -1
  61. package/lib/request/create-inventory-request.d.ts +1 -1
  62. package/lib/request/delete-agent-dependency-request.d.ts +1 -1
  63. package/lib/request/delete-agent-request.d.ts +1 -1
  64. package/lib/request/delete-asset-request.d.ts +1 -1
  65. package/lib/request/delete-asset-source-request.d.ts +2 -2
  66. package/lib/request/delete-discovery-schedule-request.d.ts +2 -2
  67. package/lib/request/delete-environment-request.d.ts +1 -1
  68. package/lib/request/delete-inventory-request.d.ts +1 -1
  69. package/lib/request/get-agent-dependency-request.d.ts +1 -1
  70. package/lib/request/get-agent-request.d.ts +1 -1
  71. package/lib/request/get-asset-request.d.ts +1 -1
  72. package/lib/request/get-asset-source-request.d.ts +2 -2
  73. package/lib/request/get-discovery-schedule-request.d.ts +2 -2
  74. package/lib/request/get-environment-request.d.ts +1 -1
  75. package/lib/request/get-inventory-request.d.ts +1 -1
  76. package/lib/request/get-plugin-request.d.ts +1 -1
  77. package/lib/request/get-work-request-request.d.ts +1 -1
  78. package/lib/request/import-inventory-request.d.ts +1 -1
  79. package/lib/request/list-agent-dependencies-request.d.ts +1 -1
  80. package/lib/request/list-agents-request.d.ts +1 -1
  81. package/lib/request/list-appliance-images-request.d.ts +1 -1
  82. package/lib/request/list-asset-source-connections-request.d.ts +2 -2
  83. package/lib/request/list-asset-sources-request.d.ts +2 -2
  84. package/lib/request/list-assets-request.d.ts +1 -1
  85. package/lib/request/list-discovery-schedules-request.d.ts +2 -2
  86. package/lib/request/list-environments-request.d.ts +1 -1
  87. package/lib/request/list-historical-metrics-request.d.ts +1 -1
  88. package/lib/request/list-inventories-request.d.ts +1 -1
  89. package/lib/request/list-supported-cloud-regions-request.d.ts +1 -1
  90. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  91. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  92. package/lib/request/list-work-requests-request.d.ts +1 -1
  93. package/lib/request/refresh-asset-source-request.d.ts +2 -2
  94. package/lib/request/remove-agent-dependency-request.d.ts +1 -1
  95. package/lib/request/submit-historical-metrics-request.d.ts +1 -1
  96. package/lib/request/update-agent-dependency-request.d.ts +1 -1
  97. package/lib/request/update-agent-request.d.ts +1 -1
  98. package/lib/request/update-asset-request.d.ts +1 -1
  99. package/lib/request/update-asset-source-request.d.ts +2 -2
  100. package/lib/request/update-discovery-schedule-request.d.ts +2 -2
  101. package/lib/request/update-environment-request.d.ts +1 -1
  102. package/lib/request/update-inventory-request.d.ts +1 -1
  103. package/lib/request/update-plugin-request.d.ts +1 -1
  104. package/package.json +3 -3
@@ -44,7 +44,7 @@ export interface Environment {
44
44
  "lifecycleDetails"?: string;
45
45
  /**
46
46
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
47
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
47
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
48
48
  * Example: {@code {\"Department\": \"Finance\"}}
49
49
  *
50
50
  */
@@ -53,7 +53,7 @@ export interface Environment {
53
53
  };
54
54
  /**
55
55
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
56
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
56
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
57
57
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
58
58
  *
59
59
  */
@@ -64,7 +64,7 @@ export interface Environment {
64
64
  };
65
65
  /**
66
66
  * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
67
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
67
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
68
68
  * Example: {@code {orcl-cloud: {free-tier-retain: true}}}
69
69
  *
70
70
  */
@@ -20,7 +20,7 @@ export interface ImportInventoryDetails {
20
20
  "compartmentId": string;
21
21
  /**
22
22
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
23
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
23
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
24
24
  * Example: {@code {\"Department\": \"Finance\"}}
25
25
  *
26
26
  */
@@ -29,7 +29,7 @@ export interface ImportInventoryDetails {
29
29
  };
30
30
  /**
31
31
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
32
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33
33
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
34
34
  *
35
35
  */
@@ -44,7 +44,7 @@ export interface InventorySummary {
44
44
  "timeUpdated"?: Date;
45
45
  /**
46
46
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
47
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
47
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
48
48
  * Example: {@code {\"Department\": \"Finance\"}}
49
49
  *
50
50
  */
@@ -53,7 +53,7 @@ export interface InventorySummary {
53
53
  };
54
54
  /**
55
55
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
56
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
56
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
57
57
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
58
58
  *
59
59
  */
@@ -64,7 +64,7 @@ export interface InventorySummary {
64
64
  };
65
65
  /**
66
66
  * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
67
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
67
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
68
68
  * Example: {@code {orcl-cloud: {free-tier-retain: true}}}
69
69
  *
70
70
  */
@@ -44,7 +44,7 @@ export interface Inventory {
44
44
  "timeUpdated": Date;
45
45
  /**
46
46
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
47
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
47
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
48
48
  * Example: {@code {\"Department\": \"Finance\"}}
49
49
  *
50
50
  */
@@ -53,7 +53,7 @@ export interface Inventory {
53
53
  };
54
54
  /**
55
55
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
56
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
56
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
57
57
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
58
58
  *
59
59
  */
@@ -64,7 +64,7 @@ export interface Inventory {
64
64
  };
65
65
  /**
66
66
  * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
67
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
67
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
68
68
  * Example: {@code {orcl-cloud: {free-tier-retain: true}}}
69
69
  *
70
70
  */
@@ -44,7 +44,7 @@ export interface PluginSummary {
44
44
  "lifecycleDetails"?: string;
45
45
  /**
46
46
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
47
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
47
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
48
48
  * Example: {@code {\"Department\": \"Finance\"}}
49
49
  *
50
50
  */
@@ -53,7 +53,7 @@ export interface PluginSummary {
53
53
  };
54
54
  /**
55
55
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
56
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
56
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
57
57
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
58
58
  *
59
59
  */
@@ -48,7 +48,7 @@ export interface Plugin {
48
48
  "lifecycleDetails"?: string;
49
49
  /**
50
50
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
51
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
51
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
52
52
  * Example: {@code {\"Department\": \"Finance\"}}
53
53
  *
54
54
  */
@@ -57,7 +57,7 @@ export interface Plugin {
57
57
  };
58
58
  /**
59
59
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
60
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
60
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
61
61
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
62
62
  *
63
63
  */
@@ -68,7 +68,7 @@ export interface Plugin {
68
68
  };
69
69
  /**
70
70
  * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
71
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
71
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
72
72
  * Example: {@code {orcl-cloud: {free-tier-retain: true}}}
73
73
  *
74
74
  */
@@ -29,7 +29,7 @@ export interface SupportedCloudRegionSummary {
29
29
  "lifecycleState": model.SupportedCloudRegionLifecycleState;
30
30
  /**
31
31
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
32
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33
33
  * Example: {@code {\"Department\": \"Finance\"}}
34
34
  *
35
35
  */
@@ -38,7 +38,7 @@ export interface SupportedCloudRegionSummary {
38
38
  };
39
39
  /**
40
40
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
41
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
41
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
42
42
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
43
43
  *
44
44
  */
@@ -44,7 +44,7 @@ export interface UpdateAgentDependencyDetails {
44
44
  "objectName"?: string;
45
45
  /**
46
46
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
47
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
47
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
48
48
  * Example: {@code {\"Department\": \"Finance\"}}
49
49
  *
50
50
  */
@@ -53,7 +53,7 @@ export interface UpdateAgentDependencyDetails {
53
53
  };
54
54
  /**
55
55
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
56
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
56
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
57
57
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
58
58
  *
59
59
  */
@@ -64,7 +64,7 @@ export interface UpdateAgentDependencyDetails {
64
64
  };
65
65
  /**
66
66
  * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
67
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
67
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
68
68
  * Example: {@code {orcl-cloud: {free-tier-retain: true}}}
69
69
  *
70
70
  */
@@ -20,7 +20,7 @@ export interface UpdateAgentDetails {
20
20
  "displayName"?: string;
21
21
  /**
22
22
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
23
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
23
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
24
24
  * Example: {@code {\"Department\": \"Finance\"}}
25
25
  *
26
26
  */
@@ -29,7 +29,7 @@ export interface UpdateAgentDetails {
29
29
  };
30
30
  /**
31
31
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
32
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33
33
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
34
34
  *
35
35
  */
@@ -24,7 +24,7 @@ export interface UpdateAssetDetails {
24
24
  "assetSourceIds"?: Array<string>;
25
25
  /**
26
26
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
27
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
27
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
28
28
  * Example: {@code {\"Department\": \"Finance\"}}
29
29
  *
30
30
  */
@@ -33,7 +33,7 @@ export interface UpdateAssetDetails {
33
33
  };
34
34
  /**
35
35
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
36
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
36
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
37
37
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
38
38
  *
39
39
  */
@@ -21,16 +21,16 @@ export interface UpdateAssetSourceDetails {
21
21
  */
22
22
  "displayName"?: string;
23
23
  /**
24
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that is going to be used to create assets.
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that is going to be used to create assets.
25
25
  */
26
26
  "assetsCompartmentId"?: string;
27
27
  /**
28
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the discovery schedule that is going to be assigned to an asset source.
28
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the discovery schedule that is going to be assigned to an asset source.
29
29
  */
30
30
  "discoveryScheduleId"?: string;
31
31
  /**
32
32
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
33
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
34
34
  * Example: {@code {\"Department\": \"Finance\"}}
35
35
  *
36
36
  */
@@ -39,7 +39,7 @@ export interface UpdateAssetSourceDetails {
39
39
  };
40
40
  /**
41
41
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
42
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
42
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
43
43
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
44
44
  *
45
45
  */
@@ -50,7 +50,7 @@ export interface UpdateAssetSourceDetails {
50
50
  };
51
51
  /**
52
52
  * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
53
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
53
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
54
54
  * Example: {@code {orcl-cloud: {free-tier-retain: true}}}
55
55
  *
56
56
  */
@@ -26,7 +26,7 @@ export interface UpdateDiscoveryScheduleDetails {
26
26
  "executionRecurrences"?: string;
27
27
  /**
28
28
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
29
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
29
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
30
30
  * Example: {@code {\"Department\": \"Finance\"}}
31
31
  *
32
32
  */
@@ -35,7 +35,7 @@ export interface UpdateDiscoveryScheduleDetails {
35
35
  };
36
36
  /**
37
37
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
38
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
38
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39
39
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
40
40
  *
41
41
  */
@@ -20,7 +20,7 @@ export interface UpdateEnvironmentDetails {
20
20
  "displayName"?: string;
21
21
  /**
22
22
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
23
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
23
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
24
24
  * Example: {@code {\"Department\": \"Finance\"}}
25
25
  *
26
26
  */
@@ -29,7 +29,7 @@ export interface UpdateEnvironmentDetails {
29
29
  };
30
30
  /**
31
31
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
32
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33
33
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
34
34
  *
35
35
  */
@@ -20,7 +20,7 @@ export interface UpdateInventoryDetails {
20
20
  "displayName"?: string;
21
21
  /**
22
22
  * The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no
23
- * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
23
+ * predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
24
24
  * Example: {@code {\"Department\": \"Finance\"}}
25
25
  *
26
26
  */
@@ -29,7 +29,7 @@ export interface UpdateInventoryDetails {
29
29
  };
30
30
  /**
31
31
  * The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces.
32
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
32
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33
33
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
34
34
  *
35
35
  */
@@ -16,7 +16,7 @@
16
16
  export interface WorkRequestError {
17
17
  /**
18
18
  * A machine-usable code for the error that occurred. Error codes are listed at,
19
- * https://docs.cloud.oracle.com/Content/API/References/apierrors.htm
19
+ * https://docs.oracle.com/iaas/Content/API/References/apierrors.htm
20
20
  *
21
21
  */
22
22
  "code": string;
@@ -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/latest/cloudbridge/AddAgentDependency.ts.html |here} to see how to use AddAgentDependencyRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/cloudbridge/AnalyzeAssets.ts.html |here} to see how to use AnalyzeAssetsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/cloudbridge/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/cloudbridge/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/cloudbridge/ChangeAgentDependencyCompartment.ts.html |here} to see how to use ChangeAgentDependencyCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/cloudbridge/ChangeAssetCompartment.ts.html |here} to see how to use ChangeAssetCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/ChangeAssetCompartment.ts.html |here} to see how to use ChangeAssetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAssetCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,11 +13,11 @@
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/latest/cloudbridge/ChangeAssetSourceCompartment.ts.html |here} to see how to use ChangeAssetSourceCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/ChangeAssetSourceCompartment.ts.html |here} to see how to use ChangeAssetSourceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAssetSourceCompartmentRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the asset source.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asset source.
21
21
  */
22
22
  "assetSourceId": string;
23
23
  /**
@@ -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/latest/cloudbridge/ChangeAssetTags.ts.html |here} to see how to use ChangeAssetTagsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/ChangeAssetTags.ts.html |here} to see how to use ChangeAssetTagsRequest.
17
17
  */
18
18
  export interface ChangeAssetTagsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,11 +13,11 @@
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/latest/cloudbridge/ChangeDiscoveryScheduleCompartment.ts.html |here} to see how to use ChangeDiscoveryScheduleCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/ChangeDiscoveryScheduleCompartment.ts.html |here} to see how to use ChangeDiscoveryScheduleCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDiscoveryScheduleCompartmentRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the discovery schedule.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the discovery schedule.
21
21
  */
22
22
  "discoveryScheduleId": string;
23
23
  /**
@@ -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/latest/cloudbridge/ChangeEnvironmentCompartment.ts.html |here} to see how to use ChangeEnvironmentCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/ChangeEnvironmentCompartment.ts.html |here} to see how to use ChangeEnvironmentCompartmentRequest.
17
17
  */
18
18
  export interface ChangeEnvironmentCompartmentRequest 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/latest/cloudbridge/CreateAgentDependency.ts.html |here} to see how to use CreateAgentDependencyRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/CreateAgentDependency.ts.html |here} to see how to use CreateAgentDependencyRequest.
17
17
  */
18
18
  export interface CreateAgentDependencyRequest 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/latest/cloudbridge/CreateAgent.ts.html |here} to see how to use CreateAgentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/CreateAgent.ts.html |here} to see how to use CreateAgentRequest.
17
17
  */
18
18
  export interface CreateAgentRequest 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/latest/cloudbridge/CreateAsset.ts.html |here} to see how to use CreateAssetRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/CreateAsset.ts.html |here} to see how to use CreateAssetRequest.
17
17
  */
18
18
  export interface CreateAssetRequest 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/latest/cloudbridge/CreateAssetSource.ts.html |here} to see how to use CreateAssetSourceRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/CreateAssetSource.ts.html |here} to see how to use CreateAssetSourceRequest.
17
17
  */
18
18
  export interface CreateAssetSourceRequest 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/latest/cloudbridge/CreateDiscoverySchedule.ts.html |here} to see how to use CreateDiscoveryScheduleRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/CreateDiscoverySchedule.ts.html |here} to see how to use CreateDiscoveryScheduleRequest.
17
17
  */
18
18
  export interface CreateDiscoveryScheduleRequest 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/latest/cloudbridge/CreateEnvironment.ts.html |here} to see how to use CreateEnvironmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/CreateEnvironment.ts.html |here} to see how to use CreateEnvironmentRequest.
17
17
  */
18
18
  export interface CreateEnvironmentRequest 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/latest/cloudbridge/CreateInventory.ts.html |here} to see how to use CreateInventoryRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/CreateInventory.ts.html |here} to see how to use CreateInventoryRequest.
17
17
  */
18
18
  export interface CreateInventoryRequest 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/latest/cloudbridge/DeleteAgentDependency.ts.html |here} to see how to use DeleteAgentDependencyRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/DeleteAgentDependency.ts.html |here} to see how to use DeleteAgentDependencyRequest.
16
16
  */
17
17
  export interface DeleteAgentDependencyRequest extends common.BaseRequest {
18
18
  /**
@@ -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/latest/cloudbridge/DeleteAgent.ts.html |here} to see how to use DeleteAgentRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/DeleteAgent.ts.html |here} to see how to use DeleteAgentRequest.
16
16
  */
17
17
  export interface DeleteAgentRequest extends common.BaseRequest {
18
18
  /**
@@ -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/latest/cloudbridge/DeleteAsset.ts.html |here} to see how to use DeleteAssetRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/DeleteAsset.ts.html |here} to see how to use DeleteAssetRequest.
16
16
  */
17
17
  export interface DeleteAssetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,11 +12,11 @@
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/latest/cloudbridge/DeleteAssetSource.ts.html |here} to see how to use DeleteAssetSourceRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/DeleteAssetSource.ts.html |here} to see how to use DeleteAssetSourceRequest.
16
16
  */
17
17
  export interface DeleteAssetSourceRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the asset source.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asset source.
20
20
  */
21
21
  "assetSourceId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/cloudbridge/DeleteDiscoverySchedule.ts.html |here} to see how to use DeleteDiscoveryScheduleRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/DeleteDiscoverySchedule.ts.html |here} to see how to use DeleteDiscoveryScheduleRequest.
16
16
  */
17
17
  export interface DeleteDiscoveryScheduleRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the discovery schedule.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the discovery schedule.
20
20
  */
21
21
  "discoveryScheduleId": string;
22
22
  /**
@@ -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/latest/cloudbridge/DeleteEnvironment.ts.html |here} to see how to use DeleteEnvironmentRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/DeleteEnvironment.ts.html |here} to see how to use DeleteEnvironmentRequest.
16
16
  */
17
17
  export interface DeleteEnvironmentRequest extends common.BaseRequest {
18
18
  /**
@@ -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/latest/cloudbridge/DeleteInventory.ts.html |here} to see how to use DeleteInventoryRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/cloudbridge/DeleteInventory.ts.html |here} to see how to use DeleteInventoryRequest.
16
16
  */
17
17
  export interface DeleteInventoryRequest extends common.BaseRequest {
18
18
  /**