oci-apmtraces 2.86.2 → 2.86.3

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 CHANGED
@@ -89,7 +89,7 @@ export declare class AttributesClient {
89
89
  * @param BulkActivateAttributeRequest
90
90
  * @return BulkActivateAttributeResponse
91
91
  * @throws OciError when an error occurs
92
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/BulkActivateAttribute.ts.html |here} to see how to use BulkActivateAttribute API.
92
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/BulkActivateAttribute.ts.html |here} to see how to use BulkActivateAttribute API.
93
93
  */
94
94
  bulkActivateAttribute(bulkActivateAttributeRequest: requests.BulkActivateAttributeRequest): Promise<responses.BulkActivateAttributeResponse>;
95
95
  /**
@@ -106,7 +106,7 @@ export declare class AttributesClient {
106
106
  * @param BulkDeActivateAttributeRequest
107
107
  * @return BulkDeActivateAttributeResponse
108
108
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/BulkDeActivateAttribute.ts.html |here} to see how to use BulkDeActivateAttribute API.
109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/BulkDeActivateAttribute.ts.html |here} to see how to use BulkDeActivateAttribute API.
110
110
  */
111
111
  bulkDeActivateAttribute(bulkDeActivateAttributeRequest: requests.BulkDeActivateAttributeRequest): Promise<responses.BulkDeActivateAttributeResponse>;
112
112
  /**
@@ -117,7 +117,7 @@ export declare class AttributesClient {
117
117
  * @param BulkPinAttributeRequest
118
118
  * @return BulkPinAttributeResponse
119
119
  * @throws OciError when an error occurs
120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/BulkPinAttribute.ts.html |here} to see how to use BulkPinAttribute API.
120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/BulkPinAttribute.ts.html |here} to see how to use BulkPinAttribute API.
121
121
  */
122
122
  bulkPinAttribute(bulkPinAttributeRequest: requests.BulkPinAttributeRequest): Promise<responses.BulkPinAttributeResponse>;
123
123
  /**
@@ -127,7 +127,7 @@ export declare class AttributesClient {
127
127
  * @param BulkUnpinAttributeRequest
128
128
  * @return BulkUnpinAttributeResponse
129
129
  * @throws OciError when an error occurs
130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/BulkUnpinAttribute.ts.html |here} to see how to use BulkUnpinAttribute API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/BulkUnpinAttribute.ts.html |here} to see how to use BulkUnpinAttribute API.
131
131
  */
132
132
  bulkUnpinAttribute(bulkUnpinAttributeRequest: requests.BulkUnpinAttributeRequest): Promise<responses.BulkUnpinAttributeResponse>;
133
133
  /**
@@ -137,7 +137,7 @@ export declare class AttributesClient {
137
137
  * @param BulkUpdateAttributeRequest
138
138
  * @return BulkUpdateAttributeResponse
139
139
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/BulkUpdateAttribute.ts.html |here} to see how to use BulkUpdateAttribute API.
140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/BulkUpdateAttribute.ts.html |here} to see how to use BulkUpdateAttribute API.
141
141
  */
142
142
  bulkUpdateAttribute(bulkUpdateAttributeRequest: requests.BulkUpdateAttributeRequest): Promise<responses.BulkUpdateAttributeResponse>;
143
143
  /**
@@ -149,7 +149,7 @@ export declare class AttributesClient {
149
149
  * @param BulkUpdateAttributeNotesRequest
150
150
  * @return BulkUpdateAttributeNotesResponse
151
151
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/BulkUpdateAttributeNotes.ts.html |here} to see how to use BulkUpdateAttributeNotes API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/BulkUpdateAttributeNotes.ts.html |here} to see how to use BulkUpdateAttributeNotes API.
153
153
  */
154
154
  bulkUpdateAttributeNotes(bulkUpdateAttributeNotesRequest: requests.BulkUpdateAttributeNotesRequest): Promise<responses.BulkUpdateAttributeNotesResponse>;
155
155
  /**
@@ -159,7 +159,7 @@ export declare class AttributesClient {
159
159
  * @param GetStatusAutoActivateRequest
160
160
  * @return GetStatusAutoActivateResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/GetStatusAutoActivate.ts.html |here} to see how to use GetStatusAutoActivate API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/GetStatusAutoActivate.ts.html |here} to see how to use GetStatusAutoActivate API.
163
163
  */
164
164
  getStatusAutoActivate(getStatusAutoActivateRequest: requests.GetStatusAutoActivateRequest): Promise<responses.GetStatusAutoActivateResponse>;
165
165
  /**
@@ -169,7 +169,7 @@ export declare class AttributesClient {
169
169
  * @param PutToggleAutoActivateRequest
170
170
  * @return PutToggleAutoActivateResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/PutToggleAutoActivate.ts.html |here} to see how to use PutToggleAutoActivate API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/PutToggleAutoActivate.ts.html |here} to see how to use PutToggleAutoActivate API.
173
173
  */
174
174
  putToggleAutoActivate(putToggleAutoActivateRequest: requests.PutToggleAutoActivateRequest): Promise<responses.PutToggleAutoActivateResponse>;
175
175
  }
@@ -241,7 +241,7 @@ export declare class QueryClient {
241
241
  * @param ListQuickPicksRequest
242
242
  * @return ListQuickPicksResponse
243
243
  * @throws OciError when an error occurs
244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API.
244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API.
245
245
  */
246
246
  listQuickPicks(listQuickPicksRequest: requests.ListQuickPicksRequest): Promise<responses.ListQuickPicksResponse>;
247
247
  /**
@@ -286,7 +286,7 @@ export declare class QueryClient {
286
286
  * @param QueryRequest
287
287
  * @return QueryResponse
288
288
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/Query.ts.html |here} to see how to use Query API.
289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/Query.ts.html |here} to see how to use Query API.
290
290
  */
291
291
  query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
292
292
  }
@@ -357,7 +357,7 @@ export declare class TraceClient {
357
357
  * @param GetAggregatedSnapshotRequest
358
358
  * @return GetAggregatedSnapshotResponse
359
359
  * @throws OciError when an error occurs
360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshot API.
360
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshot API.
361
361
  */
362
362
  getAggregatedSnapshot(getAggregatedSnapshotRequest: requests.GetAggregatedSnapshotRequest): Promise<responses.GetAggregatedSnapshotResponse>;
363
363
  /**
@@ -367,7 +367,7 @@ export declare class TraceClient {
367
367
  * @param GetSpanRequest
368
368
  * @return GetSpanResponse
369
369
  * @throws OciError when an error occurs
370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API.
370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API.
371
371
  */
372
372
  getSpan(getSpanRequest: requests.GetSpanRequest): Promise<responses.GetSpanResponse>;
373
373
  /**
@@ -377,7 +377,7 @@ export declare class TraceClient {
377
377
  * @param GetTraceRequest
378
378
  * @return GetTraceResponse
379
379
  * @throws OciError when an error occurs
380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
381
381
  */
382
382
  getTrace(getTraceRequest: requests.GetTraceRequest): Promise<responses.GetTraceResponse>;
383
383
  /**
@@ -387,7 +387,7 @@ export declare class TraceClient {
387
387
  * @param GetTraceSnapshotRequest
388
388
  * @return GetTraceSnapshotResponse
389
389
  * @throws OciError when an error occurs
390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshot API.
390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshot API.
391
391
  */
392
392
  getTraceSnapshot(getTraceSnapshotRequest: requests.GetTraceSnapshotRequest): Promise<responses.GetTraceSnapshotResponse>;
393
393
  }
package/lib/client.js CHANGED
@@ -189,7 +189,7 @@ class AttributesClient {
189
189
  * @param BulkActivateAttributeRequest
190
190
  * @return BulkActivateAttributeResponse
191
191
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/BulkActivateAttribute.ts.html |here} to see how to use BulkActivateAttribute API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/BulkActivateAttribute.ts.html |here} to see how to use BulkActivateAttribute API.
193
193
  */
194
194
  bulkActivateAttribute(bulkActivateAttributeRequest) {
195
195
  return __awaiter(this, void 0, void 0, function* () {
@@ -256,7 +256,7 @@ class AttributesClient {
256
256
  * @param BulkDeActivateAttributeRequest
257
257
  * @return BulkDeActivateAttributeResponse
258
258
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/BulkDeActivateAttribute.ts.html |here} to see how to use BulkDeActivateAttribute API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/BulkDeActivateAttribute.ts.html |here} to see how to use BulkDeActivateAttribute API.
260
260
  */
261
261
  bulkDeActivateAttribute(bulkDeActivateAttributeRequest) {
262
262
  return __awaiter(this, void 0, void 0, function* () {
@@ -317,7 +317,7 @@ class AttributesClient {
317
317
  * @param BulkPinAttributeRequest
318
318
  * @return BulkPinAttributeResponse
319
319
  * @throws OciError when an error occurs
320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/BulkPinAttribute.ts.html |here} to see how to use BulkPinAttribute API.
320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/BulkPinAttribute.ts.html |here} to see how to use BulkPinAttribute API.
321
321
  */
322
322
  bulkPinAttribute(bulkPinAttributeRequest) {
323
323
  return __awaiter(this, void 0, void 0, function* () {
@@ -377,7 +377,7 @@ class AttributesClient {
377
377
  * @param BulkUnpinAttributeRequest
378
378
  * @return BulkUnpinAttributeResponse
379
379
  * @throws OciError when an error occurs
380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/BulkUnpinAttribute.ts.html |here} to see how to use BulkUnpinAttribute API.
380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/BulkUnpinAttribute.ts.html |here} to see how to use BulkUnpinAttribute API.
381
381
  */
382
382
  bulkUnpinAttribute(bulkUnpinAttributeRequest) {
383
383
  return __awaiter(this, void 0, void 0, function* () {
@@ -437,7 +437,7 @@ class AttributesClient {
437
437
  * @param BulkUpdateAttributeRequest
438
438
  * @return BulkUpdateAttributeResponse
439
439
  * @throws OciError when an error occurs
440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/BulkUpdateAttribute.ts.html |here} to see how to use BulkUpdateAttribute API.
440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/BulkUpdateAttribute.ts.html |here} to see how to use BulkUpdateAttribute API.
441
441
  */
442
442
  bulkUpdateAttribute(bulkUpdateAttributeRequest) {
443
443
  return __awaiter(this, void 0, void 0, function* () {
@@ -499,7 +499,7 @@ class AttributesClient {
499
499
  * @param BulkUpdateAttributeNotesRequest
500
500
  * @return BulkUpdateAttributeNotesResponse
501
501
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/BulkUpdateAttributeNotes.ts.html |here} to see how to use BulkUpdateAttributeNotes API.
502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/BulkUpdateAttributeNotes.ts.html |here} to see how to use BulkUpdateAttributeNotes API.
503
503
  */
504
504
  bulkUpdateAttributeNotes(bulkUpdateAttributeNotesRequest) {
505
505
  return __awaiter(this, void 0, void 0, function* () {
@@ -559,7 +559,7 @@ class AttributesClient {
559
559
  * @param GetStatusAutoActivateRequest
560
560
  * @return GetStatusAutoActivateResponse
561
561
  * @throws OciError when an error occurs
562
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/GetStatusAutoActivate.ts.html |here} to see how to use GetStatusAutoActivate API.
562
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/GetStatusAutoActivate.ts.html |here} to see how to use GetStatusAutoActivate API.
563
563
  */
564
564
  getStatusAutoActivate(getStatusAutoActivateRequest) {
565
565
  return __awaiter(this, void 0, void 0, function* () {
@@ -619,7 +619,7 @@ class AttributesClient {
619
619
  * @param PutToggleAutoActivateRequest
620
620
  * @return PutToggleAutoActivateResponse
621
621
  * @throws OciError when an error occurs
622
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/PutToggleAutoActivate.ts.html |here} to see how to use PutToggleAutoActivate API.
622
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/PutToggleAutoActivate.ts.html |here} to see how to use PutToggleAutoActivate API.
623
623
  */
624
624
  putToggleAutoActivate(putToggleAutoActivateRequest) {
625
625
  return __awaiter(this, void 0, void 0, function* () {
@@ -811,7 +811,7 @@ class QueryClient {
811
811
  * @param ListQuickPicksRequest
812
812
  * @return ListQuickPicksResponse
813
813
  * @throws OciError when an error occurs
814
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API.
814
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API.
815
815
  */
816
816
  listQuickPicks(listQuickPicksRequest) {
817
817
  return __awaiter(this, void 0, void 0, function* () {
@@ -925,7 +925,7 @@ class QueryClient {
925
925
  * @param QueryRequest
926
926
  * @return QueryResponse
927
927
  * @throws OciError when an error occurs
928
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/Query.ts.html |here} to see how to use Query API.
928
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/Query.ts.html |here} to see how to use Query API.
929
929
  */
930
930
  query(queryRequest) {
931
931
  return __awaiter(this, void 0, void 0, function* () {
@@ -1129,7 +1129,7 @@ class TraceClient {
1129
1129
  * @param GetAggregatedSnapshotRequest
1130
1130
  * @return GetAggregatedSnapshotResponse
1131
1131
  * @throws OciError when an error occurs
1132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshot API.
1132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshot API.
1133
1133
  */
1134
1134
  getAggregatedSnapshot(getAggregatedSnapshotRequest) {
1135
1135
  return __awaiter(this, void 0, void 0, function* () {
@@ -1194,7 +1194,7 @@ class TraceClient {
1194
1194
  * @param GetSpanRequest
1195
1195
  * @return GetSpanResponse
1196
1196
  * @throws OciError when an error occurs
1197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API.
1197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API.
1198
1198
  */
1199
1199
  getSpan(getSpanRequest) {
1200
1200
  return __awaiter(this, void 0, void 0, function* () {
@@ -1259,7 +1259,7 @@ class TraceClient {
1259
1259
  * @param GetTraceRequest
1260
1260
  * @return GetTraceResponse
1261
1261
  * @throws OciError when an error occurs
1262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
1262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
1263
1263
  */
1264
1264
  getTrace(getTraceRequest) {
1265
1265
  return __awaiter(this, void 0, void 0, function* () {
@@ -1323,7 +1323,7 @@ class TraceClient {
1323
1323
  * @param GetTraceSnapshotRequest
1324
1324
  * @return GetTraceSnapshotResponse
1325
1325
  * @throws OciError when an error occurs
1326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshot API.
1326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshot API.
1327
1327
  */
1328
1328
  getTraceSnapshot(getTraceSnapshotRequest) {
1329
1329
  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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/BulkActivateAttribute.ts.html |here} to see how to use BulkActivateAttributeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/BulkDeActivateAttribute.ts.html |here} to see how to use BulkDeActivateAttributeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/BulkPinAttribute.ts.html |here} to see how to use BulkPinAttributeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/BulkUnpinAttribute.ts.html |here} to see how to use BulkUnpinAttributeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/BulkUpdateAttributeNotes.ts.html |here} to see how to use BulkUpdateAttributeNotesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/BulkUpdateAttribute.ts.html |here} to see how to use BulkUpdateAttributeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshotRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/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.86.2/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.86.3/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.86.2/apmtraces/GetStatusAutoActivate.ts.html |here} to see how to use GetStatusAutoActivateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/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.86.3/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.86.2/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.86.3/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.86.2/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.86.3/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/apmtraces/PutToggleAutoActivate.ts.html |here} to see how to use PutToggleAutoActivateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/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.86.3/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.86.2",
3
+ "version": "2.86.3",
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.86.2",
19
- "oci-workrequests": "2.86.2"
18
+ "oci-common": "2.86.3",
19
+ "oci-workrequests": "2.86.3"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"