oci-usageapi 2.41.0 → 2.43.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/create-schedule-details.d.ts +23 -6
- package/lib/model/create-schedule-details.js +5 -0
- package/lib/model/create-schedule-details.js.map +1 -1
- package/lib/model/dynamic-date-range.d.ts +6 -1
- package/lib/model/dynamic-date-range.js +5 -0
- package/lib/model/dynamic-date-range.js.map +1 -1
- package/lib/model/object-storage-location.d.ts +4 -4
- package/lib/model/query-properties.d.ts +1 -1
- package/lib/model/result-location.d.ts +1 -1
- package/lib/model/schedule-collection.d.ts +1 -1
- package/lib/model/schedule-summary.d.ts +15 -6
- package/lib/model/schedule-summary.js.map +1 -1
- package/lib/model/schedule.d.ts +35 -9
- package/lib/model/schedule.js +10 -0
- package/lib/model/schedule.js.map +1 -1
- package/lib/model/static-date-range.d.ts +1 -1
- package/lib/model/update-schedule-details.d.ts +15 -1
- package/lib/model/update-schedule-details.js +35 -2
- package/lib/model/update-schedule-details.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
|
@@ -76,7 +76,7 @@ export declare class UsageapiClient {
|
|
|
76
76
|
* @param CreateCustomTableRequest
|
|
77
77
|
* @return CreateCustomTableResponse
|
|
78
78
|
* @throws OciError when an error occurs
|
|
79
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
79
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
|
|
80
80
|
*/
|
|
81
81
|
createCustomTable(createCustomTableRequest: requests.CreateCustomTableRequest): Promise<responses.CreateCustomTableResponse>;
|
|
82
82
|
/**
|
|
@@ -86,7 +86,7 @@ export declare class UsageapiClient {
|
|
|
86
86
|
* @param CreateQueryRequest
|
|
87
87
|
* @return CreateQueryResponse
|
|
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.43.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
|
|
90
90
|
*/
|
|
91
91
|
createQuery(createQueryRequest: requests.CreateQueryRequest): Promise<responses.CreateQueryResponse>;
|
|
92
92
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class UsageapiClient {
|
|
|
96
96
|
* @param CreateScheduleRequest
|
|
97
97
|
* @return CreateScheduleResponse
|
|
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.43.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
100
100
|
*/
|
|
101
101
|
createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
|
|
102
102
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class UsageapiClient {
|
|
|
106
106
|
* @param DeleteCustomTableRequest
|
|
107
107
|
* @return DeleteCustomTableResponse
|
|
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.43.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
|
|
110
110
|
*/
|
|
111
111
|
deleteCustomTable(deleteCustomTableRequest: requests.DeleteCustomTableRequest): Promise<responses.DeleteCustomTableResponse>;
|
|
112
112
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class UsageapiClient {
|
|
|
116
116
|
* @param DeleteQueryRequest
|
|
117
117
|
* @return DeleteQueryResponse
|
|
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.43.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
|
|
120
120
|
*/
|
|
121
121
|
deleteQuery(deleteQueryRequest: requests.DeleteQueryRequest): Promise<responses.DeleteQueryResponse>;
|
|
122
122
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class UsageapiClient {
|
|
|
126
126
|
* @param DeleteScheduleRequest
|
|
127
127
|
* @return DeleteScheduleResponse
|
|
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.43.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
130
130
|
*/
|
|
131
131
|
deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
|
|
132
132
|
/**
|
|
@@ -136,7 +136,7 @@ export declare class UsageapiClient {
|
|
|
136
136
|
* @param GetCustomTableRequest
|
|
137
137
|
* @return GetCustomTableResponse
|
|
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.43.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
|
|
140
140
|
*/
|
|
141
141
|
getCustomTable(getCustomTableRequest: requests.GetCustomTableRequest): Promise<responses.GetCustomTableResponse>;
|
|
142
142
|
/**
|
|
@@ -146,7 +146,7 @@ export declare class UsageapiClient {
|
|
|
146
146
|
* @param GetQueryRequest
|
|
147
147
|
* @return GetQueryResponse
|
|
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.43.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
|
|
150
150
|
*/
|
|
151
151
|
getQuery(getQueryRequest: requests.GetQueryRequest): Promise<responses.GetQueryResponse>;
|
|
152
152
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class UsageapiClient {
|
|
|
156
156
|
* @param GetScheduleRequest
|
|
157
157
|
* @return GetScheduleResponse
|
|
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.43.0/usageapi/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
160
160
|
*/
|
|
161
161
|
getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
|
|
162
162
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class UsageapiClient {
|
|
|
166
166
|
* @param GetScheduledRunRequest
|
|
167
167
|
* @return GetScheduledRunResponse
|
|
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.43.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRun API.
|
|
170
170
|
*/
|
|
171
171
|
getScheduledRun(getScheduledRunRequest: requests.GetScheduledRunRequest): Promise<responses.GetScheduledRunResponse>;
|
|
172
172
|
/**
|
|
@@ -176,7 +176,7 @@ export declare class UsageapiClient {
|
|
|
176
176
|
* @param ListCustomTablesRequest
|
|
177
177
|
* @return ListCustomTablesResponse
|
|
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.43.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
|
|
180
180
|
*/
|
|
181
181
|
listCustomTables(listCustomTablesRequest: requests.ListCustomTablesRequest): Promise<responses.ListCustomTablesResponse>;
|
|
182
182
|
/**
|
|
@@ -186,7 +186,7 @@ export declare class UsageapiClient {
|
|
|
186
186
|
* @param ListQueriesRequest
|
|
187
187
|
* @return ListQueriesResponse
|
|
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.43.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
|
|
190
190
|
*/
|
|
191
191
|
listQueries(listQueriesRequest: requests.ListQueriesRequest): Promise<responses.ListQueriesResponse>;
|
|
192
192
|
/**
|
|
@@ -196,7 +196,7 @@ export declare class UsageapiClient {
|
|
|
196
196
|
* @param ListScheduledRunsRequest
|
|
197
197
|
* @return ListScheduledRunsResponse
|
|
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.43.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRuns API.
|
|
200
200
|
*/
|
|
201
201
|
listScheduledRuns(listScheduledRunsRequest: requests.ListScheduledRunsRequest): Promise<responses.ListScheduledRunsResponse>;
|
|
202
202
|
/**
|
|
@@ -206,7 +206,7 @@ export declare class UsageapiClient {
|
|
|
206
206
|
* @param ListSchedulesRequest
|
|
207
207
|
* @return ListSchedulesResponse
|
|
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.43.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
210
210
|
*/
|
|
211
211
|
listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
|
|
212
212
|
/**
|
|
@@ -216,7 +216,7 @@ export declare class UsageapiClient {
|
|
|
216
216
|
* @param RequestSummarizedConfigurationsRequest
|
|
217
217
|
* @return RequestSummarizedConfigurationsResponse
|
|
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.43.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
|
|
220
220
|
*/
|
|
221
221
|
requestSummarizedConfigurations(requestSummarizedConfigurationsRequest: requests.RequestSummarizedConfigurationsRequest): Promise<responses.RequestSummarizedConfigurationsResponse>;
|
|
222
222
|
/**
|
|
@@ -226,7 +226,7 @@ export declare class UsageapiClient {
|
|
|
226
226
|
* @param RequestSummarizedUsagesRequest
|
|
227
227
|
* @return RequestSummarizedUsagesResponse
|
|
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.43.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
|
|
230
230
|
*/
|
|
231
231
|
requestSummarizedUsages(requestSummarizedUsagesRequest: requests.RequestSummarizedUsagesRequest): Promise<responses.RequestSummarizedUsagesResponse>;
|
|
232
232
|
/**
|
|
@@ -236,7 +236,7 @@ export declare class UsageapiClient {
|
|
|
236
236
|
* @param UpdateCustomTableRequest
|
|
237
237
|
* @return UpdateCustomTableResponse
|
|
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.43.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
|
|
240
240
|
*/
|
|
241
241
|
updateCustomTable(updateCustomTableRequest: requests.UpdateCustomTableRequest): Promise<responses.UpdateCustomTableResponse>;
|
|
242
242
|
/**
|
|
@@ -246,7 +246,7 @@ export declare class UsageapiClient {
|
|
|
246
246
|
* @param UpdateQueryRequest
|
|
247
247
|
* @return UpdateQueryResponse
|
|
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.43.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
|
|
250
250
|
*/
|
|
251
251
|
updateQuery(updateQueryRequest: requests.UpdateQueryRequest): Promise<responses.UpdateQueryResponse>;
|
|
252
252
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class UsageapiClient {
|
|
|
256
256
|
* @param UpdateScheduleRequest
|
|
257
257
|
* @return UpdateScheduleResponse
|
|
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.43.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
260
260
|
*/
|
|
261
261
|
updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
|
|
262
262
|
}
|
package/lib/client.js
CHANGED
|
@@ -157,7 +157,7 @@ class UsageapiClient {
|
|
|
157
157
|
* @param CreateCustomTableRequest
|
|
158
158
|
* @return CreateCustomTableResponse
|
|
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.43.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
|
|
161
161
|
*/
|
|
162
162
|
createCustomTable(createCustomTableRequest) {
|
|
163
163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -221,7 +221,7 @@ class UsageapiClient {
|
|
|
221
221
|
* @param CreateQueryRequest
|
|
222
222
|
* @return CreateQueryResponse
|
|
223
223
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
|
|
225
225
|
*/
|
|
226
226
|
createQuery(createQueryRequest) {
|
|
227
227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -285,7 +285,7 @@ class UsageapiClient {
|
|
|
285
285
|
* @param CreateScheduleRequest
|
|
286
286
|
* @return CreateScheduleResponse
|
|
287
287
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
289
289
|
*/
|
|
290
290
|
createSchedule(createScheduleRequest) {
|
|
291
291
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -349,7 +349,7 @@ class UsageapiClient {
|
|
|
349
349
|
* @param DeleteCustomTableRequest
|
|
350
350
|
* @return DeleteCustomTableResponse
|
|
351
351
|
* @throws OciError when an error occurs
|
|
352
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
|
|
353
353
|
*/
|
|
354
354
|
deleteCustomTable(deleteCustomTableRequest) {
|
|
355
355
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -405,7 +405,7 @@ class UsageapiClient {
|
|
|
405
405
|
* @param DeleteQueryRequest
|
|
406
406
|
* @return DeleteQueryResponse
|
|
407
407
|
* @throws OciError when an error occurs
|
|
408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
|
|
409
409
|
*/
|
|
410
410
|
deleteQuery(deleteQueryRequest) {
|
|
411
411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -461,7 +461,7 @@ class UsageapiClient {
|
|
|
461
461
|
* @param DeleteScheduleRequest
|
|
462
462
|
* @return DeleteScheduleResponse
|
|
463
463
|
* @throws OciError when an error occurs
|
|
464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
465
465
|
*/
|
|
466
466
|
deleteSchedule(deleteScheduleRequest) {
|
|
467
467
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -517,7 +517,7 @@ class UsageapiClient {
|
|
|
517
517
|
* @param GetCustomTableRequest
|
|
518
518
|
* @return GetCustomTableResponse
|
|
519
519
|
* @throws OciError when an error occurs
|
|
520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
|
|
521
521
|
*/
|
|
522
522
|
getCustomTable(getCustomTableRequest) {
|
|
523
523
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -581,7 +581,7 @@ class UsageapiClient {
|
|
|
581
581
|
* @param GetQueryRequest
|
|
582
582
|
* @return GetQueryResponse
|
|
583
583
|
* @throws OciError when an error occurs
|
|
584
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
|
|
585
585
|
*/
|
|
586
586
|
getQuery(getQueryRequest) {
|
|
587
587
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -645,7 +645,7 @@ class UsageapiClient {
|
|
|
645
645
|
* @param GetScheduleRequest
|
|
646
646
|
* @return GetScheduleResponse
|
|
647
647
|
* @throws OciError when an error occurs
|
|
648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
649
649
|
*/
|
|
650
650
|
getSchedule(getScheduleRequest) {
|
|
651
651
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -709,7 +709,7 @@ class UsageapiClient {
|
|
|
709
709
|
* @param GetScheduledRunRequest
|
|
710
710
|
* @return GetScheduledRunResponse
|
|
711
711
|
* @throws OciError when an error occurs
|
|
712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRun API.
|
|
713
713
|
*/
|
|
714
714
|
getScheduledRun(getScheduledRunRequest) {
|
|
715
715
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -773,7 +773,7 @@ class UsageapiClient {
|
|
|
773
773
|
* @param ListCustomTablesRequest
|
|
774
774
|
* @return ListCustomTablesResponse
|
|
775
775
|
* @throws OciError when an error occurs
|
|
776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
|
|
777
777
|
*/
|
|
778
778
|
listCustomTables(listCustomTablesRequest) {
|
|
779
779
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -842,7 +842,7 @@ class UsageapiClient {
|
|
|
842
842
|
* @param ListQueriesRequest
|
|
843
843
|
* @return ListQueriesResponse
|
|
844
844
|
* @throws OciError when an error occurs
|
|
845
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
845
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
|
|
846
846
|
*/
|
|
847
847
|
listQueries(listQueriesRequest) {
|
|
848
848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -910,7 +910,7 @@ class UsageapiClient {
|
|
|
910
910
|
* @param ListScheduledRunsRequest
|
|
911
911
|
* @return ListScheduledRunsResponse
|
|
912
912
|
* @throws OciError when an error occurs
|
|
913
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
913
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRuns API.
|
|
914
914
|
*/
|
|
915
915
|
listScheduledRuns(listScheduledRunsRequest) {
|
|
916
916
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -978,7 +978,7 @@ class UsageapiClient {
|
|
|
978
978
|
* @param ListSchedulesRequest
|
|
979
979
|
* @return ListSchedulesResponse
|
|
980
980
|
* @throws OciError when an error occurs
|
|
981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
981
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
982
982
|
*/
|
|
983
983
|
listSchedules(listSchedulesRequest) {
|
|
984
984
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1047,7 +1047,7 @@ class UsageapiClient {
|
|
|
1047
1047
|
* @param RequestSummarizedConfigurationsRequest
|
|
1048
1048
|
* @return RequestSummarizedConfigurationsResponse
|
|
1049
1049
|
* @throws OciError when an error occurs
|
|
1050
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1050
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
|
|
1051
1051
|
*/
|
|
1052
1052
|
requestSummarizedConfigurations(requestSummarizedConfigurationsRequest) {
|
|
1053
1053
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1106,7 +1106,7 @@ class UsageapiClient {
|
|
|
1106
1106
|
* @param RequestSummarizedUsagesRequest
|
|
1107
1107
|
* @return RequestSummarizedUsagesResponse
|
|
1108
1108
|
* @throws OciError when an error occurs
|
|
1109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
|
|
1110
1110
|
*/
|
|
1111
1111
|
requestSummarizedUsages(requestSummarizedUsagesRequest) {
|
|
1112
1112
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1172,7 +1172,7 @@ class UsageapiClient {
|
|
|
1172
1172
|
* @param UpdateCustomTableRequest
|
|
1173
1173
|
* @return UpdateCustomTableResponse
|
|
1174
1174
|
* @throws OciError when an error occurs
|
|
1175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
|
|
1176
1176
|
*/
|
|
1177
1177
|
updateCustomTable(updateCustomTableRequest) {
|
|
1178
1178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1238,7 +1238,7 @@ class UsageapiClient {
|
|
|
1238
1238
|
* @param UpdateQueryRequest
|
|
1239
1239
|
* @return UpdateQueryResponse
|
|
1240
1240
|
* @throws OciError when an error occurs
|
|
1241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
|
|
1242
1242
|
*/
|
|
1243
1243
|
updateQuery(updateQueryRequest) {
|
|
1244
1244
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1304,7 +1304,7 @@ class UsageapiClient {
|
|
|
1304
1304
|
* @param UpdateScheduleRequest
|
|
1305
1305
|
* @return UpdateScheduleResponse
|
|
1306
1306
|
* @throws OciError when an error occurs
|
|
1307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
1308
1308
|
*/
|
|
1309
1309
|
updateSchedule(updateScheduleRequest) {
|
|
1310
1310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16,25 +16,38 @@ import * as model from "../model";
|
|
|
16
16
|
*/
|
|
17
17
|
export interface CreateScheduleDetails {
|
|
18
18
|
/**
|
|
19
|
-
* The unique name of the
|
|
19
|
+
* The unique name of the user-created schedule.
|
|
20
20
|
*/
|
|
21
21
|
"name": string;
|
|
22
22
|
/**
|
|
23
|
-
* The tenancy
|
|
23
|
+
* The customer tenancy.
|
|
24
24
|
*/
|
|
25
25
|
"compartmentId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The description of the schedule.
|
|
28
|
+
*/
|
|
29
|
+
"description"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Specifies supported output file format.
|
|
32
|
+
*/
|
|
33
|
+
"outputFileFormat"?: CreateScheduleDetails.OutputFileFormat;
|
|
34
|
+
/**
|
|
35
|
+
* The saved report id which can also be used to generate query.
|
|
36
|
+
*/
|
|
37
|
+
"savedReportId"?: string;
|
|
26
38
|
"resultLocation": model.ObjectStorageLocation;
|
|
27
39
|
/**
|
|
28
|
-
*
|
|
29
|
-
*
|
|
40
|
+
* Specifies the frequency according to when the schedule will be run,
|
|
41
|
+
* in the x-obmcs-recurring-time format described in [RFC 5545 section 3.3.10](https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10).
|
|
42
|
+
* Supported values are : ONE_TIME, DAILY, WEEKLY and MONTHLY.
|
|
30
43
|
*
|
|
31
44
|
*/
|
|
32
45
|
"scheduleRecurrences": string;
|
|
33
46
|
/**
|
|
34
|
-
* The date and time of the first time job execution
|
|
47
|
+
* The date and time of the first time job execution.
|
|
35
48
|
*/
|
|
36
49
|
"timeScheduled": Date;
|
|
37
|
-
"queryProperties"
|
|
50
|
+
"queryProperties"?: model.QueryProperties;
|
|
38
51
|
/**
|
|
39
52
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
40
53
|
* See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
|
|
@@ -54,6 +67,10 @@ export interface CreateScheduleDetails {
|
|
|
54
67
|
};
|
|
55
68
|
}
|
|
56
69
|
export declare namespace CreateScheduleDetails {
|
|
70
|
+
enum OutputFileFormat {
|
|
71
|
+
Csv = "CSV",
|
|
72
|
+
Pdf = "PDF"
|
|
73
|
+
}
|
|
57
74
|
function getJsonObj(obj: CreateScheduleDetails): object;
|
|
58
75
|
function getDeserializedJsonObj(obj: CreateScheduleDetails): object;
|
|
59
76
|
}
|
|
@@ -35,6 +35,11 @@ exports.CreateScheduleDetails = void 0;
|
|
|
35
35
|
const model = __importStar(require("../model"));
|
|
36
36
|
var CreateScheduleDetails;
|
|
37
37
|
(function (CreateScheduleDetails) {
|
|
38
|
+
let OutputFileFormat;
|
|
39
|
+
(function (OutputFileFormat) {
|
|
40
|
+
OutputFileFormat["Csv"] = "CSV";
|
|
41
|
+
OutputFileFormat["Pdf"] = "PDF";
|
|
42
|
+
})(OutputFileFormat = CreateScheduleDetails.OutputFileFormat || (CreateScheduleDetails.OutputFileFormat = {}));
|
|
38
43
|
function getJsonObj(obj) {
|
|
39
44
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
45
|
"resultLocation": obj.resultLocation
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-schedule-details.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/create-schedule-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-schedule-details.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/create-schedule-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqDlC,IAAiB,qBAAqB,CAsCrC;AAtCD,WAAiB,qBAAqB;IACpC,IAAY,gBAGX;IAHD,WAAY,gBAAgB;QAC1B,+BAAW,CAAA;QACX,+BAAW,CAAA;IACb,CAAC,EAHW,gBAAgB,GAAhB,sCAAgB,KAAhB,sCAAgB,QAG3B;IAED,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrD,CAAC,CAAC,SAAS;YAEb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,gCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACjE,CAAC,CAAC,SAAS;YAEb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,4CAAsB,yBAerC,CAAA;AACH,CAAC,EAtCgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAsCrC"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* The saved dynamic date range (
|
|
15
|
+
* The saved dynamic date range (required when the static date range is missing).
|
|
16
16
|
*/
|
|
17
17
|
export interface DynamicDateRange extends model.DateRange {
|
|
18
18
|
"dynamicDateRangeType": DynamicDateRange.DynamicDateRangeType;
|
|
@@ -21,12 +21,17 @@ export interface DynamicDateRange extends model.DateRange {
|
|
|
21
21
|
export declare namespace DynamicDateRange {
|
|
22
22
|
enum DynamicDateRangeType {
|
|
23
23
|
Last7Days = "LAST_7_DAYS",
|
|
24
|
+
Last10Days = "LAST_10_DAYS",
|
|
24
25
|
LastCalendarWeek = "LAST_CALENDAR_WEEK",
|
|
25
26
|
LastCalendarMonth = "LAST_CALENDAR_MONTH",
|
|
27
|
+
Last2CalendarMonths = "LAST_2_CALENDAR_MONTHS",
|
|
28
|
+
Last3CalendarMonths = "LAST_3_CALENDAR_MONTHS",
|
|
29
|
+
Last6CalendarMonths = "LAST_6_CALENDAR_MONTHS",
|
|
26
30
|
Last30Days = "LAST_30_DAYS",
|
|
27
31
|
MonthToDate = "MONTH_TO_DATE",
|
|
28
32
|
LastYear = "LAST_YEAR",
|
|
29
33
|
YearTodate = "YEAR_TODATE",
|
|
34
|
+
All = "ALL",
|
|
30
35
|
/**
|
|
31
36
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
32
37
|
* version of the SDK.
|
|
@@ -38,12 +38,17 @@ var DynamicDateRange;
|
|
|
38
38
|
let DynamicDateRangeType;
|
|
39
39
|
(function (DynamicDateRangeType) {
|
|
40
40
|
DynamicDateRangeType["Last7Days"] = "LAST_7_DAYS";
|
|
41
|
+
DynamicDateRangeType["Last10Days"] = "LAST_10_DAYS";
|
|
41
42
|
DynamicDateRangeType["LastCalendarWeek"] = "LAST_CALENDAR_WEEK";
|
|
42
43
|
DynamicDateRangeType["LastCalendarMonth"] = "LAST_CALENDAR_MONTH";
|
|
44
|
+
DynamicDateRangeType["Last2CalendarMonths"] = "LAST_2_CALENDAR_MONTHS";
|
|
45
|
+
DynamicDateRangeType["Last3CalendarMonths"] = "LAST_3_CALENDAR_MONTHS";
|
|
46
|
+
DynamicDateRangeType["Last6CalendarMonths"] = "LAST_6_CALENDAR_MONTHS";
|
|
43
47
|
DynamicDateRangeType["Last30Days"] = "LAST_30_DAYS";
|
|
44
48
|
DynamicDateRangeType["MonthToDate"] = "MONTH_TO_DATE";
|
|
45
49
|
DynamicDateRangeType["LastYear"] = "LAST_YEAR";
|
|
46
50
|
DynamicDateRangeType["YearTodate"] = "YEAR_TODATE";
|
|
51
|
+
DynamicDateRangeType["All"] = "ALL";
|
|
47
52
|
/**
|
|
48
53
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
49
54
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dynamic-date-range.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/dynamic-date-range.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAYlC,IAAiB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"dynamic-date-range.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/dynamic-date-range.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAYlC,IAAiB,gBAAgB,CAwChC;AAxCD,WAAiB,gBAAgB;IAC/B,IAAY,oBAkBX;IAlBD,WAAY,oBAAoB;QAC9B,iDAAyB,CAAA;QACzB,mDAA2B,CAAA;QAC3B,+DAAuC,CAAA;QACvC,iEAAyC,CAAA;QACzC,sEAA8C,CAAA;QAC9C,sEAA8C,CAAA;QAC9C,sEAA8C,CAAA;QAC9C,mDAA2B,CAAA;QAC3B,qDAA6B,CAAA;QAC7B,8CAAsB,CAAA;QACtB,kDAA0B,CAAA;QAC1B,mCAAW,CAAA;QACX;;;WAGG;QACH,sDAA8B,CAAA;IAChC,CAAC,EAlBW,oBAAoB,GAApB,qCAAoB,KAApB,qCAAoB,QAkB/B;IAED,SAAgB,UAAU,CAAC,GAAqB,EAAE,eAAyB;QACzE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,GAAG,CAAsB,CAAC,GAC/E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,2BAAU,aAOzB,CAAA;IACY,8BAAa,GAAG,SAAS,CAAC;IACvC,SAAgB,sBAAsB,CAAC,GAAqB,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,GAAG,CAAsB,CAAC,GACnE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uCAAsB,yBASrC,CAAA;AACH,CAAC,EAxCgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAwChC"}
|
|
@@ -12,19 +12,19 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* The object storage location where usage
|
|
15
|
+
* The object storage location where usage or cost CSVs will be uploaded.
|
|
16
16
|
*/
|
|
17
17
|
export interface ObjectStorageLocation extends model.ResultLocation {
|
|
18
18
|
/**
|
|
19
|
-
* The destination Object Store Region specified by customer
|
|
19
|
+
* The destination Object Store Region specified by the customer.
|
|
20
20
|
*/
|
|
21
21
|
"region": string;
|
|
22
22
|
/**
|
|
23
|
-
* The namespace needed to determine object storage bucket.
|
|
23
|
+
* The namespace needed to determine the object storage bucket.
|
|
24
24
|
*/
|
|
25
25
|
"namespace": string;
|
|
26
26
|
/**
|
|
27
|
-
* The bucket name where usage
|
|
27
|
+
* The bucket name where usage or cost CSVs will be uploaded.
|
|
28
28
|
*/
|
|
29
29
|
"bucketName": string;
|
|
30
30
|
"locationType": string;
|
|
@@ -48,7 +48,7 @@ export interface QueryProperties {
|
|
|
48
48
|
*/
|
|
49
49
|
"queryType"?: QueryProperties.QueryType;
|
|
50
50
|
/**
|
|
51
|
-
* Specifies whether aggregated by time. If isAggregateByTime is true, all usage
|
|
51
|
+
* Specifies whether aggregated by time. If isAggregateByTime is true, all usage or cost over the query time period will be added up.
|
|
52
52
|
*/
|
|
53
53
|
"isAggregateByTime"?: boolean;
|
|
54
54
|
"dateRange": model.StaticDateRange | model.DynamicDateRange;
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* The location where usage
|
|
14
|
+
* The location where usage or cost CSVs will be uploaded defined by `locationType`,
|
|
15
15
|
* which corresponds with type-specific characteristics.
|
|
16
16
|
*
|
|
17
17
|
*/
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* Schedule summary for
|
|
14
|
+
* Schedule summary for the list schedule.
|
|
15
15
|
*/
|
|
16
16
|
export interface ScheduleSummary {
|
|
17
17
|
/**
|
|
@@ -19,17 +19,26 @@ export interface ScheduleSummary {
|
|
|
19
19
|
*/
|
|
20
20
|
"id": string;
|
|
21
21
|
/**
|
|
22
|
-
* The unique name of the
|
|
22
|
+
* The unique name of the user-created schedule.
|
|
23
23
|
*/
|
|
24
24
|
"name": string;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
27
|
-
|
|
26
|
+
* The description of the schedule.
|
|
27
|
+
*/
|
|
28
|
+
"description"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The date and time of the next job execution.
|
|
31
|
+
*/
|
|
32
|
+
"timeNextRun"?: Date;
|
|
33
|
+
/**
|
|
34
|
+
* Specifies the frequency according to when the schedule will be run,
|
|
35
|
+
* in the x-obmcs-recurring-time format described in [RFC 5545 section 3.3.10](https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10).
|
|
36
|
+
* Supported values are : ONE_TIME, DAILY, WEEKLY and MONTHLY.
|
|
28
37
|
*
|
|
29
38
|
*/
|
|
30
39
|
"scheduleRecurrences": string;
|
|
31
40
|
/**
|
|
32
|
-
* The date and time of the first time job execution
|
|
41
|
+
* The date and time of the first time job execution.
|
|
33
42
|
*/
|
|
34
43
|
"timeScheduled": Date;
|
|
35
44
|
/**
|
|
@@ -59,7 +68,7 @@ export interface ScheduleSummary {
|
|
|
59
68
|
};
|
|
60
69
|
};
|
|
61
70
|
/**
|
|
62
|
-
* The lifecycle state
|
|
71
|
+
* The schedule summary lifecycle state.
|
|
63
72
|
*/
|
|
64
73
|
"lifecycleState": string;
|
|
65
74
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schedule-summary.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/schedule-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"schedule-summary.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/schedule-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0DH,IAAiB,eAAe,CAW/B;AAXD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAW/B"}
|
package/lib/model/schedule.d.ts
CHANGED
|
@@ -16,35 +16,52 @@ import * as model from "../model";
|
|
|
16
16
|
*/
|
|
17
17
|
export interface Schedule {
|
|
18
18
|
/**
|
|
19
|
-
* The OCID representing unique shedule
|
|
19
|
+
* The OCID representing a unique shedule.
|
|
20
20
|
*/
|
|
21
21
|
"id": string;
|
|
22
22
|
/**
|
|
23
|
-
* The unique name of the schedule created by the user
|
|
23
|
+
* The unique name of the schedule created by the user.
|
|
24
24
|
*/
|
|
25
25
|
"name": string;
|
|
26
26
|
/**
|
|
27
|
-
* The tenancy
|
|
27
|
+
* The customer tenancy.
|
|
28
28
|
*/
|
|
29
29
|
"compartmentId": string;
|
|
30
30
|
"resultLocation": model.ObjectStorageLocation;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
33
|
-
|
|
32
|
+
* The description of the schedule.
|
|
33
|
+
*/
|
|
34
|
+
"description"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The date and time of the next job execution.
|
|
37
|
+
*/
|
|
38
|
+
"timeNextRun"?: Date;
|
|
39
|
+
/**
|
|
40
|
+
* Specifies supported output file format.
|
|
41
|
+
*/
|
|
42
|
+
"outputFileFormat"?: Schedule.OutputFileFormat;
|
|
43
|
+
/**
|
|
44
|
+
* The saved report id which can also be used to generate query.
|
|
45
|
+
*/
|
|
46
|
+
"savedReportId"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Specifies the frequency according to when the schedule will be run,
|
|
49
|
+
* in the x-obmcs-recurring-time format described in [RFC 5545 section 3.3.10](https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10).
|
|
50
|
+
* Supported values are : ONE_TIME, DAILY, WEEKLY and MONTHLY.
|
|
34
51
|
*
|
|
35
52
|
*/
|
|
36
53
|
"scheduleRecurrences": string;
|
|
37
54
|
/**
|
|
38
|
-
* The date and time of the first time job execution
|
|
55
|
+
* The date and time of the first time job execution.
|
|
39
56
|
*/
|
|
40
57
|
"timeScheduled": Date;
|
|
41
|
-
"queryProperties"
|
|
58
|
+
"queryProperties"?: model.QueryProperties;
|
|
42
59
|
/**
|
|
43
|
-
* The date and time
|
|
60
|
+
* The date and time the schedule was created.
|
|
44
61
|
*/
|
|
45
62
|
"timeCreated": Date;
|
|
46
63
|
/**
|
|
47
|
-
* The lifecycle state
|
|
64
|
+
* The schedule lifecycle state.
|
|
48
65
|
*/
|
|
49
66
|
"lifecycleState": Schedule.LifecycleState;
|
|
50
67
|
/**
|
|
@@ -75,6 +92,15 @@ export interface Schedule {
|
|
|
75
92
|
};
|
|
76
93
|
}
|
|
77
94
|
export declare namespace Schedule {
|
|
95
|
+
enum OutputFileFormat {
|
|
96
|
+
Csv = "CSV",
|
|
97
|
+
Pdf = "PDF",
|
|
98
|
+
/**
|
|
99
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
100
|
+
* version of the SDK.
|
|
101
|
+
*/
|
|
102
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
103
|
+
}
|
|
78
104
|
enum LifecycleState {
|
|
79
105
|
Active = "ACTIVE",
|
|
80
106
|
Inactive = "INACTIVE",
|
package/lib/model/schedule.js
CHANGED
|
@@ -35,6 +35,16 @@ exports.Schedule = void 0;
|
|
|
35
35
|
const model = __importStar(require("../model"));
|
|
36
36
|
var Schedule;
|
|
37
37
|
(function (Schedule) {
|
|
38
|
+
let OutputFileFormat;
|
|
39
|
+
(function (OutputFileFormat) {
|
|
40
|
+
OutputFileFormat["Csv"] = "CSV";
|
|
41
|
+
OutputFileFormat["Pdf"] = "PDF";
|
|
42
|
+
/**
|
|
43
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
44
|
+
* version of the SDK.
|
|
45
|
+
*/
|
|
46
|
+
OutputFileFormat["UnknownValue"] = "UNKNOWN_VALUE";
|
|
47
|
+
})(OutputFileFormat = Schedule.OutputFileFormat || (Schedule.OutputFileFormat = {}));
|
|
38
48
|
let LifecycleState;
|
|
39
49
|
(function (LifecycleState) {
|
|
40
50
|
LifecycleState["Active"] = "ACTIVE";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schedule.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/schedule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"schedule.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/schedule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0ElC,IAAiB,QAAQ,CAqDxB;AArDD,WAAiB,QAAQ;IACvB,IAAY,gBAQX;IARD,WAAY,gBAAgB;QAC1B,+BAAW,CAAA;QACX,+BAAW,CAAA;QACX;;;WAGG;QACH,kDAA8B,CAAA;IAChC,CAAC,EARW,gBAAgB,GAAhB,yBAAgB,KAAhB,yBAAgB,QAQ3B;IAED,IAAY,cAQX;IARD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EARW,cAAc,GAAd,uBAAc,KAAd,uBAAc,QAQzB;IAED,SAAgB,UAAU,CAAC,GAAa;QACtC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrD,CAAC,CAAC,SAAS;YAEb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,mBAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAa;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACjE,CAAC,CAAC,SAAS;YAEb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,+BAAsB,yBAerC,CAAA;AACH,CAAC,EArDgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAqDxB"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* The saved static date range (
|
|
15
|
+
* The saved static date range (required when the dynamic date range is missing).
|
|
16
16
|
*/
|
|
17
17
|
export interface StaticDateRange extends model.DateRange {
|
|
18
18
|
/**
|
|
@@ -10,11 +10,21 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
|
+
import * as model from "../model";
|
|
13
14
|
/**
|
|
14
|
-
* Details for updating the custom table.
|
|
15
|
+
* Details for updating the custom table.
|
|
15
16
|
*
|
|
16
17
|
*/
|
|
17
18
|
export interface UpdateScheduleDetails {
|
|
19
|
+
/**
|
|
20
|
+
* The description of the schedule.
|
|
21
|
+
*/
|
|
22
|
+
"description"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Specifies supported output file format.
|
|
25
|
+
*/
|
|
26
|
+
"outputFileFormat"?: UpdateScheduleDetails.OutputFileFormat;
|
|
27
|
+
"resultLocation"?: model.ObjectStorageLocation;
|
|
18
28
|
/**
|
|
19
29
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
20
30
|
* See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm). Example: `{\"bar-key\": \"value\"}`
|
|
@@ -34,6 +44,10 @@ export interface UpdateScheduleDetails {
|
|
|
34
44
|
};
|
|
35
45
|
}
|
|
36
46
|
export declare namespace UpdateScheduleDetails {
|
|
47
|
+
enum OutputFileFormat {
|
|
48
|
+
Csv = "CSV",
|
|
49
|
+
Pdf = "PDF"
|
|
50
|
+
}
|
|
37
51
|
function getJsonObj(obj: UpdateScheduleDetails): object;
|
|
38
52
|
function getDeserializedJsonObj(obj: UpdateScheduleDetails): object;
|
|
39
53
|
}
|
|
@@ -11,17 +11,50 @@
|
|
|
11
11
|
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
13
|
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
14
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
34
|
exports.UpdateScheduleDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
16
36
|
var UpdateScheduleDetails;
|
|
17
37
|
(function (UpdateScheduleDetails) {
|
|
38
|
+
let OutputFileFormat;
|
|
39
|
+
(function (OutputFileFormat) {
|
|
40
|
+
OutputFileFormat["Csv"] = "CSV";
|
|
41
|
+
OutputFileFormat["Pdf"] = "PDF";
|
|
42
|
+
})(OutputFileFormat = UpdateScheduleDetails.OutputFileFormat || (UpdateScheduleDetails.OutputFileFormat = {}));
|
|
18
43
|
function getJsonObj(obj) {
|
|
19
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
44
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
45
|
+
"resultLocation": obj.resultLocation
|
|
46
|
+
? model.ResultLocation.getJsonObj(obj.resultLocation)
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
20
49
|
return jsonObj;
|
|
21
50
|
}
|
|
22
51
|
UpdateScheduleDetails.getJsonObj = getJsonObj;
|
|
23
52
|
function getDeserializedJsonObj(obj) {
|
|
24
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"resultLocation": obj.resultLocation
|
|
55
|
+
? model.ResultLocation.getDeserializedJsonObj(obj.resultLocation)
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
25
58
|
return jsonObj;
|
|
26
59
|
}
|
|
27
60
|
UpdateScheduleDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-schedule-details.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/update-schedule-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG
|
|
1
|
+
{"version":3,"file":"update-schedule-details.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/update-schedule-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8BlC,IAAiB,qBAAqB,CA8BrC;AA9BD,WAAiB,qBAAqB;IACpC,IAAY,gBAGX;IAHD,WAAY,gBAAgB;QAC1B,+BAAW,CAAA;QACX,+BAAW,CAAA;IACb,CAAC,EAHW,gBAAgB,GAAhB,sCAAgB,KAAhB,sCAAgB,QAG3B;IAED,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4CAAsB,yBAWrC,CAAA;AACH,CAAC,EA9BgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA8BrC"}
|
|
@@ -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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.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.43.0",
|
|
19
|
+
"oci-workrequests": "2.43.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|