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
|
@@ -0,0 +1,35 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriberRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteSubscriberRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The ocid of the subscriber.
|
|
20
|
+
*/
|
|
21
|
+
"subscriberId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request id for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-subscriber-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/delete-subscriber-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlanRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteUsagePlanRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The ocid of the usage plan.
|
|
20
|
+
*/
|
|
21
|
+
"usagePlanId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request id for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-usage-plan-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/delete-usage-plan-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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/GetApiContent.ts.html |here} to see how to use GetApiContentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetApiContentRequest 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/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecificationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetApiDeploymentSpecificationRequest 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/GetApi.ts.html |here} to see how to use GetApiRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetApiRequest 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/GetApiValidations.ts.html |here} to see how to use GetApiValidationsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetApiValidationsRequest 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/GetCertificate.ts.html |here} to see how to use GetCertificateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetCertificateRequest 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/GetDeployment.ts.html |here} to see how to use GetDeploymentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDeploymentRequest 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/GetGateway.ts.html |here} to see how to use GetGatewayRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetGatewayRequest 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/GetSdk.ts.html |here} to see how to use GetSdkRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSdkRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,26 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriberRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetSubscriberRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The ocid of the subscriber.
|
|
20
|
+
*/
|
|
21
|
+
"subscriberId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request id for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-subscriber-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/get-subscriber-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlanRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetUsagePlanRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The ocid of the usage plan.
|
|
20
|
+
*/
|
|
21
|
+
"usagePlanId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request id for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-usage-plan-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/get-usage-plan-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/lib/request/index.d.ts
CHANGED
|
@@ -79,6 +79,30 @@ import * as ListGatewaysRequest from "./list-gateways-request";
|
|
|
79
79
|
export import ListGatewaysRequest = ListGatewaysRequest.ListGatewaysRequest;
|
|
80
80
|
import * as UpdateGatewayRequest from "./update-gateway-request";
|
|
81
81
|
export import UpdateGatewayRequest = UpdateGatewayRequest.UpdateGatewayRequest;
|
|
82
|
+
import * as ChangeSubscriberCompartmentRequest from "./change-subscriber-compartment-request";
|
|
83
|
+
export import ChangeSubscriberCompartmentRequest = ChangeSubscriberCompartmentRequest.ChangeSubscriberCompartmentRequest;
|
|
84
|
+
import * as CreateSubscriberRequest from "./create-subscriber-request";
|
|
85
|
+
export import CreateSubscriberRequest = CreateSubscriberRequest.CreateSubscriberRequest;
|
|
86
|
+
import * as DeleteSubscriberRequest from "./delete-subscriber-request";
|
|
87
|
+
export import DeleteSubscriberRequest = DeleteSubscriberRequest.DeleteSubscriberRequest;
|
|
88
|
+
import * as GetSubscriberRequest from "./get-subscriber-request";
|
|
89
|
+
export import GetSubscriberRequest = GetSubscriberRequest.GetSubscriberRequest;
|
|
90
|
+
import * as ListSubscribersRequest from "./list-subscribers-request";
|
|
91
|
+
export import ListSubscribersRequest = ListSubscribersRequest.ListSubscribersRequest;
|
|
92
|
+
import * as UpdateSubscriberRequest from "./update-subscriber-request";
|
|
93
|
+
export import UpdateSubscriberRequest = UpdateSubscriberRequest.UpdateSubscriberRequest;
|
|
94
|
+
import * as ChangeUsagePlanCompartmentRequest from "./change-usage-plan-compartment-request";
|
|
95
|
+
export import ChangeUsagePlanCompartmentRequest = ChangeUsagePlanCompartmentRequest.ChangeUsagePlanCompartmentRequest;
|
|
96
|
+
import * as CreateUsagePlanRequest from "./create-usage-plan-request";
|
|
97
|
+
export import CreateUsagePlanRequest = CreateUsagePlanRequest.CreateUsagePlanRequest;
|
|
98
|
+
import * as DeleteUsagePlanRequest from "./delete-usage-plan-request";
|
|
99
|
+
export import DeleteUsagePlanRequest = DeleteUsagePlanRequest.DeleteUsagePlanRequest;
|
|
100
|
+
import * as GetUsagePlanRequest from "./get-usage-plan-request";
|
|
101
|
+
export import GetUsagePlanRequest = GetUsagePlanRequest.GetUsagePlanRequest;
|
|
102
|
+
import * as ListUsagePlansRequest from "./list-usage-plans-request";
|
|
103
|
+
export import ListUsagePlansRequest = ListUsagePlansRequest.ListUsagePlansRequest;
|
|
104
|
+
import * as UpdateUsagePlanRequest from "./update-usage-plan-request";
|
|
105
|
+
export import UpdateUsagePlanRequest = UpdateUsagePlanRequest.UpdateUsagePlanRequest;
|
|
82
106
|
import * as CancelWorkRequestRequest from "./cancel-work-request-request";
|
|
83
107
|
export import CancelWorkRequestRequest = CancelWorkRequestRequest.CancelWorkRequestRequest;
|
|
84
108
|
import * as GetWorkRequestRequest from "./get-work-request-request";
|
package/lib/request/index.js
CHANGED
|
@@ -34,7 +34,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
34
34
|
return result;
|
|
35
35
|
};
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListGatewaysRequest = exports.ListDeploymentsRequest = exports.ListSdksRequest = exports.ListSdkLanguageTypesRequest = exports.ListCertificatesRequest = exports.ListApisRequest = void 0;
|
|
37
|
+
exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListUsagePlansRequest = exports.ListSubscribersRequest = exports.ListGatewaysRequest = exports.ListDeploymentsRequest = exports.ListSdksRequest = exports.ListSdkLanguageTypesRequest = exports.ListCertificatesRequest = exports.ListApisRequest = void 0;
|
|
38
38
|
const ListApisRequest = __importStar(require("./list-apis-request"));
|
|
39
39
|
exports.ListApisRequest = ListApisRequest.ListApisRequest;
|
|
40
40
|
const ListCertificatesRequest = __importStar(require("./list-certificates-request"));
|
|
@@ -47,6 +47,10 @@ const ListDeploymentsRequest = __importStar(require("./list-deployments-request"
|
|
|
47
47
|
exports.ListDeploymentsRequest = ListDeploymentsRequest.ListDeploymentsRequest;
|
|
48
48
|
const ListGatewaysRequest = __importStar(require("./list-gateways-request"));
|
|
49
49
|
exports.ListGatewaysRequest = ListGatewaysRequest.ListGatewaysRequest;
|
|
50
|
+
const ListSubscribersRequest = __importStar(require("./list-subscribers-request"));
|
|
51
|
+
exports.ListSubscribersRequest = ListSubscribersRequest.ListSubscribersRequest;
|
|
52
|
+
const ListUsagePlansRequest = __importStar(require("./list-usage-plans-request"));
|
|
53
|
+
exports.ListUsagePlansRequest = ListUsagePlansRequest.ListUsagePlansRequest;
|
|
50
54
|
const ListWorkRequestErrorsRequest = __importStar(require("./list-work-request-errors-request"));
|
|
51
55
|
exports.ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
|
|
52
56
|
const ListWorkRequestLogsRequest = __importStar(require("./list-work-request-logs-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;;;;;;;;;;;;;;;;;;;;;;AA8BH,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;AAehE,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AAWrF,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AA8BH,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;AAehE,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AAWrF,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAW5E,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AAWrF,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAOlF,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"}
|
|
@@ -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/ListApis.ts.html |here} to see how to use ListApisRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListApisRequest 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/ListCertificates.ts.html |here} to see how to use ListCertificatesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListCertificatesRequest 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/ListDeployments.ts.html |here} to see how to use ListDeploymentsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListDeploymentsRequest 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/ListGateways.ts.html |here} to see how to use ListGatewaysRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListGatewaysRequest 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/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSdkLanguageTypesRequest 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/ListSdks.ts.html |here} to see how to use ListSdksRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSdksRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,69 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribersRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListSubscribersRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The ocid of the compartment in which to list resources.
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
24
|
+
* <p>
|
|
25
|
+
Example: `My new resource`
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"displayName"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* A filter to return only resources that match the given lifecycle state.
|
|
31
|
+
* Example: `ACTIVE`
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"lifecycleState"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The maximum number of items to return.
|
|
37
|
+
*/
|
|
38
|
+
"limit"?: number;
|
|
39
|
+
/**
|
|
40
|
+
* The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
41
|
+
*/
|
|
42
|
+
"page"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The sort order to use, either 'asc' or 'desc'. The default order depends on the sortBy value.
|
|
45
|
+
*/
|
|
46
|
+
"sortOrder"?: ListSubscribersRequest.SortOrder;
|
|
47
|
+
/**
|
|
48
|
+
* The field to sort by. You can provide one sort order (`sortOrder`).
|
|
49
|
+
* Default order for `timeCreated` is descending. Default order for
|
|
50
|
+
* `displayName` is ascending. The `displayName` sort order is case
|
|
51
|
+
* sensitive.
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"sortBy"?: ListSubscribersRequest.SortBy;
|
|
55
|
+
/**
|
|
56
|
+
* The client request id for tracing.
|
|
57
|
+
*/
|
|
58
|
+
"opcRequestId"?: string;
|
|
59
|
+
}
|
|
60
|
+
export declare namespace ListSubscribersRequest {
|
|
61
|
+
enum SortOrder {
|
|
62
|
+
Asc = "ASC",
|
|
63
|
+
Desc = "DESC"
|
|
64
|
+
}
|
|
65
|
+
enum SortBy {
|
|
66
|
+
TimeCreated = "timeCreated",
|
|
67
|
+
DisplayName = "displayName"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
exports.ListSubscribersRequest = void 0;
|
|
16
|
+
var ListSubscribersRequest;
|
|
17
|
+
(function (ListSubscribersRequest) {
|
|
18
|
+
let SortOrder;
|
|
19
|
+
(function (SortOrder) {
|
|
20
|
+
SortOrder["Asc"] = "ASC";
|
|
21
|
+
SortOrder["Desc"] = "DESC";
|
|
22
|
+
})(SortOrder = ListSubscribersRequest.SortOrder || (ListSubscribersRequest.SortOrder = {}));
|
|
23
|
+
let SortBy;
|
|
24
|
+
(function (SortBy) {
|
|
25
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
26
|
+
SortBy["DisplayName"] = "displayName";
|
|
27
|
+
})(SortBy = ListSubscribersRequest.SortBy || (ListSubscribersRequest.SortBy = {}));
|
|
28
|
+
})(ListSubscribersRequest = exports.ListSubscribersRequest || (exports.ListSubscribersRequest = {}));
|
|
29
|
+
//# sourceMappingURL=list-subscribers-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-subscribers-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/list-subscribers-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoDH,IAAiB,sBAAsB,CAUtC;AAVD,WAAiB,sBAAsB;IACrC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,gCAAS,KAAT,gCAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,6BAAM,KAAN,6BAAM,QAGjB;AACH,CAAC,EAVgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAUtC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlansRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListUsagePlansRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The ocid of the compartment in which to list resources.
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
24
|
+
* <p>
|
|
25
|
+
Example: `My new resource`
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"displayName"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* A filter to return only resources that match the given lifecycle state.
|
|
31
|
+
* Example: `ACTIVE`
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"lifecycleState"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The maximum number of items to return.
|
|
37
|
+
*/
|
|
38
|
+
"limit"?: number;
|
|
39
|
+
/**
|
|
40
|
+
* The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
41
|
+
*/
|
|
42
|
+
"page"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The sort order to use, either 'asc' or 'desc'. The default order depends on the sortBy value.
|
|
45
|
+
*/
|
|
46
|
+
"sortOrder"?: ListUsagePlansRequest.SortOrder;
|
|
47
|
+
/**
|
|
48
|
+
* The field to sort by. You can provide one sort order (`sortOrder`).
|
|
49
|
+
* Default order for `timeCreated` is descending. Default order for
|
|
50
|
+
* `displayName` is ascending. The `displayName` sort order is case
|
|
51
|
+
* sensitive.
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"sortBy"?: ListUsagePlansRequest.SortBy;
|
|
55
|
+
/**
|
|
56
|
+
* The client request id for tracing.
|
|
57
|
+
*/
|
|
58
|
+
"opcRequestId"?: string;
|
|
59
|
+
}
|
|
60
|
+
export declare namespace ListUsagePlansRequest {
|
|
61
|
+
enum SortOrder {
|
|
62
|
+
Asc = "ASC",
|
|
63
|
+
Desc = "DESC"
|
|
64
|
+
}
|
|
65
|
+
enum SortBy {
|
|
66
|
+
TimeCreated = "timeCreated",
|
|
67
|
+
DisplayName = "displayName"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
exports.ListUsagePlansRequest = void 0;
|
|
16
|
+
var ListUsagePlansRequest;
|
|
17
|
+
(function (ListUsagePlansRequest) {
|
|
18
|
+
let SortOrder;
|
|
19
|
+
(function (SortOrder) {
|
|
20
|
+
SortOrder["Asc"] = "ASC";
|
|
21
|
+
SortOrder["Desc"] = "DESC";
|
|
22
|
+
})(SortOrder = ListUsagePlansRequest.SortOrder || (ListUsagePlansRequest.SortOrder = {}));
|
|
23
|
+
let SortBy;
|
|
24
|
+
(function (SortBy) {
|
|
25
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
26
|
+
SortBy["DisplayName"] = "displayName";
|
|
27
|
+
})(SortBy = ListUsagePlansRequest.SortBy || (ListUsagePlansRequest.SortBy = {}));
|
|
28
|
+
})(ListUsagePlansRequest = exports.ListUsagePlansRequest || (exports.ListUsagePlansRequest = {}));
|
|
29
|
+
//# sourceMappingURL=list-usage-plans-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-usage-plans-request.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/request/list-usage-plans-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoDH,IAAiB,qBAAqB,CAUrC;AAVD,WAAiB,qBAAqB;IACpC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,+BAAS,KAAT,+BAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,4BAAM,KAAN,4BAAM,QAGjB;AACH,CAAC,EAVgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAUrC"}
|