oci-usageapi 2.16.0 → 2.17.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
@@ -59,7 +59,7 @@ export declare class UsageapiClient {
59
59
  * @param CreateCustomTableRequest
60
60
  * @return CreateCustomTableResponse
61
61
  * @throws OciError when an error occurs
62
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
62
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
63
63
  */
64
64
  createCustomTable(createCustomTableRequest: requests.CreateCustomTableRequest): Promise<responses.CreateCustomTableResponse>;
65
65
  /**
@@ -69,7 +69,7 @@ export declare class UsageapiClient {
69
69
  * @param CreateQueryRequest
70
70
  * @return CreateQueryResponse
71
71
  * @throws OciError when an error occurs
72
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
72
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
73
73
  */
74
74
  createQuery(createQueryRequest: requests.CreateQueryRequest): Promise<responses.CreateQueryResponse>;
75
75
  /**
@@ -79,7 +79,7 @@ export declare class UsageapiClient {
79
79
  * @param DeleteCustomTableRequest
80
80
  * @return DeleteCustomTableResponse
81
81
  * @throws OciError when an error occurs
82
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
82
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
83
83
  */
84
84
  deleteCustomTable(deleteCustomTableRequest: requests.DeleteCustomTableRequest): Promise<responses.DeleteCustomTableResponse>;
85
85
  /**
@@ -89,7 +89,7 @@ export declare class UsageapiClient {
89
89
  * @param DeleteQueryRequest
90
90
  * @return DeleteQueryResponse
91
91
  * @throws OciError when an error occurs
92
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
92
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
93
93
  */
94
94
  deleteQuery(deleteQueryRequest: requests.DeleteQueryRequest): Promise<responses.DeleteQueryResponse>;
95
95
  /**
@@ -99,7 +99,7 @@ export declare class UsageapiClient {
99
99
  * @param GetCustomTableRequest
100
100
  * @return GetCustomTableResponse
101
101
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
103
103
  */
104
104
  getCustomTable(getCustomTableRequest: requests.GetCustomTableRequest): Promise<responses.GetCustomTableResponse>;
105
105
  /**
@@ -109,7 +109,7 @@ export declare class UsageapiClient {
109
109
  * @param GetQueryRequest
110
110
  * @return GetQueryResponse
111
111
  * @throws OciError when an error occurs
112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
113
113
  */
114
114
  getQuery(getQueryRequest: requests.GetQueryRequest): Promise<responses.GetQueryResponse>;
115
115
  /**
@@ -119,7 +119,7 @@ export declare class UsageapiClient {
119
119
  * @param ListCustomTablesRequest
120
120
  * @return ListCustomTablesResponse
121
121
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
123
123
  */
124
124
  listCustomTables(listCustomTablesRequest: requests.ListCustomTablesRequest): Promise<responses.ListCustomTablesResponse>;
125
125
  /**
@@ -129,7 +129,7 @@ export declare class UsageapiClient {
129
129
  * @param ListQueriesRequest
130
130
  * @return ListQueriesResponse
131
131
  * @throws OciError when an error occurs
132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
133
133
  */
134
134
  listQueries(listQueriesRequest: requests.ListQueriesRequest): Promise<responses.ListQueriesResponse>;
135
135
  /**
@@ -139,7 +139,7 @@ export declare class UsageapiClient {
139
139
  * @param RequestSummarizedConfigurationsRequest
140
140
  * @return RequestSummarizedConfigurationsResponse
141
141
  * @throws OciError when an error occurs
142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
143
143
  */
144
144
  requestSummarizedConfigurations(requestSummarizedConfigurationsRequest: requests.RequestSummarizedConfigurationsRequest): Promise<responses.RequestSummarizedConfigurationsResponse>;
145
145
  /**
@@ -149,7 +149,7 @@ export declare class UsageapiClient {
149
149
  * @param RequestSummarizedUsagesRequest
150
150
  * @return RequestSummarizedUsagesResponse
151
151
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
153
153
  */
154
154
  requestSummarizedUsages(requestSummarizedUsagesRequest: requests.RequestSummarizedUsagesRequest): Promise<responses.RequestSummarizedUsagesResponse>;
155
155
  /**
@@ -159,7 +159,7 @@ export declare class UsageapiClient {
159
159
  * @param UpdateCustomTableRequest
160
160
  * @return UpdateCustomTableResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
163
163
  */
164
164
  updateCustomTable(updateCustomTableRequest: requests.UpdateCustomTableRequest): Promise<responses.UpdateCustomTableResponse>;
165
165
  /**
@@ -169,7 +169,7 @@ export declare class UsageapiClient {
169
169
  * @param UpdateQueryRequest
170
170
  * @return UpdateQueryResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
173
173
  */
174
174
  updateQuery(updateQueryRequest: requests.UpdateQueryRequest): Promise<responses.UpdateQueryResponse>;
175
175
  }
package/lib/client.js CHANGED
@@ -129,7 +129,7 @@ class UsageapiClient {
129
129
  * @param CreateCustomTableRequest
130
130
  * @return CreateCustomTableResponse
131
131
  * @throws OciError when an error occurs
132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
133
133
  */
134
134
  createCustomTable(createCustomTableRequest) {
135
135
  return __awaiter(this, void 0, void 0, function* () {
@@ -191,7 +191,7 @@ class UsageapiClient {
191
191
  * @param CreateQueryRequest
192
192
  * @return CreateQueryResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
195
195
  */
196
196
  createQuery(createQueryRequest) {
197
197
  return __awaiter(this, void 0, void 0, function* () {
@@ -253,7 +253,7 @@ class UsageapiClient {
253
253
  * @param DeleteCustomTableRequest
254
254
  * @return DeleteCustomTableResponse
255
255
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
257
257
  */
258
258
  deleteCustomTable(deleteCustomTableRequest) {
259
259
  return __awaiter(this, void 0, void 0, function* () {
@@ -307,7 +307,7 @@ class UsageapiClient {
307
307
  * @param DeleteQueryRequest
308
308
  * @return DeleteQueryResponse
309
309
  * @throws OciError when an error occurs
310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
311
311
  */
312
312
  deleteQuery(deleteQueryRequest) {
313
313
  return __awaiter(this, void 0, void 0, function* () {
@@ -361,7 +361,7 @@ class UsageapiClient {
361
361
  * @param GetCustomTableRequest
362
362
  * @return GetCustomTableResponse
363
363
  * @throws OciError when an error occurs
364
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
365
365
  */
366
366
  getCustomTable(getCustomTableRequest) {
367
367
  return __awaiter(this, void 0, void 0, function* () {
@@ -423,7 +423,7 @@ class UsageapiClient {
423
423
  * @param GetQueryRequest
424
424
  * @return GetQueryResponse
425
425
  * @throws OciError when an error occurs
426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
427
427
  */
428
428
  getQuery(getQueryRequest) {
429
429
  return __awaiter(this, void 0, void 0, function* () {
@@ -485,7 +485,7 @@ class UsageapiClient {
485
485
  * @param ListCustomTablesRequest
486
486
  * @return ListCustomTablesResponse
487
487
  * @throws OciError when an error occurs
488
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
488
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
489
489
  */
490
490
  listCustomTables(listCustomTablesRequest) {
491
491
  return __awaiter(this, void 0, void 0, function* () {
@@ -552,7 +552,7 @@ class UsageapiClient {
552
552
  * @param ListQueriesRequest
553
553
  * @return ListQueriesResponse
554
554
  * @throws OciError when an error occurs
555
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
555
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
556
556
  */
557
557
  listQueries(listQueriesRequest) {
558
558
  return __awaiter(this, void 0, void 0, function* () {
@@ -618,7 +618,7 @@ class UsageapiClient {
618
618
  * @param RequestSummarizedConfigurationsRequest
619
619
  * @return RequestSummarizedConfigurationsResponse
620
620
  * @throws OciError when an error occurs
621
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
621
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
622
622
  */
623
623
  requestSummarizedConfigurations(requestSummarizedConfigurationsRequest) {
624
624
  return __awaiter(this, void 0, void 0, function* () {
@@ -675,7 +675,7 @@ class UsageapiClient {
675
675
  * @param RequestSummarizedUsagesRequest
676
676
  * @return RequestSummarizedUsagesResponse
677
677
  * @throws OciError when an error occurs
678
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
678
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
679
679
  */
680
680
  requestSummarizedUsages(requestSummarizedUsagesRequest) {
681
681
  return __awaiter(this, void 0, void 0, function* () {
@@ -739,7 +739,7 @@ class UsageapiClient {
739
739
  * @param UpdateCustomTableRequest
740
740
  * @return UpdateCustomTableResponse
741
741
  * @throws OciError when an error occurs
742
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
743
743
  */
744
744
  updateCustomTable(updateCustomTableRequest) {
745
745
  return __awaiter(this, void 0, void 0, function* () {
@@ -803,7 +803,7 @@ class UsageapiClient {
803
803
  * @param UpdateQueryRequest
804
804
  * @return UpdateQueryResponse
805
805
  * @throws OciError when an error occurs
806
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
806
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
807
807
  */
808
808
  updateQuery(updateQueryRequest) {
809
809
  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.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.17.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTableRequest.
17
17
  */
18
18
  export interface CreateCustomTableRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.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.17.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQueryRequest.
17
17
  */
18
18
  export interface CreateQueryRequest 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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurationsRequest.
16
16
  */
17
17
  export interface RequestSummarizedConfigurationsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.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.17.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsagesRequest.
17
17
  */
18
18
  export interface RequestSummarizedUsagesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.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.17.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTableRequest.
17
17
  */
18
18
  export interface UpdateCustomTableRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.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.17.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQueryRequest.
17
17
  */
18
18
  export interface UpdateQueryRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-usageapi",
3
- "version": "2.16.0",
3
+ "version": "2.17.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.16.0",
19
- "oci-workrequests": "2.16.0"
18
+ "oci-common": "2.17.0",
19
+ "oci-workrequests": "2.17.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"