oci-usageapi 2.84.2 → 2.86.1
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 +33 -33
- package/lib/client.js +33 -33
- package/lib/request/create-custom-table-request.d.ts +1 -1
- package/lib/request/create-email-recipients-group-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/create-usage-carbon-emissions-query-request.d.ts +1 -1
- package/lib/request/delete-custom-table-request.d.ts +1 -1
- package/lib/request/delete-email-recipients-group-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/delete-usage-carbon-emissions-query-request.d.ts +1 -1
- package/lib/request/get-custom-table-request.d.ts +1 -1
- package/lib/request/get-email-recipients-group-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/get-usage-carbon-emissions-query-request.d.ts +1 -1
- package/lib/request/list-custom-tables-request.d.ts +1 -1
- package/lib/request/list-email-recipients-groups-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/list-usage-carbon-emissions-queries-request.d.ts +1 -1
- package/lib/request/request-average-carbon-emission-request.d.ts +1 -1
- package/lib/request/request-clean-energy-usage-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/request-usage-carbon-emission-config-request.d.ts +1 -1
- package/lib/request/request-usage-carbon-emissions-request.d.ts +1 -1
- package/lib/request/update-custom-table-request.d.ts +1 -1
- package/lib/request/update-email-recipients-group-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/lib/request/update-usage-carbon-emissions-query-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -96,7 +96,7 @@ export declare class UsageapiClient {
|
|
|
96
96
|
* @param CreateCustomTableRequest
|
|
97
97
|
* @return CreateCustomTableResponse
|
|
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.86.1/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
|
|
100
100
|
*/
|
|
101
101
|
createCustomTable(createCustomTableRequest: requests.CreateCustomTableRequest): Promise<responses.CreateCustomTableResponse>;
|
|
102
102
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class UsageapiClient {
|
|
|
106
106
|
* @param CreateEmailRecipientsGroupRequest
|
|
107
107
|
* @return CreateEmailRecipientsGroupResponse
|
|
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.86.1/usageapi/CreateEmailRecipientsGroup.ts.html |here} to see how to use CreateEmailRecipientsGroup API.
|
|
110
110
|
*/
|
|
111
111
|
createEmailRecipientsGroup(createEmailRecipientsGroupRequest: requests.CreateEmailRecipientsGroupRequest): Promise<responses.CreateEmailRecipientsGroupResponse>;
|
|
112
112
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class UsageapiClient {
|
|
|
116
116
|
* @param CreateQueryRequest
|
|
117
117
|
* @return CreateQueryResponse
|
|
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.86.1/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
|
|
120
120
|
*/
|
|
121
121
|
createQuery(createQueryRequest: requests.CreateQueryRequest): Promise<responses.CreateQueryResponse>;
|
|
122
122
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class UsageapiClient {
|
|
|
126
126
|
* @param CreateScheduleRequest
|
|
127
127
|
* @return CreateScheduleResponse
|
|
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.86.1/usageapi/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
130
130
|
*/
|
|
131
131
|
createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
|
|
132
132
|
/**
|
|
@@ -136,7 +136,7 @@ export declare class UsageapiClient {
|
|
|
136
136
|
* @param CreateUsageCarbonEmissionsQueryRequest
|
|
137
137
|
* @return CreateUsageCarbonEmissionsQueryResponse
|
|
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.86.1/usageapi/CreateUsageCarbonEmissionsQuery.ts.html |here} to see how to use CreateUsageCarbonEmissionsQuery API.
|
|
140
140
|
*/
|
|
141
141
|
createUsageCarbonEmissionsQuery(createUsageCarbonEmissionsQueryRequest: requests.CreateUsageCarbonEmissionsQueryRequest): Promise<responses.CreateUsageCarbonEmissionsQueryResponse>;
|
|
142
142
|
/**
|
|
@@ -146,7 +146,7 @@ export declare class UsageapiClient {
|
|
|
146
146
|
* @param DeleteCustomTableRequest
|
|
147
147
|
* @return DeleteCustomTableResponse
|
|
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.86.1/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
|
|
150
150
|
*/
|
|
151
151
|
deleteCustomTable(deleteCustomTableRequest: requests.DeleteCustomTableRequest): Promise<responses.DeleteCustomTableResponse>;
|
|
152
152
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class UsageapiClient {
|
|
|
156
156
|
* @param DeleteEmailRecipientsGroupRequest
|
|
157
157
|
* @return DeleteEmailRecipientsGroupResponse
|
|
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.86.1/usageapi/DeleteEmailRecipientsGroup.ts.html |here} to see how to use DeleteEmailRecipientsGroup API.
|
|
160
160
|
*/
|
|
161
161
|
deleteEmailRecipientsGroup(deleteEmailRecipientsGroupRequest: requests.DeleteEmailRecipientsGroupRequest): Promise<responses.DeleteEmailRecipientsGroupResponse>;
|
|
162
162
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class UsageapiClient {
|
|
|
166
166
|
* @param DeleteQueryRequest
|
|
167
167
|
* @return DeleteQueryResponse
|
|
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.86.1/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
|
|
170
170
|
*/
|
|
171
171
|
deleteQuery(deleteQueryRequest: requests.DeleteQueryRequest): Promise<responses.DeleteQueryResponse>;
|
|
172
172
|
/**
|
|
@@ -176,7 +176,7 @@ export declare class UsageapiClient {
|
|
|
176
176
|
* @param DeleteScheduleRequest
|
|
177
177
|
* @return DeleteScheduleResponse
|
|
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.86.1/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
180
180
|
*/
|
|
181
181
|
deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
|
|
182
182
|
/**
|
|
@@ -186,7 +186,7 @@ export declare class UsageapiClient {
|
|
|
186
186
|
* @param DeleteUsageCarbonEmissionsQueryRequest
|
|
187
187
|
* @return DeleteUsageCarbonEmissionsQueryResponse
|
|
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.86.1/usageapi/DeleteUsageCarbonEmissionsQuery.ts.html |here} to see how to use DeleteUsageCarbonEmissionsQuery API.
|
|
190
190
|
*/
|
|
191
191
|
deleteUsageCarbonEmissionsQuery(deleteUsageCarbonEmissionsQueryRequest: requests.DeleteUsageCarbonEmissionsQueryRequest): Promise<responses.DeleteUsageCarbonEmissionsQueryResponse>;
|
|
192
192
|
/**
|
|
@@ -196,7 +196,7 @@ export declare class UsageapiClient {
|
|
|
196
196
|
* @param GetCustomTableRequest
|
|
197
197
|
* @return GetCustomTableResponse
|
|
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.86.1/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
|
|
200
200
|
*/
|
|
201
201
|
getCustomTable(getCustomTableRequest: requests.GetCustomTableRequest): Promise<responses.GetCustomTableResponse>;
|
|
202
202
|
/**
|
|
@@ -206,7 +206,7 @@ export declare class UsageapiClient {
|
|
|
206
206
|
* @param GetEmailRecipientsGroupRequest
|
|
207
207
|
* @return GetEmailRecipientsGroupResponse
|
|
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.86.1/usageapi/GetEmailRecipientsGroup.ts.html |here} to see how to use GetEmailRecipientsGroup API.
|
|
210
210
|
*/
|
|
211
211
|
getEmailRecipientsGroup(getEmailRecipientsGroupRequest: requests.GetEmailRecipientsGroupRequest): Promise<responses.GetEmailRecipientsGroupResponse>;
|
|
212
212
|
/**
|
|
@@ -216,7 +216,7 @@ export declare class UsageapiClient {
|
|
|
216
216
|
* @param GetQueryRequest
|
|
217
217
|
* @return GetQueryResponse
|
|
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.86.1/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
|
|
220
220
|
*/
|
|
221
221
|
getQuery(getQueryRequest: requests.GetQueryRequest): Promise<responses.GetQueryResponse>;
|
|
222
222
|
/**
|
|
@@ -226,7 +226,7 @@ export declare class UsageapiClient {
|
|
|
226
226
|
* @param GetScheduleRequest
|
|
227
227
|
* @return GetScheduleResponse
|
|
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.86.1/usageapi/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
230
230
|
*/
|
|
231
231
|
getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
|
|
232
232
|
/**
|
|
@@ -236,7 +236,7 @@ export declare class UsageapiClient {
|
|
|
236
236
|
* @param GetScheduledRunRequest
|
|
237
237
|
* @return GetScheduledRunResponse
|
|
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.86.1/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRun API.
|
|
240
240
|
*/
|
|
241
241
|
getScheduledRun(getScheduledRunRequest: requests.GetScheduledRunRequest): Promise<responses.GetScheduledRunResponse>;
|
|
242
242
|
/**
|
|
@@ -246,7 +246,7 @@ export declare class UsageapiClient {
|
|
|
246
246
|
* @param GetUsageCarbonEmissionsQueryRequest
|
|
247
247
|
* @return GetUsageCarbonEmissionsQueryResponse
|
|
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.86.1/usageapi/GetUsageCarbonEmissionsQuery.ts.html |here} to see how to use GetUsageCarbonEmissionsQuery API.
|
|
250
250
|
*/
|
|
251
251
|
getUsageCarbonEmissionsQuery(getUsageCarbonEmissionsQueryRequest: requests.GetUsageCarbonEmissionsQueryRequest): Promise<responses.GetUsageCarbonEmissionsQueryResponse>;
|
|
252
252
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class UsageapiClient {
|
|
|
256
256
|
* @param ListCustomTablesRequest
|
|
257
257
|
* @return ListCustomTablesResponse
|
|
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.86.1/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
|
|
260
260
|
*/
|
|
261
261
|
listCustomTables(listCustomTablesRequest: requests.ListCustomTablesRequest): Promise<responses.ListCustomTablesResponse>;
|
|
262
262
|
/**
|
|
@@ -266,7 +266,7 @@ export declare class UsageapiClient {
|
|
|
266
266
|
* @param ListEmailRecipientsGroupsRequest
|
|
267
267
|
* @return ListEmailRecipientsGroupsResponse
|
|
268
268
|
* @throws OciError when an error occurs
|
|
269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/ListEmailRecipientsGroups.ts.html |here} to see how to use ListEmailRecipientsGroups API.
|
|
270
270
|
*/
|
|
271
271
|
listEmailRecipientsGroups(listEmailRecipientsGroupsRequest: requests.ListEmailRecipientsGroupsRequest): Promise<responses.ListEmailRecipientsGroupsResponse>;
|
|
272
272
|
/**
|
|
@@ -276,7 +276,7 @@ export declare class UsageapiClient {
|
|
|
276
276
|
* @param ListQueriesRequest
|
|
277
277
|
* @return ListQueriesResponse
|
|
278
278
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
|
|
280
280
|
*/
|
|
281
281
|
listQueries(listQueriesRequest: requests.ListQueriesRequest): Promise<responses.ListQueriesResponse>;
|
|
282
282
|
/**
|
|
@@ -286,7 +286,7 @@ export declare class UsageapiClient {
|
|
|
286
286
|
* @param ListScheduledRunsRequest
|
|
287
287
|
* @return ListScheduledRunsResponse
|
|
288
288
|
* @throws OciError when an error occurs
|
|
289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRuns API.
|
|
290
290
|
*/
|
|
291
291
|
listScheduledRuns(listScheduledRunsRequest: requests.ListScheduledRunsRequest): Promise<responses.ListScheduledRunsResponse>;
|
|
292
292
|
/**
|
|
@@ -296,7 +296,7 @@ export declare class UsageapiClient {
|
|
|
296
296
|
* @param ListSchedulesRequest
|
|
297
297
|
* @return ListSchedulesResponse
|
|
298
298
|
* @throws OciError when an error occurs
|
|
299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
300
300
|
*/
|
|
301
301
|
listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
|
|
302
302
|
/**
|
|
@@ -306,7 +306,7 @@ export declare class UsageapiClient {
|
|
|
306
306
|
* @param ListUsageCarbonEmissionsQueriesRequest
|
|
307
307
|
* @return ListUsageCarbonEmissionsQueriesResponse
|
|
308
308
|
* @throws OciError when an error occurs
|
|
309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/ListUsageCarbonEmissionsQueries.ts.html |here} to see how to use ListUsageCarbonEmissionsQueries API.
|
|
310
310
|
*/
|
|
311
311
|
listUsageCarbonEmissionsQueries(listUsageCarbonEmissionsQueriesRequest: requests.ListUsageCarbonEmissionsQueriesRequest): Promise<responses.ListUsageCarbonEmissionsQueriesResponse>;
|
|
312
312
|
/**
|
|
@@ -316,7 +316,7 @@ export declare class UsageapiClient {
|
|
|
316
316
|
* @param RequestAverageCarbonEmissionRequest
|
|
317
317
|
* @return RequestAverageCarbonEmissionResponse
|
|
318
318
|
* @throws OciError when an error occurs
|
|
319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/RequestAverageCarbonEmission.ts.html |here} to see how to use RequestAverageCarbonEmission API.
|
|
320
320
|
*/
|
|
321
321
|
requestAverageCarbonEmission(requestAverageCarbonEmissionRequest: requests.RequestAverageCarbonEmissionRequest): Promise<responses.RequestAverageCarbonEmissionResponse>;
|
|
322
322
|
/**
|
|
@@ -326,7 +326,7 @@ export declare class UsageapiClient {
|
|
|
326
326
|
* @param RequestCleanEnergyUsageRequest
|
|
327
327
|
* @return RequestCleanEnergyUsageResponse
|
|
328
328
|
* @throws OciError when an error occurs
|
|
329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/RequestCleanEnergyUsage.ts.html |here} to see how to use RequestCleanEnergyUsage API.
|
|
330
330
|
*/
|
|
331
331
|
requestCleanEnergyUsage(requestCleanEnergyUsageRequest: requests.RequestCleanEnergyUsageRequest): Promise<responses.RequestCleanEnergyUsageResponse>;
|
|
332
332
|
/**
|
|
@@ -336,7 +336,7 @@ export declare class UsageapiClient {
|
|
|
336
336
|
* @param RequestSummarizedConfigurationsRequest
|
|
337
337
|
* @return RequestSummarizedConfigurationsResponse
|
|
338
338
|
* @throws OciError when an error occurs
|
|
339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
339
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
|
|
340
340
|
*/
|
|
341
341
|
requestSummarizedConfigurations(requestSummarizedConfigurationsRequest: requests.RequestSummarizedConfigurationsRequest): Promise<responses.RequestSummarizedConfigurationsResponse>;
|
|
342
342
|
/**
|
|
@@ -346,7 +346,7 @@ export declare class UsageapiClient {
|
|
|
346
346
|
* @param RequestSummarizedUsagesRequest
|
|
347
347
|
* @return RequestSummarizedUsagesResponse
|
|
348
348
|
* @throws OciError when an error occurs
|
|
349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
|
|
350
350
|
*/
|
|
351
351
|
requestSummarizedUsages(requestSummarizedUsagesRequest: requests.RequestSummarizedUsagesRequest): Promise<responses.RequestSummarizedUsagesResponse>;
|
|
352
352
|
/**
|
|
@@ -356,7 +356,7 @@ export declare class UsageapiClient {
|
|
|
356
356
|
* @param RequestUsageCarbonEmissionConfigRequest
|
|
357
357
|
* @return RequestUsageCarbonEmissionConfigResponse
|
|
358
358
|
* @throws OciError when an error occurs
|
|
359
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
359
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/RequestUsageCarbonEmissionConfig.ts.html |here} to see how to use RequestUsageCarbonEmissionConfig API.
|
|
360
360
|
*/
|
|
361
361
|
requestUsageCarbonEmissionConfig(requestUsageCarbonEmissionConfigRequest: requests.RequestUsageCarbonEmissionConfigRequest): Promise<responses.RequestUsageCarbonEmissionConfigResponse>;
|
|
362
362
|
/**
|
|
@@ -366,7 +366,7 @@ export declare class UsageapiClient {
|
|
|
366
366
|
* @param RequestUsageCarbonEmissionsRequest
|
|
367
367
|
* @return RequestUsageCarbonEmissionsResponse
|
|
368
368
|
* @throws OciError when an error occurs
|
|
369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/RequestUsageCarbonEmissions.ts.html |here} to see how to use RequestUsageCarbonEmissions API.
|
|
370
370
|
*/
|
|
371
371
|
requestUsageCarbonEmissions(requestUsageCarbonEmissionsRequest: requests.RequestUsageCarbonEmissionsRequest): Promise<responses.RequestUsageCarbonEmissionsResponse>;
|
|
372
372
|
/**
|
|
@@ -376,7 +376,7 @@ export declare class UsageapiClient {
|
|
|
376
376
|
* @param UpdateCustomTableRequest
|
|
377
377
|
* @return UpdateCustomTableResponse
|
|
378
378
|
* @throws OciError when an error occurs
|
|
379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
|
|
380
380
|
*/
|
|
381
381
|
updateCustomTable(updateCustomTableRequest: requests.UpdateCustomTableRequest): Promise<responses.UpdateCustomTableResponse>;
|
|
382
382
|
/**
|
|
@@ -386,7 +386,7 @@ export declare class UsageapiClient {
|
|
|
386
386
|
* @param UpdateEmailRecipientsGroupRequest
|
|
387
387
|
* @return UpdateEmailRecipientsGroupResponse
|
|
388
388
|
* @throws OciError when an error occurs
|
|
389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/UpdateEmailRecipientsGroup.ts.html |here} to see how to use UpdateEmailRecipientsGroup API.
|
|
390
390
|
*/
|
|
391
391
|
updateEmailRecipientsGroup(updateEmailRecipientsGroupRequest: requests.UpdateEmailRecipientsGroupRequest): Promise<responses.UpdateEmailRecipientsGroupResponse>;
|
|
392
392
|
/**
|
|
@@ -396,7 +396,7 @@ export declare class UsageapiClient {
|
|
|
396
396
|
* @param UpdateQueryRequest
|
|
397
397
|
* @return UpdateQueryResponse
|
|
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.86.1/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
|
|
400
400
|
*/
|
|
401
401
|
updateQuery(updateQueryRequest: requests.UpdateQueryRequest): Promise<responses.UpdateQueryResponse>;
|
|
402
402
|
/**
|
|
@@ -406,7 +406,7 @@ export declare class UsageapiClient {
|
|
|
406
406
|
* @param UpdateScheduleRequest
|
|
407
407
|
* @return UpdateScheduleResponse
|
|
408
408
|
* @throws OciError when an error occurs
|
|
409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
410
410
|
*/
|
|
411
411
|
updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
|
|
412
412
|
/**
|
|
@@ -416,7 +416,7 @@ export declare class UsageapiClient {
|
|
|
416
416
|
* @param UpdateUsageCarbonEmissionsQueryRequest
|
|
417
417
|
* @return UpdateUsageCarbonEmissionsQueryResponse
|
|
418
418
|
* @throws OciError when an error occurs
|
|
419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/UpdateUsageCarbonEmissionsQuery.ts.html |here} to see how to use UpdateUsageCarbonEmissionsQuery API.
|
|
420
420
|
*/
|
|
421
421
|
updateUsageCarbonEmissionsQuery(updateUsageCarbonEmissionsQueryRequest: requests.UpdateUsageCarbonEmissionsQueryRequest): Promise<responses.UpdateUsageCarbonEmissionsQueryResponse>;
|
|
422
422
|
}
|
package/lib/client.js
CHANGED
|
@@ -203,7 +203,7 @@ class UsageapiClient {
|
|
|
203
203
|
* @param CreateCustomTableRequest
|
|
204
204
|
* @return CreateCustomTableResponse
|
|
205
205
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
|
|
207
207
|
*/
|
|
208
208
|
createCustomTable(createCustomTableRequest) {
|
|
209
209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -267,7 +267,7 @@ class UsageapiClient {
|
|
|
267
267
|
* @param CreateEmailRecipientsGroupRequest
|
|
268
268
|
* @return CreateEmailRecipientsGroupResponse
|
|
269
269
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/CreateEmailRecipientsGroup.ts.html |here} to see how to use CreateEmailRecipientsGroup API.
|
|
271
271
|
*/
|
|
272
272
|
createEmailRecipientsGroup(createEmailRecipientsGroupRequest) {
|
|
273
273
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -333,7 +333,7 @@ class UsageapiClient {
|
|
|
333
333
|
* @param CreateQueryRequest
|
|
334
334
|
* @return CreateQueryResponse
|
|
335
335
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
|
|
337
337
|
*/
|
|
338
338
|
createQuery(createQueryRequest) {
|
|
339
339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -397,7 +397,7 @@ class UsageapiClient {
|
|
|
397
397
|
* @param CreateScheduleRequest
|
|
398
398
|
* @return CreateScheduleResponse
|
|
399
399
|
* @throws OciError when an error occurs
|
|
400
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
400
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
|
|
401
401
|
*/
|
|
402
402
|
createSchedule(createScheduleRequest) {
|
|
403
403
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -461,7 +461,7 @@ class UsageapiClient {
|
|
|
461
461
|
* @param CreateUsageCarbonEmissionsQueryRequest
|
|
462
462
|
* @return CreateUsageCarbonEmissionsQueryResponse
|
|
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.86.1/usageapi/CreateUsageCarbonEmissionsQuery.ts.html |here} to see how to use CreateUsageCarbonEmissionsQuery API.
|
|
465
465
|
*/
|
|
466
466
|
createUsageCarbonEmissionsQuery(createUsageCarbonEmissionsQueryRequest) {
|
|
467
467
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -525,7 +525,7 @@ class UsageapiClient {
|
|
|
525
525
|
* @param DeleteCustomTableRequest
|
|
526
526
|
* @return DeleteCustomTableResponse
|
|
527
527
|
* @throws OciError when an error occurs
|
|
528
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
528
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
|
|
529
529
|
*/
|
|
530
530
|
deleteCustomTable(deleteCustomTableRequest) {
|
|
531
531
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -581,7 +581,7 @@ class UsageapiClient {
|
|
|
581
581
|
* @param DeleteEmailRecipientsGroupRequest
|
|
582
582
|
* @return DeleteEmailRecipientsGroupResponse
|
|
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.86.1/usageapi/DeleteEmailRecipientsGroup.ts.html |here} to see how to use DeleteEmailRecipientsGroup API.
|
|
585
585
|
*/
|
|
586
586
|
deleteEmailRecipientsGroup(deleteEmailRecipientsGroupRequest) {
|
|
587
587
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -640,7 +640,7 @@ class UsageapiClient {
|
|
|
640
640
|
* @param DeleteQueryRequest
|
|
641
641
|
* @return DeleteQueryResponse
|
|
642
642
|
* @throws OciError when an error occurs
|
|
643
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
|
|
644
644
|
*/
|
|
645
645
|
deleteQuery(deleteQueryRequest) {
|
|
646
646
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -696,7 +696,7 @@ class UsageapiClient {
|
|
|
696
696
|
* @param DeleteScheduleRequest
|
|
697
697
|
* @return DeleteScheduleResponse
|
|
698
698
|
* @throws OciError when an error occurs
|
|
699
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
699
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
|
|
700
700
|
*/
|
|
701
701
|
deleteSchedule(deleteScheduleRequest) {
|
|
702
702
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -752,7 +752,7 @@ class UsageapiClient {
|
|
|
752
752
|
* @param DeleteUsageCarbonEmissionsQueryRequest
|
|
753
753
|
* @return DeleteUsageCarbonEmissionsQueryResponse
|
|
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.86.1/usageapi/DeleteUsageCarbonEmissionsQuery.ts.html |here} to see how to use DeleteUsageCarbonEmissionsQuery API.
|
|
756
756
|
*/
|
|
757
757
|
deleteUsageCarbonEmissionsQuery(deleteUsageCarbonEmissionsQueryRequest) {
|
|
758
758
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -808,7 +808,7 @@ class UsageapiClient {
|
|
|
808
808
|
* @param GetCustomTableRequest
|
|
809
809
|
* @return GetCustomTableResponse
|
|
810
810
|
* @throws OciError when an error occurs
|
|
811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
|
|
812
812
|
*/
|
|
813
813
|
getCustomTable(getCustomTableRequest) {
|
|
814
814
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -872,7 +872,7 @@ class UsageapiClient {
|
|
|
872
872
|
* @param GetEmailRecipientsGroupRequest
|
|
873
873
|
* @return GetEmailRecipientsGroupResponse
|
|
874
874
|
* @throws OciError when an error occurs
|
|
875
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
875
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/GetEmailRecipientsGroup.ts.html |here} to see how to use GetEmailRecipientsGroup API.
|
|
876
876
|
*/
|
|
877
877
|
getEmailRecipientsGroup(getEmailRecipientsGroupRequest) {
|
|
878
878
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -939,7 +939,7 @@ class UsageapiClient {
|
|
|
939
939
|
* @param GetQueryRequest
|
|
940
940
|
* @return GetQueryResponse
|
|
941
941
|
* @throws OciError when an error occurs
|
|
942
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
|
|
943
943
|
*/
|
|
944
944
|
getQuery(getQueryRequest) {
|
|
945
945
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1003,7 +1003,7 @@ class UsageapiClient {
|
|
|
1003
1003
|
* @param GetScheduleRequest
|
|
1004
1004
|
* @return GetScheduleResponse
|
|
1005
1005
|
* @throws OciError when an error occurs
|
|
1006
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1006
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/GetSchedule.ts.html |here} to see how to use GetSchedule API.
|
|
1007
1007
|
*/
|
|
1008
1008
|
getSchedule(getScheduleRequest) {
|
|
1009
1009
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1067,7 +1067,7 @@ class UsageapiClient {
|
|
|
1067
1067
|
* @param GetScheduledRunRequest
|
|
1068
1068
|
* @return GetScheduledRunResponse
|
|
1069
1069
|
* @throws OciError when an error occurs
|
|
1070
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1070
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRun API.
|
|
1071
1071
|
*/
|
|
1072
1072
|
getScheduledRun(getScheduledRunRequest) {
|
|
1073
1073
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1131,7 +1131,7 @@ class UsageapiClient {
|
|
|
1131
1131
|
* @param GetUsageCarbonEmissionsQueryRequest
|
|
1132
1132
|
* @return GetUsageCarbonEmissionsQueryResponse
|
|
1133
1133
|
* @throws OciError when an error occurs
|
|
1134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/GetUsageCarbonEmissionsQuery.ts.html |here} to see how to use GetUsageCarbonEmissionsQuery API.
|
|
1135
1135
|
*/
|
|
1136
1136
|
getUsageCarbonEmissionsQuery(getUsageCarbonEmissionsQueryRequest) {
|
|
1137
1137
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1195,7 +1195,7 @@ class UsageapiClient {
|
|
|
1195
1195
|
* @param ListCustomTablesRequest
|
|
1196
1196
|
* @return ListCustomTablesResponse
|
|
1197
1197
|
* @throws OciError when an error occurs
|
|
1198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
|
|
1199
1199
|
*/
|
|
1200
1200
|
listCustomTables(listCustomTablesRequest) {
|
|
1201
1201
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1264,7 +1264,7 @@ class UsageapiClient {
|
|
|
1264
1264
|
* @param ListEmailRecipientsGroupsRequest
|
|
1265
1265
|
* @return ListEmailRecipientsGroupsResponse
|
|
1266
1266
|
* @throws OciError when an error occurs
|
|
1267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/ListEmailRecipientsGroups.ts.html |here} to see how to use ListEmailRecipientsGroups API.
|
|
1268
1268
|
*/
|
|
1269
1269
|
listEmailRecipientsGroups(listEmailRecipientsGroupsRequest) {
|
|
1270
1270
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1335,7 +1335,7 @@ class UsageapiClient {
|
|
|
1335
1335
|
* @param ListQueriesRequest
|
|
1336
1336
|
* @return ListQueriesResponse
|
|
1337
1337
|
* @throws OciError when an error occurs
|
|
1338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
|
|
1339
1339
|
*/
|
|
1340
1340
|
listQueries(listQueriesRequest) {
|
|
1341
1341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1403,7 +1403,7 @@ class UsageapiClient {
|
|
|
1403
1403
|
* @param ListScheduledRunsRequest
|
|
1404
1404
|
* @return ListScheduledRunsResponse
|
|
1405
1405
|
* @throws OciError when an error occurs
|
|
1406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRuns API.
|
|
1407
1407
|
*/
|
|
1408
1408
|
listScheduledRuns(listScheduledRunsRequest) {
|
|
1409
1409
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1471,7 +1471,7 @@ class UsageapiClient {
|
|
|
1471
1471
|
* @param ListSchedulesRequest
|
|
1472
1472
|
* @return ListSchedulesResponse
|
|
1473
1473
|
* @throws OciError when an error occurs
|
|
1474
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1474
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedules API.
|
|
1475
1475
|
*/
|
|
1476
1476
|
listSchedules(listSchedulesRequest) {
|
|
1477
1477
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1540,7 +1540,7 @@ class UsageapiClient {
|
|
|
1540
1540
|
* @param ListUsageCarbonEmissionsQueriesRequest
|
|
1541
1541
|
* @return ListUsageCarbonEmissionsQueriesResponse
|
|
1542
1542
|
* @throws OciError when an error occurs
|
|
1543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/ListUsageCarbonEmissionsQueries.ts.html |here} to see how to use ListUsageCarbonEmissionsQueries API.
|
|
1544
1544
|
*/
|
|
1545
1545
|
listUsageCarbonEmissionsQueries(listUsageCarbonEmissionsQueriesRequest) {
|
|
1546
1546
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1608,7 +1608,7 @@ class UsageapiClient {
|
|
|
1608
1608
|
* @param RequestAverageCarbonEmissionRequest
|
|
1609
1609
|
* @return RequestAverageCarbonEmissionResponse
|
|
1610
1610
|
* @throws OciError when an error occurs
|
|
1611
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/RequestAverageCarbonEmission.ts.html |here} to see how to use RequestAverageCarbonEmission API.
|
|
1612
1612
|
*/
|
|
1613
1613
|
requestAverageCarbonEmission(requestAverageCarbonEmissionRequest) {
|
|
1614
1614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1672,7 +1672,7 @@ class UsageapiClient {
|
|
|
1672
1672
|
* @param RequestCleanEnergyUsageRequest
|
|
1673
1673
|
* @return RequestCleanEnergyUsageResponse
|
|
1674
1674
|
* @throws OciError when an error occurs
|
|
1675
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1675
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/RequestCleanEnergyUsage.ts.html |here} to see how to use RequestCleanEnergyUsage API.
|
|
1676
1676
|
*/
|
|
1677
1677
|
requestCleanEnergyUsage(requestCleanEnergyUsageRequest) {
|
|
1678
1678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1738,7 +1738,7 @@ class UsageapiClient {
|
|
|
1738
1738
|
* @param RequestSummarizedConfigurationsRequest
|
|
1739
1739
|
* @return RequestSummarizedConfigurationsResponse
|
|
1740
1740
|
* @throws OciError when an error occurs
|
|
1741
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1741
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
|
|
1742
1742
|
*/
|
|
1743
1743
|
requestSummarizedConfigurations(requestSummarizedConfigurationsRequest) {
|
|
1744
1744
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1797,7 +1797,7 @@ class UsageapiClient {
|
|
|
1797
1797
|
* @param RequestSummarizedUsagesRequest
|
|
1798
1798
|
* @return RequestSummarizedUsagesResponse
|
|
1799
1799
|
* @throws OciError when an error occurs
|
|
1800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1800
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
|
|
1801
1801
|
*/
|
|
1802
1802
|
requestSummarizedUsages(requestSummarizedUsagesRequest) {
|
|
1803
1803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1863,7 +1863,7 @@ class UsageapiClient {
|
|
|
1863
1863
|
* @param RequestUsageCarbonEmissionConfigRequest
|
|
1864
1864
|
* @return RequestUsageCarbonEmissionConfigResponse
|
|
1865
1865
|
* @throws OciError when an error occurs
|
|
1866
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1866
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/RequestUsageCarbonEmissionConfig.ts.html |here} to see how to use RequestUsageCarbonEmissionConfig API.
|
|
1867
1867
|
*/
|
|
1868
1868
|
requestUsageCarbonEmissionConfig(requestUsageCarbonEmissionConfigRequest) {
|
|
1869
1869
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1922,7 +1922,7 @@ class UsageapiClient {
|
|
|
1922
1922
|
* @param RequestUsageCarbonEmissionsRequest
|
|
1923
1923
|
* @return RequestUsageCarbonEmissionsResponse
|
|
1924
1924
|
* @throws OciError when an error occurs
|
|
1925
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/RequestUsageCarbonEmissions.ts.html |here} to see how to use RequestUsageCarbonEmissions API.
|
|
1926
1926
|
*/
|
|
1927
1927
|
requestUsageCarbonEmissions(requestUsageCarbonEmissionsRequest) {
|
|
1928
1928
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1988,7 +1988,7 @@ class UsageapiClient {
|
|
|
1988
1988
|
* @param UpdateCustomTableRequest
|
|
1989
1989
|
* @return UpdateCustomTableResponse
|
|
1990
1990
|
* @throws OciError when an error occurs
|
|
1991
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
|
|
1992
1992
|
*/
|
|
1993
1993
|
updateCustomTable(updateCustomTableRequest) {
|
|
1994
1994
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2054,7 +2054,7 @@ class UsageapiClient {
|
|
|
2054
2054
|
* @param UpdateEmailRecipientsGroupRequest
|
|
2055
2055
|
* @return UpdateEmailRecipientsGroupResponse
|
|
2056
2056
|
* @throws OciError when an error occurs
|
|
2057
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2057
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/UpdateEmailRecipientsGroup.ts.html |here} to see how to use UpdateEmailRecipientsGroup API.
|
|
2058
2058
|
*/
|
|
2059
2059
|
updateEmailRecipientsGroup(updateEmailRecipientsGroupRequest) {
|
|
2060
2060
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2123,7 +2123,7 @@ class UsageapiClient {
|
|
|
2123
2123
|
* @param UpdateQueryRequest
|
|
2124
2124
|
* @return UpdateQueryResponse
|
|
2125
2125
|
* @throws OciError when an error occurs
|
|
2126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
|
|
2127
2127
|
*/
|
|
2128
2128
|
updateQuery(updateQueryRequest) {
|
|
2129
2129
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2189,7 +2189,7 @@ class UsageapiClient {
|
|
|
2189
2189
|
* @param UpdateScheduleRequest
|
|
2190
2190
|
* @return UpdateScheduleResponse
|
|
2191
2191
|
* @throws OciError when an error occurs
|
|
2192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
|
|
2193
2193
|
*/
|
|
2194
2194
|
updateSchedule(updateScheduleRequest) {
|
|
2195
2195
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2255,7 +2255,7 @@ class UsageapiClient {
|
|
|
2255
2255
|
* @param UpdateUsageCarbonEmissionsQueryRequest
|
|
2256
2256
|
* @return UpdateUsageCarbonEmissionsQueryResponse
|
|
2257
2257
|
* @throws OciError when an error occurs
|
|
2258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/usageapi/UpdateUsageCarbonEmissionsQuery.ts.html |here} to see how to use UpdateUsageCarbonEmissionsQuery API.
|
|
2259
2259
|
*/
|
|
2260
2260
|
updateUsageCarbonEmissionsQuery(updateUsageCarbonEmissionsQueryRequest) {
|
|
2261
2261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.86.1/usageapi/CreateEmailRecipientsGroup.ts.html |here} to see how to use CreateEmailRecipientsGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateEmailRecipientsGroupRequest 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.86.1/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.86.1/usageapi/CreateSchedule.ts.html |here} to see how to use CreateScheduleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateScheduleRequest 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.86.1/usageapi/CreateUsageCarbonEmissionsQuery.ts.html |here} to see how to use CreateUsageCarbonEmissionsQueryRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateUsageCarbonEmissionsQueryRequest 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.86.1/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.86.1/usageapi/DeleteEmailRecipientsGroup.ts.html |here} to see how to use DeleteEmailRecipientsGroupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteEmailRecipientsGroupRequest 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.86.1/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.86.1/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.86.1/usageapi/DeleteUsageCarbonEmissionsQuery.ts.html |here} to see how to use DeleteUsageCarbonEmissionsQueryRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteUsageCarbonEmissionsQueryRequest 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.86.1/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.86.1/usageapi/GetEmailRecipientsGroup.ts.html |here} to see how to use GetEmailRecipientsGroupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetEmailRecipientsGroupRequest 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.86.1/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.86.1/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.86.1/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.86.1/usageapi/GetUsageCarbonEmissionsQuery.ts.html |here} to see how to use GetUsageCarbonEmissionsQueryRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetUsageCarbonEmissionsQueryRequest 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.86.1/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.86.1/usageapi/ListEmailRecipientsGroups.ts.html |here} to see how to use ListEmailRecipientsGroupsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListEmailRecipientsGroupsRequest 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.86.1/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.86.1/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.86.1/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.86.1/usageapi/ListUsageCarbonEmissionsQueries.ts.html |here} to see how to use ListUsageCarbonEmissionsQueriesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListUsageCarbonEmissionsQueriesRequest 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.86.1/usageapi/RequestAverageCarbonEmission.ts.html |here} to see how to use RequestAverageCarbonEmissionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface RequestAverageCarbonEmissionRequest 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.86.1/usageapi/RequestCleanEnergyUsage.ts.html |here} to see how to use RequestCleanEnergyUsageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface RequestCleanEnergyUsageRequest 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.86.1/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.86.1/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsagesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RequestSummarizedUsagesRequest 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.86.1/usageapi/RequestUsageCarbonEmissionConfig.ts.html |here} to see how to use RequestUsageCarbonEmissionConfigRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface RequestUsageCarbonEmissionConfigRequest 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.86.1/usageapi/RequestUsageCarbonEmissions.ts.html |here} to see how to use RequestUsageCarbonEmissionsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RequestUsageCarbonEmissionsRequest 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.86.1/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.86.1/usageapi/UpdateEmailRecipientsGroup.ts.html |here} to see how to use UpdateEmailRecipientsGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateEmailRecipientsGroupRequest 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.86.1/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.86.1/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateScheduleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateScheduleRequest 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.86.1/usageapi/UpdateUsageCarbonEmissionsQuery.ts.html |here} to see how to use UpdateUsageCarbonEmissionsQueryRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateUsageCarbonEmissionsQueryRequest 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.86.1",
|
|
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.86.1",
|
|
19
|
+
"oci-workrequests": "2.86.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|