oci-usage 2.68.1 → 2.68.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
|
@@ -73,7 +73,7 @@ export declare class ResourcesClient {
|
|
|
73
73
|
* @param ListResourceQuotaRequest
|
|
74
74
|
* @return ListResourceQuotaResponse
|
|
75
75
|
* @throws OciError when an error occurs
|
|
76
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
76
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/usage/ListResourceQuota.ts.html |here} to see how to use ListResourceQuota API.
|
|
77
77
|
*/
|
|
78
78
|
listResourceQuota(listResourceQuotaRequest: requests.ListResourceQuotaRequest): Promise<responses.ListResourceQuotaResponse>;
|
|
79
79
|
/**
|
|
@@ -84,7 +84,7 @@ export declare class ResourcesClient {
|
|
|
84
84
|
* @param ListResourcesRequest
|
|
85
85
|
* @return ListResourcesResponse
|
|
86
86
|
* @throws OciError when an error occurs
|
|
87
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
87
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/usage/ListResources.ts.html |here} to see how to use ListResources API.
|
|
88
88
|
*/
|
|
89
89
|
listResources(listResourcesRequest: requests.ListResourcesRequest): Promise<responses.ListResourcesResponse>;
|
|
90
90
|
}
|
|
@@ -147,7 +147,7 @@ export declare class RewardsClient {
|
|
|
147
147
|
* @param CreateRedeemableUserRequest
|
|
148
148
|
* @return CreateRedeemableUserResponse
|
|
149
149
|
* @throws OciError when an error occurs
|
|
150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API.
|
|
151
151
|
*/
|
|
152
152
|
createRedeemableUser(createRedeemableUserRequest: requests.CreateRedeemableUserRequest): Promise<responses.CreateRedeemableUserResponse>;
|
|
153
153
|
/**
|
|
@@ -157,7 +157,7 @@ export declare class RewardsClient {
|
|
|
157
157
|
* @param DeleteRedeemableUserRequest
|
|
158
158
|
* @return DeleteRedeemableUserResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API.
|
|
161
161
|
*/
|
|
162
162
|
deleteRedeemableUser(deleteRedeemableUserRequest: requests.DeleteRedeemableUserRequest): Promise<responses.DeleteRedeemableUserResponse>;
|
|
163
163
|
/**
|
|
@@ -167,7 +167,7 @@ export declare class RewardsClient {
|
|
|
167
167
|
* @param ListProductsRequest
|
|
168
168
|
* @return ListProductsResponse
|
|
169
169
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/usage/ListProducts.ts.html |here} to see how to use ListProducts API.
|
|
171
171
|
*/
|
|
172
172
|
listProducts(listProductsRequest: requests.ListProductsRequest): Promise<responses.ListProductsResponse>;
|
|
173
173
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class RewardsClient {
|
|
|
177
177
|
* @param ListRedeemableUsersRequest
|
|
178
178
|
* @return ListRedeemableUsersResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API.
|
|
181
181
|
*/
|
|
182
182
|
listRedeemableUsers(listRedeemableUsersRequest: requests.ListRedeemableUsersRequest): Promise<responses.ListRedeemableUsersResponse>;
|
|
183
183
|
/**
|
|
@@ -187,7 +187,7 @@ export declare class RewardsClient {
|
|
|
187
187
|
* @param ListRedemptionsRequest
|
|
188
188
|
* @return ListRedemptionsResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/usage/ListRedemptions.ts.html |here} to see how to use ListRedemptions API.
|
|
191
191
|
*/
|
|
192
192
|
listRedemptions(listRedemptionsRequest: requests.ListRedemptionsRequest): Promise<responses.ListRedemptionsResponse>;
|
|
193
193
|
/**
|
|
@@ -197,7 +197,7 @@ export declare class RewardsClient {
|
|
|
197
197
|
* @param ListRewardsRequest
|
|
198
198
|
* @return ListRewardsResponse
|
|
199
199
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/usage/ListRewards.ts.html |here} to see how to use ListRewards API.
|
|
201
201
|
*/
|
|
202
202
|
listRewards(listRewardsRequest: requests.ListRewardsRequest): Promise<responses.ListRewardsResponse>;
|
|
203
203
|
}
|
|
@@ -260,7 +260,7 @@ export declare class UsagelimitsClient {
|
|
|
260
260
|
* @param ListUsageLimitsRequest
|
|
261
261
|
* @return ListUsageLimitsResponse
|
|
262
262
|
* @throws OciError when an error occurs
|
|
263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/usage/ListUsageLimits.ts.html |here} to see how to use ListUsageLimits API.
|
|
264
264
|
*/
|
|
265
265
|
listUsageLimits(listUsageLimitsRequest: requests.ListUsageLimitsRequest): Promise<responses.ListUsageLimitsResponse>;
|
|
266
266
|
}
|
package/lib/client.js
CHANGED
|
@@ -163,7 +163,7 @@ class ResourcesClient {
|
|
|
163
163
|
* @param ListResourceQuotaRequest
|
|
164
164
|
* @return ListResourceQuotaResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/usage/ListResourceQuota.ts.html |here} to see how to use ListResourceQuota API.
|
|
167
167
|
*/
|
|
168
168
|
listResourceQuota(listResourceQuotaRequest) {
|
|
169
169
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -234,7 +234,7 @@ class ResourcesClient {
|
|
|
234
234
|
* @param ListResourcesRequest
|
|
235
235
|
* @return ListResourcesResponse
|
|
236
236
|
* @throws OciError when an error occurs
|
|
237
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/usage/ListResources.ts.html |here} to see how to use ListResources API.
|
|
238
238
|
*/
|
|
239
239
|
listResources(listResourcesRequest) {
|
|
240
240
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -416,7 +416,7 @@ class RewardsClient {
|
|
|
416
416
|
* @param CreateRedeemableUserRequest
|
|
417
417
|
* @return CreateRedeemableUserResponse
|
|
418
418
|
* @throws OciError when an error occurs
|
|
419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/usage/CreateRedeemableUser.ts.html |here} to see how to use CreateRedeemableUser API.
|
|
420
420
|
*/
|
|
421
421
|
createRedeemableUser(createRedeemableUserRequest) {
|
|
422
422
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -486,7 +486,7 @@ class RewardsClient {
|
|
|
486
486
|
* @param DeleteRedeemableUserRequest
|
|
487
487
|
* @return DeleteRedeemableUserResponse
|
|
488
488
|
* @throws OciError when an error occurs
|
|
489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/usage/DeleteRedeemableUser.ts.html |here} to see how to use DeleteRedeemableUser API.
|
|
490
490
|
*/
|
|
491
491
|
deleteRedeemableUser(deleteRedeemableUserRequest) {
|
|
492
492
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -545,7 +545,7 @@ class RewardsClient {
|
|
|
545
545
|
* @param ListProductsRequest
|
|
546
546
|
* @return ListProductsResponse
|
|
547
547
|
* @throws OciError when an error occurs
|
|
548
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
548
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/usage/ListProducts.ts.html |here} to see how to use ListProducts API.
|
|
549
549
|
*/
|
|
550
550
|
listProducts(listProductsRequest) {
|
|
551
551
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -617,7 +617,7 @@ class RewardsClient {
|
|
|
617
617
|
* @param ListRedeemableUsersRequest
|
|
618
618
|
* @return ListRedeemableUsersResponse
|
|
619
619
|
* @throws OciError when an error occurs
|
|
620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/usage/ListRedeemableUsers.ts.html |here} to see how to use ListRedeemableUsers API.
|
|
621
621
|
*/
|
|
622
622
|
listRedeemableUsers(listRedeemableUsersRequest) {
|
|
623
623
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -687,7 +687,7 @@ class RewardsClient {
|
|
|
687
687
|
* @param ListRedemptionsRequest
|
|
688
688
|
* @return ListRedemptionsResponse
|
|
689
689
|
* @throws OciError when an error occurs
|
|
690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/usage/ListRedemptions.ts.html |here} to see how to use ListRedemptions API.
|
|
691
691
|
*/
|
|
692
692
|
listRedemptions(listRedemptionsRequest) {
|
|
693
693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -759,7 +759,7 @@ class RewardsClient {
|
|
|
759
759
|
* @param ListRewardsRequest
|
|
760
760
|
* @return ListRewardsResponse
|
|
761
761
|
* @throws OciError when an error occurs
|
|
762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/usage/ListRewards.ts.html |here} to see how to use ListRewards API.
|
|
763
763
|
*/
|
|
764
764
|
listRewards(listRewardsRequest) {
|
|
765
765
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -932,7 +932,7 @@ class UsagelimitsClient {
|
|
|
932
932
|
* @param ListUsageLimitsRequest
|
|
933
933
|
* @return ListUsageLimitsResponse
|
|
934
934
|
* @throws OciError when an error occurs
|
|
935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.
|
|
935
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/usage/ListUsageLimits.ts.html |here} to see how to use ListUsageLimits API.
|
|
936
936
|
*/
|
|
937
937
|
listUsageLimits(listUsageLimitsRequest) {
|
|
938
938
|
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.68.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.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.68.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.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.68.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.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.68.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.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.68.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.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.68.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.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.68.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.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.68.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.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.68.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.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.68.
|
|
3
|
+
"version": "2.68.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.68.
|
|
19
|
-
"oci-workrequests": "2.68.
|
|
18
|
+
"oci-common": "2.68.2",
|
|
19
|
+
"oci-workrequests": "2.68.2"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|