oci-analytics 2.26.0 → 2.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +24 -23
- package/lib/client.js +93 -46
- package/lib/client.js.map +1 -1
- package/lib/model/network-endpoint-details.js +2 -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
|
@@ -30,6 +30,7 @@ export declare class AnalyticsClient {
|
|
|
30
30
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
31
31
|
protected _circuitBreaker: null;
|
|
32
32
|
protected _httpOptions: any;
|
|
33
|
+
targetService: string;
|
|
33
34
|
protected _httpClient: common.HttpClient;
|
|
34
35
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
35
36
|
/**
|
|
@@ -78,7 +79,7 @@ export declare class AnalyticsClient {
|
|
|
78
79
|
* @param ChangeAnalyticsInstanceCompartmentRequest
|
|
79
80
|
* @return ChangeAnalyticsInstanceCompartmentResponse
|
|
80
81
|
* @throws OciError when an error occurs
|
|
81
|
-
* @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.29.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
|
|
82
83
|
*/
|
|
83
84
|
changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest: requests.ChangeAnalyticsInstanceCompartmentRequest): Promise<responses.ChangeAnalyticsInstanceCompartmentResponse>;
|
|
84
85
|
/**
|
|
@@ -89,7 +90,7 @@ export declare class AnalyticsClient {
|
|
|
89
90
|
* @param ChangeAnalyticsInstanceNetworkEndpointRequest
|
|
90
91
|
* @return ChangeAnalyticsInstanceNetworkEndpointResponse
|
|
91
92
|
* @throws OciError when an error occurs
|
|
92
|
-
* @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.29.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
|
|
93
94
|
*/
|
|
94
95
|
changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest: requests.ChangeAnalyticsInstanceNetworkEndpointRequest): Promise<responses.ChangeAnalyticsInstanceNetworkEndpointResponse>;
|
|
95
96
|
/**
|
|
@@ -100,7 +101,7 @@ export declare class AnalyticsClient {
|
|
|
100
101
|
* @param CreateAnalyticsInstanceRequest
|
|
101
102
|
* @return CreateAnalyticsInstanceResponse
|
|
102
103
|
* @throws OciError when an error occurs
|
|
103
|
-
* @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.29.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
|
|
104
105
|
*/
|
|
105
106
|
createAnalyticsInstance(createAnalyticsInstanceRequest: requests.CreateAnalyticsInstanceRequest): Promise<responses.CreateAnalyticsInstanceResponse>;
|
|
106
107
|
/**
|
|
@@ -111,7 +112,7 @@ export declare class AnalyticsClient {
|
|
|
111
112
|
* @param CreatePrivateAccessChannelRequest
|
|
112
113
|
* @return CreatePrivateAccessChannelResponse
|
|
113
114
|
* @throws OciError when an error occurs
|
|
114
|
-
* @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.29.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
|
|
115
116
|
*/
|
|
116
117
|
createPrivateAccessChannel(createPrivateAccessChannelRequest: requests.CreatePrivateAccessChannelRequest): Promise<responses.CreatePrivateAccessChannelResponse>;
|
|
117
118
|
/**
|
|
@@ -122,7 +123,7 @@ export declare class AnalyticsClient {
|
|
|
122
123
|
* @param CreateVanityUrlRequest
|
|
123
124
|
* @return CreateVanityUrlResponse
|
|
124
125
|
* @throws OciError when an error occurs
|
|
125
|
-
* @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.29.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
|
|
126
127
|
*/
|
|
127
128
|
createVanityUrl(createVanityUrlRequest: requests.CreateVanityUrlRequest): Promise<responses.CreateVanityUrlResponse>;
|
|
128
129
|
/**
|
|
@@ -133,7 +134,7 @@ export declare class AnalyticsClient {
|
|
|
133
134
|
* @param DeleteAnalyticsInstanceRequest
|
|
134
135
|
* @return DeleteAnalyticsInstanceResponse
|
|
135
136
|
* @throws OciError when an error occurs
|
|
136
|
-
* @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.29.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
|
|
137
138
|
*/
|
|
138
139
|
deleteAnalyticsInstance(deleteAnalyticsInstanceRequest: requests.DeleteAnalyticsInstanceRequest): Promise<responses.DeleteAnalyticsInstanceResponse>;
|
|
139
140
|
/**
|
|
@@ -143,7 +144,7 @@ export declare class AnalyticsClient {
|
|
|
143
144
|
* @param DeletePrivateAccessChannelRequest
|
|
144
145
|
* @return DeletePrivateAccessChannelResponse
|
|
145
146
|
* @throws OciError when an error occurs
|
|
146
|
-
* @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.29.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
|
|
147
148
|
*/
|
|
148
149
|
deletePrivateAccessChannel(deletePrivateAccessChannelRequest: requests.DeletePrivateAccessChannelRequest): Promise<responses.DeletePrivateAccessChannelResponse>;
|
|
149
150
|
/**
|
|
@@ -153,7 +154,7 @@ export declare class AnalyticsClient {
|
|
|
153
154
|
* @param DeleteVanityUrlRequest
|
|
154
155
|
* @return DeleteVanityUrlResponse
|
|
155
156
|
* @throws OciError when an error occurs
|
|
156
|
-
* @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.29.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
|
|
157
158
|
*/
|
|
158
159
|
deleteVanityUrl(deleteVanityUrlRequest: requests.DeleteVanityUrlRequest): Promise<responses.DeleteVanityUrlResponse>;
|
|
159
160
|
/**
|
|
@@ -163,7 +164,7 @@ export declare class AnalyticsClient {
|
|
|
163
164
|
* @param DeleteWorkRequestRequest
|
|
164
165
|
* @return DeleteWorkRequestResponse
|
|
165
166
|
* @throws OciError when an error occurs
|
|
166
|
-
* @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.29.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
167
168
|
*/
|
|
168
169
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
169
170
|
/**
|
|
@@ -173,7 +174,7 @@ export declare class AnalyticsClient {
|
|
|
173
174
|
* @param GetAnalyticsInstanceRequest
|
|
174
175
|
* @return GetAnalyticsInstanceResponse
|
|
175
176
|
* @throws OciError when an error occurs
|
|
176
|
-
* @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.29.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
|
|
177
178
|
*/
|
|
178
179
|
getAnalyticsInstance(getAnalyticsInstanceRequest: requests.GetAnalyticsInstanceRequest): Promise<responses.GetAnalyticsInstanceResponse>;
|
|
179
180
|
/**
|
|
@@ -183,7 +184,7 @@ export declare class AnalyticsClient {
|
|
|
183
184
|
* @param GetPrivateAccessChannelRequest
|
|
184
185
|
* @return GetPrivateAccessChannelResponse
|
|
185
186
|
* @throws OciError when an error occurs
|
|
186
|
-
* @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.29.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
|
|
187
188
|
*/
|
|
188
189
|
getPrivateAccessChannel(getPrivateAccessChannelRequest: requests.GetPrivateAccessChannelRequest): Promise<responses.GetPrivateAccessChannelResponse>;
|
|
189
190
|
/**
|
|
@@ -193,7 +194,7 @@ export declare class AnalyticsClient {
|
|
|
193
194
|
* @param GetWorkRequestRequest
|
|
194
195
|
* @return GetWorkRequestResponse
|
|
195
196
|
* @throws OciError when an error occurs
|
|
196
|
-
* @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.29.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
197
198
|
*/
|
|
198
199
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
199
200
|
/**
|
|
@@ -203,7 +204,7 @@ export declare class AnalyticsClient {
|
|
|
203
204
|
* @param ListAnalyticsInstancesRequest
|
|
204
205
|
* @return ListAnalyticsInstancesResponse
|
|
205
206
|
* @throws OciError when an error occurs
|
|
206
|
-
* @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.29.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
|
|
207
208
|
*/
|
|
208
209
|
listAnalyticsInstances(listAnalyticsInstancesRequest: requests.ListAnalyticsInstancesRequest): Promise<responses.ListAnalyticsInstancesResponse>;
|
|
209
210
|
/**
|
|
@@ -245,7 +246,7 @@ export declare class AnalyticsClient {
|
|
|
245
246
|
* @param ListWorkRequestErrorsRequest
|
|
246
247
|
* @return ListWorkRequestErrorsResponse
|
|
247
248
|
* @throws OciError when an error occurs
|
|
248
|
-
* @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.29.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
249
250
|
*/
|
|
250
251
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
251
252
|
/**
|
|
@@ -287,7 +288,7 @@ export declare class AnalyticsClient {
|
|
|
287
288
|
* @param ListWorkRequestLogsRequest
|
|
288
289
|
* @return ListWorkRequestLogsResponse
|
|
289
290
|
* @throws OciError when an error occurs
|
|
290
|
-
* @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.29.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
291
292
|
*/
|
|
292
293
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
293
294
|
/**
|
|
@@ -329,7 +330,7 @@ export declare class AnalyticsClient {
|
|
|
329
330
|
* @param ListWorkRequestsRequest
|
|
330
331
|
* @return ListWorkRequestsResponse
|
|
331
332
|
* @throws OciError when an error occurs
|
|
332
|
-
* @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.29.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
333
334
|
*/
|
|
334
335
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
335
336
|
/**
|
|
@@ -372,7 +373,7 @@ export declare class AnalyticsClient {
|
|
|
372
373
|
* @param ScaleAnalyticsInstanceRequest
|
|
373
374
|
* @return ScaleAnalyticsInstanceResponse
|
|
374
375
|
* @throws OciError when an error occurs
|
|
375
|
-
* @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.29.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
|
|
376
377
|
*/
|
|
377
378
|
scaleAnalyticsInstance(scaleAnalyticsInstanceRequest: requests.ScaleAnalyticsInstanceRequest): Promise<responses.ScaleAnalyticsInstanceResponse>;
|
|
378
379
|
/**
|
|
@@ -382,7 +383,7 @@ export declare class AnalyticsClient {
|
|
|
382
383
|
* @param SetKmsKeyRequest
|
|
383
384
|
* @return SetKmsKeyResponse
|
|
384
385
|
* @throws OciError when an error occurs
|
|
385
|
-
* @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.29.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
|
|
386
387
|
*/
|
|
387
388
|
setKmsKey(setKmsKeyRequest: requests.SetKmsKeyRequest): Promise<responses.SetKmsKeyResponse>;
|
|
388
389
|
/**
|
|
@@ -393,7 +394,7 @@ export declare class AnalyticsClient {
|
|
|
393
394
|
* @param StartAnalyticsInstanceRequest
|
|
394
395
|
* @return StartAnalyticsInstanceResponse
|
|
395
396
|
* @throws OciError when an error occurs
|
|
396
|
-
* @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.29.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
|
|
397
398
|
*/
|
|
398
399
|
startAnalyticsInstance(startAnalyticsInstanceRequest: requests.StartAnalyticsInstanceRequest): Promise<responses.StartAnalyticsInstanceResponse>;
|
|
399
400
|
/**
|
|
@@ -404,7 +405,7 @@ export declare class AnalyticsClient {
|
|
|
404
405
|
* @param StopAnalyticsInstanceRequest
|
|
405
406
|
* @return StopAnalyticsInstanceResponse
|
|
406
407
|
* @throws OciError when an error occurs
|
|
407
|
-
* @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.29.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
|
|
408
409
|
*/
|
|
409
410
|
stopAnalyticsInstance(stopAnalyticsInstanceRequest: requests.StopAnalyticsInstanceRequest): Promise<responses.StopAnalyticsInstanceResponse>;
|
|
410
411
|
/**
|
|
@@ -415,7 +416,7 @@ export declare class AnalyticsClient {
|
|
|
415
416
|
* @param UpdateAnalyticsInstanceRequest
|
|
416
417
|
* @return UpdateAnalyticsInstanceResponse
|
|
417
418
|
* @throws OciError when an error occurs
|
|
418
|
-
* @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.29.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
|
|
419
420
|
*/
|
|
420
421
|
updateAnalyticsInstance(updateAnalyticsInstanceRequest: requests.UpdateAnalyticsInstanceRequest): Promise<responses.UpdateAnalyticsInstanceResponse>;
|
|
421
422
|
/**
|
|
@@ -425,7 +426,7 @@ export declare class AnalyticsClient {
|
|
|
425
426
|
* @param UpdatePrivateAccessChannelRequest
|
|
426
427
|
* @return UpdatePrivateAccessChannelResponse
|
|
427
428
|
* @throws OciError when an error occurs
|
|
428
|
-
* @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.29.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
|
|
429
430
|
*/
|
|
430
431
|
updatePrivateAccessChannel(updatePrivateAccessChannelRequest: requests.UpdatePrivateAccessChannelRequest): Promise<responses.UpdatePrivateAccessChannelResponse>;
|
|
431
432
|
/**
|
|
@@ -435,7 +436,7 @@ export declare class AnalyticsClient {
|
|
|
435
436
|
* @param UpdateVanityUrlRequest
|
|
436
437
|
* @return UpdateVanityUrlResponse
|
|
437
438
|
* @throws OciError when an error occurs
|
|
438
|
-
* @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.29.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
|
|
439
440
|
*/
|
|
440
441
|
updateVanityUrl(updateVanityUrlRequest: requests.UpdateVanityUrlRequest): Promise<responses.UpdateVanityUrlResponse>;
|
|
441
442
|
}
|