oci-apmtraces 2.50.3 → 2.50.4
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
|
@@ -64,7 +64,7 @@ export declare class QueryClient {
|
|
|
64
64
|
* @param ListQuickPicksRequest
|
|
65
65
|
* @return ListQuickPicksResponse
|
|
66
66
|
* @throws OciError when an error occurs
|
|
67
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
67
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API.
|
|
68
68
|
*/
|
|
69
69
|
listQuickPicks(listQuickPicksRequest: requests.ListQuickPicksRequest): Promise<responses.ListQuickPicksResponse>;
|
|
70
70
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class QueryClient {
|
|
|
109
109
|
* @param QueryRequest
|
|
110
110
|
* @return QueryResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/apmtraces/Query.ts.html |here} to see how to use Query API.
|
|
113
113
|
*/
|
|
114
114
|
query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
|
|
115
115
|
}
|
|
@@ -161,7 +161,7 @@ export declare class TraceClient {
|
|
|
161
161
|
* @param GetAggregatedSnapshotRequest
|
|
162
162
|
* @return GetAggregatedSnapshotResponse
|
|
163
163
|
* @throws OciError when an error occurs
|
|
164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshot API.
|
|
165
165
|
*/
|
|
166
166
|
getAggregatedSnapshot(getAggregatedSnapshotRequest: requests.GetAggregatedSnapshotRequest): Promise<responses.GetAggregatedSnapshotResponse>;
|
|
167
167
|
/**
|
|
@@ -171,7 +171,7 @@ export declare class TraceClient {
|
|
|
171
171
|
* @param GetSpanRequest
|
|
172
172
|
* @return GetSpanResponse
|
|
173
173
|
* @throws OciError when an error occurs
|
|
174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API.
|
|
175
175
|
*/
|
|
176
176
|
getSpan(getSpanRequest: requests.GetSpanRequest): Promise<responses.GetSpanResponse>;
|
|
177
177
|
/**
|
|
@@ -181,7 +181,7 @@ export declare class TraceClient {
|
|
|
181
181
|
* @param GetTraceRequest
|
|
182
182
|
* @return GetTraceResponse
|
|
183
183
|
* @throws OciError when an error occurs
|
|
184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
|
|
185
185
|
*/
|
|
186
186
|
getTrace(getTraceRequest: requests.GetTraceRequest): Promise<responses.GetTraceResponse>;
|
|
187
187
|
/**
|
|
@@ -191,7 +191,7 @@ export declare class TraceClient {
|
|
|
191
191
|
* @param GetTraceSnapshotRequest
|
|
192
192
|
* @return GetTraceSnapshotResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshot API.
|
|
195
195
|
*/
|
|
196
196
|
getTraceSnapshot(getTraceSnapshotRequest: requests.GetTraceSnapshotRequest): Promise<responses.GetTraceSnapshotResponse>;
|
|
197
197
|
}
|
package/lib/client.js
CHANGED
|
@@ -138,7 +138,7 @@ class QueryClient {
|
|
|
138
138
|
* @param ListQuickPicksRequest
|
|
139
139
|
* @return ListQuickPicksResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API.
|
|
142
142
|
*/
|
|
143
143
|
listQuickPicks(listQuickPicksRequest) {
|
|
144
144
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -252,7 +252,7 @@ class QueryClient {
|
|
|
252
252
|
* @param QueryRequest
|
|
253
253
|
* @return QueryResponse
|
|
254
254
|
* @throws OciError when an error occurs
|
|
255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
255
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/apmtraces/Query.ts.html |here} to see how to use Query API.
|
|
256
256
|
*/
|
|
257
257
|
query(queryRequest) {
|
|
258
258
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -411,7 +411,7 @@ class TraceClient {
|
|
|
411
411
|
* @param GetAggregatedSnapshotRequest
|
|
412
412
|
* @return GetAggregatedSnapshotResponse
|
|
413
413
|
* @throws OciError when an error occurs
|
|
414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshot API.
|
|
415
415
|
*/
|
|
416
416
|
getAggregatedSnapshot(getAggregatedSnapshotRequest) {
|
|
417
417
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -472,7 +472,7 @@ class TraceClient {
|
|
|
472
472
|
* @param GetSpanRequest
|
|
473
473
|
* @return GetSpanResponse
|
|
474
474
|
* @throws OciError when an error occurs
|
|
475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API.
|
|
476
476
|
*/
|
|
477
477
|
getSpan(getSpanRequest) {
|
|
478
478
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -534,7 +534,7 @@ class TraceClient {
|
|
|
534
534
|
* @param GetTraceRequest
|
|
535
535
|
* @return GetTraceResponse
|
|
536
536
|
* @throws OciError when an error occurs
|
|
537
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
|
|
538
538
|
*/
|
|
539
539
|
getTrace(getTraceRequest) {
|
|
540
540
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -595,7 +595,7 @@ class TraceClient {
|
|
|
595
595
|
* @param GetTraceSnapshotRequest
|
|
596
596
|
* @return GetTraceSnapshotResponse
|
|
597
597
|
* @throws OciError when an error occurs
|
|
598
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.
|
|
598
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshot API.
|
|
599
599
|
*/
|
|
600
600
|
getTraceSnapshot(getTraceSnapshotRequest) {
|
|
601
601
|
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.50.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/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.50.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/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.50.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/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.50.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/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.50.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/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.50.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/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.50.
|
|
3
|
+
"version": "2.50.4",
|
|
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.50.
|
|
19
|
-
"oci-workrequests": "2.50.
|
|
18
|
+
"oci-common": "2.50.4",
|
|
19
|
+
"oci-workrequests": "2.50.4"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|