oci-limits 2.62.3 → 2.64.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/LICENSE.txt +6 -6
- 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/LICENSE.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) 2016,
|
|
1
|
+
Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
2
2
|
|
|
3
3
|
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
|
|
4
4
|
|
|
@@ -70,10 +70,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
70
70
|
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
71
71
|
|
|
72
72
|
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
74
|
+
- You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
75
|
+
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
76
|
+
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
77
77
|
|
|
78
78
|
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
79
79
|
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
@@ -86,4 +86,4 @@ You may add Your own copyright statement to Your modifications and may provide a
|
|
|
86
86
|
|
|
87
87
|
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
88
88
|
|
|
89
|
-
END OF TERMS AND CONDITIONS
|
|
89
|
+
END OF TERMS AND CONDITIONS
|
package/lib/client.d.ts
CHANGED
|
@@ -76,7 +76,7 @@ export declare class LimitsClient {
|
|
|
76
76
|
* @param GetResourceAvailabilityRequest
|
|
77
77
|
* @return GetResourceAvailabilityResponse
|
|
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.64.0/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
|
|
80
80
|
*/
|
|
81
81
|
getResourceAvailability(getResourceAvailabilityRequest: requests.GetResourceAvailabilityRequest): Promise<responses.GetResourceAvailabilityResponse>;
|
|
82
82
|
/**
|
|
@@ -88,7 +88,7 @@ export declare class LimitsClient {
|
|
|
88
88
|
* @param ListLimitDefinitionsRequest
|
|
89
89
|
* @return ListLimitDefinitionsResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
|
|
92
92
|
*/
|
|
93
93
|
listLimitDefinitions(listLimitDefinitionsRequest: requests.ListLimitDefinitionsRequest): Promise<responses.ListLimitDefinitionsResponse>;
|
|
94
94
|
/**
|
|
@@ -130,7 +130,7 @@ export declare class LimitsClient {
|
|
|
130
130
|
* @param ListLimitValuesRequest
|
|
131
131
|
* @return ListLimitValuesResponse
|
|
132
132
|
* @throws OciError when an error occurs
|
|
133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
|
|
134
134
|
*/
|
|
135
135
|
listLimitValues(listLimitValuesRequest: requests.ListLimitValuesRequest): Promise<responses.ListLimitValuesResponse>;
|
|
136
136
|
/**
|
|
@@ -173,7 +173,7 @@ export declare class LimitsClient {
|
|
|
173
173
|
* @param ListServicesRequest
|
|
174
174
|
* @return ListServicesResponse
|
|
175
175
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/ListServices.ts.html |here} to see how to use ListServices API.
|
|
177
177
|
*/
|
|
178
178
|
listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
|
|
179
179
|
/**
|
|
@@ -280,7 +280,7 @@ export declare class QuotasClient {
|
|
|
280
280
|
* @param AddQuotaLockRequest
|
|
281
281
|
* @return AddQuotaLockResponse
|
|
282
282
|
* @throws OciError when an error occurs
|
|
283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/AddQuotaLock.ts.html |here} to see how to use AddQuotaLock API.
|
|
284
284
|
*/
|
|
285
285
|
addQuotaLock(addQuotaLockRequest: requests.AddQuotaLockRequest): Promise<responses.AddQuotaLockResponse>;
|
|
286
286
|
/**
|
|
@@ -289,7 +289,7 @@ export declare class QuotasClient {
|
|
|
289
289
|
* @param CreateQuotaRequest
|
|
290
290
|
* @return CreateQuotaResponse
|
|
291
291
|
* @throws OciError when an error occurs
|
|
292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
292
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
|
|
293
293
|
*/
|
|
294
294
|
createQuota(createQuotaRequest: requests.CreateQuotaRequest): Promise<responses.CreateQuotaResponse>;
|
|
295
295
|
/**
|
|
@@ -298,7 +298,7 @@ export declare class QuotasClient {
|
|
|
298
298
|
* @param DeleteQuotaRequest
|
|
299
299
|
* @return DeleteQuotaResponse
|
|
300
300
|
* @throws OciError when an error occurs
|
|
301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
|
|
302
302
|
*/
|
|
303
303
|
deleteQuota(deleteQuotaRequest: requests.DeleteQuotaRequest): Promise<responses.DeleteQuotaResponse>;
|
|
304
304
|
/**
|
|
@@ -307,7 +307,7 @@ export declare class QuotasClient {
|
|
|
307
307
|
* @param GetQuotaRequest
|
|
308
308
|
* @return GetQuotaResponse
|
|
309
309
|
* @throws OciError when an error occurs
|
|
310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
|
|
311
311
|
*/
|
|
312
312
|
getQuota(getQuotaRequest: requests.GetQuotaRequest): Promise<responses.GetQuotaResponse>;
|
|
313
313
|
/**
|
|
@@ -316,7 +316,7 @@ export declare class QuotasClient {
|
|
|
316
316
|
* @param ListQuotasRequest
|
|
317
317
|
* @return ListQuotasResponse
|
|
318
318
|
* @throws OciError when an error occurs
|
|
319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
|
|
320
320
|
*/
|
|
321
321
|
listQuotas(listQuotasRequest: requests.ListQuotasRequest): Promise<responses.ListQuotasResponse>;
|
|
322
322
|
/**
|
|
@@ -357,7 +357,7 @@ export declare class QuotasClient {
|
|
|
357
357
|
* @param RemoveQuotaLockRequest
|
|
358
358
|
* @return RemoveQuotaLockResponse
|
|
359
359
|
* @throws OciError when an error occurs
|
|
360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/RemoveQuotaLock.ts.html |here} to see how to use RemoveQuotaLock API.
|
|
361
361
|
*/
|
|
362
362
|
removeQuotaLock(removeQuotaLockRequest: requests.RemoveQuotaLockRequest): Promise<responses.RemoveQuotaLockResponse>;
|
|
363
363
|
/**
|
|
@@ -366,7 +366,7 @@ export declare class QuotasClient {
|
|
|
366
366
|
* @param UpdateQuotaRequest
|
|
367
367
|
* @return UpdateQuotaResponse
|
|
368
368
|
* @throws OciError when an error occurs
|
|
369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
|
|
370
370
|
*/
|
|
371
371
|
updateQuota(updateQuotaRequest: requests.UpdateQuotaRequest): Promise<responses.UpdateQuotaResponse>;
|
|
372
372
|
}
|
package/lib/client.js
CHANGED
|
@@ -162,7 +162,7 @@ class LimitsClient {
|
|
|
162
162
|
* @param GetResourceAvailabilityRequest
|
|
163
163
|
* @return GetResourceAvailabilityResponse
|
|
164
164
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
|
|
166
166
|
*/
|
|
167
167
|
getResourceAvailability(getResourceAvailabilityRequest) {
|
|
168
168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -227,7 +227,7 @@ class LimitsClient {
|
|
|
227
227
|
* @param ListLimitDefinitionsRequest
|
|
228
228
|
* @return ListLimitDefinitionsResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
|
|
231
231
|
*/
|
|
232
232
|
listLimitDefinitions(listLimitDefinitionsRequest) {
|
|
233
233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -337,7 +337,7 @@ class LimitsClient {
|
|
|
337
337
|
* @param ListLimitValuesRequest
|
|
338
338
|
* @return ListLimitValuesResponse
|
|
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.64.0/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
|
|
341
341
|
*/
|
|
342
342
|
listLimitValues(listLimitValuesRequest) {
|
|
343
343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -450,7 +450,7 @@ class LimitsClient {
|
|
|
450
450
|
* @param ListServicesRequest
|
|
451
451
|
* @return ListServicesResponse
|
|
452
452
|
* @throws OciError when an error occurs
|
|
453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/ListServices.ts.html |here} to see how to use ListServices API.
|
|
454
454
|
*/
|
|
455
455
|
listServices(listServicesRequest) {
|
|
456
456
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -685,7 +685,7 @@ class QuotasClient {
|
|
|
685
685
|
* @param AddQuotaLockRequest
|
|
686
686
|
* @return AddQuotaLockResponse
|
|
687
687
|
* @throws OciError when an error occurs
|
|
688
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
688
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/AddQuotaLock.ts.html |here} to see how to use AddQuotaLock API.
|
|
689
689
|
*/
|
|
690
690
|
addQuotaLock(addQuotaLockRequest) {
|
|
691
691
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -750,7 +750,7 @@ class QuotasClient {
|
|
|
750
750
|
* @param CreateQuotaRequest
|
|
751
751
|
* @return CreateQuotaResponse
|
|
752
752
|
* @throws OciError when an error occurs
|
|
753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
|
|
754
754
|
*/
|
|
755
755
|
createQuota(createQuotaRequest) {
|
|
756
756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -813,7 +813,7 @@ class QuotasClient {
|
|
|
813
813
|
* @param DeleteQuotaRequest
|
|
814
814
|
* @return DeleteQuotaResponse
|
|
815
815
|
* @throws OciError when an error occurs
|
|
816
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
816
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
|
|
817
817
|
*/
|
|
818
818
|
deleteQuota(deleteQuotaRequest) {
|
|
819
819
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -870,7 +870,7 @@ class QuotasClient {
|
|
|
870
870
|
* @param GetQuotaRequest
|
|
871
871
|
* @return GetQuotaResponse
|
|
872
872
|
* @throws OciError when an error occurs
|
|
873
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
873
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
|
|
874
874
|
*/
|
|
875
875
|
getQuota(getQuotaRequest) {
|
|
876
876
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -933,7 +933,7 @@ class QuotasClient {
|
|
|
933
933
|
* @param ListQuotasRequest
|
|
934
934
|
* @return ListQuotasResponse
|
|
935
935
|
* @throws OciError when an error occurs
|
|
936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
|
|
937
937
|
*/
|
|
938
938
|
listQuotas(listQuotasRequest) {
|
|
939
939
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1042,7 +1042,7 @@ class QuotasClient {
|
|
|
1042
1042
|
* @param RemoveQuotaLockRequest
|
|
1043
1043
|
* @return RemoveQuotaLockResponse
|
|
1044
1044
|
* @throws OciError when an error occurs
|
|
1045
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/RemoveQuotaLock.ts.html |here} to see how to use RemoveQuotaLock API.
|
|
1046
1046
|
*/
|
|
1047
1047
|
removeQuotaLock(removeQuotaLockRequest) {
|
|
1048
1048
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1107,7 +1107,7 @@ class QuotasClient {
|
|
|
1107
1107
|
* @param UpdateQuotaRequest
|
|
1108
1108
|
* @return UpdateQuotaResponse
|
|
1109
1109
|
* @throws OciError when an error occurs
|
|
1110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
|
|
1111
1111
|
*/
|
|
1112
1112
|
updateQuota(updateQuotaRequest) {
|
|
1113
1113
|
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.64.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.64.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.64.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.64.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.64.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.64.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.64.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.64.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.64.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.64.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.64.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.64.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.64.0",
|
|
19
|
+
"oci-workrequests": "2.64.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|