oci-limits 2.17.0 → 2.20.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 +9 -9
- package/lib/client.js +9 -9
- package/lib/request/create-quota-request.d.ts +1 -1
- package/lib/request/delete-quota-request.d.ts +1 -1
- package/lib/request/get-quota-request.d.ts +1 -1
- package/lib/request/get-resource-availability-request.d.ts +1 -1
- package/lib/request/list-limit-definitions-request.d.ts +1 -1
- package/lib/request/list-limit-values-request.d.ts +1 -1
- package/lib/request/list-quotas-request.d.ts +1 -1
- package/lib/request/list-services-request.d.ts +1 -1
- package/lib/request/update-quota-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -64,7 +64,7 @@ export declare class LimitsClient {
|
|
|
64
64
|
* @param GetResourceAvailabilityRequest
|
|
65
65
|
* @return GetResourceAvailabilityResponse
|
|
66
66
|
* @throws OciError when an error occurs
|
|
67
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
67
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
|
|
68
68
|
*/
|
|
69
69
|
getResourceAvailability(getResourceAvailabilityRequest: requests.GetResourceAvailabilityRequest): Promise<responses.GetResourceAvailabilityResponse>;
|
|
70
70
|
/**
|
|
@@ -76,7 +76,7 @@ export declare class LimitsClient {
|
|
|
76
76
|
* @param ListLimitDefinitionsRequest
|
|
77
77
|
* @return ListLimitDefinitionsResponse
|
|
78
78
|
* @throws OciError when an error occurs
|
|
79
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
79
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
|
|
80
80
|
*/
|
|
81
81
|
listLimitDefinitions(listLimitDefinitionsRequest: requests.ListLimitDefinitionsRequest): Promise<responses.ListLimitDefinitionsResponse>;
|
|
82
82
|
/**
|
|
@@ -118,7 +118,7 @@ export declare class LimitsClient {
|
|
|
118
118
|
* @param ListLimitValuesRequest
|
|
119
119
|
* @return ListLimitValuesResponse
|
|
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.
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
|
|
122
122
|
*/
|
|
123
123
|
listLimitValues(listLimitValuesRequest: requests.ListLimitValuesRequest): Promise<responses.ListLimitValuesResponse>;
|
|
124
124
|
/**
|
|
@@ -161,7 +161,7 @@ export declare class LimitsClient {
|
|
|
161
161
|
* @param ListServicesRequest
|
|
162
162
|
* @return ListServicesResponse
|
|
163
163
|
* @throws OciError when an error occurs
|
|
164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/limits/ListServices.ts.html |here} to see how to use ListServices API.
|
|
165
165
|
*/
|
|
166
166
|
listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
|
|
167
167
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class QuotasClient {
|
|
|
256
256
|
* @param CreateQuotaRequest
|
|
257
257
|
* @return CreateQuotaResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
|
|
260
260
|
*/
|
|
261
261
|
createQuota(createQuotaRequest: requests.CreateQuotaRequest): Promise<responses.CreateQuotaResponse>;
|
|
262
262
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class QuotasClient {
|
|
|
265
265
|
* @param DeleteQuotaRequest
|
|
266
266
|
* @return DeleteQuotaResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
|
|
269
269
|
*/
|
|
270
270
|
deleteQuota(deleteQuotaRequest: requests.DeleteQuotaRequest): Promise<responses.DeleteQuotaResponse>;
|
|
271
271
|
/**
|
|
@@ -274,7 +274,7 @@ export declare class QuotasClient {
|
|
|
274
274
|
* @param GetQuotaRequest
|
|
275
275
|
* @return GetQuotaResponse
|
|
276
276
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
|
|
278
278
|
*/
|
|
279
279
|
getQuota(getQuotaRequest: requests.GetQuotaRequest): Promise<responses.GetQuotaResponse>;
|
|
280
280
|
/**
|
|
@@ -283,7 +283,7 @@ export declare class QuotasClient {
|
|
|
283
283
|
* @param ListQuotasRequest
|
|
284
284
|
* @return ListQuotasResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
|
|
287
287
|
*/
|
|
288
288
|
listQuotas(listQuotasRequest: requests.ListQuotasRequest): Promise<responses.ListQuotasResponse>;
|
|
289
289
|
/**
|
|
@@ -324,7 +324,7 @@ export declare class QuotasClient {
|
|
|
324
324
|
* @param UpdateQuotaRequest
|
|
325
325
|
* @return UpdateQuotaResponse
|
|
326
326
|
* @throws OciError when an error occurs
|
|
327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
|
|
328
328
|
*/
|
|
329
329
|
updateQuota(updateQuotaRequest: requests.UpdateQuotaRequest): Promise<responses.UpdateQuotaResponse>;
|
|
330
330
|
}
|
package/lib/client.js
CHANGED
|
@@ -133,7 +133,7 @@ class LimitsClient {
|
|
|
133
133
|
* @param GetResourceAvailabilityRequest
|
|
134
134
|
* @return GetResourceAvailabilityResponse
|
|
135
135
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
|
|
137
137
|
*/
|
|
138
138
|
getResourceAvailability(getResourceAvailabilityRequest) {
|
|
139
139
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -196,7 +196,7 @@ class LimitsClient {
|
|
|
196
196
|
* @param ListLimitDefinitionsRequest
|
|
197
197
|
* @return ListLimitDefinitionsResponse
|
|
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.20.0/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
|
|
200
200
|
*/
|
|
201
201
|
listLimitDefinitions(listLimitDefinitionsRequest) {
|
|
202
202
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -304,7 +304,7 @@ class LimitsClient {
|
|
|
304
304
|
* @param ListLimitValuesRequest
|
|
305
305
|
* @return ListLimitValuesResponse
|
|
306
306
|
* @throws OciError when an error occurs
|
|
307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
|
|
308
308
|
*/
|
|
309
309
|
listLimitValues(listLimitValuesRequest) {
|
|
310
310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -415,7 +415,7 @@ class LimitsClient {
|
|
|
415
415
|
* @param ListServicesRequest
|
|
416
416
|
* @return ListServicesResponse
|
|
417
417
|
* @throws OciError when an error occurs
|
|
418
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
418
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/limits/ListServices.ts.html |here} to see how to use ListServices API.
|
|
419
419
|
*/
|
|
420
420
|
listServices(listServicesRequest) {
|
|
421
421
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -619,7 +619,7 @@ class QuotasClient {
|
|
|
619
619
|
* @param CreateQuotaRequest
|
|
620
620
|
* @return CreateQuotaResponse
|
|
621
621
|
* @throws OciError when an error occurs
|
|
622
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
|
|
623
623
|
*/
|
|
624
624
|
createQuota(createQuotaRequest) {
|
|
625
625
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -680,7 +680,7 @@ class QuotasClient {
|
|
|
680
680
|
* @param DeleteQuotaRequest
|
|
681
681
|
* @return DeleteQuotaResponse
|
|
682
682
|
* @throws OciError when an error occurs
|
|
683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
|
|
684
684
|
*/
|
|
685
685
|
deleteQuota(deleteQuotaRequest) {
|
|
686
686
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -733,7 +733,7 @@ class QuotasClient {
|
|
|
733
733
|
* @param GetQuotaRequest
|
|
734
734
|
* @return GetQuotaResponse
|
|
735
735
|
* @throws OciError when an error occurs
|
|
736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
|
|
737
737
|
*/
|
|
738
738
|
getQuota(getQuotaRequest) {
|
|
739
739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -794,7 +794,7 @@ class QuotasClient {
|
|
|
794
794
|
* @param ListQuotasRequest
|
|
795
795
|
* @return ListQuotasResponse
|
|
796
796
|
* @throws OciError when an error occurs
|
|
797
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
797
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
|
|
798
798
|
*/
|
|
799
799
|
listQuotas(listQuotasRequest) {
|
|
800
800
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -901,7 +901,7 @@ class QuotasClient {
|
|
|
901
901
|
* @param UpdateQuotaRequest
|
|
902
902
|
* @return UpdateQuotaResponse
|
|
903
903
|
* @throws OciError when an error occurs
|
|
904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
|
|
905
905
|
*/
|
|
906
906
|
updateQuota(updateQuotaRequest) {
|
|
907
907
|
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.20.0/limits/CreateQuota.ts.html |here} to see how to use CreateQuotaRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateQuotaRequest 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.20.0/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuotaRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteQuotaRequest 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.20.0/limits/GetQuota.ts.html |here} to see how to use GetQuotaRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetQuotaRequest 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.20.0/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailabilityRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetResourceAvailabilityRequest 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.20.0/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListLimitDefinitionsRequest 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.20.0/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValuesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListLimitValuesRequest 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.20.0/limits/ListQuotas.ts.html |here} to see how to use ListQuotasRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListQuotasRequest 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.20.0/limits/ListServices.ts.html |here} to see how to use ListServicesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListServicesRequest 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
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuotaRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateQuotaRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-limits",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.20.0",
|
|
4
4
|
"description": "OCI NodeJS client for Limits 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.20.0",
|
|
19
|
+
"oci-workrequests": "2.20.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|