oci-usageapi 2.25.0 → 2.26.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 CHANGED
@@ -75,7 +75,7 @@ export declare class UsageapiClient {
75
75
  * @param CreateCustomTableRequest
76
76
  * @return CreateCustomTableResponse
77
77
  * @throws OciError when an error occurs
78
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
78
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
79
79
  */
80
80
  createCustomTable(createCustomTableRequest: requests.CreateCustomTableRequest): Promise<responses.CreateCustomTableResponse>;
81
81
  /**
@@ -85,7 +85,7 @@ export declare class UsageapiClient {
85
85
  * @param CreateQueryRequest
86
86
  * @return CreateQueryResponse
87
87
  * @throws OciError when an error occurs
88
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
88
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
89
89
  */
90
90
  createQuery(createQueryRequest: requests.CreateQueryRequest): Promise<responses.CreateQueryResponse>;
91
91
  /**
@@ -95,7 +95,7 @@ export declare class UsageapiClient {
95
95
  * @param CreateScheduleRequest
96
96
  * @return CreateScheduleResponse
97
97
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
99
99
  */
100
100
  createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
101
101
  /**
@@ -105,7 +105,7 @@ export declare class UsageapiClient {
105
105
  * @param DeleteCustomTableRequest
106
106
  * @return DeleteCustomTableResponse
107
107
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
109
109
  */
110
110
  deleteCustomTable(deleteCustomTableRequest: requests.DeleteCustomTableRequest): Promise<responses.DeleteCustomTableResponse>;
111
111
  /**
@@ -115,7 +115,7 @@ export declare class UsageapiClient {
115
115
  * @param DeleteQueryRequest
116
116
  * @return DeleteQueryResponse
117
117
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
119
119
  */
120
120
  deleteQuery(deleteQueryRequest: requests.DeleteQueryRequest): Promise<responses.DeleteQueryResponse>;
121
121
  /**
@@ -125,7 +125,7 @@ export declare class UsageapiClient {
125
125
  * @param DeleteScheduleRequest
126
126
  * @return DeleteScheduleResponse
127
127
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
129
129
  */
130
130
  deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
131
131
  /**
@@ -135,7 +135,7 @@ export declare class UsageapiClient {
135
135
  * @param GetCustomTableRequest
136
136
  * @return GetCustomTableResponse
137
137
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
139
139
  */
140
140
  getCustomTable(getCustomTableRequest: requests.GetCustomTableRequest): Promise<responses.GetCustomTableResponse>;
141
141
  /**
@@ -145,7 +145,7 @@ export declare class UsageapiClient {
145
145
  * @param GetQueryRequest
146
146
  * @return GetQueryResponse
147
147
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
149
149
  */
150
150
  getQuery(getQueryRequest: requests.GetQueryRequest): Promise<responses.GetQueryResponse>;
151
151
  /**
@@ -155,7 +155,7 @@ export declare class UsageapiClient {
155
155
  * @param GetScheduleRequest
156
156
  * @return GetScheduleResponse
157
157
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/GetSchedule.ts.html |here} to see how to use GetSchedule API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/GetSchedule.ts.html |here} to see how to use GetSchedule API.
159
159
  */
160
160
  getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
161
161
  /**
@@ -165,7 +165,7 @@ export declare class UsageapiClient {
165
165
  * @param GetScheduledRunRequest
166
166
  * @return GetScheduledRunResponse
167
167
  * @throws OciError when an error occurs
168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRun API.
168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRun API.
169
169
  */
170
170
  getScheduledRun(getScheduledRunRequest: requests.GetScheduledRunRequest): Promise<responses.GetScheduledRunResponse>;
171
171
  /**
@@ -175,7 +175,7 @@ export declare class UsageapiClient {
175
175
  * @param ListCustomTablesRequest
176
176
  * @return ListCustomTablesResponse
177
177
  * @throws OciError when an error occurs
178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
179
179
  */
180
180
  listCustomTables(listCustomTablesRequest: requests.ListCustomTablesRequest): Promise<responses.ListCustomTablesResponse>;
181
181
  /**
@@ -185,7 +185,7 @@ export declare class UsageapiClient {
185
185
  * @param ListQueriesRequest
186
186
  * @return ListQueriesResponse
187
187
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
189
189
  */
190
190
  listQueries(listQueriesRequest: requests.ListQueriesRequest): Promise<responses.ListQueriesResponse>;
191
191
  /**
@@ -195,7 +195,7 @@ export declare class UsageapiClient {
195
195
  * @param ListScheduledRunsRequest
196
196
  * @return ListScheduledRunsResponse
197
197
  * @throws OciError when an error occurs
198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRuns API.
198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRuns API.
199
199
  */
200
200
  listScheduledRuns(listScheduledRunsRequest: requests.ListScheduledRunsRequest): Promise<responses.ListScheduledRunsResponse>;
201
201
  /**
@@ -205,7 +205,7 @@ export declare class UsageapiClient {
205
205
  * @param ListSchedulesRequest
206
206
  * @return ListSchedulesResponse
207
207
  * @throws OciError when an error occurs
208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedules API.
208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedules API.
209
209
  */
210
210
  listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
211
211
  /**
@@ -215,7 +215,7 @@ export declare class UsageapiClient {
215
215
  * @param RequestSummarizedConfigurationsRequest
216
216
  * @return RequestSummarizedConfigurationsResponse
217
217
  * @throws OciError when an error occurs
218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
219
219
  */
220
220
  requestSummarizedConfigurations(requestSummarizedConfigurationsRequest: requests.RequestSummarizedConfigurationsRequest): Promise<responses.RequestSummarizedConfigurationsResponse>;
221
221
  /**
@@ -225,7 +225,7 @@ export declare class UsageapiClient {
225
225
  * @param RequestSummarizedUsagesRequest
226
226
  * @return RequestSummarizedUsagesResponse
227
227
  * @throws OciError when an error occurs
228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
229
229
  */
230
230
  requestSummarizedUsages(requestSummarizedUsagesRequest: requests.RequestSummarizedUsagesRequest): Promise<responses.RequestSummarizedUsagesResponse>;
231
231
  /**
@@ -235,7 +235,7 @@ export declare class UsageapiClient {
235
235
  * @param UpdateCustomTableRequest
236
236
  * @return UpdateCustomTableResponse
237
237
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
239
239
  */
240
240
  updateCustomTable(updateCustomTableRequest: requests.UpdateCustomTableRequest): Promise<responses.UpdateCustomTableResponse>;
241
241
  /**
@@ -245,7 +245,7 @@ export declare class UsageapiClient {
245
245
  * @param UpdateQueryRequest
246
246
  * @return UpdateQueryResponse
247
247
  * @throws OciError when an error occurs
248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
249
249
  */
250
250
  updateQuery(updateQueryRequest: requests.UpdateQueryRequest): Promise<responses.UpdateQueryResponse>;
251
251
  /**
@@ -255,7 +255,7 @@ export declare class UsageapiClient {
255
255
  * @param UpdateScheduleRequest
256
256
  * @return UpdateScheduleResponse
257
257
  * @throws OciError when an error occurs
258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
259
259
  */
260
260
  updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
261
261
  }
package/lib/client.js CHANGED
@@ -156,7 +156,7 @@ class UsageapiClient {
156
156
  * @param CreateCustomTableRequest
157
157
  * @return CreateCustomTableResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
160
160
  */
161
161
  createCustomTable(createCustomTableRequest) {
162
162
  return __awaiter(this, void 0, void 0, function* () {
@@ -218,7 +218,7 @@ class UsageapiClient {
218
218
  * @param CreateQueryRequest
219
219
  * @return CreateQueryResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
222
222
  */
223
223
  createQuery(createQueryRequest) {
224
224
  return __awaiter(this, void 0, void 0, function* () {
@@ -280,7 +280,7 @@ class UsageapiClient {
280
280
  * @param CreateScheduleRequest
281
281
  * @return CreateScheduleResponse
282
282
  * @throws OciError when an error occurs
283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
284
284
  */
285
285
  createSchedule(createScheduleRequest) {
286
286
  return __awaiter(this, void 0, void 0, function* () {
@@ -342,7 +342,7 @@ class UsageapiClient {
342
342
  * @param DeleteCustomTableRequest
343
343
  * @return DeleteCustomTableResponse
344
344
  * @throws OciError when an error occurs
345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
346
346
  */
347
347
  deleteCustomTable(deleteCustomTableRequest) {
348
348
  return __awaiter(this, void 0, void 0, function* () {
@@ -396,7 +396,7 @@ class UsageapiClient {
396
396
  * @param DeleteQueryRequest
397
397
  * @return DeleteQueryResponse
398
398
  * @throws OciError when an error occurs
399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
400
400
  */
401
401
  deleteQuery(deleteQueryRequest) {
402
402
  return __awaiter(this, void 0, void 0, function* () {
@@ -450,7 +450,7 @@ class UsageapiClient {
450
450
  * @param DeleteScheduleRequest
451
451
  * @return DeleteScheduleResponse
452
452
  * @throws OciError when an error occurs
453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
453
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
454
454
  */
455
455
  deleteSchedule(deleteScheduleRequest) {
456
456
  return __awaiter(this, void 0, void 0, function* () {
@@ -504,7 +504,7 @@ class UsageapiClient {
504
504
  * @param GetCustomTableRequest
505
505
  * @return GetCustomTableResponse
506
506
  * @throws OciError when an error occurs
507
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
507
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
508
508
  */
509
509
  getCustomTable(getCustomTableRequest) {
510
510
  return __awaiter(this, void 0, void 0, function* () {
@@ -566,7 +566,7 @@ class UsageapiClient {
566
566
  * @param GetQueryRequest
567
567
  * @return GetQueryResponse
568
568
  * @throws OciError when an error occurs
569
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
569
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
570
570
  */
571
571
  getQuery(getQueryRequest) {
572
572
  return __awaiter(this, void 0, void 0, function* () {
@@ -628,7 +628,7 @@ class UsageapiClient {
628
628
  * @param GetScheduleRequest
629
629
  * @return GetScheduleResponse
630
630
  * @throws OciError when an error occurs
631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/GetSchedule.ts.html |here} to see how to use GetSchedule API.
631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/GetSchedule.ts.html |here} to see how to use GetSchedule API.
632
632
  */
633
633
  getSchedule(getScheduleRequest) {
634
634
  return __awaiter(this, void 0, void 0, function* () {
@@ -690,7 +690,7 @@ class UsageapiClient {
690
690
  * @param GetScheduledRunRequest
691
691
  * @return GetScheduledRunResponse
692
692
  * @throws OciError when an error occurs
693
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRun API.
693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRun API.
694
694
  */
695
695
  getScheduledRun(getScheduledRunRequest) {
696
696
  return __awaiter(this, void 0, void 0, function* () {
@@ -752,7 +752,7 @@ class UsageapiClient {
752
752
  * @param ListCustomTablesRequest
753
753
  * @return ListCustomTablesResponse
754
754
  * @throws OciError when an error occurs
755
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
755
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
756
756
  */
757
757
  listCustomTables(listCustomTablesRequest) {
758
758
  return __awaiter(this, void 0, void 0, function* () {
@@ -819,7 +819,7 @@ class UsageapiClient {
819
819
  * @param ListQueriesRequest
820
820
  * @return ListQueriesResponse
821
821
  * @throws OciError when an error occurs
822
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
822
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
823
823
  */
824
824
  listQueries(listQueriesRequest) {
825
825
  return __awaiter(this, void 0, void 0, function* () {
@@ -885,7 +885,7 @@ class UsageapiClient {
885
885
  * @param ListScheduledRunsRequest
886
886
  * @return ListScheduledRunsResponse
887
887
  * @throws OciError when an error occurs
888
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRuns API.
888
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRuns API.
889
889
  */
890
890
  listScheduledRuns(listScheduledRunsRequest) {
891
891
  return __awaiter(this, void 0, void 0, function* () {
@@ -951,7 +951,7 @@ class UsageapiClient {
951
951
  * @param ListSchedulesRequest
952
952
  * @return ListSchedulesResponse
953
953
  * @throws OciError when an error occurs
954
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedules API.
954
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedules API.
955
955
  */
956
956
  listSchedules(listSchedulesRequest) {
957
957
  return __awaiter(this, void 0, void 0, function* () {
@@ -1018,7 +1018,7 @@ class UsageapiClient {
1018
1018
  * @param RequestSummarizedConfigurationsRequest
1019
1019
  * @return RequestSummarizedConfigurationsResponse
1020
1020
  * @throws OciError when an error occurs
1021
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
1021
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
1022
1022
  */
1023
1023
  requestSummarizedConfigurations(requestSummarizedConfigurationsRequest) {
1024
1024
  return __awaiter(this, void 0, void 0, function* () {
@@ -1075,7 +1075,7 @@ class UsageapiClient {
1075
1075
  * @param RequestSummarizedUsagesRequest
1076
1076
  * @return RequestSummarizedUsagesResponse
1077
1077
  * @throws OciError when an error occurs
1078
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
1078
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
1079
1079
  */
1080
1080
  requestSummarizedUsages(requestSummarizedUsagesRequest) {
1081
1081
  return __awaiter(this, void 0, void 0, function* () {
@@ -1139,7 +1139,7 @@ class UsageapiClient {
1139
1139
  * @param UpdateCustomTableRequest
1140
1140
  * @return UpdateCustomTableResponse
1141
1141
  * @throws OciError when an error occurs
1142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
1142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
1143
1143
  */
1144
1144
  updateCustomTable(updateCustomTableRequest) {
1145
1145
  return __awaiter(this, void 0, void 0, function* () {
@@ -1203,7 +1203,7 @@ class UsageapiClient {
1203
1203
  * @param UpdateQueryRequest
1204
1204
  * @return UpdateQueryResponse
1205
1205
  * @throws OciError when an error occurs
1206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
1206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
1207
1207
  */
1208
1208
  updateQuery(updateQueryRequest) {
1209
1209
  return __awaiter(this, void 0, void 0, function* () {
@@ -1267,7 +1267,7 @@ class UsageapiClient {
1267
1267
  * @param UpdateScheduleRequest
1268
1268
  * @return UpdateScheduleResponse
1269
1269
  * @throws OciError when an error occurs
1270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
1270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
1271
1271
  */
1272
1272
  updateSchedule(updateScheduleRequest) {
1273
1273
  return __awaiter(this, void 0, void 0, function* () {
@@ -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.25.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTableRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQueryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateScheduleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTableRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQueryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteScheduleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTableRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0/usageapi/GetQuery.ts.html |here} to see how to use GetQueryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0/usageapi/GetSchedule.ts.html |here} to see how to use GetScheduleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTablesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueriesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRunsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedulesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsagesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTableRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQueryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateScheduleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.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.25.0",
3
+ "version": "2.26.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.25.0",
19
- "oci-workrequests": "2.25.0"
18
+ "oci-common": "2.26.0",
19
+ "oci-workrequests": "2.26.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"