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
+ "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.BulkDeActivateAttributeDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var BulkDeActivateAttributeDetails;
38
+ (function (BulkDeActivateAttributeDetails) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "attributeDetails": obj.attributeDetails
42
+ ? obj.attributeDetails.map(item => {
43
+ return model.BulkDeActivateAttributeDetail.getJsonObj(item);
44
+ })
45
+ : undefined
46
+ });
47
+ return jsonObj;
48
+ }
49
+ BulkDeActivateAttributeDetails.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.BulkDeActivateAttributeDetail.getDeserializedJsonObj(item);
55
+ })
56
+ : undefined
57
+ });
58
+ return jsonObj;
59
+ }
60
+ BulkDeActivateAttributeDetails.getDeserializedJsonObj = getDeserializedJsonObj;
61
+ })(BulkDeActivateAttributeDetails = exports.BulkDeActivateAttributeDetails || (exports.BulkDeActivateAttributeDetails = {}));
62
+ //# sourceMappingURL=bulk-de-activate-attribute-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-de-activate-attribute-details.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-de-activate-attribute-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,8BAA8B,CA6B9C;AA7BD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,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,6BAA6B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA6B9C"}
@@ -0,0 +1,95 @@
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 deactivation operation. The bulk deactivation operation is atomic and binary. If the processing of any of the attributes
16
+ * in the bulk deactivation request results in a processing or validation error, then none of the attributes in the request are deactivated.
17
+ * The bulk deactivation request succeeds only when all the attributes in the bulk deactivation request are processed and they get a successful
18
+ * attributeStatus back.
19
+ *
20
+ */
21
+ export interface BulkDeActivationMetadata {
22
+ /**
23
+ * Operation status of the bulk deactivation operation. The bulk deactivation operation could have either a success or an error status as defined below. Note that
24
+ * if a bulk operation has not succeeded, we do not deactivate any tags in the request set.
25
+ * SUCCESS - The bulk deactivation operation has succeeded and all the attributes in the bulk deactivation request have been deactivated by this operation or deactivated earlier.
26
+ * The following are error statuses for the bulk deactivation operation. Note that none of the attributes (string or numeric) in the bulk request have been deactivated by this bulk
27
+ * deactivation operation if any of the below statuses are returned.
28
+ * EMPTY_ATTRIBUTE_LIST - The bulk deactivation request object was empty and did not contain any attributes to be deactivated.
29
+ * NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED - The number of numeric attributes in the bulk request exceeded the maximum limit (100) of numeric attributes that could be present in the APM Domain.
30
+ * STRING_ATTRIBUTE_LIMIT_EXCEEDED - The number of string attributes in the bulk request exceeded the maximum limit (700) of string attributes that could be present in the APM Domain.
31
+ * INVALID_BULK_REQUEST - The bulk request contains invalid attribute(s), or attribute(s) that resulted in a validation error, or an attribute that resulted
32
+ * in a processing error.
33
+ *
34
+ */
35
+ "operationStatus": BulkDeActivationMetadata.OperationStatus;
36
+ /**
37
+ * Type of operation.
38
+ *
39
+ */
40
+ "operationType": BulkDeActivationMetadata.OperationType;
41
+ /**
42
+ * Total number attributes (both string and numeric) in TRACES namespace that were deactivated.
43
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
44
+ */
45
+ "attributesDeActivated"?: number;
46
+ /**
47
+ * Total number attributes (both string and numeric) in SYNTHETIC namespace that were deactivated.
48
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
49
+ */
50
+ "syntheticAttributesDeActivated"?: number;
51
+ /**
52
+ * Total number of free slots available for activation of additional string attributes in TRACES namespace in the APM Domain.
53
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
54
+ */
55
+ "availableStringAttributes"?: number;
56
+ /**
57
+ * Total number of free slots available for activation of additional numeric attributes in TRACES namespace in the APM Domain.
58
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
59
+ */
60
+ "availableNumericAttributes"?: number;
61
+ /**
62
+ * Total number of free slots available for activation of additional string attributes in SYNTHETIC namespace in the APM Domain.
63
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
64
+ */
65
+ "availableSyntheticStringAttributes"?: number;
66
+ /**
67
+ * Total number of free slots available for activation of additional numeric attributes in SYNTHETIC namespace in the APM Domain.
68
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
69
+ */
70
+ "availableSyntheticNumericAttributes"?: number;
71
+ }
72
+ export declare namespace BulkDeActivationMetadata {
73
+ enum OperationStatus {
74
+ Success = "SUCCESS",
75
+ EmptyAttributeList = "EMPTY_ATTRIBUTE_LIST",
76
+ NumericAttributeLimitExceeded = "NUMERIC_ATTRIBUTE_LIMIT_EXCEEDED",
77
+ StringAttributeLimitExceeded = "STRING_ATTRIBUTE_LIMIT_EXCEEDED",
78
+ InvalidBulkRequest = "INVALID_BULK_REQUEST",
79
+ /**
80
+ * This value is used if a service returns a value for this enum that is not recognized by this
81
+ * version of the SDK.
82
+ */
83
+ UnknownValue = "UNKNOWN_VALUE"
84
+ }
85
+ enum OperationType {
86
+ Deactivate = "DEACTIVATE",
87
+ /**
88
+ * This value is used if a service returns a value for this enum that is not recognized by this
89
+ * version of the SDK.
90
+ */
91
+ UnknownValue = "UNKNOWN_VALUE"
92
+ }
93
+ function getJsonObj(obj: BulkDeActivationMetadata): object;
94
+ function getDeserializedJsonObj(obj: BulkDeActivationMetadata): object;
95
+ }
@@ -0,0 +1,52 @@
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.BulkDeActivationMetadata = void 0;
17
+ var BulkDeActivationMetadata;
18
+ (function (BulkDeActivationMetadata) {
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["InvalidBulkRequest"] = "INVALID_BULK_REQUEST";
26
+ /**
27
+ * This value is used if a service returns a value for this enum that is not recognized by this
28
+ * version of the SDK.
29
+ */
30
+ OperationStatus["UnknownValue"] = "UNKNOWN_VALUE";
31
+ })(OperationStatus = BulkDeActivationMetadata.OperationStatus || (BulkDeActivationMetadata.OperationStatus = {}));
32
+ let OperationType;
33
+ (function (OperationType) {
34
+ OperationType["Deactivate"] = "DEACTIVATE";
35
+ /**
36
+ * This value is used if a service returns a value for this enum that is not recognized by this
37
+ * version of the SDK.
38
+ */
39
+ OperationType["UnknownValue"] = "UNKNOWN_VALUE";
40
+ })(OperationType = BulkDeActivationMetadata.OperationType || (BulkDeActivationMetadata.OperationType = {}));
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
43
+ return jsonObj;
44
+ }
45
+ BulkDeActivationMetadata.getJsonObj = getJsonObj;
46
+ function getDeserializedJsonObj(obj) {
47
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
48
+ return jsonObj;
49
+ }
50
+ BulkDeActivationMetadata.getDeserializedJsonObj = getDeserializedJsonObj;
51
+ })(BulkDeActivationMetadata = exports.BulkDeActivationMetadata || (exports.BulkDeActivationMetadata = {}));
52
+ //# sourceMappingURL=bulk-de-activation-metadata.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-de-activation-metadata.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-de-activation-metadata.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAgEH,IAAiB,wBAAwB,CAiCxC;AAjCD,WAAiB,wBAAwB;IACvC,IAAY,eAWX;IAXD,WAAY,eAAe;QACzB,sCAAmB,CAAA;QACnB,8DAA2C,CAAA;QAC3C,qFAAkE,CAAA;QAClE,mFAAgE,CAAA;QAChE,8DAA2C,CAAA;QAC3C;;;WAGG;QACH,iDAA8B,CAAA;IAChC,CAAC,EAXW,eAAe,GAAf,wCAAe,KAAf,wCAAe,QAW1B;IAED,IAAY,aAOX;IAPD,WAAY,aAAa;QACvB,0CAAyB,CAAA;QACzB;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAPW,aAAa,GAAb,sCAAa,KAAb,sCAAa,QAOxB;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,EAjCgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAiCxC"}
@@ -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 deactivation operation.
17
+ *
18
+ */
19
+ export interface BulkDeActivationStatus {
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
+ "bulkDeActivationMetadata": model.BulkDeActivationMetadata;
29
+ }
30
+ export declare namespace BulkDeActivationStatus {
31
+ function getJsonObj(obj: BulkDeActivationStatus): object;
32
+ function getDeserializedJsonObj(obj: BulkDeActivationStatus): 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.BulkDeActivationStatus = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var BulkDeActivationStatus;
38
+ (function (BulkDeActivationStatus) {
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
+ "bulkDeActivationMetadata": obj.bulkDeActivationMetadata
47
+ ? model.BulkDeActivationMetadata.getJsonObj(obj.bulkDeActivationMetadata)
48
+ : undefined
49
+ });
50
+ return jsonObj;
51
+ }
52
+ BulkDeActivationStatus.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
+ "bulkDeActivationMetadata": obj.bulkDeActivationMetadata
61
+ ? model.BulkDeActivationMetadata.getDeserializedJsonObj(obj.bulkDeActivationMetadata)
62
+ : undefined
63
+ });
64
+ return jsonObj;
65
+ }
66
+ BulkDeActivationStatus.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(BulkDeActivationStatus = exports.BulkDeActivationStatus || (exports.BulkDeActivationStatus = {}));
68
+ //# sourceMappingURL=bulk-de-activation-status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-de-activation-status.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-de-activation-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,sBAAsB,CAmCtC;AAnCD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,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,0BAA0B,EAAE,GAAG,CAAC,wBAAwB;gBACtD,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAC,wBAAwB,CAAC;gBACzE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,iCAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,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,0BAA0B,EAAE,GAAG,CAAC,wBAAwB;gBACtD,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAAC,wBAAwB,CAAC;gBACrF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,6CAAsB,yBAgBrC,CAAA;AACH,CAAC,EAnCgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAmCtC"}
@@ -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 pinned.
16
+ *
17
+ */
18
+ export interface BulkPinAttributeDetail {
19
+ /**
20
+ * Name of the attribute to be pinned.
21
+ *
22
+ */
23
+ "attributeName": string;
24
+ /**
25
+ * Namespace of the attribute to be pinned. The attributeNameSpace will default to TRACES if it is
26
+ * not passed in.
27
+ *
28
+ */
29
+ "attributeNameSpace"?: BulkPinAttributeDetail.AttributeNameSpace;
30
+ }
31
+ export declare namespace BulkPinAttributeDetail {
32
+ enum AttributeNameSpace {
33
+ Traces = "TRACES",
34
+ Synthetic = "SYNTHETIC"
35
+ }
36
+ function getJsonObj(obj: BulkPinAttributeDetail): object;
37
+ function getDeserializedJsonObj(obj: BulkPinAttributeDetail): 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.BulkPinAttributeDetail = void 0;
17
+ var BulkPinAttributeDetail;
18
+ (function (BulkPinAttributeDetail) {
19
+ let AttributeNameSpace;
20
+ (function (AttributeNameSpace) {
21
+ AttributeNameSpace["Traces"] = "TRACES";
22
+ AttributeNameSpace["Synthetic"] = "SYNTHETIC";
23
+ })(AttributeNameSpace = BulkPinAttributeDetail.AttributeNameSpace || (BulkPinAttributeDetail.AttributeNameSpace = {}));
24
+ function getJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ BulkPinAttributeDetail.getJsonObj = getJsonObj;
29
+ function getDeserializedJsonObj(obj) {
30
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
31
+ return jsonObj;
32
+ }
33
+ BulkPinAttributeDetail.getDeserializedJsonObj = getDeserializedJsonObj;
34
+ })(BulkPinAttributeDetail = exports.BulkPinAttributeDetail || (exports.BulkPinAttributeDetail = {}));
35
+ //# sourceMappingURL=bulk-pin-attribute-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-pin-attribute-detail.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-pin-attribute-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuBH,IAAiB,sBAAsB,CAgBtC;AAhBD,WAAiB,sBAAsB;IACrC,IAAY,kBAGX;IAHD,WAAY,kBAAkB;QAC5B,uCAAiB,CAAA;QACjB,6CAAuB,CAAA;IACzB,CAAC,EAHW,kBAAkB,GAAlB,yCAAkB,KAAlB,yCAAkB,QAG7B;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,EAhBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAgBtC"}
@@ -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 pinned.
17
+ *
18
+ */
19
+ export interface BulkPinAttributeDetails {
20
+ /**
21
+ * Collection of objects containing the details about individual attribute to be pinned.
22
+ *
23
+ */
24
+ "attributeDetails"?: Array<model.BulkPinAttributeDetail>;
25
+ }
26
+ export declare namespace BulkPinAttributeDetails {
27
+ function getJsonObj(obj: BulkPinAttributeDetails): object;
28
+ function getDeserializedJsonObj(obj: BulkPinAttributeDetails): 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.BulkPinAttributeDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var BulkPinAttributeDetails;
38
+ (function (BulkPinAttributeDetails) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "attributeDetails": obj.attributeDetails
42
+ ? obj.attributeDetails.map(item => {
43
+ return model.BulkPinAttributeDetail.getJsonObj(item);
44
+ })
45
+ : undefined
46
+ });
47
+ return jsonObj;
48
+ }
49
+ BulkPinAttributeDetails.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.BulkPinAttributeDetail.getDeserializedJsonObj(item);
55
+ })
56
+ : undefined
57
+ });
58
+ return jsonObj;
59
+ }
60
+ BulkPinAttributeDetails.getDeserializedJsonObj = getDeserializedJsonObj;
61
+ })(BulkPinAttributeDetails = exports.BulkPinAttributeDetails || (exports.BulkPinAttributeDetails = {}));
62
+ //# sourceMappingURL=bulk-pin-attribute-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-pin-attribute-details.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-pin-attribute-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,uBAAuB,CA6BvC;AA7BD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,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,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,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,sBAAsB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QA6BvC"}
@@ -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 pin operation. The bulk pin operation is atomic and binary. If the processing of any of the attributes
16
+ * in the bulk pin request results in a processing or validation error, then none of the attributes in the request are pinned.
17
+ *
18
+ */
19
+ export interface BulkPinMetadata {
20
+ /**
21
+ * Operation status of the bulk pin operation.
22
+ * SUCCESS - The bulk pin operation has succeeded and all the attributes in the bulk pin request have been pinned by this operation or pinned earlier.
23
+ * The following are error statuses for the bulk pin operation.
24
+ * EMPTY_ATTRIBUTE_LIST - The bulk pin request object was empty and did not contain any attributes to be pinned.
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": BulkPinMetadata.OperationStatus;
30
+ /**
31
+ * Type of operation.
32
+ *
33
+ */
34
+ "operationType": BulkPinMetadata.OperationType;
35
+ /**
36
+ * Total number attributes (both string and numeric) in TRACES namespace that were pinned.
37
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
38
+ */
39
+ "attributesPinned": number;
40
+ /**
41
+ * Total number attributes (both string and numeric) in SYNTHETIC namespace that were pinned.
42
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
43
+ */
44
+ "syntheticAttributesPinned"?: number;
45
+ }
46
+ export declare namespace BulkPinMetadata {
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
+ Pin = "PIN",
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: BulkPinMetadata): object;
66
+ function getDeserializedJsonObj(obj: BulkPinMetadata): 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.BulkPinMetadata = void 0;
17
+ var BulkPinMetadata;
18
+ (function (BulkPinMetadata) {
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 = BulkPinMetadata.OperationStatus || (BulkPinMetadata.OperationStatus = {}));
30
+ let OperationType;
31
+ (function (OperationType) {
32
+ OperationType["Pin"] = "PIN";
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 = BulkPinMetadata.OperationType || (BulkPinMetadata.OperationType = {}));
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
41
+ return jsonObj;
42
+ }
43
+ BulkPinMetadata.getJsonObj = getJsonObj;
44
+ function getDeserializedJsonObj(obj) {
45
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
46
+ return jsonObj;
47
+ }
48
+ BulkPinMetadata.getDeserializedJsonObj = getDeserializedJsonObj;
49
+ })(BulkPinMetadata = exports.BulkPinMetadata || (exports.BulkPinMetadata = {}));
50
+ //# sourceMappingURL=bulk-pin-metadata.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-pin-metadata.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/bulk-pin-metadata.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAsCH,IAAiB,eAAe,CA+B/B;AA/BD,WAAiB,eAAe;IAC9B,IAAY,eASX;IATD,WAAY,eAAe;QACzB,sCAAmB,CAAA;QACnB,8DAA2C,CAAA;QAC3C,8DAA2C,CAAA;QAC3C;;;WAGG;QACH,iDAA8B,CAAA;IAChC,CAAC,EATW,eAAe,GAAf,+BAAe,KAAf,+BAAe,QAS1B;IAED,IAAY,aAOX;IAPD,WAAY,aAAa;QACvB,4BAAW,CAAA;QACX;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAPW,aAAa,GAAb,6BAAa,KAAb,6BAAa,QAOxB;IAED,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EA/BgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QA+B/B"}