oci-multicloud 2.127.0 → 2.129.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 (151) hide show
  1. package/index.d.ts +3 -1
  2. package/index.js +4 -2
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +192 -12
  5. package/lib/client.js +473 -15
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/action-kind-header.d.ts +1 -1
  8. package/lib/model/action-kind-header.js +1 -1
  9. package/lib/model/aws-cloud-service-provider-metadata-item.d.ts +1 -1
  10. package/lib/model/aws-cloud-service-provider-metadata-item.js +1 -1
  11. package/lib/model/azure-cloud-service-provider-metadata-item.d.ts +1 -1
  12. package/lib/model/azure-cloud-service-provider-metadata-item.js +1 -1
  13. package/lib/model/cloud-service-provider-metadata-item.d.ts +1 -1
  14. package/lib/model/cloud-service-provider-metadata-item.js +1 -1
  15. package/lib/model/cloud-service-provider-network-metadata-item.d.ts +1 -1
  16. package/lib/model/cloud-service-provider-network-metadata-item.js +1 -1
  17. package/lib/model/csp-zone-key-reference-id.d.ts +1 -1
  18. package/lib/model/csp-zone-key-reference-id.js +1 -1
  19. package/lib/model/external-location-detail.d.ts +1 -1
  20. package/lib/model/external-location-detail.js +1 -1
  21. package/lib/model/external-location-mapping-metadatum-summary-collection.d.ts +1 -1
  22. package/lib/model/external-location-mapping-metadatum-summary-collection.js +1 -1
  23. package/lib/model/external-location-mapping-metadatum-summary.d.ts +2 -4
  24. package/lib/model/external-location-mapping-metadatum-summary.js +1 -1
  25. package/lib/model/external-location-mapping-metadatum-summary.js.map +1 -1
  26. package/lib/model/external-location-summaries-metadatum-summary-collection.d.ts +1 -1
  27. package/lib/model/external-location-summaries-metadatum-summary-collection.js +1 -1
  28. package/lib/model/external-location-summaries-metadatum-summary.d.ts +1 -1
  29. package/lib/model/external-location-summaries-metadatum-summary.js +1 -1
  30. package/lib/model/external-location-summary.d.ts +1 -1
  31. package/lib/model/external-location-summary.js +1 -1
  32. package/lib/model/external-location.d.ts +1 -1
  33. package/lib/model/external-location.js +1 -1
  34. package/lib/model/external-locations-metadatum-collection.d.ts +1 -1
  35. package/lib/model/external-locations-metadatum-collection.js +1 -1
  36. package/lib/model/external-locations-metadatum-summary.d.ts +1 -1
  37. package/lib/model/external-locations-metadatum-summary.js +1 -1
  38. package/lib/model/gcp-cloud-service-provider-metadata-item.d.ts +1 -1
  39. package/lib/model/gcp-cloud-service-provider-metadata-item.js +1 -1
  40. package/lib/model/index.d.ts +13 -1
  41. package/lib/model/index.js +14 -2
  42. package/lib/model/index.js.map +1 -1
  43. package/lib/model/multi-cloud-metadata-collection.d.ts +5 -2
  44. package/lib/model/multi-cloud-metadata-collection.js +1 -1
  45. package/lib/model/multi-cloud-metadata-collection.js.map +1 -1
  46. package/lib/model/multi-cloud-metadata-summary.d.ts +8 -5
  47. package/lib/model/multi-cloud-metadata-summary.js +1 -1
  48. package/lib/model/multi-cloud-metadata-summary.js.map +1 -1
  49. package/lib/model/multi-cloud-metadata.d.ts +8 -5
  50. package/lib/model/multi-cloud-metadata.js +1 -1
  51. package/lib/model/multi-cloud-metadata.js.map +1 -1
  52. package/lib/model/multicloud-alert-collection.d.ts +26 -0
  53. package/lib/model/multicloud-alert-collection.js +61 -0
  54. package/lib/model/multicloud-alert-collection.js.map +1 -0
  55. package/lib/model/multicloud-alert-summary.d.ts +67 -0
  56. package/lib/model/multicloud-alert-summary.js +61 -0
  57. package/lib/model/multicloud-alert-summary.js.map +1 -0
  58. package/lib/model/multicloud-alert.d.ts +167 -0
  59. package/lib/model/multicloud-alert.js +66 -0
  60. package/lib/model/multicloud-alert.js.map +1 -0
  61. package/lib/model/multicloud-policy-collection.d.ts +30 -0
  62. package/lib/model/multicloud-policy-collection.js +61 -0
  63. package/lib/model/multicloud-policy-collection.js.map +1 -0
  64. package/lib/model/multicloud-policy-summary.d.ts +75 -0
  65. package/lib/model/multicloud-policy-summary.js +61 -0
  66. package/lib/model/multicloud-policy-summary.js.map +1 -0
  67. package/lib/model/multicloud-policy.d.ts +91 -0
  68. package/lib/model/multicloud-policy.js +43 -0
  69. package/lib/model/multicloud-policy.js.map +1 -0
  70. package/lib/model/multicloud-resource-collection.d.ts +5 -2
  71. package/lib/model/multicloud-resource-collection.js +1 -1
  72. package/lib/model/multicloud-resource-collection.js.map +1 -1
  73. package/lib/model/multicloud-resource-summary.d.ts +22 -13
  74. package/lib/model/multicloud-resource-summary.js +1 -1
  75. package/lib/model/multicloud-resource-summary.js.map +1 -1
  76. package/lib/model/multicloud-subscription-collection.d.ts +6 -3
  77. package/lib/model/multicloud-subscription-collection.js +1 -1
  78. package/lib/model/multicloud-subscription-collection.js.map +1 -1
  79. package/lib/model/multicloud-subscription-summary.d.ts +17 -10
  80. package/lib/model/multicloud-subscription-summary.js +1 -1
  81. package/lib/model/multicloud-subscription-summary.js.map +1 -1
  82. package/lib/model/network-anchor-collection.d.ts +1 -1
  83. package/lib/model/network-anchor-collection.js +1 -1
  84. package/lib/model/network-anchor-connection-status.d.ts +1 -1
  85. package/lib/model/network-anchor-connection-status.js +1 -1
  86. package/lib/model/network-anchor-summary.d.ts +5 -1
  87. package/lib/model/network-anchor-summary.js +1 -1
  88. package/lib/model/network-anchor-summary.js.map +1 -1
  89. package/lib/model/network-anchor.d.ts +1 -1
  90. package/lib/model/network-anchor.js +1 -1
  91. package/lib/model/oci-dns.d.ts +1 -1
  92. package/lib/model/oci-dns.js +1 -1
  93. package/lib/model/oci-network-metadata.d.ts +1 -1
  94. package/lib/model/oci-network-metadata.js +1 -1
  95. package/lib/model/oci-network-subnet.d.ts +1 -1
  96. package/lib/model/oci-network-subnet.js +1 -1
  97. package/lib/model/oci-vcn.d.ts +1 -1
  98. package/lib/model/oci-vcn.js +1 -1
  99. package/lib/model/om-hub-cp.d.ts +1 -1
  100. package/lib/model/om-hub-cp.js +1 -1
  101. package/lib/model/properties.d.ts +1 -1
  102. package/lib/model/properties.js +1 -1
  103. package/lib/model/resource-anchor-collection.d.ts +3 -3
  104. package/lib/model/resource-anchor-collection.js +1 -1
  105. package/lib/model/resource-anchor-summary.d.ts +20 -14
  106. package/lib/model/resource-anchor-summary.js +1 -1
  107. package/lib/model/resource-anchor-summary.js.map +1 -1
  108. package/lib/model/resource-anchor.d.ts +7 -7
  109. package/lib/model/resource-anchor.js +1 -1
  110. package/lib/model/sort-order.d.ts +1 -1
  111. package/lib/model/sort-order.js +1 -1
  112. package/lib/model/subscription-type.d.ts +1 -1
  113. package/lib/model/subscription-type.js +1 -1
  114. package/lib/omhubresourceanchor-waiter.d.ts +1 -1
  115. package/lib/omhubresourceanchor-waiter.js +1 -1
  116. package/lib/request/get-network-anchor-request.d.ts +2 -2
  117. package/lib/request/get-resource-anchor-request.d.ts +5 -3
  118. package/lib/request/index.d.ts +5 -1
  119. package/lib/request/index.js +6 -2
  120. package/lib/request/index.js.map +1 -1
  121. package/lib/request/list-external-location-details-metadata-request.d.ts +8 -6
  122. package/lib/request/list-external-location-details-metadata-request.js.map +1 -1
  123. package/lib/request/list-external-location-mapping-metadata-request.d.ts +4 -2
  124. package/lib/request/list-external-location-mapping-metadata-request.js.map +1 -1
  125. package/lib/request/list-external-location-summaries-metadata-request.d.ts +5 -3
  126. package/lib/request/list-external-location-summaries-metadata-request.js.map +1 -1
  127. package/lib/request/list-multi-cloud-metadata-request.d.ts +2 -0
  128. package/lib/request/list-multi-cloud-metadata-request.js.map +1 -1
  129. package/lib/request/list-multicloud-alerts-request.d.ts +115 -0
  130. package/lib/request/list-multicloud-alerts-request.js +37 -0
  131. package/lib/request/list-multicloud-alerts-request.js.map +1 -0
  132. package/lib/request/list-multicloud-policies-request.d.ts +75 -0
  133. package/lib/request/list-multicloud-policies-request.js +24 -0
  134. package/lib/request/list-multicloud-policies-request.js.map +1 -0
  135. package/lib/request/list-multicloud-resources-request.d.ts +16 -10
  136. package/lib/request/list-multicloud-resources-request.js.map +1 -1
  137. package/lib/request/list-multicloud-subscriptions-request.d.ts +2 -0
  138. package/lib/request/list-multicloud-subscriptions-request.js.map +1 -1
  139. package/lib/request/list-network-anchors-request.d.ts +5 -7
  140. package/lib/request/list-network-anchors-request.js.map +1 -1
  141. package/lib/request/list-resource-anchors-request.d.ts +9 -5
  142. package/lib/request/list-resource-anchors-request.js.map +1 -1
  143. package/lib/response/index.d.ts +5 -1
  144. package/lib/response/index.js +1 -1
  145. package/lib/response/list-multicloud-alerts-response.d.ts +31 -0
  146. package/lib/response/list-multicloud-alerts-response.js +15 -0
  147. package/lib/response/list-multicloud-alerts-response.js.map +1 -0
  148. package/lib/response/list-multicloud-policies-response.d.ts +31 -0
  149. package/lib/response/list-multicloud-policies-response.js +15 -0
  150. package/lib/response/list-multicloud-policies-response.js.map +1 -0
  151. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Oracle Multicloud API
3
- * Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
3
+ * Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see [Oracle Multicloud Hub](https://docs.oracle.com/iaas/Content/multicloud-hub/home.htm).
4
4
  * OpenAPI spec version: 20180828
5
5
  *
6
6
  *
@@ -20,6 +20,8 @@ export { requests };
20
20
  export { responses };
21
21
  export import MetadataClient = client.MetadataClient;
22
22
  export import MultiCloudsMetadataClient = client.MultiCloudsMetadataClient;
23
+ export import MulticloudAlertsClient = client.MulticloudAlertsClient;
24
+ export import MulticloudPoliciesClient = client.MulticloudPoliciesClient;
23
25
  export import MulticloudResourcesClient = client.MulticloudResourcesClient;
24
26
  export import MulticloudsubscriptionsClient = client.MulticloudsubscriptionsClient;
25
27
  export import OmhubNetworkAnchorClient = client.OmhubNetworkAnchorClient;
package/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Oracle Multicloud API
4
- * Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
4
+ * Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see [Oracle Multicloud Hub](https://docs.oracle.com/iaas/Content/multicloud-hub/home.htm).
5
5
  * OpenAPI spec version: 20180828
6
6
  *
7
7
  *
@@ -31,7 +31,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.OmhubResourceAnchorWaiter = exports.OmhubResourceAnchorClient = exports.OmhubNetworkAnchorClient = exports.MulticloudsubscriptionsClient = exports.MulticloudResourcesClient = exports.MultiCloudsMetadataClient = exports.MetadataClient = exports.responses = exports.requests = exports.models = void 0;
34
+ exports.OmhubResourceAnchorWaiter = exports.OmhubResourceAnchorClient = exports.OmhubNetworkAnchorClient = exports.MulticloudsubscriptionsClient = exports.MulticloudResourcesClient = exports.MulticloudPoliciesClient = exports.MulticloudAlertsClient = exports.MultiCloudsMetadataClient = exports.MetadataClient = exports.responses = exports.requests = exports.models = void 0;
35
35
  const requests = __importStar(require("./lib/request"));
36
36
  exports.requests = requests;
37
37
  const models = __importStar(require("./lib/model"));
@@ -42,6 +42,8 @@ const client = __importStar(require("./lib/client"));
42
42
  const omhubresourceanchor_waiter = __importStar(require("./lib/omhubresourceanchor-waiter"));
43
43
  exports.MetadataClient = client.MetadataClient;
44
44
  exports.MultiCloudsMetadataClient = client.MultiCloudsMetadataClient;
45
+ exports.MulticloudAlertsClient = client.MulticloudAlertsClient;
46
+ exports.MulticloudPoliciesClient = client.MulticloudPoliciesClient;
45
47
  exports.MulticloudResourcesClient = client.MulticloudResourcesClient;
46
48
  exports.MulticloudsubscriptionsClient = client.MulticloudsubscriptionsClient;
47
49
  exports.OmhubNetworkAnchorClient = client.OmhubNetworkAnchorClient;
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/multicloud/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAOjC,4BAAQ;AANjB,oDAAsC;AAK7B,wBAAM;AAJf,0DAA4C;AAMnC,8BAAS;AALlB,qDAAuC;AACvC,6FAA+E;AAKjE,QAAA,cAAc,GAAG,MAAM,CAAC,cAAc,CAAC;AACvC,QAAA,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC;AAC7D,QAAA,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC;AAC7D,QAAA,6BAA6B,GAAG,MAAM,CAAC,6BAA6B,CAAC;AACrE,QAAA,wBAAwB,GAAG,MAAM,CAAC,wBAAwB,CAAC;AAC3D,QAAA,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC;AAC7D,QAAA,yBAAyB,GAAG,0BAA0B,CAAC,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/multicloud/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAOjC,4BAAQ;AANjB,oDAAsC;AAK7B,wBAAM;AAJf,0DAA4C;AAMnC,8BAAS;AALlB,qDAAuC;AACvC,6FAA+E;AAKjE,QAAA,cAAc,GAAG,MAAM,CAAC,cAAc,CAAC;AACvC,QAAA,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC;AAC7D,QAAA,sBAAsB,GAAG,MAAM,CAAC,sBAAsB,CAAC;AACvD,QAAA,wBAAwB,GAAG,MAAM,CAAC,wBAAwB,CAAC;AAC3D,QAAA,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC;AAC7D,QAAA,6BAA6B,GAAG,MAAM,CAAC,6BAA6B,CAAC;AACrE,QAAA,wBAAwB,GAAG,MAAM,CAAC,wBAAwB,CAAC;AAC3D,QAAA,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC;AAC7D,QAAA,yBAAyB,GAAG,0BAA0B,CAAC,yBAAyB,CAAC"}
package/lib/client.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Oracle Multicloud API
3
- * Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see <link to docs>.
3
+ * Use the Oracle Multicloud API to retrieve resource anchors and network anchors, and the metadata mappings related a Cloud Service Provider. For more information, see [Oracle Multicloud Hub](https://docs.oracle.com/iaas/Content/multicloud-hub/home.htm).
4
4
  * OpenAPI spec version: 20180828
5
5
  *
6
6
  *
@@ -91,7 +91,13 @@ export declare class MetadataClient {
91
91
  */
92
92
  listExternalLocationDetailsMetadata(listExternalLocationDetailsMetadataRequest: requests.ListExternalLocationDetailsMetadataRequest): Promise<responses.ListExternalLocationDetailsMetadataResponse>;
93
93
  /**
94
- * List externalLocation metadata from OCI to the Cloud Service Provider for regions, Physical Availability Zones.
94
+ * List mapped partner cloud regions and zones across cloud service providers
95
+ * for the specified Multicloud base compartment and subscription service name.
96
+ * Each mapping includes the OCI region, logical availability domain, and physical availability domain,
97
+ * along with mapped partner cloud details that depend on the partner cloud.
98
+ * For example, Azure includes a logical zone while AWS doesn't.
99
+ * For more information, see
100
+ * [Cross-Cloud Region-Zone Mapping](https://docs.oracle.com/iaas/Content/multicloud-hub/view-cloud-mapping.htm).
95
101
  *
96
102
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
97
103
  * @param ListExternalLocationMappingMetadataRequest
@@ -177,8 +183,10 @@ export declare class MultiCloudsMetadataClient {
177
183
  */
178
184
  close(): void;
179
185
  /**
180
- * Gets information about the Multicloud base compartment for a given tenancy Id.
181
- * A Multicloud base compartment is an OCI compartment that maps to a subscription in a Cloud Service Provider (such as Azure, AWS, or Google Cloud).
186
+ * Gets details for Multicloud metadata for the specified Multicloud subscription.
187
+ * Multicloud metadata for a subscription includes the Multicloud base compartment (top-level OCI compartment).
188
+ * For more information, see
189
+ * [Getting Details for Multicloud Metadata](https://docs.oracle.com/iaas/Content/multicloud-hub/get-subscription-metadata.htm).
182
190
  *
183
191
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
184
192
  * @param GetMultiCloudMetadataRequest
@@ -188,8 +196,10 @@ export declare class MultiCloudsMetadataClient {
188
196
  */
189
197
  getMultiCloudMetadata(getMultiCloudMetadataRequest: requests.GetMultiCloudMetadataRequest): Promise<responses.GetMultiCloudMetadataResponse>;
190
198
  /**
191
- * Gets a list of multicloud metadata with pairs of Multicloud base compartment and subscription across Cloud Service Providers from a tenancy Id.
192
- * A Multicloud base compartment is an OCI compartment that maps to a subscription in a Cloud Service Provider (such as Azure, AWS, or Google Cloud).
199
+ * Lists Multicloud metadata for Multicloud subscriptions in the specified compartment.
200
+ * Multicloud metadata for a subscription includes the Multicloud base compartment (top-level OCI compartment).
201
+ * For more information, see
202
+ * [Listing Multicloud Metadata for a Subscription](https://docs.oracle.com/iaas/Content/multicloud-hub/list-subscription-metadata.htm).
193
203
  *
194
204
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
195
205
  * @param ListMultiCloudMetadataRequest
@@ -199,6 +209,160 @@ export declare class MultiCloudsMetadataClient {
199
209
  */
200
210
  listMultiCloudMetadata(listMultiCloudMetadataRequest: requests.ListMultiCloudMetadataRequest): Promise<responses.ListMultiCloudMetadataResponse>;
201
211
  }
212
+ export declare enum MulticloudAlertsApiKeys {
213
+ }
214
+ /**
215
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
216
+ */
217
+ export declare class MulticloudAlertsClient {
218
+ protected static serviceEndpointTemplate: string;
219
+ protected static endpointServiceName: string;
220
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
221
+ protected "_endpoint": string;
222
+ protected "_defaultHeaders": any;
223
+ protected "_clientConfiguration": common.ClientConfiguration;
224
+ protected _circuitBreaker: typeof Breaker | null;
225
+ protected _httpOptions: any;
226
+ protected _bodyDuplexMode: any;
227
+ targetService: string;
228
+ protected _regionId: string;
229
+ protected "_region": common.Region;
230
+ protected _lastSetRegionOrRegionId: string;
231
+ protected _httpClient: common.HttpClient;
232
+ protected _authProvider: common.AuthenticationDetailsProvider | undefined;
233
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
234
+ /**
235
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
236
+ */
237
+ get endpoint(): string;
238
+ /**
239
+ * Sets the endpoint to call (ex, https://www.example.com).
240
+ * @param endpoint The endpoint of the service.
241
+ */
242
+ set endpoint(endpoint: string);
243
+ get logger(): import("oci-common/lib/log").Logger;
244
+ /**
245
+ * Determines whether realm specific endpoint should be used or not.
246
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
247
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
248
+ */
249
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
250
+ /**
251
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
252
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
253
+ * @param region The region of the service.
254
+ */
255
+ set region(region: common.Region);
256
+ /**
257
+ * Sets the regionId to call (ex, 'us-phoenix-1').
258
+ *
259
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
260
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
261
+ * and then call {@link #endpoint(String) endpoint}.
262
+ * @param regionId The public region ID.
263
+ */
264
+ set regionId(regionId: string);
265
+ /**
266
+ * Shutdown the circuit breaker used by the client when it is no longer needed
267
+ */
268
+ shutdownCircuitBreaker(): void;
269
+ /**
270
+ * Close the provider if possible which in turn shuts down any associated circuit breaker
271
+ */
272
+ closeProvider(): void;
273
+ /**
274
+ * Close the client once it is no longer needed
275
+ */
276
+ close(): void;
277
+ /**
278
+ * Gets a list of Multicloud Alerts for a given root compartment.
279
+ * Optional query parameters can be used to filter alerts by resource,
280
+ * subscription, severity, lifecycle state, and alert status.
281
+ *
282
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
283
+ * @param ListMulticloudAlertsRequest
284
+ * @return ListMulticloudAlertsResponse
285
+ * @throws OciError when an error occurs
286
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/multicloud/ListMulticloudAlerts.ts.html |here} to see how to use ListMulticloudAlerts API.
287
+ */
288
+ listMulticloudAlerts(listMulticloudAlertsRequest: requests.ListMulticloudAlertsRequest): Promise<responses.ListMulticloudAlertsResponse>;
289
+ }
290
+ export declare enum MulticloudPoliciesApiKeys {
291
+ }
292
+ /**
293
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
294
+ */
295
+ export declare class MulticloudPoliciesClient {
296
+ protected static serviceEndpointTemplate: string;
297
+ protected static endpointServiceName: string;
298
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
299
+ protected "_endpoint": string;
300
+ protected "_defaultHeaders": any;
301
+ protected "_clientConfiguration": common.ClientConfiguration;
302
+ protected _circuitBreaker: typeof Breaker | null;
303
+ protected _httpOptions: any;
304
+ protected _bodyDuplexMode: any;
305
+ targetService: string;
306
+ protected _regionId: string;
307
+ protected "_region": common.Region;
308
+ protected _lastSetRegionOrRegionId: string;
309
+ protected _httpClient: common.HttpClient;
310
+ protected _authProvider: common.AuthenticationDetailsProvider | undefined;
311
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
312
+ /**
313
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
314
+ */
315
+ get endpoint(): string;
316
+ /**
317
+ * Sets the endpoint to call (ex, https://www.example.com).
318
+ * @param endpoint The endpoint of the service.
319
+ */
320
+ set endpoint(endpoint: string);
321
+ get logger(): import("oci-common/lib/log").Logger;
322
+ /**
323
+ * Determines whether realm specific endpoint should be used or not.
324
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
325
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
326
+ */
327
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
328
+ /**
329
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
330
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
331
+ * @param region The region of the service.
332
+ */
333
+ set region(region: common.Region);
334
+ /**
335
+ * Sets the regionId to call (ex, 'us-phoenix-1').
336
+ *
337
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
338
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
339
+ * and then call {@link #endpoint(String) endpoint}.
340
+ * @param regionId The public region ID.
341
+ */
342
+ set regionId(regionId: string);
343
+ /**
344
+ * Shutdown the circuit breaker used by the client when it is no longer needed
345
+ */
346
+ shutdownCircuitBreaker(): void;
347
+ /**
348
+ * Close the provider if possible which in turn shuts down any associated circuit breaker
349
+ */
350
+ closeProvider(): void;
351
+ /**
352
+ * Close the client once it is no longer needed
353
+ */
354
+ close(): void;
355
+ /**
356
+ * Gets a list of Multicloud IAM Policies.
357
+ *
358
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
359
+ * @param ListMulticloudPoliciesRequest
360
+ * @return ListMulticloudPoliciesResponse
361
+ * @throws OciError when an error occurs
362
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/multicloud/ListMulticloudPolicies.ts.html |here} to see how to use ListMulticloudPolicies API.
363
+ */
364
+ listMulticloudPolicies(listMulticloudPoliciesRequest: requests.ListMulticloudPoliciesRequest): Promise<responses.ListMulticloudPoliciesResponse>;
365
+ }
202
366
  export declare enum MulticloudResourcesApiKeys {
203
367
  }
204
368
  /**
@@ -265,7 +429,10 @@ export declare class MulticloudResourcesClient {
265
429
  */
266
430
  close(): void;
267
431
  /**
268
- * Gets a list of multicloud resources with multicloud base compartment and subscription across Cloud Service Providers.
432
+ * Lists Multicloud resources in the specified Multicloud subscription.
433
+ * Details for each resource include Multicloud base compartment, name, state, resource type, and network anchor.
434
+ * For more information, see
435
+ * [Multicloud Resources](https://docs.oracle.com/iaas/Content/multicloud-hub/list-resources.htm).
269
436
  *
270
437
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
271
438
  * @param ListMulticloudResourcesRequest
@@ -341,7 +508,8 @@ export declare class MulticloudsubscriptionsClient {
341
508
  */
342
509
  close(): void;
343
510
  /**
344
- * Gets a list of Multicloud Resources.
511
+ * Lists activated Multicloud subscriptions in the specified compartment. For more information, see
512
+ * [Listing Multicloud Subscriptions](https://docs.oracle.com/iaas/Content/multicloud-hub/list-subscriptions.htm).
345
513
  *
346
514
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
347
515
  * @param ListMulticloudSubscriptionsRequest
@@ -417,7 +585,10 @@ export declare class OmhubNetworkAnchorClient {
417
585
  */
418
586
  close(): void;
419
587
  /**
420
- * Gets information about a NetworkAnchor.
588
+ * Gets details for the specified network anchor. The subscription OCID and service name are required.
589
+ * For more information, see
590
+ * [Getting a Network Anchor's Details](https://docs.oracle.com/iaas/Content/multicloud-hub/get-network-anchor.htm).
591
+ *
421
592
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
422
593
  * @param GetNetworkAnchorRequest
423
594
  * @return GetNetworkAnchorResponse
@@ -426,7 +597,10 @@ export declare class OmhubNetworkAnchorClient {
426
597
  */
427
598
  getNetworkAnchor(getNetworkAnchorRequest: requests.GetNetworkAnchorRequest): Promise<responses.GetNetworkAnchorResponse>;
428
599
  /**
429
- * Gets a list of NetworkAnchors.
600
+ * Lists network anchors in the specified Multicloud subscription, Multicloud compartment, and partner cloud region.
601
+ * Details listed for each resource include name, state, VCN, and ODB network ID.
602
+ * For more information, see
603
+ * [Listing Network Anchors](https://docs.oracle.com/iaas/Content/multicloud-hub/list-network-anchors.htm).
430
604
  *
431
605
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
432
606
  * @param ListNetworkAnchorsRequest
@@ -516,7 +690,10 @@ export declare class OmhubResourceAnchorClient {
516
690
  */
517
691
  close(): void;
518
692
  /**
519
- * Gets information about a ResourceAnchor.
693
+ * Gets details for the specified resource anchor. The subscription OCID and service name are required.
694
+ * For more information, see
695
+ * [Getting a Resource Anchor's Details (OCI)](https://docs.oracle.com/iaas/Content/multicloud-hub/get-resource-anchor.htm).
696
+ *
520
697
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
521
698
  * @param GetResourceAnchorRequest
522
699
  * @return GetResourceAnchorResponse
@@ -525,7 +702,10 @@ export declare class OmhubResourceAnchorClient {
525
702
  */
526
703
  getResourceAnchor(getResourceAnchorRequest: requests.GetResourceAnchorRequest): Promise<responses.GetResourceAnchorResponse>;
527
704
  /**
528
- * Gets a list of ResourceAnchors.
705
+ * Lists resource anchors in the specified Multicloud subscription.
706
+ * Details listed for each resource anchor include name, state, and the related Multicloud compartment.
707
+ * For more information, see
708
+ * [Listing Resource Anchors](https://docs.oracle.com/iaas/Content/multicloud-hub/list-resource-anchors.htm).
529
709
  *
530
710
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
531
711
  * @param ListResourceAnchorsRequest