oci-apmtraces 2.102.2 → 2.103.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 +14 -14
- package/lib/client.js +14 -14
- package/lib/request/bulk-activate-attribute-request.d.ts +1 -1
- package/lib/request/bulk-de-activate-attribute-request.d.ts +1 -1
- package/lib/request/bulk-pin-attribute-request.d.ts +1 -1
- package/lib/request/bulk-unpin-attribute-request.d.ts +1 -1
- package/lib/request/bulk-update-attribute-notes-request.d.ts +1 -1
- package/lib/request/bulk-update-attribute-request.d.ts +1 -1
- 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-status-auto-activate-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/put-toggle-auto-activate-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
|
@@ -94,7 +94,7 @@ export declare class AttributesClient {
|
|
|
94
94
|
* @param BulkActivateAttributeRequest
|
|
95
95
|
* @return BulkActivateAttributeResponse
|
|
96
96
|
* @throws OciError when an error occurs
|
|
97
|
-
* @example Click {@link https://docs.
|
|
97
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/BulkActivateAttribute.ts.html |here} to see how to use BulkActivateAttribute API.
|
|
98
98
|
*/
|
|
99
99
|
bulkActivateAttribute(bulkActivateAttributeRequest: requests.BulkActivateAttributeRequest): Promise<responses.BulkActivateAttributeResponse>;
|
|
100
100
|
/**
|
|
@@ -111,7 +111,7 @@ export declare class AttributesClient {
|
|
|
111
111
|
* @param BulkDeActivateAttributeRequest
|
|
112
112
|
* @return BulkDeActivateAttributeResponse
|
|
113
113
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.
|
|
114
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/BulkDeActivateAttribute.ts.html |here} to see how to use BulkDeActivateAttribute API.
|
|
115
115
|
*/
|
|
116
116
|
bulkDeActivateAttribute(bulkDeActivateAttributeRequest: requests.BulkDeActivateAttributeRequest): Promise<responses.BulkDeActivateAttributeResponse>;
|
|
117
117
|
/**
|
|
@@ -122,7 +122,7 @@ export declare class AttributesClient {
|
|
|
122
122
|
* @param BulkPinAttributeRequest
|
|
123
123
|
* @return BulkPinAttributeResponse
|
|
124
124
|
* @throws OciError when an error occurs
|
|
125
|
-
* @example Click {@link https://docs.
|
|
125
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/BulkPinAttribute.ts.html |here} to see how to use BulkPinAttribute API.
|
|
126
126
|
*/
|
|
127
127
|
bulkPinAttribute(bulkPinAttributeRequest: requests.BulkPinAttributeRequest): Promise<responses.BulkPinAttributeResponse>;
|
|
128
128
|
/**
|
|
@@ -132,7 +132,7 @@ export declare class AttributesClient {
|
|
|
132
132
|
* @param BulkUnpinAttributeRequest
|
|
133
133
|
* @return BulkUnpinAttributeResponse
|
|
134
134
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.
|
|
135
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/BulkUnpinAttribute.ts.html |here} to see how to use BulkUnpinAttribute API.
|
|
136
136
|
*/
|
|
137
137
|
bulkUnpinAttribute(bulkUnpinAttributeRequest: requests.BulkUnpinAttributeRequest): Promise<responses.BulkUnpinAttributeResponse>;
|
|
138
138
|
/**
|
|
@@ -142,7 +142,7 @@ export declare class AttributesClient {
|
|
|
142
142
|
* @param BulkUpdateAttributeRequest
|
|
143
143
|
* @return BulkUpdateAttributeResponse
|
|
144
144
|
* @throws OciError when an error occurs
|
|
145
|
-
* @example Click {@link https://docs.
|
|
145
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/BulkUpdateAttribute.ts.html |here} to see how to use BulkUpdateAttribute API.
|
|
146
146
|
*/
|
|
147
147
|
bulkUpdateAttribute(bulkUpdateAttributeRequest: requests.BulkUpdateAttributeRequest): Promise<responses.BulkUpdateAttributeResponse>;
|
|
148
148
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class AttributesClient {
|
|
|
154
154
|
* @param BulkUpdateAttributeNotesRequest
|
|
155
155
|
* @return BulkUpdateAttributeNotesResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.
|
|
157
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/BulkUpdateAttributeNotes.ts.html |here} to see how to use BulkUpdateAttributeNotes API.
|
|
158
158
|
*/
|
|
159
159
|
bulkUpdateAttributeNotes(bulkUpdateAttributeNotesRequest: requests.BulkUpdateAttributeNotesRequest): Promise<responses.BulkUpdateAttributeNotesResponse>;
|
|
160
160
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class AttributesClient {
|
|
|
164
164
|
* @param GetStatusAutoActivateRequest
|
|
165
165
|
* @return GetStatusAutoActivateResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.
|
|
167
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/GetStatusAutoActivate.ts.html |here} to see how to use GetStatusAutoActivate API.
|
|
168
168
|
*/
|
|
169
169
|
getStatusAutoActivate(getStatusAutoActivateRequest: requests.GetStatusAutoActivateRequest): Promise<responses.GetStatusAutoActivateResponse>;
|
|
170
170
|
/**
|
|
@@ -174,7 +174,7 @@ export declare class AttributesClient {
|
|
|
174
174
|
* @param PutToggleAutoActivateRequest
|
|
175
175
|
* @return PutToggleAutoActivateResponse
|
|
176
176
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.
|
|
177
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/PutToggleAutoActivate.ts.html |here} to see how to use PutToggleAutoActivate API.
|
|
178
178
|
*/
|
|
179
179
|
putToggleAutoActivate(putToggleAutoActivateRequest: requests.PutToggleAutoActivateRequest): Promise<responses.PutToggleAutoActivateResponse>;
|
|
180
180
|
}
|
|
@@ -251,7 +251,7 @@ export declare class QueryClient {
|
|
|
251
251
|
* @param ListQuickPicksRequest
|
|
252
252
|
* @return ListQuickPicksResponse
|
|
253
253
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.
|
|
254
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API.
|
|
255
255
|
*/
|
|
256
256
|
listQuickPicks(listQuickPicksRequest: requests.ListQuickPicksRequest): Promise<responses.ListQuickPicksResponse>;
|
|
257
257
|
/**
|
|
@@ -296,7 +296,7 @@ export declare class QueryClient {
|
|
|
296
296
|
* @param QueryRequest
|
|
297
297
|
* @return QueryResponse
|
|
298
298
|
* @throws OciError when an error occurs
|
|
299
|
-
* @example Click {@link https://docs.
|
|
299
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/Query.ts.html |here} to see how to use Query API.
|
|
300
300
|
*/
|
|
301
301
|
query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
|
|
302
302
|
}
|
|
@@ -372,7 +372,7 @@ export declare class TraceClient {
|
|
|
372
372
|
* @param GetAggregatedSnapshotRequest
|
|
373
373
|
* @return GetAggregatedSnapshotResponse
|
|
374
374
|
* @throws OciError when an error occurs
|
|
375
|
-
* @example Click {@link https://docs.
|
|
375
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshot API.
|
|
376
376
|
*/
|
|
377
377
|
getAggregatedSnapshot(getAggregatedSnapshotRequest: requests.GetAggregatedSnapshotRequest): Promise<responses.GetAggregatedSnapshotResponse>;
|
|
378
378
|
/**
|
|
@@ -382,7 +382,7 @@ export declare class TraceClient {
|
|
|
382
382
|
* @param GetSpanRequest
|
|
383
383
|
* @return GetSpanResponse
|
|
384
384
|
* @throws OciError when an error occurs
|
|
385
|
-
* @example Click {@link https://docs.
|
|
385
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API.
|
|
386
386
|
*/
|
|
387
387
|
getSpan(getSpanRequest: requests.GetSpanRequest): Promise<responses.GetSpanResponse>;
|
|
388
388
|
/**
|
|
@@ -392,7 +392,7 @@ export declare class TraceClient {
|
|
|
392
392
|
* @param GetTraceRequest
|
|
393
393
|
* @return GetTraceResponse
|
|
394
394
|
* @throws OciError when an error occurs
|
|
395
|
-
* @example Click {@link https://docs.
|
|
395
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
|
|
396
396
|
*/
|
|
397
397
|
getTrace(getTraceRequest: requests.GetTraceRequest): Promise<responses.GetTraceResponse>;
|
|
398
398
|
/**
|
|
@@ -402,7 +402,7 @@ export declare class TraceClient {
|
|
|
402
402
|
* @param GetTraceSnapshotRequest
|
|
403
403
|
* @return GetTraceSnapshotResponse
|
|
404
404
|
* @throws OciError when an error occurs
|
|
405
|
-
* @example Click {@link https://docs.
|
|
405
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshot API.
|
|
406
406
|
*/
|
|
407
407
|
getTraceSnapshot(getTraceSnapshotRequest: requests.GetTraceSnapshotRequest): Promise<responses.GetTraceSnapshotResponse>;
|
|
408
408
|
}
|
package/lib/client.js
CHANGED
|
@@ -200,7 +200,7 @@ class AttributesClient {
|
|
|
200
200
|
* @param BulkActivateAttributeRequest
|
|
201
201
|
* @return BulkActivateAttributeResponse
|
|
202
202
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.
|
|
203
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/BulkActivateAttribute.ts.html |here} to see how to use BulkActivateAttribute API.
|
|
204
204
|
*/
|
|
205
205
|
bulkActivateAttribute(bulkActivateAttributeRequest) {
|
|
206
206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -267,7 +267,7 @@ class AttributesClient {
|
|
|
267
267
|
* @param BulkDeActivateAttributeRequest
|
|
268
268
|
* @return BulkDeActivateAttributeResponse
|
|
269
269
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.
|
|
270
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/BulkDeActivateAttribute.ts.html |here} to see how to use BulkDeActivateAttribute API.
|
|
271
271
|
*/
|
|
272
272
|
bulkDeActivateAttribute(bulkDeActivateAttributeRequest) {
|
|
273
273
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -328,7 +328,7 @@ class AttributesClient {
|
|
|
328
328
|
* @param BulkPinAttributeRequest
|
|
329
329
|
* @return BulkPinAttributeResponse
|
|
330
330
|
* @throws OciError when an error occurs
|
|
331
|
-
* @example Click {@link https://docs.
|
|
331
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/BulkPinAttribute.ts.html |here} to see how to use BulkPinAttribute API.
|
|
332
332
|
*/
|
|
333
333
|
bulkPinAttribute(bulkPinAttributeRequest) {
|
|
334
334
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -388,7 +388,7 @@ class AttributesClient {
|
|
|
388
388
|
* @param BulkUnpinAttributeRequest
|
|
389
389
|
* @return BulkUnpinAttributeResponse
|
|
390
390
|
* @throws OciError when an error occurs
|
|
391
|
-
* @example Click {@link https://docs.
|
|
391
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/BulkUnpinAttribute.ts.html |here} to see how to use BulkUnpinAttribute API.
|
|
392
392
|
*/
|
|
393
393
|
bulkUnpinAttribute(bulkUnpinAttributeRequest) {
|
|
394
394
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -448,7 +448,7 @@ class AttributesClient {
|
|
|
448
448
|
* @param BulkUpdateAttributeRequest
|
|
449
449
|
* @return BulkUpdateAttributeResponse
|
|
450
450
|
* @throws OciError when an error occurs
|
|
451
|
-
* @example Click {@link https://docs.
|
|
451
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/BulkUpdateAttribute.ts.html |here} to see how to use BulkUpdateAttribute API.
|
|
452
452
|
*/
|
|
453
453
|
bulkUpdateAttribute(bulkUpdateAttributeRequest) {
|
|
454
454
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -510,7 +510,7 @@ class AttributesClient {
|
|
|
510
510
|
* @param BulkUpdateAttributeNotesRequest
|
|
511
511
|
* @return BulkUpdateAttributeNotesResponse
|
|
512
512
|
* @throws OciError when an error occurs
|
|
513
|
-
* @example Click {@link https://docs.
|
|
513
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/BulkUpdateAttributeNotes.ts.html |here} to see how to use BulkUpdateAttributeNotes API.
|
|
514
514
|
*/
|
|
515
515
|
bulkUpdateAttributeNotes(bulkUpdateAttributeNotesRequest) {
|
|
516
516
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -570,7 +570,7 @@ class AttributesClient {
|
|
|
570
570
|
* @param GetStatusAutoActivateRequest
|
|
571
571
|
* @return GetStatusAutoActivateResponse
|
|
572
572
|
* @throws OciError when an error occurs
|
|
573
|
-
* @example Click {@link https://docs.
|
|
573
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/GetStatusAutoActivate.ts.html |here} to see how to use GetStatusAutoActivate API.
|
|
574
574
|
*/
|
|
575
575
|
getStatusAutoActivate(getStatusAutoActivateRequest) {
|
|
576
576
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -630,7 +630,7 @@ class AttributesClient {
|
|
|
630
630
|
* @param PutToggleAutoActivateRequest
|
|
631
631
|
* @return PutToggleAutoActivateResponse
|
|
632
632
|
* @throws OciError when an error occurs
|
|
633
|
-
* @example Click {@link https://docs.
|
|
633
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/PutToggleAutoActivate.ts.html |here} to see how to use PutToggleAutoActivate API.
|
|
634
634
|
*/
|
|
635
635
|
putToggleAutoActivate(putToggleAutoActivateRequest) {
|
|
636
636
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -833,7 +833,7 @@ class QueryClient {
|
|
|
833
833
|
* @param ListQuickPicksRequest
|
|
834
834
|
* @return ListQuickPicksResponse
|
|
835
835
|
* @throws OciError when an error occurs
|
|
836
|
-
* @example Click {@link https://docs.
|
|
836
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API.
|
|
837
837
|
*/
|
|
838
838
|
listQuickPicks(listQuickPicksRequest) {
|
|
839
839
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -947,7 +947,7 @@ class QueryClient {
|
|
|
947
947
|
* @param QueryRequest
|
|
948
948
|
* @return QueryResponse
|
|
949
949
|
* @throws OciError when an error occurs
|
|
950
|
-
* @example Click {@link https://docs.
|
|
950
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/Query.ts.html |here} to see how to use Query API.
|
|
951
951
|
*/
|
|
952
952
|
query(queryRequest) {
|
|
953
953
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1162,7 +1162,7 @@ class TraceClient {
|
|
|
1162
1162
|
* @param GetAggregatedSnapshotRequest
|
|
1163
1163
|
* @return GetAggregatedSnapshotResponse
|
|
1164
1164
|
* @throws OciError when an error occurs
|
|
1165
|
-
* @example Click {@link https://docs.
|
|
1165
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshot API.
|
|
1166
1166
|
*/
|
|
1167
1167
|
getAggregatedSnapshot(getAggregatedSnapshotRequest) {
|
|
1168
1168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1227,7 +1227,7 @@ class TraceClient {
|
|
|
1227
1227
|
* @param GetSpanRequest
|
|
1228
1228
|
* @return GetSpanResponse
|
|
1229
1229
|
* @throws OciError when an error occurs
|
|
1230
|
-
* @example Click {@link https://docs.
|
|
1230
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API.
|
|
1231
1231
|
*/
|
|
1232
1232
|
getSpan(getSpanRequest) {
|
|
1233
1233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1292,7 +1292,7 @@ class TraceClient {
|
|
|
1292
1292
|
* @param GetTraceRequest
|
|
1293
1293
|
* @return GetTraceResponse
|
|
1294
1294
|
* @throws OciError when an error occurs
|
|
1295
|
-
* @example Click {@link https://docs.
|
|
1295
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
|
|
1296
1296
|
*/
|
|
1297
1297
|
getTrace(getTraceRequest) {
|
|
1298
1298
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1356,7 +1356,7 @@ class TraceClient {
|
|
|
1356
1356
|
* @param GetTraceSnapshotRequest
|
|
1357
1357
|
* @return GetTraceSnapshotResponse
|
|
1358
1358
|
* @throws OciError when an error occurs
|
|
1359
|
-
* @example Click {@link https://docs.
|
|
1359
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshot API.
|
|
1360
1360
|
*/
|
|
1361
1361
|
getTraceSnapshot(getTraceSnapshotRequest) {
|
|
1362
1362
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/BulkActivateAttribute.ts.html |here} to see how to use BulkActivateAttributeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BulkActivateAttributeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/BulkDeActivateAttribute.ts.html |here} to see how to use BulkDeActivateAttributeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BulkDeActivateAttributeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/BulkPinAttribute.ts.html |here} to see how to use BulkPinAttributeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BulkPinAttributeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/BulkUnpinAttribute.ts.html |here} to see how to use BulkUnpinAttributeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BulkUnpinAttributeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/BulkUpdateAttributeNotes.ts.html |here} to see how to use BulkUpdateAttributeNotesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BulkUpdateAttributeNotesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/BulkUpdateAttribute.ts.html |here} to see how to use BulkUpdateAttributeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BulkUpdateAttributeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/GetStatusAutoActivate.ts.html |here} to see how to use GetStatusAutoActivateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetStatusAutoActivateRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicksRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListQuickPicksRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apmtraces/PutToggleAutoActivate.ts.html |here} to see how to use PutToggleAutoActivateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface PutToggleAutoActivateRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.103.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.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|