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
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apmtraces/GetSpan.ts.html |here} to see how to use GetSpanRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/GetSpan.ts.html |here} to see how to use GetSpanRequest.
16
16
  */
17
17
  export interface GetSpanRequest extends common.BaseRequest {
18
18
  /**
19
- * The APM Domain ID the request is intended for.
19
+ * The APM Domain ID for the intended request.
20
20
  *
21
21
  */
22
22
  "apmDomainId": string;
@@ -36,4 +36,25 @@ export interface GetSpanRequest extends common.BaseRequest {
36
36
  *
37
37
  */
38
38
  "opcRequestId"?: string;
39
+ /**
40
+ * Include spans that have a {@code spanStartTime} equal to or greater than this value.
41
+ *
42
+ */
43
+ "timeSpanStartedGreaterThanOrEqualTo"?: Date;
44
+ /**
45
+ * Include spans that have a {@code spanStartTime}less than this value.
46
+ *
47
+ */
48
+ "timeSpanStartedLessThan"?: Date;
49
+ /**
50
+ * Name space from which the span details need to be retrieved.
51
+ *
52
+ */
53
+ "spanNamespace"?: GetSpanRequest.SpanNamespace;
54
+ }
55
+ export declare namespace GetSpanRequest {
56
+ enum SpanNamespace {
57
+ Traces = "TRACES",
58
+ Synthetic = "SYNTHETIC"
59
+ }
39
60
  }
@@ -12,4 +12,13 @@
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.GetSpanRequest = void 0;
16
+ var GetSpanRequest;
17
+ (function (GetSpanRequest) {
18
+ let SpanNamespace;
19
+ (function (SpanNamespace) {
20
+ SpanNamespace["Traces"] = "TRACES";
21
+ SpanNamespace["Synthetic"] = "SYNTHETIC";
22
+ })(SpanNamespace = GetSpanRequest.SpanNamespace || (GetSpanRequest.SpanNamespace = {}));
23
+ })(GetSpanRequest = exports.GetSpanRequest || (exports.GetSpanRequest = {}));
15
24
  //# sourceMappingURL=get-span-request.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-span-request.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/request/get-span-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
1
+ {"version":3,"file":"get-span-request.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/request/get-span-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+CH,IAAiB,cAAc,CAK9B;AALD,WAAiB,cAAc;IAC7B,IAAY,aAGX;IAHD,WAAY,aAAa;QACvB,kCAAiB,CAAA;QACjB,wCAAuB,CAAA;IACzB,CAAC,EAHW,aAAa,GAAb,4BAAa,KAAb,4BAAa,QAGxB;AACH,CAAC,EALgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAK9B"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/GetStatusAutoActivate.ts.html |here} to see how to use GetStatusAutoActivateRequest.
16
+ */
17
+ export interface GetStatusAutoActivateRequest extends common.BaseRequest {
18
+ /**
19
+ * The APM Domain ID for the intended request.
20
+ *
21
+ */
22
+ "apmDomainId": string;
23
+ /**
24
+ * Data key type for which auto-activate needs to be turned on or off.
25
+ *
26
+ */
27
+ "dataKeyType": GetStatusAutoActivateRequest.DataKeyType;
28
+ /**
29
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
30
+ * particular request, please provide the request ID.
31
+ *
32
+ */
33
+ "opcRequestId"?: string;
34
+ }
35
+ export declare namespace GetStatusAutoActivateRequest {
36
+ enum DataKeyType {
37
+ PrivateDataKey = "PRIVATE_DATA_KEY",
38
+ PublicDataKey = "PUBLIC_DATA_KEY"
39
+ }
40
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.GetStatusAutoActivateRequest = void 0;
16
+ var GetStatusAutoActivateRequest;
17
+ (function (GetStatusAutoActivateRequest) {
18
+ let DataKeyType;
19
+ (function (DataKeyType) {
20
+ DataKeyType["PrivateDataKey"] = "PRIVATE_DATA_KEY";
21
+ DataKeyType["PublicDataKey"] = "PUBLIC_DATA_KEY";
22
+ })(DataKeyType = GetStatusAutoActivateRequest.DataKeyType || (GetStatusAutoActivateRequest.DataKeyType = {}));
23
+ })(GetStatusAutoActivateRequest = exports.GetStatusAutoActivateRequest || (exports.GetStatusAutoActivateRequest = {}));
24
+ //# sourceMappingURL=get-status-auto-activate-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-status-auto-activate-request.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/request/get-status-auto-activate-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,4BAA4B,CAK5C;AALD,WAAiB,4BAA4B;IAC3C,IAAY,WAGX;IAHD,WAAY,WAAW;QACrB,kDAAmC,CAAA;QACnC,gDAAiC,CAAA;IACnC,CAAC,EAHW,WAAW,GAAX,wCAAW,KAAX,wCAAW,QAGtB;AACH,CAAC,EALgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAK5C"}
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apmtraces/GetTrace.ts.html |here} to see how to use GetTraceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/GetTrace.ts.html |here} to see how to use GetTraceRequest.
16
16
  */
17
17
  export interface GetTraceRequest extends common.BaseRequest {
18
18
  /**
19
- * The APM Domain ID the request is intended for.
19
+ * The APM Domain ID for the intended request.
20
20
  *
21
21
  */
22
22
  "apmDomainId": string;
@@ -31,4 +31,25 @@ export interface GetTraceRequest extends common.BaseRequest {
31
31
  *
32
32
  */
33
33
  "opcRequestId"?: string;
34
+ /**
35
+ * Include traces that have a {@code minTraceStartTime} equal to or greater than this value.
36
+ *
37
+ */
38
+ "timeTraceStartedGreaterThanOrEqualTo"?: Date;
39
+ /**
40
+ * Include traces that have a {@code minTraceStartTime} less than this value.
41
+ *
42
+ */
43
+ "timeTraceStartedLessThan"?: Date;
44
+ /**
45
+ * Name space from which the trace details need to be retrieved.
46
+ *
47
+ */
48
+ "traceNamespace"?: GetTraceRequest.TraceNamespace;
49
+ }
50
+ export declare namespace GetTraceRequest {
51
+ enum TraceNamespace {
52
+ Traces = "TRACES",
53
+ Synthetic = "SYNTHETIC"
54
+ }
34
55
  }
@@ -12,4 +12,13 @@
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.GetTraceRequest = void 0;
16
+ var GetTraceRequest;
17
+ (function (GetTraceRequest) {
18
+ let TraceNamespace;
19
+ (function (TraceNamespace) {
20
+ TraceNamespace["Traces"] = "TRACES";
21
+ TraceNamespace["Synthetic"] = "SYNTHETIC";
22
+ })(TraceNamespace = GetTraceRequest.TraceNamespace || (GetTraceRequest.TraceNamespace = {}));
23
+ })(GetTraceRequest = exports.GetTraceRequest || (exports.GetTraceRequest = {}));
15
24
  //# sourceMappingURL=get-trace-request.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-trace-request.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/request/get-trace-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
1
+ {"version":3,"file":"get-trace-request.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/request/get-trace-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0CH,IAAiB,eAAe,CAK/B;AALD,WAAiB,eAAe;IAC9B,IAAY,cAGX;IAHD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,yCAAuB,CAAA;IACzB,CAAC,EAHW,cAAc,GAAd,8BAAc,KAAd,8BAAc,QAGzB;AACH,CAAC,EALgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAK/B"}
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshotRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshotRequest.
16
16
  */
17
17
  export interface GetTraceSnapshotRequest extends common.BaseRequest {
18
18
  /**
19
- * The APM Domain ID the request is intended for.
19
+ * The APM Domain ID for the intended request.
20
20
  *
21
21
  */
22
22
  "apmDomainId": string;
@@ -32,12 +32,12 @@ export interface GetTraceSnapshotRequest extends common.BaseRequest {
32
32
  */
33
33
  "opcRequestId"?: string;
34
34
  /**
35
- * If enabled, then only span level details will be sent.
35
+ * If enabled, only span level details are sent.
36
36
  *
37
37
  */
38
38
  "isSummarized"?: boolean;
39
39
  /**
40
- * Thread id for which snapshots needs to be retrieved. This is an identifier of a thread, and is a positive long number generated when when a thread is created.
40
+ * Thread ID for which snapshots need to be retrieved. This identifier of a thread is a long positive number generated when a thread is created.
41
41
  *
42
42
  */
43
43
  "threadId"?: string;
@@ -11,6 +11,22 @@
11
11
  * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
+ import * as BulkActivateAttributeRequest from "./bulk-activate-attribute-request";
15
+ export import BulkActivateAttributeRequest = BulkActivateAttributeRequest.BulkActivateAttributeRequest;
16
+ import * as BulkDeActivateAttributeRequest from "./bulk-de-activate-attribute-request";
17
+ export import BulkDeActivateAttributeRequest = BulkDeActivateAttributeRequest.BulkDeActivateAttributeRequest;
18
+ import * as BulkPinAttributeRequest from "./bulk-pin-attribute-request";
19
+ export import BulkPinAttributeRequest = BulkPinAttributeRequest.BulkPinAttributeRequest;
20
+ import * as BulkUnpinAttributeRequest from "./bulk-unpin-attribute-request";
21
+ export import BulkUnpinAttributeRequest = BulkUnpinAttributeRequest.BulkUnpinAttributeRequest;
22
+ import * as BulkUpdateAttributeRequest from "./bulk-update-attribute-request";
23
+ export import BulkUpdateAttributeRequest = BulkUpdateAttributeRequest.BulkUpdateAttributeRequest;
24
+ import * as BulkUpdateAttributeNotesRequest from "./bulk-update-attribute-notes-request";
25
+ export import BulkUpdateAttributeNotesRequest = BulkUpdateAttributeNotesRequest.BulkUpdateAttributeNotesRequest;
26
+ import * as GetStatusAutoActivateRequest from "./get-status-auto-activate-request";
27
+ export import GetStatusAutoActivateRequest = GetStatusAutoActivateRequest.GetStatusAutoActivateRequest;
28
+ import * as PutToggleAutoActivateRequest from "./put-toggle-auto-activate-request";
29
+ export import PutToggleAutoActivateRequest = PutToggleAutoActivateRequest.PutToggleAutoActivateRequest;
14
30
  import * as ListQuickPicksRequest from "./list-quick-picks-request";
15
31
  export import ListQuickPicksRequest = ListQuickPicksRequest.ListQuickPicksRequest;
16
32
  import * as QueryRequest from "./query-request";
@@ -12,5 +12,33 @@
12
12
  * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
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
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
+ };
15
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.GetTraceRequest = exports.GetSpanRequest = exports.PutToggleAutoActivateRequest = exports.GetStatusAutoActivateRequest = void 0;
36
+ const GetStatusAutoActivateRequest = __importStar(require("./get-status-auto-activate-request"));
37
+ exports.GetStatusAutoActivateRequest = GetStatusAutoActivateRequest.GetStatusAutoActivateRequest;
38
+ const PutToggleAutoActivateRequest = __importStar(require("./put-toggle-auto-activate-request"));
39
+ exports.PutToggleAutoActivateRequest = PutToggleAutoActivateRequest.PutToggleAutoActivateRequest;
40
+ const GetSpanRequest = __importStar(require("./get-span-request"));
41
+ exports.GetSpanRequest = GetSpanRequest.GetSpanRequest;
42
+ const GetTraceRequest = __importStar(require("./get-trace-request"));
43
+ exports.GetTraceRequest = GetTraceRequest.GetTraceRequest;
16
44
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAcH,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AAOvG,mEAAqD;AACvC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC"}
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicksRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicksRequest.
16
16
  */
17
17
  export interface ListQuickPicksRequest extends common.BaseRequest {
18
18
  /**
19
- * The APM Domain ID the request is intended for.
19
+ * The APM Domain ID for the intended request.
20
20
  *
21
21
  */
22
22
  "apmDomainId": string;
@@ -32,7 +32,7 @@ export interface ListQuickPicksRequest extends common.BaseRequest {
32
32
  */
33
33
  "limit"?: number;
34
34
  /**
35
- * The page token representing the page at which to start retrieving results.
35
+ * The page token representing the page where to start retrieving results.
36
36
  * This is usually retrieved from a previous response.
37
37
  *
38
38
  */
@@ -0,0 +1,45 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/PutToggleAutoActivate.ts.html |here} to see how to use PutToggleAutoActivateRequest.
16
+ */
17
+ export interface PutToggleAutoActivateRequest extends common.BaseRequest {
18
+ /**
19
+ * The APM Domain ID for the intended request.
20
+ *
21
+ */
22
+ "apmDomainId": string;
23
+ /**
24
+ * Autoactivate toggle switch. Set to true to turn on auto-activate. Set to false to turn off auto-activate.
25
+ *
26
+ */
27
+ "isAutoActivateOn": boolean;
28
+ /**
29
+ * Data key type for which auto-activate needs to be turned on or off.
30
+ *
31
+ */
32
+ "dataKeyType": PutToggleAutoActivateRequest.DataKeyType;
33
+ /**
34
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
35
+ * particular request, please provide the request ID.
36
+ *
37
+ */
38
+ "opcRequestId"?: string;
39
+ }
40
+ export declare namespace PutToggleAutoActivateRequest {
41
+ enum DataKeyType {
42
+ PrivateDataKey = "PRIVATE_DATA_KEY",
43
+ PublicDataKey = "PUBLIC_DATA_KEY"
44
+ }
45
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.PutToggleAutoActivateRequest = void 0;
16
+ var PutToggleAutoActivateRequest;
17
+ (function (PutToggleAutoActivateRequest) {
18
+ let DataKeyType;
19
+ (function (DataKeyType) {
20
+ DataKeyType["PrivateDataKey"] = "PRIVATE_DATA_KEY";
21
+ DataKeyType["PublicDataKey"] = "PUBLIC_DATA_KEY";
22
+ })(DataKeyType = PutToggleAutoActivateRequest.DataKeyType || (PutToggleAutoActivateRequest.DataKeyType = {}));
23
+ })(PutToggleAutoActivateRequest = exports.PutToggleAutoActivateRequest || (exports.PutToggleAutoActivateRequest = {}));
24
+ //# sourceMappingURL=put-toggle-auto-activate-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"put-toggle-auto-activate-request.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/request/put-toggle-auto-activate-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgCH,IAAiB,4BAA4B,CAK5C;AALD,WAAiB,4BAA4B;IAC3C,IAAY,WAGX;IAHD,WAAY,WAAW;QACrB,kDAAmC,CAAA;QACnC,gDAAiC,CAAA;IACnC,CAAC,EAHW,WAAW,GAAX,wCAAW,KAAX,wCAAW,QAGtB;AACH,CAAC,EALgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAK5C"}
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/apmtraces/Query.ts.html |here} to see how to use QueryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/Query.ts.html |here} to see how to use QueryRequest.
17
17
  */
18
18
  export interface QueryRequest extends common.BaseRequest {
19
19
  /**
20
- * The APM Domain ID the request is intended for.
20
+ * The APM Domain ID for the intended request.
21
21
  *
22
22
  */
23
23
  "apmDomainId": string;
@@ -49,7 +49,7 @@ export interface QueryRequest extends common.BaseRequest {
49
49
  */
50
50
  "limit"?: number;
51
51
  /**
52
- * The page token representing the page at which to start retrieving results.
52
+ * The page token representing the page where to start retrieving results.
53
53
  * This is usually retrieved from a previous response.
54
54
  *
55
55
  */
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface BulkActivateAttributeResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * The returned model.BulkActivationStatus instance.
23
+ */
24
+ "bulkActivationStatus": model.BulkActivationStatus;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=bulk-activate-attribute-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-activate-attribute-response.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/response/bulk-activate-attribute-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface BulkDeActivateAttributeResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * The returned model.BulkDeActivationStatus instance.
23
+ */
24
+ "bulkDeActivationStatus": model.BulkDeActivationStatus;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=bulk-de-activate-attribute-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-de-activate-attribute-response.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/response/bulk-de-activate-attribute-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface BulkPinAttributeResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * The returned model.BulkPinStatus instance.
23
+ */
24
+ "bulkPinStatus": model.BulkPinStatus;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=bulk-pin-attribute-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-pin-attribute-response.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/response/bulk-pin-attribute-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface BulkUnpinAttributeResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * The returned model.BulkUnpinStatus instance.
23
+ */
24
+ "bulkUnpinStatus": model.BulkUnpinStatus;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=bulk-unpin-attribute-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-unpin-attribute-response.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/response/bulk-unpin-attribute-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface BulkUpdateAttributeNotesResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * The returned model.BulkUpdateNotesStatus instance.
23
+ */
24
+ "bulkUpdateNotesStatus": model.BulkUpdateNotesStatus;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=bulk-update-attribute-notes-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-update-attribute-notes-response.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/response/bulk-update-attribute-notes-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}