oci-apmtraces 2.82.1 → 2.82.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 -0
  2. package/index.js +2 -1
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +159 -6
  5. package/lib/client.js +641 -10
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/attribute-pin-response.d.ts +95 -0
  8. package/lib/model/attribute-pin-response.js +63 -0
  9. package/lib/model/attribute-pin-response.js.map +1 -0
  10. package/lib/model/attribute-response.d.ts +142 -0
  11. package/lib/model/attribute-response.js +94 -0
  12. package/lib/model/attribute-response.js.map +1 -0
  13. package/lib/model/attribute-unpin-response.d.ts +88 -0
  14. package/lib/model/attribute-unpin-response.js +62 -0
  15. package/lib/model/attribute-unpin-response.js.map +1 -0
  16. package/lib/model/attribute-update-notes-response.d.ts +95 -0
  17. package/lib/model/attribute-update-notes-response.js +63 -0
  18. package/lib/model/attribute-update-notes-response.js.map +1 -0
  19. package/lib/model/attribute-update-response.d.ts +128 -0
  20. package/lib/model/attribute-update-response.js +88 -0
  21. package/lib/model/attribute-update-response.js.map +1 -0
  22. package/lib/model/auto-activate-status.d.ts +42 -0
  23. package/lib/model/auto-activate-status.js +40 -0
  24. package/lib/model/auto-activate-status.js.map +1 -0
  25. package/lib/model/auto-activate-toggle-status.d.ts +55 -0
  26. package/lib/model/auto-activate-toggle-status.js +49 -0
  27. package/lib/model/auto-activate-toggle-status.js.map +1 -0
  28. package/lib/model/bulk-activate-attribute-detail.d.ts +62 -0
  29. package/lib/model/bulk-activate-attribute-detail.js +50 -0
  30. package/lib/model/bulk-activate-attribute-detail.js.map +1 -0
  31. package/lib/model/bulk-activate-attribute-details.d.ts +29 -0
  32. package/lib/model/bulk-activate-attribute-details.js +62 -0
  33. package/lib/model/bulk-activate-attribute-details.js.map +1 -0
  34. package/lib/model/bulk-activation-metadata.d.ts +112 -0
  35. package/lib/model/bulk-activation-metadata.js +54 -0
  36. package/lib/model/bulk-activation-metadata.js.map +1 -0
  37. package/lib/model/bulk-activation-status.d.ts +33 -0
  38. package/lib/model/bulk-activation-status.js +68 -0
  39. package/lib/model/bulk-activation-status.js.map +1 -0
  40. package/lib/model/bulk-de-activate-attribute-detail.d.ts +38 -0
  41. package/lib/model/bulk-de-activate-attribute-detail.js +35 -0
  42. package/lib/model/bulk-de-activate-attribute-detail.js.map +1 -0
  43. package/lib/model/bulk-de-activate-attribute-details.d.ts +29 -0
  44. package/lib/model/bulk-de-activate-attribute-details.js +62 -0
  45. package/lib/model/bulk-de-activate-attribute-details.js.map +1 -0
  46. package/lib/model/bulk-de-activation-metadata.d.ts +95 -0
  47. package/lib/model/bulk-de-activation-metadata.js +52 -0
  48. package/lib/model/bulk-de-activation-metadata.js.map +1 -0
  49. package/lib/model/bulk-de-activation-status.d.ts +33 -0
  50. package/lib/model/bulk-de-activation-status.js +68 -0
  51. package/lib/model/bulk-de-activation-status.js.map +1 -0
  52. package/lib/model/bulk-pin-attribute-detail.d.ts +38 -0
  53. package/lib/model/bulk-pin-attribute-detail.js +35 -0
  54. package/lib/model/bulk-pin-attribute-detail.js.map +1 -0
  55. package/lib/model/bulk-pin-attribute-details.d.ts +29 -0
  56. package/lib/model/bulk-pin-attribute-details.js +62 -0
  57. package/lib/model/bulk-pin-attribute-details.js.map +1 -0
  58. package/lib/model/bulk-pin-metadata.d.ts +67 -0
  59. package/lib/model/bulk-pin-metadata.js +50 -0
  60. package/lib/model/bulk-pin-metadata.js.map +1 -0
  61. package/lib/model/bulk-pin-status.d.ts +33 -0
  62. package/lib/model/bulk-pin-status.js +68 -0
  63. package/lib/model/bulk-pin-status.js.map +1 -0
  64. package/lib/model/bulk-unpin-attribute-detail.d.ts +38 -0
  65. package/lib/model/bulk-unpin-attribute-detail.js +35 -0
  66. package/lib/model/bulk-unpin-attribute-detail.js.map +1 -0
  67. package/lib/model/bulk-unpin-attribute-details.d.ts +29 -0
  68. package/lib/model/bulk-unpin-attribute-details.js +62 -0
  69. package/lib/model/bulk-unpin-attribute-details.js.map +1 -0
  70. package/lib/model/bulk-unpin-metadata.d.ts +67 -0
  71. package/lib/model/bulk-unpin-metadata.js +50 -0
  72. package/lib/model/bulk-unpin-metadata.js.map +1 -0
  73. package/lib/model/bulk-unpin-status.d.ts +33 -0
  74. package/lib/model/bulk-unpin-status.js +68 -0
  75. package/lib/model/bulk-unpin-status.js.map +1 -0
  76. package/lib/model/bulk-update-attribute-detail.d.ts +51 -0
  77. package/lib/model/bulk-update-attribute-detail.js +45 -0
  78. package/lib/model/bulk-update-attribute-detail.js.map +1 -0
  79. package/lib/model/bulk-update-attribute-details.d.ts +29 -0
  80. package/lib/model/bulk-update-attribute-details.js +62 -0
  81. package/lib/model/bulk-update-attribute-details.js.map +1 -0
  82. package/lib/model/bulk-update-attribute-metadata.d.ts +67 -0
  83. package/lib/model/bulk-update-attribute-metadata.js +50 -0
  84. package/lib/model/bulk-update-attribute-metadata.js.map +1 -0
  85. package/lib/model/bulk-update-attribute-notes-detail.d.ts +43 -0
  86. package/lib/model/bulk-update-attribute-notes-detail.js +35 -0
  87. package/lib/model/bulk-update-attribute-notes-detail.js.map +1 -0
  88. package/lib/model/bulk-update-attribute-notes-details.d.ts +29 -0
  89. package/lib/model/bulk-update-attribute-notes-details.js +62 -0
  90. package/lib/model/bulk-update-attribute-notes-details.js.map +1 -0
  91. package/lib/model/bulk-update-attribute-status.d.ts +33 -0
  92. package/lib/model/bulk-update-attribute-status.js +68 -0
  93. package/lib/model/bulk-update-attribute-status.js.map +1 -0
  94. package/lib/model/bulk-update-notes-metadata.d.ts +67 -0
  95. package/lib/model/bulk-update-notes-metadata.js +50 -0
  96. package/lib/model/bulk-update-notes-metadata.js.map +1 -0
  97. package/lib/model/bulk-update-notes-status.d.ts +33 -0
  98. package/lib/model/bulk-update-notes-status.js +68 -0
  99. package/lib/model/bulk-update-notes-status.js.map +1 -0
  100. package/lib/model/index.d.ts +70 -0
  101. package/lib/model/index.js +72 -1
  102. package/lib/model/index.js.map +1 -1
  103. package/lib/model/query-result-metadata-summary.d.ts +1 -0
  104. package/lib/model/query-result-metadata-summary.js +6 -0
  105. package/lib/model/query-result-metadata-summary.js.map +1 -1
  106. package/lib/model/query-result-response.d.ts +12 -0
  107. package/lib/model/query-result-response.js +10 -0
  108. package/lib/model/query-result-response.js.map +1 -1
  109. package/lib/model/query-result-warning.d.ts +28 -0
  110. package/lib/model/query-result-warning.js +30 -0
  111. package/lib/model/query-result-warning.js.map +1 -0
  112. package/lib/model/query-results-topology-info.d.ts +29 -0
  113. package/lib/model/query-results-topology-info.js +62 -0
  114. package/lib/model/query-results-topology-info.js.map +1 -0
  115. package/lib/model/query-results-topology-node-info.d.ts +27 -0
  116. package/lib/model/query-results-topology-node-info.js +30 -0
  117. package/lib/model/query-results-topology-node-info.js.map +1 -0
  118. package/lib/model/span-log-collection.d.ts +5 -0
  119. package/lib/model/span-log-collection.js.map +1 -1
  120. package/lib/model/span.d.ts +21 -0
  121. package/lib/model/span.js +17 -0
  122. package/lib/model/span.js.map +1 -1
  123. package/lib/model/tag-metadata.d.ts +56 -0
  124. package/lib/model/tag-metadata.js +55 -0
  125. package/lib/model/tag-metadata.js.map +1 -0
  126. package/lib/model/trace.d.ts +14 -0
  127. package/lib/model/trace.js +10 -0
  128. package/lib/model/trace.js.map +1 -1
  129. package/lib/request/bulk-activate-attribute-request.d.ts +35 -0
  130. package/lib/request/bulk-activate-attribute-request.js +15 -0
  131. package/lib/request/bulk-activate-attribute-request.js.map +1 -0
  132. package/lib/request/bulk-de-activate-attribute-request.d.ts +35 -0
  133. package/lib/request/bulk-de-activate-attribute-request.js +15 -0
  134. package/lib/request/bulk-de-activate-attribute-request.js.map +1 -0
  135. package/lib/request/bulk-pin-attribute-request.d.ts +35 -0
  136. package/lib/request/bulk-pin-attribute-request.js +15 -0
  137. package/lib/request/bulk-pin-attribute-request.js.map +1 -0
  138. package/lib/request/bulk-unpin-attribute-request.d.ts +35 -0
  139. package/lib/request/bulk-unpin-attribute-request.js +15 -0
  140. package/lib/request/bulk-unpin-attribute-request.js.map +1 -0
  141. package/lib/request/bulk-update-attribute-notes-request.d.ts +35 -0
  142. package/lib/request/bulk-update-attribute-notes-request.js +15 -0
  143. package/lib/request/bulk-update-attribute-notes-request.js.map +1 -0
  144. package/lib/request/bulk-update-attribute-request.d.ts +35 -0
  145. package/lib/request/bulk-update-attribute-request.js +15 -0
  146. package/lib/request/bulk-update-attribute-request.js.map +1 -0
  147. package/lib/request/get-aggregated-snapshot-request.d.ts +22 -2
  148. package/lib/request/get-span-request.d.ts +23 -2
  149. package/lib/request/get-span-request.js +9 -0
  150. package/lib/request/get-span-request.js.map +1 -1
  151. package/lib/request/get-status-auto-activate-request.d.ts +40 -0
  152. package/lib/request/get-status-auto-activate-request.js +24 -0
  153. package/lib/request/get-status-auto-activate-request.js.map +1 -0
  154. package/lib/request/get-trace-request.d.ts +23 -2
  155. package/lib/request/get-trace-request.js +9 -0
  156. package/lib/request/get-trace-request.js.map +1 -1
  157. package/lib/request/get-trace-snapshot-request.d.ts +4 -4
  158. package/lib/request/index.d.ts +16 -0
  159. package/lib/request/index.js +28 -0
  160. package/lib/request/index.js.map +1 -1
  161. package/lib/request/list-quick-picks-request.d.ts +3 -3
  162. package/lib/request/put-toggle-auto-activate-request.d.ts +45 -0
  163. package/lib/request/put-toggle-auto-activate-request.js +24 -0
  164. package/lib/request/put-toggle-auto-activate-request.js.map +1 -0
  165. package/lib/request/query-request.d.ts +3 -3
  166. package/lib/response/bulk-activate-attribute-response.d.ts +25 -0
  167. package/lib/response/bulk-activate-attribute-response.js +15 -0
  168. package/lib/response/bulk-activate-attribute-response.js.map +1 -0
  169. package/lib/response/bulk-de-activate-attribute-response.d.ts +25 -0
  170. package/lib/response/bulk-de-activate-attribute-response.js +15 -0
  171. package/lib/response/bulk-de-activate-attribute-response.js.map +1 -0
  172. package/lib/response/bulk-pin-attribute-response.d.ts +25 -0
  173. package/lib/response/bulk-pin-attribute-response.js +15 -0
  174. package/lib/response/bulk-pin-attribute-response.js.map +1 -0
  175. package/lib/response/bulk-unpin-attribute-response.d.ts +25 -0
  176. package/lib/response/bulk-unpin-attribute-response.js +15 -0
  177. package/lib/response/bulk-unpin-attribute-response.js.map +1 -0
  178. package/lib/response/bulk-update-attribute-notes-response.d.ts +25 -0
  179. package/lib/response/bulk-update-attribute-notes-response.js +15 -0
  180. package/lib/response/bulk-update-attribute-notes-response.js.map +1 -0
  181. package/lib/response/bulk-update-attribute-response.d.ts +25 -0
  182. package/lib/response/bulk-update-attribute-response.js +15 -0
  183. package/lib/response/bulk-update-attribute-response.js.map +1 -0
  184. package/lib/response/get-status-auto-activate-response.d.ts +25 -0
  185. package/lib/response/get-status-auto-activate-response.js +15 -0
  186. package/lib/response/get-status-auto-activate-response.js.map +1 -0
  187. package/lib/response/index.d.ts +16 -0
  188. package/lib/response/put-toggle-auto-activate-response.d.ts +25 -0
  189. package/lib/response/put-toggle-auto-activate-response.js +15 -0
  190. package/lib/response/put-toggle-auto-activate-response.js.map +1 -0
  191. package/package.json +3 -3
@@ -0,0 +1,62 @@
1
+ /**
2
+ * Application Performance Monitoring Trace Explorer API
3
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
4
+
5
+ * OpenAPI spec version: 20200630
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
+ /**
15
+ * Object that contains the details about a single attribute in the bulk request to be activated. The attributeNameSpace and
16
+ * unit are optional parameters, and the attributeNameSpace will default to TRACES if it is not passed in.
17
+ *
18
+ */
19
+ export interface BulkActivateAttributeDetail {
20
+ /**
21
+ * Name of the attribute to be activated.
22
+ *
23
+ */
24
+ "attributeName": string;
25
+ /**
26
+ * Type of the attribute to be activated.
27
+ *
28
+ */
29
+ "attributeType": BulkActivateAttributeDetail.AttributeType;
30
+ /**
31
+ * Unit of the attribute to be updated.
32
+ *
33
+ */
34
+ "unit"?: BulkActivateAttributeDetail.Unit;
35
+ /**
36
+ * Namespace of the attribute to be activated. The attributeNameSpace will default to TRACES if it is
37
+ * not passed in.
38
+ *
39
+ */
40
+ "attributeNameSpace"?: BulkActivateAttributeDetail.AttributeNameSpace;
41
+ }
42
+ export declare namespace BulkActivateAttributeDetail {
43
+ enum AttributeType {
44
+ Numeric = "NUMERIC",
45
+ String = "STRING"
46
+ }
47
+ enum Unit {
48
+ None = "NONE",
49
+ EpochTimeMs = "EPOCH_TIME_MS",
50
+ Bytes = "BYTES",
51
+ Count = "COUNT",
52
+ DurationMs = "DURATION_MS",
53
+ TraceStatus = "TRACE_STATUS",
54
+ Percentage = "PERCENTAGE"
55
+ }
56
+ enum AttributeNameSpace {
57
+ Traces = "TRACES",
58
+ Synthetic = "SYNTHETIC"
59
+ }
60
+ function getJsonObj(obj: BulkActivateAttributeDetail): object;
61
+ function getDeserializedJsonObj(obj: BulkActivateAttributeDetail): object;
62
+ }
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /**
3
+ * Application Performance Monitoring Trace Explorer API
4
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
5
+
6
+ * OpenAPI spec version: 20200630
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.BulkActivateAttributeDetail = void 0;
17
+ var BulkActivateAttributeDetail;
18
+ (function (BulkActivateAttributeDetail) {
19
+ let AttributeType;
20
+ (function (AttributeType) {
21
+ AttributeType["Numeric"] = "NUMERIC";
22
+ AttributeType["String"] = "STRING";
23
+ })(AttributeType = BulkActivateAttributeDetail.AttributeType || (BulkActivateAttributeDetail.AttributeType = {}));
24
+ let Unit;
25
+ (function (Unit) {
26
+ Unit["None"] = "NONE";
27
+ Unit["EpochTimeMs"] = "EPOCH_TIME_MS";
28
+ Unit["Bytes"] = "BYTES";
29
+ Unit["Count"] = "COUNT";
30
+ Unit["DurationMs"] = "DURATION_MS";
31
+ Unit["TraceStatus"] = "TRACE_STATUS";
32
+ Unit["Percentage"] = "PERCENTAGE";
33
+ })(Unit = BulkActivateAttributeDetail.Unit || (BulkActivateAttributeDetail.Unit = {}));
34
+ let AttributeNameSpace;
35
+ (function (AttributeNameSpace) {
36
+ AttributeNameSpace["Traces"] = "TRACES";
37
+ AttributeNameSpace["Synthetic"] = "SYNTHETIC";
38
+ })(AttributeNameSpace = BulkActivateAttributeDetail.AttributeNameSpace || (BulkActivateAttributeDetail.AttributeNameSpace = {}));
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
41
+ return jsonObj;
42
+ }
43
+ BulkActivateAttributeDetail.getJsonObj = getJsonObj;
44
+ function getDeserializedJsonObj(obj) {
45
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
46
+ return jsonObj;
47
+ }
48
+ BulkActivateAttributeDetail.getDeserializedJsonObj = getDeserializedJsonObj;
49
+ })(BulkActivateAttributeDetail = exports.BulkActivateAttributeDetail || (exports.BulkActivateAttributeDetail = {}));
50
+ //# sourceMappingURL=bulk-activate-attribute-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-activate-attribute-detail.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-activate-attribute-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAkCH,IAAiB,2BAA2B,CA+B3C;AA/BD,WAAiB,2BAA2B;IAC1C,IAAY,aAGX;IAHD,WAAY,aAAa;QACvB,oCAAmB,CAAA;QACnB,kCAAiB,CAAA;IACnB,CAAC,EAHW,aAAa,GAAb,yCAAa,KAAb,yCAAa,QAGxB;IAED,IAAY,IAQX;IARD,WAAY,IAAI;QACd,qBAAa,CAAA;QACb,qCAA6B,CAAA;QAC7B,uBAAe,CAAA;QACf,uBAAe,CAAA;QACf,kCAA0B,CAAA;QAC1B,oCAA4B,CAAA;QAC5B,iCAAyB,CAAA;IAC3B,CAAC,EARW,IAAI,GAAJ,gCAAI,KAAJ,gCAAI,QAQf;IAED,IAAY,kBAGX;IAHD,WAAY,kBAAkB;QAC5B,uCAAiB,CAAA;QACjB,6CAAuB,CAAA;IACzB,CAAC,EAHW,kBAAkB,GAAlB,8CAAkB,KAAlB,8CAAkB,QAG7B;IAED,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EA/BgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QA+B3C"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Application Performance Monitoring Trace Explorer API
3
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
4
+
5
+ * OpenAPI spec version: 20200630
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
+ import * as model from "../model";
15
+ /**
16
+ * Bulk request object containing the details of the attributes to be activated.
17
+ *
18
+ */
19
+ export interface BulkActivateAttributeDetails {
20
+ /**
21
+ * Collection of objects containing the details about individual attribute to be activated.
22
+ *
23
+ */
24
+ "attributeDetails"?: Array<model.BulkActivateAttributeDetail>;
25
+ }
26
+ export declare namespace BulkActivateAttributeDetails {
27
+ function getJsonObj(obj: BulkActivateAttributeDetails): object;
28
+ function getDeserializedJsonObj(obj: BulkActivateAttributeDetails): object;
29
+ }
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ /**
3
+ * Application Performance Monitoring Trace Explorer API
4
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
5
+
6
+ * OpenAPI spec version: 20200630
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.BulkActivateAttributeDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var BulkActivateAttributeDetails;
38
+ (function (BulkActivateAttributeDetails) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "attributeDetails": obj.attributeDetails
42
+ ? obj.attributeDetails.map(item => {
43
+ return model.BulkActivateAttributeDetail.getJsonObj(item);
44
+ })
45
+ : undefined
46
+ });
47
+ return jsonObj;
48
+ }
49
+ BulkActivateAttributeDetails.getJsonObj = getJsonObj;
50
+ function getDeserializedJsonObj(obj) {
51
+ const jsonObj = Object.assign(Object.assign({}, obj), {
52
+ "attributeDetails": obj.attributeDetails
53
+ ? obj.attributeDetails.map(item => {
54
+ return model.BulkActivateAttributeDetail.getDeserializedJsonObj(item);
55
+ })
56
+ : undefined
57
+ });
58
+ return jsonObj;
59
+ }
60
+ BulkActivateAttributeDetails.getDeserializedJsonObj = getDeserializedJsonObj;
61
+ })(BulkActivateAttributeDetails = exports.BulkActivateAttributeDetails || (exports.BulkActivateAttributeDetails = {}));
62
+ //# sourceMappingURL=bulk-activate-attribute-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-activate-attribute-details.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-activate-attribute-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,4BAA4B,CA6B5C;AA7BD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,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,uCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,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,mDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA6B5C"}
@@ -0,0 +1,112 @@
1
+ /**
2
+ * Application Performance Monitoring Trace Explorer API
3
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
4
+
5
+ * OpenAPI spec version: 20200630
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
+ /**
15
+ * Metadata about the bulk activation operation. The bulk activation operation is atomic and binary. If the processing of any of the attributes in the bulk
16
+ * activation request results in a processing or validation error, then none of the attributes in the request are activated. The bulk activation request succeeds
17
+ * only when all the attributes in the bulk activation request are processed and they get a successful attributeStatus back.
18
+ *
19
+ */
20
+ export interface BulkActivationMetadata {
21
+ /**
22
+ * Operation status of the bulk activation operation. The bulk activation operation could have either a success or an error status as defined below.
23
+ * The following is a success status for the bulk activation operation.
24
+ * SUCCESS - The bulk activation operation has succeeded and all the attributes in the bulk activation request have been activated by this operation or activated earlier.
25
+ * The following are error statuses for the bulk activation operation. Note that none of the attributes (string or numeric) in the bulk request have been activated by this bulk
26
+ * activation operation if any of the below statuses.
27
+ * EMPTY_ATTRIBUTE_LIST - The bulk activation request object was empty and did not contain any attributes to be activated.
28
+ * NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED - The number of numeric attributes in the bulk request exceeded the maximum limit (100) of numeric attributes that could be activated in the APM Domain.
29
+ * STRING_ATTRIBUTE_LIMIT_EXCEEDED - The number of string attributes in the bulk request exceeded the maximum limit (700) of string attributes that could be activated in the APM Domain.
30
+ * INSUFFICIENT_STRING_SPACE - There are not enough free slots available in the APM Domain to activate the string attributes present in the bulk request.
31
+ * INSUFFICIENT_NUMERIC_SPACE - There are not enough free slots available in the APM Domain to activate the numeric attributes present in the bulk request.
32
+ * INVALID_BULK_REQUEST - The bulk request contains invalid attribute(s), or attribute(s) that resulted in a validation error, or an attribute that resulted
33
+ * in a processing error.
34
+ *
35
+ */
36
+ "operationStatus": BulkActivationMetadata.OperationStatus;
37
+ /**
38
+ * Type of operation.
39
+ *
40
+ */
41
+ "operationType": BulkActivationMetadata.OperationType;
42
+ /**
43
+ * Total number of string attributes in TRACES namespace that were activated.
44
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
45
+ */
46
+ "stringAttributesActivated"?: number;
47
+ /**
48
+ * Total number of numeric attributes in TRACES namespace that were activated.
49
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
50
+ */
51
+ "numericAttributesActivated"?: number;
52
+ /**
53
+ * Total number of string attributes in SYNTHETIC namespace that were activated.
54
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
55
+ */
56
+ "syntheticStringAttributesActivated"?: number;
57
+ /**
58
+ * Total number of numeric attributes in SYNTHETIC namespace that were activated.
59
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
60
+ */
61
+ "syntheticNumericAttributesActivated"?: number;
62
+ /**
63
+ * Total number of free slots available to activate string attributes in the TRACES namespace in the APM Domain. Note that if a bulk request has succeeded, this
64
+ * number reflects the total number of free slots available for activation of additional string attributes in the TRACES namespace in the APM Domain.
65
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
66
+ */
67
+ "availableStringAttributes"?: number;
68
+ /**
69
+ * Total number of free slots available to activate numeric attributes in the TRACES namespace in the APM Domain. Note that if a bulk request has succeeded, this
70
+ * number reflects the total number of free slots available for activation of additional numeric attributes in the TRACES namespace in the APM Domain.
71
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
72
+ */
73
+ "availableNumericAttributes"?: number;
74
+ /**
75
+ * Total number of free slots available to activate string attributes in the SYNTHETIC namespace in the APM Domain. Note that if a bulk request has succeeded, this
76
+ * number reflects the total number of free synthetic slots available for activation of additional string attributes in the SYNTHETIC namespace in the APM Domain.
77
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
78
+ */
79
+ "availableSyntheticStringAttributes"?: number;
80
+ /**
81
+ * Total number of free slots available to activate numeric attributes in the SYNTHETIC namespace in the APM Domain. Note that if a bulk request has succeeded, this
82
+ * number reflects the total number of free synthetic slots available for activation of additional numeric attributes in the SYNTHETIC namespace in the APM Domain.
83
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
84
+ */
85
+ "availableSyntheticNumericAttributes"?: number;
86
+ }
87
+ export declare namespace BulkActivationMetadata {
88
+ enum OperationStatus {
89
+ Success = "SUCCESS",
90
+ EmptyAttributeList = "EMPTY_ATTRIBUTE_LIST",
91
+ NumericAttributeLimitExceeded = "NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED",
92
+ StringAttributeLimitExceeded = "STRING_ATTRIBUTE_LIMIT_EXCEEDED",
93
+ InsufficientStringSpace = "INSUFFICIENT_STRING_SPACE",
94
+ InsufficientNumericSpace = "INSUFFICIENT_NUMERIC_SPACE",
95
+ InvalidBulkRequest = "INVALID_BULK_REQUEST",
96
+ /**
97
+ * This value is used if a service returns a value for this enum that is not recognized by this
98
+ * version of the SDK.
99
+ */
100
+ UnknownValue = "UNKNOWN_VALUE"
101
+ }
102
+ enum OperationType {
103
+ Activate = "ACTIVATE",
104
+ /**
105
+ * This value is used if a service returns a value for this enum that is not recognized by this
106
+ * version of the SDK.
107
+ */
108
+ UnknownValue = "UNKNOWN_VALUE"
109
+ }
110
+ function getJsonObj(obj: BulkActivationMetadata): object;
111
+ function getDeserializedJsonObj(obj: BulkActivationMetadata): object;
112
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * Application Performance Monitoring Trace Explorer API
4
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
5
+
6
+ * OpenAPI spec version: 20200630
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.BulkActivationMetadata = void 0;
17
+ var BulkActivationMetadata;
18
+ (function (BulkActivationMetadata) {
19
+ let OperationStatus;
20
+ (function (OperationStatus) {
21
+ OperationStatus["Success"] = "SUCCESS";
22
+ OperationStatus["EmptyAttributeList"] = "EMPTY_ATTRIBUTE_LIST";
23
+ OperationStatus["NumericAttributeLimitExceeded"] = "NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED";
24
+ OperationStatus["StringAttributeLimitExceeded"] = "STRING_ATTRIBUTE_LIMIT_EXCEEDED";
25
+ OperationStatus["InsufficientStringSpace"] = "INSUFFICIENT_STRING_SPACE";
26
+ OperationStatus["InsufficientNumericSpace"] = "INSUFFICIENT_NUMERIC_SPACE";
27
+ OperationStatus["InvalidBulkRequest"] = "INVALID_BULK_REQUEST";
28
+ /**
29
+ * This value is used if a service returns a value for this enum that is not recognized by this
30
+ * version of the SDK.
31
+ */
32
+ OperationStatus["UnknownValue"] = "UNKNOWN_VALUE";
33
+ })(OperationStatus = BulkActivationMetadata.OperationStatus || (BulkActivationMetadata.OperationStatus = {}));
34
+ let OperationType;
35
+ (function (OperationType) {
36
+ OperationType["Activate"] = "ACTIVATE";
37
+ /**
38
+ * This value is used if a service returns a value for this enum that is not recognized by this
39
+ * version of the SDK.
40
+ */
41
+ OperationType["UnknownValue"] = "UNKNOWN_VALUE";
42
+ })(OperationType = BulkActivationMetadata.OperationType || (BulkActivationMetadata.OperationType = {}));
43
+ function getJsonObj(obj) {
44
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
45
+ return jsonObj;
46
+ }
47
+ BulkActivationMetadata.getJsonObj = getJsonObj;
48
+ function getDeserializedJsonObj(obj) {
49
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
50
+ return jsonObj;
51
+ }
52
+ BulkActivationMetadata.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(BulkActivationMetadata = exports.BulkActivationMetadata || (exports.BulkActivationMetadata = {}));
54
+ //# sourceMappingURL=bulk-activation-metadata.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-activation-metadata.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-activation-metadata.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA+EH,IAAiB,sBAAsB,CAmCtC;AAnCD,WAAiB,sBAAsB;IACrC,IAAY,eAaX;IAbD,WAAY,eAAe;QACzB,sCAAmB,CAAA;QACnB,8DAA2C,CAAA;QAC3C,qFAAkE,CAAA;QAClE,mFAAgE,CAAA;QAChE,wEAAqD,CAAA;QACrD,0EAAuD,CAAA;QACvD,8DAA2C,CAAA;QAC3C;;;WAGG;QACH,iDAA8B,CAAA;IAChC,CAAC,EAbW,eAAe,GAAf,sCAAe,KAAf,sCAAe,QAa1B;IAED,IAAY,aAOX;IAPD,WAAY,aAAa;QACvB,sCAAqB,CAAA;QACrB;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAPW,aAAa,GAAb,oCAAa,KAAb,oCAAa,QAOxB;IAED,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAnCgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAmCtC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Application Performance Monitoring Trace Explorer API
3
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
4
+
5
+ * OpenAPI spec version: 20200630
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
+ import * as model from "../model";
15
+ /**
16
+ * Response of a bulk attribute activation operation.
17
+ *
18
+ */
19
+ export interface BulkActivationStatus {
20
+ /**
21
+ * We preserve the order of the attribute items from the bulk activation request in this collection. The ith object in this collection represents the
22
+ * bulk activation operation status of the ith object in the BulkActivateAttributeDetails object from the Bulk Activation request. If the
23
+ * bulk activation operation results in a processing error or a validation error, the operationStatus property in the BulkActivationMetadata object will
24
+ * contain the appropriate bulk error status for the bulk operation.
25
+ *
26
+ */
27
+ "attributeStatuses": Array<model.AttributeResponse>;
28
+ "bulkActivationMetadata": model.BulkActivationMetadata;
29
+ }
30
+ export declare namespace BulkActivationStatus {
31
+ function getJsonObj(obj: BulkActivationStatus): object;
32
+ function getDeserializedJsonObj(obj: BulkActivationStatus): object;
33
+ }
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ /**
3
+ * Application Performance Monitoring Trace Explorer API
4
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
5
+
6
+ * OpenAPI spec version: 20200630
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.BulkActivationStatus = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var BulkActivationStatus;
38
+ (function (BulkActivationStatus) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "attributeStatuses": obj.attributeStatuses
42
+ ? obj.attributeStatuses.map(item => {
43
+ return model.AttributeResponse.getJsonObj(item);
44
+ })
45
+ : undefined,
46
+ "bulkActivationMetadata": obj.bulkActivationMetadata
47
+ ? model.BulkActivationMetadata.getJsonObj(obj.bulkActivationMetadata)
48
+ : undefined
49
+ });
50
+ return jsonObj;
51
+ }
52
+ BulkActivationStatus.getJsonObj = getJsonObj;
53
+ function getDeserializedJsonObj(obj) {
54
+ const jsonObj = Object.assign(Object.assign({}, obj), {
55
+ "attributeStatuses": obj.attributeStatuses
56
+ ? obj.attributeStatuses.map(item => {
57
+ return model.AttributeResponse.getDeserializedJsonObj(item);
58
+ })
59
+ : undefined,
60
+ "bulkActivationMetadata": obj.bulkActivationMetadata
61
+ ? model.BulkActivationMetadata.getDeserializedJsonObj(obj.bulkActivationMetadata)
62
+ : undefined
63
+ });
64
+ return jsonObj;
65
+ }
66
+ BulkActivationStatus.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(BulkActivationStatus = exports.BulkActivationStatus || (exports.BulkActivationStatus = {}));
68
+ //# sourceMappingURL=bulk-activation-status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-activation-status.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-activation-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,oBAAoB,CAmCpC;AAnCD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,+BAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBACjF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,2CAAsB,yBAgBrC,CAAA;AACH,CAAC,EAnCgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAmCpC"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Application Performance Monitoring Trace Explorer API
3
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
4
+
5
+ * OpenAPI spec version: 20200630
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
+ /**
15
+ * Object that contains the details about a single attribute to be deactivated.
16
+ *
17
+ */
18
+ export interface BulkDeActivateAttributeDetail {
19
+ /**
20
+ * Name of the attribute to be deactivated.
21
+ *
22
+ */
23
+ "attributeName": string;
24
+ /**
25
+ * Namespace of the attribute to be deactivated. The attributeNameSpace will default to TRACES if it is
26
+ * not passed in.
27
+ *
28
+ */
29
+ "attributeNameSpace"?: BulkDeActivateAttributeDetail.AttributeNameSpace;
30
+ }
31
+ export declare namespace BulkDeActivateAttributeDetail {
32
+ enum AttributeNameSpace {
33
+ Traces = "TRACES",
34
+ Synthetic = "SYNTHETIC"
35
+ }
36
+ function getJsonObj(obj: BulkDeActivateAttributeDetail): object;
37
+ function getDeserializedJsonObj(obj: BulkDeActivateAttributeDetail): object;
38
+ }
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ /**
3
+ * Application Performance Monitoring Trace Explorer API
4
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
5
+
6
+ * OpenAPI spec version: 20200630
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.BulkDeActivateAttributeDetail = void 0;
17
+ var BulkDeActivateAttributeDetail;
18
+ (function (BulkDeActivateAttributeDetail) {
19
+ let AttributeNameSpace;
20
+ (function (AttributeNameSpace) {
21
+ AttributeNameSpace["Traces"] = "TRACES";
22
+ AttributeNameSpace["Synthetic"] = "SYNTHETIC";
23
+ })(AttributeNameSpace = BulkDeActivateAttributeDetail.AttributeNameSpace || (BulkDeActivateAttributeDetail.AttributeNameSpace = {}));
24
+ function getJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ BulkDeActivateAttributeDetail.getJsonObj = getJsonObj;
29
+ function getDeserializedJsonObj(obj) {
30
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
31
+ return jsonObj;
32
+ }
33
+ BulkDeActivateAttributeDetail.getDeserializedJsonObj = getDeserializedJsonObj;
34
+ })(BulkDeActivateAttributeDetail = exports.BulkDeActivateAttributeDetail || (exports.BulkDeActivateAttributeDetail = {}));
35
+ //# sourceMappingURL=bulk-de-activate-attribute-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-de-activate-attribute-detail.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-de-activate-attribute-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuBH,IAAiB,6BAA6B,CAgB7C;AAhBD,WAAiB,6BAA6B;IAC5C,IAAY,kBAGX;IAHD,WAAY,kBAAkB;QAC5B,uCAAiB,CAAA;QACjB,6CAAuB,CAAA;IACzB,CAAC,EAHW,kBAAkB,GAAlB,gDAAkB,KAAlB,gDAAkB,QAG7B;IAED,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EAhBgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAgB7C"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Application Performance Monitoring Trace Explorer API
3
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
4
+
5
+ * OpenAPI spec version: 20200630
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
+ import * as model from "../model";
15
+ /**
16
+ * Bulk request object containing the details of the attributes to be deactivated.
17
+ *
18
+ */
19
+ export interface BulkDeActivateAttributeDetails {
20
+ /**
21
+ * Collection of objects containing the details about individual attribute to be deactivated.
22
+ *
23
+ */
24
+ "attributeDetails"?: Array<model.BulkDeActivateAttributeDetail>;
25
+ }
26
+ export declare namespace BulkDeActivateAttributeDetails {
27
+ function getJsonObj(obj: BulkDeActivateAttributeDetails): object;
28
+ function getDeserializedJsonObj(obj: BulkDeActivateAttributeDetails): object;
29
+ }