oci-usageapi 2.60.0 → 2.61.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 +19 -19
- package/lib/client.js +19 -19
- package/lib/request/create-custom-table-request.d.ts +1 -1
- package/lib/request/create-query-request.d.ts +1 -1
- package/lib/request/create-schedule-request.d.ts +1 -1
- package/lib/request/delete-custom-table-request.d.ts +1 -1
- package/lib/request/delete-query-request.d.ts +1 -1
- package/lib/request/delete-schedule-request.d.ts +1 -1
- package/lib/request/get-custom-table-request.d.ts +1 -1
- package/lib/request/get-query-request.d.ts +1 -1
- package/lib/request/get-schedule-request.d.ts +1 -1
- package/lib/request/get-scheduled-run-request.d.ts +1 -1
- package/lib/request/list-custom-tables-request.d.ts +1 -1
- package/lib/request/list-queries-request.d.ts +1 -1
- package/lib/request/list-scheduled-runs-request.d.ts +1 -1
- package/lib/request/list-schedules-request.d.ts +1 -1
- package/lib/request/request-summarized-configurations-request.d.ts +1 -1
- package/lib/request/request-summarized-usages-request.d.ts +1 -1
- package/lib/request/update-custom-table-request.d.ts +1 -1
- package/lib/request/update-query-request.d.ts +1 -1
- package/lib/request/update-schedule-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -86,7 +86,7 @@ export declare class UsageapiClient {
|
|
|
86
86
|
* @param CreateCustomTableRequest
|
|
87
87
|
* @return CreateCustomTableResponse
|
|
88
88
|
* @throws OciError when an error occurs
|
|
89
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
89
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
|
|
90
90
|
*/
|
|
91
91
|
createCustomTable(createCustomTableRequest: requests.CreateCustomTableRequest): Promise<responses.CreateCustomTableResponse>;
|
|
92
92
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class UsageapiClient {
|
|
|
96
96
|
* @param CreateQueryRequest
|
|
97
97
|
* @return CreateQueryResponse
|
|
98
98
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
|
|
100
100
|
*/
|
|
101
101
|
createQuery(createQueryRequest: requests.CreateQueryRequest): Promise<responses.CreateQueryResponse>;
|
|
102
102
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class UsageapiClient {
|
|
|
106
106
|
* @param CreateScheduleRequest
|
|
107
107
|
* @return CreateScheduleResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
110
110
|
*/
|
|
111
111
|
createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
|
|
112
112
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class UsageapiClient {
|
|
|
116
116
|
* @param DeleteCustomTableRequest
|
|
117
117
|
* @return DeleteCustomTableResponse
|
|
118
118
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
|
|
120
120
|
*/
|
|
121
121
|
deleteCustomTable(deleteCustomTableRequest: requests.DeleteCustomTableRequest): Promise<responses.DeleteCustomTableResponse>;
|
|
122
122
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class UsageapiClient {
|
|
|
126
126
|
* @param DeleteQueryRequest
|
|
127
127
|
* @return DeleteQueryResponse
|
|
128
128
|
* @throws OciError when an error occurs
|
|
129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
|
|
130
130
|
*/
|
|
131
131
|
deleteQuery(deleteQueryRequest: requests.DeleteQueryRequest): Promise<responses.DeleteQueryResponse>;
|
|
132
132
|
/**
|
|
@@ -136,7 +136,7 @@ export declare class UsageapiClient {
|
|
|
136
136
|
* @param DeleteScheduleRequest
|
|
137
137
|
* @return DeleteScheduleResponse
|
|
138
138
|
* @throws OciError when an error occurs
|
|
139
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
140
140
|
*/
|
|
141
141
|
deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
|
|
142
142
|
/**
|
|
@@ -146,7 +146,7 @@ export declare class UsageapiClient {
|
|
|
146
146
|
* @param GetCustomTableRequest
|
|
147
147
|
* @return GetCustomTableResponse
|
|
148
148
|
* @throws OciError when an error occurs
|
|
149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
|
|
150
150
|
*/
|
|
151
151
|
getCustomTable(getCustomTableRequest: requests.GetCustomTableRequest): Promise<responses.GetCustomTableResponse>;
|
|
152
152
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class UsageapiClient {
|
|
|
156
156
|
* @param GetQueryRequest
|
|
157
157
|
* @return GetQueryResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
|
|
160
160
|
*/
|
|
161
161
|
getQuery(getQueryRequest: requests.GetQueryRequest): Promise<responses.GetQueryResponse>;
|
|
162
162
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class UsageapiClient {
|
|
|
166
166
|
* @param GetScheduleRequest
|
|
167
167
|
* @return GetScheduleResponse
|
|
168
168
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
170
170
|
*/
|
|
171
171
|
getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
|
|
172
172
|
/**
|
|
@@ -176,7 +176,7 @@ export declare class UsageapiClient {
|
|
|
176
176
|
* @param GetScheduledRunRequest
|
|
177
177
|
* @return GetScheduledRunResponse
|
|
178
178
|
* @throws OciError when an error occurs
|
|
179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRun API.
|
|
180
180
|
*/
|
|
181
181
|
getScheduledRun(getScheduledRunRequest: requests.GetScheduledRunRequest): Promise<responses.GetScheduledRunResponse>;
|
|
182
182
|
/**
|
|
@@ -186,7 +186,7 @@ export declare class UsageapiClient {
|
|
|
186
186
|
* @param ListCustomTablesRequest
|
|
187
187
|
* @return ListCustomTablesResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
|
|
190
190
|
*/
|
|
191
191
|
listCustomTables(listCustomTablesRequest: requests.ListCustomTablesRequest): Promise<responses.ListCustomTablesResponse>;
|
|
192
192
|
/**
|
|
@@ -196,7 +196,7 @@ export declare class UsageapiClient {
|
|
|
196
196
|
* @param ListQueriesRequest
|
|
197
197
|
* @return ListQueriesResponse
|
|
198
198
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
|
|
200
200
|
*/
|
|
201
201
|
listQueries(listQueriesRequest: requests.ListQueriesRequest): Promise<responses.ListQueriesResponse>;
|
|
202
202
|
/**
|
|
@@ -206,7 +206,7 @@ export declare class UsageapiClient {
|
|
|
206
206
|
* @param ListScheduledRunsRequest
|
|
207
207
|
* @return ListScheduledRunsResponse
|
|
208
208
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRuns API.
|
|
210
210
|
*/
|
|
211
211
|
listScheduledRuns(listScheduledRunsRequest: requests.ListScheduledRunsRequest): Promise<responses.ListScheduledRunsResponse>;
|
|
212
212
|
/**
|
|
@@ -216,7 +216,7 @@ export declare class UsageapiClient {
|
|
|
216
216
|
* @param ListSchedulesRequest
|
|
217
217
|
* @return ListSchedulesResponse
|
|
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.
|
|
219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
220
220
|
*/
|
|
221
221
|
listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
|
|
222
222
|
/**
|
|
@@ -226,7 +226,7 @@ export declare class UsageapiClient {
|
|
|
226
226
|
* @param RequestSummarizedConfigurationsRequest
|
|
227
227
|
* @return RequestSummarizedConfigurationsResponse
|
|
228
228
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
|
|
230
230
|
*/
|
|
231
231
|
requestSummarizedConfigurations(requestSummarizedConfigurationsRequest: requests.RequestSummarizedConfigurationsRequest): Promise<responses.RequestSummarizedConfigurationsResponse>;
|
|
232
232
|
/**
|
|
@@ -236,7 +236,7 @@ export declare class UsageapiClient {
|
|
|
236
236
|
* @param RequestSummarizedUsagesRequest
|
|
237
237
|
* @return RequestSummarizedUsagesResponse
|
|
238
238
|
* @throws OciError when an error occurs
|
|
239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
|
|
240
240
|
*/
|
|
241
241
|
requestSummarizedUsages(requestSummarizedUsagesRequest: requests.RequestSummarizedUsagesRequest): Promise<responses.RequestSummarizedUsagesResponse>;
|
|
242
242
|
/**
|
|
@@ -246,7 +246,7 @@ export declare class UsageapiClient {
|
|
|
246
246
|
* @param UpdateCustomTableRequest
|
|
247
247
|
* @return UpdateCustomTableResponse
|
|
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.61.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
|
|
250
250
|
*/
|
|
251
251
|
updateCustomTable(updateCustomTableRequest: requests.UpdateCustomTableRequest): Promise<responses.UpdateCustomTableResponse>;
|
|
252
252
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class UsageapiClient {
|
|
|
256
256
|
* @param UpdateQueryRequest
|
|
257
257
|
* @return UpdateQueryResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
|
|
260
260
|
*/
|
|
261
261
|
updateQuery(updateQueryRequest: requests.UpdateQueryRequest): Promise<responses.UpdateQueryResponse>;
|
|
262
262
|
/**
|
|
@@ -266,7 +266,7 @@ export declare class UsageapiClient {
|
|
|
266
266
|
* @param UpdateScheduleRequest
|
|
267
267
|
* @return UpdateScheduleResponse
|
|
268
268
|
* @throws OciError when an error occurs
|
|
269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
270
270
|
*/
|
|
271
271
|
updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
|
|
272
272
|
}
|
package/lib/client.js
CHANGED
|
@@ -180,7 +180,7 @@ class UsageapiClient {
|
|
|
180
180
|
* @param CreateCustomTableRequest
|
|
181
181
|
* @return CreateCustomTableResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
|
|
184
184
|
*/
|
|
185
185
|
createCustomTable(createCustomTableRequest) {
|
|
186
186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -244,7 +244,7 @@ class UsageapiClient {
|
|
|
244
244
|
* @param CreateQueryRequest
|
|
245
245
|
* @return CreateQueryResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
|
|
248
248
|
*/
|
|
249
249
|
createQuery(createQueryRequest) {
|
|
250
250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -308,7 +308,7 @@ class UsageapiClient {
|
|
|
308
308
|
* @param CreateScheduleRequest
|
|
309
309
|
* @return CreateScheduleResponse
|
|
310
310
|
* @throws OciError when an error occurs
|
|
311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
312
312
|
*/
|
|
313
313
|
createSchedule(createScheduleRequest) {
|
|
314
314
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -372,7 +372,7 @@ class UsageapiClient {
|
|
|
372
372
|
* @param DeleteCustomTableRequest
|
|
373
373
|
* @return DeleteCustomTableResponse
|
|
374
374
|
* @throws OciError when an error occurs
|
|
375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
|
|
376
376
|
*/
|
|
377
377
|
deleteCustomTable(deleteCustomTableRequest) {
|
|
378
378
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -428,7 +428,7 @@ class UsageapiClient {
|
|
|
428
428
|
* @param DeleteQueryRequest
|
|
429
429
|
* @return DeleteQueryResponse
|
|
430
430
|
* @throws OciError when an error occurs
|
|
431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
|
|
432
432
|
*/
|
|
433
433
|
deleteQuery(deleteQueryRequest) {
|
|
434
434
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -484,7 +484,7 @@ class UsageapiClient {
|
|
|
484
484
|
* @param DeleteScheduleRequest
|
|
485
485
|
* @return DeleteScheduleResponse
|
|
486
486
|
* @throws OciError when an error occurs
|
|
487
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
488
488
|
*/
|
|
489
489
|
deleteSchedule(deleteScheduleRequest) {
|
|
490
490
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -540,7 +540,7 @@ class UsageapiClient {
|
|
|
540
540
|
* @param GetCustomTableRequest
|
|
541
541
|
* @return GetCustomTableResponse
|
|
542
542
|
* @throws OciError when an error occurs
|
|
543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
|
|
544
544
|
*/
|
|
545
545
|
getCustomTable(getCustomTableRequest) {
|
|
546
546
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -604,7 +604,7 @@ class UsageapiClient {
|
|
|
604
604
|
* @param GetQueryRequest
|
|
605
605
|
* @return GetQueryResponse
|
|
606
606
|
* @throws OciError when an error occurs
|
|
607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
607
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
|
|
608
608
|
*/
|
|
609
609
|
getQuery(getQueryRequest) {
|
|
610
610
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -668,7 +668,7 @@ class UsageapiClient {
|
|
|
668
668
|
* @param GetScheduleRequest
|
|
669
669
|
* @return GetScheduleResponse
|
|
670
670
|
* @throws OciError when an error occurs
|
|
671
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
671
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
672
672
|
*/
|
|
673
673
|
getSchedule(getScheduleRequest) {
|
|
674
674
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -732,7 +732,7 @@ class UsageapiClient {
|
|
|
732
732
|
* @param GetScheduledRunRequest
|
|
733
733
|
* @return GetScheduledRunResponse
|
|
734
734
|
* @throws OciError when an error occurs
|
|
735
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
735
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRun API.
|
|
736
736
|
*/
|
|
737
737
|
getScheduledRun(getScheduledRunRequest) {
|
|
738
738
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -796,7 +796,7 @@ class UsageapiClient {
|
|
|
796
796
|
* @param ListCustomTablesRequest
|
|
797
797
|
* @return ListCustomTablesResponse
|
|
798
798
|
* @throws OciError when an error occurs
|
|
799
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
799
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
|
|
800
800
|
*/
|
|
801
801
|
listCustomTables(listCustomTablesRequest) {
|
|
802
802
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -865,7 +865,7 @@ class UsageapiClient {
|
|
|
865
865
|
* @param ListQueriesRequest
|
|
866
866
|
* @return ListQueriesResponse
|
|
867
867
|
* @throws OciError when an error occurs
|
|
868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
868
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
|
|
869
869
|
*/
|
|
870
870
|
listQueries(listQueriesRequest) {
|
|
871
871
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -933,7 +933,7 @@ class UsageapiClient {
|
|
|
933
933
|
* @param ListScheduledRunsRequest
|
|
934
934
|
* @return ListScheduledRunsResponse
|
|
935
935
|
* @throws OciError when an error occurs
|
|
936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRuns API.
|
|
937
937
|
*/
|
|
938
938
|
listScheduledRuns(listScheduledRunsRequest) {
|
|
939
939
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1001,7 +1001,7 @@ class UsageapiClient {
|
|
|
1001
1001
|
* @param ListSchedulesRequest
|
|
1002
1002
|
* @return ListSchedulesResponse
|
|
1003
1003
|
* @throws OciError when an error occurs
|
|
1004
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1004
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
1005
1005
|
*/
|
|
1006
1006
|
listSchedules(listSchedulesRequest) {
|
|
1007
1007
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1070,7 +1070,7 @@ class UsageapiClient {
|
|
|
1070
1070
|
* @param RequestSummarizedConfigurationsRequest
|
|
1071
1071
|
* @return RequestSummarizedConfigurationsResponse
|
|
1072
1072
|
* @throws OciError when an error occurs
|
|
1073
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1073
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
|
|
1074
1074
|
*/
|
|
1075
1075
|
requestSummarizedConfigurations(requestSummarizedConfigurationsRequest) {
|
|
1076
1076
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1129,7 +1129,7 @@ class UsageapiClient {
|
|
|
1129
1129
|
* @param RequestSummarizedUsagesRequest
|
|
1130
1130
|
* @return RequestSummarizedUsagesResponse
|
|
1131
1131
|
* @throws OciError when an error occurs
|
|
1132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
|
|
1133
1133
|
*/
|
|
1134
1134
|
requestSummarizedUsages(requestSummarizedUsagesRequest) {
|
|
1135
1135
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1195,7 +1195,7 @@ class UsageapiClient {
|
|
|
1195
1195
|
* @param UpdateCustomTableRequest
|
|
1196
1196
|
* @return UpdateCustomTableResponse
|
|
1197
1197
|
* @throws OciError when an error occurs
|
|
1198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
|
|
1199
1199
|
*/
|
|
1200
1200
|
updateCustomTable(updateCustomTableRequest) {
|
|
1201
1201
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1261,7 +1261,7 @@ class UsageapiClient {
|
|
|
1261
1261
|
* @param UpdateQueryRequest
|
|
1262
1262
|
* @return UpdateQueryResponse
|
|
1263
1263
|
* @throws OciError when an error occurs
|
|
1264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
|
|
1265
1265
|
*/
|
|
1266
1266
|
updateQuery(updateQueryRequest) {
|
|
1267
1267
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1327,7 +1327,7 @@ class UsageapiClient {
|
|
|
1327
1327
|
* @param UpdateScheduleRequest
|
|
1328
1328
|
* @return UpdateScheduleResponse
|
|
1329
1329
|
* @throws OciError when an error occurs
|
|
1330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.61.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
1331
1331
|
*/
|
|
1332
1332
|
updateSchedule(updateScheduleRequest) {
|
|
1333
1333
|
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.61.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTableRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateCustomTableRequest 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.61.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQueryRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateQueryRequest 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.61.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateScheduleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateScheduleRequest 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.61.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTableRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteCustomTableRequest 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.61.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQueryRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteQueryRequest 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.61.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteScheduleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteScheduleRequest 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.61.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTableRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetCustomTableRequest 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.61.0/usageapi/GetQuery.ts.html |here} to see how to use GetQueryRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetQueryRequest 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.61.0/usageapi/GetSchedule.ts.html |here} to see how to use GetScheduleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetScheduleRequest 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.61.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRunRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetScheduledRunRequest 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.61.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTablesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListCustomTablesRequest 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.61.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueriesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListQueriesRequest 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.61.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRunsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListScheduledRunsRequest 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.61.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedulesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSchedulesRequest 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.61.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurationsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface RequestSummarizedConfigurationsRequest 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.61.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsagesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RequestSummarizedUsagesRequest 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.61.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTableRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateCustomTableRequest 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.61.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQueryRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateQueryRequest 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.61.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateScheduleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateScheduleRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-usageapi",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.61.0",
|
|
4
4
|
"description": "OCI NodeJS client for Usage Api 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.61.0",
|
|
19
|
+
"oci-workrequests": "2.61.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|