oci-apmtraces 2.111.3 → 2.112.1
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.
- package/index.d.ts +3 -0
- package/index.js +4 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +145 -4
- package/lib/client.js +570 -5
- package/lib/client.js.map +1 -1
- package/lib/model/attribute-metadata.d.ts +55 -0
- package/lib/model/attribute-metadata.js +54 -0
- package/lib/model/attribute-metadata.js.map +1 -0
- package/lib/model/attribute-response.d.ts +1 -1
- package/lib/model/attribute-update-response.d.ts +1 -1
- package/lib/model/attribute.d.ts +33 -0
- package/lib/model/attribute.js +30 -0
- package/lib/model/attribute.js.map +1 -0
- package/lib/model/auto-activate-status.d.ts +10 -1
- package/lib/model/auto-activate-status.js +10 -0
- package/lib/model/auto-activate-status.js.map +1 -1
- package/lib/model/auto-activate-toggle-status.d.ts +10 -1
- package/lib/model/auto-activate-toggle-status.js +10 -0
- package/lib/model/auto-activate-toggle-status.js.map +1 -1
- package/lib/model/bulk-activate-attribute-detail.d.ts +10 -3
- package/lib/model/bulk-activate-attribute-detail.js +2 -0
- package/lib/model/bulk-activate-attribute-detail.js.map +1 -1
- package/lib/model/bulk-de-activate-attribute-detail.d.ts +2 -1
- package/lib/model/bulk-de-activate-attribute-detail.js +1 -0
- package/lib/model/bulk-de-activate-attribute-detail.js.map +1 -1
- package/lib/model/bulk-pin-attribute-detail.d.ts +2 -1
- package/lib/model/bulk-pin-attribute-detail.js +1 -0
- package/lib/model/bulk-pin-attribute-detail.js.map +1 -1
- package/lib/model/bulk-unpin-attribute-detail.d.ts +2 -1
- package/lib/model/bulk-unpin-attribute-detail.js +1 -0
- package/lib/model/bulk-unpin-attribute-detail.js.map +1 -1
- package/lib/model/bulk-update-attribute-detail.d.ts +3 -2
- package/lib/model/bulk-update-attribute-detail.js +1 -0
- package/lib/model/bulk-update-attribute-detail.js.map +1 -1
- package/lib/model/bulk-update-attribute-notes-detail.d.ts +2 -1
- package/lib/model/bulk-update-attribute-notes-detail.js +1 -0
- package/lib/model/bulk-update-attribute-notes-detail.js.map +1 -1
- package/lib/model/create-scheduled-query-details.d.ts +88 -0
- package/lib/model/create-scheduled-query-details.js +58 -0
- package/lib/model/create-scheduled-query-details.js.map +1 -0
- package/lib/model/custom-metric.d.ts +67 -0
- package/lib/model/custom-metric.js +30 -0
- package/lib/model/custom-metric.js.map +1 -0
- package/lib/model/index.d.ts +34 -0
- package/lib/model/index.js +36 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/lifecycle-states.d.ts +33 -0
- package/lib/model/lifecycle-states.js +44 -0
- package/lib/model/lifecycle-states.js.map +1 -0
- package/lib/model/log.d.ts +97 -0
- package/lib/model/log.js +69 -0
- package/lib/model/log.js.map +1 -0
- package/lib/model/object-storage.d.ts +38 -0
- package/lib/model/object-storage.js +30 -0
- package/lib/model/object-storage.js.map +1 -0
- package/lib/model/scheduled-query-collection.d.ts +29 -0
- package/lib/model/scheduled-query-collection.js +62 -0
- package/lib/model/scheduled-query-collection.js.map +1 -0
- package/lib/model/scheduled-query-processing-config.d.ts +27 -0
- package/lib/model/scheduled-query-processing-config.js +68 -0
- package/lib/model/scheduled-query-processing-config.js.map +1 -0
- package/lib/model/scheduled-query-processing-sub-type.d.ts +32 -0
- package/lib/model/scheduled-query-processing-sub-type.js +43 -0
- package/lib/model/scheduled-query-processing-sub-type.js.map +1 -0
- package/lib/model/scheduled-query-processing-type.d.ts +31 -0
- package/lib/model/scheduled-query-processing-type.js +42 -0
- package/lib/model/scheduled-query-processing-type.js.map +1 -0
- package/lib/model/scheduled-query-retention-criteria.d.ts +30 -0
- package/lib/model/scheduled-query-retention-criteria.js +41 -0
- package/lib/model/scheduled-query-retention-criteria.js.map +1 -0
- package/lib/model/scheduled-query-summary.d.ts +103 -0
- package/lib/model/scheduled-query-summary.js +58 -0
- package/lib/model/scheduled-query-summary.js.map +1 -0
- package/lib/model/scheduled-query.d.ts +118 -0
- package/lib/model/scheduled-query.js +58 -0
- package/lib/model/scheduled-query.js.map +1 -0
- package/lib/model/sort-order.d.ts +24 -0
- package/lib/model/sort-order.js +35 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/streaming.d.ts +28 -0
- package/lib/model/streaming.js +30 -0
- package/lib/model/streaming.js.map +1 -0
- package/lib/model/tag-metadata.d.ts +1 -1
- package/lib/model/update-scheduled-query-details.d.ts +88 -0
- package/lib/model/update-scheduled-query-details.js +58 -0
- package/lib/model/update-scheduled-query-details.js.map +1 -0
- package/lib/request/create-scheduled-query-request.d.ts +50 -0
- package/lib/request/create-scheduled-query-request.js +15 -0
- package/lib/request/create-scheduled-query-request.js.map +1 -0
- package/lib/request/delete-scheduled-query-request.d.ts +52 -0
- package/lib/request/delete-scheduled-query-request.js +15 -0
- package/lib/request/delete-scheduled-query-request.js.map +1 -0
- package/lib/request/get-log-request.d.ts +53 -0
- package/lib/request/get-log-request.js +15 -0
- package/lib/request/get-log-request.js.map +1 -0
- package/lib/request/get-scheduled-query-request.d.ts +43 -0
- package/lib/request/get-scheduled-query-request.js +15 -0
- package/lib/request/get-scheduled-query-request.js.map +1 -0
- package/lib/request/get-trace-request.d.ts +2 -2
- package/lib/request/index.d.ts +12 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-scheduled-queries-request.d.ts +74 -0
- package/lib/request/list-scheduled-queries-request.js +27 -0
- package/lib/request/list-scheduled-queries-request.js.map +1 -0
- package/lib/request/query-request.d.ts +6 -4
- package/lib/request/update-scheduled-query-request.d.ts +64 -0
- package/lib/request/update-scheduled-query-request.js +15 -0
- package/lib/request/update-scheduled-query-request.js.map +1 -0
- package/lib/response/create-scheduled-query-response.d.ts +30 -0
- package/lib/response/create-scheduled-query-response.js +15 -0
- package/lib/response/create-scheduled-query-response.js.map +1 -0
- package/lib/response/delete-scheduled-query-response.d.ts +20 -0
- package/lib/response/delete-scheduled-query-response.js +15 -0
- package/lib/response/delete-scheduled-query-response.js.map +1 -0
- package/lib/response/get-log-response.d.ts +30 -0
- package/lib/response/get-log-response.js +15 -0
- package/lib/response/get-log-response.js.map +1 -0
- package/lib/response/get-scheduled-query-response.d.ts +30 -0
- package/lib/response/get-scheduled-query-response.js +15 -0
- package/lib/response/get-scheduled-query-response.js.map +1 -0
- package/lib/response/index.d.ts +12 -0
- package/lib/response/list-scheduled-queries-response.d.ts +32 -0
- package/lib/response/list-scheduled-queries-response.js +15 -0
- package/lib/response/list-scheduled-queries-response.js.map +1 -0
- package/lib/response/update-scheduled-query-response.d.ts +30 -0
- package/lib/response/update-scheduled-query-response.js +15 -0
- package/lib/response/update-scheduled-query-response.js.map +1 -0
- package/lib/scheduledquery-waiter.d.ts +30 -0
- package/lib/scheduledquery-waiter.js +66 -0
- package/lib/scheduledquery-waiter.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,30 @@
|
|
|
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, 2025, 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 CreateScheduledQueryResponse {
|
|
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
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.ScheduledQuery instance.
|
|
28
|
+
*/
|
|
29
|
+
"scheduledQuery": model.ScheduledQuery;
|
|
30
|
+
}
|
|
@@ -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, 2025, 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=create-scheduled-query-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-scheduled-query-response.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/response/create-scheduled-query-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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, 2025, 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
|
+
export interface DeleteScheduledQueryResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
}
|
|
@@ -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, 2025, 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=delete-scheduled-query-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-scheduled-query-response.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/response/delete-scheduled-query-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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, 2025, 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 GetLogResponse {
|
|
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
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Log instance.
|
|
28
|
+
*/
|
|
29
|
+
"log": model.Log;
|
|
30
|
+
}
|
|
@@ -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, 2025, 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=get-log-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-log-response.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/response/get-log-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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, 2025, 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 GetScheduledQueryResponse {
|
|
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
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.ScheduledQuery instance.
|
|
28
|
+
*/
|
|
29
|
+
"scheduledQuery": model.ScheduledQuery;
|
|
30
|
+
}
|
|
@@ -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, 2025, 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=get-scheduled-query-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-scheduled-query-response.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/response/get-scheduled-query-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -31,8 +31,20 @@ import * as ListQuickPicksResponse from "./list-quick-picks-response";
|
|
|
31
31
|
export import ListQuickPicksResponse = ListQuickPicksResponse.ListQuickPicksResponse;
|
|
32
32
|
import * as QueryResponse from "./query-response";
|
|
33
33
|
export import QueryResponse = QueryResponse.QueryResponse;
|
|
34
|
+
import * as CreateScheduledQueryResponse from "./create-scheduled-query-response";
|
|
35
|
+
export import CreateScheduledQueryResponse = CreateScheduledQueryResponse.CreateScheduledQueryResponse;
|
|
36
|
+
import * as DeleteScheduledQueryResponse from "./delete-scheduled-query-response";
|
|
37
|
+
export import DeleteScheduledQueryResponse = DeleteScheduledQueryResponse.DeleteScheduledQueryResponse;
|
|
38
|
+
import * as GetScheduledQueryResponse from "./get-scheduled-query-response";
|
|
39
|
+
export import GetScheduledQueryResponse = GetScheduledQueryResponse.GetScheduledQueryResponse;
|
|
40
|
+
import * as ListScheduledQueriesResponse from "./list-scheduled-queries-response";
|
|
41
|
+
export import ListScheduledQueriesResponse = ListScheduledQueriesResponse.ListScheduledQueriesResponse;
|
|
42
|
+
import * as UpdateScheduledQueryResponse from "./update-scheduled-query-response";
|
|
43
|
+
export import UpdateScheduledQueryResponse = UpdateScheduledQueryResponse.UpdateScheduledQueryResponse;
|
|
34
44
|
import * as GetAggregatedSnapshotResponse from "./get-aggregated-snapshot-response";
|
|
35
45
|
export import GetAggregatedSnapshotResponse = GetAggregatedSnapshotResponse.GetAggregatedSnapshotResponse;
|
|
46
|
+
import * as GetLogResponse from "./get-log-response";
|
|
47
|
+
export import GetLogResponse = GetLogResponse.GetLogResponse;
|
|
36
48
|
import * as GetSpanResponse from "./get-span-response";
|
|
37
49
|
export import GetSpanResponse = GetSpanResponse.GetSpanResponse;
|
|
38
50
|
import * as GetTraceResponse from "./get-trace-response";
|
|
@@ -0,0 +1,32 @@
|
|
|
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, 2025, 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 ListScheduledQueriesResponse {
|
|
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
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the page parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.ScheduledQueryCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"scheduledQueryCollection": model.ScheduledQueryCollection;
|
|
32
|
+
}
|
|
@@ -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, 2025, 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=list-scheduled-queries-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-scheduled-queries-response.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/response/list-scheduled-queries-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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, 2025, 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 UpdateScheduledQueryResponse {
|
|
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
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.ScheduledQuery instance.
|
|
28
|
+
*/
|
|
29
|
+
"scheduledQuery": model.ScheduledQuery;
|
|
30
|
+
}
|
|
@@ -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, 2025, 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=update-scheduled-query-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-scheduled-query-response.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/response/update-scheduled-query-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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, 2025, 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 serviceRequests from "./request";
|
|
15
|
+
import * as serviceResponses from "./response";
|
|
16
|
+
import * as models from "./model";
|
|
17
|
+
import { ScheduledQueryClient } from "./client";
|
|
18
|
+
export declare class ScheduledQueryWaiter {
|
|
19
|
+
private client;
|
|
20
|
+
private readonly config?;
|
|
21
|
+
constructor(client: ScheduledQueryClient, config?: Partial<import("oci-common/lib/waiter").WaiterConfigurationDetails> | undefined);
|
|
22
|
+
/**
|
|
23
|
+
* Waits forScheduledQuery till it reaches any of the provided states
|
|
24
|
+
*
|
|
25
|
+
* @param request the request to send
|
|
26
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
27
|
+
* @return response returns GetScheduledQueryResponse | null (null in case of 404 response)
|
|
28
|
+
*/
|
|
29
|
+
forScheduledQuery(request: serviceRequests.GetScheduledQueryRequest, ...targetStates: models.LifecycleStates[]): Promise<serviceResponses.GetScheduledQueryResponse | null>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
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, 2025, 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
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
35
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
36
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
37
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
38
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
39
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
40
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
41
|
+
});
|
|
42
|
+
};
|
|
43
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
44
|
+
exports.ScheduledQueryWaiter = void 0;
|
|
45
|
+
const models = __importStar(require("./model"));
|
|
46
|
+
const oci_common_1 = require("oci-common");
|
|
47
|
+
class ScheduledQueryWaiter {
|
|
48
|
+
constructor(client, config) {
|
|
49
|
+
this.client = client;
|
|
50
|
+
this.config = config;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Waits forScheduledQuery till it reaches any of the provided states
|
|
54
|
+
*
|
|
55
|
+
* @param request the request to send
|
|
56
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
57
|
+
* @return response returns GetScheduledQueryResponse | null (null in case of 404 response)
|
|
58
|
+
*/
|
|
59
|
+
forScheduledQuery(request, ...targetStates) {
|
|
60
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
61
|
+
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getScheduledQuery(request), response => targetStates.includes(response.scheduledQuery.lifecycleState), targetStates.includes(models.LifecycleStates.Deleted));
|
|
62
|
+
});
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
exports.ScheduledQueryWaiter = ScheduledQueryWaiter;
|
|
66
|
+
//# sourceMappingURL=scheduledquery-waiter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scheduledquery-waiter.js","sourceRoot":"","sources":["../../../../lib/apmtraces/lib/scheduledquery-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,oBAAoB;IAC/B,YACU,MAA4B,EACnB,MAA4B;QADrC,WAAM,GAAN,MAAM,CAAsB;QACnB,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,iBAAiB,CAC5B,OAAiD,EACjD,GAAG,YAAsC;;YAEzC,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,iBAAiB,CAAC,OAAO,CAAC,EAC5C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,cAAc,CAAC,cAAe,CAAC,EAC1E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,eAAe,CAAC,OAAO,CAAC,CACtD,CAAC;QACJ,CAAC;KAAA;CACF;AAxBD,oDAwBC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-apmtraces",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.112.1",
|
|
4
4
|
"description": "OCI NodeJS client for Apm Traces Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.112.1",
|
|
19
|
+
"oci-workrequests": "2.112.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|