oci-usageapi 2.84.0 → 2.84.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (191) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +83 -29
  4. package/lib/client.js +367 -29
  5. package/lib/client.js.map +1 -1
  6. package/lib/model/average-carbon-emission.d.ts +1 -1
  7. package/lib/model/average-carbon-emission.js +1 -1
  8. package/lib/model/clean-energy-usage.d.ts +1 -1
  9. package/lib/model/clean-energy-usage.js +1 -1
  10. package/lib/model/configuration-aggregation.d.ts +1 -1
  11. package/lib/model/configuration-aggregation.js +1 -1
  12. package/lib/model/configuration.d.ts +1 -1
  13. package/lib/model/configuration.js +1 -1
  14. package/lib/model/cost-analysis-ui.d.ts +1 -1
  15. package/lib/model/cost-analysis-ui.js +1 -1
  16. package/lib/model/create-custom-table-details.d.ts +1 -1
  17. package/lib/model/create-custom-table-details.js +1 -1
  18. package/lib/model/create-email-recipients-group-details.d.ts +30 -0
  19. package/lib/model/create-email-recipients-group-details.js +61 -0
  20. package/lib/model/create-email-recipients-group-details.js.map +1 -0
  21. package/lib/model/create-query-details.d.ts +1 -1
  22. package/lib/model/create-query-details.js +1 -1
  23. package/lib/model/create-schedule-details.d.ts +1 -1
  24. package/lib/model/create-schedule-details.js +1 -1
  25. package/lib/model/create-usage-carbon-emissions-query-details.d.ts +1 -1
  26. package/lib/model/create-usage-carbon-emissions-query-details.js +1 -1
  27. package/lib/model/custom-table-collection.d.ts +1 -1
  28. package/lib/model/custom-table-collection.js +1 -1
  29. package/lib/model/custom-table-summary.d.ts +1 -1
  30. package/lib/model/custom-table-summary.js +1 -1
  31. package/lib/model/custom-table.d.ts +1 -1
  32. package/lib/model/custom-table.js +1 -1
  33. package/lib/model/date-range.d.ts +1 -1
  34. package/lib/model/date-range.js +1 -1
  35. package/lib/model/dimension.d.ts +1 -1
  36. package/lib/model/dimension.js +1 -1
  37. package/lib/model/dynamic-date-range.d.ts +1 -1
  38. package/lib/model/dynamic-date-range.js +1 -1
  39. package/lib/model/email-recipient.d.ts +46 -0
  40. package/lib/model/email-recipient.js +39 -0
  41. package/lib/model/email-recipient.js.map +1 -0
  42. package/lib/model/email-recipients-group-collection.d.ts +26 -0
  43. package/lib/model/email-recipients-group-collection.js +61 -0
  44. package/lib/model/email-recipients-group-collection.js.map +1 -0
  45. package/lib/model/email-recipients-group-summary.d.ts +64 -0
  46. package/lib/model/email-recipients-group-summary.js +61 -0
  47. package/lib/model/email-recipients-group-summary.js.map +1 -0
  48. package/lib/model/email-recipients-group.d.ts +47 -0
  49. package/lib/model/email-recipients-group.js +71 -0
  50. package/lib/model/email-recipients-group.js.map +1 -0
  51. package/lib/model/filter.d.ts +1 -1
  52. package/lib/model/filter.js +1 -1
  53. package/lib/model/forecast.d.ts +1 -1
  54. package/lib/model/forecast.js +1 -1
  55. package/lib/model/index.d.ts +13 -1
  56. package/lib/model/index.js +15 -2
  57. package/lib/model/index.js.map +1 -1
  58. package/lib/model/object-storage-location.d.ts +1 -1
  59. package/lib/model/object-storage-location.js +1 -1
  60. package/lib/model/query-collection.d.ts +1 -1
  61. package/lib/model/query-collection.js +1 -1
  62. package/lib/model/query-definition.d.ts +1 -1
  63. package/lib/model/query-definition.js +1 -1
  64. package/lib/model/query-properties.d.ts +1 -1
  65. package/lib/model/query-properties.js +1 -1
  66. package/lib/model/query-summary.d.ts +1 -1
  67. package/lib/model/query-summary.js +1 -1
  68. package/lib/model/query.d.ts +1 -1
  69. package/lib/model/query.js +1 -1
  70. package/lib/model/report-query.d.ts +1 -1
  71. package/lib/model/report-query.js +1 -1
  72. package/lib/model/request-summarized-usages-details.d.ts +1 -1
  73. package/lib/model/request-summarized-usages-details.js +1 -1
  74. package/lib/model/request-usage-carbon-emissions-details.d.ts +1 -1
  75. package/lib/model/request-usage-carbon-emissions-details.js +1 -1
  76. package/lib/model/result-location.d.ts +1 -1
  77. package/lib/model/result-location.js +1 -1
  78. package/lib/model/saved-custom-table.d.ts +1 -1
  79. package/lib/model/saved-custom-table.js +1 -1
  80. package/lib/model/schedule-collection.d.ts +1 -1
  81. package/lib/model/schedule-collection.js +1 -1
  82. package/lib/model/schedule-summary.d.ts +1 -1
  83. package/lib/model/schedule-summary.js +1 -1
  84. package/lib/model/schedule.d.ts +1 -1
  85. package/lib/model/schedule.js +1 -1
  86. package/lib/model/scheduled-run-collection.d.ts +1 -1
  87. package/lib/model/scheduled-run-collection.js +1 -1
  88. package/lib/model/scheduled-run-summary.d.ts +1 -1
  89. package/lib/model/scheduled-run-summary.js +1 -1
  90. package/lib/model/scheduled-run.d.ts +1 -1
  91. package/lib/model/scheduled-run.js +1 -1
  92. package/lib/model/static-date-range.d.ts +1 -1
  93. package/lib/model/static-date-range.js +1 -1
  94. package/lib/model/tag.d.ts +1 -1
  95. package/lib/model/tag.js +1 -1
  96. package/lib/model/update-custom-table-details.d.ts +1 -1
  97. package/lib/model/update-custom-table-details.js +1 -1
  98. package/lib/model/update-email-recipients-group-details.d.ts +27 -0
  99. package/lib/model/update-email-recipients-group-details.js +61 -0
  100. package/lib/model/update-email-recipients-group-details.js.map +1 -0
  101. package/lib/model/update-query-details.d.ts +1 -1
  102. package/lib/model/update-query-details.js +1 -1
  103. package/lib/model/update-schedule-details.d.ts +1 -1
  104. package/lib/model/update-schedule-details.js +1 -1
  105. package/lib/model/update-usage-carbon-emissions-query-details.d.ts +1 -1
  106. package/lib/model/update-usage-carbon-emissions-query-details.js +1 -1
  107. package/lib/model/usage-aggregation.d.ts +1 -1
  108. package/lib/model/usage-aggregation.js +1 -1
  109. package/lib/model/usage-carbon-emission-aggregation.d.ts +1 -1
  110. package/lib/model/usage-carbon-emission-aggregation.js +1 -1
  111. package/lib/model/usage-carbon-emission-summary.d.ts +1 -1
  112. package/lib/model/usage-carbon-emission-summary.js +1 -1
  113. package/lib/model/usage-carbon-emissions-query-collection.d.ts +1 -1
  114. package/lib/model/usage-carbon-emissions-query-collection.js +1 -1
  115. package/lib/model/usage-carbon-emissions-query-definition.d.ts +1 -1
  116. package/lib/model/usage-carbon-emissions-query-definition.js +1 -1
  117. package/lib/model/usage-carbon-emissions-query-summary.d.ts +1 -1
  118. package/lib/model/usage-carbon-emissions-query-summary.js +1 -1
  119. package/lib/model/usage-carbon-emissions-query.d.ts +1 -1
  120. package/lib/model/usage-carbon-emissions-query.js +1 -1
  121. package/lib/model/usage-carbon-emissions-report-query.d.ts +1 -1
  122. package/lib/model/usage-carbon-emissions-report-query.js +1 -1
  123. package/lib/model/usage-summary.d.ts +1 -1
  124. package/lib/model/usage-summary.js +1 -1
  125. package/lib/request/create-custom-table-request.d.ts +1 -1
  126. package/lib/request/create-email-recipients-group-request.d.ts +42 -0
  127. package/lib/request/create-email-recipients-group-request.js +15 -0
  128. package/lib/request/create-email-recipients-group-request.js.map +1 -0
  129. package/lib/request/create-query-request.d.ts +1 -1
  130. package/lib/request/create-schedule-request.d.ts +1 -1
  131. package/lib/request/create-usage-carbon-emissions-query-request.d.ts +1 -1
  132. package/lib/request/delete-custom-table-request.d.ts +1 -1
  133. package/lib/request/delete-email-recipients-group-request.d.ts +45 -0
  134. package/lib/request/delete-email-recipients-group-request.js +15 -0
  135. package/lib/request/delete-email-recipients-group-request.js.map +1 -0
  136. package/lib/request/delete-query-request.d.ts +1 -1
  137. package/lib/request/delete-schedule-request.d.ts +1 -1
  138. package/lib/request/delete-usage-carbon-emissions-query-request.d.ts +1 -1
  139. package/lib/request/get-custom-table-request.d.ts +1 -1
  140. package/lib/request/get-email-recipients-group-request.d.ts +36 -0
  141. package/lib/request/get-email-recipients-group-request.js +15 -0
  142. package/lib/request/get-email-recipients-group-request.js.map +1 -0
  143. package/lib/request/get-query-request.d.ts +1 -1
  144. package/lib/request/get-schedule-request.d.ts +1 -1
  145. package/lib/request/get-scheduled-run-request.d.ts +2 -2
  146. package/lib/request/get-usage-carbon-emissions-query-request.d.ts +1 -1
  147. package/lib/request/index.d.ts +11 -1
  148. package/lib/request/index.js +4 -2
  149. package/lib/request/index.js.map +1 -1
  150. package/lib/request/list-custom-tables-request.d.ts +1 -1
  151. package/lib/request/list-email-recipients-groups-request.d.ts +69 -0
  152. package/lib/request/list-email-recipients-groups-request.js +28 -0
  153. package/lib/request/list-email-recipients-groups-request.js.map +1 -0
  154. package/lib/request/list-queries-request.d.ts +1 -1
  155. package/lib/request/list-scheduled-runs-request.d.ts +1 -1
  156. package/lib/request/list-schedules-request.d.ts +1 -1
  157. package/lib/request/list-usage-carbon-emissions-queries-request.d.ts +1 -1
  158. package/lib/request/request-average-carbon-emission-request.d.ts +1 -1
  159. package/lib/request/request-clean-energy-usage-request.d.ts +1 -1
  160. package/lib/request/request-summarized-configurations-request.d.ts +1 -1
  161. package/lib/request/request-summarized-usages-request.d.ts +1 -1
  162. package/lib/request/request-usage-carbon-emission-config-request.d.ts +1 -1
  163. package/lib/request/request-usage-carbon-emissions-request.d.ts +1 -1
  164. package/lib/request/update-custom-table-request.d.ts +1 -1
  165. package/lib/request/update-email-recipients-group-request.d.ts +50 -0
  166. package/lib/request/update-email-recipients-group-request.js +15 -0
  167. package/lib/request/update-email-recipients-group-request.js.map +1 -0
  168. package/lib/request/update-query-request.d.ts +1 -1
  169. package/lib/request/update-schedule-request.d.ts +1 -1
  170. package/lib/request/update-usage-carbon-emissions-query-request.d.ts +1 -1
  171. package/lib/response/create-email-recipients-group-response.d.ts +29 -0
  172. package/lib/response/create-email-recipients-group-response.js +15 -0
  173. package/lib/response/create-email-recipients-group-response.js.map +1 -0
  174. package/lib/response/delete-email-recipients-group-response.d.ts +20 -0
  175. package/lib/response/delete-email-recipients-group-response.js +15 -0
  176. package/lib/response/delete-email-recipients-group-response.js.map +1 -0
  177. package/lib/response/get-email-recipients-group-response.d.ts +29 -0
  178. package/lib/response/get-email-recipients-group-response.js +15 -0
  179. package/lib/response/get-email-recipients-group-response.js.map +1 -0
  180. package/lib/response/index.d.ts +11 -1
  181. package/lib/response/index.js +1 -1
  182. package/lib/response/list-email-recipients-groups-response.d.ts +32 -0
  183. package/lib/response/list-email-recipients-groups-response.js +15 -0
  184. package/lib/response/list-email-recipients-groups-response.js.map +1 -0
  185. package/lib/response/update-email-recipients-group-response.d.ts +29 -0
  186. package/lib/response/update-email-recipients-group-response.js +15 -0
  187. package/lib/response/update-email-recipients-group-response.js.map +1 -0
  188. package/lib/usageapi-waiter.d.ts +9 -1
  189. package/lib/usageapi-waiter.js +13 -1
  190. package/lib/usageapi-waiter.js.map +1 -1
  191. package/package.json +3 -3
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Usage API
4
- * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the dimension of your choosing. The Usage API is used by the Cost Analysis tool in the Console. Also see [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
4
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
5
5
  * OpenAPI spec version: 20200107
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Usage API
3
- * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the dimension of your choosing. The Usage API is used by the Cost Analysis tool in the Console. Also see [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
3
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
4
4
  * OpenAPI spec version: 20200107
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Usage API
4
- * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the dimension of your choosing. The Usage API is used by the Cost Analysis tool in the Console. Also see [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
4
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
5
5
  * OpenAPI spec version: 20200107
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Usage API
3
- * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the dimension of your choosing. The Usage API is used by the Cost Analysis tool in the Console. Also see [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
3
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
4
4
  * OpenAPI spec version: 20200107
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Usage API
4
- * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the dimension of your choosing. The Usage API is used by the Cost Analysis tool in the Console. Also see [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
4
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
5
5
  * OpenAPI spec version: 20200107
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Usage API
3
- * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the dimension of your choosing. The Usage API is used by the Cost Analysis tool in the Console. Also see [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
3
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
4
4
  * OpenAPI spec version: 20200107
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Usage API
4
- * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the dimension of your choosing. The Usage API is used by the Cost Analysis tool in the Console. Also see [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
4
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
5
5
  * OpenAPI spec version: 20200107
6
6
  *
7
7
  *
@@ -0,0 +1,46 @@
1
+ /**
2
+ * Usage API
3
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
4
+ * OpenAPI spec version: 20200107
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ /**
14
+ * The email recipient to receive usage statements for the subscription.
15
+ */
16
+ export interface EmailRecipient {
17
+ /**
18
+ * the first name of the recipient.
19
+ */
20
+ "firstName"?: string;
21
+ /**
22
+ * the last name of the recipient.
23
+ */
24
+ "lastName"?: string;
25
+ /**
26
+ * the email of the recipient.
27
+ */
28
+ "emailId": string;
29
+ /**
30
+ * The email recipient lifecycle state.
31
+ */
32
+ "lifecycleState": EmailRecipient.LifecycleState;
33
+ }
34
+ export declare namespace EmailRecipient {
35
+ enum LifecycleState {
36
+ Active = "ACTIVE",
37
+ Inactive = "INACTIVE",
38
+ /**
39
+ * This value is used if a service returns a value for this enum that is not recognized by this
40
+ * version of the SDK.
41
+ */
42
+ UnknownValue = "UNKNOWN_VALUE"
43
+ }
44
+ function getJsonObj(obj: EmailRecipient): object;
45
+ function getDeserializedJsonObj(obj: EmailRecipient): object;
46
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ /**
3
+ * Usage API
4
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
5
+ * OpenAPI spec version: 20200107
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.EmailRecipient = void 0;
16
+ var EmailRecipient;
17
+ (function (EmailRecipient) {
18
+ let LifecycleState;
19
+ (function (LifecycleState) {
20
+ LifecycleState["Active"] = "ACTIVE";
21
+ LifecycleState["Inactive"] = "INACTIVE";
22
+ /**
23
+ * This value is used if a service returns a value for this enum that is not recognized by this
24
+ * version of the SDK.
25
+ */
26
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
27
+ })(LifecycleState = EmailRecipient.LifecycleState || (EmailRecipient.LifecycleState = {}));
28
+ function getJsonObj(obj) {
29
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
30
+ return jsonObj;
31
+ }
32
+ EmailRecipient.getJsonObj = getJsonObj;
33
+ function getDeserializedJsonObj(obj) {
34
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
35
+ return jsonObj;
36
+ }
37
+ EmailRecipient.getDeserializedJsonObj = getDeserializedJsonObj;
38
+ })(EmailRecipient = exports.EmailRecipient || (exports.EmailRecipient = {}));
39
+ //# sourceMappingURL=email-recipient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email-recipient.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/email-recipient.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,cAAc,CAqB9B;AArBD,WAAiB,cAAc;IAC7B,IAAY,cAQX;IARD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EARW,cAAc,GAAd,6BAAc,KAAd,6BAAc,QAQzB;IAED,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAsB,yBAIrC,CAAA;AACH,CAAC,EArBgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAqB9B"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Usage API
3
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
4
+ * OpenAPI spec version: 20200107
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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 * as model from "../model";
14
+ /**
15
+ * An email recipients groups collection
16
+ */
17
+ export interface EmailRecipientsGroupCollection {
18
+ /**
19
+ * An email recipients groups list.
20
+ */
21
+ "items": Array<model.EmailRecipientsGroupSummary>;
22
+ }
23
+ export declare namespace EmailRecipientsGroupCollection {
24
+ function getJsonObj(obj: EmailRecipientsGroupCollection): object;
25
+ function getDeserializedJsonObj(obj: EmailRecipientsGroupCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Usage API
4
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
5
+ * OpenAPI spec version: 20200107
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.EmailRecipientsGroupCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var EmailRecipientsGroupCollection;
37
+ (function (EmailRecipientsGroupCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.EmailRecipientsGroupSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ EmailRecipientsGroupCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.EmailRecipientsGroupSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ EmailRecipientsGroupCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(EmailRecipientsGroupCollection = exports.EmailRecipientsGroupCollection || (exports.EmailRecipientsGroupCollection = {}));
61
+ //# sourceMappingURL=email-recipients-group-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email-recipients-group-collection.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/email-recipients-group-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,8BAA8B,CA6B9C;AA7BD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA6B9C"}
@@ -0,0 +1,64 @@
1
+ /**
2
+ * Usage API
3
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
4
+ * OpenAPI spec version: 20200107
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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 * as model from "../model";
14
+ /**
15
+ * Email recipients group summary for the list recipients groups.
16
+ */
17
+ export interface EmailRecipientsGroupSummary {
18
+ /**
19
+ * The usage statement email recipients group OCID.
20
+ */
21
+ "id": string;
22
+ /**
23
+ * The customer tenancy.
24
+ */
25
+ "compartmentId": string;
26
+ /**
27
+ * The list of recipient will receive the usage statement email.
28
+ */
29
+ "recipientsList": Array<model.EmailRecipient>;
30
+ /**
31
+ * The email recipient group lifecycle state.
32
+ */
33
+ "lifecycleState": string;
34
+ /**
35
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
36
+ * See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"bar-key\": \"value\"}}
37
+ *
38
+ */
39
+ "freeformTags"?: {
40
+ [key: string]: string;
41
+ };
42
+ /**
43
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
44
+ *
45
+ */
46
+ "definedTags"?: {
47
+ [key: string]: {
48
+ [key: string]: any;
49
+ };
50
+ };
51
+ /**
52
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
53
+ *
54
+ */
55
+ "systemTags"?: {
56
+ [key: string]: {
57
+ [key: string]: any;
58
+ };
59
+ };
60
+ }
61
+ export declare namespace EmailRecipientsGroupSummary {
62
+ function getJsonObj(obj: EmailRecipientsGroupSummary): object;
63
+ function getDeserializedJsonObj(obj: EmailRecipientsGroupSummary): object;
64
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Usage API
4
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
5
+ * OpenAPI spec version: 20200107
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.EmailRecipientsGroupSummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var EmailRecipientsGroupSummary;
37
+ (function (EmailRecipientsGroupSummary) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "recipientsList": obj.recipientsList
41
+ ? obj.recipientsList.map(item => {
42
+ return model.EmailRecipient.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ EmailRecipientsGroupSummary.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "recipientsList": obj.recipientsList
52
+ ? obj.recipientsList.map(item => {
53
+ return model.EmailRecipient.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ EmailRecipientsGroupSummary.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(EmailRecipientsGroupSummary = exports.EmailRecipientsGroupSummary || (exports.EmailRecipientsGroupSummary = {}));
61
+ //# sourceMappingURL=email-recipients-group-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email-recipients-group-summary.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/email-recipients-group-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyClC,IAAiB,2BAA2B,CA6B3C;AA7BD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QA6B3C"}
@@ -0,0 +1,47 @@
1
+ /**
2
+ * Usage API
3
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
4
+ * OpenAPI spec version: 20200107
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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 * as model from "../model";
14
+ /**
15
+ * The recipients group to receive usage statement email.
16
+ */
17
+ export interface EmailRecipientsGroup {
18
+ /**
19
+ * The usage statement email recipients group OCID.
20
+ */
21
+ "id": string;
22
+ /**
23
+ * The customer tenancy OCID.
24
+ */
25
+ "compartmentId": string;
26
+ /**
27
+ * The list of recipient will receive the usage statement email.
28
+ */
29
+ "recipientsList": Array<model.EmailRecipient>;
30
+ /**
31
+ * The email recipient group lifecycle state.
32
+ */
33
+ "lifecycleState": EmailRecipientsGroup.LifecycleState;
34
+ }
35
+ export declare namespace EmailRecipientsGroup {
36
+ enum LifecycleState {
37
+ Active = "ACTIVE",
38
+ Inactive = "INACTIVE",
39
+ /**
40
+ * This value is used if a service returns a value for this enum that is not recognized by this
41
+ * version of the SDK.
42
+ */
43
+ UnknownValue = "UNKNOWN_VALUE"
44
+ }
45
+ function getJsonObj(obj: EmailRecipientsGroup): object;
46
+ function getDeserializedJsonObj(obj: EmailRecipientsGroup): object;
47
+ }
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ /**
3
+ * Usage API
4
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
5
+ * OpenAPI spec version: 20200107
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.EmailRecipientsGroup = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var EmailRecipientsGroup;
37
+ (function (EmailRecipientsGroup) {
38
+ let LifecycleState;
39
+ (function (LifecycleState) {
40
+ LifecycleState["Active"] = "ACTIVE";
41
+ LifecycleState["Inactive"] = "INACTIVE";
42
+ /**
43
+ * This value is used if a service returns a value for this enum that is not recognized by this
44
+ * version of the SDK.
45
+ */
46
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
47
+ })(LifecycleState = EmailRecipientsGroup.LifecycleState || (EmailRecipientsGroup.LifecycleState = {}));
48
+ function getJsonObj(obj) {
49
+ const jsonObj = Object.assign(Object.assign({}, obj), {
50
+ "recipientsList": obj.recipientsList
51
+ ? obj.recipientsList.map(item => {
52
+ return model.EmailRecipient.getJsonObj(item);
53
+ })
54
+ : undefined
55
+ });
56
+ return jsonObj;
57
+ }
58
+ EmailRecipientsGroup.getJsonObj = getJsonObj;
59
+ function getDeserializedJsonObj(obj) {
60
+ const jsonObj = Object.assign(Object.assign({}, obj), {
61
+ "recipientsList": obj.recipientsList
62
+ ? obj.recipientsList.map(item => {
63
+ return model.EmailRecipient.getDeserializedJsonObj(item);
64
+ })
65
+ : undefined
66
+ });
67
+ return jsonObj;
68
+ }
69
+ EmailRecipientsGroup.getDeserializedJsonObj = getDeserializedJsonObj;
70
+ })(EmailRecipientsGroup = exports.EmailRecipientsGroup || (exports.EmailRecipientsGroup = {}));
71
+ //# sourceMappingURL=email-recipients-group.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"email-recipients-group.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/email-recipients-group.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyBlC,IAAiB,oBAAoB,CAuCpC;AAvCD,WAAiB,oBAAoB;IACnC,IAAY,cAQX;IARD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EARW,cAAc,GAAd,mCAAc,KAAd,mCAAc,QAQzB;IAED,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2CAAsB,yBAarC,CAAA;AACH,CAAC,EAvCgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAuCpC"}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Usage API
3
- * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the dimension of your choosing. The Usage API is used by the Cost Analysis tool in the Console. Also see [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
3
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
4
4
  * OpenAPI spec version: 20200107
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Usage API
4
- * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the dimension of your choosing. The Usage API is used by the Cost Analysis tool in the Console. Also see [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
4
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
5
5
  * OpenAPI spec version: 20200107
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Usage API
3
- * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the dimension of your choosing. The Usage API is used by the Cost Analysis tool in the Console. Also see [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
3
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
4
4
  * OpenAPI spec version: 20200107
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Usage API
4
- * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the dimension of your choosing. The Usage API is used by the Cost Analysis tool in the Console. Also see [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
4
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
5
5
  * OpenAPI spec version: 20200107
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Usage API
3
- * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the dimension of your choosing. The Usage API is used by the Cost Analysis tool in the Console. Also see [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
3
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
4
4
  * OpenAPI spec version: 20200107
5
5
  *
6
6
  *
@@ -22,6 +22,8 @@ import * as CostAnalysisUI from "./cost-analysis-ui";
22
22
  export import CostAnalysisUI = CostAnalysisUI.CostAnalysisUI;
23
23
  import * as CreateCustomTableDetails from "./create-custom-table-details";
24
24
  export import CreateCustomTableDetails = CreateCustomTableDetails.CreateCustomTableDetails;
25
+ import * as CreateEmailRecipientsGroupDetails from "./create-email-recipients-group-details";
26
+ export import CreateEmailRecipientsGroupDetails = CreateEmailRecipientsGroupDetails.CreateEmailRecipientsGroupDetails;
25
27
  import * as CreateQueryDetails from "./create-query-details";
26
28
  export import CreateQueryDetails = CreateQueryDetails.CreateQueryDetails;
27
29
  import * as CreateScheduleDetails from "./create-schedule-details";
@@ -38,6 +40,14 @@ import * as DateRange from "./date-range";
38
40
  export import DateRange = DateRange.DateRange;
39
41
  import * as Dimension from "./dimension";
40
42
  export import Dimension = Dimension.Dimension;
43
+ import * as EmailRecipient from "./email-recipient";
44
+ export import EmailRecipient = EmailRecipient.EmailRecipient;
45
+ import * as EmailRecipientsGroup from "./email-recipients-group";
46
+ export import EmailRecipientsGroup = EmailRecipientsGroup.EmailRecipientsGroup;
47
+ import * as EmailRecipientsGroupCollection from "./email-recipients-group-collection";
48
+ export import EmailRecipientsGroupCollection = EmailRecipientsGroupCollection.EmailRecipientsGroupCollection;
49
+ import * as EmailRecipientsGroupSummary from "./email-recipients-group-summary";
50
+ export import EmailRecipientsGroupSummary = EmailRecipientsGroupSummary.EmailRecipientsGroupSummary;
41
51
  import * as Filter from "./filter";
42
52
  export import Filter = Filter.Filter;
43
53
  import * as Forecast from "./forecast";
@@ -78,6 +88,8 @@ import * as Tag from "./tag";
78
88
  export import Tag = Tag.Tag;
79
89
  import * as UpdateCustomTableDetails from "./update-custom-table-details";
80
90
  export import UpdateCustomTableDetails = UpdateCustomTableDetails.UpdateCustomTableDetails;
91
+ import * as UpdateEmailRecipientsGroupDetails from "./update-email-recipients-group-details";
92
+ export import UpdateEmailRecipientsGroupDetails = UpdateEmailRecipientsGroupDetails.UpdateEmailRecipientsGroupDetails;
81
93
  import * as UpdateQueryDetails from "./update-query-details";
82
94
  export import UpdateQueryDetails = UpdateQueryDetails.UpdateQueryDetails;
83
95
  import * as UpdateScheduleDetails from "./update-schedule-details";