oci-limits 2.24.0 → 2.25.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 +9 -9
- package/lib/client.js +9 -9
- 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/update-quota-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -65,7 +65,7 @@ export declare class LimitsClient {
|
|
|
65
65
|
* @param GetResourceAvailabilityRequest
|
|
66
66
|
* @return GetResourceAvailabilityResponse
|
|
67
67
|
* @throws OciError when an error occurs
|
|
68
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
68
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
|
|
69
69
|
*/
|
|
70
70
|
getResourceAvailability(getResourceAvailabilityRequest: requests.GetResourceAvailabilityRequest): Promise<responses.GetResourceAvailabilityResponse>;
|
|
71
71
|
/**
|
|
@@ -77,7 +77,7 @@ export declare class LimitsClient {
|
|
|
77
77
|
* @param ListLimitDefinitionsRequest
|
|
78
78
|
* @return ListLimitDefinitionsResponse
|
|
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.25.0/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
|
|
81
81
|
*/
|
|
82
82
|
listLimitDefinitions(listLimitDefinitionsRequest: requests.ListLimitDefinitionsRequest): Promise<responses.ListLimitDefinitionsResponse>;
|
|
83
83
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class LimitsClient {
|
|
|
119
119
|
* @param ListLimitValuesRequest
|
|
120
120
|
* @return ListLimitValuesResponse
|
|
121
121
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
|
|
123
123
|
*/
|
|
124
124
|
listLimitValues(listLimitValuesRequest: requests.ListLimitValuesRequest): Promise<responses.ListLimitValuesResponse>;
|
|
125
125
|
/**
|
|
@@ -162,7 +162,7 @@ export declare class LimitsClient {
|
|
|
162
162
|
* @param ListServicesRequest
|
|
163
163
|
* @return ListServicesResponse
|
|
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.25.0/limits/ListServices.ts.html |here} to see how to use ListServices API.
|
|
166
166
|
*/
|
|
167
167
|
listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
|
|
168
168
|
/**
|
|
@@ -258,7 +258,7 @@ export declare class QuotasClient {
|
|
|
258
258
|
* @param CreateQuotaRequest
|
|
259
259
|
* @return CreateQuotaResponse
|
|
260
260
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
|
|
262
262
|
*/
|
|
263
263
|
createQuota(createQuotaRequest: requests.CreateQuotaRequest): Promise<responses.CreateQuotaResponse>;
|
|
264
264
|
/**
|
|
@@ -267,7 +267,7 @@ export declare class QuotasClient {
|
|
|
267
267
|
* @param DeleteQuotaRequest
|
|
268
268
|
* @return DeleteQuotaResponse
|
|
269
269
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
|
|
271
271
|
*/
|
|
272
272
|
deleteQuota(deleteQuotaRequest: requests.DeleteQuotaRequest): Promise<responses.DeleteQuotaResponse>;
|
|
273
273
|
/**
|
|
@@ -276,7 +276,7 @@ export declare class QuotasClient {
|
|
|
276
276
|
* @param GetQuotaRequest
|
|
277
277
|
* @return GetQuotaResponse
|
|
278
278
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
|
|
280
280
|
*/
|
|
281
281
|
getQuota(getQuotaRequest: requests.GetQuotaRequest): Promise<responses.GetQuotaResponse>;
|
|
282
282
|
/**
|
|
@@ -285,7 +285,7 @@ export declare class QuotasClient {
|
|
|
285
285
|
* @param ListQuotasRequest
|
|
286
286
|
* @return ListQuotasResponse
|
|
287
287
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
|
|
289
289
|
*/
|
|
290
290
|
listQuotas(listQuotasRequest: requests.ListQuotasRequest): Promise<responses.ListQuotasResponse>;
|
|
291
291
|
/**
|
|
@@ -326,7 +326,7 @@ export declare class QuotasClient {
|
|
|
326
326
|
* @param UpdateQuotaRequest
|
|
327
327
|
* @return UpdateQuotaResponse
|
|
328
328
|
* @throws OciError when an error occurs
|
|
329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
|
|
330
330
|
*/
|
|
331
331
|
updateQuota(updateQuotaRequest: requests.UpdateQuotaRequest): Promise<responses.UpdateQuotaResponse>;
|
|
332
332
|
}
|
package/lib/client.js
CHANGED
|
@@ -138,7 +138,7 @@ class LimitsClient {
|
|
|
138
138
|
* @param GetResourceAvailabilityRequest
|
|
139
139
|
* @return GetResourceAvailabilityResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
|
|
142
142
|
*/
|
|
143
143
|
getResourceAvailability(getResourceAvailabilityRequest) {
|
|
144
144
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -201,7 +201,7 @@ class LimitsClient {
|
|
|
201
201
|
* @param ListLimitDefinitionsRequest
|
|
202
202
|
* @return ListLimitDefinitionsResponse
|
|
203
203
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
|
|
205
205
|
*/
|
|
206
206
|
listLimitDefinitions(listLimitDefinitionsRequest) {
|
|
207
207
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -309,7 +309,7 @@ class LimitsClient {
|
|
|
309
309
|
* @param ListLimitValuesRequest
|
|
310
310
|
* @return ListLimitValuesResponse
|
|
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.25.0/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
|
|
313
313
|
*/
|
|
314
314
|
listLimitValues(listLimitValuesRequest) {
|
|
315
315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -420,7 +420,7 @@ class LimitsClient {
|
|
|
420
420
|
* @param ListServicesRequest
|
|
421
421
|
* @return ListServicesResponse
|
|
422
422
|
* @throws OciError when an error occurs
|
|
423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/limits/ListServices.ts.html |here} to see how to use ListServices API.
|
|
424
424
|
*/
|
|
425
425
|
listServices(listServicesRequest) {
|
|
426
426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -629,7 +629,7 @@ class QuotasClient {
|
|
|
629
629
|
* @param CreateQuotaRequest
|
|
630
630
|
* @return CreateQuotaResponse
|
|
631
631
|
* @throws OciError when an error occurs
|
|
632
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
|
|
633
633
|
*/
|
|
634
634
|
createQuota(createQuotaRequest) {
|
|
635
635
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -690,7 +690,7 @@ class QuotasClient {
|
|
|
690
690
|
* @param DeleteQuotaRequest
|
|
691
691
|
* @return DeleteQuotaResponse
|
|
692
692
|
* @throws OciError when an error occurs
|
|
693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
693
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
|
|
694
694
|
*/
|
|
695
695
|
deleteQuota(deleteQuotaRequest) {
|
|
696
696
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -743,7 +743,7 @@ class QuotasClient {
|
|
|
743
743
|
* @param GetQuotaRequest
|
|
744
744
|
* @return GetQuotaResponse
|
|
745
745
|
* @throws OciError when an error occurs
|
|
746
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
|
|
747
747
|
*/
|
|
748
748
|
getQuota(getQuotaRequest) {
|
|
749
749
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -804,7 +804,7 @@ class QuotasClient {
|
|
|
804
804
|
* @param ListQuotasRequest
|
|
805
805
|
* @return ListQuotasResponse
|
|
806
806
|
* @throws OciError when an error occurs
|
|
807
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
807
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
|
|
808
808
|
*/
|
|
809
809
|
listQuotas(listQuotasRequest) {
|
|
810
810
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -911,7 +911,7 @@ class QuotasClient {
|
|
|
911
911
|
* @param UpdateQuotaRequest
|
|
912
912
|
* @return UpdateQuotaResponse
|
|
913
913
|
* @throws OciError when an error occurs
|
|
914
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
914
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
|
|
915
915
|
*/
|
|
916
916
|
updateQuota(updateQuotaRequest) {
|
|
917
917
|
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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.0",
|
|
19
|
+
"oci-workrequests": "2.25.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|