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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscriber.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/subscriber.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"subscriber.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/subscriber.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsFlC,IAAiB,UAAU,CAuD1B;AAvDD,WAAiB,UAAU;IACzB,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,yBAAc,KAAd,yBAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,qBAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,iCAAsB,yBAmBrC,CAAA;AACH,CAAC,EAvDgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAuD1B"}
|
|
@@ -32,7 +32,8 @@ export interface UpdateGatewayDetails {
|
|
|
32
32
|
*/
|
|
33
33
|
"networkSecurityGroupIds"?: Array<string>;
|
|
34
34
|
/**
|
|
35
|
-
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource
|
|
35
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource which can be
|
|
36
|
+
* empty string.
|
|
36
37
|
*
|
|
37
38
|
*/
|
|
38
39
|
"certificateId"?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-gateway-details.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/update-gateway-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"update-gateway-details.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/update-gateway-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmDlC,IAAiB,oBAAoB,CAqCpC;AArCD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACjE,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,+BAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAC7E,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,2CAAsB,yBAiBrC,CAAA;AACH,CAAC,EArCgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAqCpC"}
|
|
@@ -61,6 +61,10 @@ export interface UsagePlanSummary {
|
|
|
61
61
|
*
|
|
62
62
|
*/
|
|
63
63
|
"lifecycleDetails"?: string;
|
|
64
|
+
/**
|
|
65
|
+
* Locks associated with this resource.
|
|
66
|
+
*/
|
|
67
|
+
"locks"?: Array<model.ResourceLock>;
|
|
64
68
|
/**
|
|
65
69
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
66
70
|
* with no predefined name, type, or namespace. For more information, see
|
|
@@ -85,6 +89,16 @@ export interface UsagePlanSummary {
|
|
|
85
89
|
[key: string]: any;
|
|
86
90
|
};
|
|
87
91
|
};
|
|
92
|
+
/**
|
|
93
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
94
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
95
|
+
*
|
|
96
|
+
*/
|
|
97
|
+
"systemTags"?: {
|
|
98
|
+
[key: string]: {
|
|
99
|
+
[key: string]: any;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
88
102
|
}
|
|
89
103
|
export declare namespace UsagePlanSummary {
|
|
90
104
|
function getJsonObj(obj: UsagePlanSummary): object;
|
|
@@ -44,6 +44,11 @@ var UsagePlanSummary;
|
|
|
44
44
|
? obj.entitlements.map(item => {
|
|
45
45
|
return model.EntitlementSummary.getJsonObj(item);
|
|
46
46
|
})
|
|
47
|
+
: undefined,
|
|
48
|
+
"locks": obj.locks
|
|
49
|
+
? obj.locks.map(item => {
|
|
50
|
+
return model.ResourceLock.getJsonObj(item);
|
|
51
|
+
})
|
|
47
52
|
: undefined
|
|
48
53
|
});
|
|
49
54
|
return jsonObj;
|
|
@@ -55,6 +60,11 @@ var UsagePlanSummary;
|
|
|
55
60
|
? obj.entitlements.map(item => {
|
|
56
61
|
return model.EntitlementSummary.getDeserializedJsonObj(item);
|
|
57
62
|
})
|
|
63
|
+
: undefined,
|
|
64
|
+
"locks": obj.locks
|
|
65
|
+
? obj.locks.map(item => {
|
|
66
|
+
return model.ResourceLock.getDeserializedJsonObj(item);
|
|
67
|
+
})
|
|
58
68
|
: undefined
|
|
59
69
|
});
|
|
60
70
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usage-plan-summary.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/usage-plan-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"usage-plan-summary.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/usage-plan-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgFlC,IAAiB,gBAAgB,CAyChC;AAzCD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,2BAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,uCAAsB,yBAmBrC,CAAA;AACH,CAAC,EAzCgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAyChC"}
|
|
@@ -62,6 +62,10 @@ export interface UsagePlan {
|
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
"lifecycleDetails"?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Locks associated with this resource.
|
|
67
|
+
*/
|
|
68
|
+
"locks"?: Array<model.ResourceLock>;
|
|
65
69
|
/**
|
|
66
70
|
* Free-form tags for this resource. Each tag is a simple key-value pair
|
|
67
71
|
* with no predefined name, type, or namespace. For more information, see
|
|
@@ -86,6 +90,16 @@ export interface UsagePlan {
|
|
|
86
90
|
[key: string]: any;
|
|
87
91
|
};
|
|
88
92
|
};
|
|
93
|
+
/**
|
|
94
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
95
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
96
|
+
*
|
|
97
|
+
*/
|
|
98
|
+
"systemTags"?: {
|
|
99
|
+
[key: string]: {
|
|
100
|
+
[key: string]: any;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
89
103
|
}
|
|
90
104
|
export declare namespace UsagePlan {
|
|
91
105
|
enum LifecycleState {
|
package/lib/model/usage-plan.js
CHANGED
|
@@ -58,6 +58,11 @@ var UsagePlan;
|
|
|
58
58
|
? obj.entitlements.map(item => {
|
|
59
59
|
return model.Entitlement.getJsonObj(item);
|
|
60
60
|
})
|
|
61
|
+
: undefined,
|
|
62
|
+
"locks": obj.locks
|
|
63
|
+
? obj.locks.map(item => {
|
|
64
|
+
return model.ResourceLock.getJsonObj(item);
|
|
65
|
+
})
|
|
61
66
|
: undefined
|
|
62
67
|
});
|
|
63
68
|
return jsonObj;
|
|
@@ -69,6 +74,11 @@ var UsagePlan;
|
|
|
69
74
|
? obj.entitlements.map(item => {
|
|
70
75
|
return model.Entitlement.getDeserializedJsonObj(item);
|
|
71
76
|
})
|
|
77
|
+
: undefined,
|
|
78
|
+
"locks": obj.locks
|
|
79
|
+
? obj.locks.map(item => {
|
|
80
|
+
return model.ResourceLock.getDeserializedJsonObj(item);
|
|
81
|
+
})
|
|
72
82
|
: undefined
|
|
73
83
|
});
|
|
74
84
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usage-plan.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/usage-plan.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"usage-plan.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/usage-plan.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiFlC,IAAiB,SAAS,CAuDzB;AAvDD,WAAiB,SAAS;IACxB,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,wBAAc,KAAd,wBAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,oBAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,gCAAsB,yBAmBrC,CAAA;AACH,CAAC,EAvDgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAuDzB"}
|
|
@@ -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/AddApiLock.ts.html |here} to see how to use AddApiLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddApiLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ocid of the API.
|
|
21
|
+
*/
|
|
22
|
+
"apiId": string;
|
|
23
|
+
/**
|
|
24
|
+
* AddResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"addResourceLockDetails": model.AddResourceLockDetails;
|
|
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=add-api-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-api-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/add-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/AddCertificateLock.ts.html |here} to see how to use AddCertificateLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddCertificateLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ocid of the certificate.
|
|
21
|
+
*/
|
|
22
|
+
"certificateId": string;
|
|
23
|
+
/**
|
|
24
|
+
* AddResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"addResourceLockDetails": model.AddResourceLockDetails;
|
|
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=add-certificate-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-certificate-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/add-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/AddDeploymentLock.ts.html |here} to see how to use AddDeploymentLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddDeploymentLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ocid of the deployment.
|
|
21
|
+
*/
|
|
22
|
+
"deploymentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* AddResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"addResourceLockDetails": model.AddResourceLockDetails;
|
|
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=add-deployment-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-deployment-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/add-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/AddGatewayLock.ts.html |here} to see how to use AddGatewayLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddGatewayLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ocid of the gateway.
|
|
21
|
+
*/
|
|
22
|
+
"gatewayId": string;
|
|
23
|
+
/**
|
|
24
|
+
* AddResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"addResourceLockDetails": model.AddResourceLockDetails;
|
|
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=add-gateway-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-gateway-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/add-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/AddSdkLock.ts.html |here} to see how to use AddSdkLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddSdkLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ocid of the SDK.
|
|
21
|
+
*/
|
|
22
|
+
"sdkId": string;
|
|
23
|
+
/**
|
|
24
|
+
* AddResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"addResourceLockDetails": model.AddResourceLockDetails;
|
|
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=add-sdk-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-sdk-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/add-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/AddSubscriberLock.ts.html |here} to see how to use AddSubscriberLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddSubscriberLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ocid of the subscriber.
|
|
21
|
+
*/
|
|
22
|
+
"subscriberId": string;
|
|
23
|
+
/**
|
|
24
|
+
* AddResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"addResourceLockDetails": model.AddResourceLockDetails;
|
|
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=add-subscriber-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-subscriber-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/add-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/AddUsagePlanLock.ts.html |here} to see how to use AddUsagePlanLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddUsagePlanLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ocid of the usage plan.
|
|
21
|
+
*/
|
|
22
|
+
"usagePlanId": string;
|
|
23
|
+
/**
|
|
24
|
+
* AddResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"addResourceLockDetails": model.AddResourceLockDetails;
|
|
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=add-usage-plan-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-usage-plan-lock-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/add-usage-plan-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|