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
|
@@ -30,7 +30,7 @@ export interface Certificate {
|
|
|
30
30
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
31
31
|
* Avoid entering confidential information.
|
|
32
32
|
* <p>
|
|
33
|
-
Example:
|
|
33
|
+
Example: {@code My new resource}
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
"displayName": string;
|
|
@@ -80,7 +80,7 @@ export interface Certificate {
|
|
|
80
80
|
* with no predefined name, type, or namespace. For more information, see
|
|
81
81
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
82
82
|
* <p>
|
|
83
|
-
Example:
|
|
83
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
84
84
|
*
|
|
85
85
|
*/
|
|
86
86
|
"freeformTags"?: {
|
|
@@ -91,7 +91,7 @@ export interface Certificate {
|
|
|
91
91
|
* namespace. For more information, see
|
|
92
92
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
93
93
|
* <p>
|
|
94
|
-
Example:
|
|
94
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
95
95
|
*
|
|
96
96
|
*/
|
|
97
97
|
"definedTags"?: {
|
|
@@ -21,7 +21,7 @@ export interface CreateApiDetails {
|
|
|
21
21
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
22
22
|
* Avoid entering confidential information.
|
|
23
23
|
* <p>
|
|
24
|
-
Example:
|
|
24
|
+
Example: {@code My new resource}
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"displayName"?: string;
|
|
@@ -36,7 +36,7 @@ export interface CreateApiDetails {
|
|
|
36
36
|
* with no predefined name, type, or namespace. For more information, see
|
|
37
37
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
38
38
|
* <p>
|
|
39
|
-
Example:
|
|
39
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"freeformTags"?: {
|
|
@@ -47,7 +47,7 @@ export interface CreateApiDetails {
|
|
|
47
47
|
* namespace. For more information, see
|
|
48
48
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
49
49
|
* <p>
|
|
50
|
-
Example:
|
|
50
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
"definedTags"?: {
|
|
@@ -21,7 +21,7 @@ export interface CreateCertificateDetails {
|
|
|
21
21
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
22
22
|
* Avoid entering confidential information.
|
|
23
23
|
* <p>
|
|
24
|
-
Example:
|
|
24
|
+
Example: {@code My new resource}
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"displayName"?: string;
|
|
@@ -48,7 +48,7 @@ export interface CreateCertificateDetails {
|
|
|
48
48
|
* with no predefined name, type, or namespace. For more information, see
|
|
49
49
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
50
50
|
* <p>
|
|
51
|
-
Example:
|
|
51
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
54
54
|
"freeformTags"?: {
|
|
@@ -59,7 +59,7 @@ export interface CreateCertificateDetails {
|
|
|
59
59
|
* namespace. For more information, see
|
|
60
60
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
61
61
|
* <p>
|
|
62
|
-
Example:
|
|
62
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
"definedTags"?: {
|
|
@@ -22,7 +22,7 @@ export interface CreateDeploymentDetails {
|
|
|
22
22
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
23
23
|
* Avoid entering confidential information.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code My new resource}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"displayName"?: string;
|
|
@@ -51,7 +51,7 @@ export interface CreateDeploymentDetails {
|
|
|
51
51
|
* with no predefined name, type, or namespace. For more information, see
|
|
52
52
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
53
53
|
* <p>
|
|
54
|
-
Example:
|
|
54
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
"freeformTags"?: {
|
|
@@ -62,7 +62,7 @@ export interface CreateDeploymentDetails {
|
|
|
62
62
|
* namespace. For more information, see
|
|
63
63
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
64
64
|
* <p>
|
|
65
|
-
Example:
|
|
65
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"definedTags"?: {
|
|
@@ -22,7 +22,7 @@ export interface CreateGatewayDetails {
|
|
|
22
22
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
23
23
|
* Avoid entering confidential information.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code My new resource}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"displayName"?: string;
|
|
@@ -33,10 +33,10 @@ export interface CreateGatewayDetails {
|
|
|
33
33
|
*/
|
|
34
34
|
"compartmentId": string;
|
|
35
35
|
/**
|
|
36
|
-
* Gateway endpoint type.
|
|
36
|
+
* Gateway endpoint type. {@code PUBLIC} will have a public ip address assigned to it, while {@code PRIVATE} will only be
|
|
37
37
|
* accessible on a private IP address on the subnet.
|
|
38
38
|
* <p>
|
|
39
|
-
Example:
|
|
39
|
+
Example: {@code PUBLIC} or {@code PRIVATE}
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"endpointType": string;
|
|
@@ -62,7 +62,7 @@ export interface CreateGatewayDetails {
|
|
|
62
62
|
* with no predefined name, type, or namespace. For more information, see
|
|
63
63
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
64
64
|
* <p>
|
|
65
|
-
Example:
|
|
65
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"freeformTags"?: {
|
|
@@ -73,7 +73,7 @@ export interface CreateGatewayDetails {
|
|
|
73
73
|
* namespace. For more information, see
|
|
74
74
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
75
75
|
* <p>
|
|
76
|
-
Example:
|
|
76
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
77
77
|
*
|
|
78
78
|
*/
|
|
79
79
|
"definedTags"?: {
|
|
@@ -21,7 +21,7 @@ export interface CreateSdkDetails {
|
|
|
21
21
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
22
22
|
* Avoid entering confidential information.
|
|
23
23
|
* <p>
|
|
24
|
-
Example:
|
|
24
|
+
Example: {@code My new resource}
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"displayName"?: string;
|
|
@@ -40,7 +40,7 @@ export interface CreateSdkDetails {
|
|
|
40
40
|
* with no predefined name, type, or namespace. For more information, see
|
|
41
41
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
42
42
|
* <p>
|
|
43
|
-
Example:
|
|
43
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
"freeformTags"?: {
|
|
@@ -51,7 +51,7 @@ export interface CreateSdkDetails {
|
|
|
51
51
|
* namespace. For more information, see
|
|
52
52
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
53
53
|
* <p>
|
|
54
|
-
Example:
|
|
54
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
"definedTags"?: {
|
|
@@ -63,7 +63,7 @@ export interface CreateSdkDetails {
|
|
|
63
63
|
* Additional optional configurations that can be passed to generate SDK Api.
|
|
64
64
|
* The applicable parameters are listed under \"parameters\" when \"/sdkLanguageTypes\" is called.
|
|
65
65
|
* <p>
|
|
66
|
-
Example:
|
|
66
|
+
Example: {@code {\"configName\": \"configValue\"}}
|
|
67
67
|
*
|
|
68
68
|
*/
|
|
69
69
|
"parameters"?: {
|
|
@@ -22,7 +22,7 @@ export interface CreateSubscriberDetails {
|
|
|
22
22
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
23
23
|
* Avoid entering confidential information.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code My new resource}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"displayName"?: string;
|
|
@@ -47,7 +47,7 @@ export interface CreateSubscriberDetails {
|
|
|
47
47
|
* with no predefined name, type, or namespace. For more information, see
|
|
48
48
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
49
49
|
* <p>
|
|
50
|
-
Example:
|
|
50
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
"freeformTags"?: {
|
|
@@ -58,7 +58,7 @@ export interface CreateSubscriberDetails {
|
|
|
58
58
|
* namespace. For more information, see
|
|
59
59
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
60
60
|
* <p>
|
|
61
|
-
Example:
|
|
61
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
"definedTags"?: {
|
|
@@ -22,7 +22,7 @@ export interface CreateUsagePlanDetails {
|
|
|
22
22
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
23
23
|
* Avoid entering confidential information.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code My new resource}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"displayName"?: string;
|
|
@@ -42,7 +42,7 @@ export interface CreateUsagePlanDetails {
|
|
|
42
42
|
* with no predefined name, type, or namespace. For more information, see
|
|
43
43
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
44
44
|
* <p>
|
|
45
|
-
Example:
|
|
45
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"freeformTags"?: {
|
|
@@ -53,7 +53,7 @@ export interface CreateUsagePlanDetails {
|
|
|
53
53
|
* namespace. For more information, see
|
|
54
54
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
55
55
|
* <p>
|
|
56
|
-
Example:
|
|
56
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
59
59
|
"definedTags"?: {
|
|
@@ -35,7 +35,7 @@ export interface CustomAuthenticationPolicy extends model.AuthenticationPolicy {
|
|
|
35
35
|
"tokenQueryParam"?: string;
|
|
36
36
|
/**
|
|
37
37
|
* A map where key is a user defined string and value is a context expressions whose values will be sent to the custom auth function. Values should contain an expression.
|
|
38
|
-
* Example:
|
|
38
|
+
* Example: {@code {\"foo\": \"request.header[abc]\"}}
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
"parameters"?: {
|
|
@@ -31,7 +31,7 @@ export interface DeploymentSummary {
|
|
|
31
31
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
32
32
|
* Avoid entering confidential information.
|
|
33
33
|
* <p>
|
|
34
|
-
Example:
|
|
34
|
+
Example: {@code My new resource}
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"displayName"?: string;
|
|
@@ -77,7 +77,7 @@ export interface DeploymentSummary {
|
|
|
77
77
|
* with no predefined name, type, or namespace. For more information, see
|
|
78
78
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
79
79
|
* <p>
|
|
80
|
-
Example:
|
|
80
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
81
81
|
*
|
|
82
82
|
*/
|
|
83
83
|
"freeformTags"?: {
|
|
@@ -88,7 +88,7 @@ export interface DeploymentSummary {
|
|
|
88
88
|
* namespace. For more information, see
|
|
89
89
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
90
90
|
* <p>
|
|
91
|
-
Example:
|
|
91
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
92
92
|
*
|
|
93
93
|
*/
|
|
94
94
|
"definedTags"?: {
|
|
@@ -35,7 +35,7 @@ export interface Deployment {
|
|
|
35
35
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
36
36
|
* Avoid entering confidential information.
|
|
37
37
|
* <p>
|
|
38
|
-
Example:
|
|
38
|
+
Example: {@code My new resource}
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
"displayName"?: string;
|
|
@@ -82,7 +82,7 @@ export interface Deployment {
|
|
|
82
82
|
* with no predefined name, type, or namespace. For more information, see
|
|
83
83
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
84
84
|
* <p>
|
|
85
|
-
Example:
|
|
85
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
86
86
|
*
|
|
87
87
|
*/
|
|
88
88
|
"freeformTags"?: {
|
|
@@ -93,7 +93,7 @@ export interface Deployment {
|
|
|
93
93
|
* namespace. For more information, see
|
|
94
94
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
95
95
|
* <p>
|
|
96
|
-
Example:
|
|
96
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
97
97
|
*
|
|
98
98
|
*/
|
|
99
99
|
"definedTags"?: {
|
|
@@ -26,7 +26,7 @@ export interface GatewaySummary {
|
|
|
26
26
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
27
27
|
* Avoid entering confidential information.
|
|
28
28
|
* <p>
|
|
29
|
-
Example:
|
|
29
|
+
Example: {@code My new resource}
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"displayName"?: string;
|
|
@@ -37,10 +37,10 @@ export interface GatewaySummary {
|
|
|
37
37
|
*/
|
|
38
38
|
"compartmentId": string;
|
|
39
39
|
/**
|
|
40
|
-
* Gateway endpoint type.
|
|
40
|
+
* Gateway endpoint type. {@code PUBLIC} will have a public ip address assigned to it, while {@code PRIVATE} will only be
|
|
41
41
|
* accessible on a private IP address on the subnet.
|
|
42
42
|
* <p>
|
|
43
|
-
Example:
|
|
43
|
+
Example: {@code PUBLIC} or {@code PRIVATE}
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
"endpointType": string;
|
|
@@ -88,7 +88,7 @@ export interface GatewaySummary {
|
|
|
88
88
|
* with no predefined name, type, or namespace. For more information, see
|
|
89
89
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
90
90
|
* <p>
|
|
91
|
-
Example:
|
|
91
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
92
92
|
*
|
|
93
93
|
*/
|
|
94
94
|
"freeformTags"?: {
|
|
@@ -99,7 +99,7 @@ export interface GatewaySummary {
|
|
|
99
99
|
* namespace. For more information, see
|
|
100
100
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
101
101
|
* <p>
|
|
102
|
-
Example:
|
|
102
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
103
103
|
*
|
|
104
104
|
*/
|
|
105
105
|
"definedTags"?: {
|
package/lib/model/gateway.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ export interface Gateway {
|
|
|
29
29
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
30
30
|
* Avoid entering confidential information.
|
|
31
31
|
* <p>
|
|
32
|
-
Example:
|
|
32
|
+
Example: {@code My new resource}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"displayName"?: string;
|
|
@@ -40,10 +40,10 @@ export interface Gateway {
|
|
|
40
40
|
*/
|
|
41
41
|
"compartmentId": string;
|
|
42
42
|
/**
|
|
43
|
-
* Gateway endpoint type.
|
|
43
|
+
* Gateway endpoint type. {@code PUBLIC} will have a public ip address assigned to it, while {@code PRIVATE} will only be
|
|
44
44
|
* accessible on a private IP address on the subnet.
|
|
45
45
|
* <p>
|
|
46
|
-
Example:
|
|
46
|
+
Example: {@code PUBLIC} or {@code PRIVATE}
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
"endpointType": Gateway.EndpointType;
|
|
@@ -96,7 +96,7 @@ export interface Gateway {
|
|
|
96
96
|
* with no predefined name, type, or namespace. For more information, see
|
|
97
97
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
98
98
|
* <p>
|
|
99
|
-
Example:
|
|
99
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
100
100
|
*
|
|
101
101
|
*/
|
|
102
102
|
"freeformTags"?: {
|
|
@@ -107,7 +107,7 @@ export interface Gateway {
|
|
|
107
107
|
* namespace. For more information, see
|
|
108
108
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
109
109
|
* <p>
|
|
110
|
-
Example:
|
|
110
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
111
111
|
*
|
|
112
112
|
*/
|
|
113
113
|
"definedTags"?: {
|
|
@@ -22,13 +22,13 @@ export interface HeaderValidationRequestPolicy {
|
|
|
22
22
|
/**
|
|
23
23
|
* Validation behavior mode.
|
|
24
24
|
* <p>
|
|
25
|
-
In
|
|
25
|
+
In {@code ENFORCING} mode, upon a validation failure, the request will be rejected with a 4xx response
|
|
26
26
|
* and not sent to the backend.
|
|
27
27
|
* <p>
|
|
28
|
-
In
|
|
28
|
+
In {@code PERMISSIVE} mode, the result of the validation will be exposed as metrics while the request
|
|
29
29
|
* will follow the normal path.
|
|
30
30
|
* <p>
|
|
31
|
-
|
|
31
|
+
{@code DISABLED} type turns the validation off.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"validationMode"?: HeaderValidationRequestPolicy.ValidationMode;
|
|
@@ -22,13 +22,13 @@ export interface QueryParameterValidationRequestPolicy {
|
|
|
22
22
|
/**
|
|
23
23
|
* Validation behavior mode.
|
|
24
24
|
* <p>
|
|
25
|
-
In
|
|
25
|
+
In {@code ENFORCING} mode, upon a validation failure, the request will be rejected with a 4xx response
|
|
26
26
|
* and not sent to the backend.
|
|
27
27
|
* <p>
|
|
28
|
-
In
|
|
28
|
+
In {@code PERMISSIVE} mode, the result of the validation will be exposed as metrics while the request
|
|
29
29
|
* will follow the normal path.
|
|
30
30
|
* <p>
|
|
31
|
-
|
|
31
|
+
{@code DISABLED} type turns the validation off.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"validationMode"?: QueryParameterValidationRequestPolicy.ValidationMode;
|
package/lib/model/quota.d.ts
CHANGED
|
@@ -25,20 +25,20 @@ export interface Quota {
|
|
|
25
25
|
"value": number;
|
|
26
26
|
/**
|
|
27
27
|
* The unit of time over which quotas are calculated.
|
|
28
|
-
* Example:
|
|
28
|
+
* Example: {@code MINUTE} or {@code MONTH}
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
"unit": Quota.Unit;
|
|
32
32
|
/**
|
|
33
33
|
* The policy that controls when quotas will reset.
|
|
34
|
-
* Example:
|
|
34
|
+
* Example: {@code CALENDAR}
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"resetPolicy": Quota.ResetPolicy;
|
|
38
38
|
/**
|
|
39
39
|
* What the usage plan will do when a quota is breached:
|
|
40
|
-
*
|
|
41
|
-
*
|
|
40
|
+
* {@code REJECT} will allow no further requests
|
|
41
|
+
* {@code ALLOW} will continue to allow further requests
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
"operationOnBreach": Quota.OperationOnBreach;
|
|
@@ -54,7 +54,7 @@ export interface SdkLanguageOptionalParameters {
|
|
|
54
54
|
"inputType"?: SdkLanguageOptionalParameters.InputType;
|
|
55
55
|
/**
|
|
56
56
|
* List of allowed input values.
|
|
57
|
-
* Example:
|
|
57
|
+
* Example: {@code [{\"name\": \"name1\", \"description\": \"description1\"}, ...]}
|
|
58
58
|
*
|
|
59
59
|
*/
|
|
60
60
|
"allowedValues"?: Array<model.SdkLanguageOptionalParametersAllowedValue>;
|
|
@@ -40,7 +40,7 @@ export interface SdkSummary {
|
|
|
40
40
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
41
41
|
* Avoid entering confidential information.
|
|
42
42
|
* <p>
|
|
43
|
-
Example:
|
|
43
|
+
Example: {@code My new resource}
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
"displayName": string;
|
|
@@ -58,7 +58,7 @@ export interface SdkSummary {
|
|
|
58
58
|
* with no predefined name, type, or namespace. For more information, see
|
|
59
59
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
60
60
|
* <p>
|
|
61
|
-
Example:
|
|
61
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
"freeformTags"?: {
|
|
@@ -69,7 +69,7 @@ export interface SdkSummary {
|
|
|
69
69
|
* namespace. For more information, see
|
|
70
70
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
71
71
|
* <p>
|
|
72
|
-
Example:
|
|
72
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
73
73
|
*
|
|
74
74
|
*/
|
|
75
75
|
"definedTags"?: {
|
package/lib/model/sdk.d.ts
CHANGED
|
@@ -45,7 +45,7 @@ export interface Sdk {
|
|
|
45
45
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
46
46
|
* Avoid entering confidential information.
|
|
47
47
|
* <p>
|
|
48
|
-
Example:
|
|
48
|
+
Example: {@code My new resource}
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
"displayName": string;
|
|
@@ -84,7 +84,7 @@ export interface Sdk {
|
|
|
84
84
|
* with no predefined name, type, or namespace. For more information, see
|
|
85
85
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
86
86
|
* <p>
|
|
87
|
-
Example:
|
|
87
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
88
88
|
*
|
|
89
89
|
*/
|
|
90
90
|
"freeformTags"?: {
|
|
@@ -95,7 +95,7 @@ export interface Sdk {
|
|
|
95
95
|
* namespace. For more information, see
|
|
96
96
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
97
97
|
* <p>
|
|
98
|
-
Example:
|
|
98
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
99
99
|
*
|
|
100
100
|
*/
|
|
101
101
|
"definedTags"?: {
|
|
@@ -107,7 +107,7 @@ export interface Sdk {
|
|
|
107
107
|
* Additional optional configurations passed.
|
|
108
108
|
* The applicable config keys are listed under \"parameters\" when \"/sdkLanguageTypes\" is called.
|
|
109
109
|
* <p>
|
|
110
|
-
Example:
|
|
110
|
+
Example: {@code {\"configName\": \"configValue\"}}
|
|
111
111
|
*
|
|
112
112
|
*/
|
|
113
113
|
"parameters"?: {
|
|
@@ -33,7 +33,7 @@ export interface SubscriberSummary {
|
|
|
33
33
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
34
34
|
* Avoid entering confidential information.
|
|
35
35
|
* <p>
|
|
36
|
-
Example:
|
|
36
|
+
Example: {@code My new resource}
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"displayName"?: string;
|
|
@@ -71,7 +71,7 @@ export interface SubscriberSummary {
|
|
|
71
71
|
* with no predefined name, type, or namespace. For more information, see
|
|
72
72
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
73
73
|
* <p>
|
|
74
|
-
Example:
|
|
74
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
75
75
|
*
|
|
76
76
|
*/
|
|
77
77
|
"freeformTags"?: {
|
|
@@ -82,7 +82,7 @@ export interface SubscriberSummary {
|
|
|
82
82
|
* namespace. For more information, see
|
|
83
83
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
84
84
|
* <p>
|
|
85
|
-
Example:
|
|
85
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
86
86
|
*
|
|
87
87
|
*/
|
|
88
88
|
"definedTags"?: {
|
|
@@ -34,7 +34,7 @@ export interface Subscriber {
|
|
|
34
34
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
35
35
|
* Avoid entering confidential information.
|
|
36
36
|
* <p>
|
|
37
|
-
Example:
|
|
37
|
+
Example: {@code My new resource}
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
"displayName"?: string;
|
|
@@ -72,7 +72,7 @@ export interface Subscriber {
|
|
|
72
72
|
* with no predefined name, type, or namespace. For more information, see
|
|
73
73
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
74
74
|
* <p>
|
|
75
|
-
Example:
|
|
75
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
76
76
|
*
|
|
77
77
|
*/
|
|
78
78
|
"freeformTags"?: {
|
|
@@ -83,7 +83,7 @@ export interface Subscriber {
|
|
|
83
83
|
* namespace. For more information, see
|
|
84
84
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
85
85
|
* <p>
|
|
86
|
-
Example:
|
|
86
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
87
87
|
*
|
|
88
88
|
*/
|
|
89
89
|
"definedTags"?: {
|
|
@@ -21,7 +21,7 @@ export interface UpdateApiDetails {
|
|
|
21
21
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
22
22
|
* Avoid entering confidential information.
|
|
23
23
|
* <p>
|
|
24
|
-
Example:
|
|
24
|
+
Example: {@code My new resource}
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"displayName"?: string;
|
|
@@ -30,7 +30,7 @@ export interface UpdateApiDetails {
|
|
|
30
30
|
* with no predefined name, type, or namespace. For more information, see
|
|
31
31
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
32
32
|
* <p>
|
|
33
|
-
Example:
|
|
33
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
"freeformTags"?: {
|
|
@@ -41,7 +41,7 @@ export interface UpdateApiDetails {
|
|
|
41
41
|
* namespace. For more information, see
|
|
42
42
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
43
43
|
* <p>
|
|
44
|
-
Example:
|
|
44
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
"definedTags"?: {
|
|
@@ -21,7 +21,7 @@ export interface UpdateCertificateDetails {
|
|
|
21
21
|
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
22
22
|
* Avoid entering confidential information.
|
|
23
23
|
* <p>
|
|
24
|
-
Example:
|
|
24
|
+
Example: {@code My new resource}
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"displayName"?: string;
|
|
@@ -30,7 +30,7 @@ export interface UpdateCertificateDetails {
|
|
|
30
30
|
* with no predefined name, type, or namespace. For more information, see
|
|
31
31
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
32
32
|
* <p>
|
|
33
|
-
Example:
|
|
33
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
"freeformTags"?: {
|
|
@@ -41,7 +41,7 @@ export interface UpdateCertificateDetails {
|
|
|
41
41
|
* namespace. For more information, see
|
|
42
42
|
* [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
43
43
|
* <p>
|
|
44
|
-
Example:
|
|
44
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
"definedTags"?: {
|