oci-resourceanalytics 2.118.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 (263) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +28 -0
  6. package/index.js +51 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +471 -0
  9. package/lib/client.js +1997 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/action-type.d.ts +32 -0
  12. package/lib/model/action-type.js +43 -0
  13. package/lib/model/action-type.js.map +1 -0
  14. package/lib/model/adw-admin-password-details.d.ts +27 -0
  15. package/lib/model/adw-admin-password-details.js +72 -0
  16. package/lib/model/adw-admin-password-details.js.map +1 -0
  17. package/lib/model/change-resource-analytics-instance-compartment-details.d.ts +26 -0
  18. package/lib/model/change-resource-analytics-instance-compartment-details.js +29 -0
  19. package/lib/model/change-resource-analytics-instance-compartment-details.js.map +1 -0
  20. package/lib/model/create-monitored-region-details.d.ts +29 -0
  21. package/lib/model/create-monitored-region-details.js +29 -0
  22. package/lib/model/create-monitored-region-details.js.map +1 -0
  23. package/lib/model/create-resource-analytics-instance-details.d.ts +81 -0
  24. package/lib/model/create-resource-analytics-instance-details.js +62 -0
  25. package/lib/model/create-resource-analytics-instance-details.js.map +1 -0
  26. package/lib/model/create-tenancy-attachment-details.d.ts +33 -0
  27. package/lib/model/create-tenancy-attachment-details.js +29 -0
  28. package/lib/model/create-tenancy-attachment-details.js.map +1 -0
  29. package/lib/model/index.d.ts +80 -0
  30. package/lib/model/index.js +103 -0
  31. package/lib/model/index.js.map +1 -0
  32. package/lib/model/monitored-region-collection.d.ts +26 -0
  33. package/lib/model/monitored-region-collection.js +61 -0
  34. package/lib/model/monitored-region-collection.js.map +1 -0
  35. package/lib/model/monitored-region-summary.d.ts +68 -0
  36. package/lib/model/monitored-region-summary.js +29 -0
  37. package/lib/model/monitored-region-summary.js.map +1 -0
  38. package/lib/model/monitored-region.d.ts +86 -0
  39. package/lib/model/monitored-region.js +43 -0
  40. package/lib/model/monitored-region.js.map +1 -0
  41. package/lib/model/operation-status.d.ts +34 -0
  42. package/lib/model/operation-status.js +45 -0
  43. package/lib/model/operation-status.js.map +1 -0
  44. package/lib/model/operation-type.d.ts +37 -0
  45. package/lib/model/operation-type.js +48 -0
  46. package/lib/model/operation-type.js.map +1 -0
  47. package/lib/model/plain-text-password-details.d.ts +28 -0
  48. package/lib/model/plain-text-password-details.js +54 -0
  49. package/lib/model/plain-text-password-details.js.map +1 -0
  50. package/lib/model/resource-analytics-instance-collection.d.ts +26 -0
  51. package/lib/model/resource-analytics-instance-collection.js +61 -0
  52. package/lib/model/resource-analytics-instance-collection.js.map +1 -0
  53. package/lib/model/resource-analytics-instance-enable-oac-details.d.ts +33 -0
  54. package/lib/model/resource-analytics-instance-enable-oac-details.js +61 -0
  55. package/lib/model/resource-analytics-instance-enable-oac-details.js.map +1 -0
  56. package/lib/model/resource-analytics-instance-oac-attachment-details.d.ts +46 -0
  57. package/lib/model/resource-analytics-instance-oac-attachment-details.js +62 -0
  58. package/lib/model/resource-analytics-instance-oac-attachment-details.js.map +1 -0
  59. package/lib/model/resource-analytics-instance-oac-network-details.d.ts +35 -0
  60. package/lib/model/resource-analytics-instance-oac-network-details.js +29 -0
  61. package/lib/model/resource-analytics-instance-oac-network-details.js.map +1 -0
  62. package/lib/model/resource-analytics-instance-summary.d.ts +94 -0
  63. package/lib/model/resource-analytics-instance-summary.js +29 -0
  64. package/lib/model/resource-analytics-instance-summary.js.map +1 -0
  65. package/lib/model/resource-analytics-instance.d.ts +120 -0
  66. package/lib/model/resource-analytics-instance.js +44 -0
  67. package/lib/model/resource-analytics-instance.js.map +1 -0
  68. package/lib/model/sort-order.d.ts +30 -0
  69. package/lib/model/sort-order.js +41 -0
  70. package/lib/model/sort-order.js.map +1 -0
  71. package/lib/model/tenancy-attachment-collection.d.ts +26 -0
  72. package/lib/model/tenancy-attachment-collection.js +61 -0
  73. package/lib/model/tenancy-attachment-collection.js.map +1 -0
  74. package/lib/model/tenancy-attachment-summary.d.ts +76 -0
  75. package/lib/model/tenancy-attachment-summary.js +29 -0
  76. package/lib/model/tenancy-attachment-summary.js.map +1 -0
  77. package/lib/model/tenancy-attachment.d.ts +95 -0
  78. package/lib/model/tenancy-attachment.js +44 -0
  79. package/lib/model/tenancy-attachment.js.map +1 -0
  80. package/lib/model/update-resource-analytics-instance-details.d.ts +51 -0
  81. package/lib/model/update-resource-analytics-instance-details.js +29 -0
  82. package/lib/model/update-resource-analytics-instance-details.js.map +1 -0
  83. package/lib/model/update-tenancy-attachment-details.d.ts +25 -0
  84. package/lib/model/update-tenancy-attachment-details.js +29 -0
  85. package/lib/model/update-tenancy-attachment-details.js.map +1 -0
  86. package/lib/model/vault-secret-password-details.d.ts +28 -0
  87. package/lib/model/vault-secret-password-details.js +54 -0
  88. package/lib/model/vault-secret-password-details.js.map +1 -0
  89. package/lib/model/work-request-error-collection.d.ts +26 -0
  90. package/lib/model/work-request-error-collection.js +61 -0
  91. package/lib/model/work-request-error-collection.js.map +1 -0
  92. package/lib/model/work-request-error.d.ts +37 -0
  93. package/lib/model/work-request-error.js +29 -0
  94. package/lib/model/work-request-error.js.map +1 -0
  95. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  96. package/lib/model/work-request-log-entry-collection.js +61 -0
  97. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  98. package/lib/model/work-request-log-entry.d.ts +31 -0
  99. package/lib/model/work-request-log-entry.js +29 -0
  100. package/lib/model/work-request-log-entry.js.map +1 -0
  101. package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
  102. package/lib/model/work-request-resource-metadata-key.js +38 -0
  103. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  104. package/lib/model/work-request-resource.d.ts +48 -0
  105. package/lib/model/work-request-resource.js +29 -0
  106. package/lib/model/work-request-resource.js.map +1 -0
  107. package/lib/model/work-request-summary-collection.d.ts +26 -0
  108. package/lib/model/work-request-summary-collection.js +61 -0
  109. package/lib/model/work-request-summary-collection.js.map +1 -0
  110. package/lib/model/work-request-summary.d.ts +73 -0
  111. package/lib/model/work-request-summary.js +61 -0
  112. package/lib/model/work-request-summary.js.map +1 -0
  113. package/lib/model/work-request.d.ts +76 -0
  114. package/lib/model/work-request.js +61 -0
  115. package/lib/model/work-request.js.map +1 -0
  116. package/lib/monitoredregion-waiter.d.ts +29 -0
  117. package/lib/monitoredregion-waiter.js +65 -0
  118. package/lib/monitoredregion-waiter.js.map +1 -0
  119. package/lib/request/cancel-work-request-request.d.ts +38 -0
  120. package/lib/request/cancel-work-request-request.js +15 -0
  121. package/lib/request/cancel-work-request-request.js.map +1 -0
  122. package/lib/request/change-resource-analytics-instance-compartment-request.d.ts +43 -0
  123. package/lib/request/change-resource-analytics-instance-compartment-request.js +15 -0
  124. package/lib/request/change-resource-analytics-instance-compartment-request.js.map +1 -0
  125. package/lib/request/create-monitored-region-request.d.ts +40 -0
  126. package/lib/request/create-monitored-region-request.js +15 -0
  127. package/lib/request/create-monitored-region-request.js.map +1 -0
  128. package/lib/request/create-resource-analytics-instance-request.d.ts +40 -0
  129. package/lib/request/create-resource-analytics-instance-request.js +15 -0
  130. package/lib/request/create-resource-analytics-instance-request.js.map +1 -0
  131. package/lib/request/create-tenancy-attachment-request.d.ts +40 -0
  132. package/lib/request/create-tenancy-attachment-request.js +15 -0
  133. package/lib/request/create-tenancy-attachment-request.js.map +1 -0
  134. package/lib/request/delete-monitored-region-request.d.ts +38 -0
  135. package/lib/request/delete-monitored-region-request.js +15 -0
  136. package/lib/request/delete-monitored-region-request.js.map +1 -0
  137. package/lib/request/delete-resource-analytics-instance-request.d.ts +38 -0
  138. package/lib/request/delete-resource-analytics-instance-request.js +15 -0
  139. package/lib/request/delete-resource-analytics-instance-request.js.map +1 -0
  140. package/lib/request/delete-tenancy-attachment-request.d.ts +38 -0
  141. package/lib/request/delete-tenancy-attachment-request.js +15 -0
  142. package/lib/request/delete-tenancy-attachment-request.js.map +1 -0
  143. package/lib/request/get-monitored-region-request.d.ts +30 -0
  144. package/lib/request/get-monitored-region-request.js +15 -0
  145. package/lib/request/get-monitored-region-request.js.map +1 -0
  146. package/lib/request/get-resource-analytics-instance-request.d.ts +30 -0
  147. package/lib/request/get-resource-analytics-instance-request.js +15 -0
  148. package/lib/request/get-resource-analytics-instance-request.js.map +1 -0
  149. package/lib/request/get-tenancy-attachment-request.d.ts +30 -0
  150. package/lib/request/get-tenancy-attachment-request.js +15 -0
  151. package/lib/request/get-tenancy-attachment-request.js.map +1 -0
  152. package/lib/request/get-work-request-request.d.ts +30 -0
  153. package/lib/request/get-work-request-request.js +15 -0
  154. package/lib/request/get-work-request-request.js.map +1 -0
  155. package/lib/request/index.d.ts +56 -0
  156. package/lib/request/index.js +47 -0
  157. package/lib/request/index.js.map +1 -0
  158. package/lib/request/list-monitored-regions-request.d.ts +71 -0
  159. package/lib/request/list-monitored-regions-request.js +24 -0
  160. package/lib/request/list-monitored-regions-request.js.map +1 -0
  161. package/lib/request/list-resource-analytics-instances-request.d.ts +75 -0
  162. package/lib/request/list-resource-analytics-instances-request.js +24 -0
  163. package/lib/request/list-resource-analytics-instances-request.js.map +1 -0
  164. package/lib/request/list-tenancy-attachments-request.d.ts +71 -0
  165. package/lib/request/list-tenancy-attachments-request.js +24 -0
  166. package/lib/request/list-tenancy-attachments-request.js.map +1 -0
  167. package/lib/request/list-work-request-errors-request.d.ts +59 -0
  168. package/lib/request/list-work-request-errors-request.js +23 -0
  169. package/lib/request/list-work-request-errors-request.js.map +1 -0
  170. package/lib/request/list-work-request-logs-request.d.ts +59 -0
  171. package/lib/request/list-work-request-logs-request.js +23 -0
  172. package/lib/request/list-work-request-logs-request.js.map +1 -0
  173. package/lib/request/list-work-requests-request.d.ts +71 -0
  174. package/lib/request/list-work-requests-request.js +23 -0
  175. package/lib/request/list-work-requests-request.js.map +1 -0
  176. package/lib/request/resource-analytics-instance-disable-oac-request.d.ts +38 -0
  177. package/lib/request/resource-analytics-instance-disable-oac-request.js +15 -0
  178. package/lib/request/resource-analytics-instance-disable-oac-request.js.map +1 -0
  179. package/lib/request/resource-analytics-instance-enable-oac-request.d.ts +43 -0
  180. package/lib/request/resource-analytics-instance-enable-oac-request.js +15 -0
  181. package/lib/request/resource-analytics-instance-enable-oac-request.js.map +1 -0
  182. package/lib/request/update-resource-analytics-instance-request.d.ts +43 -0
  183. package/lib/request/update-resource-analytics-instance-request.js +15 -0
  184. package/lib/request/update-resource-analytics-instance-request.js.map +1 -0
  185. package/lib/request/update-tenancy-attachment-request.d.ts +43 -0
  186. package/lib/request/update-tenancy-attachment-request.js +15 -0
  187. package/lib/request/update-tenancy-attachment-request.js.map +1 -0
  188. package/lib/resourceanalyticsinstance-waiter.d.ts +36 -0
  189. package/lib/resourceanalyticsinstance-waiter.js +76 -0
  190. package/lib/resourceanalyticsinstance-waiter.js.map +1 -0
  191. package/lib/response/cancel-work-request-response.d.ts +20 -0
  192. package/lib/response/cancel-work-request-response.js +15 -0
  193. package/lib/response/cancel-work-request-response.js.map +1 -0
  194. package/lib/response/change-resource-analytics-instance-compartment-response.d.ts +26 -0
  195. package/lib/response/change-resource-analytics-instance-compartment-response.js +15 -0
  196. package/lib/response/change-resource-analytics-instance-compartment-response.js.map +1 -0
  197. package/lib/response/create-monitored-region-response.d.ts +44 -0
  198. package/lib/response/create-monitored-region-response.js +15 -0
  199. package/lib/response/create-monitored-region-response.js.map +1 -0
  200. package/lib/response/create-resource-analytics-instance-response.d.ts +44 -0
  201. package/lib/response/create-resource-analytics-instance-response.js +15 -0
  202. package/lib/response/create-resource-analytics-instance-response.js.map +1 -0
  203. package/lib/response/create-tenancy-attachment-response.d.ts +44 -0
  204. package/lib/response/create-tenancy-attachment-response.js +15 -0
  205. package/lib/response/create-tenancy-attachment-response.js.map +1 -0
  206. package/lib/response/delete-monitored-region-response.d.ts +26 -0
  207. package/lib/response/delete-monitored-region-response.js +15 -0
  208. package/lib/response/delete-monitored-region-response.js.map +1 -0
  209. package/lib/response/delete-resource-analytics-instance-response.d.ts +26 -0
  210. package/lib/response/delete-resource-analytics-instance-response.js +15 -0
  211. package/lib/response/delete-resource-analytics-instance-response.js.map +1 -0
  212. package/lib/response/delete-tenancy-attachment-response.d.ts +26 -0
  213. package/lib/response/delete-tenancy-attachment-response.js +15 -0
  214. package/lib/response/delete-tenancy-attachment-response.js.map +1 -0
  215. package/lib/response/get-monitored-region-response.d.ts +30 -0
  216. package/lib/response/get-monitored-region-response.js +15 -0
  217. package/lib/response/get-monitored-region-response.js.map +1 -0
  218. package/lib/response/get-resource-analytics-instance-response.d.ts +30 -0
  219. package/lib/response/get-resource-analytics-instance-response.js +15 -0
  220. package/lib/response/get-resource-analytics-instance-response.js.map +1 -0
  221. package/lib/response/get-tenancy-attachment-response.d.ts +30 -0
  222. package/lib/response/get-tenancy-attachment-response.js +15 -0
  223. package/lib/response/get-tenancy-attachment-response.js.map +1 -0
  224. package/lib/response/get-work-request-response.d.ts +34 -0
  225. package/lib/response/get-work-request-response.js +15 -0
  226. package/lib/response/get-work-request-response.js.map +1 -0
  227. package/lib/response/index.d.ts +56 -0
  228. package/lib/response/index.js +15 -0
  229. package/lib/response/index.js.map +1 -0
  230. package/lib/response/list-monitored-regions-response.d.ts +31 -0
  231. package/lib/response/list-monitored-regions-response.js +15 -0
  232. package/lib/response/list-monitored-regions-response.js.map +1 -0
  233. package/lib/response/list-resource-analytics-instances-response.d.ts +31 -0
  234. package/lib/response/list-resource-analytics-instances-response.js +15 -0
  235. package/lib/response/list-resource-analytics-instances-response.js.map +1 -0
  236. package/lib/response/list-tenancy-attachments-response.d.ts +31 -0
  237. package/lib/response/list-tenancy-attachments-response.js +15 -0
  238. package/lib/response/list-tenancy-attachments-response.js.map +1 -0
  239. package/lib/response/list-work-request-errors-response.d.ts +31 -0
  240. package/lib/response/list-work-request-errors-response.js +15 -0
  241. package/lib/response/list-work-request-errors-response.js.map +1 -0
  242. package/lib/response/list-work-request-logs-response.d.ts +31 -0
  243. package/lib/response/list-work-request-logs-response.js +15 -0
  244. package/lib/response/list-work-request-logs-response.js.map +1 -0
  245. package/lib/response/list-work-requests-response.d.ts +31 -0
  246. package/lib/response/list-work-requests-response.js +15 -0
  247. package/lib/response/list-work-requests-response.js.map +1 -0
  248. package/lib/response/resource-analytics-instance-disable-oac-response.d.ts +26 -0
  249. package/lib/response/resource-analytics-instance-disable-oac-response.js +15 -0
  250. package/lib/response/resource-analytics-instance-disable-oac-response.js.map +1 -0
  251. package/lib/response/resource-analytics-instance-enable-oac-response.d.ts +26 -0
  252. package/lib/response/resource-analytics-instance-enable-oac-response.js +15 -0
  253. package/lib/response/resource-analytics-instance-enable-oac-response.js.map +1 -0
  254. package/lib/response/update-resource-analytics-instance-response.d.ts +26 -0
  255. package/lib/response/update-resource-analytics-instance-response.js +15 -0
  256. package/lib/response/update-resource-analytics-instance-response.js.map +1 -0
  257. package/lib/response/update-tenancy-attachment-response.d.ts +26 -0
  258. package/lib/response/update-tenancy-attachment-response.js +15 -0
  259. package/lib/response/update-tenancy-attachment-response.js.map +1 -0
  260. package/lib/tenancyattachment-waiter.d.ts +29 -0
  261. package/lib/tenancyattachment-waiter.js +65 -0
  262. package/lib/tenancyattachment-waiter.js.map +1 -0
  263. package/package.json +29 -0
@@ -0,0 +1,471 @@
1
+ /**
2
+ * Resource Analytics API
3
+ * Use the Resource Analytics API to manage Resource Analytics Instances.
4
+ * OpenAPI spec version: 20241031
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ import * as requests from "./request";
15
+ import * as responses from "./response";
16
+ import { MonitoredRegionWaiter } from "./monitoredregion-waiter";
17
+ import { ResourceAnalyticsInstanceWaiter } from "./resourceanalyticsinstance-waiter";
18
+ import { TenancyAttachmentWaiter } from "./tenancyattachment-waiter";
19
+ declare const Breaker: any;
20
+ export declare enum MonitoredRegionApiKeys {
21
+ }
22
+ /**
23
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
24
+ */
25
+ export declare class MonitoredRegionClient {
26
+ protected static serviceEndpointTemplate: string;
27
+ protected static endpointServiceName: string;
28
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
29
+ protected "_endpoint": string;
30
+ protected "_defaultHeaders": any;
31
+ protected "_waiters": MonitoredRegionWaiter;
32
+ protected "_clientConfiguration": common.ClientConfiguration;
33
+ protected _circuitBreaker: typeof Breaker | null;
34
+ protected _httpOptions: any;
35
+ protected _bodyDuplexMode: any;
36
+ targetService: string;
37
+ protected _regionId: string;
38
+ protected "_region": common.Region;
39
+ protected _lastSetRegionOrRegionId: string;
40
+ protected _httpClient: common.HttpClient;
41
+ protected _authProvider: common.AuthenticationDetailsProvider | undefined;
42
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
43
+ /**
44
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
45
+ */
46
+ get endpoint(): string;
47
+ /**
48
+ * Sets the endpoint to call (ex, https://www.example.com).
49
+ * @param endpoint The endpoint of the service.
50
+ */
51
+ set endpoint(endpoint: string);
52
+ get logger(): import("oci-common/lib/log").Logger;
53
+ /**
54
+ * Determines whether realm specific endpoint should be used or not.
55
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
56
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
57
+ */
58
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
59
+ /**
60
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
61
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
62
+ * @param region The region of the service.
63
+ */
64
+ set region(region: common.Region);
65
+ /**
66
+ * Sets the regionId to call (ex, 'us-phoenix-1').
67
+ *
68
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
69
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
70
+ * and then call {@link #endpoint(String) endpoint}.
71
+ * @param regionId The public region ID.
72
+ */
73
+ set regionId(regionId: string);
74
+ /**
75
+ * Creates a new MonitoredRegionWaiter for resources for this service.
76
+ *
77
+ * @param config The waiter configuration for termination and delay strategy
78
+ * @return The service waiters.
79
+ */
80
+ createWaiters(config?: common.WaiterConfiguration): MonitoredRegionWaiter;
81
+ /**
82
+ * Gets the waiters available for resources for this service.
83
+ *
84
+ * @return The service waiters.
85
+ */
86
+ getWaiters(): MonitoredRegionWaiter;
87
+ /**
88
+ * Shutdown the circuit breaker used by the client when it is no longer needed
89
+ */
90
+ shutdownCircuitBreaker(): void;
91
+ /**
92
+ * Close the provider if possible which in turn shuts down any associated circuit breaker
93
+ */
94
+ closeProvider(): void;
95
+ /**
96
+ * Close the client once it is no longer needed
97
+ */
98
+ close(): void;
99
+ /**
100
+ * Creates a MonitoredRegion.
101
+ *
102
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
103
+ * @param CreateMonitoredRegionRequest
104
+ * @return CreateMonitoredRegionResponse
105
+ * @throws OciError when an error occurs
106
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/CreateMonitoredRegion.ts.html |here} to see how to use CreateMonitoredRegion API.
107
+ */
108
+ createMonitoredRegion(createMonitoredRegionRequest: requests.CreateMonitoredRegionRequest): Promise<responses.CreateMonitoredRegionResponse>;
109
+ /**
110
+ * Deletes a MonitoredRegion.
111
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
112
+ * @param DeleteMonitoredRegionRequest
113
+ * @return DeleteMonitoredRegionResponse
114
+ * @throws OciError when an error occurs
115
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/DeleteMonitoredRegion.ts.html |here} to see how to use DeleteMonitoredRegion API.
116
+ */
117
+ deleteMonitoredRegion(deleteMonitoredRegionRequest: requests.DeleteMonitoredRegionRequest): Promise<responses.DeleteMonitoredRegionResponse>;
118
+ /**
119
+ * Gets information about a MonitoredRegion.
120
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
121
+ * @param GetMonitoredRegionRequest
122
+ * @return GetMonitoredRegionResponse
123
+ * @throws OciError when an error occurs
124
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/GetMonitoredRegion.ts.html |here} to see how to use GetMonitoredRegion API.
125
+ */
126
+ getMonitoredRegion(getMonitoredRegionRequest: requests.GetMonitoredRegionRequest): Promise<responses.GetMonitoredRegionResponse>;
127
+ /**
128
+ * Gets a list of MonitoredRegions.
129
+ *
130
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
131
+ * @param ListMonitoredRegionsRequest
132
+ * @return ListMonitoredRegionsResponse
133
+ * @throws OciError when an error occurs
134
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/ListMonitoredRegions.ts.html |here} to see how to use ListMonitoredRegions API.
135
+ */
136
+ listMonitoredRegions(listMonitoredRegionsRequest: requests.ListMonitoredRegionsRequest): Promise<responses.ListMonitoredRegionsResponse>;
137
+ }
138
+ export declare enum ResourceAnalyticsInstanceApiKeys {
139
+ }
140
+ /**
141
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
142
+ */
143
+ export declare class ResourceAnalyticsInstanceClient {
144
+ protected static serviceEndpointTemplate: string;
145
+ protected static endpointServiceName: string;
146
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
147
+ protected "_endpoint": string;
148
+ protected "_defaultHeaders": any;
149
+ protected "_waiters": ResourceAnalyticsInstanceWaiter;
150
+ protected "_clientConfiguration": common.ClientConfiguration;
151
+ protected _circuitBreaker: typeof Breaker | null;
152
+ protected _httpOptions: any;
153
+ protected _bodyDuplexMode: any;
154
+ targetService: string;
155
+ protected _regionId: string;
156
+ protected "_region": common.Region;
157
+ protected _lastSetRegionOrRegionId: string;
158
+ protected _httpClient: common.HttpClient;
159
+ protected _authProvider: common.AuthenticationDetailsProvider | undefined;
160
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
161
+ /**
162
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
163
+ */
164
+ get endpoint(): string;
165
+ /**
166
+ * Sets the endpoint to call (ex, https://www.example.com).
167
+ * @param endpoint The endpoint of the service.
168
+ */
169
+ set endpoint(endpoint: string);
170
+ get logger(): import("oci-common/lib/log").Logger;
171
+ /**
172
+ * Determines whether realm specific endpoint should be used or not.
173
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
174
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
175
+ */
176
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
177
+ /**
178
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
179
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
180
+ * @param region The region of the service.
181
+ */
182
+ set region(region: common.Region);
183
+ /**
184
+ * Sets the regionId to call (ex, 'us-phoenix-1').
185
+ *
186
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
187
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
188
+ * and then call {@link #endpoint(String) endpoint}.
189
+ * @param regionId The public region ID.
190
+ */
191
+ set regionId(regionId: string);
192
+ /**
193
+ * Creates a new ResourceAnalyticsInstanceWaiter for resources for this service.
194
+ *
195
+ * @param config The waiter configuration for termination and delay strategy
196
+ * @return The service waiters.
197
+ */
198
+ createWaiters(config?: common.WaiterConfiguration): ResourceAnalyticsInstanceWaiter;
199
+ /**
200
+ * Gets the waiters available for resources for this service.
201
+ *
202
+ * @return The service waiters.
203
+ */
204
+ getWaiters(): ResourceAnalyticsInstanceWaiter;
205
+ /**
206
+ * Shutdown the circuit breaker used by the client when it is no longer needed
207
+ */
208
+ shutdownCircuitBreaker(): void;
209
+ /**
210
+ * Close the provider if possible which in turn shuts down any associated circuit breaker
211
+ */
212
+ closeProvider(): void;
213
+ /**
214
+ * Close the client once it is no longer needed
215
+ */
216
+ close(): void;
217
+ /**
218
+ * Cancels a work request.
219
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
220
+ * @param CancelWorkRequestRequest
221
+ * @return CancelWorkRequestResponse
222
+ * @throws OciError when an error occurs
223
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
224
+ */
225
+ cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
226
+ /**
227
+ * Moves a ResourceAnalyticsInstance into a different compartment within the same tenancy. For information about moving resources between
228
+ * compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
229
+ *
230
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
231
+ * @param ChangeResourceAnalyticsInstanceCompartmentRequest
232
+ * @return ChangeResourceAnalyticsInstanceCompartmentResponse
233
+ * @throws OciError when an error occurs
234
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/ChangeResourceAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeResourceAnalyticsInstanceCompartment API.
235
+ */
236
+ changeResourceAnalyticsInstanceCompartment(changeResourceAnalyticsInstanceCompartmentRequest: requests.ChangeResourceAnalyticsInstanceCompartmentRequest): Promise<responses.ChangeResourceAnalyticsInstanceCompartmentResponse>;
237
+ /**
238
+ * Creates a ResourceAnalyticsInstance.
239
+ *
240
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
241
+ * @param CreateResourceAnalyticsInstanceRequest
242
+ * @return CreateResourceAnalyticsInstanceResponse
243
+ * @throws OciError when an error occurs
244
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/CreateResourceAnalyticsInstance.ts.html |here} to see how to use CreateResourceAnalyticsInstance API.
245
+ */
246
+ createResourceAnalyticsInstance(createResourceAnalyticsInstanceRequest: requests.CreateResourceAnalyticsInstanceRequest): Promise<responses.CreateResourceAnalyticsInstanceResponse>;
247
+ /**
248
+ * Deletes a ResourceAnalyticsInstance.
249
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
250
+ * @param DeleteResourceAnalyticsInstanceRequest
251
+ * @return DeleteResourceAnalyticsInstanceResponse
252
+ * @throws OciError when an error occurs
253
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/DeleteResourceAnalyticsInstance.ts.html |here} to see how to use DeleteResourceAnalyticsInstance API.
254
+ */
255
+ deleteResourceAnalyticsInstance(deleteResourceAnalyticsInstanceRequest: requests.DeleteResourceAnalyticsInstanceRequest): Promise<responses.DeleteResourceAnalyticsInstanceResponse>;
256
+ /**
257
+ * Gets information about a ResourceAnalyticsInstance.
258
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
259
+ * @param GetResourceAnalyticsInstanceRequest
260
+ * @return GetResourceAnalyticsInstanceResponse
261
+ * @throws OciError when an error occurs
262
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/GetResourceAnalyticsInstance.ts.html |here} to see how to use GetResourceAnalyticsInstance API.
263
+ */
264
+ getResourceAnalyticsInstance(getResourceAnalyticsInstanceRequest: requests.GetResourceAnalyticsInstanceRequest): Promise<responses.GetResourceAnalyticsInstanceResponse>;
265
+ /**
266
+ * Gets the details of a work request.
267
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
268
+ * @param GetWorkRequestRequest
269
+ * @return GetWorkRequestResponse
270
+ * @throws OciError when an error occurs
271
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
272
+ */
273
+ getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
274
+ /**
275
+ * Gets a list of ResourceAnalyticsInstances.
276
+ *
277
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
278
+ * @param ListResourceAnalyticsInstancesRequest
279
+ * @return ListResourceAnalyticsInstancesResponse
280
+ * @throws OciError when an error occurs
281
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/ListResourceAnalyticsInstances.ts.html |here} to see how to use ListResourceAnalyticsInstances API.
282
+ */
283
+ listResourceAnalyticsInstances(listResourceAnalyticsInstancesRequest: requests.ListResourceAnalyticsInstancesRequest): Promise<responses.ListResourceAnalyticsInstancesResponse>;
284
+ /**
285
+ * Lists the errors for a work request.
286
+ *
287
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
288
+ * @param ListWorkRequestErrorsRequest
289
+ * @return ListWorkRequestErrorsResponse
290
+ * @throws OciError when an error occurs
291
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
292
+ */
293
+ listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
294
+ /**
295
+ * Lists the logs for a work request.
296
+ *
297
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
298
+ * @param ListWorkRequestLogsRequest
299
+ * @return ListWorkRequestLogsResponse
300
+ * @throws OciError when an error occurs
301
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
302
+ */
303
+ listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
304
+ /**
305
+ * Lists the work requests in a compartment.
306
+ *
307
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
308
+ * @param ListWorkRequestsRequest
309
+ * @return ListWorkRequestsResponse
310
+ * @throws OciError when an error occurs
311
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
312
+ */
313
+ listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
314
+ /**
315
+ * Disable an OAC instance for a ResourceAnalyticsInstance.
316
+ *
317
+ * This operation does not retry by default if the user has not defined a retry configuration.
318
+ * @param ResourceAnalyticsInstanceDisableOacRequest
319
+ * @return ResourceAnalyticsInstanceDisableOacResponse
320
+ * @throws OciError when an error occurs
321
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/ResourceAnalyticsInstanceDisableOac.ts.html |here} to see how to use ResourceAnalyticsInstanceDisableOac API.
322
+ */
323
+ resourceAnalyticsInstanceDisableOac(resourceAnalyticsInstanceDisableOacRequest: requests.ResourceAnalyticsInstanceDisableOacRequest): Promise<responses.ResourceAnalyticsInstanceDisableOacResponse>;
324
+ /**
325
+ * Attaches an OAC instance to a ResourceAnalyticsInstance.
326
+ *
327
+ * This operation does not retry by default if the user has not defined a retry configuration.
328
+ * @param ResourceAnalyticsInstanceEnableOacRequest
329
+ * @return ResourceAnalyticsInstanceEnableOacResponse
330
+ * @throws OciError when an error occurs
331
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/ResourceAnalyticsInstanceEnableOac.ts.html |here} to see how to use ResourceAnalyticsInstanceEnableOac API.
332
+ */
333
+ resourceAnalyticsInstanceEnableOac(resourceAnalyticsInstanceEnableOacRequest: requests.ResourceAnalyticsInstanceEnableOacRequest): Promise<responses.ResourceAnalyticsInstanceEnableOacResponse>;
334
+ /**
335
+ * Updates a ResourceAnalyticsInstance.
336
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
337
+ * @param UpdateResourceAnalyticsInstanceRequest
338
+ * @return UpdateResourceAnalyticsInstanceResponse
339
+ * @throws OciError when an error occurs
340
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/UpdateResourceAnalyticsInstance.ts.html |here} to see how to use UpdateResourceAnalyticsInstance API.
341
+ */
342
+ updateResourceAnalyticsInstance(updateResourceAnalyticsInstanceRequest: requests.UpdateResourceAnalyticsInstanceRequest): Promise<responses.UpdateResourceAnalyticsInstanceResponse>;
343
+ }
344
+ export declare enum TenancyAttachmentApiKeys {
345
+ }
346
+ /**
347
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
348
+ */
349
+ export declare class TenancyAttachmentClient {
350
+ protected static serviceEndpointTemplate: string;
351
+ protected static endpointServiceName: string;
352
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
353
+ protected "_endpoint": string;
354
+ protected "_defaultHeaders": any;
355
+ protected "_waiters": TenancyAttachmentWaiter;
356
+ protected "_clientConfiguration": common.ClientConfiguration;
357
+ protected _circuitBreaker: typeof Breaker | null;
358
+ protected _httpOptions: any;
359
+ protected _bodyDuplexMode: any;
360
+ targetService: string;
361
+ protected _regionId: string;
362
+ protected "_region": common.Region;
363
+ protected _lastSetRegionOrRegionId: string;
364
+ protected _httpClient: common.HttpClient;
365
+ protected _authProvider: common.AuthenticationDetailsProvider | undefined;
366
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
367
+ /**
368
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
369
+ */
370
+ get endpoint(): string;
371
+ /**
372
+ * Sets the endpoint to call (ex, https://www.example.com).
373
+ * @param endpoint The endpoint of the service.
374
+ */
375
+ set endpoint(endpoint: string);
376
+ get logger(): import("oci-common/lib/log").Logger;
377
+ /**
378
+ * Determines whether realm specific endpoint should be used or not.
379
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
380
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
381
+ */
382
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
383
+ /**
384
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
385
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
386
+ * @param region The region of the service.
387
+ */
388
+ set region(region: common.Region);
389
+ /**
390
+ * Sets the regionId to call (ex, 'us-phoenix-1').
391
+ *
392
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
393
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
394
+ * and then call {@link #endpoint(String) endpoint}.
395
+ * @param regionId The public region ID.
396
+ */
397
+ set regionId(regionId: string);
398
+ /**
399
+ * Creates a new TenancyAttachmentWaiter for resources for this service.
400
+ *
401
+ * @param config The waiter configuration for termination and delay strategy
402
+ * @return The service waiters.
403
+ */
404
+ createWaiters(config?: common.WaiterConfiguration): TenancyAttachmentWaiter;
405
+ /**
406
+ * Gets the waiters available for resources for this service.
407
+ *
408
+ * @return The service waiters.
409
+ */
410
+ getWaiters(): TenancyAttachmentWaiter;
411
+ /**
412
+ * Shutdown the circuit breaker used by the client when it is no longer needed
413
+ */
414
+ shutdownCircuitBreaker(): void;
415
+ /**
416
+ * Close the provider if possible which in turn shuts down any associated circuit breaker
417
+ */
418
+ closeProvider(): void;
419
+ /**
420
+ * Close the client once it is no longer needed
421
+ */
422
+ close(): void;
423
+ /**
424
+ * Creates a TenancyAttachment.
425
+ *
426
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
427
+ * @param CreateTenancyAttachmentRequest
428
+ * @return CreateTenancyAttachmentResponse
429
+ * @throws OciError when an error occurs
430
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/CreateTenancyAttachment.ts.html |here} to see how to use CreateTenancyAttachment API.
431
+ */
432
+ createTenancyAttachment(createTenancyAttachmentRequest: requests.CreateTenancyAttachmentRequest): Promise<responses.CreateTenancyAttachmentResponse>;
433
+ /**
434
+ * Deletes a TenancyAttachment.
435
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
436
+ * @param DeleteTenancyAttachmentRequest
437
+ * @return DeleteTenancyAttachmentResponse
438
+ * @throws OciError when an error occurs
439
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/DeleteTenancyAttachment.ts.html |here} to see how to use DeleteTenancyAttachment API.
440
+ */
441
+ deleteTenancyAttachment(deleteTenancyAttachmentRequest: requests.DeleteTenancyAttachmentRequest): Promise<responses.DeleteTenancyAttachmentResponse>;
442
+ /**
443
+ * Gets information about a TenancyAttachment.
444
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
445
+ * @param GetTenancyAttachmentRequest
446
+ * @return GetTenancyAttachmentResponse
447
+ * @throws OciError when an error occurs
448
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/GetTenancyAttachment.ts.html |here} to see how to use GetTenancyAttachment API.
449
+ */
450
+ getTenancyAttachment(getTenancyAttachmentRequest: requests.GetTenancyAttachmentRequest): Promise<responses.GetTenancyAttachmentResponse>;
451
+ /**
452
+ * Gets a list of TenancyAttachments.
453
+ *
454
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
455
+ * @param ListTenancyAttachmentsRequest
456
+ * @return ListTenancyAttachmentsResponse
457
+ * @throws OciError when an error occurs
458
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/ListTenancyAttachments.ts.html |here} to see how to use ListTenancyAttachments API.
459
+ */
460
+ listTenancyAttachments(listTenancyAttachmentsRequest: requests.ListTenancyAttachmentsRequest): Promise<responses.ListTenancyAttachmentsResponse>;
461
+ /**
462
+ * Updates a TenancyAttachment.
463
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
464
+ * @param UpdateTenancyAttachmentRequest
465
+ * @return UpdateTenancyAttachmentResponse
466
+ * @throws OciError when an error occurs
467
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourceanalytics/UpdateTenancyAttachment.ts.html |here} to see how to use UpdateTenancyAttachment API.
468
+ */
469
+ updateTenancyAttachment(updateTenancyAttachmentRequest: requests.UpdateTenancyAttachmentRequest): Promise<responses.UpdateTenancyAttachmentResponse>;
470
+ }
471
+ export {};