oci-analytics 2.62.1 → 2.62.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
@@ -89,7 +89,7 @@ export declare class AnalyticsClient {
89
89
  * @param ChangeAnalyticsInstanceCompartmentRequest
90
90
  * @return ChangeAnalyticsInstanceCompartmentResponse
91
91
  * @throws OciError when an error occurs
92
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
92
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
93
93
  */
94
94
  changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest: requests.ChangeAnalyticsInstanceCompartmentRequest): Promise<responses.ChangeAnalyticsInstanceCompartmentResponse>;
95
95
  /**
@@ -100,7 +100,7 @@ export declare class AnalyticsClient {
100
100
  * @param ChangeAnalyticsInstanceNetworkEndpointRequest
101
101
  * @return ChangeAnalyticsInstanceNetworkEndpointResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
104
104
  */
105
105
  changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest: requests.ChangeAnalyticsInstanceNetworkEndpointRequest): Promise<responses.ChangeAnalyticsInstanceNetworkEndpointResponse>;
106
106
  /**
@@ -111,7 +111,7 @@ export declare class AnalyticsClient {
111
111
  * @param CreateAnalyticsInstanceRequest
112
112
  * @return CreateAnalyticsInstanceResponse
113
113
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
115
115
  */
116
116
  createAnalyticsInstance(createAnalyticsInstanceRequest: requests.CreateAnalyticsInstanceRequest): Promise<responses.CreateAnalyticsInstanceResponse>;
117
117
  /**
@@ -122,7 +122,7 @@ export declare class AnalyticsClient {
122
122
  * @param CreatePrivateAccessChannelRequest
123
123
  * @return CreatePrivateAccessChannelResponse
124
124
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
126
126
  */
127
127
  createPrivateAccessChannel(createPrivateAccessChannelRequest: requests.CreatePrivateAccessChannelRequest): Promise<responses.CreatePrivateAccessChannelResponse>;
128
128
  /**
@@ -133,7 +133,7 @@ export declare class AnalyticsClient {
133
133
  * @param CreateVanityUrlRequest
134
134
  * @return CreateVanityUrlResponse
135
135
  * @throws OciError when an error occurs
136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
137
137
  */
138
138
  createVanityUrl(createVanityUrlRequest: requests.CreateVanityUrlRequest): Promise<responses.CreateVanityUrlResponse>;
139
139
  /**
@@ -144,7 +144,7 @@ export declare class AnalyticsClient {
144
144
  * @param DeleteAnalyticsInstanceRequest
145
145
  * @return DeleteAnalyticsInstanceResponse
146
146
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
148
148
  */
149
149
  deleteAnalyticsInstance(deleteAnalyticsInstanceRequest: requests.DeleteAnalyticsInstanceRequest): Promise<responses.DeleteAnalyticsInstanceResponse>;
150
150
  /**
@@ -154,7 +154,7 @@ export declare class AnalyticsClient {
154
154
  * @param DeletePrivateAccessChannelRequest
155
155
  * @return DeletePrivateAccessChannelResponse
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.62.1/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
158
158
  */
159
159
  deletePrivateAccessChannel(deletePrivateAccessChannelRequest: requests.DeletePrivateAccessChannelRequest): Promise<responses.DeletePrivateAccessChannelResponse>;
160
160
  /**
@@ -164,7 +164,7 @@ export declare class AnalyticsClient {
164
164
  * @param DeleteVanityUrlRequest
165
165
  * @return DeleteVanityUrlResponse
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.62.1/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
168
168
  */
169
169
  deleteVanityUrl(deleteVanityUrlRequest: requests.DeleteVanityUrlRequest): Promise<responses.DeleteVanityUrlResponse>;
170
170
  /**
@@ -174,7 +174,7 @@ export declare class AnalyticsClient {
174
174
  * @param DeleteWorkRequestRequest
175
175
  * @return DeleteWorkRequestResponse
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.62.1/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
178
178
  */
179
179
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
180
180
  /**
@@ -184,7 +184,7 @@ export declare class AnalyticsClient {
184
184
  * @param GetAnalyticsInstanceRequest
185
185
  * @return GetAnalyticsInstanceResponse
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.62.1/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
188
188
  */
189
189
  getAnalyticsInstance(getAnalyticsInstanceRequest: requests.GetAnalyticsInstanceRequest): Promise<responses.GetAnalyticsInstanceResponse>;
190
190
  /**
@@ -194,7 +194,7 @@ export declare class AnalyticsClient {
194
194
  * @param GetPrivateAccessChannelRequest
195
195
  * @return GetPrivateAccessChannelResponse
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.62.1/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
198
198
  */
199
199
  getPrivateAccessChannel(getPrivateAccessChannelRequest: requests.GetPrivateAccessChannelRequest): Promise<responses.GetPrivateAccessChannelResponse>;
200
200
  /**
@@ -204,7 +204,7 @@ export declare class AnalyticsClient {
204
204
  * @param GetWorkRequestRequest
205
205
  * @return GetWorkRequestResponse
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.62.1/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
208
208
  */
209
209
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
210
210
  /**
@@ -214,7 +214,7 @@ export declare class AnalyticsClient {
214
214
  * @param ListAnalyticsInstancesRequest
215
215
  * @return ListAnalyticsInstancesResponse
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.62.1/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
218
218
  */
219
219
  listAnalyticsInstances(listAnalyticsInstancesRequest: requests.ListAnalyticsInstancesRequest): Promise<responses.ListAnalyticsInstancesResponse>;
220
220
  /**
@@ -256,7 +256,7 @@ export declare class AnalyticsClient {
256
256
  * @param ListWorkRequestErrorsRequest
257
257
  * @return ListWorkRequestErrorsResponse
258
258
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
260
260
  */
261
261
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
262
262
  /**
@@ -298,7 +298,7 @@ export declare class AnalyticsClient {
298
298
  * @param ListWorkRequestLogsRequest
299
299
  * @return ListWorkRequestLogsResponse
300
300
  * @throws OciError when an error occurs
301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
302
302
  */
303
303
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
304
304
  /**
@@ -340,7 +340,7 @@ export declare class AnalyticsClient {
340
340
  * @param ListWorkRequestsRequest
341
341
  * @return ListWorkRequestsResponse
342
342
  * @throws OciError when an error occurs
343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
344
344
  */
345
345
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
346
346
  /**
@@ -383,7 +383,7 @@ export declare class AnalyticsClient {
383
383
  * @param ScaleAnalyticsInstanceRequest
384
384
  * @return ScaleAnalyticsInstanceResponse
385
385
  * @throws OciError when an error occurs
386
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
386
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
387
387
  */
388
388
  scaleAnalyticsInstance(scaleAnalyticsInstanceRequest: requests.ScaleAnalyticsInstanceRequest): Promise<responses.ScaleAnalyticsInstanceResponse>;
389
389
  /**
@@ -393,7 +393,7 @@ export declare class AnalyticsClient {
393
393
  * @param SetKmsKeyRequest
394
394
  * @return SetKmsKeyResponse
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.62.1/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
397
397
  */
398
398
  setKmsKey(setKmsKeyRequest: requests.SetKmsKeyRequest): Promise<responses.SetKmsKeyResponse>;
399
399
  /**
@@ -404,7 +404,7 @@ export declare class AnalyticsClient {
404
404
  * @param StartAnalyticsInstanceRequest
405
405
  * @return StartAnalyticsInstanceResponse
406
406
  * @throws OciError when an error occurs
407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
408
408
  */
409
409
  startAnalyticsInstance(startAnalyticsInstanceRequest: requests.StartAnalyticsInstanceRequest): Promise<responses.StartAnalyticsInstanceResponse>;
410
410
  /**
@@ -415,7 +415,7 @@ export declare class AnalyticsClient {
415
415
  * @param StopAnalyticsInstanceRequest
416
416
  * @return StopAnalyticsInstanceResponse
417
417
  * @throws OciError when an error occurs
418
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
418
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
419
419
  */
420
420
  stopAnalyticsInstance(stopAnalyticsInstanceRequest: requests.StopAnalyticsInstanceRequest): Promise<responses.StopAnalyticsInstanceResponse>;
421
421
  /**
@@ -426,7 +426,7 @@ export declare class AnalyticsClient {
426
426
  * @param UpdateAnalyticsInstanceRequest
427
427
  * @return UpdateAnalyticsInstanceResponse
428
428
  * @throws OciError when an error occurs
429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
429
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
430
430
  */
431
431
  updateAnalyticsInstance(updateAnalyticsInstanceRequest: requests.UpdateAnalyticsInstanceRequest): Promise<responses.UpdateAnalyticsInstanceResponse>;
432
432
  /**
@@ -436,7 +436,7 @@ export declare class AnalyticsClient {
436
436
  * @param UpdatePrivateAccessChannelRequest
437
437
  * @return UpdatePrivateAccessChannelResponse
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.62.1/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
440
440
  */
441
441
  updatePrivateAccessChannel(updatePrivateAccessChannelRequest: requests.UpdatePrivateAccessChannelRequest): Promise<responses.UpdatePrivateAccessChannelResponse>;
442
442
  /**
@@ -446,7 +446,7 @@ export declare class AnalyticsClient {
446
446
  * @param UpdateVanityUrlRequest
447
447
  * @return UpdateVanityUrlResponse
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.62.1/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
449
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
450
450
  */
451
451
  updateVanityUrl(updateVanityUrlRequest: requests.UpdateVanityUrlRequest): Promise<responses.UpdateVanityUrlResponse>;
452
452
  }
package/lib/client.js CHANGED
@@ -183,7 +183,7 @@ class AnalyticsClient {
183
183
  * @param ChangeAnalyticsInstanceCompartmentRequest
184
184
  * @return ChangeAnalyticsInstanceCompartmentResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
187
187
  */
188
188
  changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest) {
189
189
  return __awaiter(this, void 0, void 0, function* () {
@@ -247,7 +247,7 @@ class AnalyticsClient {
247
247
  * @param ChangeAnalyticsInstanceNetworkEndpointRequest
248
248
  * @return ChangeAnalyticsInstanceNetworkEndpointResponse
249
249
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
251
251
  */
252
252
  changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest) {
253
253
  return __awaiter(this, void 0, void 0, function* () {
@@ -311,7 +311,7 @@ class AnalyticsClient {
311
311
  * @param CreateAnalyticsInstanceRequest
312
312
  * @return CreateAnalyticsInstanceResponse
313
313
  * @throws OciError when an error occurs
314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
315
315
  */
316
316
  createAnalyticsInstance(createAnalyticsInstanceRequest) {
317
317
  return __awaiter(this, void 0, void 0, function* () {
@@ -386,7 +386,7 @@ class AnalyticsClient {
386
386
  * @param CreatePrivateAccessChannelRequest
387
387
  * @return CreatePrivateAccessChannelResponse
388
388
  * @throws OciError when an error occurs
389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
390
390
  */
391
391
  createPrivateAccessChannel(createPrivateAccessChannelRequest) {
392
392
  return __awaiter(this, void 0, void 0, function* () {
@@ -449,7 +449,7 @@ class AnalyticsClient {
449
449
  * @param CreateVanityUrlRequest
450
450
  * @return CreateVanityUrlResponse
451
451
  * @throws OciError when an error occurs
452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
453
453
  */
454
454
  createVanityUrl(createVanityUrlRequest) {
455
455
  return __awaiter(this, void 0, void 0, function* () {
@@ -512,7 +512,7 @@ class AnalyticsClient {
512
512
  * @param DeleteAnalyticsInstanceRequest
513
513
  * @return DeleteAnalyticsInstanceResponse
514
514
  * @throws OciError when an error occurs
515
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
515
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
516
516
  */
517
517
  deleteAnalyticsInstance(deleteAnalyticsInstanceRequest) {
518
518
  return __awaiter(this, void 0, void 0, function* () {
@@ -574,7 +574,7 @@ class AnalyticsClient {
574
574
  * @param DeletePrivateAccessChannelRequest
575
575
  * @return DeletePrivateAccessChannelResponse
576
576
  * @throws OciError when an error occurs
577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
578
578
  */
579
579
  deletePrivateAccessChannel(deletePrivateAccessChannelRequest) {
580
580
  return __awaiter(this, void 0, void 0, function* () {
@@ -637,7 +637,7 @@ class AnalyticsClient {
637
637
  * @param DeleteVanityUrlRequest
638
638
  * @return DeleteVanityUrlResponse
639
639
  * @throws OciError when an error occurs
640
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
640
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
641
641
  */
642
642
  deleteVanityUrl(deleteVanityUrlRequest) {
643
643
  return __awaiter(this, void 0, void 0, function* () {
@@ -700,7 +700,7 @@ class AnalyticsClient {
700
700
  * @param DeleteWorkRequestRequest
701
701
  * @return DeleteWorkRequestResponse
702
702
  * @throws OciError when an error occurs
703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
703
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
704
704
  */
705
705
  deleteWorkRequest(deleteWorkRequestRequest) {
706
706
  return __awaiter(this, void 0, void 0, function* () {
@@ -756,7 +756,7 @@ class AnalyticsClient {
756
756
  * @param GetAnalyticsInstanceRequest
757
757
  * @return GetAnalyticsInstanceResponse
758
758
  * @throws OciError when an error occurs
759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
759
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
760
760
  */
761
761
  getAnalyticsInstance(getAnalyticsInstanceRequest) {
762
762
  return __awaiter(this, void 0, void 0, function* () {
@@ -820,7 +820,7 @@ class AnalyticsClient {
820
820
  * @param GetPrivateAccessChannelRequest
821
821
  * @return GetPrivateAccessChannelResponse
822
822
  * @throws OciError when an error occurs
823
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
823
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
824
824
  */
825
825
  getPrivateAccessChannel(getPrivateAccessChannelRequest) {
826
826
  return __awaiter(this, void 0, void 0, function* () {
@@ -885,7 +885,7 @@ class AnalyticsClient {
885
885
  * @param GetWorkRequestRequest
886
886
  * @return GetWorkRequestResponse
887
887
  * @throws OciError when an error occurs
888
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
888
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
889
889
  */
890
890
  getWorkRequest(getWorkRequestRequest) {
891
891
  return __awaiter(this, void 0, void 0, function* () {
@@ -954,7 +954,7 @@ class AnalyticsClient {
954
954
  * @param ListAnalyticsInstancesRequest
955
955
  * @return ListAnalyticsInstancesResponse
956
956
  * @throws OciError when an error occurs
957
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
957
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
958
958
  */
959
959
  listAnalyticsInstances(listAnalyticsInstancesRequest) {
960
960
  return __awaiter(this, void 0, void 0, function* () {
@@ -1066,7 +1066,7 @@ class AnalyticsClient {
1066
1066
  * @param ListWorkRequestErrorsRequest
1067
1067
  * @return ListWorkRequestErrorsResponse
1068
1068
  * @throws OciError when an error occurs
1069
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1069
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1070
1070
  */
1071
1071
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1072
1072
  return __awaiter(this, void 0, void 0, function* () {
@@ -1173,7 +1173,7 @@ class AnalyticsClient {
1173
1173
  * @param ListWorkRequestLogsRequest
1174
1174
  * @return ListWorkRequestLogsResponse
1175
1175
  * @throws OciError when an error occurs
1176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1177
1177
  */
1178
1178
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1179
1179
  return __awaiter(this, void 0, void 0, function* () {
@@ -1280,7 +1280,7 @@ class AnalyticsClient {
1280
1280
  * @param ListWorkRequestsRequest
1281
1281
  * @return ListWorkRequestsResponse
1282
1282
  * @throws OciError when an error occurs
1283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1284
1284
  */
1285
1285
  listWorkRequests(listWorkRequestsRequest) {
1286
1286
  return __awaiter(this, void 0, void 0, function* () {
@@ -1392,7 +1392,7 @@ class AnalyticsClient {
1392
1392
  * @param ScaleAnalyticsInstanceRequest
1393
1393
  * @return ScaleAnalyticsInstanceResponse
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.62.1/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
1395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
1396
1396
  */
1397
1397
  scaleAnalyticsInstance(scaleAnalyticsInstanceRequest) {
1398
1398
  return __awaiter(this, void 0, void 0, function* () {
@@ -1455,7 +1455,7 @@ class AnalyticsClient {
1455
1455
  * @param SetKmsKeyRequest
1456
1456
  * @return SetKmsKeyResponse
1457
1457
  * @throws OciError when an error occurs
1458
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
1458
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
1459
1459
  */
1460
1460
  setKmsKey(setKmsKeyRequest) {
1461
1461
  return __awaiter(this, void 0, void 0, function* () {
@@ -1519,7 +1519,7 @@ class AnalyticsClient {
1519
1519
  * @param StartAnalyticsInstanceRequest
1520
1520
  * @return StartAnalyticsInstanceResponse
1521
1521
  * @throws OciError when an error occurs
1522
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
1522
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
1523
1523
  */
1524
1524
  startAnalyticsInstance(startAnalyticsInstanceRequest) {
1525
1525
  return __awaiter(this, void 0, void 0, function* () {
@@ -1582,7 +1582,7 @@ class AnalyticsClient {
1582
1582
  * @param StopAnalyticsInstanceRequest
1583
1583
  * @return StopAnalyticsInstanceResponse
1584
1584
  * @throws OciError when an error occurs
1585
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
1585
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
1586
1586
  */
1587
1587
  stopAnalyticsInstance(stopAnalyticsInstanceRequest) {
1588
1588
  return __awaiter(this, void 0, void 0, function* () {
@@ -1645,7 +1645,7 @@ class AnalyticsClient {
1645
1645
  * @param UpdateAnalyticsInstanceRequest
1646
1646
  * @return UpdateAnalyticsInstanceResponse
1647
1647
  * @throws OciError when an error occurs
1648
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
1648
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
1649
1649
  */
1650
1650
  updateAnalyticsInstance(updateAnalyticsInstanceRequest) {
1651
1651
  return __awaiter(this, void 0, void 0, function* () {
@@ -1711,7 +1711,7 @@ class AnalyticsClient {
1711
1711
  * @param UpdatePrivateAccessChannelRequest
1712
1712
  * @return UpdatePrivateAccessChannelResponse
1713
1713
  * @throws OciError when an error occurs
1714
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
1714
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
1715
1715
  */
1716
1716
  updatePrivateAccessChannel(updatePrivateAccessChannelRequest) {
1717
1717
  return __awaiter(this, void 0, void 0, function* () {
@@ -1775,7 +1775,7 @@ class AnalyticsClient {
1775
1775
  * @param UpdateVanityUrlRequest
1776
1776
  * @return UpdateVanityUrlResponse
1777
1777
  * @throws OciError when an error occurs
1778
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.1/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
1778
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
1779
1779
  */
1780
1780
  updateVanityUrl(updateVanityUrlRequest) {
1781
1781
  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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1/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.62.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.62.1",
3
+ "version": "2.62.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.62.1",
19
- "oci-workrequests": "2.62.1"
18
+ "oci-common": "2.62.3",
19
+ "oci-workrequests": "2.62.3"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"