oci-apmtraces 2.82.1 → 2.83.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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,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 pin operation.
17
+ *
18
+ */
19
+ export interface BulkPinStatus {
20
+ /**
21
+ * We preserve the order of the attribute items from the bulk pin request in this collection. The ith object in this collection represents the
22
+ * bulk pin operation status of the ith object in the BulkPinAttributeDetails object in the Bulk pin request. If the
23
+ * bulk pin operation results in a processing error or a validation error, the operationStatus property in the BulkPinMetadata object will
24
+ * contain the appropriate bulk error status for the bulk operation.
25
+ *
26
+ */
27
+ "attributeStatuses": Array<model.AttributePinResponse>;
28
+ "bulkPinMetadata": model.BulkPinMetadata;
29
+ }
30
+ export declare namespace BulkPinStatus {
31
+ function getJsonObj(obj: BulkPinStatus): object;
32
+ function getDeserializedJsonObj(obj: BulkPinStatus): 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.BulkPinStatus = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var BulkPinStatus;
38
+ (function (BulkPinStatus) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "attributeStatuses": obj.attributeStatuses
42
+ ? obj.attributeStatuses.map(item => {
43
+ return model.AttributePinResponse.getJsonObj(item);
44
+ })
45
+ : undefined,
46
+ "bulkPinMetadata": obj.bulkPinMetadata
47
+ ? model.BulkPinMetadata.getJsonObj(obj.bulkPinMetadata)
48
+ : undefined
49
+ });
50
+ return jsonObj;
51
+ }
52
+ BulkPinStatus.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.AttributePinResponse.getDeserializedJsonObj(item);
58
+ })
59
+ : undefined,
60
+ "bulkPinMetadata": obj.bulkPinMetadata
61
+ ? model.BulkPinMetadata.getDeserializedJsonObj(obj.bulkPinMetadata)
62
+ : undefined
63
+ });
64
+ return jsonObj;
65
+ }
66
+ BulkPinStatus.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(BulkPinStatus = exports.BulkPinStatus || (exports.BulkPinStatus = {}));
68
+ //# sourceMappingURL=bulk-pin-status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-pin-status.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-pin-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,aAAa,CAmC7B;AAnCD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,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,oBAAoB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,wBAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,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,oBAAoB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,oCAAsB,yBAgBrC,CAAA;AACH,CAAC,EAnCgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAmC7B"}
@@ -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 in the bulk request to be unpinned.
16
+ *
17
+ */
18
+ export interface BulkUnpinAttributeDetail {
19
+ /**
20
+ * Name of the attribute to be unpinned.
21
+ *
22
+ */
23
+ "attributeName": string;
24
+ /**
25
+ * Namespace of the attribute to be unpinned. The attributeNameSpace will default to TRACES if it is
26
+ * not passed in.
27
+ *
28
+ */
29
+ "attributeNameSpace"?: BulkUnpinAttributeDetail.AttributeNameSpace;
30
+ }
31
+ export declare namespace BulkUnpinAttributeDetail {
32
+ enum AttributeNameSpace {
33
+ Traces = "TRACES",
34
+ Synthetic = "SYNTHETIC"
35
+ }
36
+ function getJsonObj(obj: BulkUnpinAttributeDetail): object;
37
+ function getDeserializedJsonObj(obj: BulkUnpinAttributeDetail): 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.BulkUnpinAttributeDetail = void 0;
17
+ var BulkUnpinAttributeDetail;
18
+ (function (BulkUnpinAttributeDetail) {
19
+ let AttributeNameSpace;
20
+ (function (AttributeNameSpace) {
21
+ AttributeNameSpace["Traces"] = "TRACES";
22
+ AttributeNameSpace["Synthetic"] = "SYNTHETIC";
23
+ })(AttributeNameSpace = BulkUnpinAttributeDetail.AttributeNameSpace || (BulkUnpinAttributeDetail.AttributeNameSpace = {}));
24
+ function getJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ BulkUnpinAttributeDetail.getJsonObj = getJsonObj;
29
+ function getDeserializedJsonObj(obj) {
30
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
31
+ return jsonObj;
32
+ }
33
+ BulkUnpinAttributeDetail.getDeserializedJsonObj = getDeserializedJsonObj;
34
+ })(BulkUnpinAttributeDetail = exports.BulkUnpinAttributeDetail || (exports.BulkUnpinAttributeDetail = {}));
35
+ //# sourceMappingURL=bulk-unpin-attribute-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-unpin-attribute-detail.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-unpin-attribute-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuBH,IAAiB,wBAAwB,CAgBxC;AAhBD,WAAiB,wBAAwB;IACvC,IAAY,kBAGX;IAHD,WAAY,kBAAkB;QAC5B,uCAAiB,CAAA;QACjB,6CAAuB,CAAA;IACzB,CAAC,EAHW,kBAAkB,GAAlB,2CAAkB,KAAlB,2CAAkB,QAG7B;IAED,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAhBgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAgBxC"}
@@ -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 unpinned.
17
+ *
18
+ */
19
+ export interface BulkUnpinAttributeDetails {
20
+ /**
21
+ * Collection of objects containing the details about individual attribute to be unpinned.
22
+ *
23
+ */
24
+ "attributeDetails"?: Array<model.BulkUnpinAttributeDetail>;
25
+ }
26
+ export declare namespace BulkUnpinAttributeDetails {
27
+ function getJsonObj(obj: BulkUnpinAttributeDetails): object;
28
+ function getDeserializedJsonObj(obj: BulkUnpinAttributeDetails): 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.BulkUnpinAttributeDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var BulkUnpinAttributeDetails;
38
+ (function (BulkUnpinAttributeDetails) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "attributeDetails": obj.attributeDetails
42
+ ? obj.attributeDetails.map(item => {
43
+ return model.BulkUnpinAttributeDetail.getJsonObj(item);
44
+ })
45
+ : undefined
46
+ });
47
+ return jsonObj;
48
+ }
49
+ BulkUnpinAttributeDetails.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.BulkUnpinAttributeDetail.getDeserializedJsonObj(item);
55
+ })
56
+ : undefined
57
+ });
58
+ return jsonObj;
59
+ }
60
+ BulkUnpinAttributeDetails.getDeserializedJsonObj = getDeserializedJsonObj;
61
+ })(BulkUnpinAttributeDetails = exports.BulkUnpinAttributeDetails || (exports.BulkUnpinAttributeDetails = {}));
62
+ //# sourceMappingURL=bulk-unpin-attribute-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-unpin-attribute-details.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-unpin-attribute-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,yBAAyB,CA6BzC;AA7BD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,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,wBAAwB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,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,wBAAwB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QA6BzC"}
@@ -0,0 +1,67 @@
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 unpin operation. The bulk unpin operation is atomic and binary. If the processing of any of the attributes
16
+ * in the bulk unpin request results in a processing or validation error, then none of the attributes in the request are unpinned.
17
+ *
18
+ */
19
+ export interface BulkUnpinMetadata {
20
+ /**
21
+ * Operation status of the bulk unpin operation.
22
+ * SUCCESS - The bulk unpin operation has succeeded and all the attributes in the bulk unpin request have been unpinned by this operation.
23
+ * The following are error statuses for the bulk unpin operation.
24
+ * EMPTY_ATTRIBUTE_LIST - The bulk unpin request object was empty and did not contain any attributes to be unpinned.
25
+ * INVALID_BULK_REQUEST - The bulk request contains invalid attribute(s), or attribute(s) that resulted in a validation error, or an attribute that resulted
26
+ * in a processing error.
27
+ *
28
+ */
29
+ "operationStatus": BulkUnpinMetadata.OperationStatus;
30
+ /**
31
+ * Type of operation.
32
+ *
33
+ */
34
+ "operationType": BulkUnpinMetadata.OperationType;
35
+ /**
36
+ * Total number attributes (both string and numeric) in TRACES namespace that were unpinned.
37
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
38
+ */
39
+ "attributesUnpinned": number;
40
+ /**
41
+ * Total number attributes (both string and numeric) in SYNTHETIC namespace that were unpinned.
42
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
43
+ */
44
+ "syntheticAttributesUnpinned"?: number;
45
+ }
46
+ export declare namespace BulkUnpinMetadata {
47
+ enum OperationStatus {
48
+ Success = "SUCCESS",
49
+ EmptyAttributeList = "EMPTY_ATTRIBUTE_LIST",
50
+ InvalidBulkRequest = "INVALID_BULK_REQUEST",
51
+ /**
52
+ * This value is used if a service returns a value for this enum that is not recognized by this
53
+ * version of the SDK.
54
+ */
55
+ UnknownValue = "UNKNOWN_VALUE"
56
+ }
57
+ enum OperationType {
58
+ Unpin = "UNPIN",
59
+ /**
60
+ * This value is used if a service returns a value for this enum that is not recognized by this
61
+ * version of the SDK.
62
+ */
63
+ UnknownValue = "UNKNOWN_VALUE"
64
+ }
65
+ function getJsonObj(obj: BulkUnpinMetadata): object;
66
+ function getDeserializedJsonObj(obj: BulkUnpinMetadata): object;
67
+ }
@@ -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.BulkUnpinMetadata = void 0;
17
+ var BulkUnpinMetadata;
18
+ (function (BulkUnpinMetadata) {
19
+ let OperationStatus;
20
+ (function (OperationStatus) {
21
+ OperationStatus["Success"] = "SUCCESS";
22
+ OperationStatus["EmptyAttributeList"] = "EMPTY_ATTRIBUTE_LIST";
23
+ OperationStatus["InvalidBulkRequest"] = "INVALID_BULK_REQUEST";
24
+ /**
25
+ * This value is used if a service returns a value for this enum that is not recognized by this
26
+ * version of the SDK.
27
+ */
28
+ OperationStatus["UnknownValue"] = "UNKNOWN_VALUE";
29
+ })(OperationStatus = BulkUnpinMetadata.OperationStatus || (BulkUnpinMetadata.OperationStatus = {}));
30
+ let OperationType;
31
+ (function (OperationType) {
32
+ OperationType["Unpin"] = "UNPIN";
33
+ /**
34
+ * This value is used if a service returns a value for this enum that is not recognized by this
35
+ * version of the SDK.
36
+ */
37
+ OperationType["UnknownValue"] = "UNKNOWN_VALUE";
38
+ })(OperationType = BulkUnpinMetadata.OperationType || (BulkUnpinMetadata.OperationType = {}));
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
41
+ return jsonObj;
42
+ }
43
+ BulkUnpinMetadata.getJsonObj = getJsonObj;
44
+ function getDeserializedJsonObj(obj) {
45
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
46
+ return jsonObj;
47
+ }
48
+ BulkUnpinMetadata.getDeserializedJsonObj = getDeserializedJsonObj;
49
+ })(BulkUnpinMetadata = exports.BulkUnpinMetadata || (exports.BulkUnpinMetadata = {}));
50
+ //# sourceMappingURL=bulk-unpin-metadata.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-unpin-metadata.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-unpin-metadata.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAsCH,IAAiB,iBAAiB,CA+BjC;AA/BD,WAAiB,iBAAiB;IAChC,IAAY,eASX;IATD,WAAY,eAAe;QACzB,sCAAmB,CAAA;QACnB,8DAA2C,CAAA;QAC3C,8DAA2C,CAAA;QAC3C;;;WAGG;QACH,iDAA8B,CAAA;IAChC,CAAC,EATW,eAAe,GAAf,iCAAe,KAAf,iCAAe,QAS1B;IAED,IAAY,aAOX;IAPD,WAAY,aAAa;QACvB,gCAAe,CAAA;QACf;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAPW,aAAa,GAAb,+BAAa,KAAb,+BAAa,QAOxB;IAED,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EA/BgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA+BjC"}
@@ -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 unpin operation.
17
+ *
18
+ */
19
+ export interface BulkUnpinStatus {
20
+ /**
21
+ * We preserve the order of the attribute items from the bulk unpin request in this collection. The ith object in this collection represents the
22
+ * bulk unpin operation status of the ith object in the BulkUnpinAttributeDetails object in the Bulk unpin request. If the
23
+ * bulk unpin operation results in a processing error or a validation error, the operationStatus property in the BulkUnpinMetadata object will
24
+ * contain the appropriate bulk error status for the bulk operation.
25
+ *
26
+ */
27
+ "attributeStatuses": Array<model.AttributeUnpinResponse>;
28
+ "bulkUnpinMetadata": model.BulkUnpinMetadata;
29
+ }
30
+ export declare namespace BulkUnpinStatus {
31
+ function getJsonObj(obj: BulkUnpinStatus): object;
32
+ function getDeserializedJsonObj(obj: BulkUnpinStatus): 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.BulkUnpinStatus = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var BulkUnpinStatus;
38
+ (function (BulkUnpinStatus) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "attributeStatuses": obj.attributeStatuses
42
+ ? obj.attributeStatuses.map(item => {
43
+ return model.AttributeUnpinResponse.getJsonObj(item);
44
+ })
45
+ : undefined,
46
+ "bulkUnpinMetadata": obj.bulkUnpinMetadata
47
+ ? model.BulkUnpinMetadata.getJsonObj(obj.bulkUnpinMetadata)
48
+ : undefined
49
+ });
50
+ return jsonObj;
51
+ }
52
+ BulkUnpinStatus.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.AttributeUnpinResponse.getDeserializedJsonObj(item);
58
+ })
59
+ : undefined,
60
+ "bulkUnpinMetadata": obj.bulkUnpinMetadata
61
+ ? model.BulkUnpinMetadata.getDeserializedJsonObj(obj.bulkUnpinMetadata)
62
+ : undefined
63
+ });
64
+ return jsonObj;
65
+ }
66
+ BulkUnpinStatus.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(BulkUnpinStatus = exports.BulkUnpinStatus || (exports.BulkUnpinStatus = {}));
68
+ //# sourceMappingURL=bulk-unpin-status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-unpin-status.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-unpin-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,eAAe,CAmC/B;AAnCD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,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,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC3D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,0BAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,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,sBAAsB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACvE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,sCAAsB,yBAgBrC,CAAA;AACH,CAAC,EAnCgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAmC/B"}
@@ -0,0 +1,51 @@
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 for which properties are to be updated.
16
+ *
17
+ */
18
+ export interface BulkUpdateAttributeDetail {
19
+ /**
20
+ * Name of the attribute for which notes are to be updated.
21
+ *
22
+ */
23
+ "attributeName": string;
24
+ /**
25
+ * Unit of the attribute to be updated.
26
+ *
27
+ */
28
+ "unit"?: BulkUpdateAttributeDetail.Unit;
29
+ /**
30
+ * Namespace of the attribute for which the properties are to be updated.
31
+ *
32
+ */
33
+ "attributeNameSpace"?: BulkUpdateAttributeDetail.AttributeNameSpace;
34
+ }
35
+ export declare namespace BulkUpdateAttributeDetail {
36
+ enum Unit {
37
+ None = "NONE",
38
+ EpochTimeMs = "EPOCH_TIME_MS",
39
+ Bytes = "BYTES",
40
+ Count = "COUNT",
41
+ DurationMs = "DURATION_MS",
42
+ TraceStatus = "TRACE_STATUS",
43
+ Percentage = "PERCENTAGE"
44
+ }
45
+ enum AttributeNameSpace {
46
+ Traces = "TRACES",
47
+ Synthetic = "SYNTHETIC"
48
+ }
49
+ function getJsonObj(obj: BulkUpdateAttributeDetail): object;
50
+ function getDeserializedJsonObj(obj: BulkUpdateAttributeDetail): object;
51
+ }
@@ -0,0 +1,45 @@
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.BulkUpdateAttributeDetail = void 0;
17
+ var BulkUpdateAttributeDetail;
18
+ (function (BulkUpdateAttributeDetail) {
19
+ let Unit;
20
+ (function (Unit) {
21
+ Unit["None"] = "NONE";
22
+ Unit["EpochTimeMs"] = "EPOCH_TIME_MS";
23
+ Unit["Bytes"] = "BYTES";
24
+ Unit["Count"] = "COUNT";
25
+ Unit["DurationMs"] = "DURATION_MS";
26
+ Unit["TraceStatus"] = "TRACE_STATUS";
27
+ Unit["Percentage"] = "PERCENTAGE";
28
+ })(Unit = BulkUpdateAttributeDetail.Unit || (BulkUpdateAttributeDetail.Unit = {}));
29
+ let AttributeNameSpace;
30
+ (function (AttributeNameSpace) {
31
+ AttributeNameSpace["Traces"] = "TRACES";
32
+ AttributeNameSpace["Synthetic"] = "SYNTHETIC";
33
+ })(AttributeNameSpace = BulkUpdateAttributeDetail.AttributeNameSpace || (BulkUpdateAttributeDetail.AttributeNameSpace = {}));
34
+ function getJsonObj(obj) {
35
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
36
+ return jsonObj;
37
+ }
38
+ BulkUpdateAttributeDetail.getJsonObj = getJsonObj;
39
+ function getDeserializedJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
41
+ return jsonObj;
42
+ }
43
+ BulkUpdateAttributeDetail.getDeserializedJsonObj = getDeserializedJsonObj;
44
+ })(BulkUpdateAttributeDetail = exports.BulkUpdateAttributeDetail || (exports.BulkUpdateAttributeDetail = {}));
45
+ //# sourceMappingURL=bulk-update-attribute-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-update-attribute-detail.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-update-attribute-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA2BH,IAAiB,yBAAyB,CA0BzC;AA1BD,WAAiB,yBAAyB;IACxC,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,8BAAI,KAAJ,8BAAI,QAQf;IAED,IAAY,kBAGX;IAHD,WAAY,kBAAkB;QAC5B,uCAAiB,CAAA;QACjB,6CAAuB,CAAA;IACzB,CAAC,EAHW,kBAAkB,GAAlB,4CAAkB,KAAlB,4CAAkB,QAG7B;IAED,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EA1BgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QA0BzC"}
@@ -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 for which properties are to be updated.
17
+ *
18
+ */
19
+ export interface BulkUpdateAttributeDetails {
20
+ /**
21
+ * Collection of objects containing the details about individual attribute for which properties are to be updated.
22
+ *
23
+ */
24
+ "attributeDetails"?: Array<model.BulkUpdateAttributeDetail>;
25
+ }
26
+ export declare namespace BulkUpdateAttributeDetails {
27
+ function getJsonObj(obj: BulkUpdateAttributeDetails): object;
28
+ function getDeserializedJsonObj(obj: BulkUpdateAttributeDetails): object;
29
+ }