oci-analytics 2.30.0 → 2.31.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 +23 -23
- package/lib/client.js +23 -23
- 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
|
@@ -79,7 +79,7 @@ export declare class AnalyticsClient {
|
|
|
79
79
|
* @param ChangeAnalyticsInstanceCompartmentRequest
|
|
80
80
|
* @return ChangeAnalyticsInstanceCompartmentResponse
|
|
81
81
|
* @throws OciError when an error occurs
|
|
82
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
82
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
|
|
83
83
|
*/
|
|
84
84
|
changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest: requests.ChangeAnalyticsInstanceCompartmentRequest): Promise<responses.ChangeAnalyticsInstanceCompartmentResponse>;
|
|
85
85
|
/**
|
|
@@ -90,7 +90,7 @@ export declare class AnalyticsClient {
|
|
|
90
90
|
* @param ChangeAnalyticsInstanceNetworkEndpointRequest
|
|
91
91
|
* @return ChangeAnalyticsInstanceNetworkEndpointResponse
|
|
92
92
|
* @throws OciError when an error occurs
|
|
93
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
93
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
|
|
94
94
|
*/
|
|
95
95
|
changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest: requests.ChangeAnalyticsInstanceNetworkEndpointRequest): Promise<responses.ChangeAnalyticsInstanceNetworkEndpointResponse>;
|
|
96
96
|
/**
|
|
@@ -101,7 +101,7 @@ export declare class AnalyticsClient {
|
|
|
101
101
|
* @param CreateAnalyticsInstanceRequest
|
|
102
102
|
* @return CreateAnalyticsInstanceResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
|
|
105
105
|
*/
|
|
106
106
|
createAnalyticsInstance(createAnalyticsInstanceRequest: requests.CreateAnalyticsInstanceRequest): Promise<responses.CreateAnalyticsInstanceResponse>;
|
|
107
107
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class AnalyticsClient {
|
|
|
112
112
|
* @param CreatePrivateAccessChannelRequest
|
|
113
113
|
* @return CreatePrivateAccessChannelResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
|
|
116
116
|
*/
|
|
117
117
|
createPrivateAccessChannel(createPrivateAccessChannelRequest: requests.CreatePrivateAccessChannelRequest): Promise<responses.CreatePrivateAccessChannelResponse>;
|
|
118
118
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class AnalyticsClient {
|
|
|
123
123
|
* @param CreateVanityUrlRequest
|
|
124
124
|
* @return CreateVanityUrlResponse
|
|
125
125
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
|
|
127
127
|
*/
|
|
128
128
|
createVanityUrl(createVanityUrlRequest: requests.CreateVanityUrlRequest): Promise<responses.CreateVanityUrlResponse>;
|
|
129
129
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class AnalyticsClient {
|
|
|
134
134
|
* @param DeleteAnalyticsInstanceRequest
|
|
135
135
|
* @return DeleteAnalyticsInstanceResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
|
|
138
138
|
*/
|
|
139
139
|
deleteAnalyticsInstance(deleteAnalyticsInstanceRequest: requests.DeleteAnalyticsInstanceRequest): Promise<responses.DeleteAnalyticsInstanceResponse>;
|
|
140
140
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class AnalyticsClient {
|
|
|
144
144
|
* @param DeletePrivateAccessChannelRequest
|
|
145
145
|
* @return DeletePrivateAccessChannelResponse
|
|
146
146
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
|
|
148
148
|
*/
|
|
149
149
|
deletePrivateAccessChannel(deletePrivateAccessChannelRequest: requests.DeletePrivateAccessChannelRequest): Promise<responses.DeletePrivateAccessChannelResponse>;
|
|
150
150
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class AnalyticsClient {
|
|
|
154
154
|
* @param DeleteVanityUrlRequest
|
|
155
155
|
* @return DeleteVanityUrlResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
|
|
158
158
|
*/
|
|
159
159
|
deleteVanityUrl(deleteVanityUrlRequest: requests.DeleteVanityUrlRequest): Promise<responses.DeleteVanityUrlResponse>;
|
|
160
160
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class AnalyticsClient {
|
|
|
164
164
|
* @param DeleteWorkRequestRequest
|
|
165
165
|
* @return DeleteWorkRequestResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
168
168
|
*/
|
|
169
169
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
170
170
|
/**
|
|
@@ -174,7 +174,7 @@ export declare class AnalyticsClient {
|
|
|
174
174
|
* @param GetAnalyticsInstanceRequest
|
|
175
175
|
* @return GetAnalyticsInstanceResponse
|
|
176
176
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
|
|
178
178
|
*/
|
|
179
179
|
getAnalyticsInstance(getAnalyticsInstanceRequest: requests.GetAnalyticsInstanceRequest): Promise<responses.GetAnalyticsInstanceResponse>;
|
|
180
180
|
/**
|
|
@@ -184,7 +184,7 @@ export declare class AnalyticsClient {
|
|
|
184
184
|
* @param GetPrivateAccessChannelRequest
|
|
185
185
|
* @return GetPrivateAccessChannelResponse
|
|
186
186
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
|
|
188
188
|
*/
|
|
189
189
|
getPrivateAccessChannel(getPrivateAccessChannelRequest: requests.GetPrivateAccessChannelRequest): Promise<responses.GetPrivateAccessChannelResponse>;
|
|
190
190
|
/**
|
|
@@ -194,7 +194,7 @@ export declare class AnalyticsClient {
|
|
|
194
194
|
* @param GetWorkRequestRequest
|
|
195
195
|
* @return GetWorkRequestResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
198
198
|
*/
|
|
199
199
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
200
200
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class AnalyticsClient {
|
|
|
204
204
|
* @param ListAnalyticsInstancesRequest
|
|
205
205
|
* @return ListAnalyticsInstancesResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
|
|
208
208
|
*/
|
|
209
209
|
listAnalyticsInstances(listAnalyticsInstancesRequest: requests.ListAnalyticsInstancesRequest): Promise<responses.ListAnalyticsInstancesResponse>;
|
|
210
210
|
/**
|
|
@@ -246,7 +246,7 @@ export declare class AnalyticsClient {
|
|
|
246
246
|
* @param ListWorkRequestErrorsRequest
|
|
247
247
|
* @return ListWorkRequestErrorsResponse
|
|
248
248
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
250
250
|
*/
|
|
251
251
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
252
252
|
/**
|
|
@@ -288,7 +288,7 @@ export declare class AnalyticsClient {
|
|
|
288
288
|
* @param ListWorkRequestLogsRequest
|
|
289
289
|
* @return ListWorkRequestLogsResponse
|
|
290
290
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
292
292
|
*/
|
|
293
293
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
294
294
|
/**
|
|
@@ -330,7 +330,7 @@ export declare class AnalyticsClient {
|
|
|
330
330
|
* @param ListWorkRequestsRequest
|
|
331
331
|
* @return ListWorkRequestsResponse
|
|
332
332
|
* @throws OciError when an error occurs
|
|
333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
334
334
|
*/
|
|
335
335
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
336
336
|
/**
|
|
@@ -373,7 +373,7 @@ export declare class AnalyticsClient {
|
|
|
373
373
|
* @param ScaleAnalyticsInstanceRequest
|
|
374
374
|
* @return ScaleAnalyticsInstanceResponse
|
|
375
375
|
* @throws OciError when an error occurs
|
|
376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
|
|
377
377
|
*/
|
|
378
378
|
scaleAnalyticsInstance(scaleAnalyticsInstanceRequest: requests.ScaleAnalyticsInstanceRequest): Promise<responses.ScaleAnalyticsInstanceResponse>;
|
|
379
379
|
/**
|
|
@@ -383,7 +383,7 @@ export declare class AnalyticsClient {
|
|
|
383
383
|
* @param SetKmsKeyRequest
|
|
384
384
|
* @return SetKmsKeyResponse
|
|
385
385
|
* @throws OciError when an error occurs
|
|
386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
386
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
|
|
387
387
|
*/
|
|
388
388
|
setKmsKey(setKmsKeyRequest: requests.SetKmsKeyRequest): Promise<responses.SetKmsKeyResponse>;
|
|
389
389
|
/**
|
|
@@ -394,7 +394,7 @@ export declare class AnalyticsClient {
|
|
|
394
394
|
* @param StartAnalyticsInstanceRequest
|
|
395
395
|
* @return StartAnalyticsInstanceResponse
|
|
396
396
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
|
|
398
398
|
*/
|
|
399
399
|
startAnalyticsInstance(startAnalyticsInstanceRequest: requests.StartAnalyticsInstanceRequest): Promise<responses.StartAnalyticsInstanceResponse>;
|
|
400
400
|
/**
|
|
@@ -405,7 +405,7 @@ export declare class AnalyticsClient {
|
|
|
405
405
|
* @param StopAnalyticsInstanceRequest
|
|
406
406
|
* @return StopAnalyticsInstanceResponse
|
|
407
407
|
* @throws OciError when an error occurs
|
|
408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
|
|
409
409
|
*/
|
|
410
410
|
stopAnalyticsInstance(stopAnalyticsInstanceRequest: requests.StopAnalyticsInstanceRequest): Promise<responses.StopAnalyticsInstanceResponse>;
|
|
411
411
|
/**
|
|
@@ -416,7 +416,7 @@ export declare class AnalyticsClient {
|
|
|
416
416
|
* @param UpdateAnalyticsInstanceRequest
|
|
417
417
|
* @return UpdateAnalyticsInstanceResponse
|
|
418
418
|
* @throws OciError when an error occurs
|
|
419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
|
|
420
420
|
*/
|
|
421
421
|
updateAnalyticsInstance(updateAnalyticsInstanceRequest: requests.UpdateAnalyticsInstanceRequest): Promise<responses.UpdateAnalyticsInstanceResponse>;
|
|
422
422
|
/**
|
|
@@ -426,7 +426,7 @@ export declare class AnalyticsClient {
|
|
|
426
426
|
* @param UpdatePrivateAccessChannelRequest
|
|
427
427
|
* @return UpdatePrivateAccessChannelResponse
|
|
428
428
|
* @throws OciError when an error occurs
|
|
429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
|
|
430
430
|
*/
|
|
431
431
|
updatePrivateAccessChannel(updatePrivateAccessChannelRequest: requests.UpdatePrivateAccessChannelRequest): Promise<responses.UpdatePrivateAccessChannelResponse>;
|
|
432
432
|
/**
|
|
@@ -436,7 +436,7 @@ export declare class AnalyticsClient {
|
|
|
436
436
|
* @param UpdateVanityUrlRequest
|
|
437
437
|
* @return UpdateVanityUrlResponse
|
|
438
438
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
|
|
440
440
|
*/
|
|
441
441
|
updateVanityUrl(updateVanityUrlRequest: requests.UpdateVanityUrlRequest): Promise<responses.UpdateVanityUrlResponse>;
|
|
442
442
|
}
|
package/lib/client.js
CHANGED
|
@@ -160,7 +160,7 @@ class AnalyticsClient {
|
|
|
160
160
|
* @param ChangeAnalyticsInstanceCompartmentRequest
|
|
161
161
|
* @return ChangeAnalyticsInstanceCompartmentResponse
|
|
162
162
|
* @throws OciError when an error occurs
|
|
163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
|
|
164
164
|
*/
|
|
165
165
|
changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest) {
|
|
166
166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -224,7 +224,7 @@ class AnalyticsClient {
|
|
|
224
224
|
* @param ChangeAnalyticsInstanceNetworkEndpointRequest
|
|
225
225
|
* @return ChangeAnalyticsInstanceNetworkEndpointResponse
|
|
226
226
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
|
|
228
228
|
*/
|
|
229
229
|
changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest) {
|
|
230
230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -288,7 +288,7 @@ class AnalyticsClient {
|
|
|
288
288
|
* @param CreateAnalyticsInstanceRequest
|
|
289
289
|
* @return CreateAnalyticsInstanceResponse
|
|
290
290
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
|
|
292
292
|
*/
|
|
293
293
|
createAnalyticsInstance(createAnalyticsInstanceRequest) {
|
|
294
294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -363,7 +363,7 @@ class AnalyticsClient {
|
|
|
363
363
|
* @param CreatePrivateAccessChannelRequest
|
|
364
364
|
* @return CreatePrivateAccessChannelResponse
|
|
365
365
|
* @throws OciError when an error occurs
|
|
366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
|
|
367
367
|
*/
|
|
368
368
|
createPrivateAccessChannel(createPrivateAccessChannelRequest) {
|
|
369
369
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -426,7 +426,7 @@ class AnalyticsClient {
|
|
|
426
426
|
* @param CreateVanityUrlRequest
|
|
427
427
|
* @return CreateVanityUrlResponse
|
|
428
428
|
* @throws OciError when an error occurs
|
|
429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
|
|
430
430
|
*/
|
|
431
431
|
createVanityUrl(createVanityUrlRequest) {
|
|
432
432
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -489,7 +489,7 @@ class AnalyticsClient {
|
|
|
489
489
|
* @param DeleteAnalyticsInstanceRequest
|
|
490
490
|
* @return DeleteAnalyticsInstanceResponse
|
|
491
491
|
* @throws OciError when an error occurs
|
|
492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
|
|
493
493
|
*/
|
|
494
494
|
deleteAnalyticsInstance(deleteAnalyticsInstanceRequest) {
|
|
495
495
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -551,7 +551,7 @@ class AnalyticsClient {
|
|
|
551
551
|
* @param DeletePrivateAccessChannelRequest
|
|
552
552
|
* @return DeletePrivateAccessChannelResponse
|
|
553
553
|
* @throws OciError when an error occurs
|
|
554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
|
|
555
555
|
*/
|
|
556
556
|
deletePrivateAccessChannel(deletePrivateAccessChannelRequest) {
|
|
557
557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -614,7 +614,7 @@ class AnalyticsClient {
|
|
|
614
614
|
* @param DeleteVanityUrlRequest
|
|
615
615
|
* @return DeleteVanityUrlResponse
|
|
616
616
|
* @throws OciError when an error occurs
|
|
617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
|
|
618
618
|
*/
|
|
619
619
|
deleteVanityUrl(deleteVanityUrlRequest) {
|
|
620
620
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -677,7 +677,7 @@ class AnalyticsClient {
|
|
|
677
677
|
* @param DeleteWorkRequestRequest
|
|
678
678
|
* @return DeleteWorkRequestResponse
|
|
679
679
|
* @throws OciError when an error occurs
|
|
680
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
680
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
681
681
|
*/
|
|
682
682
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
683
683
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -733,7 +733,7 @@ class AnalyticsClient {
|
|
|
733
733
|
* @param GetAnalyticsInstanceRequest
|
|
734
734
|
* @return GetAnalyticsInstanceResponse
|
|
735
735
|
* @throws OciError when an error occurs
|
|
736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
|
|
737
737
|
*/
|
|
738
738
|
getAnalyticsInstance(getAnalyticsInstanceRequest) {
|
|
739
739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -797,7 +797,7 @@ class AnalyticsClient {
|
|
|
797
797
|
* @param GetPrivateAccessChannelRequest
|
|
798
798
|
* @return GetPrivateAccessChannelResponse
|
|
799
799
|
* @throws OciError when an error occurs
|
|
800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
800
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
|
|
801
801
|
*/
|
|
802
802
|
getPrivateAccessChannel(getPrivateAccessChannelRequest) {
|
|
803
803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -862,7 +862,7 @@ class AnalyticsClient {
|
|
|
862
862
|
* @param GetWorkRequestRequest
|
|
863
863
|
* @return GetWorkRequestResponse
|
|
864
864
|
* @throws OciError when an error occurs
|
|
865
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
865
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
866
866
|
*/
|
|
867
867
|
getWorkRequest(getWorkRequestRequest) {
|
|
868
868
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -931,7 +931,7 @@ class AnalyticsClient {
|
|
|
931
931
|
* @param ListAnalyticsInstancesRequest
|
|
932
932
|
* @return ListAnalyticsInstancesResponse
|
|
933
933
|
* @throws OciError when an error occurs
|
|
934
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
934
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
|
|
935
935
|
*/
|
|
936
936
|
listAnalyticsInstances(listAnalyticsInstancesRequest) {
|
|
937
937
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1043,7 +1043,7 @@ class AnalyticsClient {
|
|
|
1043
1043
|
* @param ListWorkRequestErrorsRequest
|
|
1044
1044
|
* @return ListWorkRequestErrorsResponse
|
|
1045
1045
|
* @throws OciError when an error occurs
|
|
1046
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1047
1047
|
*/
|
|
1048
1048
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1049
1049
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1150,7 +1150,7 @@ class AnalyticsClient {
|
|
|
1150
1150
|
* @param ListWorkRequestLogsRequest
|
|
1151
1151
|
* @return ListWorkRequestLogsResponse
|
|
1152
1152
|
* @throws OciError when an error occurs
|
|
1153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1154
1154
|
*/
|
|
1155
1155
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1156
1156
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1257,7 +1257,7 @@ class AnalyticsClient {
|
|
|
1257
1257
|
* @param ListWorkRequestsRequest
|
|
1258
1258
|
* @return ListWorkRequestsResponse
|
|
1259
1259
|
* @throws OciError when an error occurs
|
|
1260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1261
1261
|
*/
|
|
1262
1262
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1263
1263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1369,7 +1369,7 @@ class AnalyticsClient {
|
|
|
1369
1369
|
* @param ScaleAnalyticsInstanceRequest
|
|
1370
1370
|
* @return ScaleAnalyticsInstanceResponse
|
|
1371
1371
|
* @throws OciError when an error occurs
|
|
1372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
|
|
1373
1373
|
*/
|
|
1374
1374
|
scaleAnalyticsInstance(scaleAnalyticsInstanceRequest) {
|
|
1375
1375
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1432,7 +1432,7 @@ class AnalyticsClient {
|
|
|
1432
1432
|
* @param SetKmsKeyRequest
|
|
1433
1433
|
* @return SetKmsKeyResponse
|
|
1434
1434
|
* @throws OciError when an error occurs
|
|
1435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
|
|
1436
1436
|
*/
|
|
1437
1437
|
setKmsKey(setKmsKeyRequest) {
|
|
1438
1438
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1496,7 +1496,7 @@ class AnalyticsClient {
|
|
|
1496
1496
|
* @param StartAnalyticsInstanceRequest
|
|
1497
1497
|
* @return StartAnalyticsInstanceResponse
|
|
1498
1498
|
* @throws OciError when an error occurs
|
|
1499
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
|
|
1500
1500
|
*/
|
|
1501
1501
|
startAnalyticsInstance(startAnalyticsInstanceRequest) {
|
|
1502
1502
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1559,7 +1559,7 @@ class AnalyticsClient {
|
|
|
1559
1559
|
* @param StopAnalyticsInstanceRequest
|
|
1560
1560
|
* @return StopAnalyticsInstanceResponse
|
|
1561
1561
|
* @throws OciError when an error occurs
|
|
1562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
|
|
1563
1563
|
*/
|
|
1564
1564
|
stopAnalyticsInstance(stopAnalyticsInstanceRequest) {
|
|
1565
1565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1622,7 +1622,7 @@ class AnalyticsClient {
|
|
|
1622
1622
|
* @param UpdateAnalyticsInstanceRequest
|
|
1623
1623
|
* @return UpdateAnalyticsInstanceResponse
|
|
1624
1624
|
* @throws OciError when an error occurs
|
|
1625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
|
|
1626
1626
|
*/
|
|
1627
1627
|
updateAnalyticsInstance(updateAnalyticsInstanceRequest) {
|
|
1628
1628
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1688,7 +1688,7 @@ class AnalyticsClient {
|
|
|
1688
1688
|
* @param UpdatePrivateAccessChannelRequest
|
|
1689
1689
|
* @return UpdatePrivateAccessChannelResponse
|
|
1690
1690
|
* @throws OciError when an error occurs
|
|
1691
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
|
|
1692
1692
|
*/
|
|
1693
1693
|
updatePrivateAccessChannel(updatePrivateAccessChannelRequest) {
|
|
1694
1694
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1752,7 +1752,7 @@ class AnalyticsClient {
|
|
|
1752
1752
|
* @param UpdateVanityUrlRequest
|
|
1753
1753
|
* @return UpdateVanityUrlResponse
|
|
1754
1754
|
* @throws OciError when an error occurs
|
|
1755
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1755
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
|
|
1756
1756
|
*/
|
|
1757
1757
|
updateVanityUrl(updateVanityUrlRequest) {
|
|
1758
1758
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ScaleAnalyticsInstanceRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SetKmsKeyRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/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.
|
|
3
|
+
"version": "2.31.0",
|
|
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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.31.0",
|
|
19
|
+
"oci-workrequests": "2.31.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|