oci-usageapi 2.26.0 → 2.27.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/model/date-range.js +2 -2
- package/lib/model/date-range.js.map +1 -1
- package/lib/model/result-location.js +2 -2
- package/lib/model/result-location.js.map +1 -1
- 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
|
@@ -75,7 +75,7 @@ export declare class UsageapiClient {
|
|
|
75
75
|
* @param CreateCustomTableRequest
|
|
76
76
|
* @return CreateCustomTableResponse
|
|
77
77
|
* @throws OciError when an error occurs
|
|
78
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
78
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
|
|
79
79
|
*/
|
|
80
80
|
createCustomTable(createCustomTableRequest: requests.CreateCustomTableRequest): Promise<responses.CreateCustomTableResponse>;
|
|
81
81
|
/**
|
|
@@ -85,7 +85,7 @@ export declare class UsageapiClient {
|
|
|
85
85
|
* @param CreateQueryRequest
|
|
86
86
|
* @return CreateQueryResponse
|
|
87
87
|
* @throws OciError when an error occurs
|
|
88
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
88
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
|
|
89
89
|
*/
|
|
90
90
|
createQuery(createQueryRequest: requests.CreateQueryRequest): Promise<responses.CreateQueryResponse>;
|
|
91
91
|
/**
|
|
@@ -95,7 +95,7 @@ export declare class UsageapiClient {
|
|
|
95
95
|
* @param CreateScheduleRequest
|
|
96
96
|
* @return CreateScheduleResponse
|
|
97
97
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
99
99
|
*/
|
|
100
100
|
createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
|
|
101
101
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class UsageapiClient {
|
|
|
105
105
|
* @param DeleteCustomTableRequest
|
|
106
106
|
* @return DeleteCustomTableResponse
|
|
107
107
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
|
|
109
109
|
*/
|
|
110
110
|
deleteCustomTable(deleteCustomTableRequest: requests.DeleteCustomTableRequest): Promise<responses.DeleteCustomTableResponse>;
|
|
111
111
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class UsageapiClient {
|
|
|
115
115
|
* @param DeleteQueryRequest
|
|
116
116
|
* @return DeleteQueryResponse
|
|
117
117
|
* @throws OciError when an error occurs
|
|
118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
|
|
119
119
|
*/
|
|
120
120
|
deleteQuery(deleteQueryRequest: requests.DeleteQueryRequest): Promise<responses.DeleteQueryResponse>;
|
|
121
121
|
/**
|
|
@@ -125,7 +125,7 @@ export declare class UsageapiClient {
|
|
|
125
125
|
* @param DeleteScheduleRequest
|
|
126
126
|
* @return DeleteScheduleResponse
|
|
127
127
|
* @throws OciError when an error occurs
|
|
128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
129
129
|
*/
|
|
130
130
|
deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
|
|
131
131
|
/**
|
|
@@ -135,7 +135,7 @@ export declare class UsageapiClient {
|
|
|
135
135
|
* @param GetCustomTableRequest
|
|
136
136
|
* @return GetCustomTableResponse
|
|
137
137
|
* @throws OciError when an error occurs
|
|
138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
|
|
139
139
|
*/
|
|
140
140
|
getCustomTable(getCustomTableRequest: requests.GetCustomTableRequest): Promise<responses.GetCustomTableResponse>;
|
|
141
141
|
/**
|
|
@@ -145,7 +145,7 @@ export declare class UsageapiClient {
|
|
|
145
145
|
* @param GetQueryRequest
|
|
146
146
|
* @return GetQueryResponse
|
|
147
147
|
* @throws OciError when an error occurs
|
|
148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
|
|
149
149
|
*/
|
|
150
150
|
getQuery(getQueryRequest: requests.GetQueryRequest): Promise<responses.GetQueryResponse>;
|
|
151
151
|
/**
|
|
@@ -155,7 +155,7 @@ export declare class UsageapiClient {
|
|
|
155
155
|
* @param GetScheduleRequest
|
|
156
156
|
* @return GetScheduleResponse
|
|
157
157
|
* @throws OciError when an error occurs
|
|
158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
159
159
|
*/
|
|
160
160
|
getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
|
|
161
161
|
/**
|
|
@@ -165,7 +165,7 @@ export declare class UsageapiClient {
|
|
|
165
165
|
* @param GetScheduledRunRequest
|
|
166
166
|
* @return GetScheduledRunResponse
|
|
167
167
|
* @throws OciError when an error occurs
|
|
168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRun API.
|
|
169
169
|
*/
|
|
170
170
|
getScheduledRun(getScheduledRunRequest: requests.GetScheduledRunRequest): Promise<responses.GetScheduledRunResponse>;
|
|
171
171
|
/**
|
|
@@ -175,7 +175,7 @@ export declare class UsageapiClient {
|
|
|
175
175
|
* @param ListCustomTablesRequest
|
|
176
176
|
* @return ListCustomTablesResponse
|
|
177
177
|
* @throws OciError when an error occurs
|
|
178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
|
|
179
179
|
*/
|
|
180
180
|
listCustomTables(listCustomTablesRequest: requests.ListCustomTablesRequest): Promise<responses.ListCustomTablesResponse>;
|
|
181
181
|
/**
|
|
@@ -185,7 +185,7 @@ export declare class UsageapiClient {
|
|
|
185
185
|
* @param ListQueriesRequest
|
|
186
186
|
* @return ListQueriesResponse
|
|
187
187
|
* @throws OciError when an error occurs
|
|
188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
|
|
189
189
|
*/
|
|
190
190
|
listQueries(listQueriesRequest: requests.ListQueriesRequest): Promise<responses.ListQueriesResponse>;
|
|
191
191
|
/**
|
|
@@ -195,7 +195,7 @@ export declare class UsageapiClient {
|
|
|
195
195
|
* @param ListScheduledRunsRequest
|
|
196
196
|
* @return ListScheduledRunsResponse
|
|
197
197
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRuns API.
|
|
199
199
|
*/
|
|
200
200
|
listScheduledRuns(listScheduledRunsRequest: requests.ListScheduledRunsRequest): Promise<responses.ListScheduledRunsResponse>;
|
|
201
201
|
/**
|
|
@@ -205,7 +205,7 @@ export declare class UsageapiClient {
|
|
|
205
205
|
* @param ListSchedulesRequest
|
|
206
206
|
* @return ListSchedulesResponse
|
|
207
207
|
* @throws OciError when an error occurs
|
|
208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
209
209
|
*/
|
|
210
210
|
listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
|
|
211
211
|
/**
|
|
@@ -215,7 +215,7 @@ export declare class UsageapiClient {
|
|
|
215
215
|
* @param RequestSummarizedConfigurationsRequest
|
|
216
216
|
* @return RequestSummarizedConfigurationsResponse
|
|
217
217
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
218
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
|
|
219
219
|
*/
|
|
220
220
|
requestSummarizedConfigurations(requestSummarizedConfigurationsRequest: requests.RequestSummarizedConfigurationsRequest): Promise<responses.RequestSummarizedConfigurationsResponse>;
|
|
221
221
|
/**
|
|
@@ -225,7 +225,7 @@ export declare class UsageapiClient {
|
|
|
225
225
|
* @param RequestSummarizedUsagesRequest
|
|
226
226
|
* @return RequestSummarizedUsagesResponse
|
|
227
227
|
* @throws OciError when an error occurs
|
|
228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
|
|
229
229
|
*/
|
|
230
230
|
requestSummarizedUsages(requestSummarizedUsagesRequest: requests.RequestSummarizedUsagesRequest): Promise<responses.RequestSummarizedUsagesResponse>;
|
|
231
231
|
/**
|
|
@@ -235,7 +235,7 @@ export declare class UsageapiClient {
|
|
|
235
235
|
* @param UpdateCustomTableRequest
|
|
236
236
|
* @return UpdateCustomTableResponse
|
|
237
237
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
|
|
239
239
|
*/
|
|
240
240
|
updateCustomTable(updateCustomTableRequest: requests.UpdateCustomTableRequest): Promise<responses.UpdateCustomTableResponse>;
|
|
241
241
|
/**
|
|
@@ -245,7 +245,7 @@ export declare class UsageapiClient {
|
|
|
245
245
|
* @param UpdateQueryRequest
|
|
246
246
|
* @return UpdateQueryResponse
|
|
247
247
|
* @throws OciError when an error occurs
|
|
248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
|
|
249
249
|
*/
|
|
250
250
|
updateQuery(updateQueryRequest: requests.UpdateQueryRequest): Promise<responses.UpdateQueryResponse>;
|
|
251
251
|
/**
|
|
@@ -255,7 +255,7 @@ export declare class UsageapiClient {
|
|
|
255
255
|
* @param UpdateScheduleRequest
|
|
256
256
|
* @return UpdateScheduleResponse
|
|
257
257
|
* @throws OciError when an error occurs
|
|
258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
259
259
|
*/
|
|
260
260
|
updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
|
|
261
261
|
}
|
package/lib/client.js
CHANGED
|
@@ -156,7 +156,7 @@ class UsageapiClient {
|
|
|
156
156
|
* @param CreateCustomTableRequest
|
|
157
157
|
* @return CreateCustomTableResponse
|
|
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.27.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
|
|
160
160
|
*/
|
|
161
161
|
createCustomTable(createCustomTableRequest) {
|
|
162
162
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -218,7 +218,7 @@ class UsageapiClient {
|
|
|
218
218
|
* @param CreateQueryRequest
|
|
219
219
|
* @return CreateQueryResponse
|
|
220
220
|
* @throws OciError when an error occurs
|
|
221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
|
|
222
222
|
*/
|
|
223
223
|
createQuery(createQueryRequest) {
|
|
224
224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -280,7 +280,7 @@ class UsageapiClient {
|
|
|
280
280
|
* @param CreateScheduleRequest
|
|
281
281
|
* @return CreateScheduleResponse
|
|
282
282
|
* @throws OciError when an error occurs
|
|
283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
284
284
|
*/
|
|
285
285
|
createSchedule(createScheduleRequest) {
|
|
286
286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -342,7 +342,7 @@ class UsageapiClient {
|
|
|
342
342
|
* @param DeleteCustomTableRequest
|
|
343
343
|
* @return DeleteCustomTableResponse
|
|
344
344
|
* @throws OciError when an error occurs
|
|
345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
|
|
346
346
|
*/
|
|
347
347
|
deleteCustomTable(deleteCustomTableRequest) {
|
|
348
348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -396,7 +396,7 @@ class UsageapiClient {
|
|
|
396
396
|
* @param DeleteQueryRequest
|
|
397
397
|
* @return DeleteQueryResponse
|
|
398
398
|
* @throws OciError when an error occurs
|
|
399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
399
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
|
|
400
400
|
*/
|
|
401
401
|
deleteQuery(deleteQueryRequest) {
|
|
402
402
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -450,7 +450,7 @@ class UsageapiClient {
|
|
|
450
450
|
* @param DeleteScheduleRequest
|
|
451
451
|
* @return DeleteScheduleResponse
|
|
452
452
|
* @throws OciError when an error occurs
|
|
453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
454
454
|
*/
|
|
455
455
|
deleteSchedule(deleteScheduleRequest) {
|
|
456
456
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -504,7 +504,7 @@ class UsageapiClient {
|
|
|
504
504
|
* @param GetCustomTableRequest
|
|
505
505
|
* @return GetCustomTableResponse
|
|
506
506
|
* @throws OciError when an error occurs
|
|
507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
|
|
508
508
|
*/
|
|
509
509
|
getCustomTable(getCustomTableRequest) {
|
|
510
510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -566,7 +566,7 @@ class UsageapiClient {
|
|
|
566
566
|
* @param GetQueryRequest
|
|
567
567
|
* @return GetQueryResponse
|
|
568
568
|
* @throws OciError when an error occurs
|
|
569
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
569
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
|
|
570
570
|
*/
|
|
571
571
|
getQuery(getQueryRequest) {
|
|
572
572
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -628,7 +628,7 @@ class UsageapiClient {
|
|
|
628
628
|
* @param GetScheduleRequest
|
|
629
629
|
* @return GetScheduleResponse
|
|
630
630
|
* @throws OciError when an error occurs
|
|
631
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
632
632
|
*/
|
|
633
633
|
getSchedule(getScheduleRequest) {
|
|
634
634
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -690,7 +690,7 @@ class UsageapiClient {
|
|
|
690
690
|
* @param GetScheduledRunRequest
|
|
691
691
|
* @return GetScheduledRunResponse
|
|
692
692
|
* @throws OciError when an error occurs
|
|
693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
693
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRun API.
|
|
694
694
|
*/
|
|
695
695
|
getScheduledRun(getScheduledRunRequest) {
|
|
696
696
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -752,7 +752,7 @@ class UsageapiClient {
|
|
|
752
752
|
* @param ListCustomTablesRequest
|
|
753
753
|
* @return ListCustomTablesResponse
|
|
754
754
|
* @throws OciError when an error occurs
|
|
755
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
755
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
|
|
756
756
|
*/
|
|
757
757
|
listCustomTables(listCustomTablesRequest) {
|
|
758
758
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -819,7 +819,7 @@ class UsageapiClient {
|
|
|
819
819
|
* @param ListQueriesRequest
|
|
820
820
|
* @return ListQueriesResponse
|
|
821
821
|
* @throws OciError when an error occurs
|
|
822
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
822
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
|
|
823
823
|
*/
|
|
824
824
|
listQueries(listQueriesRequest) {
|
|
825
825
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -885,7 +885,7 @@ class UsageapiClient {
|
|
|
885
885
|
* @param ListScheduledRunsRequest
|
|
886
886
|
* @return ListScheduledRunsResponse
|
|
887
887
|
* @throws OciError when an error occurs
|
|
888
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
888
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRuns API.
|
|
889
889
|
*/
|
|
890
890
|
listScheduledRuns(listScheduledRunsRequest) {
|
|
891
891
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -951,7 +951,7 @@ class UsageapiClient {
|
|
|
951
951
|
* @param ListSchedulesRequest
|
|
952
952
|
* @return ListSchedulesResponse
|
|
953
953
|
* @throws OciError when an error occurs
|
|
954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
955
955
|
*/
|
|
956
956
|
listSchedules(listSchedulesRequest) {
|
|
957
957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1018,7 +1018,7 @@ class UsageapiClient {
|
|
|
1018
1018
|
* @param RequestSummarizedConfigurationsRequest
|
|
1019
1019
|
* @return RequestSummarizedConfigurationsResponse
|
|
1020
1020
|
* @throws OciError when an error occurs
|
|
1021
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1021
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
|
|
1022
1022
|
*/
|
|
1023
1023
|
requestSummarizedConfigurations(requestSummarizedConfigurationsRequest) {
|
|
1024
1024
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1075,7 +1075,7 @@ class UsageapiClient {
|
|
|
1075
1075
|
* @param RequestSummarizedUsagesRequest
|
|
1076
1076
|
* @return RequestSummarizedUsagesResponse
|
|
1077
1077
|
* @throws OciError when an error occurs
|
|
1078
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1078
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
|
|
1079
1079
|
*/
|
|
1080
1080
|
requestSummarizedUsages(requestSummarizedUsagesRequest) {
|
|
1081
1081
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1139,7 +1139,7 @@ class UsageapiClient {
|
|
|
1139
1139
|
* @param UpdateCustomTableRequest
|
|
1140
1140
|
* @return UpdateCustomTableResponse
|
|
1141
1141
|
* @throws OciError when an error occurs
|
|
1142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
|
|
1143
1143
|
*/
|
|
1144
1144
|
updateCustomTable(updateCustomTableRequest) {
|
|
1145
1145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1203,7 +1203,7 @@ class UsageapiClient {
|
|
|
1203
1203
|
* @param UpdateQueryRequest
|
|
1204
1204
|
* @return UpdateQueryResponse
|
|
1205
1205
|
* @throws OciError when an error occurs
|
|
1206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
|
|
1207
1207
|
*/
|
|
1208
1208
|
updateQuery(updateQueryRequest) {
|
|
1209
1209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1267,7 +1267,7 @@ class UsageapiClient {
|
|
|
1267
1267
|
* @param UpdateScheduleRequest
|
|
1268
1268
|
* @return UpdateScheduleResponse
|
|
1269
1269
|
* @throws OciError when an error occurs
|
|
1270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
1271
1271
|
*/
|
|
1272
1272
|
updateSchedule(updateScheduleRequest) {
|
|
1273
1273
|
return __awaiter(this, void 0, void 0, function* () {
|
package/lib/model/date-range.js
CHANGED
|
@@ -37,7 +37,7 @@ var DateRange;
|
|
|
37
37
|
(function (DateRange) {
|
|
38
38
|
function getJsonObj(obj) {
|
|
39
39
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
|
-
if ("dateRangeType" in obj && obj.dateRangeType) {
|
|
40
|
+
if (obj && "dateRangeType" in obj && obj.dateRangeType) {
|
|
41
41
|
switch (obj.dateRangeType) {
|
|
42
42
|
case "STATIC":
|
|
43
43
|
return model.StaticDateRange.getJsonObj(jsonObj, true);
|
|
@@ -52,7 +52,7 @@ var DateRange;
|
|
|
52
52
|
DateRange.getJsonObj = getJsonObj;
|
|
53
53
|
function getDeserializedJsonObj(obj) {
|
|
54
54
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
55
|
-
if ("dateRangeType" in obj && obj.dateRangeType) {
|
|
55
|
+
if (obj && "dateRangeType" in obj && obj.dateRangeType) {
|
|
56
56
|
switch (obj.dateRangeType) {
|
|
57
57
|
case "STATIC":
|
|
58
58
|
return model.StaticDateRange.getDeserializedJsonObj(jsonObj, true);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date-range.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/date-range.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAYlC,IAAiB,SAAS,CAqCzB;AArCD,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,eAAe,IAAI,GAAG,IAAI,GAAG,CAAC,aAAa,EAAE;
|
|
1
|
+
{"version":3,"file":"date-range.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/date-range.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAYlC,IAAiB,SAAS,CAqCzB;AArCD,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,eAAe,IAAI,GAAG,IAAI,GAAG,CAAC,aAAa,EAAE;YACtD,QAAQ,GAAG,CAAC,aAAa,EAAE;gBACzB,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAiC,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC1F,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAkC,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC5F;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,aAAa,CAAC,CAAC;aAC1D;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,oBAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,eAAe,IAAI,GAAG,IAAI,GAAG,CAAC,aAAa,EAAE;YACtD,QAAQ,GAAG,CAAC,aAAa,EAAE;gBACzB,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CACjB,OAAQ,EACxC,IAAI,CACL,CAAC;gBACJ,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CACjB,OAAQ,EACzC,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,aAAa,CAAC,CAAC;aAC1D;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,gCAAsB,yBAoBrC,CAAA;AACH,CAAC,EArCgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAqCzB"}
|
|
@@ -37,7 +37,7 @@ var ResultLocation;
|
|
|
37
37
|
(function (ResultLocation) {
|
|
38
38
|
function getJsonObj(obj) {
|
|
39
39
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
|
-
if ("locationType" in obj && obj.locationType) {
|
|
40
|
+
if (obj && "locationType" in obj && obj.locationType) {
|
|
41
41
|
switch (obj.locationType) {
|
|
42
42
|
case "OBJECT_STORAGE":
|
|
43
43
|
return model.ObjectStorageLocation.getJsonObj(jsonObj, true);
|
|
@@ -50,7 +50,7 @@ var ResultLocation;
|
|
|
50
50
|
ResultLocation.getJsonObj = getJsonObj;
|
|
51
51
|
function getDeserializedJsonObj(obj) {
|
|
52
52
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
53
|
-
if ("locationType" in obj && obj.locationType) {
|
|
53
|
+
if (obj && "locationType" in obj && obj.locationType) {
|
|
54
54
|
switch (obj.locationType) {
|
|
55
55
|
case "OBJECT_STORAGE":
|
|
56
56
|
return model.ObjectStorageLocation.getDeserializedJsonObj(jsonObj, true);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"result-location.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/result-location.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAYlC,IAAiB,cAAc,CAiC9B;AAjCD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;
|
|
1
|
+
{"version":3,"file":"result-location.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/result-location.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAYlC,IAAiB,cAAc,CAiC9B;AAjCD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,gBAAgB;oBACnB,OAAO,KAAK,CAAC,qBAAqB,CAAC,UAAU,CACL,OAAQ,EAC9C,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,yBAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,cAAc,IAAI,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE;YACpD,QAAQ,GAAG,CAAC,YAAY,EAAE;gBACxB,KAAK,gBAAgB;oBACnB,OAAO,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CACjB,OAAQ,EAC9C,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,YAAY,CAAC,CAAC;aACzD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,qCAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAiC9B"}
|
|
@@ -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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.0",
|
|
19
|
+
"oci-workrequests": "2.27.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|