oci-usageapi 2.11.0 → 2.11.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 CHANGED
@@ -58,7 +58,7 @@ export declare class UsageapiClient {
58
58
  * @param CreateCustomTableRequest
59
59
  * @return CreateCustomTableResponse
60
60
  * @throws OciError when an error occurs
61
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
61
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
62
62
  */
63
63
  createCustomTable(createCustomTableRequest: requests.CreateCustomTableRequest): Promise<responses.CreateCustomTableResponse>;
64
64
  /**
@@ -68,7 +68,7 @@ export declare class UsageapiClient {
68
68
  * @param CreateQueryRequest
69
69
  * @return CreateQueryResponse
70
70
  * @throws OciError when an error occurs
71
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
71
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
72
72
  */
73
73
  createQuery(createQueryRequest: requests.CreateQueryRequest): Promise<responses.CreateQueryResponse>;
74
74
  /**
@@ -78,7 +78,7 @@ export declare class UsageapiClient {
78
78
  * @param DeleteCustomTableRequest
79
79
  * @return DeleteCustomTableResponse
80
80
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
82
82
  */
83
83
  deleteCustomTable(deleteCustomTableRequest: requests.DeleteCustomTableRequest): Promise<responses.DeleteCustomTableResponse>;
84
84
  /**
@@ -88,7 +88,7 @@ export declare class UsageapiClient {
88
88
  * @param DeleteQueryRequest
89
89
  * @return DeleteQueryResponse
90
90
  * @throws OciError when an error occurs
91
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
92
92
  */
93
93
  deleteQuery(deleteQueryRequest: requests.DeleteQueryRequest): Promise<responses.DeleteQueryResponse>;
94
94
  /**
@@ -98,7 +98,7 @@ export declare class UsageapiClient {
98
98
  * @param GetCustomTableRequest
99
99
  * @return GetCustomTableResponse
100
100
  * @throws OciError when an error occurs
101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
102
102
  */
103
103
  getCustomTable(getCustomTableRequest: requests.GetCustomTableRequest): Promise<responses.GetCustomTableResponse>;
104
104
  /**
@@ -108,7 +108,7 @@ export declare class UsageapiClient {
108
108
  * @param GetQueryRequest
109
109
  * @return GetQueryResponse
110
110
  * @throws OciError when an error occurs
111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
112
112
  */
113
113
  getQuery(getQueryRequest: requests.GetQueryRequest): Promise<responses.GetQueryResponse>;
114
114
  /**
@@ -118,7 +118,7 @@ export declare class UsageapiClient {
118
118
  * @param ListCustomTablesRequest
119
119
  * @return ListCustomTablesResponse
120
120
  * @throws OciError when an error occurs
121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
122
122
  */
123
123
  listCustomTables(listCustomTablesRequest: requests.ListCustomTablesRequest): Promise<responses.ListCustomTablesResponse>;
124
124
  /**
@@ -128,7 +128,7 @@ export declare class UsageapiClient {
128
128
  * @param ListQueriesRequest
129
129
  * @return ListQueriesResponse
130
130
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
132
132
  */
133
133
  listQueries(listQueriesRequest: requests.ListQueriesRequest): Promise<responses.ListQueriesResponse>;
134
134
  /**
@@ -138,7 +138,7 @@ export declare class UsageapiClient {
138
138
  * @param RequestSummarizedConfigurationsRequest
139
139
  * @return RequestSummarizedConfigurationsResponse
140
140
  * @throws OciError when an error occurs
141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
142
142
  */
143
143
  requestSummarizedConfigurations(requestSummarizedConfigurationsRequest: requests.RequestSummarizedConfigurationsRequest): Promise<responses.RequestSummarizedConfigurationsResponse>;
144
144
  /**
@@ -148,7 +148,7 @@ export declare class UsageapiClient {
148
148
  * @param RequestSummarizedUsagesRequest
149
149
  * @return RequestSummarizedUsagesResponse
150
150
  * @throws OciError when an error occurs
151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
152
152
  */
153
153
  requestSummarizedUsages(requestSummarizedUsagesRequest: requests.RequestSummarizedUsagesRequest): Promise<responses.RequestSummarizedUsagesResponse>;
154
154
  /**
@@ -158,7 +158,7 @@ export declare class UsageapiClient {
158
158
  * @param UpdateCustomTableRequest
159
159
  * @return UpdateCustomTableResponse
160
160
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
162
162
  */
163
163
  updateCustomTable(updateCustomTableRequest: requests.UpdateCustomTableRequest): Promise<responses.UpdateCustomTableResponse>;
164
164
  /**
@@ -168,7 +168,7 @@ export declare class UsageapiClient {
168
168
  * @param UpdateQueryRequest
169
169
  * @return UpdateQueryResponse
170
170
  * @throws OciError when an error occurs
171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.1/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
172
172
  */
173
173
  updateQuery(updateQueryRequest: requests.UpdateQueryRequest): Promise<responses.UpdateQueryResponse>;
174
174
  }
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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.1/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.11.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.11.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.11.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.11.1/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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.1/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.11.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.11.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.11.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.11.1/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.11.0",
3
+ "version": "2.11.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.11.0",
19
- "oci-workrequests": "2.11.0"
18
+ "oci-common": "2.11.1",
19
+ "oci-workrequests": "2.11.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"