oci-usageapi 2.21.0 → 2.25.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.
Files changed (113) hide show
  1. package/index.d.ts +2 -0
  2. package/index.js +3 -1
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +98 -12
  5. package/lib/client.js +477 -13
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/create-schedule-details.d.ts +59 -0
  8. package/lib/model/create-schedule-details.js +63 -0
  9. package/lib/model/create-schedule-details.js.map +1 -0
  10. package/lib/model/date-range.d.ts +24 -0
  11. package/lib/model/date-range.js +69 -0
  12. package/lib/model/date-range.js.map +1 -0
  13. package/lib/model/dynamic-date-range.d.ts +39 -0
  14. package/lib/model/dynamic-date-range.js +67 -0
  15. package/lib/model/dynamic-date-range.js.map +1 -0
  16. package/lib/model/index.d.ts +28 -0
  17. package/lib/model/index.js +29 -1
  18. package/lib/model/index.js.map +1 -1
  19. package/lib/model/object-storage-location.d.ts +36 -0
  20. package/lib/model/object-storage-location.js +52 -0
  21. package/lib/model/object-storage-location.js.map +1 -0
  22. package/lib/model/query-properties.d.ts +78 -0
  23. package/lib/model/query-properties.js +88 -0
  24. package/lib/model/query-properties.js.map +1 -0
  25. package/lib/model/result-location.d.ts +24 -0
  26. package/lib/model/result-location.js +65 -0
  27. package/lib/model/result-location.js.map +1 -0
  28. package/lib/model/schedule-collection.d.ts +26 -0
  29. package/lib/model/schedule-collection.js +61 -0
  30. package/lib/model/schedule-collection.js.map +1 -0
  31. package/lib/model/schedule-summary.d.ts +69 -0
  32. package/lib/model/schedule-summary.js +29 -0
  33. package/lib/model/schedule-summary.js.map +1 -0
  34. package/lib/model/schedule.d.ts +89 -0
  35. package/lib/model/schedule.js +73 -0
  36. package/lib/model/schedule.js.map +1 -0
  37. package/lib/model/scheduled-run-collection.d.ts +26 -0
  38. package/lib/model/scheduled-run-collection.js +61 -0
  39. package/lib/model/scheduled-run-collection.js.map +1 -0
  40. package/lib/model/scheduled-run-summary.d.ts +45 -0
  41. package/lib/model/scheduled-run-summary.js +29 -0
  42. package/lib/model/scheduled-run-summary.js.map +1 -0
  43. package/lib/model/scheduled-run.d.ts +54 -0
  44. package/lib/model/scheduled-run.js +39 -0
  45. package/lib/model/scheduled-run.js.map +1 -0
  46. package/lib/model/static-date-range.d.ts +32 -0
  47. package/lib/model/static-date-range.js +50 -0
  48. package/lib/model/static-date-range.js.map +1 -0
  49. package/lib/model/update-schedule-details.d.ts +39 -0
  50. package/lib/model/update-schedule-details.js +29 -0
  51. package/lib/model/update-schedule-details.js.map +1 -0
  52. package/lib/request/create-custom-table-request.d.ts +1 -1
  53. package/lib/request/create-query-request.d.ts +1 -1
  54. package/lib/request/create-schedule-request.d.ts +38 -0
  55. package/lib/request/create-schedule-request.js +15 -0
  56. package/lib/request/create-schedule-request.js.map +1 -0
  57. package/lib/request/delete-custom-table-request.d.ts +1 -1
  58. package/lib/request/delete-query-request.d.ts +1 -1
  59. package/lib/request/delete-schedule-request.d.ts +37 -0
  60. package/lib/request/delete-schedule-request.js +15 -0
  61. package/lib/request/delete-schedule-request.js.map +1 -0
  62. package/lib/request/get-custom-table-request.d.ts +1 -1
  63. package/lib/request/get-query-request.d.ts +1 -1
  64. package/lib/request/get-schedule-request.d.ts +28 -0
  65. package/lib/request/get-schedule-request.js +15 -0
  66. package/lib/request/get-schedule-request.js.map +1 -0
  67. package/lib/request/get-scheduled-run-request.d.ts +28 -0
  68. package/lib/request/get-scheduled-run-request.js +15 -0
  69. package/lib/request/get-scheduled-run-request.js.map +1 -0
  70. package/lib/request/index.d.ts +14 -0
  71. package/lib/request/index.js +5 -1
  72. package/lib/request/index.js.map +1 -1
  73. package/lib/request/list-custom-tables-request.d.ts +1 -1
  74. package/lib/request/list-queries-request.d.ts +1 -1
  75. package/lib/request/list-scheduled-runs-request.d.ts +56 -0
  76. package/lib/request/list-scheduled-runs-request.js +28 -0
  77. package/lib/request/list-scheduled-runs-request.js.map +1 -0
  78. package/lib/request/list-schedules-request.d.ts +62 -0
  79. package/lib/request/list-schedules-request.js +29 -0
  80. package/lib/request/list-schedules-request.js.map +1 -0
  81. package/lib/request/request-summarized-configurations-request.d.ts +1 -1
  82. package/lib/request/request-summarized-usages-request.d.ts +1 -1
  83. package/lib/request/update-custom-table-request.d.ts +1 -1
  84. package/lib/request/update-query-request.d.ts +1 -1
  85. package/lib/request/update-schedule-request.d.ts +42 -0
  86. package/lib/request/update-schedule-request.js +15 -0
  87. package/lib/request/update-schedule-request.js.map +1 -0
  88. package/lib/response/create-schedule-response.d.ts +29 -0
  89. package/lib/response/create-schedule-response.js +15 -0
  90. package/lib/response/create-schedule-response.js.map +1 -0
  91. package/lib/response/delete-schedule-response.d.ts +20 -0
  92. package/lib/response/delete-schedule-response.js +15 -0
  93. package/lib/response/delete-schedule-response.js.map +1 -0
  94. package/lib/response/get-schedule-response.d.ts +29 -0
  95. package/lib/response/get-schedule-response.js +15 -0
  96. package/lib/response/get-schedule-response.js.map +1 -0
  97. package/lib/response/get-scheduled-run-response.d.ts +29 -0
  98. package/lib/response/get-scheduled-run-response.js +15 -0
  99. package/lib/response/get-scheduled-run-response.js.map +1 -0
  100. package/lib/response/index.d.ts +14 -0
  101. package/lib/response/list-scheduled-runs-response.d.ts +32 -0
  102. package/lib/response/list-scheduled-runs-response.js +15 -0
  103. package/lib/response/list-scheduled-runs-response.js.map +1 -0
  104. package/lib/response/list-schedules-response.d.ts +32 -0
  105. package/lib/response/list-schedules-response.js +15 -0
  106. package/lib/response/list-schedules-response.js.map +1 -0
  107. package/lib/response/update-schedule-response.d.ts +29 -0
  108. package/lib/response/update-schedule-response.js +15 -0
  109. package/lib/response/update-schedule-response.js.map +1 -0
  110. package/lib/usageapi-waiter.d.ts +37 -0
  111. package/lib/usageapi-waiter.js +57 -0
  112. package/lib/usageapi-waiter.js.map +1 -0
  113. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -14,7 +14,9 @@ import * as requests from "./lib/request";
14
14
  import * as models from "./lib/model";
15
15
  import * as responses from "./lib/response";
16
16
  import * as client from "./lib/client";
17
+ import * as usageapi_waiter from "./lib/usageapi-waiter";
17
18
  export { models };
18
19
  export { requests };
19
20
  export { responses };
20
21
  export import UsageapiClient = client.UsageapiClient;
22
+ export import UsageapiWaiter = usageapi_waiter.UsageapiWaiter;
package/index.js CHANGED
@@ -31,7 +31,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.UsageapiClient = exports.responses = exports.requests = exports.models = void 0;
34
+ exports.UsageapiWaiter = exports.UsageapiClient = exports.responses = exports.requests = exports.models = void 0;
35
35
  const requests = __importStar(require("./lib/request"));
36
36
  exports.requests = requests;
37
37
  const models = __importStar(require("./lib/model"));
@@ -39,5 +39,7 @@ exports.models = models;
39
39
  const responses = __importStar(require("./lib/response"));
40
40
  exports.responses = responses;
41
41
  const client = __importStar(require("./lib/client"));
42
+ const usageapi_waiter = __importStar(require("./lib/usageapi-waiter"));
42
43
  exports.UsageapiClient = client.UsageapiClient;
44
+ exports.UsageapiWaiter = usageapi_waiter.UsageapiWaiter;
43
45
  //# sourceMappingURL=index.js.map
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/usageapi/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAMjC,4BAAQ;AALjB,oDAAsC;AAI7B,wBAAM;AAHf,0DAA4C;AAKnC,8BAAS;AAJlB,qDAAuC;AAKzB,QAAA,cAAc,GAAG,MAAM,CAAC,cAAc,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/usageapi/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAOjC,4BAAQ;AANjB,oDAAsC;AAK7B,wBAAM;AAJf,0DAA4C;AAMnC,8BAAS;AALlB,qDAAuC;AACvC,uEAAyD;AAK3C,QAAA,cAAc,GAAG,MAAM,CAAC,cAAc,CAAC;AACvC,QAAA,cAAc,GAAG,eAAe,CAAC,cAAc,CAAC"}
package/lib/client.d.ts CHANGED
@@ -13,6 +13,7 @@
13
13
  import common = require("oci-common");
14
14
  import * as requests from "./request";
15
15
  import * as responses from "./response";
16
+ import { UsageapiWaiter } from "./usageapi-waiter";
16
17
  export declare enum UsageapiApiKeys {
17
18
  }
18
19
  /**
@@ -23,8 +24,10 @@ export declare class UsageapiClient {
23
24
  protected static endpointServiceName: string;
24
25
  protected "_endpoint": string;
25
26
  protected "_defaultHeaders": any;
27
+ protected "_waiters": UsageapiWaiter;
26
28
  protected "_clientConfiguration": common.ClientConfiguration;
27
29
  protected _circuitBreaker: null;
30
+ protected _httpOptions: any;
28
31
  protected _httpClient: common.HttpClient;
29
32
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
30
33
  /**
@@ -52,6 +55,19 @@ export declare class UsageapiClient {
52
55
  * @param regionId The public region ID.
53
56
  */
54
57
  set regionId(regionId: string);
58
+ /**
59
+ * Creates a new UsageapiWaiter for resources for this service.
60
+ *
61
+ * @param config The waiter configuration for termination and delay strategy
62
+ * @return The service waiters.
63
+ */
64
+ createWaiters(config?: common.WaiterConfiguration): UsageapiWaiter;
65
+ /**
66
+ * Gets the waiters available for resources for this service.
67
+ *
68
+ * @return The service waiters.
69
+ */
70
+ getWaiters(): UsageapiWaiter;
55
71
  /**
56
72
  * Returns the created custom table.
57
73
  *
@@ -59,7 +75,7 @@ export declare class UsageapiClient {
59
75
  * @param CreateCustomTableRequest
60
76
  * @return CreateCustomTableResponse
61
77
  * @throws OciError when an error occurs
62
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.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.25.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
63
79
  */
64
80
  createCustomTable(createCustomTableRequest: requests.CreateCustomTableRequest): Promise<responses.CreateCustomTableResponse>;
65
81
  /**
@@ -69,9 +85,19 @@ export declare class UsageapiClient {
69
85
  * @param CreateQueryRequest
70
86
  * @return CreateQueryResponse
71
87
  * @throws OciError when an error occurs
72
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.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.25.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
73
89
  */
74
90
  createQuery(createQueryRequest: requests.CreateQueryRequest): Promise<responses.CreateQueryResponse>;
91
+ /**
92
+ * Returns the created schedule.
93
+ *
94
+ * This operation does not retry by default if the user has not defined a retry configuration.
95
+ * @param CreateScheduleRequest
96
+ * @return CreateScheduleResponse
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.
99
+ */
100
+ createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
75
101
  /**
76
102
  * Delete a saved custom table by the OCID.
77
103
  *
@@ -79,7 +105,7 @@ export declare class UsageapiClient {
79
105
  * @param DeleteCustomTableRequest
80
106
  * @return DeleteCustomTableResponse
81
107
  * @throws OciError when an error occurs
82
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.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.25.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
83
109
  */
84
110
  deleteCustomTable(deleteCustomTableRequest: requests.DeleteCustomTableRequest): Promise<responses.DeleteCustomTableResponse>;
85
111
  /**
@@ -89,9 +115,19 @@ export declare class UsageapiClient {
89
115
  * @param DeleteQueryRequest
90
116
  * @return DeleteQueryResponse
91
117
  * @throws OciError when an error occurs
92
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.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.25.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
93
119
  */
94
120
  deleteQuery(deleteQueryRequest: requests.DeleteQueryRequest): Promise<responses.DeleteQueryResponse>;
121
+ /**
122
+ * Delete a saved scheduled report by the OCID.
123
+ *
124
+ * This operation does not retry by default if the user has not defined a retry configuration.
125
+ * @param DeleteScheduleRequest
126
+ * @return DeleteScheduleResponse
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.
129
+ */
130
+ deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
95
131
  /**
96
132
  * Returns the saved custom table.
97
133
  *
@@ -99,7 +135,7 @@ export declare class UsageapiClient {
99
135
  * @param GetCustomTableRequest
100
136
  * @return GetCustomTableResponse
101
137
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.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.25.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
103
139
  */
104
140
  getCustomTable(getCustomTableRequest: requests.GetCustomTableRequest): Promise<responses.GetCustomTableResponse>;
105
141
  /**
@@ -109,9 +145,29 @@ export declare class UsageapiClient {
109
145
  * @param GetQueryRequest
110
146
  * @return GetQueryResponse
111
147
  * @throws OciError when an error occurs
112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.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.25.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
113
149
  */
114
150
  getQuery(getQueryRequest: requests.GetQueryRequest): Promise<responses.GetQueryResponse>;
151
+ /**
152
+ * Returns the saved schedule.
153
+ *
154
+ * This operation does not retry by default if the user has not defined a retry configuration.
155
+ * @param GetScheduleRequest
156
+ * @return GetScheduleResponse
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.
159
+ */
160
+ getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
161
+ /**
162
+ * Returns the saved schedule run.
163
+ *
164
+ * This operation does not retry by default if the user has not defined a retry configuration.
165
+ * @param GetScheduledRunRequest
166
+ * @return GetScheduledRunResponse
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.
169
+ */
170
+ getScheduledRun(getScheduledRunRequest: requests.GetScheduledRunRequest): Promise<responses.GetScheduledRunResponse>;
115
171
  /**
116
172
  * Returns the saved custom table list.
117
173
  *
@@ -119,7 +175,7 @@ export declare class UsageapiClient {
119
175
  * @param ListCustomTablesRequest
120
176
  * @return ListCustomTablesResponse
121
177
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.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.25.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
123
179
  */
124
180
  listCustomTables(listCustomTablesRequest: requests.ListCustomTablesRequest): Promise<responses.ListCustomTablesResponse>;
125
181
  /**
@@ -129,9 +185,29 @@ export declare class UsageapiClient {
129
185
  * @param ListQueriesRequest
130
186
  * @return ListQueriesResponse
131
187
  * @throws OciError when an error occurs
132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.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.25.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
133
189
  */
134
190
  listQueries(listQueriesRequest: requests.ListQueriesRequest): Promise<responses.ListQueriesResponse>;
191
+ /**
192
+ * Returns schedule history list.
193
+ *
194
+ * This operation does not retry by default if the user has not defined a retry configuration.
195
+ * @param ListScheduledRunsRequest
196
+ * @return ListScheduledRunsResponse
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.
199
+ */
200
+ listScheduledRuns(listScheduledRunsRequest: requests.ListScheduledRunsRequest): Promise<responses.ListScheduledRunsResponse>;
201
+ /**
202
+ * Returns the saved schedule list.
203
+ *
204
+ * This operation does not retry by default if the user has not defined a retry configuration.
205
+ * @param ListSchedulesRequest
206
+ * @return ListSchedulesResponse
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.
209
+ */
210
+ listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
135
211
  /**
136
212
  * Returns the configurations list for the UI drop-down list.
137
213
  *
@@ -139,7 +215,7 @@ export declare class UsageapiClient {
139
215
  * @param RequestSummarizedConfigurationsRequest
140
216
  * @return RequestSummarizedConfigurationsResponse
141
217
  * @throws OciError when an error occurs
142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.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.25.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
143
219
  */
144
220
  requestSummarizedConfigurations(requestSummarizedConfigurationsRequest: requests.RequestSummarizedConfigurationsRequest): Promise<responses.RequestSummarizedConfigurationsResponse>;
145
221
  /**
@@ -149,7 +225,7 @@ export declare class UsageapiClient {
149
225
  * @param RequestSummarizedUsagesRequest
150
226
  * @return RequestSummarizedUsagesResponse
151
227
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.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.25.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
153
229
  */
154
230
  requestSummarizedUsages(requestSummarizedUsagesRequest: requests.RequestSummarizedUsagesRequest): Promise<responses.RequestSummarizedUsagesResponse>;
155
231
  /**
@@ -159,7 +235,7 @@ export declare class UsageapiClient {
159
235
  * @param UpdateCustomTableRequest
160
236
  * @return UpdateCustomTableResponse
161
237
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.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.25.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
163
239
  */
164
240
  updateCustomTable(updateCustomTableRequest: requests.UpdateCustomTableRequest): Promise<responses.UpdateCustomTableResponse>;
165
241
  /**
@@ -169,7 +245,17 @@ export declare class UsageapiClient {
169
245
  * @param UpdateQueryRequest
170
246
  * @return UpdateQueryResponse
171
247
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.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.25.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
173
249
  */
174
250
  updateQuery(updateQueryRequest: requests.UpdateQueryRequest): Promise<responses.UpdateQueryResponse>;
251
+ /**
252
+ * Update a saved schedule
253
+ *
254
+ * This operation does not retry by default if the user has not defined a retry configuration.
255
+ * @param UpdateScheduleRequest
256
+ * @return UpdateScheduleResponse
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.
259
+ */
260
+ updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
175
261
  }