oci-analytics 2.53.0 → 2.54.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 +44 -44
- package/lib/client.js +65 -65
- package/lib/client.js.map +1 -1
- 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
|
@@ -75,86 +75,86 @@ export declare class AnalyticsClient {
|
|
|
75
75
|
* Change the compartment of an Analytics instance. The operation is long-running
|
|
76
76
|
* and creates a new WorkRequest.
|
|
77
77
|
*
|
|
78
|
-
* This operation
|
|
78
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
79
79
|
* @param ChangeAnalyticsInstanceCompartmentRequest
|
|
80
80
|
* @return ChangeAnalyticsInstanceCompartmentResponse
|
|
81
81
|
* @throws OciError when an error occurs
|
|
82
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
82
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
|
|
83
83
|
*/
|
|
84
84
|
changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest: requests.ChangeAnalyticsInstanceCompartmentRequest): Promise<responses.ChangeAnalyticsInstanceCompartmentResponse>;
|
|
85
85
|
/**
|
|
86
86
|
* Change an Analytics instance network endpoint. The operation is long-running
|
|
87
87
|
* and creates a new WorkRequest.
|
|
88
88
|
*
|
|
89
|
-
* This operation
|
|
89
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
90
90
|
* @param ChangeAnalyticsInstanceNetworkEndpointRequest
|
|
91
91
|
* @return ChangeAnalyticsInstanceNetworkEndpointResponse
|
|
92
92
|
* @throws OciError when an error occurs
|
|
93
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
93
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
|
|
94
94
|
*/
|
|
95
95
|
changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest: requests.ChangeAnalyticsInstanceNetworkEndpointRequest): Promise<responses.ChangeAnalyticsInstanceNetworkEndpointResponse>;
|
|
96
96
|
/**
|
|
97
97
|
* Create a new AnalyticsInstance in the specified compartment. The operation is long-running
|
|
98
98
|
* and creates a new WorkRequest.
|
|
99
99
|
*
|
|
100
|
-
* This operation
|
|
100
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
101
101
|
* @param CreateAnalyticsInstanceRequest
|
|
102
102
|
* @return CreateAnalyticsInstanceResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
|
|
105
105
|
*/
|
|
106
106
|
createAnalyticsInstance(createAnalyticsInstanceRequest: requests.CreateAnalyticsInstanceRequest): Promise<responses.CreateAnalyticsInstanceResponse>;
|
|
107
107
|
/**
|
|
108
108
|
* Create an Private access Channel for the Analytics instance. The operation is long-running
|
|
109
109
|
* and creates a new WorkRequest.
|
|
110
110
|
*
|
|
111
|
-
* This operation
|
|
111
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
112
112
|
* @param CreatePrivateAccessChannelRequest
|
|
113
113
|
* @return CreatePrivateAccessChannelResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
|
|
116
116
|
*/
|
|
117
117
|
createPrivateAccessChannel(createPrivateAccessChannelRequest: requests.CreatePrivateAccessChannelRequest): Promise<responses.CreatePrivateAccessChannelResponse>;
|
|
118
118
|
/**
|
|
119
119
|
* Allows specifying a custom host name to be used to access the analytics instance. This requires prior setup of DNS entry and certificate
|
|
120
120
|
* for this host.
|
|
121
121
|
*
|
|
122
|
-
* This operation
|
|
122
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
123
123
|
* @param CreateVanityUrlRequest
|
|
124
124
|
* @return CreateVanityUrlResponse
|
|
125
125
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
|
|
127
127
|
*/
|
|
128
128
|
createVanityUrl(createVanityUrlRequest: requests.CreateVanityUrlRequest): Promise<responses.CreateVanityUrlResponse>;
|
|
129
129
|
/**
|
|
130
130
|
* Terminates the specified Analytics instance. The operation is long-running
|
|
131
131
|
* and creates a new WorkRequest.
|
|
132
132
|
*
|
|
133
|
-
* This operation
|
|
133
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
134
134
|
* @param DeleteAnalyticsInstanceRequest
|
|
135
135
|
* @return DeleteAnalyticsInstanceResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
|
|
138
138
|
*/
|
|
139
139
|
deleteAnalyticsInstance(deleteAnalyticsInstanceRequest: requests.DeleteAnalyticsInstanceRequest): Promise<responses.DeleteAnalyticsInstanceResponse>;
|
|
140
140
|
/**
|
|
141
141
|
* Delete an Analytics instance's Private access channel with the given unique identifier key.
|
|
142
142
|
*
|
|
143
|
-
* This operation
|
|
143
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
144
144
|
* @param DeletePrivateAccessChannelRequest
|
|
145
145
|
* @return DeletePrivateAccessChannelResponse
|
|
146
146
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
|
|
148
148
|
*/
|
|
149
149
|
deletePrivateAccessChannel(deletePrivateAccessChannelRequest: requests.DeletePrivateAccessChannelRequest): Promise<responses.DeletePrivateAccessChannelResponse>;
|
|
150
150
|
/**
|
|
151
151
|
* Allows deleting a previously created vanity url.
|
|
152
152
|
*
|
|
153
|
-
* This operation
|
|
153
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
154
154
|
* @param DeleteVanityUrlRequest
|
|
155
155
|
* @return DeleteVanityUrlResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
|
|
158
158
|
*/
|
|
159
159
|
deleteVanityUrl(deleteVanityUrlRequest: requests.DeleteVanityUrlRequest): Promise<responses.DeleteVanityUrlResponse>;
|
|
160
160
|
/**
|
|
@@ -164,47 +164,47 @@ export declare class AnalyticsClient {
|
|
|
164
164
|
* @param DeleteWorkRequestRequest
|
|
165
165
|
* @return DeleteWorkRequestResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
168
168
|
*/
|
|
169
169
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
170
170
|
/**
|
|
171
171
|
* Info for a specific Analytics instance.
|
|
172
172
|
*
|
|
173
|
-
* This operation
|
|
173
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
174
174
|
* @param GetAnalyticsInstanceRequest
|
|
175
175
|
* @return GetAnalyticsInstanceResponse
|
|
176
176
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
|
|
178
178
|
*/
|
|
179
179
|
getAnalyticsInstance(getAnalyticsInstanceRequest: requests.GetAnalyticsInstanceRequest): Promise<responses.GetAnalyticsInstanceResponse>;
|
|
180
180
|
/**
|
|
181
181
|
* Retrieve private access channel in the specified Analytics Instance.
|
|
182
182
|
*
|
|
183
|
-
* This operation
|
|
183
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
184
184
|
* @param GetPrivateAccessChannelRequest
|
|
185
185
|
* @return GetPrivateAccessChannelResponse
|
|
186
186
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
|
|
188
188
|
*/
|
|
189
189
|
getPrivateAccessChannel(getPrivateAccessChannelRequest: requests.GetPrivateAccessChannelRequest): Promise<responses.GetPrivateAccessChannelResponse>;
|
|
190
190
|
/**
|
|
191
191
|
* Get the details of a work request.
|
|
192
192
|
*
|
|
193
|
-
* This operation
|
|
193
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
194
194
|
* @param GetWorkRequestRequest
|
|
195
195
|
* @return GetWorkRequestResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
198
198
|
*/
|
|
199
199
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
200
200
|
/**
|
|
201
201
|
* List Analytics instances.
|
|
202
202
|
*
|
|
203
|
-
* This operation
|
|
203
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
204
204
|
* @param ListAnalyticsInstancesRequest
|
|
205
205
|
* @return ListAnalyticsInstancesResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
|
|
208
208
|
*/
|
|
209
209
|
listAnalyticsInstances(listAnalyticsInstancesRequest: requests.ListAnalyticsInstancesRequest): Promise<responses.ListAnalyticsInstancesResponse>;
|
|
210
210
|
/**
|
|
@@ -242,11 +242,11 @@ export declare class AnalyticsClient {
|
|
|
242
242
|
/**
|
|
243
243
|
* Get the errors of a work request.
|
|
244
244
|
*
|
|
245
|
-
* This operation
|
|
245
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
246
246
|
* @param ListWorkRequestErrorsRequest
|
|
247
247
|
* @return ListWorkRequestErrorsResponse
|
|
248
248
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
250
250
|
*/
|
|
251
251
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
252
252
|
/**
|
|
@@ -284,11 +284,11 @@ export declare class AnalyticsClient {
|
|
|
284
284
|
/**
|
|
285
285
|
* Get the logs of a work request.
|
|
286
286
|
*
|
|
287
|
-
* This operation
|
|
287
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
288
288
|
* @param ListWorkRequestLogsRequest
|
|
289
289
|
* @return ListWorkRequestLogsResponse
|
|
290
290
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
292
292
|
*/
|
|
293
293
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
294
294
|
/**
|
|
@@ -326,11 +326,11 @@ export declare class AnalyticsClient {
|
|
|
326
326
|
/**
|
|
327
327
|
* List all work requests in a compartment.
|
|
328
328
|
*
|
|
329
|
-
* This operation
|
|
329
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
330
330
|
* @param ListWorkRequestsRequest
|
|
331
331
|
* @return ListWorkRequestsResponse
|
|
332
332
|
* @throws OciError when an error occurs
|
|
333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
334
334
|
*/
|
|
335
335
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
336
336
|
/**
|
|
@@ -369,43 +369,43 @@ export declare class AnalyticsClient {
|
|
|
369
369
|
* Scale an Analytics instance up or down. The operation is long-running
|
|
370
370
|
* and creates a new WorkRequest.
|
|
371
371
|
*
|
|
372
|
-
* This operation
|
|
372
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
373
373
|
* @param ScaleAnalyticsInstanceRequest
|
|
374
374
|
* @return ScaleAnalyticsInstanceResponse
|
|
375
375
|
* @throws OciError when an error occurs
|
|
376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
|
|
377
377
|
*/
|
|
378
378
|
scaleAnalyticsInstance(scaleAnalyticsInstanceRequest: requests.ScaleAnalyticsInstanceRequest): Promise<responses.ScaleAnalyticsInstanceResponse>;
|
|
379
379
|
/**
|
|
380
380
|
* Encrypts the customer data of this Analytics instance using either a customer OCI Vault Key or Oracle managed default key.
|
|
381
381
|
*
|
|
382
|
-
* This operation
|
|
382
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
383
383
|
* @param SetKmsKeyRequest
|
|
384
384
|
* @return SetKmsKeyResponse
|
|
385
385
|
* @throws OciError when an error occurs
|
|
386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
386
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
|
|
387
387
|
*/
|
|
388
388
|
setKmsKey(setKmsKeyRequest: requests.SetKmsKeyRequest): Promise<responses.SetKmsKeyResponse>;
|
|
389
389
|
/**
|
|
390
390
|
* Starts the specified Analytics instance. The operation is long-running
|
|
391
391
|
* and creates a new WorkRequest.
|
|
392
392
|
*
|
|
393
|
-
* This operation
|
|
393
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
394
394
|
* @param StartAnalyticsInstanceRequest
|
|
395
395
|
* @return StartAnalyticsInstanceResponse
|
|
396
396
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
|
|
398
398
|
*/
|
|
399
399
|
startAnalyticsInstance(startAnalyticsInstanceRequest: requests.StartAnalyticsInstanceRequest): Promise<responses.StartAnalyticsInstanceResponse>;
|
|
400
400
|
/**
|
|
401
401
|
* Stop the specified Analytics instance. The operation is long-running
|
|
402
402
|
* and creates a new WorkRequest.
|
|
403
403
|
*
|
|
404
|
-
* This operation
|
|
404
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
405
405
|
* @param StopAnalyticsInstanceRequest
|
|
406
406
|
* @return StopAnalyticsInstanceResponse
|
|
407
407
|
* @throws OciError when an error occurs
|
|
408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
|
|
409
409
|
*/
|
|
410
410
|
stopAnalyticsInstance(stopAnalyticsInstanceRequest: requests.StopAnalyticsInstanceRequest): Promise<responses.StopAnalyticsInstanceResponse>;
|
|
411
411
|
/**
|
|
@@ -416,27 +416,27 @@ export declare class AnalyticsClient {
|
|
|
416
416
|
* @param UpdateAnalyticsInstanceRequest
|
|
417
417
|
* @return UpdateAnalyticsInstanceResponse
|
|
418
418
|
* @throws OciError when an error occurs
|
|
419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
|
|
420
420
|
*/
|
|
421
421
|
updateAnalyticsInstance(updateAnalyticsInstanceRequest: requests.UpdateAnalyticsInstanceRequest): Promise<responses.UpdateAnalyticsInstanceResponse>;
|
|
422
422
|
/**
|
|
423
423
|
* Update the Private Access Channel with the given unique identifier key in the specified Analytics Instance.
|
|
424
424
|
*
|
|
425
|
-
* This operation
|
|
425
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
426
426
|
* @param UpdatePrivateAccessChannelRequest
|
|
427
427
|
* @return UpdatePrivateAccessChannelResponse
|
|
428
428
|
* @throws OciError when an error occurs
|
|
429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
|
|
430
430
|
*/
|
|
431
431
|
updatePrivateAccessChannel(updatePrivateAccessChannelRequest: requests.UpdatePrivateAccessChannelRequest): Promise<responses.UpdatePrivateAccessChannelResponse>;
|
|
432
432
|
/**
|
|
433
433
|
* Allows uploading a new certificate for a vanity url, which will have to be done when the current certificate is expiring.
|
|
434
434
|
*
|
|
435
|
-
* This operation
|
|
435
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
436
436
|
* @param UpdateVanityUrlRequest
|
|
437
437
|
* @return UpdateVanityUrlResponse
|
|
438
438
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
|
|
440
440
|
*/
|
|
441
441
|
updateVanityUrl(updateVanityUrlRequest: requests.UpdateVanityUrlRequest): Promise<responses.UpdateVanityUrlResponse>;
|
|
442
442
|
}
|