oci-analytics 2.12.1 → 2.15.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.
Files changed (47) hide show
  1. package/lib/client.d.ts +33 -22
  2. package/lib/client.js +86 -24
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/analytics-instance.d.ts +5 -0
  5. package/lib/model/analytics-instance.js.map +1 -1
  6. package/lib/model/create-analytics-instance-details.d.ts +5 -0
  7. package/lib/model/create-analytics-instance-details.js.map +1 -1
  8. package/lib/model/index.d.ts +2 -0
  9. package/lib/model/index.js +3 -1
  10. package/lib/model/index.js.map +1 -1
  11. package/lib/model/set-kms-key-details.d.ts +28 -0
  12. package/lib/model/set-kms-key-details.js +30 -0
  13. package/lib/model/set-kms-key-details.js.map +1 -0
  14. package/lib/model/work-request-operation-type.d.ts +1 -0
  15. package/lib/model/work-request-operation-type.js +1 -0
  16. package/lib/model/work-request-operation-type.js.map +1 -1
  17. package/lib/request/change-analytics-instance-compartment-request.d.ts +1 -1
  18. package/lib/request/change-analytics-instance-network-endpoint-request.d.ts +1 -1
  19. package/lib/request/create-analytics-instance-request.d.ts +1 -1
  20. package/lib/request/create-private-access-channel-request.d.ts +1 -1
  21. package/lib/request/create-vanity-url-request.d.ts +1 -1
  22. package/lib/request/delete-analytics-instance-request.d.ts +1 -1
  23. package/lib/request/delete-private-access-channel-request.d.ts +1 -1
  24. package/lib/request/delete-vanity-url-request.d.ts +1 -1
  25. package/lib/request/delete-work-request-request.d.ts +1 -1
  26. package/lib/request/get-analytics-instance-request.d.ts +1 -1
  27. package/lib/request/get-private-access-channel-request.d.ts +1 -1
  28. package/lib/request/get-work-request-request.d.ts +1 -1
  29. package/lib/request/index.d.ts +2 -0
  30. package/lib/request/list-analytics-instances-request.d.ts +1 -1
  31. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  32. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  33. package/lib/request/list-work-requests-request.d.ts +1 -1
  34. package/lib/request/scale-analytics-instance-request.d.ts +1 -1
  35. package/lib/request/set-kms-key-request.d.ts +51 -0
  36. package/lib/request/set-kms-key-request.js +15 -0
  37. package/lib/request/set-kms-key-request.js.map +1 -0
  38. package/lib/request/start-analytics-instance-request.d.ts +1 -1
  39. package/lib/request/stop-analytics-instance-request.d.ts +1 -1
  40. package/lib/request/update-analytics-instance-request.d.ts +1 -1
  41. package/lib/request/update-private-access-channel-request.d.ts +1 -1
  42. package/lib/request/update-vanity-url-request.d.ts +1 -1
  43. package/lib/response/index.d.ts +2 -0
  44. package/lib/response/set-kms-key-response.d.ts +26 -0
  45. package/lib/response/set-kms-key-response.js +15 -0
  46. package/lib/response/set-kms-key-response.js.map +1 -0
  47. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -23,6 +23,7 @@ export declare enum AnalyticsApiKeys {
23
23
  */
24
24
  export declare class AnalyticsClient {
25
25
  protected static serviceEndpointTemplate: string;
26
+ protected static endpointServiceName: string;
26
27
  protected "_endpoint": string;
27
28
  protected "_defaultHeaders": any;
28
29
  protected "_waiters": AnalyticsWaiter;
@@ -76,7 +77,7 @@ export declare class AnalyticsClient {
76
77
  * @param ChangeAnalyticsInstanceCompartmentRequest
77
78
  * @return ChangeAnalyticsInstanceCompartmentResponse
78
79
  * @throws OciError when an error occurs
79
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
80
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
80
81
  */
81
82
  changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest: requests.ChangeAnalyticsInstanceCompartmentRequest): Promise<responses.ChangeAnalyticsInstanceCompartmentResponse>;
82
83
  /**
@@ -87,7 +88,7 @@ export declare class AnalyticsClient {
87
88
  * @param ChangeAnalyticsInstanceNetworkEndpointRequest
88
89
  * @return ChangeAnalyticsInstanceNetworkEndpointResponse
89
90
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
91
92
  */
92
93
  changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest: requests.ChangeAnalyticsInstanceNetworkEndpointRequest): Promise<responses.ChangeAnalyticsInstanceNetworkEndpointResponse>;
93
94
  /**
@@ -98,7 +99,7 @@ export declare class AnalyticsClient {
98
99
  * @param CreateAnalyticsInstanceRequest
99
100
  * @return CreateAnalyticsInstanceResponse
100
101
  * @throws OciError when an error occurs
101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
102
103
  */
103
104
  createAnalyticsInstance(createAnalyticsInstanceRequest: requests.CreateAnalyticsInstanceRequest): Promise<responses.CreateAnalyticsInstanceResponse>;
104
105
  /**
@@ -109,7 +110,7 @@ export declare class AnalyticsClient {
109
110
  * @param CreatePrivateAccessChannelRequest
110
111
  * @return CreatePrivateAccessChannelResponse
111
112
  * @throws OciError when an error occurs
112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
113
114
  */
114
115
  createPrivateAccessChannel(createPrivateAccessChannelRequest: requests.CreatePrivateAccessChannelRequest): Promise<responses.CreatePrivateAccessChannelResponse>;
115
116
  /**
@@ -120,7 +121,7 @@ export declare class AnalyticsClient {
120
121
  * @param CreateVanityUrlRequest
121
122
  * @return CreateVanityUrlResponse
122
123
  * @throws OciError when an error occurs
123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
124
125
  */
125
126
  createVanityUrl(createVanityUrlRequest: requests.CreateVanityUrlRequest): Promise<responses.CreateVanityUrlResponse>;
126
127
  /**
@@ -131,7 +132,7 @@ export declare class AnalyticsClient {
131
132
  * @param DeleteAnalyticsInstanceRequest
132
133
  * @return DeleteAnalyticsInstanceResponse
133
134
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
135
136
  */
136
137
  deleteAnalyticsInstance(deleteAnalyticsInstanceRequest: requests.DeleteAnalyticsInstanceRequest): Promise<responses.DeleteAnalyticsInstanceResponse>;
137
138
  /**
@@ -141,7 +142,7 @@ export declare class AnalyticsClient {
141
142
  * @param DeletePrivateAccessChannelRequest
142
143
  * @return DeletePrivateAccessChannelResponse
143
144
  * @throws OciError when an error occurs
144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
145
146
  */
146
147
  deletePrivateAccessChannel(deletePrivateAccessChannelRequest: requests.DeletePrivateAccessChannelRequest): Promise<responses.DeletePrivateAccessChannelResponse>;
147
148
  /**
@@ -151,7 +152,7 @@ export declare class AnalyticsClient {
151
152
  * @param DeleteVanityUrlRequest
152
153
  * @return DeleteVanityUrlResponse
153
154
  * @throws OciError when an error occurs
154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
155
156
  */
156
157
  deleteVanityUrl(deleteVanityUrlRequest: requests.DeleteVanityUrlRequest): Promise<responses.DeleteVanityUrlResponse>;
157
158
  /**
@@ -161,7 +162,7 @@ export declare class AnalyticsClient {
161
162
  * @param DeleteWorkRequestRequest
162
163
  * @return DeleteWorkRequestResponse
163
164
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
165
166
  */
166
167
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
167
168
  /**
@@ -171,7 +172,7 @@ export declare class AnalyticsClient {
171
172
  * @param GetAnalyticsInstanceRequest
172
173
  * @return GetAnalyticsInstanceResponse
173
174
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
175
176
  */
176
177
  getAnalyticsInstance(getAnalyticsInstanceRequest: requests.GetAnalyticsInstanceRequest): Promise<responses.GetAnalyticsInstanceResponse>;
177
178
  /**
@@ -181,7 +182,7 @@ export declare class AnalyticsClient {
181
182
  * @param GetPrivateAccessChannelRequest
182
183
  * @return GetPrivateAccessChannelResponse
183
184
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
185
186
  */
186
187
  getPrivateAccessChannel(getPrivateAccessChannelRequest: requests.GetPrivateAccessChannelRequest): Promise<responses.GetPrivateAccessChannelResponse>;
187
188
  /**
@@ -191,7 +192,7 @@ export declare class AnalyticsClient {
191
192
  * @param GetWorkRequestRequest
192
193
  * @return GetWorkRequestResponse
193
194
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
195
196
  */
196
197
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
197
198
  /**
@@ -201,7 +202,7 @@ export declare class AnalyticsClient {
201
202
  * @param ListAnalyticsInstancesRequest
202
203
  * @return ListAnalyticsInstancesResponse
203
204
  * @throws OciError when an error occurs
204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
205
206
  */
206
207
  listAnalyticsInstances(listAnalyticsInstancesRequest: requests.ListAnalyticsInstancesRequest): Promise<responses.ListAnalyticsInstancesResponse>;
207
208
  /**
@@ -243,7 +244,7 @@ export declare class AnalyticsClient {
243
244
  * @param ListWorkRequestErrorsRequest
244
245
  * @return ListWorkRequestErrorsResponse
245
246
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
247
248
  */
248
249
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
249
250
  /**
@@ -285,7 +286,7 @@ export declare class AnalyticsClient {
285
286
  * @param ListWorkRequestLogsRequest
286
287
  * @return ListWorkRequestLogsResponse
287
288
  * @throws OciError when an error occurs
288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
289
290
  */
290
291
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
291
292
  /**
@@ -327,7 +328,7 @@ export declare class AnalyticsClient {
327
328
  * @param ListWorkRequestsRequest
328
329
  * @return ListWorkRequestsResponse
329
330
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
331
332
  */
332
333
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
333
334
  /**
@@ -370,9 +371,19 @@ export declare class AnalyticsClient {
370
371
  * @param ScaleAnalyticsInstanceRequest
371
372
  * @return ScaleAnalyticsInstanceResponse
372
373
  * @throws OciError when an error occurs
373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
374
375
  */
375
376
  scaleAnalyticsInstance(scaleAnalyticsInstanceRequest: requests.ScaleAnalyticsInstanceRequest): Promise<responses.ScaleAnalyticsInstanceResponse>;
377
+ /**
378
+ * Encrypts the customer data of this Analytics instance using either a customer OCI Vault Key or Oracle managed default key.
379
+ *
380
+ * This operation does not retry by default if the user has not defined a retry configuration.
381
+ * @param SetKmsKeyRequest
382
+ * @return SetKmsKeyResponse
383
+ * @throws OciError when an error occurs
384
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
385
+ */
386
+ setKmsKey(setKmsKeyRequest: requests.SetKmsKeyRequest): Promise<responses.SetKmsKeyResponse>;
376
387
  /**
377
388
  * Starts the specified Analytics instance. The operation is long-running
378
389
  * and creates a new WorkRequest.
@@ -381,7 +392,7 @@ export declare class AnalyticsClient {
381
392
  * @param StartAnalyticsInstanceRequest
382
393
  * @return StartAnalyticsInstanceResponse
383
394
  * @throws OciError when an error occurs
384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
385
396
  */
386
397
  startAnalyticsInstance(startAnalyticsInstanceRequest: requests.StartAnalyticsInstanceRequest): Promise<responses.StartAnalyticsInstanceResponse>;
387
398
  /**
@@ -392,7 +403,7 @@ export declare class AnalyticsClient {
392
403
  * @param StopAnalyticsInstanceRequest
393
404
  * @return StopAnalyticsInstanceResponse
394
405
  * @throws OciError when an error occurs
395
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
396
407
  */
397
408
  stopAnalyticsInstance(stopAnalyticsInstanceRequest: requests.StopAnalyticsInstanceRequest): Promise<responses.StopAnalyticsInstanceResponse>;
398
409
  /**
@@ -403,7 +414,7 @@ export declare class AnalyticsClient {
403
414
  * @param UpdateAnalyticsInstanceRequest
404
415
  * @return UpdateAnalyticsInstanceResponse
405
416
  * @throws OciError when an error occurs
406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
417
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
407
418
  */
408
419
  updateAnalyticsInstance(updateAnalyticsInstanceRequest: requests.UpdateAnalyticsInstanceRequest): Promise<responses.UpdateAnalyticsInstanceResponse>;
409
420
  /**
@@ -413,7 +424,7 @@ export declare class AnalyticsClient {
413
424
  * @param UpdatePrivateAccessChannelRequest
414
425
  * @return UpdatePrivateAccessChannelResponse
415
426
  * @throws OciError when an error occurs
416
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
417
428
  */
418
429
  updatePrivateAccessChannel(updatePrivateAccessChannelRequest: requests.UpdatePrivateAccessChannelRequest): Promise<responses.UpdatePrivateAccessChannelResponse>;
419
430
  /**
@@ -423,7 +434,7 @@ export declare class AnalyticsClient {
423
434
  * @param UpdateVanityUrlRequest
424
435
  * @return UpdateVanityUrlResponse
425
436
  * @throws OciError when an error occurs
426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
437
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
427
438
  */
428
439
  updateVanityUrl(updateVanityUrlRequest: requests.UpdateVanityUrlRequest): Promise<responses.UpdateVanityUrlResponse>;
429
440
  }
package/lib/client.js CHANGED
@@ -112,7 +112,7 @@ class AnalyticsClient {
112
112
  * @param region The region of the service.
113
113
  */
114
114
  set region(region) {
115
- this.endpoint = common.EndpointBuilder.createEndpointFromRegion(AnalyticsClient.serviceEndpointTemplate, region);
115
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegion(AnalyticsClient.serviceEndpointTemplate, region, AnalyticsClient.endpointServiceName);
116
116
  }
117
117
  /**
118
118
  * Sets the regionId to call (ex, 'us-phoenix-1').
@@ -123,7 +123,7 @@ class AnalyticsClient {
123
123
  * @param regionId The public region ID.
124
124
  */
125
125
  set regionId(regionId) {
126
- this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(AnalyticsClient.serviceEndpointTemplate, regionId);
126
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(AnalyticsClient.serviceEndpointTemplate, regionId, AnalyticsClient.endpointServiceName);
127
127
  }
128
128
  /**
129
129
  * Creates a new AnalyticsWaiter for resources for this service.
@@ -154,7 +154,7 @@ class AnalyticsClient {
154
154
  * @param ChangeAnalyticsInstanceCompartmentRequest
155
155
  * @return ChangeAnalyticsInstanceCompartmentResponse
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.12.1/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
158
158
  */
159
159
  changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest) {
160
160
  return __awaiter(this, void 0, void 0, function* () {
@@ -216,7 +216,7 @@ class AnalyticsClient {
216
216
  * @param ChangeAnalyticsInstanceNetworkEndpointRequest
217
217
  * @return ChangeAnalyticsInstanceNetworkEndpointResponse
218
218
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
220
220
  */
221
221
  changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest) {
222
222
  return __awaiter(this, void 0, void 0, function* () {
@@ -278,7 +278,7 @@ class AnalyticsClient {
278
278
  * @param CreateAnalyticsInstanceRequest
279
279
  * @return CreateAnalyticsInstanceResponse
280
280
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
282
282
  */
283
283
  createAnalyticsInstance(createAnalyticsInstanceRequest) {
284
284
  return __awaiter(this, void 0, void 0, function* () {
@@ -351,7 +351,7 @@ class AnalyticsClient {
351
351
  * @param CreatePrivateAccessChannelRequest
352
352
  * @return CreatePrivateAccessChannelResponse
353
353
  * @throws OciError when an error occurs
354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
355
355
  */
356
356
  createPrivateAccessChannel(createPrivateAccessChannelRequest) {
357
357
  return __awaiter(this, void 0, void 0, function* () {
@@ -412,7 +412,7 @@ class AnalyticsClient {
412
412
  * @param CreateVanityUrlRequest
413
413
  * @return CreateVanityUrlResponse
414
414
  * @throws OciError when an error occurs
415
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
416
416
  */
417
417
  createVanityUrl(createVanityUrlRequest) {
418
418
  return __awaiter(this, void 0, void 0, function* () {
@@ -473,7 +473,7 @@ class AnalyticsClient {
473
473
  * @param DeleteAnalyticsInstanceRequest
474
474
  * @return DeleteAnalyticsInstanceResponse
475
475
  * @throws OciError when an error occurs
476
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
476
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
477
477
  */
478
478
  deleteAnalyticsInstance(deleteAnalyticsInstanceRequest) {
479
479
  return __awaiter(this, void 0, void 0, function* () {
@@ -533,7 +533,7 @@ class AnalyticsClient {
533
533
  * @param DeletePrivateAccessChannelRequest
534
534
  * @return DeletePrivateAccessChannelResponse
535
535
  * @throws OciError when an error occurs
536
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
536
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
537
537
  */
538
538
  deletePrivateAccessChannel(deletePrivateAccessChannelRequest) {
539
539
  return __awaiter(this, void 0, void 0, function* () {
@@ -594,7 +594,7 @@ class AnalyticsClient {
594
594
  * @param DeleteVanityUrlRequest
595
595
  * @return DeleteVanityUrlResponse
596
596
  * @throws OciError when an error occurs
597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
598
598
  */
599
599
  deleteVanityUrl(deleteVanityUrlRequest) {
600
600
  return __awaiter(this, void 0, void 0, function* () {
@@ -655,7 +655,7 @@ class AnalyticsClient {
655
655
  * @param DeleteWorkRequestRequest
656
656
  * @return DeleteWorkRequestResponse
657
657
  * @throws OciError when an error occurs
658
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
658
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
659
659
  */
660
660
  deleteWorkRequest(deleteWorkRequestRequest) {
661
661
  return __awaiter(this, void 0, void 0, function* () {
@@ -709,7 +709,7 @@ class AnalyticsClient {
709
709
  * @param GetAnalyticsInstanceRequest
710
710
  * @return GetAnalyticsInstanceResponse
711
711
  * @throws OciError when an error occurs
712
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
712
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
713
713
  */
714
714
  getAnalyticsInstance(getAnalyticsInstanceRequest) {
715
715
  return __awaiter(this, void 0, void 0, function* () {
@@ -771,7 +771,7 @@ class AnalyticsClient {
771
771
  * @param GetPrivateAccessChannelRequest
772
772
  * @return GetPrivateAccessChannelResponse
773
773
  * @throws OciError when an error occurs
774
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
774
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
775
775
  */
776
776
  getPrivateAccessChannel(getPrivateAccessChannelRequest) {
777
777
  return __awaiter(this, void 0, void 0, function* () {
@@ -834,7 +834,7 @@ class AnalyticsClient {
834
834
  * @param GetWorkRequestRequest
835
835
  * @return GetWorkRequestResponse
836
836
  * @throws OciError when an error occurs
837
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
837
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
838
838
  */
839
839
  getWorkRequest(getWorkRequestRequest) {
840
840
  return __awaiter(this, void 0, void 0, function* () {
@@ -901,7 +901,7 @@ class AnalyticsClient {
901
901
  * @param ListAnalyticsInstancesRequest
902
902
  * @return ListAnalyticsInstancesResponse
903
903
  * @throws OciError when an error occurs
904
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
904
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
905
905
  */
906
906
  listAnalyticsInstances(listAnalyticsInstancesRequest) {
907
907
  return __awaiter(this, void 0, void 0, function* () {
@@ -1011,7 +1011,7 @@ class AnalyticsClient {
1011
1011
  * @param ListWorkRequestErrorsRequest
1012
1012
  * @return ListWorkRequestErrorsResponse
1013
1013
  * @throws OciError when an error occurs
1014
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1014
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1015
1015
  */
1016
1016
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1017
1017
  return __awaiter(this, void 0, void 0, function* () {
@@ -1116,7 +1116,7 @@ class AnalyticsClient {
1116
1116
  * @param ListWorkRequestLogsRequest
1117
1117
  * @return ListWorkRequestLogsResponse
1118
1118
  * @throws OciError when an error occurs
1119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1120
1120
  */
1121
1121
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1122
1122
  return __awaiter(this, void 0, void 0, function* () {
@@ -1221,7 +1221,7 @@ class AnalyticsClient {
1221
1221
  * @param ListWorkRequestsRequest
1222
1222
  * @return ListWorkRequestsResponse
1223
1223
  * @throws OciError when an error occurs
1224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1225
1225
  */
1226
1226
  listWorkRequests(listWorkRequestsRequest) {
1227
1227
  return __awaiter(this, void 0, void 0, function* () {
@@ -1331,7 +1331,7 @@ class AnalyticsClient {
1331
1331
  * @param ScaleAnalyticsInstanceRequest
1332
1332
  * @return ScaleAnalyticsInstanceResponse
1333
1333
  * @throws OciError when an error occurs
1334
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
1334
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
1335
1335
  */
1336
1336
  scaleAnalyticsInstance(scaleAnalyticsInstanceRequest) {
1337
1337
  return __awaiter(this, void 0, void 0, function* () {
@@ -1385,6 +1385,67 @@ class AnalyticsClient {
1385
1385
  }
1386
1386
  });
1387
1387
  }
1388
+ /**
1389
+ * Encrypts the customer data of this Analytics instance using either a customer OCI Vault Key or Oracle managed default key.
1390
+ *
1391
+ * This operation does not retry by default if the user has not defined a retry configuration.
1392
+ * @param SetKmsKeyRequest
1393
+ * @return SetKmsKeyResponse
1394
+ * @throws OciError when an error occurs
1395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
1396
+ */
1397
+ setKmsKey(setKmsKeyRequest) {
1398
+ return __awaiter(this, void 0, void 0, function* () {
1399
+ if (this.logger)
1400
+ this.logger.debug("Calling operation AnalyticsClient#setKmsKey.");
1401
+ const pathParams = {
1402
+ "{analyticsInstanceId}": setKmsKeyRequest.analyticsInstanceId
1403
+ };
1404
+ const queryParams = {};
1405
+ let headerParams = {
1406
+ "Content-Type": common.Constants.APPLICATION_JSON,
1407
+ "if-match": setKmsKeyRequest.ifMatch,
1408
+ "opc-request-id": setKmsKeyRequest.opcRequestId,
1409
+ "opc-retry-token": setKmsKeyRequest.opcRetryToken
1410
+ };
1411
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1412
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, setKmsKeyRequest.retryConfiguration, specRetryConfiguration);
1413
+ if (this.logger)
1414
+ retrier.logger = this.logger;
1415
+ const request = yield oci_common_2.composeRequest({
1416
+ baseEndpoint: this._endpoint,
1417
+ defaultHeaders: this._defaultHeaders,
1418
+ path: "/analyticsInstances/{analyticsInstanceId}/actions/setKmsKey",
1419
+ method: "POST",
1420
+ bodyContent: common.ObjectSerializer.serialize(setKmsKeyRequest.setKmsKeyDetails, "SetKmsKeyDetails", model.SetKmsKeyDetails.getJsonObj),
1421
+ pathParams: pathParams,
1422
+ headerParams: headerParams,
1423
+ queryParams: queryParams
1424
+ });
1425
+ try {
1426
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
1427
+ const sdkResponse = oci_common_2.composeResponse({
1428
+ responseObject: {},
1429
+ responseHeaders: [
1430
+ {
1431
+ value: response.headers.get("opc-request-id"),
1432
+ key: "opcRequestId",
1433
+ dataType: "string"
1434
+ },
1435
+ {
1436
+ value: response.headers.get("opc-work-request-id"),
1437
+ key: "opcWorkRequestId",
1438
+ dataType: "string"
1439
+ }
1440
+ ]
1441
+ });
1442
+ return sdkResponse;
1443
+ }
1444
+ catch (err) {
1445
+ throw err;
1446
+ }
1447
+ });
1448
+ }
1388
1449
  /**
1389
1450
  * Starts the specified Analytics instance. The operation is long-running
1390
1451
  * and creates a new WorkRequest.
@@ -1393,7 +1454,7 @@ class AnalyticsClient {
1393
1454
  * @param StartAnalyticsInstanceRequest
1394
1455
  * @return StartAnalyticsInstanceResponse
1395
1456
  * @throws OciError when an error occurs
1396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
1457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
1397
1458
  */
1398
1459
  startAnalyticsInstance(startAnalyticsInstanceRequest) {
1399
1460
  return __awaiter(this, void 0, void 0, function* () {
@@ -1454,7 +1515,7 @@ class AnalyticsClient {
1454
1515
  * @param StopAnalyticsInstanceRequest
1455
1516
  * @return StopAnalyticsInstanceResponse
1456
1517
  * @throws OciError when an error occurs
1457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
1518
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
1458
1519
  */
1459
1520
  stopAnalyticsInstance(stopAnalyticsInstanceRequest) {
1460
1521
  return __awaiter(this, void 0, void 0, function* () {
@@ -1515,7 +1576,7 @@ class AnalyticsClient {
1515
1576
  * @param UpdateAnalyticsInstanceRequest
1516
1577
  * @return UpdateAnalyticsInstanceResponse
1517
1578
  * @throws OciError when an error occurs
1518
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
1579
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
1519
1580
  */
1520
1581
  updateAnalyticsInstance(updateAnalyticsInstanceRequest) {
1521
1582
  return __awaiter(this, void 0, void 0, function* () {
@@ -1579,7 +1640,7 @@ class AnalyticsClient {
1579
1640
  * @param UpdatePrivateAccessChannelRequest
1580
1641
  * @return UpdatePrivateAccessChannelResponse
1581
1642
  * @throws OciError when an error occurs
1582
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
1643
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
1583
1644
  */
1584
1645
  updatePrivateAccessChannel(updatePrivateAccessChannelRequest) {
1585
1646
  return __awaiter(this, void 0, void 0, function* () {
@@ -1641,7 +1702,7 @@ class AnalyticsClient {
1641
1702
  * @param UpdateVanityUrlRequest
1642
1703
  * @return UpdateVanityUrlResponse
1643
1704
  * @throws OciError when an error occurs
1644
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
1705
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
1645
1706
  */
1646
1707
  updateVanityUrl(updateVanityUrlRequest) {
1647
1708
  return __awaiter(this, void 0, void 0, function* () {
@@ -1699,4 +1760,5 @@ class AnalyticsClient {
1699
1760
  }
1700
1761
  exports.AnalyticsClient = AnalyticsClient;
1701
1762
  AnalyticsClient.serviceEndpointTemplate = "https://analytics.{region}.ocp.{secondLevelDomain}";
1763
+ AnalyticsClient.endpointServiceName = "";
1702
1764
  //# sourceMappingURL=client.js.map