oci-usage 2.89.0 → 2.89.2
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 +9 -9
- package/lib/client.js +9 -9
- package/lib/request/create-redeemable-user-request.d.ts +1 -1
- package/lib/request/delete-redeemable-user-request.d.ts +1 -1
- package/lib/request/list-products-request.d.ts +1 -1
- package/lib/request/list-redeemable-users-request.d.ts +1 -1
- package/lib/request/list-redemptions-request.d.ts +1 -1
- package/lib/request/list-resource-quota-request.d.ts +1 -1
- package/lib/request/list-resources-request.d.ts +1 -1
- package/lib/request/list-rewards-request.d.ts +1 -1
- package/lib/request/list-usage-limits-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -82,7 +82,7 @@ export declare class ResourcesClient {
|
|
|
82
82
|
* @param ListResourceQuotaRequest
|
|
83
83
|
* @return ListResourceQuotaResponse
|
|
84
84
|
* @throws OciError when an error occurs
|
|
85
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
85
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListResourceQuota.ts.html |here} to see how to use ListResourceQuota API.
|
|
86
86
|
*/
|
|
87
87
|
listResourceQuota(listResourceQuotaRequest: requests.ListResourceQuotaRequest): Promise<responses.ListResourceQuotaResponse>;
|
|
88
88
|
/**
|
|
@@ -93,7 +93,7 @@ export declare class ResourcesClient {
|
|
|
93
93
|
* @param ListResourcesRequest
|
|
94
94
|
* @return ListResourcesResponse
|
|
95
95
|
* @throws OciError when an error occurs
|
|
96
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
96
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListResources.ts.html |here} to see how to use ListResources API.
|
|
97
97
|
*/
|
|
98
98
|
listResources(listResourcesRequest: requests.ListResourcesRequest): Promise<responses.ListResourcesResponse>;
|
|
99
99
|
}
|
|
@@ -164,7 +164,7 @@ export declare class RewardsClient {
|
|
|
164
164
|
* @param CreateRedeemableUserRequest
|
|
165
165
|
* @return CreateRedeemableUserResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API.
|
|
168
168
|
*/
|
|
169
169
|
createRedeemableUser(createRedeemableUserRequest: requests.CreateRedeemableUserRequest): Promise<responses.CreateRedeemableUserResponse>;
|
|
170
170
|
/**
|
|
@@ -174,7 +174,7 @@ export declare class RewardsClient {
|
|
|
174
174
|
* @param DeleteRedeemableUserRequest
|
|
175
175
|
* @return DeleteRedeemableUserResponse
|
|
176
176
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API.
|
|
178
178
|
*/
|
|
179
179
|
deleteRedeemableUser(deleteRedeemableUserRequest: requests.DeleteRedeemableUserRequest): Promise<responses.DeleteRedeemableUserResponse>;
|
|
180
180
|
/**
|
|
@@ -184,7 +184,7 @@ export declare class RewardsClient {
|
|
|
184
184
|
* @param ListProductsRequest
|
|
185
185
|
* @return ListProductsResponse
|
|
186
186
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListProducts.ts.html |here} to see how to use ListProducts API.
|
|
188
188
|
*/
|
|
189
189
|
listProducts(listProductsRequest: requests.ListProductsRequest): Promise<responses.ListProductsResponse>;
|
|
190
190
|
/**
|
|
@@ -194,7 +194,7 @@ export declare class RewardsClient {
|
|
|
194
194
|
* @param ListRedeemableUsersRequest
|
|
195
195
|
* @return ListRedeemableUsersResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API.
|
|
198
198
|
*/
|
|
199
199
|
listRedeemableUsers(listRedeemableUsersRequest: requests.ListRedeemableUsersRequest): Promise<responses.ListRedeemableUsersResponse>;
|
|
200
200
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class RewardsClient {
|
|
|
204
204
|
* @param ListRedemptionsRequest
|
|
205
205
|
* @return ListRedemptionsResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListRedemptions.ts.html |here} to see how to use ListRedemptions API.
|
|
208
208
|
*/
|
|
209
209
|
listRedemptions(listRedemptionsRequest: requests.ListRedemptionsRequest): Promise<responses.ListRedemptionsResponse>;
|
|
210
210
|
/**
|
|
@@ -214,7 +214,7 @@ export declare class RewardsClient {
|
|
|
214
214
|
* @param ListRewardsRequest
|
|
215
215
|
* @return ListRewardsResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListRewards.ts.html |here} to see how to use ListRewards API.
|
|
218
218
|
*/
|
|
219
219
|
listRewards(listRewardsRequest: requests.ListRewardsRequest): Promise<responses.ListRewardsResponse>;
|
|
220
220
|
}
|
|
@@ -285,7 +285,7 @@ export declare class UsagelimitsClient {
|
|
|
285
285
|
* @param ListUsageLimitsRequest
|
|
286
286
|
* @return ListUsageLimitsResponse
|
|
287
287
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListUsageLimits.ts.html |here} to see how to use ListUsageLimits API.
|
|
289
289
|
*/
|
|
290
290
|
listUsageLimits(listUsageLimitsRequest: requests.ListUsageLimitsRequest): Promise<responses.ListUsageLimitsResponse>;
|
|
291
291
|
}
|
package/lib/client.js
CHANGED
|
@@ -182,7 +182,7 @@ class ResourcesClient {
|
|
|
182
182
|
* @param ListResourceQuotaRequest
|
|
183
183
|
* @return ListResourceQuotaResponse
|
|
184
184
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListResourceQuota.ts.html |here} to see how to use ListResourceQuota API.
|
|
186
186
|
*/
|
|
187
187
|
listResourceQuota(listResourceQuotaRequest) {
|
|
188
188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -253,7 +253,7 @@ class ResourcesClient {
|
|
|
253
253
|
* @param ListResourcesRequest
|
|
254
254
|
* @return ListResourcesResponse
|
|
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.89.
|
|
256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListResources.ts.html |here} to see how to use ListResources API.
|
|
257
257
|
*/
|
|
258
258
|
listResources(listResourcesRequest) {
|
|
259
259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -453,7 +453,7 @@ class RewardsClient {
|
|
|
453
453
|
* @param CreateRedeemableUserRequest
|
|
454
454
|
* @return CreateRedeemableUserResponse
|
|
455
455
|
* @throws OciError when an error occurs
|
|
456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API.
|
|
457
457
|
*/
|
|
458
458
|
createRedeemableUser(createRedeemableUserRequest) {
|
|
459
459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -523,7 +523,7 @@ class RewardsClient {
|
|
|
523
523
|
* @param DeleteRedeemableUserRequest
|
|
524
524
|
* @return DeleteRedeemableUserResponse
|
|
525
525
|
* @throws OciError when an error occurs
|
|
526
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
526
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API.
|
|
527
527
|
*/
|
|
528
528
|
deleteRedeemableUser(deleteRedeemableUserRequest) {
|
|
529
529
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -582,7 +582,7 @@ class RewardsClient {
|
|
|
582
582
|
* @param ListProductsRequest
|
|
583
583
|
* @return ListProductsResponse
|
|
584
584
|
* @throws OciError when an error occurs
|
|
585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListProducts.ts.html |here} to see how to use ListProducts API.
|
|
586
586
|
*/
|
|
587
587
|
listProducts(listProductsRequest) {
|
|
588
588
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -654,7 +654,7 @@ class RewardsClient {
|
|
|
654
654
|
* @param ListRedeemableUsersRequest
|
|
655
655
|
* @return ListRedeemableUsersResponse
|
|
656
656
|
* @throws OciError when an error occurs
|
|
657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
657
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API.
|
|
658
658
|
*/
|
|
659
659
|
listRedeemableUsers(listRedeemableUsersRequest) {
|
|
660
660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -724,7 +724,7 @@ class RewardsClient {
|
|
|
724
724
|
* @param ListRedemptionsRequest
|
|
725
725
|
* @return ListRedemptionsResponse
|
|
726
726
|
* @throws OciError when an error occurs
|
|
727
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
727
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListRedemptions.ts.html |here} to see how to use ListRedemptions API.
|
|
728
728
|
*/
|
|
729
729
|
listRedemptions(listRedemptionsRequest) {
|
|
730
730
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -796,7 +796,7 @@ class RewardsClient {
|
|
|
796
796
|
* @param ListRewardsRequest
|
|
797
797
|
* @return ListRewardsResponse
|
|
798
798
|
* @throws OciError when an error occurs
|
|
799
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
799
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListRewards.ts.html |here} to see how to use ListRewards API.
|
|
800
800
|
*/
|
|
801
801
|
listRewards(listRewardsRequest) {
|
|
802
802
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -987,7 +987,7 @@ class UsagelimitsClient {
|
|
|
987
987
|
* @param ListUsageLimitsRequest
|
|
988
988
|
* @return ListUsageLimitsResponse
|
|
989
989
|
* @throws OciError when an error occurs
|
|
990
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
990
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListUsageLimits.ts.html |here} to see how to use ListUsageLimits API.
|
|
991
991
|
*/
|
|
992
992
|
listUsageLimits(listUsageLimitsRequest) {
|
|
993
993
|
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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUserRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateRedeemableUserRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUserRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteRedeemableUserRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListProducts.ts.html |here} to see how to use ListProductsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListProductsRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsersRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRedeemableUsersRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListRedemptions.ts.html |here} to see how to use ListRedemptionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRedemptionsRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListResourceQuota.ts.html |here} to see how to use ListResourceQuotaRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListResourceQuotaRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListResources.ts.html |here} to see how to use ListResourcesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListResourcesRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListRewards.ts.html |here} to see how to use ListRewardsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRewardsRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/usage/ListUsageLimits.ts.html |here} to see how to use ListUsageLimitsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListUsageLimitsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-usage",
|
|
3
|
-
"version": "2.89.
|
|
3
|
+
"version": "2.89.2",
|
|
4
4
|
"description": "OCI NodeJS client for Usage 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.89.
|
|
19
|
-
"oci-workrequests": "2.89.
|
|
18
|
+
"oci-common": "2.89.2",
|
|
19
|
+
"oci-workrequests": "2.89.2"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|