oci-analytics 2.102.2 → 2.103.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +24 -24
- package/lib/client.js +24 -24
- package/lib/model/analytics-instance-summary.d.ts +2 -2
- package/lib/model/analytics-instance.d.ts +2 -2
- package/lib/model/create-analytics-instance-details.d.ts +2 -2
- package/lib/model/update-analytics-instance-details.d.ts +2 -2
- package/lib/request/change-analytics-instance-compartment-request.d.ts +1 -1
- package/lib/request/change-analytics-instance-network-endpoint-request.d.ts +1 -1
- package/lib/request/create-analytics-instance-request.d.ts +1 -1
- package/lib/request/create-private-access-channel-request.d.ts +1 -1
- package/lib/request/create-vanity-url-request.d.ts +1 -1
- package/lib/request/delete-analytics-instance-request.d.ts +1 -1
- package/lib/request/delete-private-access-channel-request.d.ts +1 -1
- package/lib/request/delete-vanity-url-request.d.ts +1 -1
- package/lib/request/delete-work-request-request.d.ts +1 -1
- package/lib/request/get-analytics-instance-request.d.ts +1 -1
- package/lib/request/get-private-access-channel-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-analytics-instances-request.d.ts +3 -3
- package/lib/request/list-work-request-errors-request.d.ts +3 -3
- package/lib/request/list-work-request-logs-request.d.ts +3 -3
- package/lib/request/list-work-requests-request.d.ts +3 -3
- package/lib/request/scale-analytics-instance-request.d.ts +1 -1
- package/lib/request/set-feature-bundle-request.d.ts +1 -1
- package/lib/request/set-kms-key-request.d.ts +1 -1
- package/lib/request/start-analytics-instance-request.d.ts +1 -1
- package/lib/request/stop-analytics-instance-request.d.ts +1 -1
- package/lib/request/update-analytics-instance-request.d.ts +1 -1
- package/lib/request/update-private-access-channel-request.d.ts +1 -1
- package/lib/request/update-vanity-url-request.d.ts +1 -1
- package/lib/response/list-analytics-instances-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -104,7 +104,7 @@ export declare class AnalyticsClient {
|
|
|
104
104
|
* @param ChangeAnalyticsInstanceCompartmentRequest
|
|
105
105
|
* @return ChangeAnalyticsInstanceCompartmentResponse
|
|
106
106
|
* @throws OciError when an error occurs
|
|
107
|
-
* @example Click {@link https://docs.
|
|
107
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
|
|
108
108
|
*/
|
|
109
109
|
changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest: requests.ChangeAnalyticsInstanceCompartmentRequest): Promise<responses.ChangeAnalyticsInstanceCompartmentResponse>;
|
|
110
110
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class AnalyticsClient {
|
|
|
115
115
|
* @param ChangeAnalyticsInstanceNetworkEndpointRequest
|
|
116
116
|
* @return ChangeAnalyticsInstanceNetworkEndpointResponse
|
|
117
117
|
* @throws OciError when an error occurs
|
|
118
|
-
* @example Click {@link https://docs.
|
|
118
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
|
|
119
119
|
*/
|
|
120
120
|
changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest: requests.ChangeAnalyticsInstanceNetworkEndpointRequest): Promise<responses.ChangeAnalyticsInstanceNetworkEndpointResponse>;
|
|
121
121
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class AnalyticsClient {
|
|
|
126
126
|
* @param CreateAnalyticsInstanceRequest
|
|
127
127
|
* @return CreateAnalyticsInstanceResponse
|
|
128
128
|
* @throws OciError when an error occurs
|
|
129
|
-
* @example Click {@link https://docs.
|
|
129
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
|
|
130
130
|
*/
|
|
131
131
|
createAnalyticsInstance(createAnalyticsInstanceRequest: requests.CreateAnalyticsInstanceRequest): Promise<responses.CreateAnalyticsInstanceResponse>;
|
|
132
132
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class AnalyticsClient {
|
|
|
137
137
|
* @param CreatePrivateAccessChannelRequest
|
|
138
138
|
* @return CreatePrivateAccessChannelResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.
|
|
140
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
|
|
141
141
|
*/
|
|
142
142
|
createPrivateAccessChannel(createPrivateAccessChannelRequest: requests.CreatePrivateAccessChannelRequest): Promise<responses.CreatePrivateAccessChannelResponse>;
|
|
143
143
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class AnalyticsClient {
|
|
|
148
148
|
* @param CreateVanityUrlRequest
|
|
149
149
|
* @return CreateVanityUrlResponse
|
|
150
150
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.
|
|
151
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
|
|
152
152
|
*/
|
|
153
153
|
createVanityUrl(createVanityUrlRequest: requests.CreateVanityUrlRequest): Promise<responses.CreateVanityUrlResponse>;
|
|
154
154
|
/**
|
|
@@ -159,7 +159,7 @@ export declare class AnalyticsClient {
|
|
|
159
159
|
* @param DeleteAnalyticsInstanceRequest
|
|
160
160
|
* @return DeleteAnalyticsInstanceResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.
|
|
162
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
|
|
163
163
|
*/
|
|
164
164
|
deleteAnalyticsInstance(deleteAnalyticsInstanceRequest: requests.DeleteAnalyticsInstanceRequest): Promise<responses.DeleteAnalyticsInstanceResponse>;
|
|
165
165
|
/**
|
|
@@ -169,7 +169,7 @@ export declare class AnalyticsClient {
|
|
|
169
169
|
* @param DeletePrivateAccessChannelRequest
|
|
170
170
|
* @return DeletePrivateAccessChannelResponse
|
|
171
171
|
* @throws OciError when an error occurs
|
|
172
|
-
* @example Click {@link https://docs.
|
|
172
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
|
|
173
173
|
*/
|
|
174
174
|
deletePrivateAccessChannel(deletePrivateAccessChannelRequest: requests.DeletePrivateAccessChannelRequest): Promise<responses.DeletePrivateAccessChannelResponse>;
|
|
175
175
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class AnalyticsClient {
|
|
|
179
179
|
* @param DeleteVanityUrlRequest
|
|
180
180
|
* @return DeleteVanityUrlResponse
|
|
181
181
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.
|
|
182
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
|
|
183
183
|
*/
|
|
184
184
|
deleteVanityUrl(deleteVanityUrlRequest: requests.DeleteVanityUrlRequest): Promise<responses.DeleteVanityUrlResponse>;
|
|
185
185
|
/**
|
|
@@ -189,7 +189,7 @@ export declare class AnalyticsClient {
|
|
|
189
189
|
* @param DeleteWorkRequestRequest
|
|
190
190
|
* @return DeleteWorkRequestResponse
|
|
191
191
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.
|
|
192
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
193
193
|
*/
|
|
194
194
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
195
195
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class AnalyticsClient {
|
|
|
199
199
|
* @param GetAnalyticsInstanceRequest
|
|
200
200
|
* @return GetAnalyticsInstanceResponse
|
|
201
201
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.
|
|
202
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
|
|
203
203
|
*/
|
|
204
204
|
getAnalyticsInstance(getAnalyticsInstanceRequest: requests.GetAnalyticsInstanceRequest): Promise<responses.GetAnalyticsInstanceResponse>;
|
|
205
205
|
/**
|
|
@@ -209,7 +209,7 @@ export declare class AnalyticsClient {
|
|
|
209
209
|
* @param GetPrivateAccessChannelRequest
|
|
210
210
|
* @return GetPrivateAccessChannelResponse
|
|
211
211
|
* @throws OciError when an error occurs
|
|
212
|
-
* @example Click {@link https://docs.
|
|
212
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
|
|
213
213
|
*/
|
|
214
214
|
getPrivateAccessChannel(getPrivateAccessChannelRequest: requests.GetPrivateAccessChannelRequest): Promise<responses.GetPrivateAccessChannelResponse>;
|
|
215
215
|
/**
|
|
@@ -219,7 +219,7 @@ export declare class AnalyticsClient {
|
|
|
219
219
|
* @param GetWorkRequestRequest
|
|
220
220
|
* @return GetWorkRequestResponse
|
|
221
221
|
* @throws OciError when an error occurs
|
|
222
|
-
* @example Click {@link https://docs.
|
|
222
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
223
223
|
*/
|
|
224
224
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
225
225
|
/**
|
|
@@ -229,7 +229,7 @@ export declare class AnalyticsClient {
|
|
|
229
229
|
* @param ListAnalyticsInstancesRequest
|
|
230
230
|
* @return ListAnalyticsInstancesResponse
|
|
231
231
|
* @throws OciError when an error occurs
|
|
232
|
-
* @example Click {@link https://docs.
|
|
232
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
|
|
233
233
|
*/
|
|
234
234
|
listAnalyticsInstances(listAnalyticsInstancesRequest: requests.ListAnalyticsInstancesRequest): Promise<responses.ListAnalyticsInstancesResponse>;
|
|
235
235
|
/**
|
|
@@ -271,7 +271,7 @@ export declare class AnalyticsClient {
|
|
|
271
271
|
* @param ListWorkRequestErrorsRequest
|
|
272
272
|
* @return ListWorkRequestErrorsResponse
|
|
273
273
|
* @throws OciError when an error occurs
|
|
274
|
-
* @example Click {@link https://docs.
|
|
274
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
275
275
|
*/
|
|
276
276
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
277
277
|
/**
|
|
@@ -313,7 +313,7 @@ export declare class AnalyticsClient {
|
|
|
313
313
|
* @param ListWorkRequestLogsRequest
|
|
314
314
|
* @return ListWorkRequestLogsResponse
|
|
315
315
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.
|
|
316
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
317
317
|
*/
|
|
318
318
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
319
319
|
/**
|
|
@@ -355,7 +355,7 @@ export declare class AnalyticsClient {
|
|
|
355
355
|
* @param ListWorkRequestsRequest
|
|
356
356
|
* @return ListWorkRequestsResponse
|
|
357
357
|
* @throws OciError when an error occurs
|
|
358
|
-
* @example Click {@link https://docs.
|
|
358
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
359
359
|
*/
|
|
360
360
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
361
361
|
/**
|
|
@@ -398,7 +398,7 @@ export declare class AnalyticsClient {
|
|
|
398
398
|
* @param ScaleAnalyticsInstanceRequest
|
|
399
399
|
* @return ScaleAnalyticsInstanceResponse
|
|
400
400
|
* @throws OciError when an error occurs
|
|
401
|
-
* @example Click {@link https://docs.
|
|
401
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
|
|
402
402
|
*/
|
|
403
403
|
scaleAnalyticsInstance(scaleAnalyticsInstanceRequest: requests.ScaleAnalyticsInstanceRequest): Promise<responses.ScaleAnalyticsInstanceResponse>;
|
|
404
404
|
/**
|
|
@@ -408,7 +408,7 @@ export declare class AnalyticsClient {
|
|
|
408
408
|
* @param SetFeatureBundleRequest
|
|
409
409
|
* @return SetFeatureBundleResponse
|
|
410
410
|
* @throws OciError when an error occurs
|
|
411
|
-
* @example Click {@link https://docs.
|
|
411
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/SetFeatureBundle.ts.html |here} to see how to use SetFeatureBundle API.
|
|
412
412
|
*/
|
|
413
413
|
setFeatureBundle(setFeatureBundleRequest: requests.SetFeatureBundleRequest): Promise<responses.SetFeatureBundleResponse>;
|
|
414
414
|
/**
|
|
@@ -418,7 +418,7 @@ export declare class AnalyticsClient {
|
|
|
418
418
|
* @param SetKmsKeyRequest
|
|
419
419
|
* @return SetKmsKeyResponse
|
|
420
420
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.
|
|
421
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
|
|
422
422
|
*/
|
|
423
423
|
setKmsKey(setKmsKeyRequest: requests.SetKmsKeyRequest): Promise<responses.SetKmsKeyResponse>;
|
|
424
424
|
/**
|
|
@@ -429,7 +429,7 @@ export declare class AnalyticsClient {
|
|
|
429
429
|
* @param StartAnalyticsInstanceRequest
|
|
430
430
|
* @return StartAnalyticsInstanceResponse
|
|
431
431
|
* @throws OciError when an error occurs
|
|
432
|
-
* @example Click {@link https://docs.
|
|
432
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
|
|
433
433
|
*/
|
|
434
434
|
startAnalyticsInstance(startAnalyticsInstanceRequest: requests.StartAnalyticsInstanceRequest): Promise<responses.StartAnalyticsInstanceResponse>;
|
|
435
435
|
/**
|
|
@@ -440,7 +440,7 @@ export declare class AnalyticsClient {
|
|
|
440
440
|
* @param StopAnalyticsInstanceRequest
|
|
441
441
|
* @return StopAnalyticsInstanceResponse
|
|
442
442
|
* @throws OciError when an error occurs
|
|
443
|
-
* @example Click {@link https://docs.
|
|
443
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
|
|
444
444
|
*/
|
|
445
445
|
stopAnalyticsInstance(stopAnalyticsInstanceRequest: requests.StopAnalyticsInstanceRequest): Promise<responses.StopAnalyticsInstanceResponse>;
|
|
446
446
|
/**
|
|
@@ -451,7 +451,7 @@ export declare class AnalyticsClient {
|
|
|
451
451
|
* @param UpdateAnalyticsInstanceRequest
|
|
452
452
|
* @return UpdateAnalyticsInstanceResponse
|
|
453
453
|
* @throws OciError when an error occurs
|
|
454
|
-
* @example Click {@link https://docs.
|
|
454
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
|
|
455
455
|
*/
|
|
456
456
|
updateAnalyticsInstance(updateAnalyticsInstanceRequest: requests.UpdateAnalyticsInstanceRequest): Promise<responses.UpdateAnalyticsInstanceResponse>;
|
|
457
457
|
/**
|
|
@@ -461,7 +461,7 @@ export declare class AnalyticsClient {
|
|
|
461
461
|
* @param UpdatePrivateAccessChannelRequest
|
|
462
462
|
* @return UpdatePrivateAccessChannelResponse
|
|
463
463
|
* @throws OciError when an error occurs
|
|
464
|
-
* @example Click {@link https://docs.
|
|
464
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
|
|
465
465
|
*/
|
|
466
466
|
updatePrivateAccessChannel(updatePrivateAccessChannelRequest: requests.UpdatePrivateAccessChannelRequest): Promise<responses.UpdatePrivateAccessChannelResponse>;
|
|
467
467
|
/**
|
|
@@ -471,7 +471,7 @@ export declare class AnalyticsClient {
|
|
|
471
471
|
* @param UpdateVanityUrlRequest
|
|
472
472
|
* @return UpdateVanityUrlResponse
|
|
473
473
|
* @throws OciError when an error occurs
|
|
474
|
-
* @example Click {@link https://docs.
|
|
474
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
|
|
475
475
|
*/
|
|
476
476
|
updateVanityUrl(updateVanityUrlRequest: requests.UpdateVanityUrlRequest): Promise<responses.UpdateVanityUrlResponse>;
|
|
477
477
|
}
|
package/lib/client.js
CHANGED
|
@@ -217,7 +217,7 @@ class AnalyticsClient {
|
|
|
217
217
|
* @param ChangeAnalyticsInstanceCompartmentRequest
|
|
218
218
|
* @return ChangeAnalyticsInstanceCompartmentResponse
|
|
219
219
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.
|
|
220
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
|
|
221
221
|
*/
|
|
222
222
|
changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest) {
|
|
223
223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -281,7 +281,7 @@ class AnalyticsClient {
|
|
|
281
281
|
* @param ChangeAnalyticsInstanceNetworkEndpointRequest
|
|
282
282
|
* @return ChangeAnalyticsInstanceNetworkEndpointResponse
|
|
283
283
|
* @throws OciError when an error occurs
|
|
284
|
-
* @example Click {@link https://docs.
|
|
284
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
|
|
285
285
|
*/
|
|
286
286
|
changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest) {
|
|
287
287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -345,7 +345,7 @@ class AnalyticsClient {
|
|
|
345
345
|
* @param CreateAnalyticsInstanceRequest
|
|
346
346
|
* @return CreateAnalyticsInstanceResponse
|
|
347
347
|
* @throws OciError when an error occurs
|
|
348
|
-
* @example Click {@link https://docs.
|
|
348
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
|
|
349
349
|
*/
|
|
350
350
|
createAnalyticsInstance(createAnalyticsInstanceRequest) {
|
|
351
351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -420,7 +420,7 @@ class AnalyticsClient {
|
|
|
420
420
|
* @param CreatePrivateAccessChannelRequest
|
|
421
421
|
* @return CreatePrivateAccessChannelResponse
|
|
422
422
|
* @throws OciError when an error occurs
|
|
423
|
-
* @example Click {@link https://docs.
|
|
423
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
|
|
424
424
|
*/
|
|
425
425
|
createPrivateAccessChannel(createPrivateAccessChannelRequest) {
|
|
426
426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -483,7 +483,7 @@ class AnalyticsClient {
|
|
|
483
483
|
* @param CreateVanityUrlRequest
|
|
484
484
|
* @return CreateVanityUrlResponse
|
|
485
485
|
* @throws OciError when an error occurs
|
|
486
|
-
* @example Click {@link https://docs.
|
|
486
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
|
|
487
487
|
*/
|
|
488
488
|
createVanityUrl(createVanityUrlRequest) {
|
|
489
489
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -546,7 +546,7 @@ class AnalyticsClient {
|
|
|
546
546
|
* @param DeleteAnalyticsInstanceRequest
|
|
547
547
|
* @return DeleteAnalyticsInstanceResponse
|
|
548
548
|
* @throws OciError when an error occurs
|
|
549
|
-
* @example Click {@link https://docs.
|
|
549
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
|
|
550
550
|
*/
|
|
551
551
|
deleteAnalyticsInstance(deleteAnalyticsInstanceRequest) {
|
|
552
552
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -608,7 +608,7 @@ class AnalyticsClient {
|
|
|
608
608
|
* @param DeletePrivateAccessChannelRequest
|
|
609
609
|
* @return DeletePrivateAccessChannelResponse
|
|
610
610
|
* @throws OciError when an error occurs
|
|
611
|
-
* @example Click {@link https://docs.
|
|
611
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
|
|
612
612
|
*/
|
|
613
613
|
deletePrivateAccessChannel(deletePrivateAccessChannelRequest) {
|
|
614
614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -671,7 +671,7 @@ class AnalyticsClient {
|
|
|
671
671
|
* @param DeleteVanityUrlRequest
|
|
672
672
|
* @return DeleteVanityUrlResponse
|
|
673
673
|
* @throws OciError when an error occurs
|
|
674
|
-
* @example Click {@link https://docs.
|
|
674
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
|
|
675
675
|
*/
|
|
676
676
|
deleteVanityUrl(deleteVanityUrlRequest) {
|
|
677
677
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -734,7 +734,7 @@ class AnalyticsClient {
|
|
|
734
734
|
* @param DeleteWorkRequestRequest
|
|
735
735
|
* @return DeleteWorkRequestResponse
|
|
736
736
|
* @throws OciError when an error occurs
|
|
737
|
-
* @example Click {@link https://docs.
|
|
737
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
738
738
|
*/
|
|
739
739
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
740
740
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -790,7 +790,7 @@ class AnalyticsClient {
|
|
|
790
790
|
* @param GetAnalyticsInstanceRequest
|
|
791
791
|
* @return GetAnalyticsInstanceResponse
|
|
792
792
|
* @throws OciError when an error occurs
|
|
793
|
-
* @example Click {@link https://docs.
|
|
793
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
|
|
794
794
|
*/
|
|
795
795
|
getAnalyticsInstance(getAnalyticsInstanceRequest) {
|
|
796
796
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -854,7 +854,7 @@ class AnalyticsClient {
|
|
|
854
854
|
* @param GetPrivateAccessChannelRequest
|
|
855
855
|
* @return GetPrivateAccessChannelResponse
|
|
856
856
|
* @throws OciError when an error occurs
|
|
857
|
-
* @example Click {@link https://docs.
|
|
857
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
|
|
858
858
|
*/
|
|
859
859
|
getPrivateAccessChannel(getPrivateAccessChannelRequest) {
|
|
860
860
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -919,7 +919,7 @@ class AnalyticsClient {
|
|
|
919
919
|
* @param GetWorkRequestRequest
|
|
920
920
|
* @return GetWorkRequestResponse
|
|
921
921
|
* @throws OciError when an error occurs
|
|
922
|
-
* @example Click {@link https://docs.
|
|
922
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
923
923
|
*/
|
|
924
924
|
getWorkRequest(getWorkRequestRequest) {
|
|
925
925
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -988,7 +988,7 @@ class AnalyticsClient {
|
|
|
988
988
|
* @param ListAnalyticsInstancesRequest
|
|
989
989
|
* @return ListAnalyticsInstancesResponse
|
|
990
990
|
* @throws OciError when an error occurs
|
|
991
|
-
* @example Click {@link https://docs.
|
|
991
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
|
|
992
992
|
*/
|
|
993
993
|
listAnalyticsInstances(listAnalyticsInstancesRequest) {
|
|
994
994
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1100,7 +1100,7 @@ class AnalyticsClient {
|
|
|
1100
1100
|
* @param ListWorkRequestErrorsRequest
|
|
1101
1101
|
* @return ListWorkRequestErrorsResponse
|
|
1102
1102
|
* @throws OciError when an error occurs
|
|
1103
|
-
* @example Click {@link https://docs.
|
|
1103
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1104
1104
|
*/
|
|
1105
1105
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1106
1106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1207,7 +1207,7 @@ class AnalyticsClient {
|
|
|
1207
1207
|
* @param ListWorkRequestLogsRequest
|
|
1208
1208
|
* @return ListWorkRequestLogsResponse
|
|
1209
1209
|
* @throws OciError when an error occurs
|
|
1210
|
-
* @example Click {@link https://docs.
|
|
1210
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1211
1211
|
*/
|
|
1212
1212
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1213
1213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1314,7 +1314,7 @@ class AnalyticsClient {
|
|
|
1314
1314
|
* @param ListWorkRequestsRequest
|
|
1315
1315
|
* @return ListWorkRequestsResponse
|
|
1316
1316
|
* @throws OciError when an error occurs
|
|
1317
|
-
* @example Click {@link https://docs.
|
|
1317
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1318
1318
|
*/
|
|
1319
1319
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1320
1320
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1426,7 +1426,7 @@ class AnalyticsClient {
|
|
|
1426
1426
|
* @param ScaleAnalyticsInstanceRequest
|
|
1427
1427
|
* @return ScaleAnalyticsInstanceResponse
|
|
1428
1428
|
* @throws OciError when an error occurs
|
|
1429
|
-
* @example Click {@link https://docs.
|
|
1429
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
|
|
1430
1430
|
*/
|
|
1431
1431
|
scaleAnalyticsInstance(scaleAnalyticsInstanceRequest) {
|
|
1432
1432
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1489,7 +1489,7 @@ class AnalyticsClient {
|
|
|
1489
1489
|
* @param SetFeatureBundleRequest
|
|
1490
1490
|
* @return SetFeatureBundleResponse
|
|
1491
1491
|
* @throws OciError when an error occurs
|
|
1492
|
-
* @example Click {@link https://docs.
|
|
1492
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/SetFeatureBundle.ts.html |here} to see how to use SetFeatureBundle API.
|
|
1493
1493
|
*/
|
|
1494
1494
|
setFeatureBundle(setFeatureBundleRequest) {
|
|
1495
1495
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1552,7 +1552,7 @@ class AnalyticsClient {
|
|
|
1552
1552
|
* @param SetKmsKeyRequest
|
|
1553
1553
|
* @return SetKmsKeyResponse
|
|
1554
1554
|
* @throws OciError when an error occurs
|
|
1555
|
-
* @example Click {@link https://docs.
|
|
1555
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
|
|
1556
1556
|
*/
|
|
1557
1557
|
setKmsKey(setKmsKeyRequest) {
|
|
1558
1558
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1616,7 +1616,7 @@ class AnalyticsClient {
|
|
|
1616
1616
|
* @param StartAnalyticsInstanceRequest
|
|
1617
1617
|
* @return StartAnalyticsInstanceResponse
|
|
1618
1618
|
* @throws OciError when an error occurs
|
|
1619
|
-
* @example Click {@link https://docs.
|
|
1619
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
|
|
1620
1620
|
*/
|
|
1621
1621
|
startAnalyticsInstance(startAnalyticsInstanceRequest) {
|
|
1622
1622
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1679,7 +1679,7 @@ class AnalyticsClient {
|
|
|
1679
1679
|
* @param StopAnalyticsInstanceRequest
|
|
1680
1680
|
* @return StopAnalyticsInstanceResponse
|
|
1681
1681
|
* @throws OciError when an error occurs
|
|
1682
|
-
* @example Click {@link https://docs.
|
|
1682
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
|
|
1683
1683
|
*/
|
|
1684
1684
|
stopAnalyticsInstance(stopAnalyticsInstanceRequest) {
|
|
1685
1685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1742,7 +1742,7 @@ class AnalyticsClient {
|
|
|
1742
1742
|
* @param UpdateAnalyticsInstanceRequest
|
|
1743
1743
|
* @return UpdateAnalyticsInstanceResponse
|
|
1744
1744
|
* @throws OciError when an error occurs
|
|
1745
|
-
* @example Click {@link https://docs.
|
|
1745
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
|
|
1746
1746
|
*/
|
|
1747
1747
|
updateAnalyticsInstance(updateAnalyticsInstanceRequest) {
|
|
1748
1748
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1808,7 +1808,7 @@ class AnalyticsClient {
|
|
|
1808
1808
|
* @param UpdatePrivateAccessChannelRequest
|
|
1809
1809
|
* @return UpdatePrivateAccessChannelResponse
|
|
1810
1810
|
* @throws OciError when an error occurs
|
|
1811
|
-
* @example Click {@link https://docs.
|
|
1811
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
|
|
1812
1812
|
*/
|
|
1813
1813
|
updatePrivateAccessChannel(updatePrivateAccessChannelRequest) {
|
|
1814
1814
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1872,7 +1872,7 @@ class AnalyticsClient {
|
|
|
1872
1872
|
* @param UpdateVanityUrlRequest
|
|
1873
1873
|
* @return UpdateVanityUrlResponse
|
|
1874
1874
|
* @throws OciError when an error occurs
|
|
1875
|
-
* @example Click {@link https://docs.
|
|
1875
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
|
|
1876
1876
|
*/
|
|
1877
1877
|
updateVanityUrl(updateVanityUrlRequest) {
|
|
1878
1878
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -66,7 +66,7 @@ export interface AnalyticsInstanceSummary {
|
|
|
66
66
|
"serviceUrl"?: string;
|
|
67
67
|
/**
|
|
68
68
|
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
69
|
-
* namespace. For more information, see [Resource Tags](https://docs.
|
|
69
|
+
* namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
70
70
|
* <p>
|
|
71
71
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
72
72
|
*
|
|
@@ -78,7 +78,7 @@ export interface AnalyticsInstanceSummary {
|
|
|
78
78
|
};
|
|
79
79
|
/**
|
|
80
80
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
81
|
-
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.
|
|
81
|
+
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
82
82
|
* <p>
|
|
83
83
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
84
84
|
*
|
|
@@ -85,7 +85,7 @@ export interface AnalyticsInstance {
|
|
|
85
85
|
"serviceUrl"?: string;
|
|
86
86
|
/**
|
|
87
87
|
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
88
|
-
* namespace. For more information, see [Resource Tags](https://docs.
|
|
88
|
+
* namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
89
89
|
* <p>
|
|
90
90
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
91
91
|
*
|
|
@@ -97,7 +97,7 @@ export interface AnalyticsInstance {
|
|
|
97
97
|
};
|
|
98
98
|
/**
|
|
99
99
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
100
|
-
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.
|
|
100
|
+
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
101
101
|
* <p>
|
|
102
102
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
103
103
|
*
|
|
@@ -56,7 +56,7 @@ export interface CreateAnalyticsInstanceDetails {
|
|
|
56
56
|
"idcsAccessToken"?: string;
|
|
57
57
|
/**
|
|
58
58
|
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
59
|
-
* namespace. For more information, see [Resource Tags](https://docs.
|
|
59
|
+
* namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
60
60
|
* <p>
|
|
61
61
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
62
62
|
*
|
|
@@ -68,7 +68,7 @@ export interface CreateAnalyticsInstanceDetails {
|
|
|
68
68
|
};
|
|
69
69
|
/**
|
|
70
70
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
71
|
-
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.
|
|
71
|
+
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
72
72
|
* <p>
|
|
73
73
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
74
74
|
*
|
|
@@ -35,7 +35,7 @@ export interface UpdateAnalyticsInstanceDetails {
|
|
|
35
35
|
"licenseType"?: model.LicenseType;
|
|
36
36
|
/**
|
|
37
37
|
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
38
|
-
* namespace. For more information, see [Resource Tags](https://docs.
|
|
38
|
+
* namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
39
39
|
* <p>
|
|
40
40
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
41
41
|
*
|
|
@@ -47,7 +47,7 @@ export interface UpdateAnalyticsInstanceDetails {
|
|
|
47
47
|
};
|
|
48
48
|
/**
|
|
49
49
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
50
|
-
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.
|
|
50
|
+
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
51
51
|
* <p>
|
|
52
52
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
53
53
|
*
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstancesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAnalyticsInstancesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -53,7 +53,7 @@ export interface ListAnalyticsInstancesRequest extends common.BaseRequest {
|
|
|
53
53
|
/**
|
|
54
54
|
* For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
55
55
|
* \"List\" call. For important details about how pagination works, see
|
|
56
|
-
* [List Pagination](https://docs.
|
|
56
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
57
57
|
* <p>
|
|
58
58
|
Example: {@code 50}
|
|
59
59
|
*
|
|
@@ -62,7 +62,7 @@ export interface ListAnalyticsInstancesRequest extends common.BaseRequest {
|
|
|
62
62
|
/**
|
|
63
63
|
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
|
|
64
64
|
* call. For important details about how pagination works, see
|
|
65
|
-
* [List Pagination](https://docs.
|
|
65
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"page"?: string;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -29,7 +29,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
|
29
29
|
/**
|
|
30
30
|
* For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
31
31
|
* \"List\" call. For important details about how pagination works, see
|
|
32
|
-
* [List Pagination](https://docs.
|
|
32
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
33
33
|
* <p>
|
|
34
34
|
Example: {@code 50}
|
|
35
35
|
*
|
|
@@ -38,7 +38,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
|
38
38
|
/**
|
|
39
39
|
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
|
|
40
40
|
* call. For important details about how pagination works, see
|
|
41
|
-
* [List Pagination](https://docs.
|
|
41
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
"page"?: string;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -29,7 +29,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
|
29
29
|
/**
|
|
30
30
|
* For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
31
31
|
* \"List\" call. For important details about how pagination works, see
|
|
32
|
-
* [List Pagination](https://docs.
|
|
32
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
33
33
|
* <p>
|
|
34
34
|
Example: {@code 50}
|
|
35
35
|
*
|
|
@@ -38,7 +38,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
|
38
38
|
/**
|
|
39
39
|
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
|
|
40
40
|
* call. For important details about how pagination works, see
|
|
41
|
-
* [List Pagination](https://docs.
|
|
41
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
"page"?: string;
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -39,7 +39,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
39
39
|
/**
|
|
40
40
|
* For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
41
41
|
* \"List\" call. For important details about how pagination works, see
|
|
42
|
-
* [List Pagination](https://docs.
|
|
42
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
43
43
|
* <p>
|
|
44
44
|
Example: {@code 50}
|
|
45
45
|
*
|
|
@@ -48,7 +48,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
48
48
|
/**
|
|
49
49
|
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
|
|
50
50
|
* call. For important details about how pagination works, see
|
|
51
|
-
* [List Pagination](https://docs.
|
|
51
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
54
54
|
"page"?: string;
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/SetFeatureBundle.ts.html |here} to see how to use SetFeatureBundleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SetFeatureBundleRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrlRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateVanityUrlRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -15,7 +15,7 @@ export interface ListAnalyticsInstancesResponse {
|
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages
|
|
17
17
|
* of results remain. For important details about how pagination works, see
|
|
18
|
-
* [List Pagination](https://docs.
|
|
18
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"opcNextPage": string;
|
|
@@ -15,7 +15,7 @@ export interface ListWorkRequestErrorsResponse {
|
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages
|
|
17
17
|
* of results remain. For important details about how pagination works, see
|
|
18
|
-
* [List Pagination](https://docs.
|
|
18
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"opcNextPage": string;
|
|
@@ -15,7 +15,7 @@ export interface ListWorkRequestLogsResponse {
|
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages
|
|
17
17
|
* of results remain. For important details about how pagination works, see
|
|
18
|
-
* [List Pagination](https://docs.
|
|
18
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"opcNextPage": string;
|
|
@@ -15,7 +15,7 @@ export interface ListWorkRequestsResponse {
|
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages
|
|
17
17
|
* of results remain. For important details about how pagination works, see
|
|
18
|
-
* [List Pagination](https://docs.
|
|
18
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"opcNextPage": string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-analytics",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "OCI NodeJS client for Analytics Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|