oci-limits 2.55.1 → 2.56.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 +11 -11
- package/lib/client.js +11 -11
- package/lib/request/add-quota-lock-request.d.ts +1 -1
- 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/remove-quota-lock-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
|
@@ -66,7 +66,7 @@ export declare class LimitsClient {
|
|
|
66
66
|
* @param GetResourceAvailabilityRequest
|
|
67
67
|
* @return GetResourceAvailabilityResponse
|
|
68
68
|
* @throws OciError when an error occurs
|
|
69
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
69
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
|
|
70
70
|
*/
|
|
71
71
|
getResourceAvailability(getResourceAvailabilityRequest: requests.GetResourceAvailabilityRequest): Promise<responses.GetResourceAvailabilityResponse>;
|
|
72
72
|
/**
|
|
@@ -78,7 +78,7 @@ export declare class LimitsClient {
|
|
|
78
78
|
* @param ListLimitDefinitionsRequest
|
|
79
79
|
* @return ListLimitDefinitionsResponse
|
|
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.56.0/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
|
|
82
82
|
*/
|
|
83
83
|
listLimitDefinitions(listLimitDefinitionsRequest: requests.ListLimitDefinitionsRequest): Promise<responses.ListLimitDefinitionsResponse>;
|
|
84
84
|
/**
|
|
@@ -120,7 +120,7 @@ export declare class LimitsClient {
|
|
|
120
120
|
* @param ListLimitValuesRequest
|
|
121
121
|
* @return ListLimitValuesResponse
|
|
122
122
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
|
|
124
124
|
*/
|
|
125
125
|
listLimitValues(listLimitValuesRequest: requests.ListLimitValuesRequest): Promise<responses.ListLimitValuesResponse>;
|
|
126
126
|
/**
|
|
@@ -163,7 +163,7 @@ export declare class LimitsClient {
|
|
|
163
163
|
* @param ListServicesRequest
|
|
164
164
|
* @return ListServicesResponse
|
|
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.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/ListServices.ts.html |here} to see how to use ListServices API.
|
|
167
167
|
*/
|
|
168
168
|
listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
|
|
169
169
|
/**
|
|
@@ -260,7 +260,7 @@ export declare class QuotasClient {
|
|
|
260
260
|
* @param AddQuotaLockRequest
|
|
261
261
|
* @return AddQuotaLockResponse
|
|
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.
|
|
263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/AddQuotaLock.ts.html |here} to see how to use AddQuotaLock API.
|
|
264
264
|
*/
|
|
265
265
|
addQuotaLock(addQuotaLockRequest: requests.AddQuotaLockRequest): Promise<responses.AddQuotaLockResponse>;
|
|
266
266
|
/**
|
|
@@ -269,7 +269,7 @@ export declare class QuotasClient {
|
|
|
269
269
|
* @param CreateQuotaRequest
|
|
270
270
|
* @return CreateQuotaResponse
|
|
271
271
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
|
|
273
273
|
*/
|
|
274
274
|
createQuota(createQuotaRequest: requests.CreateQuotaRequest): Promise<responses.CreateQuotaResponse>;
|
|
275
275
|
/**
|
|
@@ -278,7 +278,7 @@ export declare class QuotasClient {
|
|
|
278
278
|
* @param DeleteQuotaRequest
|
|
279
279
|
* @return DeleteQuotaResponse
|
|
280
280
|
* @throws OciError when an error occurs
|
|
281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
|
|
282
282
|
*/
|
|
283
283
|
deleteQuota(deleteQuotaRequest: requests.DeleteQuotaRequest): Promise<responses.DeleteQuotaResponse>;
|
|
284
284
|
/**
|
|
@@ -287,7 +287,7 @@ export declare class QuotasClient {
|
|
|
287
287
|
* @param GetQuotaRequest
|
|
288
288
|
* @return GetQuotaResponse
|
|
289
289
|
* @throws OciError when an error occurs
|
|
290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
|
|
291
291
|
*/
|
|
292
292
|
getQuota(getQuotaRequest: requests.GetQuotaRequest): Promise<responses.GetQuotaResponse>;
|
|
293
293
|
/**
|
|
@@ -296,7 +296,7 @@ export declare class QuotasClient {
|
|
|
296
296
|
* @param ListQuotasRequest
|
|
297
297
|
* @return ListQuotasResponse
|
|
298
298
|
* @throws OciError when an error occurs
|
|
299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
|
|
300
300
|
*/
|
|
301
301
|
listQuotas(listQuotasRequest: requests.ListQuotasRequest): Promise<responses.ListQuotasResponse>;
|
|
302
302
|
/**
|
|
@@ -337,7 +337,7 @@ export declare class QuotasClient {
|
|
|
337
337
|
* @param RemoveQuotaLockRequest
|
|
338
338
|
* @return RemoveQuotaLockResponse
|
|
339
339
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/RemoveQuotaLock.ts.html |here} to see how to use RemoveQuotaLock API.
|
|
341
341
|
*/
|
|
342
342
|
removeQuotaLock(removeQuotaLockRequest: requests.RemoveQuotaLockRequest): Promise<responses.RemoveQuotaLockResponse>;
|
|
343
343
|
/**
|
|
@@ -346,7 +346,7 @@ export declare class QuotasClient {
|
|
|
346
346
|
* @param UpdateQuotaRequest
|
|
347
347
|
* @return UpdateQuotaResponse
|
|
348
348
|
* @throws OciError when an error occurs
|
|
349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
|
|
350
350
|
*/
|
|
351
351
|
updateQuota(updateQuotaRequest: requests.UpdateQuotaRequest): Promise<responses.UpdateQuotaResponse>;
|
|
352
352
|
}
|
package/lib/client.js
CHANGED
|
@@ -139,7 +139,7 @@ class LimitsClient {
|
|
|
139
139
|
* @param GetResourceAvailabilityRequest
|
|
140
140
|
* @return GetResourceAvailabilityResponse
|
|
141
141
|
* @throws OciError when an error occurs
|
|
142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
|
|
143
143
|
*/
|
|
144
144
|
getResourceAvailability(getResourceAvailabilityRequest) {
|
|
145
145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -204,7 +204,7 @@ class LimitsClient {
|
|
|
204
204
|
* @param ListLimitDefinitionsRequest
|
|
205
205
|
* @return ListLimitDefinitionsResponse
|
|
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.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
|
|
208
208
|
*/
|
|
209
209
|
listLimitDefinitions(listLimitDefinitionsRequest) {
|
|
210
210
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -314,7 +314,7 @@ class LimitsClient {
|
|
|
314
314
|
* @param ListLimitValuesRequest
|
|
315
315
|
* @return ListLimitValuesResponse
|
|
316
316
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
|
|
318
318
|
*/
|
|
319
319
|
listLimitValues(listLimitValuesRequest) {
|
|
320
320
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -427,7 +427,7 @@ class LimitsClient {
|
|
|
427
427
|
* @param ListServicesRequest
|
|
428
428
|
* @return ListServicesResponse
|
|
429
429
|
* @throws OciError when an error occurs
|
|
430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/ListServices.ts.html |here} to see how to use ListServices API.
|
|
431
431
|
*/
|
|
432
432
|
listServices(listServicesRequest) {
|
|
433
433
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -639,7 +639,7 @@ class QuotasClient {
|
|
|
639
639
|
* @param AddQuotaLockRequest
|
|
640
640
|
* @return AddQuotaLockResponse
|
|
641
641
|
* @throws OciError when an error occurs
|
|
642
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
642
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/AddQuotaLock.ts.html |here} to see how to use AddQuotaLock API.
|
|
643
643
|
*/
|
|
644
644
|
addQuotaLock(addQuotaLockRequest) {
|
|
645
645
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -704,7 +704,7 @@ class QuotasClient {
|
|
|
704
704
|
* @param CreateQuotaRequest
|
|
705
705
|
* @return CreateQuotaResponse
|
|
706
706
|
* @throws OciError when an error occurs
|
|
707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
707
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
|
|
708
708
|
*/
|
|
709
709
|
createQuota(createQuotaRequest) {
|
|
710
710
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -767,7 +767,7 @@ class QuotasClient {
|
|
|
767
767
|
* @param DeleteQuotaRequest
|
|
768
768
|
* @return DeleteQuotaResponse
|
|
769
769
|
* @throws OciError when an error occurs
|
|
770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
|
|
771
771
|
*/
|
|
772
772
|
deleteQuota(deleteQuotaRequest) {
|
|
773
773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -824,7 +824,7 @@ class QuotasClient {
|
|
|
824
824
|
* @param GetQuotaRequest
|
|
825
825
|
* @return GetQuotaResponse
|
|
826
826
|
* @throws OciError when an error occurs
|
|
827
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
827
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
|
|
828
828
|
*/
|
|
829
829
|
getQuota(getQuotaRequest) {
|
|
830
830
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -887,7 +887,7 @@ class QuotasClient {
|
|
|
887
887
|
* @param ListQuotasRequest
|
|
888
888
|
* @return ListQuotasResponse
|
|
889
889
|
* @throws OciError when an error occurs
|
|
890
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
890
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
|
|
891
891
|
*/
|
|
892
892
|
listQuotas(listQuotasRequest) {
|
|
893
893
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -996,7 +996,7 @@ class QuotasClient {
|
|
|
996
996
|
* @param RemoveQuotaLockRequest
|
|
997
997
|
* @return RemoveQuotaLockResponse
|
|
998
998
|
* @throws OciError when an error occurs
|
|
999
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
999
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/RemoveQuotaLock.ts.html |here} to see how to use RemoveQuotaLock API.
|
|
1000
1000
|
*/
|
|
1001
1001
|
removeQuotaLock(removeQuotaLockRequest) {
|
|
1002
1002
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1061,7 +1061,7 @@ class QuotasClient {
|
|
|
1061
1061
|
* @param UpdateQuotaRequest
|
|
1062
1062
|
* @return UpdateQuotaResponse
|
|
1063
1063
|
* @throws OciError when an error occurs
|
|
1064
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1064
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
|
|
1065
1065
|
*/
|
|
1066
1066
|
updateQuota(updateQuotaRequest) {
|
|
1067
1067
|
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.56.0/limits/AddQuotaLock.ts.html |here} to see how to use AddQuotaLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddQuotaLockRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.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.56.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.56.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.56.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.56.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.56.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.56.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.56.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.56.0/limits/RemoveQuotaLock.ts.html |here} to see how to use RemoveQuotaLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveQuotaLockRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.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.56.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.56.0",
|
|
19
|
+
"oci-workrequests": "2.56.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|