oci-usageapi 2.70.4 → 2.72.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
|
@@ -87,7 +87,7 @@ export declare class UsageapiClient {
|
|
|
87
87
|
* @param CreateCustomTableRequest
|
|
88
88
|
* @return CreateCustomTableResponse
|
|
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.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
|
|
91
91
|
*/
|
|
92
92
|
createCustomTable(createCustomTableRequest: requests.CreateCustomTableRequest): Promise<responses.CreateCustomTableResponse>;
|
|
93
93
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class UsageapiClient {
|
|
|
97
97
|
* @param CreateQueryRequest
|
|
98
98
|
* @return CreateQueryResponse
|
|
99
99
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
|
|
101
101
|
*/
|
|
102
102
|
createQuery(createQueryRequest: requests.CreateQueryRequest): Promise<responses.CreateQueryResponse>;
|
|
103
103
|
/**
|
|
@@ -107,7 +107,7 @@ export declare class UsageapiClient {
|
|
|
107
107
|
* @param CreateScheduleRequest
|
|
108
108
|
* @return CreateScheduleResponse
|
|
109
109
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
111
111
|
*/
|
|
112
112
|
createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
|
|
113
113
|
/**
|
|
@@ -117,7 +117,7 @@ export declare class UsageapiClient {
|
|
|
117
117
|
* @param DeleteCustomTableRequest
|
|
118
118
|
* @return DeleteCustomTableResponse
|
|
119
119
|
* @throws OciError when an error occurs
|
|
120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
|
|
121
121
|
*/
|
|
122
122
|
deleteCustomTable(deleteCustomTableRequest: requests.DeleteCustomTableRequest): Promise<responses.DeleteCustomTableResponse>;
|
|
123
123
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class UsageapiClient {
|
|
|
127
127
|
* @param DeleteQueryRequest
|
|
128
128
|
* @return DeleteQueryResponse
|
|
129
129
|
* @throws OciError when an error occurs
|
|
130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
|
|
131
131
|
*/
|
|
132
132
|
deleteQuery(deleteQueryRequest: requests.DeleteQueryRequest): Promise<responses.DeleteQueryResponse>;
|
|
133
133
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class UsageapiClient {
|
|
|
137
137
|
* @param DeleteScheduleRequest
|
|
138
138
|
* @return DeleteScheduleResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
141
141
|
*/
|
|
142
142
|
deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
|
|
143
143
|
/**
|
|
@@ -147,7 +147,7 @@ export declare class UsageapiClient {
|
|
|
147
147
|
* @param GetCustomTableRequest
|
|
148
148
|
* @return GetCustomTableResponse
|
|
149
149
|
* @throws OciError when an error occurs
|
|
150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
|
|
151
151
|
*/
|
|
152
152
|
getCustomTable(getCustomTableRequest: requests.GetCustomTableRequest): Promise<responses.GetCustomTableResponse>;
|
|
153
153
|
/**
|
|
@@ -157,7 +157,7 @@ export declare class UsageapiClient {
|
|
|
157
157
|
* @param GetQueryRequest
|
|
158
158
|
* @return GetQueryResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
|
|
161
161
|
*/
|
|
162
162
|
getQuery(getQueryRequest: requests.GetQueryRequest): Promise<responses.GetQueryResponse>;
|
|
163
163
|
/**
|
|
@@ -167,7 +167,7 @@ export declare class UsageapiClient {
|
|
|
167
167
|
* @param GetScheduleRequest
|
|
168
168
|
* @return GetScheduleResponse
|
|
169
169
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
171
171
|
*/
|
|
172
172
|
getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
|
|
173
173
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class UsageapiClient {
|
|
|
177
177
|
* @param GetScheduledRunRequest
|
|
178
178
|
* @return GetScheduledRunResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRun API.
|
|
181
181
|
*/
|
|
182
182
|
getScheduledRun(getScheduledRunRequest: requests.GetScheduledRunRequest): Promise<responses.GetScheduledRunResponse>;
|
|
183
183
|
/**
|
|
@@ -187,7 +187,7 @@ export declare class UsageapiClient {
|
|
|
187
187
|
* @param ListCustomTablesRequest
|
|
188
188
|
* @return ListCustomTablesResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
|
|
191
191
|
*/
|
|
192
192
|
listCustomTables(listCustomTablesRequest: requests.ListCustomTablesRequest): Promise<responses.ListCustomTablesResponse>;
|
|
193
193
|
/**
|
|
@@ -197,7 +197,7 @@ export declare class UsageapiClient {
|
|
|
197
197
|
* @param ListQueriesRequest
|
|
198
198
|
* @return ListQueriesResponse
|
|
199
199
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
|
|
201
201
|
*/
|
|
202
202
|
listQueries(listQueriesRequest: requests.ListQueriesRequest): Promise<responses.ListQueriesResponse>;
|
|
203
203
|
/**
|
|
@@ -207,7 +207,7 @@ export declare class UsageapiClient {
|
|
|
207
207
|
* @param ListScheduledRunsRequest
|
|
208
208
|
* @return ListScheduledRunsResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRuns API.
|
|
211
211
|
*/
|
|
212
212
|
listScheduledRuns(listScheduledRunsRequest: requests.ListScheduledRunsRequest): Promise<responses.ListScheduledRunsResponse>;
|
|
213
213
|
/**
|
|
@@ -217,7 +217,7 @@ export declare class UsageapiClient {
|
|
|
217
217
|
* @param ListSchedulesRequest
|
|
218
218
|
* @return ListSchedulesResponse
|
|
219
219
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
221
221
|
*/
|
|
222
222
|
listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
|
|
223
223
|
/**
|
|
@@ -227,7 +227,7 @@ export declare class UsageapiClient {
|
|
|
227
227
|
* @param RequestSummarizedConfigurationsRequest
|
|
228
228
|
* @return RequestSummarizedConfigurationsResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
|
|
231
231
|
*/
|
|
232
232
|
requestSummarizedConfigurations(requestSummarizedConfigurationsRequest: requests.RequestSummarizedConfigurationsRequest): Promise<responses.RequestSummarizedConfigurationsResponse>;
|
|
233
233
|
/**
|
|
@@ -237,7 +237,7 @@ export declare class UsageapiClient {
|
|
|
237
237
|
* @param RequestSummarizedUsagesRequest
|
|
238
238
|
* @return RequestSummarizedUsagesResponse
|
|
239
239
|
* @throws OciError when an error occurs
|
|
240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
|
|
241
241
|
*/
|
|
242
242
|
requestSummarizedUsages(requestSummarizedUsagesRequest: requests.RequestSummarizedUsagesRequest): Promise<responses.RequestSummarizedUsagesResponse>;
|
|
243
243
|
/**
|
|
@@ -247,7 +247,7 @@ export declare class UsageapiClient {
|
|
|
247
247
|
* @param UpdateCustomTableRequest
|
|
248
248
|
* @return UpdateCustomTableResponse
|
|
249
249
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
|
|
251
251
|
*/
|
|
252
252
|
updateCustomTable(updateCustomTableRequest: requests.UpdateCustomTableRequest): Promise<responses.UpdateCustomTableResponse>;
|
|
253
253
|
/**
|
|
@@ -257,7 +257,7 @@ export declare class UsageapiClient {
|
|
|
257
257
|
* @param UpdateQueryRequest
|
|
258
258
|
* @return UpdateQueryResponse
|
|
259
259
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
|
|
261
261
|
*/
|
|
262
262
|
updateQuery(updateQueryRequest: requests.UpdateQueryRequest): Promise<responses.UpdateQueryResponse>;
|
|
263
263
|
/**
|
|
@@ -267,7 +267,7 @@ export declare class UsageapiClient {
|
|
|
267
267
|
* @param UpdateScheduleRequest
|
|
268
268
|
* @return UpdateScheduleResponse
|
|
269
269
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
271
271
|
*/
|
|
272
272
|
updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
|
|
273
273
|
}
|
package/lib/client.js
CHANGED
|
@@ -184,7 +184,7 @@ class UsageapiClient {
|
|
|
184
184
|
* @param CreateCustomTableRequest
|
|
185
185
|
* @return CreateCustomTableResponse
|
|
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.72.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
|
|
188
188
|
*/
|
|
189
189
|
createCustomTable(createCustomTableRequest) {
|
|
190
190
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -248,7 +248,7 @@ class UsageapiClient {
|
|
|
248
248
|
* @param CreateQueryRequest
|
|
249
249
|
* @return CreateQueryResponse
|
|
250
250
|
* @throws OciError when an error occurs
|
|
251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
|
|
252
252
|
*/
|
|
253
253
|
createQuery(createQueryRequest) {
|
|
254
254
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -312,7 +312,7 @@ class UsageapiClient {
|
|
|
312
312
|
* @param CreateScheduleRequest
|
|
313
313
|
* @return CreateScheduleResponse
|
|
314
314
|
* @throws OciError when an error occurs
|
|
315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
316
316
|
*/
|
|
317
317
|
createSchedule(createScheduleRequest) {
|
|
318
318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -376,7 +376,7 @@ class UsageapiClient {
|
|
|
376
376
|
* @param DeleteCustomTableRequest
|
|
377
377
|
* @return DeleteCustomTableResponse
|
|
378
378
|
* @throws OciError when an error occurs
|
|
379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
|
|
380
380
|
*/
|
|
381
381
|
deleteCustomTable(deleteCustomTableRequest) {
|
|
382
382
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -432,7 +432,7 @@ class UsageapiClient {
|
|
|
432
432
|
* @param DeleteQueryRequest
|
|
433
433
|
* @return DeleteQueryResponse
|
|
434
434
|
* @throws OciError when an error occurs
|
|
435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
|
|
436
436
|
*/
|
|
437
437
|
deleteQuery(deleteQueryRequest) {
|
|
438
438
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -488,7 +488,7 @@ class UsageapiClient {
|
|
|
488
488
|
* @param DeleteScheduleRequest
|
|
489
489
|
* @return DeleteScheduleResponse
|
|
490
490
|
* @throws OciError when an error occurs
|
|
491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
492
492
|
*/
|
|
493
493
|
deleteSchedule(deleteScheduleRequest) {
|
|
494
494
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -544,7 +544,7 @@ class UsageapiClient {
|
|
|
544
544
|
* @param GetCustomTableRequest
|
|
545
545
|
* @return GetCustomTableResponse
|
|
546
546
|
* @throws OciError when an error occurs
|
|
547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
|
|
548
548
|
*/
|
|
549
549
|
getCustomTable(getCustomTableRequest) {
|
|
550
550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -608,7 +608,7 @@ class UsageapiClient {
|
|
|
608
608
|
* @param GetQueryRequest
|
|
609
609
|
* @return GetQueryResponse
|
|
610
610
|
* @throws OciError when an error occurs
|
|
611
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
|
|
612
612
|
*/
|
|
613
613
|
getQuery(getQueryRequest) {
|
|
614
614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -672,7 +672,7 @@ class UsageapiClient {
|
|
|
672
672
|
* @param GetScheduleRequest
|
|
673
673
|
* @return GetScheduleResponse
|
|
674
674
|
* @throws OciError when an error occurs
|
|
675
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
675
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
676
676
|
*/
|
|
677
677
|
getSchedule(getScheduleRequest) {
|
|
678
678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -736,7 +736,7 @@ class UsageapiClient {
|
|
|
736
736
|
* @param GetScheduledRunRequest
|
|
737
737
|
* @return GetScheduledRunResponse
|
|
738
738
|
* @throws OciError when an error occurs
|
|
739
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
739
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRun API.
|
|
740
740
|
*/
|
|
741
741
|
getScheduledRun(getScheduledRunRequest) {
|
|
742
742
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -800,7 +800,7 @@ class UsageapiClient {
|
|
|
800
800
|
* @param ListCustomTablesRequest
|
|
801
801
|
* @return ListCustomTablesResponse
|
|
802
802
|
* @throws OciError when an error occurs
|
|
803
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
803
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
|
|
804
804
|
*/
|
|
805
805
|
listCustomTables(listCustomTablesRequest) {
|
|
806
806
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -869,7 +869,7 @@ class UsageapiClient {
|
|
|
869
869
|
* @param ListQueriesRequest
|
|
870
870
|
* @return ListQueriesResponse
|
|
871
871
|
* @throws OciError when an error occurs
|
|
872
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
872
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
|
|
873
873
|
*/
|
|
874
874
|
listQueries(listQueriesRequest) {
|
|
875
875
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -937,7 +937,7 @@ class UsageapiClient {
|
|
|
937
937
|
* @param ListScheduledRunsRequest
|
|
938
938
|
* @return ListScheduledRunsResponse
|
|
939
939
|
* @throws OciError when an error occurs
|
|
940
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRuns API.
|
|
941
941
|
*/
|
|
942
942
|
listScheduledRuns(listScheduledRunsRequest) {
|
|
943
943
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1005,7 +1005,7 @@ class UsageapiClient {
|
|
|
1005
1005
|
* @param ListSchedulesRequest
|
|
1006
1006
|
* @return ListSchedulesResponse
|
|
1007
1007
|
* @throws OciError when an error occurs
|
|
1008
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1008
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
1009
1009
|
*/
|
|
1010
1010
|
listSchedules(listSchedulesRequest) {
|
|
1011
1011
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1074,7 +1074,7 @@ class UsageapiClient {
|
|
|
1074
1074
|
* @param RequestSummarizedConfigurationsRequest
|
|
1075
1075
|
* @return RequestSummarizedConfigurationsResponse
|
|
1076
1076
|
* @throws OciError when an error occurs
|
|
1077
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1077
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
|
|
1078
1078
|
*/
|
|
1079
1079
|
requestSummarizedConfigurations(requestSummarizedConfigurationsRequest) {
|
|
1080
1080
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1133,7 +1133,7 @@ class UsageapiClient {
|
|
|
1133
1133
|
* @param RequestSummarizedUsagesRequest
|
|
1134
1134
|
* @return RequestSummarizedUsagesResponse
|
|
1135
1135
|
* @throws OciError when an error occurs
|
|
1136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
|
|
1137
1137
|
*/
|
|
1138
1138
|
requestSummarizedUsages(requestSummarizedUsagesRequest) {
|
|
1139
1139
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1199,7 +1199,7 @@ class UsageapiClient {
|
|
|
1199
1199
|
* @param UpdateCustomTableRequest
|
|
1200
1200
|
* @return UpdateCustomTableResponse
|
|
1201
1201
|
* @throws OciError when an error occurs
|
|
1202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
|
|
1203
1203
|
*/
|
|
1204
1204
|
updateCustomTable(updateCustomTableRequest) {
|
|
1205
1205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1265,7 +1265,7 @@ class UsageapiClient {
|
|
|
1265
1265
|
* @param UpdateQueryRequest
|
|
1266
1266
|
* @return UpdateQueryResponse
|
|
1267
1267
|
* @throws OciError when an error occurs
|
|
1268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
|
|
1269
1269
|
*/
|
|
1270
1270
|
updateQuery(updateQueryRequest) {
|
|
1271
1271
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1331,7 +1331,7 @@ class UsageapiClient {
|
|
|
1331
1331
|
* @param UpdateScheduleRequest
|
|
1332
1332
|
* @return UpdateScheduleResponse
|
|
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.
|
|
1334
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
1335
1335
|
*/
|
|
1336
1336
|
updateSchedule(updateScheduleRequest) {
|
|
1337
1337
|
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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.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.72.0",
|
|
19
|
+
"oci-workrequests": "2.72.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|