oci-analytics 2.11.0 → 2.11.1
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 +22 -22
- package/lib/client.js +22 -22
- 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/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
|
@@ -76,7 +76,7 @@ export declare class AnalyticsClient {
|
|
|
76
76
|
* @param ChangeAnalyticsInstanceCompartmentRequest
|
|
77
77
|
* @return ChangeAnalyticsInstanceCompartmentResponse
|
|
78
78
|
* @throws OciError when an error occurs
|
|
79
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
79
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
|
|
80
80
|
*/
|
|
81
81
|
changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest: requests.ChangeAnalyticsInstanceCompartmentRequest): Promise<responses.ChangeAnalyticsInstanceCompartmentResponse>;
|
|
82
82
|
/**
|
|
@@ -87,7 +87,7 @@ export declare class AnalyticsClient {
|
|
|
87
87
|
* @param ChangeAnalyticsInstanceNetworkEndpointRequest
|
|
88
88
|
* @return ChangeAnalyticsInstanceNetworkEndpointResponse
|
|
89
89
|
* @throws OciError when an error occurs
|
|
90
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
|
|
91
91
|
*/
|
|
92
92
|
changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest: requests.ChangeAnalyticsInstanceNetworkEndpointRequest): Promise<responses.ChangeAnalyticsInstanceNetworkEndpointResponse>;
|
|
93
93
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class AnalyticsClient {
|
|
|
98
98
|
* @param CreateAnalyticsInstanceRequest
|
|
99
99
|
* @return CreateAnalyticsInstanceResponse
|
|
100
100
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
|
|
102
102
|
*/
|
|
103
103
|
createAnalyticsInstance(createAnalyticsInstanceRequest: requests.CreateAnalyticsInstanceRequest): Promise<responses.CreateAnalyticsInstanceResponse>;
|
|
104
104
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class AnalyticsClient {
|
|
|
109
109
|
* @param CreatePrivateAccessChannelRequest
|
|
110
110
|
* @return CreatePrivateAccessChannelResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
|
|
113
113
|
*/
|
|
114
114
|
createPrivateAccessChannel(createPrivateAccessChannelRequest: requests.CreatePrivateAccessChannelRequest): Promise<responses.CreatePrivateAccessChannelResponse>;
|
|
115
115
|
/**
|
|
@@ -120,7 +120,7 @@ export declare class AnalyticsClient {
|
|
|
120
120
|
* @param CreateVanityUrlRequest
|
|
121
121
|
* @return CreateVanityUrlResponse
|
|
122
122
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
|
|
124
124
|
*/
|
|
125
125
|
createVanityUrl(createVanityUrlRequest: requests.CreateVanityUrlRequest): Promise<responses.CreateVanityUrlResponse>;
|
|
126
126
|
/**
|
|
@@ -131,7 +131,7 @@ export declare class AnalyticsClient {
|
|
|
131
131
|
* @param DeleteAnalyticsInstanceRequest
|
|
132
132
|
* @return DeleteAnalyticsInstanceResponse
|
|
133
133
|
* @throws OciError when an error occurs
|
|
134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
|
|
135
135
|
*/
|
|
136
136
|
deleteAnalyticsInstance(deleteAnalyticsInstanceRequest: requests.DeleteAnalyticsInstanceRequest): Promise<responses.DeleteAnalyticsInstanceResponse>;
|
|
137
137
|
/**
|
|
@@ -141,7 +141,7 @@ export declare class AnalyticsClient {
|
|
|
141
141
|
* @param DeletePrivateAccessChannelRequest
|
|
142
142
|
* @return DeletePrivateAccessChannelResponse
|
|
143
143
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
|
|
145
145
|
*/
|
|
146
146
|
deletePrivateAccessChannel(deletePrivateAccessChannelRequest: requests.DeletePrivateAccessChannelRequest): Promise<responses.DeletePrivateAccessChannelResponse>;
|
|
147
147
|
/**
|
|
@@ -151,7 +151,7 @@ export declare class AnalyticsClient {
|
|
|
151
151
|
* @param DeleteVanityUrlRequest
|
|
152
152
|
* @return DeleteVanityUrlResponse
|
|
153
153
|
* @throws OciError when an error occurs
|
|
154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
|
|
155
155
|
*/
|
|
156
156
|
deleteVanityUrl(deleteVanityUrlRequest: requests.DeleteVanityUrlRequest): Promise<responses.DeleteVanityUrlResponse>;
|
|
157
157
|
/**
|
|
@@ -161,7 +161,7 @@ export declare class AnalyticsClient {
|
|
|
161
161
|
* @param DeleteWorkRequestRequest
|
|
162
162
|
* @return DeleteWorkRequestResponse
|
|
163
163
|
* @throws OciError when an error occurs
|
|
164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
165
165
|
*/
|
|
166
166
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
167
167
|
/**
|
|
@@ -171,7 +171,7 @@ export declare class AnalyticsClient {
|
|
|
171
171
|
* @param GetAnalyticsInstanceRequest
|
|
172
172
|
* @return GetAnalyticsInstanceResponse
|
|
173
173
|
* @throws OciError when an error occurs
|
|
174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
|
|
175
175
|
*/
|
|
176
176
|
getAnalyticsInstance(getAnalyticsInstanceRequest: requests.GetAnalyticsInstanceRequest): Promise<responses.GetAnalyticsInstanceResponse>;
|
|
177
177
|
/**
|
|
@@ -181,7 +181,7 @@ export declare class AnalyticsClient {
|
|
|
181
181
|
* @param GetPrivateAccessChannelRequest
|
|
182
182
|
* @return GetPrivateAccessChannelResponse
|
|
183
183
|
* @throws OciError when an error occurs
|
|
184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
|
|
185
185
|
*/
|
|
186
186
|
getPrivateAccessChannel(getPrivateAccessChannelRequest: requests.GetPrivateAccessChannelRequest): Promise<responses.GetPrivateAccessChannelResponse>;
|
|
187
187
|
/**
|
|
@@ -191,7 +191,7 @@ export declare class AnalyticsClient {
|
|
|
191
191
|
* @param GetWorkRequestRequest
|
|
192
192
|
* @return GetWorkRequestResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
195
195
|
*/
|
|
196
196
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
197
197
|
/**
|
|
@@ -201,7 +201,7 @@ export declare class AnalyticsClient {
|
|
|
201
201
|
* @param ListAnalyticsInstancesRequest
|
|
202
202
|
* @return ListAnalyticsInstancesResponse
|
|
203
203
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
|
|
205
205
|
*/
|
|
206
206
|
listAnalyticsInstances(listAnalyticsInstancesRequest: requests.ListAnalyticsInstancesRequest): Promise<responses.ListAnalyticsInstancesResponse>;
|
|
207
207
|
/**
|
|
@@ -243,7 +243,7 @@ export declare class AnalyticsClient {
|
|
|
243
243
|
* @param ListWorkRequestErrorsRequest
|
|
244
244
|
* @return ListWorkRequestErrorsResponse
|
|
245
245
|
* @throws OciError when an error occurs
|
|
246
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
246
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
247
247
|
*/
|
|
248
248
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
249
249
|
/**
|
|
@@ -285,7 +285,7 @@ export declare class AnalyticsClient {
|
|
|
285
285
|
* @param ListWorkRequestLogsRequest
|
|
286
286
|
* @return ListWorkRequestLogsResponse
|
|
287
287
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
289
289
|
*/
|
|
290
290
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
291
291
|
/**
|
|
@@ -327,7 +327,7 @@ export declare class AnalyticsClient {
|
|
|
327
327
|
* @param ListWorkRequestsRequest
|
|
328
328
|
* @return ListWorkRequestsResponse
|
|
329
329
|
* @throws OciError when an error occurs
|
|
330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
331
331
|
*/
|
|
332
332
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
333
333
|
/**
|
|
@@ -370,7 +370,7 @@ export declare class AnalyticsClient {
|
|
|
370
370
|
* @param ScaleAnalyticsInstanceRequest
|
|
371
371
|
* @return ScaleAnalyticsInstanceResponse
|
|
372
372
|
* @throws OciError when an error occurs
|
|
373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
|
|
374
374
|
*/
|
|
375
375
|
scaleAnalyticsInstance(scaleAnalyticsInstanceRequest: requests.ScaleAnalyticsInstanceRequest): Promise<responses.ScaleAnalyticsInstanceResponse>;
|
|
376
376
|
/**
|
|
@@ -381,7 +381,7 @@ export declare class AnalyticsClient {
|
|
|
381
381
|
* @param StartAnalyticsInstanceRequest
|
|
382
382
|
* @return StartAnalyticsInstanceResponse
|
|
383
383
|
* @throws OciError when an error occurs
|
|
384
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
|
|
385
385
|
*/
|
|
386
386
|
startAnalyticsInstance(startAnalyticsInstanceRequest: requests.StartAnalyticsInstanceRequest): Promise<responses.StartAnalyticsInstanceResponse>;
|
|
387
387
|
/**
|
|
@@ -392,7 +392,7 @@ export declare class AnalyticsClient {
|
|
|
392
392
|
* @param StopAnalyticsInstanceRequest
|
|
393
393
|
* @return StopAnalyticsInstanceResponse
|
|
394
394
|
* @throws OciError when an error occurs
|
|
395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
|
|
396
396
|
*/
|
|
397
397
|
stopAnalyticsInstance(stopAnalyticsInstanceRequest: requests.StopAnalyticsInstanceRequest): Promise<responses.StopAnalyticsInstanceResponse>;
|
|
398
398
|
/**
|
|
@@ -403,7 +403,7 @@ export declare class AnalyticsClient {
|
|
|
403
403
|
* @param UpdateAnalyticsInstanceRequest
|
|
404
404
|
* @return UpdateAnalyticsInstanceResponse
|
|
405
405
|
* @throws OciError when an error occurs
|
|
406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
|
|
407
407
|
*/
|
|
408
408
|
updateAnalyticsInstance(updateAnalyticsInstanceRequest: requests.UpdateAnalyticsInstanceRequest): Promise<responses.UpdateAnalyticsInstanceResponse>;
|
|
409
409
|
/**
|
|
@@ -413,7 +413,7 @@ export declare class AnalyticsClient {
|
|
|
413
413
|
* @param UpdatePrivateAccessChannelRequest
|
|
414
414
|
* @return UpdatePrivateAccessChannelResponse
|
|
415
415
|
* @throws OciError when an error occurs
|
|
416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
416
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
|
|
417
417
|
*/
|
|
418
418
|
updatePrivateAccessChannel(updatePrivateAccessChannelRequest: requests.UpdatePrivateAccessChannelRequest): Promise<responses.UpdatePrivateAccessChannelResponse>;
|
|
419
419
|
/**
|
|
@@ -423,7 +423,7 @@ export declare class AnalyticsClient {
|
|
|
423
423
|
* @param UpdateVanityUrlRequest
|
|
424
424
|
* @return UpdateVanityUrlResponse
|
|
425
425
|
* @throws OciError when an error occurs
|
|
426
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
|
|
427
427
|
*/
|
|
428
428
|
updateVanityUrl(updateVanityUrlRequest: requests.UpdateVanityUrlRequest): Promise<responses.UpdateVanityUrlResponse>;
|
|
429
429
|
}
|
package/lib/client.js
CHANGED
|
@@ -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.11.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.
|
|
219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.
|
|
281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.
|
|
354
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.
|
|
415
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.
|
|
476
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.
|
|
536
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.
|
|
597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.
|
|
658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.
|
|
712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.
|
|
774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.
|
|
837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.
|
|
904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.
|
|
1014
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.
|
|
1119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.
|
|
1224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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.11.
|
|
1334
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/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* () {
|
|
@@ -1393,7 +1393,7 @@ class AnalyticsClient {
|
|
|
1393
1393
|
* @param StartAnalyticsInstanceRequest
|
|
1394
1394
|
* @return StartAnalyticsInstanceResponse
|
|
1395
1395
|
* @throws OciError when an error occurs
|
|
1396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
1396
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
|
|
1397
1397
|
*/
|
|
1398
1398
|
startAnalyticsInstance(startAnalyticsInstanceRequest) {
|
|
1399
1399
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1454,7 +1454,7 @@ class AnalyticsClient {
|
|
|
1454
1454
|
* @param StopAnalyticsInstanceRequest
|
|
1455
1455
|
* @return StopAnalyticsInstanceResponse
|
|
1456
1456
|
* @throws OciError when an error occurs
|
|
1457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
1457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
|
|
1458
1458
|
*/
|
|
1459
1459
|
stopAnalyticsInstance(stopAnalyticsInstanceRequest) {
|
|
1460
1460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1515,7 +1515,7 @@ class AnalyticsClient {
|
|
|
1515
1515
|
* @param UpdateAnalyticsInstanceRequest
|
|
1516
1516
|
* @return UpdateAnalyticsInstanceResponse
|
|
1517
1517
|
* @throws OciError when an error occurs
|
|
1518
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
1518
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
|
|
1519
1519
|
*/
|
|
1520
1520
|
updateAnalyticsInstance(updateAnalyticsInstanceRequest) {
|
|
1521
1521
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1579,7 +1579,7 @@ class AnalyticsClient {
|
|
|
1579
1579
|
* @param UpdatePrivateAccessChannelRequest
|
|
1580
1580
|
* @return UpdatePrivateAccessChannelResponse
|
|
1581
1581
|
* @throws OciError when an error occurs
|
|
1582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
1582
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
|
|
1583
1583
|
*/
|
|
1584
1584
|
updatePrivateAccessChannel(updatePrivateAccessChannelRequest) {
|
|
1585
1585
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1641,7 +1641,7 @@ class AnalyticsClient {
|
|
|
1641
1641
|
* @param UpdateVanityUrlRequest
|
|
1642
1642
|
* @return UpdateVanityUrlResponse
|
|
1643
1643
|
* @throws OciError when an error occurs
|
|
1644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
1644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
|
|
1645
1645
|
*/
|
|
1646
1646
|
updateVanityUrl(updateVanityUrlRequest) {
|
|
1647
1647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeAnalyticsInstanceCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeAnalyticsInstanceNetworkEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateAnalyticsInstanceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannelRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreatePrivateAccessChannelRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrlRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateVanityUrlRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteAnalyticsInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannelRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeletePrivateAccessChannelRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrlRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteVanityUrlRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAnalyticsInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannelRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPrivateAccessChannelRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstancesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAnalyticsInstancesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ScaleAnalyticsInstanceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface StartAnalyticsInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface StopAnalyticsInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAnalyticsInstanceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannelRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdatePrivateAccessChannelRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrlRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateVanityUrlRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-analytics",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.1",
|
|
4
4
|
"description": "OCI NodeJS client for Analytics Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.11.
|
|
19
|
-
"oci-workrequests": "2.11.
|
|
18
|
+
"oci-common": "2.11.1",
|
|
19
|
+
"oci-workrequests": "2.11.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|