oci-analytics 2.79.0 → 2.79.1

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 (29) hide show
  1. package/lib/client.d.ts +23 -24
  2. package/lib/client.js +48 -122
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/network-endpoint-details.js +2 -4
  5. package/lib/model/network-endpoint-details.js.map +1 -1
  6. package/lib/request/change-analytics-instance-compartment-request.d.ts +1 -1
  7. package/lib/request/change-analytics-instance-network-endpoint-request.d.ts +1 -1
  8. package/lib/request/create-analytics-instance-request.d.ts +1 -1
  9. package/lib/request/create-private-access-channel-request.d.ts +1 -1
  10. package/lib/request/create-vanity-url-request.d.ts +1 -1
  11. package/lib/request/delete-analytics-instance-request.d.ts +1 -1
  12. package/lib/request/delete-private-access-channel-request.d.ts +1 -1
  13. package/lib/request/delete-vanity-url-request.d.ts +1 -1
  14. package/lib/request/delete-work-request-request.d.ts +1 -1
  15. package/lib/request/get-analytics-instance-request.d.ts +1 -1
  16. package/lib/request/get-private-access-channel-request.d.ts +1 -1
  17. package/lib/request/get-work-request-request.d.ts +1 -1
  18. package/lib/request/list-analytics-instances-request.d.ts +1 -1
  19. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  20. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  21. package/lib/request/list-work-requests-request.d.ts +1 -1
  22. package/lib/request/scale-analytics-instance-request.d.ts +1 -1
  23. package/lib/request/set-kms-key-request.d.ts +1 -1
  24. package/lib/request/start-analytics-instance-request.d.ts +1 -1
  25. package/lib/request/stop-analytics-instance-request.d.ts +1 -1
  26. package/lib/request/update-analytics-instance-request.d.ts +1 -1
  27. package/lib/request/update-private-access-channel-request.d.ts +1 -1
  28. package/lib/request/update-vanity-url-request.d.ts +1 -1
  29. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -48,7 +48,6 @@ export declare class AnalyticsClient {
48
48
  * @param endpoint The endpoint of the service.
49
49
  */
50
50
  set endpoint(endpoint: string);
51
- get logger(): import("oci-common/lib/log").Logger;
52
51
  /**
53
52
  * Determines whether realm specific endpoint should be used or not.
54
53
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -95,7 +94,7 @@ export declare class AnalyticsClient {
95
94
  * @param ChangeAnalyticsInstanceCompartmentRequest
96
95
  * @return ChangeAnalyticsInstanceCompartmentResponse
97
96
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
99
98
  */
100
99
  changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest: requests.ChangeAnalyticsInstanceCompartmentRequest): Promise<responses.ChangeAnalyticsInstanceCompartmentResponse>;
101
100
  /**
@@ -106,7 +105,7 @@ export declare class AnalyticsClient {
106
105
  * @param ChangeAnalyticsInstanceNetworkEndpointRequest
107
106
  * @return ChangeAnalyticsInstanceNetworkEndpointResponse
108
107
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
110
109
  */
111
110
  changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest: requests.ChangeAnalyticsInstanceNetworkEndpointRequest): Promise<responses.ChangeAnalyticsInstanceNetworkEndpointResponse>;
112
111
  /**
@@ -117,7 +116,7 @@ export declare class AnalyticsClient {
117
116
  * @param CreateAnalyticsInstanceRequest
118
117
  * @return CreateAnalyticsInstanceResponse
119
118
  * @throws OciError when an error occurs
120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
121
120
  */
122
121
  createAnalyticsInstance(createAnalyticsInstanceRequest: requests.CreateAnalyticsInstanceRequest): Promise<responses.CreateAnalyticsInstanceResponse>;
123
122
  /**
@@ -128,7 +127,7 @@ export declare class AnalyticsClient {
128
127
  * @param CreatePrivateAccessChannelRequest
129
128
  * @return CreatePrivateAccessChannelResponse
130
129
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
132
131
  */
133
132
  createPrivateAccessChannel(createPrivateAccessChannelRequest: requests.CreatePrivateAccessChannelRequest): Promise<responses.CreatePrivateAccessChannelResponse>;
134
133
  /**
@@ -139,7 +138,7 @@ export declare class AnalyticsClient {
139
138
  * @param CreateVanityUrlRequest
140
139
  * @return CreateVanityUrlResponse
141
140
  * @throws OciError when an error occurs
142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
143
142
  */
144
143
  createVanityUrl(createVanityUrlRequest: requests.CreateVanityUrlRequest): Promise<responses.CreateVanityUrlResponse>;
145
144
  /**
@@ -150,7 +149,7 @@ export declare class AnalyticsClient {
150
149
  * @param DeleteAnalyticsInstanceRequest
151
150
  * @return DeleteAnalyticsInstanceResponse
152
151
  * @throws OciError when an error occurs
153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
154
153
  */
155
154
  deleteAnalyticsInstance(deleteAnalyticsInstanceRequest: requests.DeleteAnalyticsInstanceRequest): Promise<responses.DeleteAnalyticsInstanceResponse>;
156
155
  /**
@@ -160,7 +159,7 @@ export declare class AnalyticsClient {
160
159
  * @param DeletePrivateAccessChannelRequest
161
160
  * @return DeletePrivateAccessChannelResponse
162
161
  * @throws OciError when an error occurs
163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
164
163
  */
165
164
  deletePrivateAccessChannel(deletePrivateAccessChannelRequest: requests.DeletePrivateAccessChannelRequest): Promise<responses.DeletePrivateAccessChannelResponse>;
166
165
  /**
@@ -170,7 +169,7 @@ export declare class AnalyticsClient {
170
169
  * @param DeleteVanityUrlRequest
171
170
  * @return DeleteVanityUrlResponse
172
171
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
174
173
  */
175
174
  deleteVanityUrl(deleteVanityUrlRequest: requests.DeleteVanityUrlRequest): Promise<responses.DeleteVanityUrlResponse>;
176
175
  /**
@@ -180,7 +179,7 @@ export declare class AnalyticsClient {
180
179
  * @param DeleteWorkRequestRequest
181
180
  * @return DeleteWorkRequestResponse
182
181
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
184
183
  */
185
184
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
186
185
  /**
@@ -190,7 +189,7 @@ export declare class AnalyticsClient {
190
189
  * @param GetAnalyticsInstanceRequest
191
190
  * @return GetAnalyticsInstanceResponse
192
191
  * @throws OciError when an error occurs
193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
194
193
  */
195
194
  getAnalyticsInstance(getAnalyticsInstanceRequest: requests.GetAnalyticsInstanceRequest): Promise<responses.GetAnalyticsInstanceResponse>;
196
195
  /**
@@ -200,7 +199,7 @@ export declare class AnalyticsClient {
200
199
  * @param GetPrivateAccessChannelRequest
201
200
  * @return GetPrivateAccessChannelResponse
202
201
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
204
203
  */
205
204
  getPrivateAccessChannel(getPrivateAccessChannelRequest: requests.GetPrivateAccessChannelRequest): Promise<responses.GetPrivateAccessChannelResponse>;
206
205
  /**
@@ -210,7 +209,7 @@ export declare class AnalyticsClient {
210
209
  * @param GetWorkRequestRequest
211
210
  * @return GetWorkRequestResponse
212
211
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
214
213
  */
215
214
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
216
215
  /**
@@ -220,7 +219,7 @@ export declare class AnalyticsClient {
220
219
  * @param ListAnalyticsInstancesRequest
221
220
  * @return ListAnalyticsInstancesResponse
222
221
  * @throws OciError when an error occurs
223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
224
223
  */
225
224
  listAnalyticsInstances(listAnalyticsInstancesRequest: requests.ListAnalyticsInstancesRequest): Promise<responses.ListAnalyticsInstancesResponse>;
226
225
  /**
@@ -262,7 +261,7 @@ export declare class AnalyticsClient {
262
261
  * @param ListWorkRequestErrorsRequest
263
262
  * @return ListWorkRequestErrorsResponse
264
263
  * @throws OciError when an error occurs
265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
266
265
  */
267
266
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
268
267
  /**
@@ -304,7 +303,7 @@ export declare class AnalyticsClient {
304
303
  * @param ListWorkRequestLogsRequest
305
304
  * @return ListWorkRequestLogsResponse
306
305
  * @throws OciError when an error occurs
307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
308
307
  */
309
308
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
310
309
  /**
@@ -346,7 +345,7 @@ export declare class AnalyticsClient {
346
345
  * @param ListWorkRequestsRequest
347
346
  * @return ListWorkRequestsResponse
348
347
  * @throws OciError when an error occurs
349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
350
349
  */
351
350
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
352
351
  /**
@@ -389,7 +388,7 @@ export declare class AnalyticsClient {
389
388
  * @param ScaleAnalyticsInstanceRequest
390
389
  * @return ScaleAnalyticsInstanceResponse
391
390
  * @throws OciError when an error occurs
392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
393
392
  */
394
393
  scaleAnalyticsInstance(scaleAnalyticsInstanceRequest: requests.ScaleAnalyticsInstanceRequest): Promise<responses.ScaleAnalyticsInstanceResponse>;
395
394
  /**
@@ -399,7 +398,7 @@ export declare class AnalyticsClient {
399
398
  * @param SetKmsKeyRequest
400
399
  * @return SetKmsKeyResponse
401
400
  * @throws OciError when an error occurs
402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
403
402
  */
404
403
  setKmsKey(setKmsKeyRequest: requests.SetKmsKeyRequest): Promise<responses.SetKmsKeyResponse>;
405
404
  /**
@@ -410,7 +409,7 @@ export declare class AnalyticsClient {
410
409
  * @param StartAnalyticsInstanceRequest
411
410
  * @return StartAnalyticsInstanceResponse
412
411
  * @throws OciError when an error occurs
413
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
414
413
  */
415
414
  startAnalyticsInstance(startAnalyticsInstanceRequest: requests.StartAnalyticsInstanceRequest): Promise<responses.StartAnalyticsInstanceResponse>;
416
415
  /**
@@ -421,7 +420,7 @@ export declare class AnalyticsClient {
421
420
  * @param StopAnalyticsInstanceRequest
422
421
  * @return StopAnalyticsInstanceResponse
423
422
  * @throws OciError when an error occurs
424
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
425
424
  */
426
425
  stopAnalyticsInstance(stopAnalyticsInstanceRequest: requests.StopAnalyticsInstanceRequest): Promise<responses.StopAnalyticsInstanceResponse>;
427
426
  /**
@@ -432,7 +431,7 @@ export declare class AnalyticsClient {
432
431
  * @param UpdateAnalyticsInstanceRequest
433
432
  * @return UpdateAnalyticsInstanceResponse
434
433
  * @throws OciError when an error occurs
435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
434
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
436
435
  */
437
436
  updateAnalyticsInstance(updateAnalyticsInstanceRequest: requests.UpdateAnalyticsInstanceRequest): Promise<responses.UpdateAnalyticsInstanceResponse>;
438
437
  /**
@@ -442,7 +441,7 @@ export declare class AnalyticsClient {
442
441
  * @param UpdatePrivateAccessChannelRequest
443
442
  * @return UpdatePrivateAccessChannelResponse
444
443
  * @throws OciError when an error occurs
445
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
446
445
  */
447
446
  updatePrivateAccessChannel(updatePrivateAccessChannelRequest: requests.UpdatePrivateAccessChannelRequest): Promise<responses.UpdatePrivateAccessChannelResponse>;
448
447
  /**
@@ -452,7 +451,7 @@ export declare class AnalyticsClient {
452
451
  * @param UpdateVanityUrlRequest
453
452
  * @return UpdateVanityUrlResponse
454
453
  * @throws OciError when an error occurs
455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
456
455
  */
457
456
  updateVanityUrl(updateVanityUrlRequest: requests.UpdateVanityUrlRequest): Promise<responses.UpdateVanityUrlResponse>;
458
457
  }