oci-limits 2.9.0 → 2.9.1
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
|
@@ -63,7 +63,7 @@ export declare class LimitsClient {
|
|
|
63
63
|
* @param GetResourceAvailabilityRequest
|
|
64
64
|
* @return GetResourceAvailabilityResponse
|
|
65
65
|
* @throws OciError when an error occurs
|
|
66
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
66
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
|
|
67
67
|
*/
|
|
68
68
|
getResourceAvailability(getResourceAvailabilityRequest: requests.GetResourceAvailabilityRequest): Promise<responses.GetResourceAvailabilityResponse>;
|
|
69
69
|
/**
|
|
@@ -75,7 +75,7 @@ export declare class LimitsClient {
|
|
|
75
75
|
* @param ListLimitDefinitionsRequest
|
|
76
76
|
* @return ListLimitDefinitionsResponse
|
|
77
77
|
* @throws OciError when an error occurs
|
|
78
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
78
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
|
|
79
79
|
*/
|
|
80
80
|
listLimitDefinitions(listLimitDefinitionsRequest: requests.ListLimitDefinitionsRequest): Promise<responses.ListLimitDefinitionsResponse>;
|
|
81
81
|
/**
|
|
@@ -117,7 +117,7 @@ export declare class LimitsClient {
|
|
|
117
117
|
* @param ListLimitValuesRequest
|
|
118
118
|
* @return ListLimitValuesResponse
|
|
119
119
|
* @throws OciError when an error occurs
|
|
120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
|
|
121
121
|
*/
|
|
122
122
|
listLimitValues(listLimitValuesRequest: requests.ListLimitValuesRequest): Promise<responses.ListLimitValuesResponse>;
|
|
123
123
|
/**
|
|
@@ -160,7 +160,7 @@ export declare class LimitsClient {
|
|
|
160
160
|
* @param ListServicesRequest
|
|
161
161
|
* @return ListServicesResponse
|
|
162
162
|
* @throws OciError when an error occurs
|
|
163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/limits/ListServices.ts.html |here} to see how to use ListServices API.
|
|
164
164
|
*/
|
|
165
165
|
listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
|
|
166
166
|
/**
|
|
@@ -254,7 +254,7 @@ export declare class QuotasClient {
|
|
|
254
254
|
* @param CreateQuotaRequest
|
|
255
255
|
* @return CreateQuotaResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
|
|
258
258
|
*/
|
|
259
259
|
createQuota(createQuotaRequest: requests.CreateQuotaRequest): Promise<responses.CreateQuotaResponse>;
|
|
260
260
|
/**
|
|
@@ -263,7 +263,7 @@ export declare class QuotasClient {
|
|
|
263
263
|
* @param DeleteQuotaRequest
|
|
264
264
|
* @return DeleteQuotaResponse
|
|
265
265
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
|
|
267
267
|
*/
|
|
268
268
|
deleteQuota(deleteQuotaRequest: requests.DeleteQuotaRequest): Promise<responses.DeleteQuotaResponse>;
|
|
269
269
|
/**
|
|
@@ -272,7 +272,7 @@ export declare class QuotasClient {
|
|
|
272
272
|
* @param GetQuotaRequest
|
|
273
273
|
* @return GetQuotaResponse
|
|
274
274
|
* @throws OciError when an error occurs
|
|
275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
|
|
276
276
|
*/
|
|
277
277
|
getQuota(getQuotaRequest: requests.GetQuotaRequest): Promise<responses.GetQuotaResponse>;
|
|
278
278
|
/**
|
|
@@ -281,7 +281,7 @@ export declare class QuotasClient {
|
|
|
281
281
|
* @param ListQuotasRequest
|
|
282
282
|
* @return ListQuotasResponse
|
|
283
283
|
* @throws OciError when an error occurs
|
|
284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
|
|
285
285
|
*/
|
|
286
286
|
listQuotas(listQuotasRequest: requests.ListQuotasRequest): Promise<responses.ListQuotasResponse>;
|
|
287
287
|
/**
|
|
@@ -322,7 +322,7 @@ export declare class QuotasClient {
|
|
|
322
322
|
* @param UpdateQuotaRequest
|
|
323
323
|
* @return UpdateQuotaResponse
|
|
324
324
|
* @throws OciError when an error occurs
|
|
325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
|
|
326
326
|
*/
|
|
327
327
|
updateQuota(updateQuotaRequest: requests.UpdateQuotaRequest): Promise<responses.UpdateQuotaResponse>;
|
|
328
328
|
}
|
package/lib/client.js
CHANGED
|
@@ -133,7 +133,7 @@ class LimitsClient {
|
|
|
133
133
|
* @param GetResourceAvailabilityRequest
|
|
134
134
|
* @return GetResourceAvailabilityResponse
|
|
135
135
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
|
|
137
137
|
*/
|
|
138
138
|
getResourceAvailability(getResourceAvailabilityRequest) {
|
|
139
139
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -196,7 +196,7 @@ class LimitsClient {
|
|
|
196
196
|
* @param ListLimitDefinitionsRequest
|
|
197
197
|
* @return ListLimitDefinitionsResponse
|
|
198
198
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
|
|
200
200
|
*/
|
|
201
201
|
listLimitDefinitions(listLimitDefinitionsRequest) {
|
|
202
202
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -304,7 +304,7 @@ class LimitsClient {
|
|
|
304
304
|
* @param ListLimitValuesRequest
|
|
305
305
|
* @return ListLimitValuesResponse
|
|
306
306
|
* @throws OciError when an error occurs
|
|
307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
|
|
308
308
|
*/
|
|
309
309
|
listLimitValues(listLimitValuesRequest) {
|
|
310
310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -415,7 +415,7 @@ class LimitsClient {
|
|
|
415
415
|
* @param ListServicesRequest
|
|
416
416
|
* @return ListServicesResponse
|
|
417
417
|
* @throws OciError when an error occurs
|
|
418
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
418
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/limits/ListServices.ts.html |here} to see how to use ListServices API.
|
|
419
419
|
*/
|
|
420
420
|
listServices(listServicesRequest) {
|
|
421
421
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -618,7 +618,7 @@ class QuotasClient {
|
|
|
618
618
|
* @param CreateQuotaRequest
|
|
619
619
|
* @return CreateQuotaResponse
|
|
620
620
|
* @throws OciError when an error occurs
|
|
621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
|
|
622
622
|
*/
|
|
623
623
|
createQuota(createQuotaRequest) {
|
|
624
624
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -679,7 +679,7 @@ class QuotasClient {
|
|
|
679
679
|
* @param DeleteQuotaRequest
|
|
680
680
|
* @return DeleteQuotaResponse
|
|
681
681
|
* @throws OciError when an error occurs
|
|
682
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
|
|
683
683
|
*/
|
|
684
684
|
deleteQuota(deleteQuotaRequest) {
|
|
685
685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -732,7 +732,7 @@ class QuotasClient {
|
|
|
732
732
|
* @param GetQuotaRequest
|
|
733
733
|
* @return GetQuotaResponse
|
|
734
734
|
* @throws OciError when an error occurs
|
|
735
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
735
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
|
|
736
736
|
*/
|
|
737
737
|
getQuota(getQuotaRequest) {
|
|
738
738
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -793,7 +793,7 @@ class QuotasClient {
|
|
|
793
793
|
* @param ListQuotasRequest
|
|
794
794
|
* @return ListQuotasResponse
|
|
795
795
|
* @throws OciError when an error occurs
|
|
796
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
|
|
797
797
|
*/
|
|
798
798
|
listQuotas(listQuotasRequest) {
|
|
799
799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -900,7 +900,7 @@ class QuotasClient {
|
|
|
900
900
|
* @param UpdateQuotaRequest
|
|
901
901
|
* @return UpdateQuotaResponse
|
|
902
902
|
* @throws OciError when an error occurs
|
|
903
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.
|
|
903
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
|
|
904
904
|
*/
|
|
905
905
|
updateQuota(updateQuotaRequest) {
|
|
906
906
|
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.9.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.
|
|
3
|
+
"version": "2.9.1",
|
|
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.9.
|
|
19
|
-
"oci-workrequests": "2.9.
|
|
18
|
+
"oci-common": "2.9.1",
|
|
19
|
+
"oci-workrequests": "2.9.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|