oci-apigateway 2.76.1 → 2.77.1
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 +82 -56
- package/lib/client.js +99 -50
- package/lib/client.js.map +1 -1
- package/lib/model/api-summary.d.ts +3 -3
- package/lib/model/api.d.ts +3 -3
- package/lib/model/body-validation-request-policy.d.ts +4 -4
- package/lib/model/certificate-summary.d.ts +3 -3
- package/lib/model/certificate.d.ts +3 -3
- package/lib/model/create-api-details.d.ts +3 -3
- package/lib/model/create-certificate-details.d.ts +3 -3
- package/lib/model/create-deployment-details.d.ts +3 -3
- package/lib/model/create-gateway-details.d.ts +5 -5
- package/lib/model/create-sdk-details.d.ts +4 -4
- package/lib/model/create-subscriber-details.d.ts +3 -3
- package/lib/model/create-usage-plan-details.d.ts +3 -3
- package/lib/model/custom-authentication-policy.d.ts +1 -1
- package/lib/model/deployment-summary.d.ts +3 -3
- package/lib/model/deployment.d.ts +3 -3
- package/lib/model/gateway-summary.d.ts +5 -5
- package/lib/model/gateway.d.ts +5 -5
- package/lib/model/header-validation-request-policy.d.ts +3 -3
- package/lib/model/query-parameter-validation-request-policy.d.ts +3 -3
- package/lib/model/quota.d.ts +4 -4
- package/lib/model/rate-limit.d.ts +1 -1
- package/lib/model/sdk-language-optional-parameters.d.ts +1 -1
- package/lib/model/sdk-summary.d.ts +3 -3
- package/lib/model/sdk.d.ts +4 -4
- package/lib/model/subscriber-summary.d.ts +3 -3
- package/lib/model/subscriber.d.ts +3 -3
- package/lib/model/update-api-details.d.ts +3 -3
- package/lib/model/update-certificate-details.d.ts +3 -3
- package/lib/model/update-deployment-details.d.ts +3 -3
- package/lib/model/update-gateway-details.d.ts +3 -3
- package/lib/model/update-sdk-details.d.ts +3 -3
- package/lib/model/update-subscriber-details.d.ts +3 -3
- package/lib/model/update-usage-plan-details.d.ts +3 -3
- package/lib/model/usage-plan-summary.d.ts +3 -3
- package/lib/model/usage-plan.d.ts +3 -3
- package/lib/model/validation-request-policy.d.ts +3 -3
- package/lib/request/cancel-work-request-request.d.ts +2 -2
- package/lib/request/change-api-compartment-request.d.ts +2 -2
- package/lib/request/change-certificate-compartment-request.d.ts +2 -2
- package/lib/request/change-deployment-compartment-request.d.ts +2 -2
- package/lib/request/change-gateway-compartment-request.d.ts +2 -2
- package/lib/request/change-subscriber-compartment-request.d.ts +2 -2
- package/lib/request/change-usage-plan-compartment-request.d.ts +2 -2
- 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 +1 -1
- package/lib/request/create-usage-plan-request.d.ts +1 -1
- package/lib/request/delete-api-request.d.ts +2 -2
- package/lib/request/delete-certificate-request.d.ts +2 -2
- package/lib/request/delete-deployment-request.d.ts +2 -2
- package/lib/request/delete-gateway-request.d.ts +2 -2
- package/lib/request/delete-sdk-request.d.ts +2 -2
- package/lib/request/delete-subscriber-request.d.ts +2 -2
- package/lib/request/delete-usage-plan-request.d.ts +2 -2
- package/lib/request/get-api-content-request.d.ts +2 -2
- package/lib/request/get-api-deployment-specification-request.d.ts +2 -2
- package/lib/request/get-api-request.d.ts +1 -1
- package/lib/request/get-api-validations-request.d.ts +2 -2
- 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 +1 -1
- package/lib/request/get-usage-plan-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-apis-request.d.ts +6 -6
- package/lib/request/list-certificates-request.d.ts +6 -6
- package/lib/request/list-deployments-request.d.ts +6 -6
- package/lib/request/list-gateways-request.d.ts +6 -6
- package/lib/request/list-sdk-language-types-request.d.ts +5 -5
- package/lib/request/list-sdks-request.d.ts +6 -6
- package/lib/request/list-subscribers-request.d.ts +6 -6
- package/lib/request/list-usage-plans-request.d.ts +6 -6
- package/lib/request/list-work-request-errors-request.d.ts +4 -4
- package/lib/request/list-work-request-logs-request.d.ts +4 -4
- package/lib/request/list-work-requests-request.d.ts +4 -4
- package/lib/request/update-api-request.d.ts +2 -2
- package/lib/request/update-certificate-request.d.ts +2 -2
- package/lib/request/update-deployment-request.d.ts +2 -2
- package/lib/request/update-gateway-request.d.ts +2 -2
- package/lib/request/update-sdk-request.d.ts +2 -2
- package/lib/request/update-subscriber-request.d.ts +2 -2
- package/lib/request/update-usage-plan-request.d.ts +2 -2
- package/lib/response/create-api-response.d.ts +1 -1
- package/lib/response/create-certificate-response.d.ts +1 -1
- package/lib/response/create-deployment-response.d.ts +1 -1
- package/lib/response/create-gateway-response.d.ts +1 -1
- package/lib/response/create-sdk-response.d.ts +1 -1
- package/lib/response/create-subscriber-response.d.ts +1 -1
- package/lib/response/create-usage-plan-response.d.ts +1 -1
- package/lib/response/get-api-content-response.d.ts +1 -1
- package/lib/response/get-api-deployment-specification-response.d.ts +1 -1
- package/lib/response/get-api-response.d.ts +1 -1
- package/lib/response/get-api-validations-response.d.ts +1 -1
- package/lib/response/get-certificate-response.d.ts +1 -1
- package/lib/response/get-deployment-response.d.ts +1 -1
- package/lib/response/get-gateway-response.d.ts +1 -1
- package/lib/response/get-sdk-response.d.ts +1 -1
- package/lib/response/get-subscriber-response.d.ts +1 -1
- package/lib/response/get-usage-plan-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- 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.77.1/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.77.1/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.77.1/apigateway/GetSdk.ts.html |here} to see how to use GetSdkRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSdkRequest 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.77.1/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriberRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSubscriberRequest 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.77.1/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlanRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetUsagePlanRequest 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.77.1/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest 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.77.1/apigateway/ListApis.ts.html |here} to see how to use ListApisRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListApisRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,14 +22,14 @@ export interface ListApisRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code My new resource}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"displayName"?: string;
|
|
29
29
|
/**
|
|
30
30
|
* A filter to return only resources that match the given lifecycle state.
|
|
31
31
|
* <p>
|
|
32
|
-
Example:
|
|
32
|
+
Example: {@code ACTIVE}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"lifecycleState"?: string;
|
|
@@ -46,9 +46,9 @@ export interface ListApisRequest extends common.BaseRequest {
|
|
|
46
46
|
*/
|
|
47
47
|
"sortOrder"?: ListApisRequest.SortOrder;
|
|
48
48
|
/**
|
|
49
|
-
* The field to sort by. You can provide one sort order (
|
|
50
|
-
* Default order for
|
|
51
|
-
*
|
|
49
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}).
|
|
50
|
+
* Default order for {@code timeCreated} is descending. Default order for
|
|
51
|
+
* {@code displayName} is ascending. The {@code displayName} sort order is case
|
|
52
52
|
* sensitive.
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
@@ -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.77.1/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificatesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListCertificatesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,14 +22,14 @@ export interface ListCertificatesRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code My new resource}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"displayName"?: string;
|
|
29
29
|
/**
|
|
30
30
|
* A filter to return only resources that match the given lifecycle state.
|
|
31
31
|
* <p>
|
|
32
|
-
Example:
|
|
32
|
+
Example: {@code ACTIVE} or {@code DELETED}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"lifecycleState"?: string;
|
|
@@ -46,9 +46,9 @@ export interface ListCertificatesRequest extends common.BaseRequest {
|
|
|
46
46
|
*/
|
|
47
47
|
"sortOrder"?: ListCertificatesRequest.SortOrder;
|
|
48
48
|
/**
|
|
49
|
-
* The field to sort by. You can provide one sort order (
|
|
50
|
-
* Default order for
|
|
51
|
-
*
|
|
49
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}).
|
|
50
|
+
* Default order for {@code timeCreated} is descending. Default order for
|
|
51
|
+
* {@code displayName} is ascending. The {@code displayName} sort order is case
|
|
52
52
|
* sensitive.
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
@@ -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.77.1/apigateway/ListDeployments.ts.html |here} to see how to use ListDeploymentsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListDeploymentsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -26,14 +26,14 @@ export interface ListDeploymentsRequest extends common.BaseRequest {
|
|
|
26
26
|
/**
|
|
27
27
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
28
28
|
* <p>
|
|
29
|
-
Example:
|
|
29
|
+
Example: {@code My new resource}
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"displayName"?: string;
|
|
33
33
|
/**
|
|
34
34
|
* A filter to return only resources that match the given lifecycle state.
|
|
35
35
|
* <p>
|
|
36
|
-
Example:
|
|
36
|
+
Example: {@code SUCCEEDED}
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"lifecycleState"?: string;
|
|
@@ -50,9 +50,9 @@ export interface ListDeploymentsRequest extends common.BaseRequest {
|
|
|
50
50
|
*/
|
|
51
51
|
"sortOrder"?: ListDeploymentsRequest.SortOrder;
|
|
52
52
|
/**
|
|
53
|
-
* The field to sort by. You can provide one sort order (
|
|
54
|
-
* Default order for
|
|
55
|
-
*
|
|
53
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}).
|
|
54
|
+
* Default order for {@code timeCreated} is descending. Default order for
|
|
55
|
+
* {@code displayName} is ascending. The {@code displayName} sort order is case
|
|
56
56
|
* sensitive.
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
@@ -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.77.1/apigateway/ListGateways.ts.html |here} to see how to use ListGatewaysRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListGatewaysRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -26,14 +26,14 @@ export interface ListGatewaysRequest extends common.BaseRequest {
|
|
|
26
26
|
/**
|
|
27
27
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
28
28
|
* <p>
|
|
29
|
-
Example:
|
|
29
|
+
Example: {@code My new resource}
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"displayName"?: string;
|
|
33
33
|
/**
|
|
34
34
|
* A filter to return only resources that match the given lifecycle state.
|
|
35
35
|
* <p>
|
|
36
|
-
Example:
|
|
36
|
+
Example: {@code SUCCEEDED}
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"lifecycleState"?: string;
|
|
@@ -50,9 +50,9 @@ export interface ListGatewaysRequest extends common.BaseRequest {
|
|
|
50
50
|
*/
|
|
51
51
|
"sortOrder"?: ListGatewaysRequest.SortOrder;
|
|
52
52
|
/**
|
|
53
|
-
* The field to sort by. You can provide one sort order (
|
|
54
|
-
* Default order for
|
|
55
|
-
*
|
|
53
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}).
|
|
54
|
+
* Default order for {@code timeCreated} is descending. Default order for
|
|
55
|
+
* {@code displayName} is ascending. The {@code displayName} sort order is case
|
|
56
56
|
* sensitive.
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
@@ -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.77.1/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSdkLanguageTypesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface ListSdkLanguageTypesRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code My new resource}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"displayName"?: string;
|
|
@@ -39,9 +39,9 @@ export interface ListSdkLanguageTypesRequest extends common.BaseRequest {
|
|
|
39
39
|
*/
|
|
40
40
|
"sortOrder"?: ListSdkLanguageTypesRequest.SortOrder;
|
|
41
41
|
/**
|
|
42
|
-
* The field to sort by. You can provide one sort order (
|
|
43
|
-
* Default order for
|
|
44
|
-
*
|
|
42
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}).
|
|
43
|
+
* Default order for {@code timeCreated} is descending. Default order for
|
|
44
|
+
* {@code displayName} is ascending. The {@code displayName} sort order is case
|
|
45
45
|
* sensitive.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
@@ -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.77.1/apigateway/ListSdks.ts.html |here} to see how to use ListSdksRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSdksRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,14 +22,14 @@ export interface ListSdksRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code My new resource}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"displayName"?: string;
|
|
29
29
|
/**
|
|
30
30
|
* A filter to return only resources that match the given lifecycle state.
|
|
31
31
|
* <p>
|
|
32
|
-
Example:
|
|
32
|
+
Example: {@code ACTIVE} or {@code DELETED}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"lifecycleState"?: string;
|
|
@@ -46,9 +46,9 @@ export interface ListSdksRequest extends common.BaseRequest {
|
|
|
46
46
|
*/
|
|
47
47
|
"sortOrder"?: ListSdksRequest.SortOrder;
|
|
48
48
|
/**
|
|
49
|
-
* The field to sort by. You can provide one sort order (
|
|
50
|
-
* Default order for
|
|
51
|
-
*
|
|
49
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}).
|
|
50
|
+
* Default order for {@code timeCreated} is descending. Default order for
|
|
51
|
+
* {@code displayName} is ascending. The {@code displayName} sort order is case
|
|
52
52
|
* sensitive.
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
@@ -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.77.1/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribersRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSubscribersRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,13 +22,13 @@ export interface ListSubscribersRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code My new resource}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"displayName"?: string;
|
|
29
29
|
/**
|
|
30
30
|
* A filter to return only resources that match the given lifecycle state.
|
|
31
|
-
* Example:
|
|
31
|
+
* Example: {@code ACTIVE}
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"lifecycleState"?: string;
|
|
@@ -45,9 +45,9 @@ export interface ListSubscribersRequest extends common.BaseRequest {
|
|
|
45
45
|
*/
|
|
46
46
|
"sortOrder"?: ListSubscribersRequest.SortOrder;
|
|
47
47
|
/**
|
|
48
|
-
* The field to sort by. You can provide one sort order (
|
|
49
|
-
* Default order for
|
|
50
|
-
*
|
|
48
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}).
|
|
49
|
+
* Default order for {@code timeCreated} is descending. Default order for
|
|
50
|
+
* {@code displayName} is ascending. The {@code displayName} sort order is case
|
|
51
51
|
* sensitive.
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
@@ -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.77.1/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlansRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListUsagePlansRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,13 +22,13 @@ export interface ListUsagePlansRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code My new resource}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"displayName"?: string;
|
|
29
29
|
/**
|
|
30
30
|
* A filter to return only resources that match the given lifecycle state.
|
|
31
|
-
* Example:
|
|
31
|
+
* Example: {@code ACTIVE}
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"lifecycleState"?: string;
|
|
@@ -45,9 +45,9 @@ export interface ListUsagePlansRequest extends common.BaseRequest {
|
|
|
45
45
|
*/
|
|
46
46
|
"sortOrder"?: ListUsagePlansRequest.SortOrder;
|
|
47
47
|
/**
|
|
48
|
-
* The field to sort by. You can provide one sort order (
|
|
49
|
-
* Default order for
|
|
50
|
-
*
|
|
48
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}).
|
|
49
|
+
* Default order for {@code timeCreated} is descending. Default order for
|
|
50
|
+
* {@code displayName} is ascending. The {@code displayName} sort order is case
|
|
51
51
|
* sensitive.
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
@@ -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.77.1/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -36,9 +36,9 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
|
36
36
|
*/
|
|
37
37
|
"sortOrder"?: ListWorkRequestErrorsRequest.SortOrder;
|
|
38
38
|
/**
|
|
39
|
-
* The field to sort by. You can provide one sort order (
|
|
40
|
-
* Default order for
|
|
41
|
-
*
|
|
39
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}).
|
|
40
|
+
* Default order for {@code timeCreated} is descending. Default order for
|
|
41
|
+
* {@code displayName} is ascending. The {@code displayName} sort order is case
|
|
42
42
|
* sensitive.
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
@@ -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.77.1/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -36,9 +36,9 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
|
36
36
|
*/
|
|
37
37
|
"sortOrder"?: ListWorkRequestLogsRequest.SortOrder;
|
|
38
38
|
/**
|
|
39
|
-
* The field to sort by. You can provide one sort order (
|
|
40
|
-
* Default order for
|
|
41
|
-
*
|
|
39
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}).
|
|
40
|
+
* Default order for {@code timeCreated} is descending. Default order for
|
|
41
|
+
* {@code displayName} is ascending. The {@code displayName} sort order is case
|
|
42
42
|
* sensitive.
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
@@ -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.77.1/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -40,9 +40,9 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
40
40
|
*/
|
|
41
41
|
"sortOrder"?: ListWorkRequestsRequest.SortOrder;
|
|
42
42
|
/**
|
|
43
|
-
* The field to sort by. You can provide one sort order (
|
|
44
|
-
* Default order for
|
|
45
|
-
*
|
|
43
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}).
|
|
44
|
+
* Default order for {@code timeCreated} is descending. Default order for
|
|
45
|
+
* {@code displayName} is ascending. The {@code displayName} sort order is case
|
|
46
46
|
* sensitive.
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
@@ -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.77.1/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApiRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateApiRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateApiRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateApiDetails": model.UpdateApiDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -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.77.1/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificateRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateCertificateRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateCertificateRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateCertificateDetails": model.UpdateCertificateDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -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.77.1/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeploymentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDeploymentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateDeploymentRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateDeploymentDetails": model.UpdateDeploymentDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -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.77.1/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGatewayRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateGatewayRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateGatewayRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateGatewayDetails": model.UpdateGatewayDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -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.77.1/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdkRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSdkRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateSdkRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateSdkDetails": model.UpdateSdkDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -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.77.1/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriberRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSubscriberRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateSubscriberRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateSubscriberDetails": model.UpdateSubscriberDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -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.77.1/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlanRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateUsagePlanRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateUsagePlanRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateUsagePlanDetails": model.UpdateUsagePlanDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|