oci-analytics 2.80.0 → 2.81.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 +23 -23
- package/lib/client.js +23 -23
- 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 +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/scale-analytics-instance-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/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -95,7 +95,7 @@ export declare class AnalyticsClient {
|
|
|
95
95
|
* @param ChangeAnalyticsInstanceCompartmentRequest
|
|
96
96
|
* @return ChangeAnalyticsInstanceCompartmentResponse
|
|
97
97
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
|
|
99
99
|
*/
|
|
100
100
|
changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest: requests.ChangeAnalyticsInstanceCompartmentRequest): Promise<responses.ChangeAnalyticsInstanceCompartmentResponse>;
|
|
101
101
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class AnalyticsClient {
|
|
|
106
106
|
* @param ChangeAnalyticsInstanceNetworkEndpointRequest
|
|
107
107
|
* @return ChangeAnalyticsInstanceNetworkEndpointResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
|
|
110
110
|
*/
|
|
111
111
|
changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest: requests.ChangeAnalyticsInstanceNetworkEndpointRequest): Promise<responses.ChangeAnalyticsInstanceNetworkEndpointResponse>;
|
|
112
112
|
/**
|
|
@@ -117,7 +117,7 @@ export declare class AnalyticsClient {
|
|
|
117
117
|
* @param CreateAnalyticsInstanceRequest
|
|
118
118
|
* @return CreateAnalyticsInstanceResponse
|
|
119
119
|
* @throws OciError when an error occurs
|
|
120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
|
|
121
121
|
*/
|
|
122
122
|
createAnalyticsInstance(createAnalyticsInstanceRequest: requests.CreateAnalyticsInstanceRequest): Promise<responses.CreateAnalyticsInstanceResponse>;
|
|
123
123
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class AnalyticsClient {
|
|
|
128
128
|
* @param CreatePrivateAccessChannelRequest
|
|
129
129
|
* @return CreatePrivateAccessChannelResponse
|
|
130
130
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
|
|
132
132
|
*/
|
|
133
133
|
createPrivateAccessChannel(createPrivateAccessChannelRequest: requests.CreatePrivateAccessChannelRequest): Promise<responses.CreatePrivateAccessChannelResponse>;
|
|
134
134
|
/**
|
|
@@ -139,7 +139,7 @@ export declare class AnalyticsClient {
|
|
|
139
139
|
* @param CreateVanityUrlRequest
|
|
140
140
|
* @return CreateVanityUrlResponse
|
|
141
141
|
* @throws OciError when an error occurs
|
|
142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
|
|
143
143
|
*/
|
|
144
144
|
createVanityUrl(createVanityUrlRequest: requests.CreateVanityUrlRequest): Promise<responses.CreateVanityUrlResponse>;
|
|
145
145
|
/**
|
|
@@ -150,7 +150,7 @@ export declare class AnalyticsClient {
|
|
|
150
150
|
* @param DeleteAnalyticsInstanceRequest
|
|
151
151
|
* @return DeleteAnalyticsInstanceResponse
|
|
152
152
|
* @throws OciError when an error occurs
|
|
153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
|
|
154
154
|
*/
|
|
155
155
|
deleteAnalyticsInstance(deleteAnalyticsInstanceRequest: requests.DeleteAnalyticsInstanceRequest): Promise<responses.DeleteAnalyticsInstanceResponse>;
|
|
156
156
|
/**
|
|
@@ -160,7 +160,7 @@ export declare class AnalyticsClient {
|
|
|
160
160
|
* @param DeletePrivateAccessChannelRequest
|
|
161
161
|
* @return DeletePrivateAccessChannelResponse
|
|
162
162
|
* @throws OciError when an error occurs
|
|
163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
|
|
164
164
|
*/
|
|
165
165
|
deletePrivateAccessChannel(deletePrivateAccessChannelRequest: requests.DeletePrivateAccessChannelRequest): Promise<responses.DeletePrivateAccessChannelResponse>;
|
|
166
166
|
/**
|
|
@@ -170,7 +170,7 @@ export declare class AnalyticsClient {
|
|
|
170
170
|
* @param DeleteVanityUrlRequest
|
|
171
171
|
* @return DeleteVanityUrlResponse
|
|
172
172
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
|
|
174
174
|
*/
|
|
175
175
|
deleteVanityUrl(deleteVanityUrlRequest: requests.DeleteVanityUrlRequest): Promise<responses.DeleteVanityUrlResponse>;
|
|
176
176
|
/**
|
|
@@ -180,7 +180,7 @@ export declare class AnalyticsClient {
|
|
|
180
180
|
* @param DeleteWorkRequestRequest
|
|
181
181
|
* @return DeleteWorkRequestResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
184
184
|
*/
|
|
185
185
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
186
186
|
/**
|
|
@@ -190,7 +190,7 @@ export declare class AnalyticsClient {
|
|
|
190
190
|
* @param GetAnalyticsInstanceRequest
|
|
191
191
|
* @return GetAnalyticsInstanceResponse
|
|
192
192
|
* @throws OciError when an error occurs
|
|
193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
|
|
194
194
|
*/
|
|
195
195
|
getAnalyticsInstance(getAnalyticsInstanceRequest: requests.GetAnalyticsInstanceRequest): Promise<responses.GetAnalyticsInstanceResponse>;
|
|
196
196
|
/**
|
|
@@ -200,7 +200,7 @@ export declare class AnalyticsClient {
|
|
|
200
200
|
* @param GetPrivateAccessChannelRequest
|
|
201
201
|
* @return GetPrivateAccessChannelResponse
|
|
202
202
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
|
|
204
204
|
*/
|
|
205
205
|
getPrivateAccessChannel(getPrivateAccessChannelRequest: requests.GetPrivateAccessChannelRequest): Promise<responses.GetPrivateAccessChannelResponse>;
|
|
206
206
|
/**
|
|
@@ -210,7 +210,7 @@ export declare class AnalyticsClient {
|
|
|
210
210
|
* @param GetWorkRequestRequest
|
|
211
211
|
* @return GetWorkRequestResponse
|
|
212
212
|
* @throws OciError when an error occurs
|
|
213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
214
214
|
*/
|
|
215
215
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
216
216
|
/**
|
|
@@ -220,7 +220,7 @@ export declare class AnalyticsClient {
|
|
|
220
220
|
* @param ListAnalyticsInstancesRequest
|
|
221
221
|
* @return ListAnalyticsInstancesResponse
|
|
222
222
|
* @throws OciError when an error occurs
|
|
223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
|
|
224
224
|
*/
|
|
225
225
|
listAnalyticsInstances(listAnalyticsInstancesRequest: requests.ListAnalyticsInstancesRequest): Promise<responses.ListAnalyticsInstancesResponse>;
|
|
226
226
|
/**
|
|
@@ -262,7 +262,7 @@ export declare class AnalyticsClient {
|
|
|
262
262
|
* @param ListWorkRequestErrorsRequest
|
|
263
263
|
* @return ListWorkRequestErrorsResponse
|
|
264
264
|
* @throws OciError when an error occurs
|
|
265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
266
266
|
*/
|
|
267
267
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
268
268
|
/**
|
|
@@ -304,7 +304,7 @@ export declare class AnalyticsClient {
|
|
|
304
304
|
* @param ListWorkRequestLogsRequest
|
|
305
305
|
* @return ListWorkRequestLogsResponse
|
|
306
306
|
* @throws OciError when an error occurs
|
|
307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
308
308
|
*/
|
|
309
309
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
310
310
|
/**
|
|
@@ -346,7 +346,7 @@ export declare class AnalyticsClient {
|
|
|
346
346
|
* @param ListWorkRequestsRequest
|
|
347
347
|
* @return ListWorkRequestsResponse
|
|
348
348
|
* @throws OciError when an error occurs
|
|
349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
350
350
|
*/
|
|
351
351
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
352
352
|
/**
|
|
@@ -389,7 +389,7 @@ export declare class AnalyticsClient {
|
|
|
389
389
|
* @param ScaleAnalyticsInstanceRequest
|
|
390
390
|
* @return ScaleAnalyticsInstanceResponse
|
|
391
391
|
* @throws OciError when an error occurs
|
|
392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
|
|
393
393
|
*/
|
|
394
394
|
scaleAnalyticsInstance(scaleAnalyticsInstanceRequest: requests.ScaleAnalyticsInstanceRequest): Promise<responses.ScaleAnalyticsInstanceResponse>;
|
|
395
395
|
/**
|
|
@@ -399,7 +399,7 @@ export declare class AnalyticsClient {
|
|
|
399
399
|
* @param SetKmsKeyRequest
|
|
400
400
|
* @return SetKmsKeyResponse
|
|
401
401
|
* @throws OciError when an error occurs
|
|
402
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
402
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
|
|
403
403
|
*/
|
|
404
404
|
setKmsKey(setKmsKeyRequest: requests.SetKmsKeyRequest): Promise<responses.SetKmsKeyResponse>;
|
|
405
405
|
/**
|
|
@@ -410,7 +410,7 @@ export declare class AnalyticsClient {
|
|
|
410
410
|
* @param StartAnalyticsInstanceRequest
|
|
411
411
|
* @return StartAnalyticsInstanceResponse
|
|
412
412
|
* @throws OciError when an error occurs
|
|
413
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
413
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
|
|
414
414
|
*/
|
|
415
415
|
startAnalyticsInstance(startAnalyticsInstanceRequest: requests.StartAnalyticsInstanceRequest): Promise<responses.StartAnalyticsInstanceResponse>;
|
|
416
416
|
/**
|
|
@@ -421,7 +421,7 @@ export declare class AnalyticsClient {
|
|
|
421
421
|
* @param StopAnalyticsInstanceRequest
|
|
422
422
|
* @return StopAnalyticsInstanceResponse
|
|
423
423
|
* @throws OciError when an error occurs
|
|
424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
424
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
|
|
425
425
|
*/
|
|
426
426
|
stopAnalyticsInstance(stopAnalyticsInstanceRequest: requests.StopAnalyticsInstanceRequest): Promise<responses.StopAnalyticsInstanceResponse>;
|
|
427
427
|
/**
|
|
@@ -432,7 +432,7 @@ export declare class AnalyticsClient {
|
|
|
432
432
|
* @param UpdateAnalyticsInstanceRequest
|
|
433
433
|
* @return UpdateAnalyticsInstanceResponse
|
|
434
434
|
* @throws OciError when an error occurs
|
|
435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
|
|
436
436
|
*/
|
|
437
437
|
updateAnalyticsInstance(updateAnalyticsInstanceRequest: requests.UpdateAnalyticsInstanceRequest): Promise<responses.UpdateAnalyticsInstanceResponse>;
|
|
438
438
|
/**
|
|
@@ -442,7 +442,7 @@ export declare class AnalyticsClient {
|
|
|
442
442
|
* @param UpdatePrivateAccessChannelRequest
|
|
443
443
|
* @return UpdatePrivateAccessChannelResponse
|
|
444
444
|
* @throws OciError when an error occurs
|
|
445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
|
|
446
446
|
*/
|
|
447
447
|
updatePrivateAccessChannel(updatePrivateAccessChannelRequest: requests.UpdatePrivateAccessChannelRequest): Promise<responses.UpdatePrivateAccessChannelResponse>;
|
|
448
448
|
/**
|
|
@@ -452,7 +452,7 @@ export declare class AnalyticsClient {
|
|
|
452
452
|
* @param UpdateVanityUrlRequest
|
|
453
453
|
* @return UpdateVanityUrlResponse
|
|
454
454
|
* @throws OciError when an error occurs
|
|
455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
|
|
456
456
|
*/
|
|
457
457
|
updateVanityUrl(updateVanityUrlRequest: requests.UpdateVanityUrlRequest): Promise<responses.UpdateVanityUrlResponse>;
|
|
458
458
|
}
|
package/lib/client.js
CHANGED
|
@@ -200,7 +200,7 @@ class AnalyticsClient {
|
|
|
200
200
|
* @param ChangeAnalyticsInstanceCompartmentRequest
|
|
201
201
|
* @return ChangeAnalyticsInstanceCompartmentResponse
|
|
202
202
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
|
|
204
204
|
*/
|
|
205
205
|
changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest) {
|
|
206
206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -264,7 +264,7 @@ class AnalyticsClient {
|
|
|
264
264
|
* @param ChangeAnalyticsInstanceNetworkEndpointRequest
|
|
265
265
|
* @return ChangeAnalyticsInstanceNetworkEndpointResponse
|
|
266
266
|
* @throws OciError when an error occurs
|
|
267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
|
|
268
268
|
*/
|
|
269
269
|
changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest) {
|
|
270
270
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -328,7 +328,7 @@ class AnalyticsClient {
|
|
|
328
328
|
* @param CreateAnalyticsInstanceRequest
|
|
329
329
|
* @return CreateAnalyticsInstanceResponse
|
|
330
330
|
* @throws OciError when an error occurs
|
|
331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
|
|
332
332
|
*/
|
|
333
333
|
createAnalyticsInstance(createAnalyticsInstanceRequest) {
|
|
334
334
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -403,7 +403,7 @@ class AnalyticsClient {
|
|
|
403
403
|
* @param CreatePrivateAccessChannelRequest
|
|
404
404
|
* @return CreatePrivateAccessChannelResponse
|
|
405
405
|
* @throws OciError when an error occurs
|
|
406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
|
|
407
407
|
*/
|
|
408
408
|
createPrivateAccessChannel(createPrivateAccessChannelRequest) {
|
|
409
409
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -466,7 +466,7 @@ class AnalyticsClient {
|
|
|
466
466
|
* @param CreateVanityUrlRequest
|
|
467
467
|
* @return CreateVanityUrlResponse
|
|
468
468
|
* @throws OciError when an error occurs
|
|
469
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
|
|
470
470
|
*/
|
|
471
471
|
createVanityUrl(createVanityUrlRequest) {
|
|
472
472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -529,7 +529,7 @@ class AnalyticsClient {
|
|
|
529
529
|
* @param DeleteAnalyticsInstanceRequest
|
|
530
530
|
* @return DeleteAnalyticsInstanceResponse
|
|
531
531
|
* @throws OciError when an error occurs
|
|
532
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
|
|
533
533
|
*/
|
|
534
534
|
deleteAnalyticsInstance(deleteAnalyticsInstanceRequest) {
|
|
535
535
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -591,7 +591,7 @@ class AnalyticsClient {
|
|
|
591
591
|
* @param DeletePrivateAccessChannelRequest
|
|
592
592
|
* @return DeletePrivateAccessChannelResponse
|
|
593
593
|
* @throws OciError when an error occurs
|
|
594
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
594
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
|
|
595
595
|
*/
|
|
596
596
|
deletePrivateAccessChannel(deletePrivateAccessChannelRequest) {
|
|
597
597
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -654,7 +654,7 @@ class AnalyticsClient {
|
|
|
654
654
|
* @param DeleteVanityUrlRequest
|
|
655
655
|
* @return DeleteVanityUrlResponse
|
|
656
656
|
* @throws OciError when an error occurs
|
|
657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
657
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
|
|
658
658
|
*/
|
|
659
659
|
deleteVanityUrl(deleteVanityUrlRequest) {
|
|
660
660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -717,7 +717,7 @@ class AnalyticsClient {
|
|
|
717
717
|
* @param DeleteWorkRequestRequest
|
|
718
718
|
* @return DeleteWorkRequestResponse
|
|
719
719
|
* @throws OciError when an error occurs
|
|
720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
720
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
721
721
|
*/
|
|
722
722
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
723
723
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -773,7 +773,7 @@ class AnalyticsClient {
|
|
|
773
773
|
* @param GetAnalyticsInstanceRequest
|
|
774
774
|
* @return GetAnalyticsInstanceResponse
|
|
775
775
|
* @throws OciError when an error occurs
|
|
776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
|
|
777
777
|
*/
|
|
778
778
|
getAnalyticsInstance(getAnalyticsInstanceRequest) {
|
|
779
779
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -837,7 +837,7 @@ class AnalyticsClient {
|
|
|
837
837
|
* @param GetPrivateAccessChannelRequest
|
|
838
838
|
* @return GetPrivateAccessChannelResponse
|
|
839
839
|
* @throws OciError when an error occurs
|
|
840
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
|
|
841
841
|
*/
|
|
842
842
|
getPrivateAccessChannel(getPrivateAccessChannelRequest) {
|
|
843
843
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -902,7 +902,7 @@ class AnalyticsClient {
|
|
|
902
902
|
* @param GetWorkRequestRequest
|
|
903
903
|
* @return GetWorkRequestResponse
|
|
904
904
|
* @throws OciError when an error occurs
|
|
905
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
905
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
906
906
|
*/
|
|
907
907
|
getWorkRequest(getWorkRequestRequest) {
|
|
908
908
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -971,7 +971,7 @@ class AnalyticsClient {
|
|
|
971
971
|
* @param ListAnalyticsInstancesRequest
|
|
972
972
|
* @return ListAnalyticsInstancesResponse
|
|
973
973
|
* @throws OciError when an error occurs
|
|
974
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
974
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
|
|
975
975
|
*/
|
|
976
976
|
listAnalyticsInstances(listAnalyticsInstancesRequest) {
|
|
977
977
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1083,7 +1083,7 @@ class AnalyticsClient {
|
|
|
1083
1083
|
* @param ListWorkRequestErrorsRequest
|
|
1084
1084
|
* @return ListWorkRequestErrorsResponse
|
|
1085
1085
|
* @throws OciError when an error occurs
|
|
1086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1086
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1087
1087
|
*/
|
|
1088
1088
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1089
1089
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1190,7 +1190,7 @@ class AnalyticsClient {
|
|
|
1190
1190
|
* @param ListWorkRequestLogsRequest
|
|
1191
1191
|
* @return ListWorkRequestLogsResponse
|
|
1192
1192
|
* @throws OciError when an error occurs
|
|
1193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1194
1194
|
*/
|
|
1195
1195
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1196
1196
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1297,7 +1297,7 @@ class AnalyticsClient {
|
|
|
1297
1297
|
* @param ListWorkRequestsRequest
|
|
1298
1298
|
* @return ListWorkRequestsResponse
|
|
1299
1299
|
* @throws OciError when an error occurs
|
|
1300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1301
1301
|
*/
|
|
1302
1302
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1303
1303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1409,7 +1409,7 @@ class AnalyticsClient {
|
|
|
1409
1409
|
* @param ScaleAnalyticsInstanceRequest
|
|
1410
1410
|
* @return ScaleAnalyticsInstanceResponse
|
|
1411
1411
|
* @throws OciError when an error occurs
|
|
1412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
|
|
1413
1413
|
*/
|
|
1414
1414
|
scaleAnalyticsInstance(scaleAnalyticsInstanceRequest) {
|
|
1415
1415
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1472,7 +1472,7 @@ class AnalyticsClient {
|
|
|
1472
1472
|
* @param SetKmsKeyRequest
|
|
1473
1473
|
* @return SetKmsKeyResponse
|
|
1474
1474
|
* @throws OciError when an error occurs
|
|
1475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
|
|
1476
1476
|
*/
|
|
1477
1477
|
setKmsKey(setKmsKeyRequest) {
|
|
1478
1478
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1536,7 +1536,7 @@ class AnalyticsClient {
|
|
|
1536
1536
|
* @param StartAnalyticsInstanceRequest
|
|
1537
1537
|
* @return StartAnalyticsInstanceResponse
|
|
1538
1538
|
* @throws OciError when an error occurs
|
|
1539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
|
|
1540
1540
|
*/
|
|
1541
1541
|
startAnalyticsInstance(startAnalyticsInstanceRequest) {
|
|
1542
1542
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1599,7 +1599,7 @@ class AnalyticsClient {
|
|
|
1599
1599
|
* @param StopAnalyticsInstanceRequest
|
|
1600
1600
|
* @return StopAnalyticsInstanceResponse
|
|
1601
1601
|
* @throws OciError when an error occurs
|
|
1602
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1602
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
|
|
1603
1603
|
*/
|
|
1604
1604
|
stopAnalyticsInstance(stopAnalyticsInstanceRequest) {
|
|
1605
1605
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1662,7 +1662,7 @@ class AnalyticsClient {
|
|
|
1662
1662
|
* @param UpdateAnalyticsInstanceRequest
|
|
1663
1663
|
* @return UpdateAnalyticsInstanceResponse
|
|
1664
1664
|
* @throws OciError when an error occurs
|
|
1665
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1665
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
|
|
1666
1666
|
*/
|
|
1667
1667
|
updateAnalyticsInstance(updateAnalyticsInstanceRequest) {
|
|
1668
1668
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1728,7 +1728,7 @@ class AnalyticsClient {
|
|
|
1728
1728
|
* @param UpdatePrivateAccessChannelRequest
|
|
1729
1729
|
* @return UpdatePrivateAccessChannelResponse
|
|
1730
1730
|
* @throws OciError when an error occurs
|
|
1731
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1731
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
|
|
1732
1732
|
*/
|
|
1733
1733
|
updatePrivateAccessChannel(updatePrivateAccessChannelRequest) {
|
|
1734
1734
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1792,7 +1792,7 @@ class AnalyticsClient {
|
|
|
1792
1792
|
* @param UpdateVanityUrlRequest
|
|
1793
1793
|
* @return UpdateVanityUrlResponse
|
|
1794
1794
|
* @throws OciError when an error occurs
|
|
1795
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1795
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
|
|
1796
1796
|
*/
|
|
1797
1797
|
updateVanityUrl(updateVanityUrlRequest) {
|
|
1798
1798
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeAnalyticsInstanceCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeAnalyticsInstanceNetworkEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateAnalyticsInstanceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannelRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreatePrivateAccessChannelRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrlRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateVanityUrlRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteAnalyticsInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannelRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeletePrivateAccessChannelRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrlRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteVanityUrlRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAnalyticsInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannelRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPrivateAccessChannelRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstancesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAnalyticsInstancesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ScaleAnalyticsInstanceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SetKmsKeyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface StartAnalyticsInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface StopAnalyticsInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAnalyticsInstanceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannelRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdatePrivateAccessChannelRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrlRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateVanityUrlRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-analytics",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.81.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.81.0",
|
|
19
|
+
"oci-workrequests": "2.81.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|