oci-usage 2.81.0 → 2.82.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 +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
|
@@ -78,7 +78,7 @@ export declare class ResourcesClient {
|
|
|
78
78
|
* @param ListResourceQuotaRequest
|
|
79
79
|
* @return ListResourceQuotaResponse
|
|
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.
|
|
81
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/usage/ListResourceQuota.ts.html |here} to see how to use ListResourceQuota API.
|
|
82
82
|
*/
|
|
83
83
|
listResourceQuota(listResourceQuotaRequest: requests.ListResourceQuotaRequest): Promise<responses.ListResourceQuotaResponse>;
|
|
84
84
|
/**
|
|
@@ -89,7 +89,7 @@ export declare class ResourcesClient {
|
|
|
89
89
|
* @param ListResourcesRequest
|
|
90
90
|
* @return ListResourcesResponse
|
|
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.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/usage/ListResources.ts.html |here} to see how to use ListResources API.
|
|
93
93
|
*/
|
|
94
94
|
listResources(listResourcesRequest: requests.ListResourcesRequest): Promise<responses.ListResourcesResponse>;
|
|
95
95
|
}
|
|
@@ -156,7 +156,7 @@ export declare class RewardsClient {
|
|
|
156
156
|
* @param CreateRedeemableUserRequest
|
|
157
157
|
* @return CreateRedeemableUserResponse
|
|
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.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API.
|
|
160
160
|
*/
|
|
161
161
|
createRedeemableUser(createRedeemableUserRequest: requests.CreateRedeemableUserRequest): Promise<responses.CreateRedeemableUserResponse>;
|
|
162
162
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class RewardsClient {
|
|
|
166
166
|
* @param DeleteRedeemableUserRequest
|
|
167
167
|
* @return DeleteRedeemableUserResponse
|
|
168
168
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API.
|
|
170
170
|
*/
|
|
171
171
|
deleteRedeemableUser(deleteRedeemableUserRequest: requests.DeleteRedeemableUserRequest): Promise<responses.DeleteRedeemableUserResponse>;
|
|
172
172
|
/**
|
|
@@ -176,7 +176,7 @@ export declare class RewardsClient {
|
|
|
176
176
|
* @param ListProductsRequest
|
|
177
177
|
* @return ListProductsResponse
|
|
178
178
|
* @throws OciError when an error occurs
|
|
179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/usage/ListProducts.ts.html |here} to see how to use ListProducts API.
|
|
180
180
|
*/
|
|
181
181
|
listProducts(listProductsRequest: requests.ListProductsRequest): Promise<responses.ListProductsResponse>;
|
|
182
182
|
/**
|
|
@@ -186,7 +186,7 @@ export declare class RewardsClient {
|
|
|
186
186
|
* @param ListRedeemableUsersRequest
|
|
187
187
|
* @return ListRedeemableUsersResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API.
|
|
190
190
|
*/
|
|
191
191
|
listRedeemableUsers(listRedeemableUsersRequest: requests.ListRedeemableUsersRequest): Promise<responses.ListRedeemableUsersResponse>;
|
|
192
192
|
/**
|
|
@@ -196,7 +196,7 @@ export declare class RewardsClient {
|
|
|
196
196
|
* @param ListRedemptionsRequest
|
|
197
197
|
* @return ListRedemptionsResponse
|
|
198
198
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/usage/ListRedemptions.ts.html |here} to see how to use ListRedemptions API.
|
|
200
200
|
*/
|
|
201
201
|
listRedemptions(listRedemptionsRequest: requests.ListRedemptionsRequest): Promise<responses.ListRedemptionsResponse>;
|
|
202
202
|
/**
|
|
@@ -206,7 +206,7 @@ export declare class RewardsClient {
|
|
|
206
206
|
* @param ListRewardsRequest
|
|
207
207
|
* @return ListRewardsResponse
|
|
208
208
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/usage/ListRewards.ts.html |here} to see how to use ListRewards API.
|
|
210
210
|
*/
|
|
211
211
|
listRewards(listRewardsRequest: requests.ListRewardsRequest): Promise<responses.ListRewardsResponse>;
|
|
212
212
|
}
|
|
@@ -273,7 +273,7 @@ export declare class UsagelimitsClient {
|
|
|
273
273
|
* @param ListUsageLimitsRequest
|
|
274
274
|
* @return ListUsageLimitsResponse
|
|
275
275
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/usage/ListUsageLimits.ts.html |here} to see how to use ListUsageLimits API.
|
|
277
277
|
*/
|
|
278
278
|
listUsageLimits(listUsageLimitsRequest: requests.ListUsageLimitsRequest): Promise<responses.ListUsageLimitsResponse>;
|
|
279
279
|
}
|
package/lib/client.js
CHANGED
|
@@ -176,7 +176,7 @@ class ResourcesClient {
|
|
|
176
176
|
* @param ListResourceQuotaRequest
|
|
177
177
|
* @return ListResourceQuotaResponse
|
|
178
178
|
* @throws OciError when an error occurs
|
|
179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/usage/ListResourceQuota.ts.html |here} to see how to use ListResourceQuota API.
|
|
180
180
|
*/
|
|
181
181
|
listResourceQuota(listResourceQuotaRequest) {
|
|
182
182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -247,7 +247,7 @@ class ResourcesClient {
|
|
|
247
247
|
* @param ListResourcesRequest
|
|
248
248
|
* @return ListResourcesResponse
|
|
249
249
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/usage/ListResources.ts.html |here} to see how to use ListResources API.
|
|
251
251
|
*/
|
|
252
252
|
listResources(listResourcesRequest) {
|
|
253
253
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -441,7 +441,7 @@ class RewardsClient {
|
|
|
441
441
|
* @param CreateRedeemableUserRequest
|
|
442
442
|
* @return CreateRedeemableUserResponse
|
|
443
443
|
* @throws OciError when an error occurs
|
|
444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API.
|
|
445
445
|
*/
|
|
446
446
|
createRedeemableUser(createRedeemableUserRequest) {
|
|
447
447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -511,7 +511,7 @@ class RewardsClient {
|
|
|
511
511
|
* @param DeleteRedeemableUserRequest
|
|
512
512
|
* @return DeleteRedeemableUserResponse
|
|
513
513
|
* @throws OciError when an error occurs
|
|
514
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
514
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API.
|
|
515
515
|
*/
|
|
516
516
|
deleteRedeemableUser(deleteRedeemableUserRequest) {
|
|
517
517
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -570,7 +570,7 @@ class RewardsClient {
|
|
|
570
570
|
* @param ListProductsRequest
|
|
571
571
|
* @return ListProductsResponse
|
|
572
572
|
* @throws OciError when an error occurs
|
|
573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
573
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/usage/ListProducts.ts.html |here} to see how to use ListProducts API.
|
|
574
574
|
*/
|
|
575
575
|
listProducts(listProductsRequest) {
|
|
576
576
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -642,7 +642,7 @@ class RewardsClient {
|
|
|
642
642
|
* @param ListRedeemableUsersRequest
|
|
643
643
|
* @return ListRedeemableUsersResponse
|
|
644
644
|
* @throws OciError when an error occurs
|
|
645
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
645
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API.
|
|
646
646
|
*/
|
|
647
647
|
listRedeemableUsers(listRedeemableUsersRequest) {
|
|
648
648
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -712,7 +712,7 @@ class RewardsClient {
|
|
|
712
712
|
* @param ListRedemptionsRequest
|
|
713
713
|
* @return ListRedemptionsResponse
|
|
714
714
|
* @throws OciError when an error occurs
|
|
715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/usage/ListRedemptions.ts.html |here} to see how to use ListRedemptions API.
|
|
716
716
|
*/
|
|
717
717
|
listRedemptions(listRedemptionsRequest) {
|
|
718
718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -784,7 +784,7 @@ class RewardsClient {
|
|
|
784
784
|
* @param ListRewardsRequest
|
|
785
785
|
* @return ListRewardsResponse
|
|
786
786
|
* @throws OciError when an error occurs
|
|
787
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
787
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/usage/ListRewards.ts.html |here} to see how to use ListRewards API.
|
|
788
788
|
*/
|
|
789
789
|
listRewards(listRewardsRequest) {
|
|
790
790
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -969,7 +969,7 @@ class UsagelimitsClient {
|
|
|
969
969
|
* @param ListUsageLimitsRequest
|
|
970
970
|
* @return ListUsageLimitsResponse
|
|
971
971
|
* @throws OciError when an error occurs
|
|
972
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
972
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/usage/ListUsageLimits.ts.html |here} to see how to use ListUsageLimits API.
|
|
973
973
|
*/
|
|
974
974
|
listUsageLimits(listUsageLimitsRequest) {
|
|
975
975
|
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
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/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.
|
|
3
|
+
"version": "2.82.1",
|
|
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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.82.1",
|
|
19
|
+
"oci-workrequests": "2.82.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|