oci-apigateway 2.25.0 → 2.28.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/index.d.ts +6 -0
- package/index.js +7 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +287 -61
- package/lib/client.js +1302 -222
- package/lib/client.js.map +1 -1
- package/lib/model/api-specification-request-policies.d.ts +1 -0
- package/lib/model/api-specification-request-policies.js +5 -1
- package/lib/model/api-specification-request-policies.js.map +1 -1
- package/lib/model/api-specification-route-backend.js +2 -2
- package/lib/model/api-specification-route-backend.js.map +1 -1
- package/lib/model/authentication-policy.js +2 -2
- package/lib/model/authentication-policy.js.map +1 -1
- package/lib/model/ca-bundle.js +2 -2
- package/lib/model/ca-bundle.js.map +1 -1
- package/lib/model/change-subscriber-compartment-details.d.ts +30 -0
- package/lib/model/change-subscriber-compartment-details.js +32 -0
- package/lib/model/change-subscriber-compartment-details.js.map +1 -0
- package/lib/model/change-usage-plan-compartment-details.d.ts +30 -0
- package/lib/model/change-usage-plan-compartment-details.js +32 -0
- package/lib/model/change-usage-plan-compartment-details.js.map +1 -0
- package/lib/model/client-summary.d.ts +28 -0
- package/lib/model/client-summary.js +32 -0
- package/lib/model/client-summary.js.map +1 -0
- package/lib/model/client.d.ts +32 -0
- package/lib/model/client.js +32 -0
- package/lib/model/client.js.map +1 -0
- package/lib/model/content-validation.js +2 -2
- package/lib/model/content-validation.js.map +1 -1
- package/lib/model/create-deployment-details.d.ts +1 -1
- package/lib/model/create-subscriber-details.d.ts +73 -0
- package/lib/model/create-subscriber-details.js +64 -0
- package/lib/model/create-subscriber-details.js.map +1 -0
- package/lib/model/create-usage-plan-details.d.ts +68 -0
- package/lib/model/create-usage-plan-details.js +64 -0
- package/lib/model/create-usage-plan-details.js.map +1 -0
- package/lib/model/deployment.d.ts +1 -1
- package/lib/model/entitlement-summary.d.ts +39 -0
- package/lib/model/entitlement-summary.js +60 -0
- package/lib/model/entitlement-summary.js.map +1 -0
- package/lib/model/entitlement-target.d.ts +31 -0
- package/lib/model/entitlement-target.js +32 -0
- package/lib/model/entitlement-target.js.map +1 -0
- package/lib/model/entitlement.d.ts +44 -0
- package/lib/model/entitlement.js +70 -0
- package/lib/model/entitlement.js.map +1 -0
- package/lib/model/index.d.ts +40 -0
- package/lib/model/index.js +43 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/public-key-set.js +2 -2
- package/lib/model/public-key-set.js.map +1 -1
- package/lib/model/quota.d.ts +78 -0
- package/lib/model/quota.js +64 -0
- package/lib/model/quota.js.map +1 -0
- package/lib/model/rate-limit.d.ts +44 -0
- package/lib/model/rate-limit.js +41 -0
- package/lib/model/rate-limit.js.map +1 -0
- package/lib/model/response-cache-details.js +2 -2
- package/lib/model/response-cache-details.js.map +1 -1
- package/lib/model/response-cache-lookup-policy.js +2 -2
- package/lib/model/response-cache-lookup-policy.js.map +1 -1
- package/lib/model/response-cache-store-policy.js +2 -2
- package/lib/model/response-cache-store-policy.js.map +1 -1
- package/lib/model/route-authorization-policy.js +2 -2
- package/lib/model/route-authorization-policy.js.map +1 -1
- package/lib/model/static-public-key.js +2 -2
- package/lib/model/static-public-key.js.map +1 -1
- package/lib/model/subscriber-collection.d.ts +29 -0
- package/lib/model/subscriber-collection.js +64 -0
- package/lib/model/subscriber-collection.js.map +1 -0
- package/lib/model/subscriber-summary.d.ts +97 -0
- package/lib/model/subscriber-summary.js +64 -0
- package/lib/model/subscriber-summary.js.map +1 -0
- package/lib/model/subscriber.d.ts +111 -0
- package/lib/model/subscriber.js +78 -0
- package/lib/model/subscriber.js.map +1 -0
- package/lib/model/update-subscriber-details.d.ts +67 -0
- package/lib/model/update-subscriber-details.js +64 -0
- package/lib/model/update-subscriber-details.js.map +1 -0
- package/lib/model/update-usage-plan-details.d.ts +62 -0
- package/lib/model/update-usage-plan-details.js +64 -0
- package/lib/model/update-usage-plan-details.js.map +1 -0
- package/lib/model/usage-plan-collection.d.ts +29 -0
- package/lib/model/usage-plan-collection.js +64 -0
- package/lib/model/usage-plan-collection.js.map +1 -0
- package/lib/model/usage-plan-summary.d.ts +92 -0
- package/lib/model/usage-plan-summary.js +64 -0
- package/lib/model/usage-plan-summary.js.map +1 -0
- package/lib/model/usage-plan.d.ts +106 -0
- package/lib/model/usage-plan.js +78 -0
- package/lib/model/usage-plan.js.map +1 -0
- package/lib/model/usage-plans-policy.d.ts +34 -0
- package/lib/model/usage-plans-policy.js +32 -0
- package/lib/model/usage-plans-policy.js.map +1 -0
- package/lib/model/work-request.d.ts +6 -0
- package/lib/model/work-request.js +6 -0
- package/lib/model/work-request.js.map +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-api-compartment-request.d.ts +1 -1
- package/lib/request/change-certificate-compartment-request.d.ts +1 -1
- package/lib/request/change-deployment-compartment-request.d.ts +1 -1
- package/lib/request/change-gateway-compartment-request.d.ts +1 -1
- package/lib/request/change-subscriber-compartment-request.d.ts +49 -0
- package/lib/request/change-subscriber-compartment-request.js +15 -0
- package/lib/request/change-subscriber-compartment-request.js.map +1 -0
- package/lib/request/change-usage-plan-compartment-request.d.ts +49 -0
- package/lib/request/change-usage-plan-compartment-request.js +15 -0
- package/lib/request/change-usage-plan-compartment-request.js.map +1 -0
- package/lib/request/create-api-request.d.ts +1 -1
- package/lib/request/create-certificate-request.d.ts +1 -1
- package/lib/request/create-deployment-request.d.ts +1 -1
- package/lib/request/create-gateway-request.d.ts +1 -1
- package/lib/request/create-sdk-request.d.ts +1 -1
- package/lib/request/create-subscriber-request.d.ts +36 -0
- package/lib/request/create-subscriber-request.js +15 -0
- package/lib/request/create-subscriber-request.js.map +1 -0
- package/lib/request/create-usage-plan-request.d.ts +36 -0
- package/lib/request/create-usage-plan-request.js +15 -0
- package/lib/request/create-usage-plan-request.js.map +1 -0
- package/lib/request/delete-api-request.d.ts +1 -1
- package/lib/request/delete-certificate-request.d.ts +1 -1
- package/lib/request/delete-deployment-request.d.ts +1 -1
- package/lib/request/delete-gateway-request.d.ts +1 -1
- package/lib/request/delete-sdk-request.d.ts +1 -1
- package/lib/request/delete-subscriber-request.d.ts +35 -0
- package/lib/request/delete-subscriber-request.js +15 -0
- package/lib/request/delete-subscriber-request.js.map +1 -0
- package/lib/request/delete-usage-plan-request.d.ts +35 -0
- package/lib/request/delete-usage-plan-request.js +15 -0
- package/lib/request/delete-usage-plan-request.js.map +1 -0
- package/lib/request/get-api-content-request.d.ts +1 -1
- package/lib/request/get-api-deployment-specification-request.d.ts +1 -1
- package/lib/request/get-api-request.d.ts +1 -1
- package/lib/request/get-api-validations-request.d.ts +1 -1
- package/lib/request/get-certificate-request.d.ts +1 -1
- package/lib/request/get-deployment-request.d.ts +1 -1
- package/lib/request/get-gateway-request.d.ts +1 -1
- package/lib/request/get-sdk-request.d.ts +1 -1
- package/lib/request/get-subscriber-request.d.ts +26 -0
- package/lib/request/get-subscriber-request.js +15 -0
- package/lib/request/get-subscriber-request.js.map +1 -0
- package/lib/request/get-usage-plan-request.d.ts +26 -0
- package/lib/request/get-usage-plan-request.js +15 -0
- package/lib/request/get-usage-plan-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +24 -0
- package/lib/request/index.js +5 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-apis-request.d.ts +1 -1
- package/lib/request/list-certificates-request.d.ts +1 -1
- package/lib/request/list-deployments-request.d.ts +1 -1
- package/lib/request/list-gateways-request.d.ts +1 -1
- package/lib/request/list-sdk-language-types-request.d.ts +1 -1
- package/lib/request/list-sdks-request.d.ts +1 -1
- package/lib/request/list-subscribers-request.d.ts +69 -0
- package/lib/request/list-subscribers-request.js +29 -0
- package/lib/request/list-subscribers-request.js.map +1 -0
- package/lib/request/list-usage-plans-request.d.ts +69 -0
- package/lib/request/list-usage-plans-request.js +29 -0
- package/lib/request/list-usage-plans-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-api-request.d.ts +1 -1
- package/lib/request/update-certificate-request.d.ts +1 -1
- package/lib/request/update-deployment-request.d.ts +1 -1
- package/lib/request/update-gateway-request.d.ts +1 -1
- package/lib/request/update-sdk-request.d.ts +1 -1
- package/lib/request/update-subscriber-request.d.ts +40 -0
- package/lib/request/update-subscriber-request.js +15 -0
- package/lib/request/update-subscriber-request.js.map +1 -0
- package/lib/request/update-usage-plan-request.d.ts +40 -0
- package/lib/request/update-usage-plan-request.js +15 -0
- package/lib/request/update-usage-plan-request.js.map +1 -0
- package/lib/response/change-subscriber-compartment-response.d.ts +29 -0
- package/lib/response/change-subscriber-compartment-response.js +15 -0
- package/lib/response/change-subscriber-compartment-response.js.map +1 -0
- package/lib/response/change-usage-plan-compartment-response.d.ts +29 -0
- package/lib/response/change-usage-plan-compartment-response.js +15 -0
- package/lib/response/change-usage-plan-compartment-response.js.map +1 -0
- package/lib/response/create-subscriber-response.d.ts +44 -0
- package/lib/response/create-subscriber-response.js +15 -0
- package/lib/response/create-subscriber-response.js.map +1 -0
- package/lib/response/create-usage-plan-response.d.ts +44 -0
- package/lib/response/create-usage-plan-response.js +15 -0
- package/lib/response/create-usage-plan-response.js.map +1 -0
- package/lib/response/delete-subscriber-response.d.ts +29 -0
- package/lib/response/delete-subscriber-response.js +15 -0
- package/lib/response/delete-subscriber-response.js.map +1 -0
- package/lib/response/delete-usage-plan-response.d.ts +29 -0
- package/lib/response/delete-usage-plan-response.js +15 -0
- package/lib/response/delete-usage-plan-response.js.map +1 -0
- package/lib/response/get-subscriber-response.d.ts +31 -0
- package/lib/response/get-subscriber-response.js +15 -0
- package/lib/response/get-subscriber-response.js.map +1 -0
- package/lib/response/get-usage-plan-response.d.ts +31 -0
- package/lib/response/get-usage-plan-response.js +15 -0
- package/lib/response/get-usage-plan-response.js.map +1 -0
- package/lib/response/index.d.ts +24 -0
- package/lib/response/list-subscribers-response.d.ts +42 -0
- package/lib/response/list-subscribers-response.js +15 -0
- package/lib/response/list-subscribers-response.js.map +1 -0
- package/lib/response/list-usage-plans-response.d.ts +42 -0
- package/lib/response/list-usage-plans-response.js +15 -0
- package/lib/response/list-usage-plans-response.js.map +1 -0
- package/lib/response/update-subscriber-response.d.ts +29 -0
- package/lib/response/update-subscriber-response.js +15 -0
- package/lib/response/update-subscriber-response.js.map +1 -0
- package/lib/response/update-usage-plan-response.d.ts +29 -0
- package/lib/response/update-usage-plan-response.js +15 -0
- package/lib/response/update-usage-plan-response.js.map +1 -0
- package/lib/subscribers-waiter.d.ts +32 -0
- package/lib/subscribers-waiter.js +68 -0
- package/lib/subscribers-waiter.js.map +1 -0
- package/lib/usageplans-waiter.d.ts +32 -0
- package/lib/usageplans-waiter.js +68 -0
- package/lib/usageplans-waiter.js.map +1 -0
- package/package.json +3 -3
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApiRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateApiRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificateRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateCertificateRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeploymentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDeploymentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGatewayRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateGatewayRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdkRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSdkRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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, 2022, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriberRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateSubscriberRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ocid of the subscriber.
|
|
21
|
+
*/
|
|
22
|
+
"subscriberId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"updateSubscriberDetails": model.UpdateSubscriberDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request id for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: 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, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-subscriber-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-subscriber-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/update-subscriber-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, 2022, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlanRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateUsagePlanRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ocid of the usage plan.
|
|
21
|
+
*/
|
|
22
|
+
"usagePlanId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"updateUsagePlanDetails": model.UpdateUsagePlanDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request id for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: 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, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-usage-plan-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-usage-plan-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/update-usage-plan-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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, 2022, 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
|
+
export interface ChangeSubscriberCompartmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* The OCID of the work request. Use
|
|
16
|
+
* {@link #getWorkRequest(GetWorkRequestRequest) getWorkRequest} with
|
|
17
|
+
* this id to track the status
|
|
18
|
+
* of the request.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcWorkRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to
|
|
24
|
+
* contact Oracle about a particular request, please provide the request
|
|
25
|
+
* id.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcRequestId": string;
|
|
29
|
+
}
|
|
@@ -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, 2022, 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=change-subscriber-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-subscriber-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/change-subscriber-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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, 2022, 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
|
+
export interface ChangeUsagePlanCompartmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* The OCID of the work request. Use
|
|
16
|
+
* {@link #getWorkRequest(GetWorkRequestRequest) getWorkRequest} with
|
|
17
|
+
* this id to track the status
|
|
18
|
+
* of the request.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcWorkRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to
|
|
24
|
+
* contact Oracle about a particular request, please provide the request
|
|
25
|
+
* id.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcRequestId": string;
|
|
29
|
+
}
|
|
@@ -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, 2022, 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=change-usage-plan-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-usage-plan-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/change-usage-plan-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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, 2022, 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 CreateSubscriberResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* The OCID of the work request. Use
|
|
22
|
+
* {@link #getWorkRequest(GetWorkRequestRequest) getWorkRequest} with
|
|
23
|
+
* this id to track the status
|
|
24
|
+
* of the request.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcWorkRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* Unique Oracle-assigned identifier for the request. If you need to
|
|
30
|
+
* contact Oracle about a particular request, please provide the request
|
|
31
|
+
* id.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId": string;
|
|
35
|
+
/**
|
|
36
|
+
* Location of the resource.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"location": string;
|
|
40
|
+
/**
|
|
41
|
+
* The returned model.Subscriber instance.
|
|
42
|
+
*/
|
|
43
|
+
"subscriber": model.Subscriber;
|
|
44
|
+
}
|
|
@@ -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, 2022, 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=create-subscriber-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-subscriber-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/create-subscriber-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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, 2022, 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 CreateUsagePlanResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* The OCID of the work request. Use
|
|
22
|
+
* {@link #getWorkRequest(GetWorkRequestRequest) getWorkRequest} with
|
|
23
|
+
* this id to track the status
|
|
24
|
+
* of the request.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcWorkRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* Unique Oracle-assigned identifier for the request. If you need to
|
|
30
|
+
* contact Oracle about a particular request, please provide the request
|
|
31
|
+
* id.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId": string;
|
|
35
|
+
/**
|
|
36
|
+
* Location of the resource.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"location": string;
|
|
40
|
+
/**
|
|
41
|
+
* The returned model.UsagePlan instance.
|
|
42
|
+
*/
|
|
43
|
+
"usagePlan": model.UsagePlan;
|
|
44
|
+
}
|
|
@@ -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, 2022, 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=create-usage-plan-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-usage-plan-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/create-usage-plan-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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, 2022, 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
|
+
export interface DeleteSubscriberResponse {
|
|
14
|
+
/**
|
|
15
|
+
* The OCID of the work request. Use
|
|
16
|
+
* {@link #getWorkRequest(GetWorkRequestRequest) getWorkRequest} with
|
|
17
|
+
* this id to track the status
|
|
18
|
+
* of the request.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcWorkRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to
|
|
24
|
+
* contact Oracle about a particular request, please provide the request
|
|
25
|
+
* id.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcRequestId": string;
|
|
29
|
+
}
|
|
@@ -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, 2022, 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=delete-subscriber-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-subscriber-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/delete-subscriber-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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, 2022, 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
|
+
export interface DeleteUsagePlanResponse {
|
|
14
|
+
/**
|
|
15
|
+
* The OCID of the work request. Use
|
|
16
|
+
* {@link #getWorkRequest(GetWorkRequestRequest) getWorkRequest} with
|
|
17
|
+
* this id to track the status
|
|
18
|
+
* of the request.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcWorkRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to
|
|
24
|
+
* contact Oracle about a particular request, please provide the request
|
|
25
|
+
* id.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcRequestId": string;
|
|
29
|
+
}
|
|
@@ -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, 2022, 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=delete-usage-plan-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-usage-plan-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/delete-usage-plan-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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, 2022, 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 GetSubscriberResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to
|
|
22
|
+
* contact Oracle about a particular request, please provide the request
|
|
23
|
+
* id.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId": string;
|
|
27
|
+
/**
|
|
28
|
+
* The returned model.Subscriber instance.
|
|
29
|
+
*/
|
|
30
|
+
"subscriber": model.Subscriber;
|
|
31
|
+
}
|
|
@@ -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, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-subscriber-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-subscriber-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/get-subscriber-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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, 2022, 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 GetUsagePlanResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to
|
|
22
|
+
* contact Oracle about a particular request, please provide the request
|
|
23
|
+
* id.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId": string;
|
|
27
|
+
/**
|
|
28
|
+
* The returned model.UsagePlan instance.
|
|
29
|
+
*/
|
|
30
|
+
"usagePlan": model.UsagePlan;
|
|
31
|
+
}
|
|
@@ -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, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-usage-plan-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-usage-plan-response.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/response/get-usage-plan-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|