oci-apmtraces 2.16.0 → 2.19.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.
- package/lib/client.d.ts +6 -6
- package/lib/client.js +6 -6
- package/lib/request/get-aggregated-snapshot-request.d.ts +1 -1
- package/lib/request/get-span-request.d.ts +1 -1
- package/lib/request/get-trace-request.d.ts +1 -1
- package/lib/request/get-trace-snapshot-request.d.ts +1 -1
- package/lib/request/list-quick-picks-request.d.ts +1 -1
- package/lib/request/query-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -62,7 +62,7 @@ export declare class QueryClient {
|
|
|
62
62
|
* @param ListQuickPicksRequest
|
|
63
63
|
* @return ListQuickPicksResponse
|
|
64
64
|
* @throws OciError when an error occurs
|
|
65
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
65
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API.
|
|
66
66
|
*/
|
|
67
67
|
listQuickPicks(listQuickPicksRequest: requests.ListQuickPicksRequest): Promise<responses.ListQuickPicksResponse>;
|
|
68
68
|
/**
|
|
@@ -107,7 +107,7 @@ export declare class QueryClient {
|
|
|
107
107
|
* @param QueryRequest
|
|
108
108
|
* @return QueryResponse
|
|
109
109
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/apmtraces/Query.ts.html |here} to see how to use Query API.
|
|
111
111
|
*/
|
|
112
112
|
query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
|
|
113
113
|
}
|
|
@@ -157,7 +157,7 @@ export declare class TraceClient {
|
|
|
157
157
|
* @param GetAggregatedSnapshotRequest
|
|
158
158
|
* @return GetAggregatedSnapshotResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshot API.
|
|
161
161
|
*/
|
|
162
162
|
getAggregatedSnapshot(getAggregatedSnapshotRequest: requests.GetAggregatedSnapshotRequest): Promise<responses.GetAggregatedSnapshotResponse>;
|
|
163
163
|
/**
|
|
@@ -167,7 +167,7 @@ export declare class TraceClient {
|
|
|
167
167
|
* @param GetSpanRequest
|
|
168
168
|
* @return GetSpanResponse
|
|
169
169
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API.
|
|
171
171
|
*/
|
|
172
172
|
getSpan(getSpanRequest: requests.GetSpanRequest): Promise<responses.GetSpanResponse>;
|
|
173
173
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class TraceClient {
|
|
|
177
177
|
* @param GetTraceRequest
|
|
178
178
|
* @return GetTraceResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
|
|
181
181
|
*/
|
|
182
182
|
getTrace(getTraceRequest: requests.GetTraceRequest): Promise<responses.GetTraceResponse>;
|
|
183
183
|
/**
|
|
@@ -187,7 +187,7 @@ export declare class TraceClient {
|
|
|
187
187
|
* @param GetTraceSnapshotRequest
|
|
188
188
|
* @return GetTraceSnapshotResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshot API.
|
|
191
191
|
*/
|
|
192
192
|
getTraceSnapshot(getTraceSnapshotRequest: requests.GetTraceSnapshotRequest): Promise<responses.GetTraceSnapshotResponse>;
|
|
193
193
|
}
|
package/lib/client.js
CHANGED
|
@@ -132,7 +132,7 @@ class QueryClient {
|
|
|
132
132
|
* @param ListQuickPicksRequest
|
|
133
133
|
* @return ListQuickPicksResponse
|
|
134
134
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API.
|
|
136
136
|
*/
|
|
137
137
|
listQuickPicks(listQuickPicksRequest) {
|
|
138
138
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -244,7 +244,7 @@ class QueryClient {
|
|
|
244
244
|
* @param QueryRequest
|
|
245
245
|
* @return QueryResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/apmtraces/Query.ts.html |here} to see how to use Query API.
|
|
248
248
|
*/
|
|
249
249
|
query(queryRequest) {
|
|
250
250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -395,7 +395,7 @@ class TraceClient {
|
|
|
395
395
|
* @param GetAggregatedSnapshotRequest
|
|
396
396
|
* @return GetAggregatedSnapshotResponse
|
|
397
397
|
* @throws OciError when an error occurs
|
|
398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshot API.
|
|
399
399
|
*/
|
|
400
400
|
getAggregatedSnapshot(getAggregatedSnapshotRequest) {
|
|
401
401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -454,7 +454,7 @@ class TraceClient {
|
|
|
454
454
|
* @param GetSpanRequest
|
|
455
455
|
* @return GetSpanResponse
|
|
456
456
|
* @throws OciError when an error occurs
|
|
457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API.
|
|
458
458
|
*/
|
|
459
459
|
getSpan(getSpanRequest) {
|
|
460
460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -514,7 +514,7 @@ class TraceClient {
|
|
|
514
514
|
* @param GetTraceRequest
|
|
515
515
|
* @return GetTraceResponse
|
|
516
516
|
* @throws OciError when an error occurs
|
|
517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
|
|
518
518
|
*/
|
|
519
519
|
getTrace(getTraceRequest) {
|
|
520
520
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -573,7 +573,7 @@ class TraceClient {
|
|
|
573
573
|
* @param GetTraceSnapshotRequest
|
|
574
574
|
* @return GetTraceSnapshotResponse
|
|
575
575
|
* @throws OciError when an error occurs
|
|
576
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
576
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshot API.
|
|
577
577
|
*/
|
|
578
578
|
getTraceSnapshot(getTraceSnapshotRequest) {
|
|
579
579
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12,7 +12,7 @@
|
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshotRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAggregatedSnapshotRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/apmtraces/GetSpan.ts.html |here} to see how to use GetSpanRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSpanRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/apmtraces/GetTrace.ts.html |here} to see how to use GetTraceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetTraceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshotRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetTraceSnapshotRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicksRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListQuickPicksRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/apmtraces/Query.ts.html |here} to see how to use QueryRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface QueryRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-apmtraces",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.19.0",
|
|
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.19.0",
|
|
19
|
+
"oci-workrequests": "2.19.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|