oci-apmtraces 2.83.0 → 2.84.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 CHANGED
@@ -85,7 +85,7 @@ export declare class AttributesClient {
85
85
  * @param BulkActivateAttributeRequest
86
86
  * @return BulkActivateAttributeResponse
87
87
  * @throws OciError when an error occurs
88
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/BulkActivateAttribute.ts.html |here} to see how to use BulkActivateAttribute API.
88
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/BulkActivateAttribute.ts.html |here} to see how to use BulkActivateAttribute API.
89
89
  */
90
90
  bulkActivateAttribute(bulkActivateAttributeRequest: requests.BulkActivateAttributeRequest): Promise<responses.BulkActivateAttributeResponse>;
91
91
  /**
@@ -102,7 +102,7 @@ export declare class AttributesClient {
102
102
  * @param BulkDeActivateAttributeRequest
103
103
  * @return BulkDeActivateAttributeResponse
104
104
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/BulkDeActivateAttribute.ts.html |here} to see how to use BulkDeActivateAttribute API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/BulkDeActivateAttribute.ts.html |here} to see how to use BulkDeActivateAttribute API.
106
106
  */
107
107
  bulkDeActivateAttribute(bulkDeActivateAttributeRequest: requests.BulkDeActivateAttributeRequest): Promise<responses.BulkDeActivateAttributeResponse>;
108
108
  /**
@@ -113,7 +113,7 @@ export declare class AttributesClient {
113
113
  * @param BulkPinAttributeRequest
114
114
  * @return BulkPinAttributeResponse
115
115
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/BulkPinAttribute.ts.html |here} to see how to use BulkPinAttribute API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/BulkPinAttribute.ts.html |here} to see how to use BulkPinAttribute API.
117
117
  */
118
118
  bulkPinAttribute(bulkPinAttributeRequest: requests.BulkPinAttributeRequest): Promise<responses.BulkPinAttributeResponse>;
119
119
  /**
@@ -123,7 +123,7 @@ export declare class AttributesClient {
123
123
  * @param BulkUnpinAttributeRequest
124
124
  * @return BulkUnpinAttributeResponse
125
125
  * @throws OciError when an error occurs
126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/BulkUnpinAttribute.ts.html |here} to see how to use BulkUnpinAttribute API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/BulkUnpinAttribute.ts.html |here} to see how to use BulkUnpinAttribute API.
127
127
  */
128
128
  bulkUnpinAttribute(bulkUnpinAttributeRequest: requests.BulkUnpinAttributeRequest): Promise<responses.BulkUnpinAttributeResponse>;
129
129
  /**
@@ -133,7 +133,7 @@ export declare class AttributesClient {
133
133
  * @param BulkUpdateAttributeRequest
134
134
  * @return BulkUpdateAttributeResponse
135
135
  * @throws OciError when an error occurs
136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/BulkUpdateAttribute.ts.html |here} to see how to use BulkUpdateAttribute API.
136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/BulkUpdateAttribute.ts.html |here} to see how to use BulkUpdateAttribute API.
137
137
  */
138
138
  bulkUpdateAttribute(bulkUpdateAttributeRequest: requests.BulkUpdateAttributeRequest): Promise<responses.BulkUpdateAttributeResponse>;
139
139
  /**
@@ -145,7 +145,7 @@ export declare class AttributesClient {
145
145
  * @param BulkUpdateAttributeNotesRequest
146
146
  * @return BulkUpdateAttributeNotesResponse
147
147
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/BulkUpdateAttributeNotes.ts.html |here} to see how to use BulkUpdateAttributeNotes API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/BulkUpdateAttributeNotes.ts.html |here} to see how to use BulkUpdateAttributeNotes API.
149
149
  */
150
150
  bulkUpdateAttributeNotes(bulkUpdateAttributeNotesRequest: requests.BulkUpdateAttributeNotesRequest): Promise<responses.BulkUpdateAttributeNotesResponse>;
151
151
  /**
@@ -155,7 +155,7 @@ export declare class AttributesClient {
155
155
  * @param GetStatusAutoActivateRequest
156
156
  * @return GetStatusAutoActivateResponse
157
157
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/GetStatusAutoActivate.ts.html |here} to see how to use GetStatusAutoActivate API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/GetStatusAutoActivate.ts.html |here} to see how to use GetStatusAutoActivate API.
159
159
  */
160
160
  getStatusAutoActivate(getStatusAutoActivateRequest: requests.GetStatusAutoActivateRequest): Promise<responses.GetStatusAutoActivateResponse>;
161
161
  /**
@@ -165,7 +165,7 @@ export declare class AttributesClient {
165
165
  * @param PutToggleAutoActivateRequest
166
166
  * @return PutToggleAutoActivateResponse
167
167
  * @throws OciError when an error occurs
168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/PutToggleAutoActivate.ts.html |here} to see how to use PutToggleAutoActivate API.
168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/PutToggleAutoActivate.ts.html |here} to see how to use PutToggleAutoActivate API.
169
169
  */
170
170
  putToggleAutoActivate(putToggleAutoActivateRequest: requests.PutToggleAutoActivateRequest): Promise<responses.PutToggleAutoActivateResponse>;
171
171
  }
@@ -233,7 +233,7 @@ export declare class QueryClient {
233
233
  * @param ListQuickPicksRequest
234
234
  * @return ListQuickPicksResponse
235
235
  * @throws OciError when an error occurs
236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API.
237
237
  */
238
238
  listQuickPicks(listQuickPicksRequest: requests.ListQuickPicksRequest): Promise<responses.ListQuickPicksResponse>;
239
239
  /**
@@ -278,7 +278,7 @@ export declare class QueryClient {
278
278
  * @param QueryRequest
279
279
  * @return QueryResponse
280
280
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/Query.ts.html |here} to see how to use Query API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/Query.ts.html |here} to see how to use Query API.
282
282
  */
283
283
  query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
284
284
  }
@@ -345,7 +345,7 @@ export declare class TraceClient {
345
345
  * @param GetAggregatedSnapshotRequest
346
346
  * @return GetAggregatedSnapshotResponse
347
347
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshot API.
348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshot API.
349
349
  */
350
350
  getAggregatedSnapshot(getAggregatedSnapshotRequest: requests.GetAggregatedSnapshotRequest): Promise<responses.GetAggregatedSnapshotResponse>;
351
351
  /**
@@ -355,7 +355,7 @@ export declare class TraceClient {
355
355
  * @param GetSpanRequest
356
356
  * @return GetSpanResponse
357
357
  * @throws OciError when an error occurs
358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API.
358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API.
359
359
  */
360
360
  getSpan(getSpanRequest: requests.GetSpanRequest): Promise<responses.GetSpanResponse>;
361
361
  /**
@@ -365,7 +365,7 @@ export declare class TraceClient {
365
365
  * @param GetTraceRequest
366
366
  * @return GetTraceResponse
367
367
  * @throws OciError when an error occurs
368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
369
369
  */
370
370
  getTrace(getTraceRequest: requests.GetTraceRequest): Promise<responses.GetTraceResponse>;
371
371
  /**
@@ -375,7 +375,7 @@ export declare class TraceClient {
375
375
  * @param GetTraceSnapshotRequest
376
376
  * @return GetTraceSnapshotResponse
377
377
  * @throws OciError when an error occurs
378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshot API.
378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshot API.
379
379
  */
380
380
  getTraceSnapshot(getTraceSnapshotRequest: requests.GetTraceSnapshotRequest): Promise<responses.GetTraceSnapshotResponse>;
381
381
  }
package/lib/client.js CHANGED
@@ -183,7 +183,7 @@ class AttributesClient {
183
183
  * @param BulkActivateAttributeRequest
184
184
  * @return BulkActivateAttributeResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/BulkActivateAttribute.ts.html |here} to see how to use BulkActivateAttribute API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/BulkActivateAttribute.ts.html |here} to see how to use BulkActivateAttribute API.
187
187
  */
188
188
  bulkActivateAttribute(bulkActivateAttributeRequest) {
189
189
  return __awaiter(this, void 0, void 0, function* () {
@@ -250,7 +250,7 @@ class AttributesClient {
250
250
  * @param BulkDeActivateAttributeRequest
251
251
  * @return BulkDeActivateAttributeResponse
252
252
  * @throws OciError when an error occurs
253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/BulkDeActivateAttribute.ts.html |here} to see how to use BulkDeActivateAttribute API.
253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/BulkDeActivateAttribute.ts.html |here} to see how to use BulkDeActivateAttribute API.
254
254
  */
255
255
  bulkDeActivateAttribute(bulkDeActivateAttributeRequest) {
256
256
  return __awaiter(this, void 0, void 0, function* () {
@@ -311,7 +311,7 @@ class AttributesClient {
311
311
  * @param BulkPinAttributeRequest
312
312
  * @return BulkPinAttributeResponse
313
313
  * @throws OciError when an error occurs
314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/BulkPinAttribute.ts.html |here} to see how to use BulkPinAttribute API.
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/BulkPinAttribute.ts.html |here} to see how to use BulkPinAttribute API.
315
315
  */
316
316
  bulkPinAttribute(bulkPinAttributeRequest) {
317
317
  return __awaiter(this, void 0, void 0, function* () {
@@ -371,7 +371,7 @@ class AttributesClient {
371
371
  * @param BulkUnpinAttributeRequest
372
372
  * @return BulkUnpinAttributeResponse
373
373
  * @throws OciError when an error occurs
374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/BulkUnpinAttribute.ts.html |here} to see how to use BulkUnpinAttribute API.
374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/BulkUnpinAttribute.ts.html |here} to see how to use BulkUnpinAttribute API.
375
375
  */
376
376
  bulkUnpinAttribute(bulkUnpinAttributeRequest) {
377
377
  return __awaiter(this, void 0, void 0, function* () {
@@ -431,7 +431,7 @@ class AttributesClient {
431
431
  * @param BulkUpdateAttributeRequest
432
432
  * @return BulkUpdateAttributeResponse
433
433
  * @throws OciError when an error occurs
434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/BulkUpdateAttribute.ts.html |here} to see how to use BulkUpdateAttribute API.
434
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/BulkUpdateAttribute.ts.html |here} to see how to use BulkUpdateAttribute API.
435
435
  */
436
436
  bulkUpdateAttribute(bulkUpdateAttributeRequest) {
437
437
  return __awaiter(this, void 0, void 0, function* () {
@@ -493,7 +493,7 @@ class AttributesClient {
493
493
  * @param BulkUpdateAttributeNotesRequest
494
494
  * @return BulkUpdateAttributeNotesResponse
495
495
  * @throws OciError when an error occurs
496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/BulkUpdateAttributeNotes.ts.html |here} to see how to use BulkUpdateAttributeNotes API.
496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/BulkUpdateAttributeNotes.ts.html |here} to see how to use BulkUpdateAttributeNotes API.
497
497
  */
498
498
  bulkUpdateAttributeNotes(bulkUpdateAttributeNotesRequest) {
499
499
  return __awaiter(this, void 0, void 0, function* () {
@@ -553,7 +553,7 @@ class AttributesClient {
553
553
  * @param GetStatusAutoActivateRequest
554
554
  * @return GetStatusAutoActivateResponse
555
555
  * @throws OciError when an error occurs
556
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/GetStatusAutoActivate.ts.html |here} to see how to use GetStatusAutoActivate API.
556
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/GetStatusAutoActivate.ts.html |here} to see how to use GetStatusAutoActivate API.
557
557
  */
558
558
  getStatusAutoActivate(getStatusAutoActivateRequest) {
559
559
  return __awaiter(this, void 0, void 0, function* () {
@@ -613,7 +613,7 @@ class AttributesClient {
613
613
  * @param PutToggleAutoActivateRequest
614
614
  * @return PutToggleAutoActivateResponse
615
615
  * @throws OciError when an error occurs
616
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/PutToggleAutoActivate.ts.html |here} to see how to use PutToggleAutoActivate API.
616
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/PutToggleAutoActivate.ts.html |here} to see how to use PutToggleAutoActivate API.
617
617
  */
618
618
  putToggleAutoActivate(putToggleAutoActivateRequest) {
619
619
  return __awaiter(this, void 0, void 0, function* () {
@@ -799,7 +799,7 @@ class QueryClient {
799
799
  * @param ListQuickPicksRequest
800
800
  * @return ListQuickPicksResponse
801
801
  * @throws OciError when an error occurs
802
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API.
802
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/ListQuickPicks.ts.html |here} to see how to use ListQuickPicks API.
803
803
  */
804
804
  listQuickPicks(listQuickPicksRequest) {
805
805
  return __awaiter(this, void 0, void 0, function* () {
@@ -913,7 +913,7 @@ class QueryClient {
913
913
  * @param QueryRequest
914
914
  * @return QueryResponse
915
915
  * @throws OciError when an error occurs
916
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/Query.ts.html |here} to see how to use Query API.
916
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/Query.ts.html |here} to see how to use Query API.
917
917
  */
918
918
  query(queryRequest) {
919
919
  return __awaiter(this, void 0, void 0, function* () {
@@ -1111,7 +1111,7 @@ class TraceClient {
1111
1111
  * @param GetAggregatedSnapshotRequest
1112
1112
  * @return GetAggregatedSnapshotResponse
1113
1113
  * @throws OciError when an error occurs
1114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshot API.
1114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/GetAggregatedSnapshot.ts.html |here} to see how to use GetAggregatedSnapshot API.
1115
1115
  */
1116
1116
  getAggregatedSnapshot(getAggregatedSnapshotRequest) {
1117
1117
  return __awaiter(this, void 0, void 0, function* () {
@@ -1176,7 +1176,7 @@ class TraceClient {
1176
1176
  * @param GetSpanRequest
1177
1177
  * @return GetSpanResponse
1178
1178
  * @throws OciError when an error occurs
1179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API.
1179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/GetSpan.ts.html |here} to see how to use GetSpan API.
1180
1180
  */
1181
1181
  getSpan(getSpanRequest) {
1182
1182
  return __awaiter(this, void 0, void 0, function* () {
@@ -1241,7 +1241,7 @@ class TraceClient {
1241
1241
  * @param GetTraceRequest
1242
1242
  * @return GetTraceResponse
1243
1243
  * @throws OciError when an error occurs
1244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
1244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/GetTrace.ts.html |here} to see how to use GetTrace API.
1245
1245
  */
1246
1246
  getTrace(getTraceRequest) {
1247
1247
  return __awaiter(this, void 0, void 0, function* () {
@@ -1305,7 +1305,7 @@ class TraceClient {
1305
1305
  * @param GetTraceSnapshotRequest
1306
1306
  * @return GetTraceSnapshotResponse
1307
1307
  * @throws OciError when an error occurs
1308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshot API.
1308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apmtraces/GetTraceSnapshot.ts.html |here} to see how to use GetTraceSnapshot API.
1309
1309
  */
1310
1310
  getTraceSnapshot(getTraceSnapshotRequest) {
1311
1311
  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.83.0/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.84.0/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.83.0/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.84.0/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.83.0/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.84.0/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.83.0/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.84.0/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.83.0/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.84.0/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.83.0/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.84.0/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.83.0/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.84.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.83.0/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.84.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.83.0/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.84.0/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.83.0/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.84.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.83.0/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.84.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.83.0/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.84.0/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.83.0/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.84.0/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.83.0/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.84.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.83.0",
3
+ "version": "2.84.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.83.0",
19
- "oci-workrequests": "2.83.0"
18
+ "oci-common": "2.84.0",
19
+ "oci-workrequests": "2.84.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"