oci-analytics 2.89.2 → 2.89.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.
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
@@ -99,7 +99,7 @@ export declare class AnalyticsClient {
99
99
  * @param ChangeAnalyticsInstanceCompartmentRequest
100
100
  * @return ChangeAnalyticsInstanceCompartmentResponse
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.89.2/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
103
103
  */
104
104
  changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest: requests.ChangeAnalyticsInstanceCompartmentRequest): Promise<responses.ChangeAnalyticsInstanceCompartmentResponse>;
105
105
  /**
@@ -110,7 +110,7 @@ export declare class AnalyticsClient {
110
110
  * @param ChangeAnalyticsInstanceNetworkEndpointRequest
111
111
  * @return ChangeAnalyticsInstanceNetworkEndpointResponse
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.89.2/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
114
114
  */
115
115
  changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest: requests.ChangeAnalyticsInstanceNetworkEndpointRequest): Promise<responses.ChangeAnalyticsInstanceNetworkEndpointResponse>;
116
116
  /**
@@ -121,7 +121,7 @@ export declare class AnalyticsClient {
121
121
  * @param CreateAnalyticsInstanceRequest
122
122
  * @return CreateAnalyticsInstanceResponse
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.89.2/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
125
125
  */
126
126
  createAnalyticsInstance(createAnalyticsInstanceRequest: requests.CreateAnalyticsInstanceRequest): Promise<responses.CreateAnalyticsInstanceResponse>;
127
127
  /**
@@ -132,7 +132,7 @@ export declare class AnalyticsClient {
132
132
  * @param CreatePrivateAccessChannelRequest
133
133
  * @return CreatePrivateAccessChannelResponse
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.89.2/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
136
136
  */
137
137
  createPrivateAccessChannel(createPrivateAccessChannelRequest: requests.CreatePrivateAccessChannelRequest): Promise<responses.CreatePrivateAccessChannelResponse>;
138
138
  /**
@@ -143,7 +143,7 @@ export declare class AnalyticsClient {
143
143
  * @param CreateVanityUrlRequest
144
144
  * @return CreateVanityUrlResponse
145
145
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
147
147
  */
148
148
  createVanityUrl(createVanityUrlRequest: requests.CreateVanityUrlRequest): Promise<responses.CreateVanityUrlResponse>;
149
149
  /**
@@ -154,7 +154,7 @@ export declare class AnalyticsClient {
154
154
  * @param DeleteAnalyticsInstanceRequest
155
155
  * @return DeleteAnalyticsInstanceResponse
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.89.2/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
158
158
  */
159
159
  deleteAnalyticsInstance(deleteAnalyticsInstanceRequest: requests.DeleteAnalyticsInstanceRequest): Promise<responses.DeleteAnalyticsInstanceResponse>;
160
160
  /**
@@ -164,7 +164,7 @@ export declare class AnalyticsClient {
164
164
  * @param DeletePrivateAccessChannelRequest
165
165
  * @return DeletePrivateAccessChannelResponse
166
166
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
168
168
  */
169
169
  deletePrivateAccessChannel(deletePrivateAccessChannelRequest: requests.DeletePrivateAccessChannelRequest): Promise<responses.DeletePrivateAccessChannelResponse>;
170
170
  /**
@@ -174,7 +174,7 @@ export declare class AnalyticsClient {
174
174
  * @param DeleteVanityUrlRequest
175
175
  * @return DeleteVanityUrlResponse
176
176
  * @throws OciError when an error occurs
177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
178
178
  */
179
179
  deleteVanityUrl(deleteVanityUrlRequest: requests.DeleteVanityUrlRequest): Promise<responses.DeleteVanityUrlResponse>;
180
180
  /**
@@ -184,7 +184,7 @@ export declare class AnalyticsClient {
184
184
  * @param DeleteWorkRequestRequest
185
185
  * @return DeleteWorkRequestResponse
186
186
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
188
188
  */
189
189
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
190
190
  /**
@@ -194,7 +194,7 @@ export declare class AnalyticsClient {
194
194
  * @param GetAnalyticsInstanceRequest
195
195
  * @return GetAnalyticsInstanceResponse
196
196
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
198
198
  */
199
199
  getAnalyticsInstance(getAnalyticsInstanceRequest: requests.GetAnalyticsInstanceRequest): Promise<responses.GetAnalyticsInstanceResponse>;
200
200
  /**
@@ -204,7 +204,7 @@ export declare class AnalyticsClient {
204
204
  * @param GetPrivateAccessChannelRequest
205
205
  * @return GetPrivateAccessChannelResponse
206
206
  * @throws OciError when an error occurs
207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
208
208
  */
209
209
  getPrivateAccessChannel(getPrivateAccessChannelRequest: requests.GetPrivateAccessChannelRequest): Promise<responses.GetPrivateAccessChannelResponse>;
210
210
  /**
@@ -214,7 +214,7 @@ export declare class AnalyticsClient {
214
214
  * @param GetWorkRequestRequest
215
215
  * @return GetWorkRequestResponse
216
216
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
218
218
  */
219
219
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
220
220
  /**
@@ -224,7 +224,7 @@ export declare class AnalyticsClient {
224
224
  * @param ListAnalyticsInstancesRequest
225
225
  * @return ListAnalyticsInstancesResponse
226
226
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
228
228
  */
229
229
  listAnalyticsInstances(listAnalyticsInstancesRequest: requests.ListAnalyticsInstancesRequest): Promise<responses.ListAnalyticsInstancesResponse>;
230
230
  /**
@@ -266,7 +266,7 @@ export declare class AnalyticsClient {
266
266
  * @param ListWorkRequestErrorsRequest
267
267
  * @return ListWorkRequestErrorsResponse
268
268
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
270
270
  */
271
271
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
272
272
  /**
@@ -308,7 +308,7 @@ export declare class AnalyticsClient {
308
308
  * @param ListWorkRequestLogsRequest
309
309
  * @return ListWorkRequestLogsResponse
310
310
  * @throws OciError when an error occurs
311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
312
312
  */
313
313
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
314
314
  /**
@@ -350,7 +350,7 @@ export declare class AnalyticsClient {
350
350
  * @param ListWorkRequestsRequest
351
351
  * @return ListWorkRequestsResponse
352
352
  * @throws OciError when an error occurs
353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
354
354
  */
355
355
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
356
356
  /**
@@ -393,7 +393,7 @@ export declare class AnalyticsClient {
393
393
  * @param ScaleAnalyticsInstanceRequest
394
394
  * @return ScaleAnalyticsInstanceResponse
395
395
  * @throws OciError when an error occurs
396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
397
397
  */
398
398
  scaleAnalyticsInstance(scaleAnalyticsInstanceRequest: requests.ScaleAnalyticsInstanceRequest): Promise<responses.ScaleAnalyticsInstanceResponse>;
399
399
  /**
@@ -403,7 +403,7 @@ export declare class AnalyticsClient {
403
403
  * @param SetKmsKeyRequest
404
404
  * @return SetKmsKeyResponse
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.89.2/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
407
407
  */
408
408
  setKmsKey(setKmsKeyRequest: requests.SetKmsKeyRequest): Promise<responses.SetKmsKeyResponse>;
409
409
  /**
@@ -414,7 +414,7 @@ export declare class AnalyticsClient {
414
414
  * @param StartAnalyticsInstanceRequest
415
415
  * @return StartAnalyticsInstanceResponse
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.89.2/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
417
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
418
418
  */
419
419
  startAnalyticsInstance(startAnalyticsInstanceRequest: requests.StartAnalyticsInstanceRequest): Promise<responses.StartAnalyticsInstanceResponse>;
420
420
  /**
@@ -425,7 +425,7 @@ export declare class AnalyticsClient {
425
425
  * @param StopAnalyticsInstanceRequest
426
426
  * @return StopAnalyticsInstanceResponse
427
427
  * @throws OciError when an error occurs
428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
429
429
  */
430
430
  stopAnalyticsInstance(stopAnalyticsInstanceRequest: requests.StopAnalyticsInstanceRequest): Promise<responses.StopAnalyticsInstanceResponse>;
431
431
  /**
@@ -436,7 +436,7 @@ export declare class AnalyticsClient {
436
436
  * @param UpdateAnalyticsInstanceRequest
437
437
  * @return UpdateAnalyticsInstanceResponse
438
438
  * @throws OciError when an error occurs
439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
440
440
  */
441
441
  updateAnalyticsInstance(updateAnalyticsInstanceRequest: requests.UpdateAnalyticsInstanceRequest): Promise<responses.UpdateAnalyticsInstanceResponse>;
442
442
  /**
@@ -446,7 +446,7 @@ export declare class AnalyticsClient {
446
446
  * @param UpdatePrivateAccessChannelRequest
447
447
  * @return UpdatePrivateAccessChannelResponse
448
448
  * @throws OciError when an error occurs
449
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
449
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
450
450
  */
451
451
  updatePrivateAccessChannel(updatePrivateAccessChannelRequest: requests.UpdatePrivateAccessChannelRequest): Promise<responses.UpdatePrivateAccessChannelResponse>;
452
452
  /**
@@ -456,7 +456,7 @@ export declare class AnalyticsClient {
456
456
  * @param UpdateVanityUrlRequest
457
457
  * @return UpdateVanityUrlResponse
458
458
  * @throws OciError when an error occurs
459
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
459
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
460
460
  */
461
461
  updateVanityUrl(updateVanityUrlRequest: requests.UpdateVanityUrlRequest): Promise<responses.UpdateVanityUrlResponse>;
462
462
  }
package/lib/client.js CHANGED
@@ -206,7 +206,7 @@ class AnalyticsClient {
206
206
  * @param ChangeAnalyticsInstanceCompartmentRequest
207
207
  * @return ChangeAnalyticsInstanceCompartmentResponse
208
208
  * @throws OciError when an error occurs
209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
210
210
  */
211
211
  changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest) {
212
212
  return __awaiter(this, void 0, void 0, function* () {
@@ -270,7 +270,7 @@ class AnalyticsClient {
270
270
  * @param ChangeAnalyticsInstanceNetworkEndpointRequest
271
271
  * @return ChangeAnalyticsInstanceNetworkEndpointResponse
272
272
  * @throws OciError when an error occurs
273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
274
274
  */
275
275
  changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest) {
276
276
  return __awaiter(this, void 0, void 0, function* () {
@@ -334,7 +334,7 @@ class AnalyticsClient {
334
334
  * @param CreateAnalyticsInstanceRequest
335
335
  * @return CreateAnalyticsInstanceResponse
336
336
  * @throws OciError when an error occurs
337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
338
338
  */
339
339
  createAnalyticsInstance(createAnalyticsInstanceRequest) {
340
340
  return __awaiter(this, void 0, void 0, function* () {
@@ -409,7 +409,7 @@ class AnalyticsClient {
409
409
  * @param CreatePrivateAccessChannelRequest
410
410
  * @return CreatePrivateAccessChannelResponse
411
411
  * @throws OciError when an error occurs
412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
413
413
  */
414
414
  createPrivateAccessChannel(createPrivateAccessChannelRequest) {
415
415
  return __awaiter(this, void 0, void 0, function* () {
@@ -472,7 +472,7 @@ class AnalyticsClient {
472
472
  * @param CreateVanityUrlRequest
473
473
  * @return CreateVanityUrlResponse
474
474
  * @throws OciError when an error occurs
475
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
475
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
476
476
  */
477
477
  createVanityUrl(createVanityUrlRequest) {
478
478
  return __awaiter(this, void 0, void 0, function* () {
@@ -535,7 +535,7 @@ class AnalyticsClient {
535
535
  * @param DeleteAnalyticsInstanceRequest
536
536
  * @return DeleteAnalyticsInstanceResponse
537
537
  * @throws OciError when an error occurs
538
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
538
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
539
539
  */
540
540
  deleteAnalyticsInstance(deleteAnalyticsInstanceRequest) {
541
541
  return __awaiter(this, void 0, void 0, function* () {
@@ -597,7 +597,7 @@ class AnalyticsClient {
597
597
  * @param DeletePrivateAccessChannelRequest
598
598
  * @return DeletePrivateAccessChannelResponse
599
599
  * @throws OciError when an error occurs
600
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
600
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
601
601
  */
602
602
  deletePrivateAccessChannel(deletePrivateAccessChannelRequest) {
603
603
  return __awaiter(this, void 0, void 0, function* () {
@@ -660,7 +660,7 @@ class AnalyticsClient {
660
660
  * @param DeleteVanityUrlRequest
661
661
  * @return DeleteVanityUrlResponse
662
662
  * @throws OciError when an error occurs
663
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
663
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
664
664
  */
665
665
  deleteVanityUrl(deleteVanityUrlRequest) {
666
666
  return __awaiter(this, void 0, void 0, function* () {
@@ -723,7 +723,7 @@ class AnalyticsClient {
723
723
  * @param DeleteWorkRequestRequest
724
724
  * @return DeleteWorkRequestResponse
725
725
  * @throws OciError when an error occurs
726
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
726
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
727
727
  */
728
728
  deleteWorkRequest(deleteWorkRequestRequest) {
729
729
  return __awaiter(this, void 0, void 0, function* () {
@@ -779,7 +779,7 @@ class AnalyticsClient {
779
779
  * @param GetAnalyticsInstanceRequest
780
780
  * @return GetAnalyticsInstanceResponse
781
781
  * @throws OciError when an error occurs
782
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
782
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
783
783
  */
784
784
  getAnalyticsInstance(getAnalyticsInstanceRequest) {
785
785
  return __awaiter(this, void 0, void 0, function* () {
@@ -843,7 +843,7 @@ class AnalyticsClient {
843
843
  * @param GetPrivateAccessChannelRequest
844
844
  * @return GetPrivateAccessChannelResponse
845
845
  * @throws OciError when an error occurs
846
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
846
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
847
847
  */
848
848
  getPrivateAccessChannel(getPrivateAccessChannelRequest) {
849
849
  return __awaiter(this, void 0, void 0, function* () {
@@ -908,7 +908,7 @@ class AnalyticsClient {
908
908
  * @param GetWorkRequestRequest
909
909
  * @return GetWorkRequestResponse
910
910
  * @throws OciError when an error occurs
911
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
912
912
  */
913
913
  getWorkRequest(getWorkRequestRequest) {
914
914
  return __awaiter(this, void 0, void 0, function* () {
@@ -977,7 +977,7 @@ class AnalyticsClient {
977
977
  * @param ListAnalyticsInstancesRequest
978
978
  * @return ListAnalyticsInstancesResponse
979
979
  * @throws OciError when an error occurs
980
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
980
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
981
981
  */
982
982
  listAnalyticsInstances(listAnalyticsInstancesRequest) {
983
983
  return __awaiter(this, void 0, void 0, function* () {
@@ -1089,7 +1089,7 @@ class AnalyticsClient {
1089
1089
  * @param ListWorkRequestErrorsRequest
1090
1090
  * @return ListWorkRequestErrorsResponse
1091
1091
  * @throws OciError when an error occurs
1092
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1092
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1093
1093
  */
1094
1094
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1095
1095
  return __awaiter(this, void 0, void 0, function* () {
@@ -1196,7 +1196,7 @@ class AnalyticsClient {
1196
1196
  * @param ListWorkRequestLogsRequest
1197
1197
  * @return ListWorkRequestLogsResponse
1198
1198
  * @throws OciError when an error occurs
1199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1200
1200
  */
1201
1201
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1202
1202
  return __awaiter(this, void 0, void 0, function* () {
@@ -1303,7 +1303,7 @@ class AnalyticsClient {
1303
1303
  * @param ListWorkRequestsRequest
1304
1304
  * @return ListWorkRequestsResponse
1305
1305
  * @throws OciError when an error occurs
1306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1307
1307
  */
1308
1308
  listWorkRequests(listWorkRequestsRequest) {
1309
1309
  return __awaiter(this, void 0, void 0, function* () {
@@ -1415,7 +1415,7 @@ class AnalyticsClient {
1415
1415
  * @param ScaleAnalyticsInstanceRequest
1416
1416
  * @return ScaleAnalyticsInstanceResponse
1417
1417
  * @throws OciError when an error occurs
1418
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
1418
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
1419
1419
  */
1420
1420
  scaleAnalyticsInstance(scaleAnalyticsInstanceRequest) {
1421
1421
  return __awaiter(this, void 0, void 0, function* () {
@@ -1478,7 +1478,7 @@ class AnalyticsClient {
1478
1478
  * @param SetKmsKeyRequest
1479
1479
  * @return SetKmsKeyResponse
1480
1480
  * @throws OciError when an error occurs
1481
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
1481
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
1482
1482
  */
1483
1483
  setKmsKey(setKmsKeyRequest) {
1484
1484
  return __awaiter(this, void 0, void 0, function* () {
@@ -1542,7 +1542,7 @@ class AnalyticsClient {
1542
1542
  * @param StartAnalyticsInstanceRequest
1543
1543
  * @return StartAnalyticsInstanceResponse
1544
1544
  * @throws OciError when an error occurs
1545
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
1545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
1546
1546
  */
1547
1547
  startAnalyticsInstance(startAnalyticsInstanceRequest) {
1548
1548
  return __awaiter(this, void 0, void 0, function* () {
@@ -1605,7 +1605,7 @@ class AnalyticsClient {
1605
1605
  * @param StopAnalyticsInstanceRequest
1606
1606
  * @return StopAnalyticsInstanceResponse
1607
1607
  * @throws OciError when an error occurs
1608
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
1608
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
1609
1609
  */
1610
1610
  stopAnalyticsInstance(stopAnalyticsInstanceRequest) {
1611
1611
  return __awaiter(this, void 0, void 0, function* () {
@@ -1668,7 +1668,7 @@ class AnalyticsClient {
1668
1668
  * @param UpdateAnalyticsInstanceRequest
1669
1669
  * @return UpdateAnalyticsInstanceResponse
1670
1670
  * @throws OciError when an error occurs
1671
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
1671
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
1672
1672
  */
1673
1673
  updateAnalyticsInstance(updateAnalyticsInstanceRequest) {
1674
1674
  return __awaiter(this, void 0, void 0, function* () {
@@ -1734,7 +1734,7 @@ class AnalyticsClient {
1734
1734
  * @param UpdatePrivateAccessChannelRequest
1735
1735
  * @return UpdatePrivateAccessChannelResponse
1736
1736
  * @throws OciError when an error occurs
1737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
1737
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
1738
1738
  */
1739
1739
  updatePrivateAccessChannel(updatePrivateAccessChannelRequest) {
1740
1740
  return __awaiter(this, void 0, void 0, function* () {
@@ -1798,7 +1798,7 @@ class AnalyticsClient {
1798
1798
  * @param UpdateVanityUrlRequest
1799
1799
  * @return UpdateVanityUrlResponse
1800
1800
  * @throws OciError when an error occurs
1801
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
1801
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
1802
1802
  */
1803
1803
  updateVanityUrl(updateVanityUrlRequest) {
1804
1804
  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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2/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.89.3/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.89.2",
3
+ "version": "2.89.3",
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.89.2",
19
- "oci-workrequests": "2.89.2"
18
+ "oci-common": "2.89.3",
19
+ "oci-workrequests": "2.89.3"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"