oci-analytics 2.18.0 → 2.21.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.
Files changed (26) hide show
  1. package/lib/client.d.ts +23 -23
  2. package/lib/client.js +23 -23
  3. package/lib/request/change-analytics-instance-compartment-request.d.ts +1 -1
  4. package/lib/request/change-analytics-instance-network-endpoint-request.d.ts +1 -1
  5. package/lib/request/create-analytics-instance-request.d.ts +1 -1
  6. package/lib/request/create-private-access-channel-request.d.ts +1 -1
  7. package/lib/request/create-vanity-url-request.d.ts +1 -1
  8. package/lib/request/delete-analytics-instance-request.d.ts +1 -1
  9. package/lib/request/delete-private-access-channel-request.d.ts +1 -1
  10. package/lib/request/delete-vanity-url-request.d.ts +1 -1
  11. package/lib/request/delete-work-request-request.d.ts +1 -1
  12. package/lib/request/get-analytics-instance-request.d.ts +1 -1
  13. package/lib/request/get-private-access-channel-request.d.ts +1 -1
  14. package/lib/request/get-work-request-request.d.ts +1 -1
  15. package/lib/request/list-analytics-instances-request.d.ts +1 -1
  16. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  17. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  18. package/lib/request/list-work-requests-request.d.ts +1 -1
  19. package/lib/request/scale-analytics-instance-request.d.ts +1 -1
  20. package/lib/request/set-kms-key-request.d.ts +1 -1
  21. package/lib/request/start-analytics-instance-request.d.ts +1 -1
  22. package/lib/request/stop-analytics-instance-request.d.ts +1 -1
  23. package/lib/request/update-analytics-instance-request.d.ts +1 -1
  24. package/lib/request/update-private-access-channel-request.d.ts +1 -1
  25. package/lib/request/update-vanity-url-request.d.ts +1 -1
  26. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -77,7 +77,7 @@ export declare class AnalyticsClient {
77
77
  * @param ChangeAnalyticsInstanceCompartmentRequest
78
78
  * @return ChangeAnalyticsInstanceCompartmentResponse
79
79
  * @throws OciError when an error occurs
80
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
80
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
81
81
  */
82
82
  changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest: requests.ChangeAnalyticsInstanceCompartmentRequest): Promise<responses.ChangeAnalyticsInstanceCompartmentResponse>;
83
83
  /**
@@ -88,7 +88,7 @@ export declare class AnalyticsClient {
88
88
  * @param ChangeAnalyticsInstanceNetworkEndpointRequest
89
89
  * @return ChangeAnalyticsInstanceNetworkEndpointResponse
90
90
  * @throws OciError when an error occurs
91
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
92
92
  */
93
93
  changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest: requests.ChangeAnalyticsInstanceNetworkEndpointRequest): Promise<responses.ChangeAnalyticsInstanceNetworkEndpointResponse>;
94
94
  /**
@@ -99,7 +99,7 @@ export declare class AnalyticsClient {
99
99
  * @param CreateAnalyticsInstanceRequest
100
100
  * @return CreateAnalyticsInstanceResponse
101
101
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
103
103
  */
104
104
  createAnalyticsInstance(createAnalyticsInstanceRequest: requests.CreateAnalyticsInstanceRequest): Promise<responses.CreateAnalyticsInstanceResponse>;
105
105
  /**
@@ -110,7 +110,7 @@ export declare class AnalyticsClient {
110
110
  * @param CreatePrivateAccessChannelRequest
111
111
  * @return CreatePrivateAccessChannelResponse
112
112
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
114
114
  */
115
115
  createPrivateAccessChannel(createPrivateAccessChannelRequest: requests.CreatePrivateAccessChannelRequest): Promise<responses.CreatePrivateAccessChannelResponse>;
116
116
  /**
@@ -121,7 +121,7 @@ export declare class AnalyticsClient {
121
121
  * @param CreateVanityUrlRequest
122
122
  * @return CreateVanityUrlResponse
123
123
  * @throws OciError when an error occurs
124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
125
125
  */
126
126
  createVanityUrl(createVanityUrlRequest: requests.CreateVanityUrlRequest): Promise<responses.CreateVanityUrlResponse>;
127
127
  /**
@@ -132,7 +132,7 @@ export declare class AnalyticsClient {
132
132
  * @param DeleteAnalyticsInstanceRequest
133
133
  * @return DeleteAnalyticsInstanceResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
136
136
  */
137
137
  deleteAnalyticsInstance(deleteAnalyticsInstanceRequest: requests.DeleteAnalyticsInstanceRequest): Promise<responses.DeleteAnalyticsInstanceResponse>;
138
138
  /**
@@ -142,7 +142,7 @@ export declare class AnalyticsClient {
142
142
  * @param DeletePrivateAccessChannelRequest
143
143
  * @return DeletePrivateAccessChannelResponse
144
144
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
146
146
  */
147
147
  deletePrivateAccessChannel(deletePrivateAccessChannelRequest: requests.DeletePrivateAccessChannelRequest): Promise<responses.DeletePrivateAccessChannelResponse>;
148
148
  /**
@@ -152,7 +152,7 @@ export declare class AnalyticsClient {
152
152
  * @param DeleteVanityUrlRequest
153
153
  * @return DeleteVanityUrlResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
156
156
  */
157
157
  deleteVanityUrl(deleteVanityUrlRequest: requests.DeleteVanityUrlRequest): Promise<responses.DeleteVanityUrlResponse>;
158
158
  /**
@@ -162,7 +162,7 @@ export declare class AnalyticsClient {
162
162
  * @param DeleteWorkRequestRequest
163
163
  * @return DeleteWorkRequestResponse
164
164
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
166
166
  */
167
167
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
168
168
  /**
@@ -172,7 +172,7 @@ export declare class AnalyticsClient {
172
172
  * @param GetAnalyticsInstanceRequest
173
173
  * @return GetAnalyticsInstanceResponse
174
174
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
176
176
  */
177
177
  getAnalyticsInstance(getAnalyticsInstanceRequest: requests.GetAnalyticsInstanceRequest): Promise<responses.GetAnalyticsInstanceResponse>;
178
178
  /**
@@ -182,7 +182,7 @@ export declare class AnalyticsClient {
182
182
  * @param GetPrivateAccessChannelRequest
183
183
  * @return GetPrivateAccessChannelResponse
184
184
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
186
186
  */
187
187
  getPrivateAccessChannel(getPrivateAccessChannelRequest: requests.GetPrivateAccessChannelRequest): Promise<responses.GetPrivateAccessChannelResponse>;
188
188
  /**
@@ -192,7 +192,7 @@ export declare class AnalyticsClient {
192
192
  * @param GetWorkRequestRequest
193
193
  * @return GetWorkRequestResponse
194
194
  * @throws OciError when an error occurs
195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
196
196
  */
197
197
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
198
198
  /**
@@ -202,7 +202,7 @@ export declare class AnalyticsClient {
202
202
  * @param ListAnalyticsInstancesRequest
203
203
  * @return ListAnalyticsInstancesResponse
204
204
  * @throws OciError when an error occurs
205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
206
206
  */
207
207
  listAnalyticsInstances(listAnalyticsInstancesRequest: requests.ListAnalyticsInstancesRequest): Promise<responses.ListAnalyticsInstancesResponse>;
208
208
  /**
@@ -244,7 +244,7 @@ export declare class AnalyticsClient {
244
244
  * @param ListWorkRequestErrorsRequest
245
245
  * @return ListWorkRequestErrorsResponse
246
246
  * @throws OciError when an error occurs
247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
248
248
  */
249
249
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
250
250
  /**
@@ -286,7 +286,7 @@ export declare class AnalyticsClient {
286
286
  * @param ListWorkRequestLogsRequest
287
287
  * @return ListWorkRequestLogsResponse
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.18.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
290
290
  */
291
291
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
292
292
  /**
@@ -328,7 +328,7 @@ export declare class AnalyticsClient {
328
328
  * @param ListWorkRequestsRequest
329
329
  * @return ListWorkRequestsResponse
330
330
  * @throws OciError when an error occurs
331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
332
332
  */
333
333
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
334
334
  /**
@@ -371,7 +371,7 @@ export declare class AnalyticsClient {
371
371
  * @param ScaleAnalyticsInstanceRequest
372
372
  * @return ScaleAnalyticsInstanceResponse
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.18.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
375
375
  */
376
376
  scaleAnalyticsInstance(scaleAnalyticsInstanceRequest: requests.ScaleAnalyticsInstanceRequest): Promise<responses.ScaleAnalyticsInstanceResponse>;
377
377
  /**
@@ -381,7 +381,7 @@ export declare class AnalyticsClient {
381
381
  * @param SetKmsKeyRequest
382
382
  * @return SetKmsKeyResponse
383
383
  * @throws OciError when an error occurs
384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
384
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
385
385
  */
386
386
  setKmsKey(setKmsKeyRequest: requests.SetKmsKeyRequest): Promise<responses.SetKmsKeyResponse>;
387
387
  /**
@@ -392,7 +392,7 @@ export declare class AnalyticsClient {
392
392
  * @param StartAnalyticsInstanceRequest
393
393
  * @return StartAnalyticsInstanceResponse
394
394
  * @throws OciError when an error occurs
395
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
396
396
  */
397
397
  startAnalyticsInstance(startAnalyticsInstanceRequest: requests.StartAnalyticsInstanceRequest): Promise<responses.StartAnalyticsInstanceResponse>;
398
398
  /**
@@ -403,7 +403,7 @@ export declare class AnalyticsClient {
403
403
  * @param StopAnalyticsInstanceRequest
404
404
  * @return StopAnalyticsInstanceResponse
405
405
  * @throws OciError when an error occurs
406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
407
407
  */
408
408
  stopAnalyticsInstance(stopAnalyticsInstanceRequest: requests.StopAnalyticsInstanceRequest): Promise<responses.StopAnalyticsInstanceResponse>;
409
409
  /**
@@ -414,7 +414,7 @@ export declare class AnalyticsClient {
414
414
  * @param UpdateAnalyticsInstanceRequest
415
415
  * @return UpdateAnalyticsInstanceResponse
416
416
  * @throws OciError when an error occurs
417
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
417
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
418
418
  */
419
419
  updateAnalyticsInstance(updateAnalyticsInstanceRequest: requests.UpdateAnalyticsInstanceRequest): Promise<responses.UpdateAnalyticsInstanceResponse>;
420
420
  /**
@@ -424,7 +424,7 @@ export declare class AnalyticsClient {
424
424
  * @param UpdatePrivateAccessChannelRequest
425
425
  * @return UpdatePrivateAccessChannelResponse
426
426
  * @throws OciError when an error occurs
427
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
428
428
  */
429
429
  updatePrivateAccessChannel(updatePrivateAccessChannelRequest: requests.UpdatePrivateAccessChannelRequest): Promise<responses.UpdatePrivateAccessChannelResponse>;
430
430
  /**
@@ -434,7 +434,7 @@ export declare class AnalyticsClient {
434
434
  * @param UpdateVanityUrlRequest
435
435
  * @return UpdateVanityUrlResponse
436
436
  * @throws OciError when an error occurs
437
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
437
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
438
438
  */
439
439
  updateVanityUrl(updateVanityUrlRequest: requests.UpdateVanityUrlRequest): Promise<responses.UpdateVanityUrlResponse>;
440
440
  }
package/lib/client.js CHANGED
@@ -154,7 +154,7 @@ class AnalyticsClient {
154
154
  * @param ChangeAnalyticsInstanceCompartmentRequest
155
155
  * @return ChangeAnalyticsInstanceCompartmentResponse
156
156
  * @throws OciError when an error occurs
157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
158
158
  */
159
159
  changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest) {
160
160
  return __awaiter(this, void 0, void 0, function* () {
@@ -216,7 +216,7 @@ class AnalyticsClient {
216
216
  * @param ChangeAnalyticsInstanceNetworkEndpointRequest
217
217
  * @return ChangeAnalyticsInstanceNetworkEndpointResponse
218
218
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
220
220
  */
221
221
  changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest) {
222
222
  return __awaiter(this, void 0, void 0, function* () {
@@ -278,7 +278,7 @@ class AnalyticsClient {
278
278
  * @param CreateAnalyticsInstanceRequest
279
279
  * @return CreateAnalyticsInstanceResponse
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.18.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
282
282
  */
283
283
  createAnalyticsInstance(createAnalyticsInstanceRequest) {
284
284
  return __awaiter(this, void 0, void 0, function* () {
@@ -351,7 +351,7 @@ class AnalyticsClient {
351
351
  * @param CreatePrivateAccessChannelRequest
352
352
  * @return CreatePrivateAccessChannelResponse
353
353
  * @throws OciError when an error occurs
354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
355
355
  */
356
356
  createPrivateAccessChannel(createPrivateAccessChannelRequest) {
357
357
  return __awaiter(this, void 0, void 0, function* () {
@@ -412,7 +412,7 @@ class AnalyticsClient {
412
412
  * @param CreateVanityUrlRequest
413
413
  * @return CreateVanityUrlResponse
414
414
  * @throws OciError when an error occurs
415
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
416
416
  */
417
417
  createVanityUrl(createVanityUrlRequest) {
418
418
  return __awaiter(this, void 0, void 0, function* () {
@@ -473,7 +473,7 @@ class AnalyticsClient {
473
473
  * @param DeleteAnalyticsInstanceRequest
474
474
  * @return DeleteAnalyticsInstanceResponse
475
475
  * @throws OciError when an error occurs
476
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
476
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
477
477
  */
478
478
  deleteAnalyticsInstance(deleteAnalyticsInstanceRequest) {
479
479
  return __awaiter(this, void 0, void 0, function* () {
@@ -533,7 +533,7 @@ class AnalyticsClient {
533
533
  * @param DeletePrivateAccessChannelRequest
534
534
  * @return DeletePrivateAccessChannelResponse
535
535
  * @throws OciError when an error occurs
536
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
536
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
537
537
  */
538
538
  deletePrivateAccessChannel(deletePrivateAccessChannelRequest) {
539
539
  return __awaiter(this, void 0, void 0, function* () {
@@ -594,7 +594,7 @@ class AnalyticsClient {
594
594
  * @param DeleteVanityUrlRequest
595
595
  * @return DeleteVanityUrlResponse
596
596
  * @throws OciError when an error occurs
597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
598
598
  */
599
599
  deleteVanityUrl(deleteVanityUrlRequest) {
600
600
  return __awaiter(this, void 0, void 0, function* () {
@@ -655,7 +655,7 @@ class AnalyticsClient {
655
655
  * @param DeleteWorkRequestRequest
656
656
  * @return DeleteWorkRequestResponse
657
657
  * @throws OciError when an error occurs
658
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
658
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
659
659
  */
660
660
  deleteWorkRequest(deleteWorkRequestRequest) {
661
661
  return __awaiter(this, void 0, void 0, function* () {
@@ -709,7 +709,7 @@ class AnalyticsClient {
709
709
  * @param GetAnalyticsInstanceRequest
710
710
  * @return GetAnalyticsInstanceResponse
711
711
  * @throws OciError when an error occurs
712
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
712
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
713
713
  */
714
714
  getAnalyticsInstance(getAnalyticsInstanceRequest) {
715
715
  return __awaiter(this, void 0, void 0, function* () {
@@ -771,7 +771,7 @@ class AnalyticsClient {
771
771
  * @param GetPrivateAccessChannelRequest
772
772
  * @return GetPrivateAccessChannelResponse
773
773
  * @throws OciError when an error occurs
774
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
774
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
775
775
  */
776
776
  getPrivateAccessChannel(getPrivateAccessChannelRequest) {
777
777
  return __awaiter(this, void 0, void 0, function* () {
@@ -834,7 +834,7 @@ class AnalyticsClient {
834
834
  * @param GetWorkRequestRequest
835
835
  * @return GetWorkRequestResponse
836
836
  * @throws OciError when an error occurs
837
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
837
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
838
838
  */
839
839
  getWorkRequest(getWorkRequestRequest) {
840
840
  return __awaiter(this, void 0, void 0, function* () {
@@ -901,7 +901,7 @@ class AnalyticsClient {
901
901
  * @param ListAnalyticsInstancesRequest
902
902
  * @return ListAnalyticsInstancesResponse
903
903
  * @throws OciError when an error occurs
904
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
904
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
905
905
  */
906
906
  listAnalyticsInstances(listAnalyticsInstancesRequest) {
907
907
  return __awaiter(this, void 0, void 0, function* () {
@@ -1011,7 +1011,7 @@ class AnalyticsClient {
1011
1011
  * @param ListWorkRequestErrorsRequest
1012
1012
  * @return ListWorkRequestErrorsResponse
1013
1013
  * @throws OciError when an error occurs
1014
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1014
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1015
1015
  */
1016
1016
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1017
1017
  return __awaiter(this, void 0, void 0, function* () {
@@ -1116,7 +1116,7 @@ class AnalyticsClient {
1116
1116
  * @param ListWorkRequestLogsRequest
1117
1117
  * @return ListWorkRequestLogsResponse
1118
1118
  * @throws OciError when an error occurs
1119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1120
1120
  */
1121
1121
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1122
1122
  return __awaiter(this, void 0, void 0, function* () {
@@ -1221,7 +1221,7 @@ class AnalyticsClient {
1221
1221
  * @param ListWorkRequestsRequest
1222
1222
  * @return ListWorkRequestsResponse
1223
1223
  * @throws OciError when an error occurs
1224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1225
1225
  */
1226
1226
  listWorkRequests(listWorkRequestsRequest) {
1227
1227
  return __awaiter(this, void 0, void 0, function* () {
@@ -1331,7 +1331,7 @@ class AnalyticsClient {
1331
1331
  * @param ScaleAnalyticsInstanceRequest
1332
1332
  * @return ScaleAnalyticsInstanceResponse
1333
1333
  * @throws OciError when an error occurs
1334
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
1334
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
1335
1335
  */
1336
1336
  scaleAnalyticsInstance(scaleAnalyticsInstanceRequest) {
1337
1337
  return __awaiter(this, void 0, void 0, function* () {
@@ -1392,7 +1392,7 @@ class AnalyticsClient {
1392
1392
  * @param SetKmsKeyRequest
1393
1393
  * @return SetKmsKeyResponse
1394
1394
  * @throws OciError when an error occurs
1395
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
1395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
1396
1396
  */
1397
1397
  setKmsKey(setKmsKeyRequest) {
1398
1398
  return __awaiter(this, void 0, void 0, function* () {
@@ -1454,7 +1454,7 @@ class AnalyticsClient {
1454
1454
  * @param StartAnalyticsInstanceRequest
1455
1455
  * @return StartAnalyticsInstanceResponse
1456
1456
  * @throws OciError when an error occurs
1457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
1457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
1458
1458
  */
1459
1459
  startAnalyticsInstance(startAnalyticsInstanceRequest) {
1460
1460
  return __awaiter(this, void 0, void 0, function* () {
@@ -1515,7 +1515,7 @@ class AnalyticsClient {
1515
1515
  * @param StopAnalyticsInstanceRequest
1516
1516
  * @return StopAnalyticsInstanceResponse
1517
1517
  * @throws OciError when an error occurs
1518
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
1518
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
1519
1519
  */
1520
1520
  stopAnalyticsInstance(stopAnalyticsInstanceRequest) {
1521
1521
  return __awaiter(this, void 0, void 0, function* () {
@@ -1576,7 +1576,7 @@ class AnalyticsClient {
1576
1576
  * @param UpdateAnalyticsInstanceRequest
1577
1577
  * @return UpdateAnalyticsInstanceResponse
1578
1578
  * @throws OciError when an error occurs
1579
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
1579
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
1580
1580
  */
1581
1581
  updateAnalyticsInstance(updateAnalyticsInstanceRequest) {
1582
1582
  return __awaiter(this, void 0, void 0, function* () {
@@ -1640,7 +1640,7 @@ class AnalyticsClient {
1640
1640
  * @param UpdatePrivateAccessChannelRequest
1641
1641
  * @return UpdatePrivateAccessChannelResponse
1642
1642
  * @throws OciError when an error occurs
1643
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
1643
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
1644
1644
  */
1645
1645
  updatePrivateAccessChannel(updatePrivateAccessChannelRequest) {
1646
1646
  return __awaiter(this, void 0, void 0, function* () {
@@ -1702,7 +1702,7 @@ class AnalyticsClient {
1702
1702
  * @param UpdateVanityUrlRequest
1703
1703
  * @return UpdateVanityUrlResponse
1704
1704
  * @throws OciError when an error occurs
1705
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
1705
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
1706
1706
  */
1707
1707
  updateVanityUrl(updateVanityUrlRequest) {
1708
1708
  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.18.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAnalyticsInstanceCompartmentRequest 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.18.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpointRequest.
17
17
  */
18
18
  export interface ChangeAnalyticsInstanceNetworkEndpointRequest 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.18.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstanceRequest.
17
17
  */
18
18
  export interface CreateAnalyticsInstanceRequest 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.18.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannelRequest.
17
17
  */
18
18
  export interface CreatePrivateAccessChannelRequest 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.18.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrlRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrlRequest.
17
17
  */
18
18
  export interface CreateVanityUrlRequest 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.18.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstanceRequest.
16
16
  */
17
17
  export interface DeleteAnalyticsInstanceRequest 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.18.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannelRequest.
16
16
  */
17
17
  export interface DeletePrivateAccessChannelRequest 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.18.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrlRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrlRequest.
16
16
  */
17
17
  export interface DeleteVanityUrlRequest 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.18.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
16
16
  */
17
17
  export interface DeleteWorkRequestRequest 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.18.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstanceRequest.
16
16
  */
17
17
  export interface GetAnalyticsInstanceRequest 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.18.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannelRequest.
16
16
  */
17
17
  export interface GetPrivateAccessChannelRequest 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.18.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest 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.18.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstancesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstancesRequest.
17
17
  */
18
18
  export interface ListAnalyticsInstancesRequest 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.18.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest 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.18.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest 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.18.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest 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.18.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstanceRequest.
17
17
  */
18
18
  export interface ScaleAnalyticsInstanceRequest 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.18.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKeyRequest.
17
17
  */
18
18
  export interface SetKmsKeyRequest 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.18.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstanceRequest.
16
16
  */
17
17
  export interface StartAnalyticsInstanceRequest 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.18.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstanceRequest.
16
16
  */
17
17
  export interface StopAnalyticsInstanceRequest 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.18.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstanceRequest.
17
17
  */
18
18
  export interface UpdateAnalyticsInstanceRequest 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.18.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannelRequest.
17
17
  */
18
18
  export interface UpdatePrivateAccessChannelRequest 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.18.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrlRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrlRequest.
17
17
  */
18
18
  export interface UpdateVanityUrlRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-analytics",
3
- "version": "2.18.0",
3
+ "version": "2.21.0",
4
4
  "description": "OCI NodeJS client for Analytics 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.18.0",
19
- "oci-workrequests": "2.18.0"
18
+ "oci-common": "2.21.0",
19
+ "oci-workrequests": "2.21.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"