oci-limits 2.102.2 → 2.104.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/model/create-quota-details.d.ts +2 -2
- package/lib/model/quota-summary.d.ts +2 -2
- package/lib/model/quota.d.ts +2 -2
- package/lib/model/update-quota-details.d.ts +2 -2
- 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/lib/response/list-limit-definitions-response.d.ts +1 -1
- package/lib/response/list-limit-values-response.d.ts +1 -1
- package/lib/response/list-quotas-response.d.ts +1 -1
- package/lib/response/list-services-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -92,7 +92,7 @@ export declare class LimitsClient {
|
|
|
92
92
|
* @param GetResourceAvailabilityRequest
|
|
93
93
|
* @return GetResourceAvailabilityResponse
|
|
94
94
|
* @throws OciError when an error occurs
|
|
95
|
-
* @example Click {@link https://docs.
|
|
95
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
|
|
96
96
|
*/
|
|
97
97
|
getResourceAvailability(getResourceAvailabilityRequest: requests.GetResourceAvailabilityRequest): Promise<responses.GetResourceAvailabilityResponse>;
|
|
98
98
|
/**
|
|
@@ -104,7 +104,7 @@ export declare class LimitsClient {
|
|
|
104
104
|
* @param ListLimitDefinitionsRequest
|
|
105
105
|
* @return ListLimitDefinitionsResponse
|
|
106
106
|
* @throws OciError when an error occurs
|
|
107
|
-
* @example Click {@link https://docs.
|
|
107
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
|
|
108
108
|
*/
|
|
109
109
|
listLimitDefinitions(listLimitDefinitionsRequest: requests.ListLimitDefinitionsRequest): Promise<responses.ListLimitDefinitionsResponse>;
|
|
110
110
|
/**
|
|
@@ -146,7 +146,7 @@ export declare class LimitsClient {
|
|
|
146
146
|
* @param ListLimitValuesRequest
|
|
147
147
|
* @return ListLimitValuesResponse
|
|
148
148
|
* @throws OciError when an error occurs
|
|
149
|
-
* @example Click {@link https://docs.
|
|
149
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
|
|
150
150
|
*/
|
|
151
151
|
listLimitValues(listLimitValuesRequest: requests.ListLimitValuesRequest): Promise<responses.ListLimitValuesResponse>;
|
|
152
152
|
/**
|
|
@@ -189,7 +189,7 @@ export declare class LimitsClient {
|
|
|
189
189
|
* @param ListServicesRequest
|
|
190
190
|
* @return ListServicesResponse
|
|
191
191
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.
|
|
192
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/ListServices.ts.html |here} to see how to use ListServices API.
|
|
193
193
|
*/
|
|
194
194
|
listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
|
|
195
195
|
/**
|
|
@@ -310,7 +310,7 @@ export declare class QuotasClient {
|
|
|
310
310
|
* @param AddQuotaLockRequest
|
|
311
311
|
* @return AddQuotaLockResponse
|
|
312
312
|
* @throws OciError when an error occurs
|
|
313
|
-
* @example Click {@link https://docs.
|
|
313
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/AddQuotaLock.ts.html |here} to see how to use AddQuotaLock API.
|
|
314
314
|
*/
|
|
315
315
|
addQuotaLock(addQuotaLockRequest: requests.AddQuotaLockRequest): Promise<responses.AddQuotaLockResponse>;
|
|
316
316
|
/**
|
|
@@ -319,7 +319,7 @@ export declare class QuotasClient {
|
|
|
319
319
|
* @param CreateQuotaRequest
|
|
320
320
|
* @return CreateQuotaResponse
|
|
321
321
|
* @throws OciError when an error occurs
|
|
322
|
-
* @example Click {@link https://docs.
|
|
322
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
|
|
323
323
|
*/
|
|
324
324
|
createQuota(createQuotaRequest: requests.CreateQuotaRequest): Promise<responses.CreateQuotaResponse>;
|
|
325
325
|
/**
|
|
@@ -328,7 +328,7 @@ export declare class QuotasClient {
|
|
|
328
328
|
* @param DeleteQuotaRequest
|
|
329
329
|
* @return DeleteQuotaResponse
|
|
330
330
|
* @throws OciError when an error occurs
|
|
331
|
-
* @example Click {@link https://docs.
|
|
331
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
|
|
332
332
|
*/
|
|
333
333
|
deleteQuota(deleteQuotaRequest: requests.DeleteQuotaRequest): Promise<responses.DeleteQuotaResponse>;
|
|
334
334
|
/**
|
|
@@ -337,7 +337,7 @@ export declare class QuotasClient {
|
|
|
337
337
|
* @param GetQuotaRequest
|
|
338
338
|
* @return GetQuotaResponse
|
|
339
339
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.
|
|
340
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
|
|
341
341
|
*/
|
|
342
342
|
getQuota(getQuotaRequest: requests.GetQuotaRequest): Promise<responses.GetQuotaResponse>;
|
|
343
343
|
/**
|
|
@@ -346,7 +346,7 @@ export declare class QuotasClient {
|
|
|
346
346
|
* @param ListQuotasRequest
|
|
347
347
|
* @return ListQuotasResponse
|
|
348
348
|
* @throws OciError when an error occurs
|
|
349
|
-
* @example Click {@link https://docs.
|
|
349
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
|
|
350
350
|
*/
|
|
351
351
|
listQuotas(listQuotasRequest: requests.ListQuotasRequest): Promise<responses.ListQuotasResponse>;
|
|
352
352
|
/**
|
|
@@ -387,7 +387,7 @@ export declare class QuotasClient {
|
|
|
387
387
|
* @param RemoveQuotaLockRequest
|
|
388
388
|
* @return RemoveQuotaLockResponse
|
|
389
389
|
* @throws OciError when an error occurs
|
|
390
|
-
* @example Click {@link https://docs.
|
|
390
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/RemoveQuotaLock.ts.html |here} to see how to use RemoveQuotaLock API.
|
|
391
391
|
*/
|
|
392
392
|
removeQuotaLock(removeQuotaLockRequest: requests.RemoveQuotaLockRequest): Promise<responses.RemoveQuotaLockResponse>;
|
|
393
393
|
/**
|
|
@@ -396,7 +396,7 @@ export declare class QuotasClient {
|
|
|
396
396
|
* @param UpdateQuotaRequest
|
|
397
397
|
* @return UpdateQuotaResponse
|
|
398
398
|
* @throws OciError when an error occurs
|
|
399
|
-
* @example Click {@link https://docs.
|
|
399
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
|
|
400
400
|
*/
|
|
401
401
|
updateQuota(updateQuotaRequest: requests.UpdateQuotaRequest): Promise<responses.UpdateQuotaResponse>;
|
|
402
402
|
}
|
package/lib/client.js
CHANGED
|
@@ -197,7 +197,7 @@ class LimitsClient {
|
|
|
197
197
|
* @param GetResourceAvailabilityRequest
|
|
198
198
|
* @return GetResourceAvailabilityResponse
|
|
199
199
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.
|
|
200
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
|
|
201
201
|
*/
|
|
202
202
|
getResourceAvailability(getResourceAvailabilityRequest) {
|
|
203
203
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -263,7 +263,7 @@ class LimitsClient {
|
|
|
263
263
|
* @param ListLimitDefinitionsRequest
|
|
264
264
|
* @return ListLimitDefinitionsResponse
|
|
265
265
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.
|
|
266
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
|
|
267
267
|
*/
|
|
268
268
|
listLimitDefinitions(listLimitDefinitionsRequest) {
|
|
269
269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -374,7 +374,7 @@ class LimitsClient {
|
|
|
374
374
|
* @param ListLimitValuesRequest
|
|
375
375
|
* @return ListLimitValuesResponse
|
|
376
376
|
* @throws OciError when an error occurs
|
|
377
|
-
* @example Click {@link https://docs.
|
|
377
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
|
|
378
378
|
*/
|
|
379
379
|
listLimitValues(listLimitValuesRequest) {
|
|
380
380
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -488,7 +488,7 @@ class LimitsClient {
|
|
|
488
488
|
* @param ListServicesRequest
|
|
489
489
|
* @return ListServicesResponse
|
|
490
490
|
* @throws OciError when an error occurs
|
|
491
|
-
* @example Click {@link https://docs.
|
|
491
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/ListServices.ts.html |here} to see how to use ListServices API.
|
|
492
492
|
*/
|
|
493
493
|
listServices(listServicesRequest) {
|
|
494
494
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -757,7 +757,7 @@ class QuotasClient {
|
|
|
757
757
|
* @param AddQuotaLockRequest
|
|
758
758
|
* @return AddQuotaLockResponse
|
|
759
759
|
* @throws OciError when an error occurs
|
|
760
|
-
* @example Click {@link https://docs.
|
|
760
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/AddQuotaLock.ts.html |here} to see how to use AddQuotaLock API.
|
|
761
761
|
*/
|
|
762
762
|
addQuotaLock(addQuotaLockRequest) {
|
|
763
763
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -822,7 +822,7 @@ class QuotasClient {
|
|
|
822
822
|
* @param CreateQuotaRequest
|
|
823
823
|
* @return CreateQuotaResponse
|
|
824
824
|
* @throws OciError when an error occurs
|
|
825
|
-
* @example Click {@link https://docs.
|
|
825
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
|
|
826
826
|
*/
|
|
827
827
|
createQuota(createQuotaRequest) {
|
|
828
828
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -885,7 +885,7 @@ class QuotasClient {
|
|
|
885
885
|
* @param DeleteQuotaRequest
|
|
886
886
|
* @return DeleteQuotaResponse
|
|
887
887
|
* @throws OciError when an error occurs
|
|
888
|
-
* @example Click {@link https://docs.
|
|
888
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
|
|
889
889
|
*/
|
|
890
890
|
deleteQuota(deleteQuotaRequest) {
|
|
891
891
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -942,7 +942,7 @@ class QuotasClient {
|
|
|
942
942
|
* @param GetQuotaRequest
|
|
943
943
|
* @return GetQuotaResponse
|
|
944
944
|
* @throws OciError when an error occurs
|
|
945
|
-
* @example Click {@link https://docs.
|
|
945
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
|
|
946
946
|
*/
|
|
947
947
|
getQuota(getQuotaRequest) {
|
|
948
948
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1005,7 +1005,7 @@ class QuotasClient {
|
|
|
1005
1005
|
* @param ListQuotasRequest
|
|
1006
1006
|
* @return ListQuotasResponse
|
|
1007
1007
|
* @throws OciError when an error occurs
|
|
1008
|
-
* @example Click {@link https://docs.
|
|
1008
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
|
|
1009
1009
|
*/
|
|
1010
1010
|
listQuotas(listQuotasRequest) {
|
|
1011
1011
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1114,7 +1114,7 @@ class QuotasClient {
|
|
|
1114
1114
|
* @param RemoveQuotaLockRequest
|
|
1115
1115
|
* @return RemoveQuotaLockResponse
|
|
1116
1116
|
* @throws OciError when an error occurs
|
|
1117
|
-
* @example Click {@link https://docs.
|
|
1117
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/RemoveQuotaLock.ts.html |here} to see how to use RemoveQuotaLock API.
|
|
1118
1118
|
*/
|
|
1119
1119
|
removeQuotaLock(removeQuotaLockRequest) {
|
|
1120
1120
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1179,7 +1179,7 @@ class QuotasClient {
|
|
|
1179
1179
|
* @param UpdateQuotaRequest
|
|
1180
1180
|
* @return UpdateQuotaResponse
|
|
1181
1181
|
* @throws OciError when an error occurs
|
|
1182
|
-
* @example Click {@link https://docs.
|
|
1182
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
|
|
1183
1183
|
*/
|
|
1184
1184
|
updateQuota(updateQuotaRequest) {
|
|
1185
1185
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -40,7 +40,7 @@ export interface CreateQuotaDetails {
|
|
|
40
40
|
"locks"?: Array<model.AddLockDetails>;
|
|
41
41
|
/**
|
|
42
42
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
43
|
-
* For more information, see [Resource Tags](https://docs.
|
|
43
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
44
44
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
@@ -49,7 +49,7 @@ export interface CreateQuotaDetails {
|
|
|
49
49
|
};
|
|
50
50
|
/**
|
|
51
51
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
52
|
-
* For more information, see [Resource Tags](https://docs.
|
|
52
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
53
53
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
@@ -54,7 +54,7 @@ export interface QuotaSummary {
|
|
|
54
54
|
"lifecycleState"?: QuotaSummary.LifecycleState;
|
|
55
55
|
/**
|
|
56
56
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
57
|
-
* For more information, see [Resource Tags](https://docs.
|
|
57
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
58
58
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
59
59
|
*
|
|
60
60
|
*/
|
|
@@ -63,7 +63,7 @@ export interface QuotaSummary {
|
|
|
63
63
|
};
|
|
64
64
|
/**
|
|
65
65
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
66
|
-
* For more information, see [Resource Tags](https://docs.
|
|
66
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
67
67
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
68
68
|
*
|
|
69
69
|
*/
|
package/lib/model/quota.d.ts
CHANGED
|
@@ -62,7 +62,7 @@ export interface Quota {
|
|
|
62
62
|
"lifecycleState"?: Quota.LifecycleState;
|
|
63
63
|
/**
|
|
64
64
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
65
|
-
* For more information, see [Resource Tags](https://docs.
|
|
65
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
66
66
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
67
67
|
*
|
|
68
68
|
*/
|
|
@@ -71,7 +71,7 @@ export interface Quota {
|
|
|
71
71
|
};
|
|
72
72
|
/**
|
|
73
73
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
74
|
-
* For more information, see [Resource Tags](https://docs.
|
|
74
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
75
75
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
76
76
|
*
|
|
77
77
|
*/
|
|
@@ -25,7 +25,7 @@ export interface UpdateQuotaDetails {
|
|
|
25
25
|
"statements"?: Array<string>;
|
|
26
26
|
/**
|
|
27
27
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
28
|
-
* For more information, see [Resource Tags](https://docs.
|
|
28
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
29
29
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
@@ -34,7 +34,7 @@ export interface UpdateQuotaDetails {
|
|
|
34
34
|
};
|
|
35
35
|
/**
|
|
36
36
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
37
|
-
* For more information, see [Resource Tags](https://docs.
|
|
37
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
38
38
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuotaRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateQuotaRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -15,7 +15,7 @@ export interface ListLimitDefinitionsResponse {
|
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages
|
|
17
17
|
* of results remain. For important details about how pagination works, see
|
|
18
|
-
* [List Pagination](https://docs.
|
|
18
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"opcNextPage": string;
|
|
@@ -15,7 +15,7 @@ export interface ListLimitValuesResponse {
|
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages
|
|
17
17
|
* of results remain. For important details about how pagination works, see
|
|
18
|
-
* [List Pagination](https://docs.
|
|
18
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"opcNextPage": string;
|
|
@@ -15,7 +15,7 @@ export interface ListQuotasResponse {
|
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages
|
|
17
17
|
* of results remain. For important details about how pagination works, see
|
|
18
|
-
* [List Pagination](https://docs.
|
|
18
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"opcNextPage": string;
|
|
@@ -15,7 +15,7 @@ export interface ListServicesResponse {
|
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages
|
|
17
17
|
* of results remain. For important details about how pagination works, see
|
|
18
|
-
* [List Pagination](https://docs.
|
|
18
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"opcNextPage": string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-limits",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.104.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.104.0",
|
|
19
|
+
"oci-workrequests": "2.104.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|