oci-limitsincrease 2.126.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/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +25 -0
- package/index.js +48 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +236 -0
- package/lib/client.js +965 -0
- package/lib/client.js.map +1 -0
- package/lib/limitsincrease-waiter.d.ts +40 -0
- package/lib/limitsincrease-waiter.js +60 -0
- package/lib/limitsincrease-waiter.js.map +1 -0
- package/lib/model/create-limits-increase-item-request-details.d.ts +55 -0
- package/lib/model/create-limits-increase-item-request-details.js +64 -0
- package/lib/model/create-limits-increase-item-request-details.js.map +1 -0
- package/lib/model/create-limits-increase-request-details.d.ts +66 -0
- package/lib/model/create-limits-increase-request-details.js +64 -0
- package/lib/model/create-limits-increase-request-details.js.map +1 -0
- package/lib/model/index.d.ts +49 -0
- package/lib/model/index.js +72 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/limits-increase-item-question-request.d.ts +33 -0
- package/lib/model/limits-increase-item-question-request.js +32 -0
- package/lib/model/limits-increase-item-question-request.js.map +1 -0
- package/lib/model/limits-increase-item-question-response.d.ts +37 -0
- package/lib/model/limits-increase-item-question-response.js +32 -0
- package/lib/model/limits-increase-item-question-response.js.map +1 -0
- package/lib/model/limits-increase-item-request-collection.d.ts +30 -0
- package/lib/model/limits-increase-item-request-collection.js +64 -0
- package/lib/model/limits-increase-item-request-collection.js.map +1 -0
- package/lib/model/limits-increase-item-request-summary.d.ts +77 -0
- package/lib/model/limits-increase-item-request-summary.js +32 -0
- package/lib/model/limits-increase-item-request-summary.js.map +1 -0
- package/lib/model/limits-increase-item-request.d.ts +105 -0
- package/lib/model/limits-increase-item-request.js +77 -0
- package/lib/model/limits-increase-item-request.js.map +1 -0
- package/lib/model/limits-increase-question-collection.d.ts +33 -0
- package/lib/model/limits-increase-question-collection.js +64 -0
- package/lib/model/limits-increase-question-collection.js.map +1 -0
- package/lib/model/limits-increase-question-summary.d.ts +69 -0
- package/lib/model/limits-increase-question-summary.js +44 -0
- package/lib/model/limits-increase-question-summary.js.map +1 -0
- package/lib/model/limits-increase-request-collection.d.ts +30 -0
- package/lib/model/limits-increase-request-collection.js +64 -0
- package/lib/model/limits-increase-request-collection.js.map +1 -0
- package/lib/model/limits-increase-request-comment.d.ts +46 -0
- package/lib/model/limits-increase-request-comment.js +42 -0
- package/lib/model/limits-increase-request-comment.js.map +1 -0
- package/lib/model/limits-increase-request-summary.d.ts +87 -0
- package/lib/model/limits-increase-request-summary.js +32 -0
- package/lib/model/limits-increase-request-summary.js.map +1 -0
- package/lib/model/limits-increase-request.d.ts +118 -0
- package/lib/model/limits-increase-request.js +88 -0
- package/lib/model/limits-increase-request.js.map +1 -0
- package/lib/model/patch-insert-instruction.d.ts +33 -0
- package/lib/model/patch-insert-instruction.js +57 -0
- package/lib/model/patch-insert-instruction.js.map +1 -0
- package/lib/model/patch-instruction.d.ts +32 -0
- package/lib/model/patch-instruction.js +71 -0
- package/lib/model/patch-instruction.js.map +1 -0
- package/lib/model/patch-limits-increase-request-details.d.ts +32 -0
- package/lib/model/patch-limits-increase-request-details.js +64 -0
- package/lib/model/patch-limits-increase-request-details.js.map +1 -0
- package/lib/model/update-limits-increase-request-details.d.ts +42 -0
- package/lib/model/update-limits-increase-request-details.js +32 -0
- package/lib/model/update-limits-increase-request-details.js.map +1 -0
- package/lib/request/cancel-limits-increase-item-request-request.d.ts +40 -0
- package/lib/request/cancel-limits-increase-item-request-request.js +15 -0
- package/lib/request/cancel-limits-increase-item-request-request.js.map +1 -0
- package/lib/request/cancel-limits-increase-request-request.d.ts +40 -0
- package/lib/request/cancel-limits-increase-request-request.js +15 -0
- package/lib/request/cancel-limits-increase-request-request.js.map +1 -0
- package/lib/request/create-limits-increase-request-request.d.ts +33 -0
- package/lib/request/create-limits-increase-request-request.js +15 -0
- package/lib/request/create-limits-increase-request-request.js.map +1 -0
- package/lib/request/delete-limits-increase-request-request.d.ts +34 -0
- package/lib/request/delete-limits-increase-request-request.js +15 -0
- package/lib/request/delete-limits-increase-request-request.js.map +1 -0
- package/lib/request/get-limits-increase-item-request-request.d.ts +26 -0
- package/lib/request/get-limits-increase-item-request-request.js +15 -0
- package/lib/request/get-limits-increase-item-request-request.js.map +1 -0
- package/lib/request/get-limits-increase-request-request.d.ts +26 -0
- package/lib/request/get-limits-increase-request-request.js +15 -0
- package/lib/request/get-limits-increase-request-request.js.map +1 -0
- package/lib/request/index.d.ts +37 -0
- package/lib/request/index.js +44 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-limits-increase-item-requests-request.d.ts +70 -0
- package/lib/request/list-limits-increase-item-requests-request.js +28 -0
- package/lib/request/list-limits-increase-item-requests-request.js.map +1 -0
- package/lib/request/list-limits-increase-questions-request.d.ts +66 -0
- package/lib/request/list-limits-increase-questions-request.js +29 -0
- package/lib/request/list-limits-increase-questions-request.js.map +1 -0
- package/lib/request/list-limits-increase-requests-request.d.ts +65 -0
- package/lib/request/list-limits-increase-requests-request.js +29 -0
- package/lib/request/list-limits-increase-requests-request.js.map +1 -0
- package/lib/request/patch-limits-increase-request-request.d.ts +39 -0
- package/lib/request/patch-limits-increase-request-request.js +15 -0
- package/lib/request/patch-limits-increase-request-request.js.map +1 -0
- package/lib/request/update-limits-increase-request-request.d.ts +39 -0
- package/lib/request/update-limits-increase-request-request.js +15 -0
- package/lib/request/update-limits-increase-request-request.js.map +1 -0
- package/lib/response/cancel-limits-increase-item-request-response.d.ts +30 -0
- package/lib/response/cancel-limits-increase-item-request-response.js +15 -0
- package/lib/response/cancel-limits-increase-item-request-response.js.map +1 -0
- package/lib/response/cancel-limits-increase-request-response.d.ts +30 -0
- package/lib/response/cancel-limits-increase-request-response.js +15 -0
- package/lib/response/cancel-limits-increase-request-response.js.map +1 -0
- package/lib/response/create-limits-increase-request-response.d.ts +30 -0
- package/lib/response/create-limits-increase-request-response.js +15 -0
- package/lib/response/create-limits-increase-request-response.js.map +1 -0
- package/lib/response/delete-limits-increase-request-response.d.ts +20 -0
- package/lib/response/delete-limits-increase-request-response.js +15 -0
- package/lib/response/delete-limits-increase-request-response.js.map +1 -0
- package/lib/response/get-limits-increase-item-request-response.d.ts +30 -0
- package/lib/response/get-limits-increase-item-request-response.js +15 -0
- package/lib/response/get-limits-increase-item-request-response.js.map +1 -0
- package/lib/response/get-limits-increase-request-response.d.ts +30 -0
- package/lib/response/get-limits-increase-request-response.js +15 -0
- package/lib/response/get-limits-increase-request-response.js.map +1 -0
- package/lib/response/index.d.ts +37 -0
- package/lib/response/index.js +18 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-limits-increase-item-requests-response.d.ts +32 -0
- package/lib/response/list-limits-increase-item-requests-response.js +15 -0
- package/lib/response/list-limits-increase-item-requests-response.js.map +1 -0
- package/lib/response/list-limits-increase-questions-response.d.ts +32 -0
- package/lib/response/list-limits-increase-questions-response.js +15 -0
- package/lib/response/list-limits-increase-questions-response.js.map +1 -0
- package/lib/response/list-limits-increase-requests-response.d.ts +32 -0
- package/lib/response/list-limits-increase-requests-response.js +15 -0
- package/lib/response/list-limits-increase-requests-response.js.map +1 -0
- package/lib/response/patch-limits-increase-request-response.d.ts +30 -0
- package/lib/response/patch-limits-increase-request-response.js +15 -0
- package/lib/response/patch-limits-increase-request-response.js.map +1 -0
- package/lib/response/update-limits-increase-request-response.d.ts +30 -0
- package/lib/response/update-limits-increase-request-response.js +15 -0
- package/lib/response/update-limits-increase-request-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20251101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/GetLimitsIncreaseRequest.ts.html |here} to see how to use GetLimitsIncreaseRequestRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetLimitsIncreaseRequestRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the limit increase request.
|
|
20
|
+
*/
|
|
21
|
+
"limitsIncreaseRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Override request id for request tracking purposes.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20251101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-limits-increase-request-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-limits-increase-request-request.js","sourceRoot":"","sources":["../../../../../lib/limitsincrease/lib/request/get-limits-increase-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Limits Increase API
|
|
3
|
+
* Use the Limits Increase API to work with limit increase requests.
|
|
4
|
+
For more information, see
|
|
5
|
+
[Working with Limit Increase Requests](https://docs.oracle.com/iaas/Content/General/service-limits/requests.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20251101
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as CancelLimitsIncreaseItemRequestRequest from "./cancel-limits-increase-item-request-request";
|
|
17
|
+
export import CancelLimitsIncreaseItemRequestRequest = CancelLimitsIncreaseItemRequestRequest.CancelLimitsIncreaseItemRequestRequest;
|
|
18
|
+
import * as CancelLimitsIncreaseRequestRequest from "./cancel-limits-increase-request-request";
|
|
19
|
+
export import CancelLimitsIncreaseRequestRequest = CancelLimitsIncreaseRequestRequest.CancelLimitsIncreaseRequestRequest;
|
|
20
|
+
import * as CreateLimitsIncreaseRequestRequest from "./create-limits-increase-request-request";
|
|
21
|
+
export import CreateLimitsIncreaseRequestRequest = CreateLimitsIncreaseRequestRequest.CreateLimitsIncreaseRequestRequest;
|
|
22
|
+
import * as DeleteLimitsIncreaseRequestRequest from "./delete-limits-increase-request-request";
|
|
23
|
+
export import DeleteLimitsIncreaseRequestRequest = DeleteLimitsIncreaseRequestRequest.DeleteLimitsIncreaseRequestRequest;
|
|
24
|
+
import * as GetLimitsIncreaseItemRequestRequest from "./get-limits-increase-item-request-request";
|
|
25
|
+
export import GetLimitsIncreaseItemRequestRequest = GetLimitsIncreaseItemRequestRequest.GetLimitsIncreaseItemRequestRequest;
|
|
26
|
+
import * as GetLimitsIncreaseRequestRequest from "./get-limits-increase-request-request";
|
|
27
|
+
export import GetLimitsIncreaseRequestRequest = GetLimitsIncreaseRequestRequest.GetLimitsIncreaseRequestRequest;
|
|
28
|
+
import * as ListLimitsIncreaseItemRequestsRequest from "./list-limits-increase-item-requests-request";
|
|
29
|
+
export import ListLimitsIncreaseItemRequestsRequest = ListLimitsIncreaseItemRequestsRequest.ListLimitsIncreaseItemRequestsRequest;
|
|
30
|
+
import * as ListLimitsIncreaseQuestionsRequest from "./list-limits-increase-questions-request";
|
|
31
|
+
export import ListLimitsIncreaseQuestionsRequest = ListLimitsIncreaseQuestionsRequest.ListLimitsIncreaseQuestionsRequest;
|
|
32
|
+
import * as ListLimitsIncreaseRequestsRequest from "./list-limits-increase-requests-request";
|
|
33
|
+
export import ListLimitsIncreaseRequestsRequest = ListLimitsIncreaseRequestsRequest.ListLimitsIncreaseRequestsRequest;
|
|
34
|
+
import * as PatchLimitsIncreaseRequestRequest from "./patch-limits-increase-request-request";
|
|
35
|
+
export import PatchLimitsIncreaseRequestRequest = PatchLimitsIncreaseRequestRequest.PatchLimitsIncreaseRequestRequest;
|
|
36
|
+
import * as UpdateLimitsIncreaseRequestRequest from "./update-limits-increase-request-request";
|
|
37
|
+
export import UpdateLimitsIncreaseRequestRequest = UpdateLimitsIncreaseRequestRequest.UpdateLimitsIncreaseRequestRequest;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Limits Increase API
|
|
4
|
+
* Use the Limits Increase API to work with limit increase requests.
|
|
5
|
+
For more information, see
|
|
6
|
+
[Working with Limit Increase Requests](https://docs.oracle.com/iaas/Content/General/service-limits/requests.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20251101
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ListLimitsIncreaseRequestsRequest = exports.ListLimitsIncreaseQuestionsRequest = exports.ListLimitsIncreaseItemRequestsRequest = void 0;
|
|
38
|
+
const ListLimitsIncreaseItemRequestsRequest = __importStar(require("./list-limits-increase-item-requests-request"));
|
|
39
|
+
exports.ListLimitsIncreaseItemRequestsRequest = ListLimitsIncreaseItemRequestsRequest.ListLimitsIncreaseItemRequestsRequest;
|
|
40
|
+
const ListLimitsIncreaseQuestionsRequest = __importStar(require("./list-limits-increase-questions-request"));
|
|
41
|
+
exports.ListLimitsIncreaseQuestionsRequest = ListLimitsIncreaseQuestionsRequest.ListLimitsIncreaseQuestionsRequest;
|
|
42
|
+
const ListLimitsIncreaseRequestsRequest = __importStar(require("./list-limits-increase-requests-request"));
|
|
43
|
+
exports.ListLimitsIncreaseRequestsRequest = ListLimitsIncreaseRequestsRequest.ListLimitsIncreaseRequestsRequest;
|
|
44
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/limitsincrease/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAcH,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,2GAA6F;AAC/E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20251101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/ListLimitsIncreaseItemRequests.ts.html |here} to see how to use ListLimitsIncreaseItemRequestsRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListLimitsIncreaseItemRequestsRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the parent compartment.
|
|
20
|
+
* Note: The tenancy is the root compartment.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"compartmentId": string;
|
|
24
|
+
/**
|
|
25
|
+
* Name of service that owns the limit.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"service"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Lifecycle state of the limit increase request.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"lifecycleState"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the limit increase request.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"limitsIncreaseRequestId"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The sort order to use, either 'asc' or 'desc'. By default, it is ascending.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"sortOrder"?: ListLimitsIncreaseItemRequestsRequest.SortOrder;
|
|
44
|
+
/**
|
|
45
|
+
* The field to sort by. You can specify only one sort order. The default order for {@code timeCreated} is descending.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"sortBy"?: ListLimitsIncreaseItemRequestsRequest.SortBy;
|
|
49
|
+
/**
|
|
50
|
+
* Maximum number of items returned in a page.
|
|
51
|
+
*/
|
|
52
|
+
"limit"?: number;
|
|
53
|
+
/**
|
|
54
|
+
* The next page token.
|
|
55
|
+
*/
|
|
56
|
+
"page"?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Override request id for request tracking purposes.
|
|
59
|
+
*/
|
|
60
|
+
"opcRequestId"?: string;
|
|
61
|
+
}
|
|
62
|
+
export declare namespace ListLimitsIncreaseItemRequestsRequest {
|
|
63
|
+
enum SortOrder {
|
|
64
|
+
Asc = "ASC",
|
|
65
|
+
Desc = "DESC"
|
|
66
|
+
}
|
|
67
|
+
enum SortBy {
|
|
68
|
+
TimeCreated = "timeCreated"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20251101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListLimitsIncreaseItemRequestsRequest = void 0;
|
|
16
|
+
var ListLimitsIncreaseItemRequestsRequest;
|
|
17
|
+
(function (ListLimitsIncreaseItemRequestsRequest) {
|
|
18
|
+
let SortOrder;
|
|
19
|
+
(function (SortOrder) {
|
|
20
|
+
SortOrder["Asc"] = "ASC";
|
|
21
|
+
SortOrder["Desc"] = "DESC";
|
|
22
|
+
})(SortOrder = ListLimitsIncreaseItemRequestsRequest.SortOrder || (ListLimitsIncreaseItemRequestsRequest.SortOrder = {}));
|
|
23
|
+
let SortBy;
|
|
24
|
+
(function (SortBy) {
|
|
25
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
26
|
+
})(SortBy = ListLimitsIncreaseItemRequestsRequest.SortBy || (ListLimitsIncreaseItemRequestsRequest.SortBy = {}));
|
|
27
|
+
})(ListLimitsIncreaseItemRequestsRequest = exports.ListLimitsIncreaseItemRequestsRequest || (exports.ListLimitsIncreaseItemRequestsRequest = {}));
|
|
28
|
+
//# sourceMappingURL=list-limits-increase-item-requests-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-limits-increase-item-requests-request.js","sourceRoot":"","sources":["../../../../../lib/limitsincrease/lib/request/list-limits-increase-item-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsDH,IAAiB,qCAAqC,CASrD;AATD,WAAiB,qCAAqC;IACpD,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,+CAAS,KAAT,+CAAS,QAGpB;IAED,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,qCAA2B,CAAA;IAC7B,CAAC,EAFW,MAAM,GAAN,4CAAM,KAAN,4CAAM,QAEjB;AACH,CAAC,EATgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QASrD"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20251101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/ListLimitsIncreaseQuestions.ts.html |here} to see how to use ListLimitsIncreaseQuestionsRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListLimitsIncreaseQuestionsRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the parent compartment.
|
|
20
|
+
* Note: The tenancy is the root compartment.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"compartmentId": string;
|
|
24
|
+
/**
|
|
25
|
+
* The name of the service.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"serviceName"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The name of the limit.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"limitName"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Override request id for request tracking purposes.
|
|
36
|
+
*/
|
|
37
|
+
"opcRequestId"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The sort order to use, either 'asc' or 'desc'. By default, it is ascending.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"sortOrder"?: ListLimitsIncreaseQuestionsRequest.SortOrder;
|
|
43
|
+
/**
|
|
44
|
+
* The field to sort by. Both fields will sort alphabetically
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"sortBy"?: ListLimitsIncreaseQuestionsRequest.SortBy;
|
|
48
|
+
/**
|
|
49
|
+
* Maximum number of items returned in a page.
|
|
50
|
+
*/
|
|
51
|
+
"limit"?: number;
|
|
52
|
+
/**
|
|
53
|
+
* The next page token.
|
|
54
|
+
*/
|
|
55
|
+
"page"?: string;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace ListLimitsIncreaseQuestionsRequest {
|
|
58
|
+
enum SortOrder {
|
|
59
|
+
Asc = "ASC",
|
|
60
|
+
Desc = "DESC"
|
|
61
|
+
}
|
|
62
|
+
enum SortBy {
|
|
63
|
+
ServiceName = "serviceName",
|
|
64
|
+
LimitName = "limitName"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20251101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListLimitsIncreaseQuestionsRequest = void 0;
|
|
16
|
+
var ListLimitsIncreaseQuestionsRequest;
|
|
17
|
+
(function (ListLimitsIncreaseQuestionsRequest) {
|
|
18
|
+
let SortOrder;
|
|
19
|
+
(function (SortOrder) {
|
|
20
|
+
SortOrder["Asc"] = "ASC";
|
|
21
|
+
SortOrder["Desc"] = "DESC";
|
|
22
|
+
})(SortOrder = ListLimitsIncreaseQuestionsRequest.SortOrder || (ListLimitsIncreaseQuestionsRequest.SortOrder = {}));
|
|
23
|
+
let SortBy;
|
|
24
|
+
(function (SortBy) {
|
|
25
|
+
SortBy["ServiceName"] = "serviceName";
|
|
26
|
+
SortBy["LimitName"] = "limitName";
|
|
27
|
+
})(SortBy = ListLimitsIncreaseQuestionsRequest.SortBy || (ListLimitsIncreaseQuestionsRequest.SortBy = {}));
|
|
28
|
+
})(ListLimitsIncreaseQuestionsRequest = exports.ListLimitsIncreaseQuestionsRequest || (exports.ListLimitsIncreaseQuestionsRequest = {}));
|
|
29
|
+
//# sourceMappingURL=list-limits-increase-questions-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-limits-increase-questions-request.js","sourceRoot":"","sources":["../../../../../lib/limitsincrease/lib/request/list-limits-increase-questions-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiDH,IAAiB,kCAAkC,CAUlD;AAVD,WAAiB,kCAAkC;IACjD,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,4CAAS,KAAT,4CAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,iCAAuB,CAAA;IACzB,CAAC,EAHW,MAAM,GAAN,yCAAM,KAAN,yCAAM,QAGjB;AACH,CAAC,EAVgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAUlD"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20251101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/ListLimitsIncreaseRequests.ts.html |here} to see how to use ListLimitsIncreaseRequestsRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListLimitsIncreaseRequestsRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the parent compartment.
|
|
20
|
+
* Note: The tenancy is the root compartment.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"compartmentId": string;
|
|
24
|
+
/**
|
|
25
|
+
* Lifecycle state of the limit increase request.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"lifecycleState"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* A filter to return only the resources that match the entire display name specified.
|
|
31
|
+
*/
|
|
32
|
+
"displayName"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The sort order to use, either 'asc' or 'desc'. By default, it is ascending.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"sortOrder"?: ListLimitsIncreaseRequestsRequest.SortOrder;
|
|
38
|
+
/**
|
|
39
|
+
* The field to sort by. You can specify only one sort order. The default order for {@code timeCreated} is descending. The default order for {@code displayName} is ascending.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"sortBy"?: ListLimitsIncreaseRequestsRequest.SortBy;
|
|
43
|
+
/**
|
|
44
|
+
* Maximum number of items returned in a page.
|
|
45
|
+
*/
|
|
46
|
+
"limit"?: number;
|
|
47
|
+
/**
|
|
48
|
+
* The next page token.
|
|
49
|
+
*/
|
|
50
|
+
"page"?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Override request id for request tracking purposes.
|
|
53
|
+
*/
|
|
54
|
+
"opcRequestId"?: string;
|
|
55
|
+
}
|
|
56
|
+
export declare namespace ListLimitsIncreaseRequestsRequest {
|
|
57
|
+
enum SortOrder {
|
|
58
|
+
Asc = "ASC",
|
|
59
|
+
Desc = "DESC"
|
|
60
|
+
}
|
|
61
|
+
enum SortBy {
|
|
62
|
+
TimeCreated = "timeCreated",
|
|
63
|
+
DisplayName = "displayName"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20251101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListLimitsIncreaseRequestsRequest = void 0;
|
|
16
|
+
var ListLimitsIncreaseRequestsRequest;
|
|
17
|
+
(function (ListLimitsIncreaseRequestsRequest) {
|
|
18
|
+
let SortOrder;
|
|
19
|
+
(function (SortOrder) {
|
|
20
|
+
SortOrder["Asc"] = "ASC";
|
|
21
|
+
SortOrder["Desc"] = "DESC";
|
|
22
|
+
})(SortOrder = ListLimitsIncreaseRequestsRequest.SortOrder || (ListLimitsIncreaseRequestsRequest.SortOrder = {}));
|
|
23
|
+
let SortBy;
|
|
24
|
+
(function (SortBy) {
|
|
25
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
26
|
+
SortBy["DisplayName"] = "displayName";
|
|
27
|
+
})(SortBy = ListLimitsIncreaseRequestsRequest.SortBy || (ListLimitsIncreaseRequestsRequest.SortBy = {}));
|
|
28
|
+
})(ListLimitsIncreaseRequestsRequest = exports.ListLimitsIncreaseRequestsRequest || (exports.ListLimitsIncreaseRequestsRequest = {}));
|
|
29
|
+
//# sourceMappingURL=list-limits-increase-requests-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-limits-increase-requests-request.js","sourceRoot":"","sources":["../../../../../lib/limitsincrease/lib/request/list-limits-increase-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgDH,IAAiB,iCAAiC,CAUjD;AAVD,WAAiB,iCAAiC;IAChD,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,2CAAS,KAAT,2CAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,wCAAM,KAAN,wCAAM,QAGjB;AACH,CAAC,EAVgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAUjD"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20251101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/PatchLimitsIncreaseRequest.ts.html |here} to see how to use PatchLimitsIncreaseRequestRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface PatchLimitsIncreaseRequestRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The payload containing instructions to patch the Limits Increase Request
|
|
21
|
+
*/
|
|
22
|
+
"patchLimitsIncreaseRequestDetails": model.PatchLimitsIncreaseRequestDetails;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the limit increase request.
|
|
25
|
+
*/
|
|
26
|
+
"limitsIncreaseRequestId": string;
|
|
27
|
+
/**
|
|
28
|
+
* Override request id for request tracking purposes.
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* This value (etag) should be passed when you want to ensure that no-one else has changed the value while you're making
|
|
33
|
+
* an update. To get the current etag, make a GET call and read the current etag header.
|
|
34
|
+
* If GET returns 404, and you still want to ensure that noone else has executed a SET operation, pass the following
|
|
35
|
+
* header instead: {@code if-none-match: *}
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"ifMatch"?: string;
|
|
39
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20251101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=patch-limits-increase-request-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-limits-increase-request-request.js","sourceRoot":"","sources":["../../../../../lib/limitsincrease/lib/request/patch-limits-increase-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20251101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/UpdateLimitsIncreaseRequest.ts.html |here} to see how to use UpdateLimitsIncreaseRequestRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateLimitsIncreaseRequestRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for updating Limits Increase request
|
|
21
|
+
*/
|
|
22
|
+
"updateLimitsIncreaseRequestDetails": model.UpdateLimitsIncreaseRequestDetails;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the limit increase request.
|
|
25
|
+
*/
|
|
26
|
+
"limitsIncreaseRequestId": string;
|
|
27
|
+
/**
|
|
28
|
+
* Override request id for request tracking purposes.
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* This value (etag) should be passed when you want to ensure that no-one else has changed the value while you're making
|
|
33
|
+
* an update. To get the current etag, make a GET call and read the current etag header.
|
|
34
|
+
* If GET returns 404, and you still want to ensure that noone else has executed a SET operation, pass the following
|
|
35
|
+
* header instead: {@code if-none-match: *}
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"ifMatch"?: string;
|
|
39
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20251101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-limits-increase-request-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-limits-increase-request-request.js","sourceRoot":"","sources":["../../../../../lib/limitsincrease/lib/request/update-limits-increase-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20251101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface CancelLimitsIncreaseItemRequestResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.LimitsIncreaseItemRequest instance.
|
|
28
|
+
*/
|
|
29
|
+
"limitsIncreaseItemRequest": model.LimitsIncreaseItemRequest;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20251101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=cancel-limits-increase-item-request-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel-limits-increase-item-request-response.js","sourceRoot":"","sources":["../../../../../lib/limitsincrease/lib/response/cancel-limits-increase-item-request-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20251101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface CancelLimitsIncreaseRequestResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.LimitsIncreaseRequest instance.
|
|
28
|
+
*/
|
|
29
|
+
"limitsIncreaseRequest": model.LimitsIncreaseRequest;
|
|
30
|
+
}
|