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
package/lib/request/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 AddApiLockRequest from "./add-api-lock-request";
|
|
17
|
+
export import AddApiLockRequest = AddApiLockRequest.AddApiLockRequest;
|
|
18
|
+
import * as AddCertificateLockRequest from "./add-certificate-lock-request";
|
|
19
|
+
export import AddCertificateLockRequest = AddCertificateLockRequest.AddCertificateLockRequest;
|
|
20
|
+
import * as AddSdkLockRequest from "./add-sdk-lock-request";
|
|
21
|
+
export import AddSdkLockRequest = AddSdkLockRequest.AddSdkLockRequest;
|
|
16
22
|
import * as ChangeApiCompartmentRequest from "./change-api-compartment-request";
|
|
17
23
|
export import ChangeApiCompartmentRequest = ChangeApiCompartmentRequest.ChangeApiCompartmentRequest;
|
|
18
24
|
import * as ChangeCertificateCompartmentRequest from "./change-certificate-compartment-request";
|
|
@@ -49,12 +55,20 @@ import * as ListSdkLanguageTypesRequest from "./list-sdk-language-types-request"
|
|
|
49
55
|
export import ListSdkLanguageTypesRequest = ListSdkLanguageTypesRequest.ListSdkLanguageTypesRequest;
|
|
50
56
|
import * as ListSdksRequest from "./list-sdks-request";
|
|
51
57
|
export import ListSdksRequest = ListSdksRequest.ListSdksRequest;
|
|
58
|
+
import * as RemoveApiLockRequest from "./remove-api-lock-request";
|
|
59
|
+
export import RemoveApiLockRequest = RemoveApiLockRequest.RemoveApiLockRequest;
|
|
60
|
+
import * as RemoveCertificateLockRequest from "./remove-certificate-lock-request";
|
|
61
|
+
export import RemoveCertificateLockRequest = RemoveCertificateLockRequest.RemoveCertificateLockRequest;
|
|
62
|
+
import * as RemoveSdkLockRequest from "./remove-sdk-lock-request";
|
|
63
|
+
export import RemoveSdkLockRequest = RemoveSdkLockRequest.RemoveSdkLockRequest;
|
|
52
64
|
import * as UpdateApiRequest from "./update-api-request";
|
|
53
65
|
export import UpdateApiRequest = UpdateApiRequest.UpdateApiRequest;
|
|
54
66
|
import * as UpdateCertificateRequest from "./update-certificate-request";
|
|
55
67
|
export import UpdateCertificateRequest = UpdateCertificateRequest.UpdateCertificateRequest;
|
|
56
68
|
import * as UpdateSdkRequest from "./update-sdk-request";
|
|
57
69
|
export import UpdateSdkRequest = UpdateSdkRequest.UpdateSdkRequest;
|
|
70
|
+
import * as AddDeploymentLockRequest from "./add-deployment-lock-request";
|
|
71
|
+
export import AddDeploymentLockRequest = AddDeploymentLockRequest.AddDeploymentLockRequest;
|
|
58
72
|
import * as ChangeDeploymentCompartmentRequest from "./change-deployment-compartment-request";
|
|
59
73
|
export import ChangeDeploymentCompartmentRequest = ChangeDeploymentCompartmentRequest.ChangeDeploymentCompartmentRequest;
|
|
60
74
|
import * as CreateDeploymentRequest from "./create-deployment-request";
|
|
@@ -65,8 +79,12 @@ import * as GetDeploymentRequest from "./get-deployment-request";
|
|
|
65
79
|
export import GetDeploymentRequest = GetDeploymentRequest.GetDeploymentRequest;
|
|
66
80
|
import * as ListDeploymentsRequest from "./list-deployments-request";
|
|
67
81
|
export import ListDeploymentsRequest = ListDeploymentsRequest.ListDeploymentsRequest;
|
|
82
|
+
import * as RemoveDeploymentLockRequest from "./remove-deployment-lock-request";
|
|
83
|
+
export import RemoveDeploymentLockRequest = RemoveDeploymentLockRequest.RemoveDeploymentLockRequest;
|
|
68
84
|
import * as UpdateDeploymentRequest from "./update-deployment-request";
|
|
69
85
|
export import UpdateDeploymentRequest = UpdateDeploymentRequest.UpdateDeploymentRequest;
|
|
86
|
+
import * as AddGatewayLockRequest from "./add-gateway-lock-request";
|
|
87
|
+
export import AddGatewayLockRequest = AddGatewayLockRequest.AddGatewayLockRequest;
|
|
70
88
|
import * as ChangeGatewayCompartmentRequest from "./change-gateway-compartment-request";
|
|
71
89
|
export import ChangeGatewayCompartmentRequest = ChangeGatewayCompartmentRequest.ChangeGatewayCompartmentRequest;
|
|
72
90
|
import * as CreateGatewayRequest from "./create-gateway-request";
|
|
@@ -77,8 +95,12 @@ import * as GetGatewayRequest from "./get-gateway-request";
|
|
|
77
95
|
export import GetGatewayRequest = GetGatewayRequest.GetGatewayRequest;
|
|
78
96
|
import * as ListGatewaysRequest from "./list-gateways-request";
|
|
79
97
|
export import ListGatewaysRequest = ListGatewaysRequest.ListGatewaysRequest;
|
|
98
|
+
import * as RemoveGatewayLockRequest from "./remove-gateway-lock-request";
|
|
99
|
+
export import RemoveGatewayLockRequest = RemoveGatewayLockRequest.RemoveGatewayLockRequest;
|
|
80
100
|
import * as UpdateGatewayRequest from "./update-gateway-request";
|
|
81
101
|
export import UpdateGatewayRequest = UpdateGatewayRequest.UpdateGatewayRequest;
|
|
102
|
+
import * as AddSubscriberLockRequest from "./add-subscriber-lock-request";
|
|
103
|
+
export import AddSubscriberLockRequest = AddSubscriberLockRequest.AddSubscriberLockRequest;
|
|
82
104
|
import * as ChangeSubscriberCompartmentRequest from "./change-subscriber-compartment-request";
|
|
83
105
|
export import ChangeSubscriberCompartmentRequest = ChangeSubscriberCompartmentRequest.ChangeSubscriberCompartmentRequest;
|
|
84
106
|
import * as CreateSubscriberRequest from "./create-subscriber-request";
|
|
@@ -89,8 +111,12 @@ import * as GetSubscriberRequest from "./get-subscriber-request";
|
|
|
89
111
|
export import GetSubscriberRequest = GetSubscriberRequest.GetSubscriberRequest;
|
|
90
112
|
import * as ListSubscribersRequest from "./list-subscribers-request";
|
|
91
113
|
export import ListSubscribersRequest = ListSubscribersRequest.ListSubscribersRequest;
|
|
114
|
+
import * as RemoveSubscriberLockRequest from "./remove-subscriber-lock-request";
|
|
115
|
+
export import RemoveSubscriberLockRequest = RemoveSubscriberLockRequest.RemoveSubscriberLockRequest;
|
|
92
116
|
import * as UpdateSubscriberRequest from "./update-subscriber-request";
|
|
93
117
|
export import UpdateSubscriberRequest = UpdateSubscriberRequest.UpdateSubscriberRequest;
|
|
118
|
+
import * as AddUsagePlanLockRequest from "./add-usage-plan-lock-request";
|
|
119
|
+
export import AddUsagePlanLockRequest = AddUsagePlanLockRequest.AddUsagePlanLockRequest;
|
|
94
120
|
import * as ChangeUsagePlanCompartmentRequest from "./change-usage-plan-compartment-request";
|
|
95
121
|
export import ChangeUsagePlanCompartmentRequest = ChangeUsagePlanCompartmentRequest.ChangeUsagePlanCompartmentRequest;
|
|
96
122
|
import * as CreateUsagePlanRequest from "./create-usage-plan-request";
|
|
@@ -101,6 +127,8 @@ import * as GetUsagePlanRequest from "./get-usage-plan-request";
|
|
|
101
127
|
export import GetUsagePlanRequest = GetUsagePlanRequest.GetUsagePlanRequest;
|
|
102
128
|
import * as ListUsagePlansRequest from "./list-usage-plans-request";
|
|
103
129
|
export import ListUsagePlansRequest = ListUsagePlansRequest.ListUsagePlansRequest;
|
|
130
|
+
import * as RemoveUsagePlanLockRequest from "./remove-usage-plan-lock-request";
|
|
131
|
+
export import RemoveUsagePlanLockRequest = RemoveUsagePlanLockRequest.RemoveUsagePlanLockRequest;
|
|
104
132
|
import * as UpdateUsagePlanRequest from "./update-usage-plan-request";
|
|
105
133
|
export import UpdateUsagePlanRequest = UpdateUsagePlanRequest.UpdateUsagePlanRequest;
|
|
106
134
|
import * as CancelWorkRequestRequest from "./cancel-work-request-request";
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAoCH,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,+FAAiF;AACnE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAuBhE,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AAerF,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAe5E,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AAerF,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AASlF,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
|
|
@@ -16,7 +16,7 @@ import common = require("oci-common");
|
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSdksRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The ocid of the SDK.
|
|
19
|
+
* The ocid of the SDK. This value must be present unless apiId is present.
|
|
20
20
|
*/
|
|
21
21
|
"sdkId"?: string;
|
|
22
22
|
/**
|
|
@@ -54,7 +54,7 @@ export interface ListSdksRequest extends common.BaseRequest {
|
|
|
54
54
|
*/
|
|
55
55
|
"sortBy"?: ListSdksRequest.SortBy;
|
|
56
56
|
/**
|
|
57
|
-
* The ocid of the API.
|
|
57
|
+
* The ocid of the API. This value must be present unless sdkId is present.
|
|
58
58
|
*/
|
|
59
59
|
"apiId"?: string;
|
|
60
60
|
/**
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apigateway/RemoveApiLock.ts.html |here} to see how to use RemoveApiLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveApiLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ocid of the API.
|
|
21
|
+
*/
|
|
22
|
+
"apiId": string;
|
|
23
|
+
/**
|
|
24
|
+
* RemoveResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"removeResourceLockDetails": model.RemoveResourceLockDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier for the request.
|
|
29
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
35
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-api-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/remove-api-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apigateway/RemoveCertificateLock.ts.html |here} to see how to use RemoveCertificateLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveCertificateLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ocid of the certificate.
|
|
21
|
+
*/
|
|
22
|
+
"certificateId": string;
|
|
23
|
+
/**
|
|
24
|
+
* RemoveResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"removeResourceLockDetails": model.RemoveResourceLockDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier for the request.
|
|
29
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
35
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-certificate-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/remove-certificate-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apigateway/RemoveDeploymentLock.ts.html |here} to see how to use RemoveDeploymentLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveDeploymentLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ocid of the deployment.
|
|
21
|
+
*/
|
|
22
|
+
"deploymentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* RemoveResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"removeResourceLockDetails": model.RemoveResourceLockDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier for the request.
|
|
29
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
35
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-deployment-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/remove-deployment-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apigateway/RemoveGatewayLock.ts.html |here} to see how to use RemoveGatewayLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveGatewayLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ocid of the gateway.
|
|
21
|
+
*/
|
|
22
|
+
"gatewayId": string;
|
|
23
|
+
/**
|
|
24
|
+
* RemoveResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"removeResourceLockDetails": model.RemoveResourceLockDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier for the request.
|
|
29
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
35
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
}
|
|
@@ -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-gateway-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-gateway-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/remove-gateway-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apigateway/RemoveSdkLock.ts.html |here} to see how to use RemoveSdkLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveSdkLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ocid of the SDK.
|
|
21
|
+
*/
|
|
22
|
+
"sdkId": string;
|
|
23
|
+
/**
|
|
24
|
+
* RemoveResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"removeResourceLockDetails": model.RemoveResourceLockDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier for the request.
|
|
29
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
35
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
}
|
|
@@ -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-sdk-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-sdk-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/remove-sdk-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apigateway/RemoveSubscriberLock.ts.html |here} to see how to use RemoveSubscriberLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveSubscriberLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ocid of the subscriber.
|
|
21
|
+
*/
|
|
22
|
+
"subscriberId": string;
|
|
23
|
+
/**
|
|
24
|
+
* RemoveResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"removeResourceLockDetails": model.RemoveResourceLockDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier for the request.
|
|
29
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
35
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
}
|
|
@@ -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-subscriber-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-subscriber-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/remove-subscriber-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/apigateway/RemoveUsagePlanLock.ts.html |here} to see how to use RemoveUsagePlanLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveUsagePlanLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ocid of the usage plan.
|
|
21
|
+
*/
|
|
22
|
+
"usagePlanId": string;
|
|
23
|
+
/**
|
|
24
|
+
* RemoveResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"removeResourceLockDetails": model.RemoveResourceLockDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier for the request.
|
|
29
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
35
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
}
|
|
@@ -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-usage-plan-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-usage-plan-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/remove-usage-plan-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|