oci-analytics 2.79.1 → 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 +25 -24
- package/lib/client.js +123 -49
- package/lib/client.js.map +1 -1
- package/lib/model/network-endpoint-details.js +4 -2
- package/lib/model/network-endpoint-details.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
|
@@ -25,7 +25,7 @@ export declare enum AnalyticsApiKeys {
|
|
|
25
25
|
export declare class AnalyticsClient {
|
|
26
26
|
protected static serviceEndpointTemplate: string;
|
|
27
27
|
protected static endpointServiceName: string;
|
|
28
|
-
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
28
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
29
29
|
protected "_endpoint": string;
|
|
30
30
|
protected "_defaultHeaders": any;
|
|
31
31
|
protected "_waiters": AnalyticsWaiter;
|
|
@@ -48,6 +48,7 @@ export declare class AnalyticsClient {
|
|
|
48
48
|
* @param endpoint The endpoint of the service.
|
|
49
49
|
*/
|
|
50
50
|
set endpoint(endpoint: string);
|
|
51
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
51
52
|
/**
|
|
52
53
|
* Determines whether realm specific endpoint should be used or not.
|
|
53
54
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -94,7 +95,7 @@ export declare class AnalyticsClient {
|
|
|
94
95
|
* @param ChangeAnalyticsInstanceCompartmentRequest
|
|
95
96
|
* @return ChangeAnalyticsInstanceCompartmentResponse
|
|
96
97
|
* @throws OciError when an error occurs
|
|
97
|
-
* @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.
|
|
98
99
|
*/
|
|
99
100
|
changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest: requests.ChangeAnalyticsInstanceCompartmentRequest): Promise<responses.ChangeAnalyticsInstanceCompartmentResponse>;
|
|
100
101
|
/**
|
|
@@ -105,7 +106,7 @@ export declare class AnalyticsClient {
|
|
|
105
106
|
* @param ChangeAnalyticsInstanceNetworkEndpointRequest
|
|
106
107
|
* @return ChangeAnalyticsInstanceNetworkEndpointResponse
|
|
107
108
|
* @throws OciError when an error occurs
|
|
108
|
-
* @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.
|
|
109
110
|
*/
|
|
110
111
|
changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest: requests.ChangeAnalyticsInstanceNetworkEndpointRequest): Promise<responses.ChangeAnalyticsInstanceNetworkEndpointResponse>;
|
|
111
112
|
/**
|
|
@@ -116,7 +117,7 @@ export declare class AnalyticsClient {
|
|
|
116
117
|
* @param CreateAnalyticsInstanceRequest
|
|
117
118
|
* @return CreateAnalyticsInstanceResponse
|
|
118
119
|
* @throws OciError when an error occurs
|
|
119
|
-
* @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.
|
|
120
121
|
*/
|
|
121
122
|
createAnalyticsInstance(createAnalyticsInstanceRequest: requests.CreateAnalyticsInstanceRequest): Promise<responses.CreateAnalyticsInstanceResponse>;
|
|
122
123
|
/**
|
|
@@ -127,7 +128,7 @@ export declare class AnalyticsClient {
|
|
|
127
128
|
* @param CreatePrivateAccessChannelRequest
|
|
128
129
|
* @return CreatePrivateAccessChannelResponse
|
|
129
130
|
* @throws OciError when an error occurs
|
|
130
|
-
* @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.
|
|
131
132
|
*/
|
|
132
133
|
createPrivateAccessChannel(createPrivateAccessChannelRequest: requests.CreatePrivateAccessChannelRequest): Promise<responses.CreatePrivateAccessChannelResponse>;
|
|
133
134
|
/**
|
|
@@ -138,7 +139,7 @@ export declare class AnalyticsClient {
|
|
|
138
139
|
* @param CreateVanityUrlRequest
|
|
139
140
|
* @return CreateVanityUrlResponse
|
|
140
141
|
* @throws OciError when an error occurs
|
|
141
|
-
* @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.
|
|
142
143
|
*/
|
|
143
144
|
createVanityUrl(createVanityUrlRequest: requests.CreateVanityUrlRequest): Promise<responses.CreateVanityUrlResponse>;
|
|
144
145
|
/**
|
|
@@ -149,7 +150,7 @@ export declare class AnalyticsClient {
|
|
|
149
150
|
* @param DeleteAnalyticsInstanceRequest
|
|
150
151
|
* @return DeleteAnalyticsInstanceResponse
|
|
151
152
|
* @throws OciError when an error occurs
|
|
152
|
-
* @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.
|
|
153
154
|
*/
|
|
154
155
|
deleteAnalyticsInstance(deleteAnalyticsInstanceRequest: requests.DeleteAnalyticsInstanceRequest): Promise<responses.DeleteAnalyticsInstanceResponse>;
|
|
155
156
|
/**
|
|
@@ -159,7 +160,7 @@ export declare class AnalyticsClient {
|
|
|
159
160
|
* @param DeletePrivateAccessChannelRequest
|
|
160
161
|
* @return DeletePrivateAccessChannelResponse
|
|
161
162
|
* @throws OciError when an error occurs
|
|
162
|
-
* @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.
|
|
163
164
|
*/
|
|
164
165
|
deletePrivateAccessChannel(deletePrivateAccessChannelRequest: requests.DeletePrivateAccessChannelRequest): Promise<responses.DeletePrivateAccessChannelResponse>;
|
|
165
166
|
/**
|
|
@@ -169,7 +170,7 @@ export declare class AnalyticsClient {
|
|
|
169
170
|
* @param DeleteVanityUrlRequest
|
|
170
171
|
* @return DeleteVanityUrlResponse
|
|
171
172
|
* @throws OciError when an error occurs
|
|
172
|
-
* @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.
|
|
173
174
|
*/
|
|
174
175
|
deleteVanityUrl(deleteVanityUrlRequest: requests.DeleteVanityUrlRequest): Promise<responses.DeleteVanityUrlResponse>;
|
|
175
176
|
/**
|
|
@@ -179,7 +180,7 @@ export declare class AnalyticsClient {
|
|
|
179
180
|
* @param DeleteWorkRequestRequest
|
|
180
181
|
* @return DeleteWorkRequestResponse
|
|
181
182
|
* @throws OciError when an error occurs
|
|
182
|
-
* @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.
|
|
183
184
|
*/
|
|
184
185
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
185
186
|
/**
|
|
@@ -189,7 +190,7 @@ export declare class AnalyticsClient {
|
|
|
189
190
|
* @param GetAnalyticsInstanceRequest
|
|
190
191
|
* @return GetAnalyticsInstanceResponse
|
|
191
192
|
* @throws OciError when an error occurs
|
|
192
|
-
* @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.
|
|
193
194
|
*/
|
|
194
195
|
getAnalyticsInstance(getAnalyticsInstanceRequest: requests.GetAnalyticsInstanceRequest): Promise<responses.GetAnalyticsInstanceResponse>;
|
|
195
196
|
/**
|
|
@@ -199,7 +200,7 @@ export declare class AnalyticsClient {
|
|
|
199
200
|
* @param GetPrivateAccessChannelRequest
|
|
200
201
|
* @return GetPrivateAccessChannelResponse
|
|
201
202
|
* @throws OciError when an error occurs
|
|
202
|
-
* @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.
|
|
203
204
|
*/
|
|
204
205
|
getPrivateAccessChannel(getPrivateAccessChannelRequest: requests.GetPrivateAccessChannelRequest): Promise<responses.GetPrivateAccessChannelResponse>;
|
|
205
206
|
/**
|
|
@@ -209,7 +210,7 @@ export declare class AnalyticsClient {
|
|
|
209
210
|
* @param GetWorkRequestRequest
|
|
210
211
|
* @return GetWorkRequestResponse
|
|
211
212
|
* @throws OciError when an error occurs
|
|
212
|
-
* @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.
|
|
213
214
|
*/
|
|
214
215
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
215
216
|
/**
|
|
@@ -219,7 +220,7 @@ export declare class AnalyticsClient {
|
|
|
219
220
|
* @param ListAnalyticsInstancesRequest
|
|
220
221
|
* @return ListAnalyticsInstancesResponse
|
|
221
222
|
* @throws OciError when an error occurs
|
|
222
|
-
* @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.
|
|
223
224
|
*/
|
|
224
225
|
listAnalyticsInstances(listAnalyticsInstancesRequest: requests.ListAnalyticsInstancesRequest): Promise<responses.ListAnalyticsInstancesResponse>;
|
|
225
226
|
/**
|
|
@@ -261,7 +262,7 @@ export declare class AnalyticsClient {
|
|
|
261
262
|
* @param ListWorkRequestErrorsRequest
|
|
262
263
|
* @return ListWorkRequestErrorsResponse
|
|
263
264
|
* @throws OciError when an error occurs
|
|
264
|
-
* @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.
|
|
265
266
|
*/
|
|
266
267
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
267
268
|
/**
|
|
@@ -303,7 +304,7 @@ export declare class AnalyticsClient {
|
|
|
303
304
|
* @param ListWorkRequestLogsRequest
|
|
304
305
|
* @return ListWorkRequestLogsResponse
|
|
305
306
|
* @throws OciError when an error occurs
|
|
306
|
-
* @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.
|
|
307
308
|
*/
|
|
308
309
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
309
310
|
/**
|
|
@@ -345,7 +346,7 @@ export declare class AnalyticsClient {
|
|
|
345
346
|
* @param ListWorkRequestsRequest
|
|
346
347
|
* @return ListWorkRequestsResponse
|
|
347
348
|
* @throws OciError when an error occurs
|
|
348
|
-
* @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.
|
|
349
350
|
*/
|
|
350
351
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
351
352
|
/**
|
|
@@ -388,7 +389,7 @@ export declare class AnalyticsClient {
|
|
|
388
389
|
* @param ScaleAnalyticsInstanceRequest
|
|
389
390
|
* @return ScaleAnalyticsInstanceResponse
|
|
390
391
|
* @throws OciError when an error occurs
|
|
391
|
-
* @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.
|
|
392
393
|
*/
|
|
393
394
|
scaleAnalyticsInstance(scaleAnalyticsInstanceRequest: requests.ScaleAnalyticsInstanceRequest): Promise<responses.ScaleAnalyticsInstanceResponse>;
|
|
394
395
|
/**
|
|
@@ -398,7 +399,7 @@ export declare class AnalyticsClient {
|
|
|
398
399
|
* @param SetKmsKeyRequest
|
|
399
400
|
* @return SetKmsKeyResponse
|
|
400
401
|
* @throws OciError when an error occurs
|
|
401
|
-
* @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.
|
|
402
403
|
*/
|
|
403
404
|
setKmsKey(setKmsKeyRequest: requests.SetKmsKeyRequest): Promise<responses.SetKmsKeyResponse>;
|
|
404
405
|
/**
|
|
@@ -409,7 +410,7 @@ export declare class AnalyticsClient {
|
|
|
409
410
|
* @param StartAnalyticsInstanceRequest
|
|
410
411
|
* @return StartAnalyticsInstanceResponse
|
|
411
412
|
* @throws OciError when an error occurs
|
|
412
|
-
* @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.
|
|
413
414
|
*/
|
|
414
415
|
startAnalyticsInstance(startAnalyticsInstanceRequest: requests.StartAnalyticsInstanceRequest): Promise<responses.StartAnalyticsInstanceResponse>;
|
|
415
416
|
/**
|
|
@@ -420,7 +421,7 @@ export declare class AnalyticsClient {
|
|
|
420
421
|
* @param StopAnalyticsInstanceRequest
|
|
421
422
|
* @return StopAnalyticsInstanceResponse
|
|
422
423
|
* @throws OciError when an error occurs
|
|
423
|
-
* @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.
|
|
424
425
|
*/
|
|
425
426
|
stopAnalyticsInstance(stopAnalyticsInstanceRequest: requests.StopAnalyticsInstanceRequest): Promise<responses.StopAnalyticsInstanceResponse>;
|
|
426
427
|
/**
|
|
@@ -431,7 +432,7 @@ export declare class AnalyticsClient {
|
|
|
431
432
|
* @param UpdateAnalyticsInstanceRequest
|
|
432
433
|
* @return UpdateAnalyticsInstanceResponse
|
|
433
434
|
* @throws OciError when an error occurs
|
|
434
|
-
* @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.
|
|
435
436
|
*/
|
|
436
437
|
updateAnalyticsInstance(updateAnalyticsInstanceRequest: requests.UpdateAnalyticsInstanceRequest): Promise<responses.UpdateAnalyticsInstanceResponse>;
|
|
437
438
|
/**
|
|
@@ -441,7 +442,7 @@ export declare class AnalyticsClient {
|
|
|
441
442
|
* @param UpdatePrivateAccessChannelRequest
|
|
442
443
|
* @return UpdatePrivateAccessChannelResponse
|
|
443
444
|
* @throws OciError when an error occurs
|
|
444
|
-
* @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.
|
|
445
446
|
*/
|
|
446
447
|
updatePrivateAccessChannel(updatePrivateAccessChannelRequest: requests.UpdatePrivateAccessChannelRequest): Promise<responses.UpdatePrivateAccessChannelResponse>;
|
|
447
448
|
/**
|
|
@@ -451,7 +452,7 @@ export declare class AnalyticsClient {
|
|
|
451
452
|
* @param UpdateVanityUrlRequest
|
|
452
453
|
* @return UpdateVanityUrlResponse
|
|
453
454
|
* @throws OciError when an error occurs
|
|
454
|
-
* @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.
|
|
455
456
|
*/
|
|
456
457
|
updateVanityUrl(updateVanityUrlRequest: requests.UpdateVanityUrlRequest): Promise<responses.UpdateVanityUrlResponse>;
|
|
457
458
|
}
|