oci-limits 2.82.2 → 2.83.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
|
@@ -82,7 +82,7 @@ export declare class LimitsClient {
|
|
|
82
82
|
* @param GetResourceAvailabilityRequest
|
|
83
83
|
* @return GetResourceAvailabilityResponse
|
|
84
84
|
* @throws OciError when an error occurs
|
|
85
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
85
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
|
|
86
86
|
*/
|
|
87
87
|
getResourceAvailability(getResourceAvailabilityRequest: requests.GetResourceAvailabilityRequest): Promise<responses.GetResourceAvailabilityResponse>;
|
|
88
88
|
/**
|
|
@@ -94,7 +94,7 @@ export declare class LimitsClient {
|
|
|
94
94
|
* @param ListLimitDefinitionsRequest
|
|
95
95
|
* @return ListLimitDefinitionsResponse
|
|
96
96
|
* @throws OciError when an error occurs
|
|
97
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
97
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
|
|
98
98
|
*/
|
|
99
99
|
listLimitDefinitions(listLimitDefinitionsRequest: requests.ListLimitDefinitionsRequest): Promise<responses.ListLimitDefinitionsResponse>;
|
|
100
100
|
/**
|
|
@@ -136,7 +136,7 @@ export declare class LimitsClient {
|
|
|
136
136
|
* @param ListLimitValuesRequest
|
|
137
137
|
* @return ListLimitValuesResponse
|
|
138
138
|
* @throws OciError when an error occurs
|
|
139
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
|
|
140
140
|
*/
|
|
141
141
|
listLimitValues(listLimitValuesRequest: requests.ListLimitValuesRequest): Promise<responses.ListLimitValuesResponse>;
|
|
142
142
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class LimitsClient {
|
|
|
179
179
|
* @param ListServicesRequest
|
|
180
180
|
* @return ListServicesResponse
|
|
181
181
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/limits/ListServices.ts.html |here} to see how to use ListServices API.
|
|
183
183
|
*/
|
|
184
184
|
listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
|
|
185
185
|
/**
|
|
@@ -291,7 +291,7 @@ export declare class QuotasClient {
|
|
|
291
291
|
* @param AddQuotaLockRequest
|
|
292
292
|
* @return AddQuotaLockResponse
|
|
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.83.0/limits/AddQuotaLock.ts.html |here} to see how to use AddQuotaLock API.
|
|
295
295
|
*/
|
|
296
296
|
addQuotaLock(addQuotaLockRequest: requests.AddQuotaLockRequest): Promise<responses.AddQuotaLockResponse>;
|
|
297
297
|
/**
|
|
@@ -300,7 +300,7 @@ export declare class QuotasClient {
|
|
|
300
300
|
* @param CreateQuotaRequest
|
|
301
301
|
* @return CreateQuotaResponse
|
|
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.83.0/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
|
|
304
304
|
*/
|
|
305
305
|
createQuota(createQuotaRequest: requests.CreateQuotaRequest): Promise<responses.CreateQuotaResponse>;
|
|
306
306
|
/**
|
|
@@ -309,7 +309,7 @@ export declare class QuotasClient {
|
|
|
309
309
|
* @param DeleteQuotaRequest
|
|
310
310
|
* @return DeleteQuotaResponse
|
|
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.83.0/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
|
|
313
313
|
*/
|
|
314
314
|
deleteQuota(deleteQuotaRequest: requests.DeleteQuotaRequest): Promise<responses.DeleteQuotaResponse>;
|
|
315
315
|
/**
|
|
@@ -318,7 +318,7 @@ export declare class QuotasClient {
|
|
|
318
318
|
* @param GetQuotaRequest
|
|
319
319
|
* @return GetQuotaResponse
|
|
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.83.0/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
|
|
322
322
|
*/
|
|
323
323
|
getQuota(getQuotaRequest: requests.GetQuotaRequest): Promise<responses.GetQuotaResponse>;
|
|
324
324
|
/**
|
|
@@ -327,7 +327,7 @@ export declare class QuotasClient {
|
|
|
327
327
|
* @param ListQuotasRequest
|
|
328
328
|
* @return ListQuotasResponse
|
|
329
329
|
* @throws OciError when an error occurs
|
|
330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
|
|
331
331
|
*/
|
|
332
332
|
listQuotas(listQuotasRequest: requests.ListQuotasRequest): Promise<responses.ListQuotasResponse>;
|
|
333
333
|
/**
|
|
@@ -368,7 +368,7 @@ export declare class QuotasClient {
|
|
|
368
368
|
* @param RemoveQuotaLockRequest
|
|
369
369
|
* @return RemoveQuotaLockResponse
|
|
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.83.0/limits/RemoveQuotaLock.ts.html |here} to see how to use RemoveQuotaLock API.
|
|
372
372
|
*/
|
|
373
373
|
removeQuotaLock(removeQuotaLockRequest: requests.RemoveQuotaLockRequest): Promise<responses.RemoveQuotaLockResponse>;
|
|
374
374
|
/**
|
|
@@ -377,7 +377,7 @@ export declare class QuotasClient {
|
|
|
377
377
|
* @param UpdateQuotaRequest
|
|
378
378
|
* @return UpdateQuotaResponse
|
|
379
379
|
* @throws OciError when an error occurs
|
|
380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
|
|
381
381
|
*/
|
|
382
382
|
updateQuota(updateQuotaRequest: requests.UpdateQuotaRequest): Promise<responses.UpdateQuotaResponse>;
|
|
383
383
|
}
|
package/lib/client.js
CHANGED
|
@@ -179,7 +179,7 @@ class LimitsClient {
|
|
|
179
179
|
* @param GetResourceAvailabilityRequest
|
|
180
180
|
* @return GetResourceAvailabilityResponse
|
|
181
181
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
|
|
183
183
|
*/
|
|
184
184
|
getResourceAvailability(getResourceAvailabilityRequest) {
|
|
185
185
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -244,7 +244,7 @@ class LimitsClient {
|
|
|
244
244
|
* @param ListLimitDefinitionsRequest
|
|
245
245
|
* @return ListLimitDefinitionsResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
|
|
248
248
|
*/
|
|
249
249
|
listLimitDefinitions(listLimitDefinitionsRequest) {
|
|
250
250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -354,7 +354,7 @@ class LimitsClient {
|
|
|
354
354
|
* @param ListLimitValuesRequest
|
|
355
355
|
* @return ListLimitValuesResponse
|
|
356
356
|
* @throws OciError when an error occurs
|
|
357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
|
|
358
358
|
*/
|
|
359
359
|
listLimitValues(listLimitValuesRequest) {
|
|
360
360
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -467,7 +467,7 @@ class LimitsClient {
|
|
|
467
467
|
* @param ListServicesRequest
|
|
468
468
|
* @return ListServicesResponse
|
|
469
469
|
* @throws OciError when an error occurs
|
|
470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
470
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/limits/ListServices.ts.html |here} to see how to use ListServices API.
|
|
471
471
|
*/
|
|
472
472
|
listServices(listServicesRequest) {
|
|
473
473
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -718,7 +718,7 @@ class QuotasClient {
|
|
|
718
718
|
* @param AddQuotaLockRequest
|
|
719
719
|
* @return AddQuotaLockResponse
|
|
720
720
|
* @throws OciError when an error occurs
|
|
721
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
721
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/limits/AddQuotaLock.ts.html |here} to see how to use AddQuotaLock API.
|
|
722
722
|
*/
|
|
723
723
|
addQuotaLock(addQuotaLockRequest) {
|
|
724
724
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -783,7 +783,7 @@ class QuotasClient {
|
|
|
783
783
|
* @param CreateQuotaRequest
|
|
784
784
|
* @return CreateQuotaResponse
|
|
785
785
|
* @throws OciError when an error occurs
|
|
786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
786
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
|
|
787
787
|
*/
|
|
788
788
|
createQuota(createQuotaRequest) {
|
|
789
789
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -846,7 +846,7 @@ class QuotasClient {
|
|
|
846
846
|
* @param DeleteQuotaRequest
|
|
847
847
|
* @return DeleteQuotaResponse
|
|
848
848
|
* @throws OciError when an error occurs
|
|
849
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
849
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
|
|
850
850
|
*/
|
|
851
851
|
deleteQuota(deleteQuotaRequest) {
|
|
852
852
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -903,7 +903,7 @@ class QuotasClient {
|
|
|
903
903
|
* @param GetQuotaRequest
|
|
904
904
|
* @return GetQuotaResponse
|
|
905
905
|
* @throws OciError when an error occurs
|
|
906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
|
|
907
907
|
*/
|
|
908
908
|
getQuota(getQuotaRequest) {
|
|
909
909
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -966,7 +966,7 @@ class QuotasClient {
|
|
|
966
966
|
* @param ListQuotasRequest
|
|
967
967
|
* @return ListQuotasResponse
|
|
968
968
|
* @throws OciError when an error occurs
|
|
969
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
|
|
970
970
|
*/
|
|
971
971
|
listQuotas(listQuotasRequest) {
|
|
972
972
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1075,7 +1075,7 @@ class QuotasClient {
|
|
|
1075
1075
|
* @param RemoveQuotaLockRequest
|
|
1076
1076
|
* @return RemoveQuotaLockResponse
|
|
1077
1077
|
* @throws OciError when an error occurs
|
|
1078
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1078
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/limits/RemoveQuotaLock.ts.html |here} to see how to use RemoveQuotaLock API.
|
|
1079
1079
|
*/
|
|
1080
1080
|
removeQuotaLock(removeQuotaLockRequest) {
|
|
1081
1081
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1140,7 +1140,7 @@ class QuotasClient {
|
|
|
1140
1140
|
* @param UpdateQuotaRequest
|
|
1141
1141
|
* @return UpdateQuotaResponse
|
|
1142
1142
|
* @throws OciError when an error occurs
|
|
1143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
|
|
1144
1144
|
*/
|
|
1145
1145
|
updateQuota(updateQuotaRequest) {
|
|
1146
1146
|
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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.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.83.0",
|
|
19
|
+
"oci-workrequests": "2.83.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|