oci-limits 2.70.4 → 2.71.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
|
@@ -77,7 +77,7 @@ export declare class LimitsClient {
|
|
|
77
77
|
* @param GetResourceAvailabilityRequest
|
|
78
78
|
* @return GetResourceAvailabilityResponse
|
|
79
79
|
* @throws OciError when an error occurs
|
|
80
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
80
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
|
|
81
81
|
*/
|
|
82
82
|
getResourceAvailability(getResourceAvailabilityRequest: requests.GetResourceAvailabilityRequest): Promise<responses.GetResourceAvailabilityResponse>;
|
|
83
83
|
/**
|
|
@@ -89,7 +89,7 @@ export declare class LimitsClient {
|
|
|
89
89
|
* @param ListLimitDefinitionsRequest
|
|
90
90
|
* @return ListLimitDefinitionsResponse
|
|
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.71.0/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
|
|
93
93
|
*/
|
|
94
94
|
listLimitDefinitions(listLimitDefinitionsRequest: requests.ListLimitDefinitionsRequest): Promise<responses.ListLimitDefinitionsResponse>;
|
|
95
95
|
/**
|
|
@@ -131,7 +131,7 @@ export declare class LimitsClient {
|
|
|
131
131
|
* @param ListLimitValuesRequest
|
|
132
132
|
* @return ListLimitValuesResponse
|
|
133
133
|
* @throws OciError when an error occurs
|
|
134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
|
|
135
135
|
*/
|
|
136
136
|
listLimitValues(listLimitValuesRequest: requests.ListLimitValuesRequest): Promise<responses.ListLimitValuesResponse>;
|
|
137
137
|
/**
|
|
@@ -174,7 +174,7 @@ export declare class LimitsClient {
|
|
|
174
174
|
* @param ListServicesRequest
|
|
175
175
|
* @return ListServicesResponse
|
|
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.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/ListServices.ts.html |here} to see how to use ListServices API.
|
|
178
178
|
*/
|
|
179
179
|
listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
|
|
180
180
|
/**
|
|
@@ -282,7 +282,7 @@ export declare class QuotasClient {
|
|
|
282
282
|
* @param AddQuotaLockRequest
|
|
283
283
|
* @return AddQuotaLockResponse
|
|
284
284
|
* @throws OciError when an error occurs
|
|
285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/AddQuotaLock.ts.html |here} to see how to use AddQuotaLock API.
|
|
286
286
|
*/
|
|
287
287
|
addQuotaLock(addQuotaLockRequest: requests.AddQuotaLockRequest): Promise<responses.AddQuotaLockResponse>;
|
|
288
288
|
/**
|
|
@@ -291,7 +291,7 @@ export declare class QuotasClient {
|
|
|
291
291
|
* @param CreateQuotaRequest
|
|
292
292
|
* @return CreateQuotaResponse
|
|
293
293
|
* @throws OciError when an error occurs
|
|
294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
|
|
295
295
|
*/
|
|
296
296
|
createQuota(createQuotaRequest: requests.CreateQuotaRequest): Promise<responses.CreateQuotaResponse>;
|
|
297
297
|
/**
|
|
@@ -300,7 +300,7 @@ export declare class QuotasClient {
|
|
|
300
300
|
* @param DeleteQuotaRequest
|
|
301
301
|
* @return DeleteQuotaResponse
|
|
302
302
|
* @throws OciError when an error occurs
|
|
303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
|
|
304
304
|
*/
|
|
305
305
|
deleteQuota(deleteQuotaRequest: requests.DeleteQuotaRequest): Promise<responses.DeleteQuotaResponse>;
|
|
306
306
|
/**
|
|
@@ -309,7 +309,7 @@ export declare class QuotasClient {
|
|
|
309
309
|
* @param GetQuotaRequest
|
|
310
310
|
* @return GetQuotaResponse
|
|
311
311
|
* @throws OciError when an error occurs
|
|
312
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
|
|
313
313
|
*/
|
|
314
314
|
getQuota(getQuotaRequest: requests.GetQuotaRequest): Promise<responses.GetQuotaResponse>;
|
|
315
315
|
/**
|
|
@@ -318,7 +318,7 @@ export declare class QuotasClient {
|
|
|
318
318
|
* @param ListQuotasRequest
|
|
319
319
|
* @return ListQuotasResponse
|
|
320
320
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
|
|
322
322
|
*/
|
|
323
323
|
listQuotas(listQuotasRequest: requests.ListQuotasRequest): Promise<responses.ListQuotasResponse>;
|
|
324
324
|
/**
|
|
@@ -359,7 +359,7 @@ export declare class QuotasClient {
|
|
|
359
359
|
* @param RemoveQuotaLockRequest
|
|
360
360
|
* @return RemoveQuotaLockResponse
|
|
361
361
|
* @throws OciError when an error occurs
|
|
362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/RemoveQuotaLock.ts.html |here} to see how to use RemoveQuotaLock API.
|
|
363
363
|
*/
|
|
364
364
|
removeQuotaLock(removeQuotaLockRequest: requests.RemoveQuotaLockRequest): Promise<responses.RemoveQuotaLockResponse>;
|
|
365
365
|
/**
|
|
@@ -368,7 +368,7 @@ export declare class QuotasClient {
|
|
|
368
368
|
* @param UpdateQuotaRequest
|
|
369
369
|
* @return UpdateQuotaResponse
|
|
370
370
|
* @throws OciError when an error occurs
|
|
371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
|
|
372
372
|
*/
|
|
373
373
|
updateQuota(updateQuotaRequest: requests.UpdateQuotaRequest): Promise<responses.UpdateQuotaResponse>;
|
|
374
374
|
}
|
package/lib/client.js
CHANGED
|
@@ -166,7 +166,7 @@ class LimitsClient {
|
|
|
166
166
|
* @param GetResourceAvailabilityRequest
|
|
167
167
|
* @return GetResourceAvailabilityResponse
|
|
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.71.0/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
|
|
170
170
|
*/
|
|
171
171
|
getResourceAvailability(getResourceAvailabilityRequest) {
|
|
172
172
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -231,7 +231,7 @@ class LimitsClient {
|
|
|
231
231
|
* @param ListLimitDefinitionsRequest
|
|
232
232
|
* @return ListLimitDefinitionsResponse
|
|
233
233
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
|
|
235
235
|
*/
|
|
236
236
|
listLimitDefinitions(listLimitDefinitionsRequest) {
|
|
237
237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -341,7 +341,7 @@ class LimitsClient {
|
|
|
341
341
|
* @param ListLimitValuesRequest
|
|
342
342
|
* @return ListLimitValuesResponse
|
|
343
343
|
* @throws OciError when an error occurs
|
|
344
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
344
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
|
|
345
345
|
*/
|
|
346
346
|
listLimitValues(listLimitValuesRequest) {
|
|
347
347
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -454,7 +454,7 @@ class LimitsClient {
|
|
|
454
454
|
* @param ListServicesRequest
|
|
455
455
|
* @return ListServicesResponse
|
|
456
456
|
* @throws OciError when an error occurs
|
|
457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/ListServices.ts.html |here} to see how to use ListServices API.
|
|
458
458
|
*/
|
|
459
459
|
listServices(listServicesRequest) {
|
|
460
460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -693,7 +693,7 @@ class QuotasClient {
|
|
|
693
693
|
* @param AddQuotaLockRequest
|
|
694
694
|
* @return AddQuotaLockResponse
|
|
695
695
|
* @throws OciError when an error occurs
|
|
696
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
696
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/AddQuotaLock.ts.html |here} to see how to use AddQuotaLock API.
|
|
697
697
|
*/
|
|
698
698
|
addQuotaLock(addQuotaLockRequest) {
|
|
699
699
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -758,7 +758,7 @@ class QuotasClient {
|
|
|
758
758
|
* @param CreateQuotaRequest
|
|
759
759
|
* @return CreateQuotaResponse
|
|
760
760
|
* @throws OciError when an error occurs
|
|
761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
761
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
|
|
762
762
|
*/
|
|
763
763
|
createQuota(createQuotaRequest) {
|
|
764
764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -821,7 +821,7 @@ class QuotasClient {
|
|
|
821
821
|
* @param DeleteQuotaRequest
|
|
822
822
|
* @return DeleteQuotaResponse
|
|
823
823
|
* @throws OciError when an error occurs
|
|
824
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
824
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
|
|
825
825
|
*/
|
|
826
826
|
deleteQuota(deleteQuotaRequest) {
|
|
827
827
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -878,7 +878,7 @@ class QuotasClient {
|
|
|
878
878
|
* @param GetQuotaRequest
|
|
879
879
|
* @return GetQuotaResponse
|
|
880
880
|
* @throws OciError when an error occurs
|
|
881
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
881
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
|
|
882
882
|
*/
|
|
883
883
|
getQuota(getQuotaRequest) {
|
|
884
884
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -941,7 +941,7 @@ class QuotasClient {
|
|
|
941
941
|
* @param ListQuotasRequest
|
|
942
942
|
* @return ListQuotasResponse
|
|
943
943
|
* @throws OciError when an error occurs
|
|
944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
944
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
|
|
945
945
|
*/
|
|
946
946
|
listQuotas(listQuotasRequest) {
|
|
947
947
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1050,7 +1050,7 @@ class QuotasClient {
|
|
|
1050
1050
|
* @param RemoveQuotaLockRequest
|
|
1051
1051
|
* @return RemoveQuotaLockResponse
|
|
1052
1052
|
* @throws OciError when an error occurs
|
|
1053
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1053
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/RemoveQuotaLock.ts.html |here} to see how to use RemoveQuotaLock API.
|
|
1054
1054
|
*/
|
|
1055
1055
|
removeQuotaLock(removeQuotaLockRequest) {
|
|
1056
1056
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1115,7 +1115,7 @@ class QuotasClient {
|
|
|
1115
1115
|
* @param UpdateQuotaRequest
|
|
1116
1116
|
* @return UpdateQuotaResponse
|
|
1117
1117
|
* @throws OciError when an error occurs
|
|
1118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
|
|
1119
1119
|
*/
|
|
1120
1120
|
updateQuota(updateQuotaRequest) {
|
|
1121
1121
|
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.71.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.71.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.71.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.71.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.71.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.71.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.71.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.71.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.71.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.71.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.71.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.71.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.71.0",
|
|
19
|
+
"oci-workrequests": "2.71.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|