oci-apigateway 2.112.2 → 2.114.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 +126 -0
- package/lib/client.js +1042 -92
- package/lib/client.js.map +1 -1
- package/lib/model/add-resource-lock-details.d.ts +42 -0
- package/lib/model/add-resource-lock-details.js +37 -0
- package/lib/model/add-resource-lock-details.js.map +1 -0
- package/lib/model/api-summary.d.ts +14 -0
- package/lib/model/api-summary.js +10 -0
- package/lib/model/api-summary.js.map +1 -1
- package/lib/model/api.d.ts +14 -0
- package/lib/model/api.js +10 -0
- package/lib/model/api.js.map +1 -1
- package/lib/model/certificate-summary.d.ts +15 -0
- package/lib/model/certificate-summary.js +34 -2
- package/lib/model/certificate-summary.js.map +1 -1
- package/lib/model/certificate.d.ts +15 -0
- package/lib/model/certificate.js +34 -2
- package/lib/model/certificate.js.map +1 -1
- package/lib/model/create-api-details.d.ts +5 -0
- package/lib/model/create-api-details.js +34 -2
- package/lib/model/create-api-details.js.map +1 -1
- package/lib/model/create-certificate-details.d.ts +5 -0
- package/lib/model/create-certificate-details.js +34 -2
- package/lib/model/create-certificate-details.js.map +1 -1
- package/lib/model/create-deployment-details.d.ts +4 -0
- package/lib/model/create-deployment-details.js +10 -0
- package/lib/model/create-deployment-details.js.map +1 -1
- package/lib/model/create-gateway-details.d.ts +6 -1
- package/lib/model/create-gateway-details.js +10 -0
- package/lib/model/create-gateway-details.js.map +1 -1
- package/lib/model/create-sdk-details.d.ts +5 -0
- package/lib/model/create-sdk-details.js +34 -2
- package/lib/model/create-sdk-details.js.map +1 -1
- package/lib/model/create-subscriber-details.d.ts +4 -0
- package/lib/model/create-subscriber-details.js +10 -0
- package/lib/model/create-subscriber-details.js.map +1 -1
- package/lib/model/create-usage-plan-details.d.ts +4 -0
- package/lib/model/create-usage-plan-details.js +10 -0
- package/lib/model/create-usage-plan-details.js.map +1 -1
- package/lib/model/deployment-summary.d.ts +15 -0
- package/lib/model/deployment-summary.js +34 -2
- package/lib/model/deployment-summary.js.map +1 -1
- package/lib/model/deployment.d.ts +14 -0
- package/lib/model/deployment.js +10 -0
- package/lib/model/deployment.js.map +1 -1
- package/lib/model/gateway-summary.d.ts +15 -0
- package/lib/model/gateway-summary.js +34 -2
- package/lib/model/gateway-summary.js.map +1 -1
- package/lib/model/gateway.d.ts +14 -0
- package/lib/model/gateway.js +10 -0
- package/lib/model/gateway.js.map +1 -1
- package/lib/model/h-tt-pbackend.d.ts +3 -0
- package/lib/model/h-tt-pbackend.js.map +1 -1
- package/lib/model/header-validation-request-policy.d.ts +3 -0
- package/lib/model/header-validation-request-policy.js.map +1 -1
- package/lib/model/index.d.ts +6 -0
- package/lib/model/index.js +10 -4
- package/lib/model/index.js.map +1 -1
- package/lib/model/o-auth2-logout-backend.d.ts +3 -0
- package/lib/model/o-auth2-logout-backend.js.map +1 -1
- package/lib/model/query-parameter-validation-request-policy.d.ts +3 -0
- package/lib/model/query-parameter-validation-request-policy.js.map +1 -1
- package/lib/model/remove-resource-lock-details.d.ts +36 -0
- package/lib/model/remove-resource-lock-details.js +37 -0
- package/lib/model/remove-resource-lock-details.js.map +1 -0
- package/lib/model/resource-lock.d.ts +55 -0
- package/lib/model/resource-lock.js +42 -0
- package/lib/model/resource-lock.js.map +1 -0
- package/lib/model/sdk-summary.d.ts +15 -0
- package/lib/model/sdk-summary.js +34 -2
- package/lib/model/sdk-summary.js.map +1 -1
- package/lib/model/sdk.d.ts +15 -0
- package/lib/model/sdk.js +34 -2
- package/lib/model/sdk.js.map +1 -1
- package/lib/model/subscriber-summary.d.ts +14 -0
- package/lib/model/subscriber-summary.js +10 -0
- package/lib/model/subscriber-summary.js.map +1 -1
- package/lib/model/subscriber.d.ts +14 -0
- package/lib/model/subscriber.js +10 -0
- package/lib/model/subscriber.js.map +1 -1
- package/lib/model/update-gateway-details.d.ts +2 -1
- package/lib/model/update-gateway-details.js.map +1 -1
- package/lib/model/usage-plan-summary.d.ts +14 -0
- package/lib/model/usage-plan-summary.js +10 -0
- package/lib/model/usage-plan-summary.js.map +1 -1
- package/lib/model/usage-plan.d.ts +14 -0
- package/lib/model/usage-plan.js +10 -0
- package/lib/model/usage-plan.js.map +1 -1
- package/lib/request/add-api-lock-request.d.ts +40 -0
- package/lib/request/add-api-lock-request.js +15 -0
- package/lib/request/add-api-lock-request.js.map +1 -0
- package/lib/request/add-certificate-lock-request.d.ts +40 -0
- package/lib/request/add-certificate-lock-request.js +15 -0
- package/lib/request/add-certificate-lock-request.js.map +1 -0
- package/lib/request/add-deployment-lock-request.d.ts +40 -0
- package/lib/request/add-deployment-lock-request.js +15 -0
- package/lib/request/add-deployment-lock-request.js.map +1 -0
- package/lib/request/add-gateway-lock-request.d.ts +40 -0
- package/lib/request/add-gateway-lock-request.js +15 -0
- package/lib/request/add-gateway-lock-request.js.map +1 -0
- package/lib/request/add-sdk-lock-request.d.ts +40 -0
- package/lib/request/add-sdk-lock-request.js +15 -0
- package/lib/request/add-sdk-lock-request.js.map +1 -0
- package/lib/request/add-subscriber-lock-request.d.ts +40 -0
- package/lib/request/add-subscriber-lock-request.js +15 -0
- package/lib/request/add-subscriber-lock-request.js.map +1 -0
- package/lib/request/add-usage-plan-lock-request.d.ts +40 -0
- package/lib/request/add-usage-plan-lock-request.js +15 -0
- package/lib/request/add-usage-plan-lock-request.js.map +1 -0
- package/lib/request/change-api-compartment-request.d.ts +4 -0
- package/lib/request/change-certificate-compartment-request.d.ts +4 -0
- package/lib/request/change-deployment-compartment-request.d.ts +4 -0
- package/lib/request/change-gateway-compartment-request.d.ts +4 -0
- package/lib/request/change-subscriber-compartment-request.d.ts +4 -0
- package/lib/request/change-usage-plan-compartment-request.d.ts +4 -0
- package/lib/request/delete-api-request.d.ts +4 -0
- package/lib/request/delete-certificate-request.d.ts +4 -0
- package/lib/request/delete-deployment-request.d.ts +4 -0
- package/lib/request/delete-gateway-request.d.ts +4 -0
- package/lib/request/delete-sdk-request.d.ts +4 -0
- package/lib/request/delete-subscriber-request.d.ts +4 -0
- package/lib/request/delete-usage-plan-request.d.ts +4 -0
- package/lib/request/index.d.ts +28 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-sdks-request.d.ts +2 -2
- package/lib/request/remove-api-lock-request.d.ts +40 -0
- package/lib/request/remove-api-lock-request.js +15 -0
- package/lib/request/remove-api-lock-request.js.map +1 -0
- package/lib/request/remove-certificate-lock-request.d.ts +40 -0
- package/lib/request/remove-certificate-lock-request.js +15 -0
- package/lib/request/remove-certificate-lock-request.js.map +1 -0
- package/lib/request/remove-deployment-lock-request.d.ts +40 -0
- package/lib/request/remove-deployment-lock-request.js +15 -0
- package/lib/request/remove-deployment-lock-request.js.map +1 -0
- package/lib/request/remove-gateway-lock-request.d.ts +40 -0
- package/lib/request/remove-gateway-lock-request.js +15 -0
- package/lib/request/remove-gateway-lock-request.js.map +1 -0
- package/lib/request/remove-sdk-lock-request.d.ts +40 -0
- package/lib/request/remove-sdk-lock-request.js +15 -0
- package/lib/request/remove-sdk-lock-request.js.map +1 -0
- package/lib/request/remove-subscriber-lock-request.d.ts +40 -0
- package/lib/request/remove-subscriber-lock-request.js +15 -0
- package/lib/request/remove-subscriber-lock-request.js.map +1 -0
- package/lib/request/remove-usage-plan-lock-request.d.ts +40 -0
- package/lib/request/remove-usage-plan-lock-request.js +15 -0
- package/lib/request/remove-usage-plan-lock-request.js.map +1 -0
- package/lib/request/update-api-request.d.ts +4 -0
- package/lib/request/update-certificate-request.d.ts +4 -0
- package/lib/request/update-deployment-request.d.ts +4 -0
- package/lib/request/update-gateway-request.d.ts +4 -0
- package/lib/request/update-sdk-request.d.ts +4 -0
- package/lib/request/update-subscriber-request.d.ts +4 -0
- package/lib/request/update-usage-plan-request.d.ts +4 -0
- package/lib/response/add-api-lock-response.d.ts +30 -0
- package/lib/response/add-api-lock-response.js +15 -0
- package/lib/response/add-api-lock-response.js.map +1 -0
- package/lib/response/add-certificate-lock-response.d.ts +30 -0
- package/lib/response/add-certificate-lock-response.js +15 -0
- package/lib/response/add-certificate-lock-response.js.map +1 -0
- package/lib/response/add-deployment-lock-response.d.ts +30 -0
- package/lib/response/add-deployment-lock-response.js +15 -0
- package/lib/response/add-deployment-lock-response.js.map +1 -0
- package/lib/response/add-gateway-lock-response.d.ts +30 -0
- package/lib/response/add-gateway-lock-response.js +15 -0
- package/lib/response/add-gateway-lock-response.js.map +1 -0
- package/lib/response/add-sdk-lock-response.d.ts +30 -0
- package/lib/response/add-sdk-lock-response.js +15 -0
- package/lib/response/add-sdk-lock-response.js.map +1 -0
- package/lib/response/add-subscriber-lock-response.d.ts +30 -0
- package/lib/response/add-subscriber-lock-response.js +15 -0
- package/lib/response/add-subscriber-lock-response.js.map +1 -0
- package/lib/response/add-usage-plan-lock-response.d.ts +30 -0
- package/lib/response/add-usage-plan-lock-response.js +15 -0
- package/lib/response/add-usage-plan-lock-response.js.map +1 -0
- package/lib/response/index.d.ts +28 -0
- package/lib/response/remove-api-lock-response.d.ts +30 -0
- package/lib/response/remove-api-lock-response.js +15 -0
- package/lib/response/remove-api-lock-response.js.map +1 -0
- package/lib/response/remove-certificate-lock-response.d.ts +30 -0
- package/lib/response/remove-certificate-lock-response.js +15 -0
- package/lib/response/remove-certificate-lock-response.js.map +1 -0
- package/lib/response/remove-deployment-lock-response.d.ts +30 -0
- package/lib/response/remove-deployment-lock-response.js +15 -0
- package/lib/response/remove-deployment-lock-response.js.map +1 -0
- package/lib/response/remove-gateway-lock-response.d.ts +30 -0
- package/lib/response/remove-gateway-lock-response.js +15 -0
- package/lib/response/remove-gateway-lock-response.js.map +1 -0
- package/lib/response/remove-sdk-lock-response.d.ts +30 -0
- package/lib/response/remove-sdk-lock-response.js +15 -0
- package/lib/response/remove-sdk-lock-response.js.map +1 -0
- package/lib/response/remove-subscriber-lock-response.d.ts +30 -0
- package/lib/response/remove-subscriber-lock-response.js +15 -0
- package/lib/response/remove-subscriber-lock-response.js.map +1 -0
- package/lib/response/remove-usage-plan-lock-response.d.ts +30 -0
- package/lib/response/remove-usage-plan-lock-response.js +15 -0
- package/lib/response/remove-usage-plan-lock-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 AddApiLockResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* etag for the returned Api resource.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Api instance.
|
|
28
|
+
*/
|
|
29
|
+
"api": model.Api;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=add-api-lock-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-api-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/add-api-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 AddCertificateLockResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* etag for the returned Certificate resource.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Certificate instance.
|
|
28
|
+
*/
|
|
29
|
+
"certificate": model.Certificate;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=add-certificate-lock-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-certificate-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/add-certificate-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 AddDeploymentLockResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* etag for the returned Deployment resource.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Deployment instance.
|
|
28
|
+
*/
|
|
29
|
+
"deployment": model.Deployment;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=add-deployment-lock-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-deployment-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/add-deployment-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 AddGatewayLockResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* etag for the returned Gateway resource.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Gateway instance.
|
|
28
|
+
*/
|
|
29
|
+
"gateway": model.Gateway;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=add-gateway-lock-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-gateway-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/add-gateway-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 AddSdkLockResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* etag for the returned Sdk resource.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Sdk instance.
|
|
28
|
+
*/
|
|
29
|
+
"sdk": model.Sdk;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=add-sdk-lock-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-sdk-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/add-sdk-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 AddSubscriberLockResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* etag for the returned Subscriber resource.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Subscriber instance.
|
|
28
|
+
*/
|
|
29
|
+
"subscriber": model.Subscriber;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=add-subscriber-lock-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-subscriber-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/add-subscriber-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 AddUsagePlanLockResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* etag for the returned UsagePlan resource.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.UsagePlan instance.
|
|
28
|
+
*/
|
|
29
|
+
"usagePlan": model.UsagePlan;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=add-usage-plan-lock-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-usage-plan-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/add-usage-plan-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -13,6 +13,12 @@ For more information, see
|
|
|
13
13
|
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
|
+
import * as AddApiLockResponse from "./add-api-lock-response";
|
|
17
|
+
export import AddApiLockResponse = AddApiLockResponse.AddApiLockResponse;
|
|
18
|
+
import * as AddCertificateLockResponse from "./add-certificate-lock-response";
|
|
19
|
+
export import AddCertificateLockResponse = AddCertificateLockResponse.AddCertificateLockResponse;
|
|
20
|
+
import * as AddSdkLockResponse from "./add-sdk-lock-response";
|
|
21
|
+
export import AddSdkLockResponse = AddSdkLockResponse.AddSdkLockResponse;
|
|
16
22
|
import * as ChangeApiCompartmentResponse from "./change-api-compartment-response";
|
|
17
23
|
export import ChangeApiCompartmentResponse = ChangeApiCompartmentResponse.ChangeApiCompartmentResponse;
|
|
18
24
|
import * as ChangeCertificateCompartmentResponse from "./change-certificate-compartment-response";
|
|
@@ -49,12 +55,20 @@ import * as ListSdkLanguageTypesResponse from "./list-sdk-language-types-respons
|
|
|
49
55
|
export import ListSdkLanguageTypesResponse = ListSdkLanguageTypesResponse.ListSdkLanguageTypesResponse;
|
|
50
56
|
import * as ListSdksResponse from "./list-sdks-response";
|
|
51
57
|
export import ListSdksResponse = ListSdksResponse.ListSdksResponse;
|
|
58
|
+
import * as RemoveApiLockResponse from "./remove-api-lock-response";
|
|
59
|
+
export import RemoveApiLockResponse = RemoveApiLockResponse.RemoveApiLockResponse;
|
|
60
|
+
import * as RemoveCertificateLockResponse from "./remove-certificate-lock-response";
|
|
61
|
+
export import RemoveCertificateLockResponse = RemoveCertificateLockResponse.RemoveCertificateLockResponse;
|
|
62
|
+
import * as RemoveSdkLockResponse from "./remove-sdk-lock-response";
|
|
63
|
+
export import RemoveSdkLockResponse = RemoveSdkLockResponse.RemoveSdkLockResponse;
|
|
52
64
|
import * as UpdateApiResponse from "./update-api-response";
|
|
53
65
|
export import UpdateApiResponse = UpdateApiResponse.UpdateApiResponse;
|
|
54
66
|
import * as UpdateCertificateResponse from "./update-certificate-response";
|
|
55
67
|
export import UpdateCertificateResponse = UpdateCertificateResponse.UpdateCertificateResponse;
|
|
56
68
|
import * as UpdateSdkResponse from "./update-sdk-response";
|
|
57
69
|
export import UpdateSdkResponse = UpdateSdkResponse.UpdateSdkResponse;
|
|
70
|
+
import * as AddDeploymentLockResponse from "./add-deployment-lock-response";
|
|
71
|
+
export import AddDeploymentLockResponse = AddDeploymentLockResponse.AddDeploymentLockResponse;
|
|
58
72
|
import * as ChangeDeploymentCompartmentResponse from "./change-deployment-compartment-response";
|
|
59
73
|
export import ChangeDeploymentCompartmentResponse = ChangeDeploymentCompartmentResponse.ChangeDeploymentCompartmentResponse;
|
|
60
74
|
import * as CreateDeploymentResponse from "./create-deployment-response";
|
|
@@ -65,8 +79,12 @@ import * as GetDeploymentResponse from "./get-deployment-response";
|
|
|
65
79
|
export import GetDeploymentResponse = GetDeploymentResponse.GetDeploymentResponse;
|
|
66
80
|
import * as ListDeploymentsResponse from "./list-deployments-response";
|
|
67
81
|
export import ListDeploymentsResponse = ListDeploymentsResponse.ListDeploymentsResponse;
|
|
82
|
+
import * as RemoveDeploymentLockResponse from "./remove-deployment-lock-response";
|
|
83
|
+
export import RemoveDeploymentLockResponse = RemoveDeploymentLockResponse.RemoveDeploymentLockResponse;
|
|
68
84
|
import * as UpdateDeploymentResponse from "./update-deployment-response";
|
|
69
85
|
export import UpdateDeploymentResponse = UpdateDeploymentResponse.UpdateDeploymentResponse;
|
|
86
|
+
import * as AddGatewayLockResponse from "./add-gateway-lock-response";
|
|
87
|
+
export import AddGatewayLockResponse = AddGatewayLockResponse.AddGatewayLockResponse;
|
|
70
88
|
import * as ChangeGatewayCompartmentResponse from "./change-gateway-compartment-response";
|
|
71
89
|
export import ChangeGatewayCompartmentResponse = ChangeGatewayCompartmentResponse.ChangeGatewayCompartmentResponse;
|
|
72
90
|
import * as CreateGatewayResponse from "./create-gateway-response";
|
|
@@ -77,8 +95,12 @@ import * as GetGatewayResponse from "./get-gateway-response";
|
|
|
77
95
|
export import GetGatewayResponse = GetGatewayResponse.GetGatewayResponse;
|
|
78
96
|
import * as ListGatewaysResponse from "./list-gateways-response";
|
|
79
97
|
export import ListGatewaysResponse = ListGatewaysResponse.ListGatewaysResponse;
|
|
98
|
+
import * as RemoveGatewayLockResponse from "./remove-gateway-lock-response";
|
|
99
|
+
export import RemoveGatewayLockResponse = RemoveGatewayLockResponse.RemoveGatewayLockResponse;
|
|
80
100
|
import * as UpdateGatewayResponse from "./update-gateway-response";
|
|
81
101
|
export import UpdateGatewayResponse = UpdateGatewayResponse.UpdateGatewayResponse;
|
|
102
|
+
import * as AddSubscriberLockResponse from "./add-subscriber-lock-response";
|
|
103
|
+
export import AddSubscriberLockResponse = AddSubscriberLockResponse.AddSubscriberLockResponse;
|
|
82
104
|
import * as ChangeSubscriberCompartmentResponse from "./change-subscriber-compartment-response";
|
|
83
105
|
export import ChangeSubscriberCompartmentResponse = ChangeSubscriberCompartmentResponse.ChangeSubscriberCompartmentResponse;
|
|
84
106
|
import * as CreateSubscriberResponse from "./create-subscriber-response";
|
|
@@ -89,8 +111,12 @@ import * as GetSubscriberResponse from "./get-subscriber-response";
|
|
|
89
111
|
export import GetSubscriberResponse = GetSubscriberResponse.GetSubscriberResponse;
|
|
90
112
|
import * as ListSubscribersResponse from "./list-subscribers-response";
|
|
91
113
|
export import ListSubscribersResponse = ListSubscribersResponse.ListSubscribersResponse;
|
|
114
|
+
import * as RemoveSubscriberLockResponse from "./remove-subscriber-lock-response";
|
|
115
|
+
export import RemoveSubscriberLockResponse = RemoveSubscriberLockResponse.RemoveSubscriberLockResponse;
|
|
92
116
|
import * as UpdateSubscriberResponse from "./update-subscriber-response";
|
|
93
117
|
export import UpdateSubscriberResponse = UpdateSubscriberResponse.UpdateSubscriberResponse;
|
|
118
|
+
import * as AddUsagePlanLockResponse from "./add-usage-plan-lock-response";
|
|
119
|
+
export import AddUsagePlanLockResponse = AddUsagePlanLockResponse.AddUsagePlanLockResponse;
|
|
94
120
|
import * as ChangeUsagePlanCompartmentResponse from "./change-usage-plan-compartment-response";
|
|
95
121
|
export import ChangeUsagePlanCompartmentResponse = ChangeUsagePlanCompartmentResponse.ChangeUsagePlanCompartmentResponse;
|
|
96
122
|
import * as CreateUsagePlanResponse from "./create-usage-plan-response";
|
|
@@ -101,6 +127,8 @@ import * as GetUsagePlanResponse from "./get-usage-plan-response";
|
|
|
101
127
|
export import GetUsagePlanResponse = GetUsagePlanResponse.GetUsagePlanResponse;
|
|
102
128
|
import * as ListUsagePlansResponse from "./list-usage-plans-response";
|
|
103
129
|
export import ListUsagePlansResponse = ListUsagePlansResponse.ListUsagePlansResponse;
|
|
130
|
+
import * as RemoveUsagePlanLockResponse from "./remove-usage-plan-lock-response";
|
|
131
|
+
export import RemoveUsagePlanLockResponse = RemoveUsagePlanLockResponse.RemoveUsagePlanLockResponse;
|
|
104
132
|
import * as UpdateUsagePlanResponse from "./update-usage-plan-response";
|
|
105
133
|
export import UpdateUsagePlanResponse = UpdateUsagePlanResponse.UpdateUsagePlanResponse;
|
|
106
134
|
import * as CancelWorkRequestResponse from "./cancel-work-request-response";
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 RemoveApiLockResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* etag for the returned Api resource.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Api instance.
|
|
28
|
+
*/
|
|
29
|
+
"api": model.Api;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=remove-api-lock-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-api-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/remove-api-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 RemoveCertificateLockResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* etag for the returned Certificate resource.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Certificate instance.
|
|
28
|
+
*/
|
|
29
|
+
"certificate": model.Certificate;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=remove-certificate-lock-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-certificate-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/remove-certificate-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, 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 RemoveDeploymentLockResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* etag for the returned Deployment resource.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Deployment instance.
|
|
28
|
+
*/
|
|
29
|
+
"deployment": model.Deployment;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=remove-deployment-lock-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-deployment-lock-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/remove-deployment-lock-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|