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.
Files changed (108) hide show
  1. package/lib/client.d.ts +82 -56
  2. package/lib/client.js +99 -50
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/api-summary.d.ts +3 -3
  5. package/lib/model/api.d.ts +3 -3
  6. package/lib/model/body-validation-request-policy.d.ts +4 -4
  7. package/lib/model/certificate-summary.d.ts +3 -3
  8. package/lib/model/certificate.d.ts +3 -3
  9. package/lib/model/create-api-details.d.ts +3 -3
  10. package/lib/model/create-certificate-details.d.ts +3 -3
  11. package/lib/model/create-deployment-details.d.ts +3 -3
  12. package/lib/model/create-gateway-details.d.ts +5 -5
  13. package/lib/model/create-sdk-details.d.ts +4 -4
  14. package/lib/model/create-subscriber-details.d.ts +3 -3
  15. package/lib/model/create-usage-plan-details.d.ts +3 -3
  16. package/lib/model/custom-authentication-policy.d.ts +1 -1
  17. package/lib/model/deployment-summary.d.ts +3 -3
  18. package/lib/model/deployment.d.ts +3 -3
  19. package/lib/model/gateway-summary.d.ts +5 -5
  20. package/lib/model/gateway.d.ts +5 -5
  21. package/lib/model/header-validation-request-policy.d.ts +3 -3
  22. package/lib/model/query-parameter-validation-request-policy.d.ts +3 -3
  23. package/lib/model/quota.d.ts +4 -4
  24. package/lib/model/rate-limit.d.ts +1 -1
  25. package/lib/model/sdk-language-optional-parameters.d.ts +1 -1
  26. package/lib/model/sdk-summary.d.ts +3 -3
  27. package/lib/model/sdk.d.ts +4 -4
  28. package/lib/model/subscriber-summary.d.ts +3 -3
  29. package/lib/model/subscriber.d.ts +3 -3
  30. package/lib/model/update-api-details.d.ts +3 -3
  31. package/lib/model/update-certificate-details.d.ts +3 -3
  32. package/lib/model/update-deployment-details.d.ts +3 -3
  33. package/lib/model/update-gateway-details.d.ts +3 -3
  34. package/lib/model/update-sdk-details.d.ts +3 -3
  35. package/lib/model/update-subscriber-details.d.ts +3 -3
  36. package/lib/model/update-usage-plan-details.d.ts +3 -3
  37. package/lib/model/usage-plan-summary.d.ts +3 -3
  38. package/lib/model/usage-plan.d.ts +3 -3
  39. package/lib/model/validation-request-policy.d.ts +3 -3
  40. package/lib/request/cancel-work-request-request.d.ts +2 -2
  41. package/lib/request/change-api-compartment-request.d.ts +2 -2
  42. package/lib/request/change-certificate-compartment-request.d.ts +2 -2
  43. package/lib/request/change-deployment-compartment-request.d.ts +2 -2
  44. package/lib/request/change-gateway-compartment-request.d.ts +2 -2
  45. package/lib/request/change-subscriber-compartment-request.d.ts +2 -2
  46. package/lib/request/change-usage-plan-compartment-request.d.ts +2 -2
  47. package/lib/request/create-api-request.d.ts +1 -1
  48. package/lib/request/create-certificate-request.d.ts +1 -1
  49. package/lib/request/create-deployment-request.d.ts +1 -1
  50. package/lib/request/create-gateway-request.d.ts +1 -1
  51. package/lib/request/create-sdk-request.d.ts +1 -1
  52. package/lib/request/create-subscriber-request.d.ts +1 -1
  53. package/lib/request/create-usage-plan-request.d.ts +1 -1
  54. package/lib/request/delete-api-request.d.ts +2 -2
  55. package/lib/request/delete-certificate-request.d.ts +2 -2
  56. package/lib/request/delete-deployment-request.d.ts +2 -2
  57. package/lib/request/delete-gateway-request.d.ts +2 -2
  58. package/lib/request/delete-sdk-request.d.ts +2 -2
  59. package/lib/request/delete-subscriber-request.d.ts +2 -2
  60. package/lib/request/delete-usage-plan-request.d.ts +2 -2
  61. package/lib/request/get-api-content-request.d.ts +2 -2
  62. package/lib/request/get-api-deployment-specification-request.d.ts +2 -2
  63. package/lib/request/get-api-request.d.ts +1 -1
  64. package/lib/request/get-api-validations-request.d.ts +2 -2
  65. package/lib/request/get-certificate-request.d.ts +1 -1
  66. package/lib/request/get-deployment-request.d.ts +1 -1
  67. package/lib/request/get-gateway-request.d.ts +1 -1
  68. package/lib/request/get-sdk-request.d.ts +1 -1
  69. package/lib/request/get-subscriber-request.d.ts +1 -1
  70. package/lib/request/get-usage-plan-request.d.ts +1 -1
  71. package/lib/request/get-work-request-request.d.ts +1 -1
  72. package/lib/request/list-apis-request.d.ts +6 -6
  73. package/lib/request/list-certificates-request.d.ts +6 -6
  74. package/lib/request/list-deployments-request.d.ts +6 -6
  75. package/lib/request/list-gateways-request.d.ts +6 -6
  76. package/lib/request/list-sdk-language-types-request.d.ts +5 -5
  77. package/lib/request/list-sdks-request.d.ts +6 -6
  78. package/lib/request/list-subscribers-request.d.ts +6 -6
  79. package/lib/request/list-usage-plans-request.d.ts +6 -6
  80. package/lib/request/list-work-request-errors-request.d.ts +4 -4
  81. package/lib/request/list-work-request-logs-request.d.ts +4 -4
  82. package/lib/request/list-work-requests-request.d.ts +4 -4
  83. package/lib/request/update-api-request.d.ts +2 -2
  84. package/lib/request/update-certificate-request.d.ts +2 -2
  85. package/lib/request/update-deployment-request.d.ts +2 -2
  86. package/lib/request/update-gateway-request.d.ts +2 -2
  87. package/lib/request/update-sdk-request.d.ts +2 -2
  88. package/lib/request/update-subscriber-request.d.ts +2 -2
  89. package/lib/request/update-usage-plan-request.d.ts +2 -2
  90. package/lib/response/create-api-response.d.ts +1 -1
  91. package/lib/response/create-certificate-response.d.ts +1 -1
  92. package/lib/response/create-deployment-response.d.ts +1 -1
  93. package/lib/response/create-gateway-response.d.ts +1 -1
  94. package/lib/response/create-sdk-response.d.ts +1 -1
  95. package/lib/response/create-subscriber-response.d.ts +1 -1
  96. package/lib/response/create-usage-plan-response.d.ts +1 -1
  97. package/lib/response/get-api-content-response.d.ts +1 -1
  98. package/lib/response/get-api-deployment-specification-response.d.ts +1 -1
  99. package/lib/response/get-api-response.d.ts +1 -1
  100. package/lib/response/get-api-validations-response.d.ts +1 -1
  101. package/lib/response/get-certificate-response.d.ts +1 -1
  102. package/lib/response/get-deployment-response.d.ts +1 -1
  103. package/lib/response/get-gateway-response.d.ts +1 -1
  104. package/lib/response/get-sdk-response.d.ts +1 -1
  105. package/lib/response/get-subscriber-response.d.ts +1 -1
  106. package/lib/response/get-usage-plan-response.d.ts +1 -1
  107. package/lib/response/get-work-request-response.d.ts +1 -1
  108. package/package.json +3 -3
@@ -22,7 +22,7 @@ export interface UpdateDeploymentDetails {
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: `My new resource`
25
+ Example: {@code My new resource}
26
26
  *
27
27
  */
28
28
  "displayName"?: string;
@@ -32,7 +32,7 @@ export interface UpdateDeploymentDetails {
32
32
  * with no predefined name, type, or namespace. For more information, see
33
33
  * [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
34
34
  * <p>
35
- Example: `{\"Department\": \"Finance\"}`
35
+ Example: {@code {\"Department\": \"Finance\"}}
36
36
  *
37
37
  */
38
38
  "freeformTags"?: {
@@ -43,7 +43,7 @@ export interface UpdateDeploymentDetails {
43
43
  * namespace. For more information, see
44
44
  * [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
45
45
  * <p>
46
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
46
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
47
47
  *
48
48
  */
49
49
  "definedTags"?: {
@@ -22,7 +22,7 @@ export interface UpdateGatewayDetails {
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: `My new resource`
25
+ Example: {@code My new resource}
26
26
  *
27
27
  */
28
28
  "displayName"?: string;
@@ -42,7 +42,7 @@ export interface UpdateGatewayDetails {
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: `{\"Department\": \"Finance\"}`
45
+ Example: {@code {\"Department\": \"Finance\"}}
46
46
  *
47
47
  */
48
48
  "freeformTags"?: {
@@ -53,7 +53,7 @@ export interface UpdateGatewayDetails {
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: `{\"Operations\": {\"CostCenter\": \"42\"}}`
56
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
57
57
  *
58
58
  */
59
59
  "definedTags"?: {
@@ -21,7 +21,7 @@ export interface UpdateSdkDetails {
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: `My new resource`
24
+ Example: {@code My new resource}
25
25
  *
26
26
  */
27
27
  "displayName"?: string;
@@ -30,7 +30,7 @@ export interface UpdateSdkDetails {
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: `{\"Department\": \"Finance\"}`
33
+ Example: {@code {\"Department\": \"Finance\"}}
34
34
  *
35
35
  */
36
36
  "freeformTags"?: {
@@ -41,7 +41,7 @@ export interface UpdateSdkDetails {
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: `{\"Operations\": {\"CostCenter\": \"42\"}}`
44
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
45
45
  *
46
46
  */
47
47
  "definedTags"?: {
@@ -22,7 +22,7 @@ export interface UpdateSubscriberDetails {
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: `My new resource`
25
+ Example: {@code My new resource}
26
26
  *
27
27
  */
28
28
  "displayName"?: string;
@@ -41,7 +41,7 @@ export interface UpdateSubscriberDetails {
41
41
  * with no predefined name, type, or namespace. For more information, see
42
42
  * [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
43
43
  * <p>
44
- Example: `{\"Department\": \"Finance\"}`
44
+ Example: {@code {\"Department\": \"Finance\"}}
45
45
  *
46
46
  */
47
47
  "freeformTags"?: {
@@ -52,7 +52,7 @@ export interface UpdateSubscriberDetails {
52
52
  * namespace. For more information, see
53
53
  * [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
54
54
  * <p>
55
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
55
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
56
56
  *
57
57
  */
58
58
  "definedTags"?: {
@@ -22,7 +22,7 @@ export interface UpdateUsagePlanDetails {
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: `My new resource`
25
+ Example: {@code My new resource}
26
26
  *
27
27
  */
28
28
  "displayName"?: string;
@@ -36,7 +36,7 @@ export interface UpdateUsagePlanDetails {
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: `{\"Department\": \"Finance\"}`
39
+ Example: {@code {\"Department\": \"Finance\"}}
40
40
  *
41
41
  */
42
42
  "freeformTags"?: {
@@ -47,7 +47,7 @@ export interface UpdateUsagePlanDetails {
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: `{\"Operations\": {\"CostCenter\": \"42\"}}`
50
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
51
51
  *
52
52
  */
53
53
  "definedTags"?: {
@@ -28,7 +28,7 @@ export interface UsagePlanSummary {
28
28
  * A user-friendly name. Does not have to be unique, and it's changeable.
29
29
  * Avoid entering confidential information.
30
30
  * <p>
31
- Example: `My new resource`
31
+ Example: {@code My new resource}
32
32
  *
33
33
  */
34
34
  "displayName"?: string;
@@ -66,7 +66,7 @@ export interface UsagePlanSummary {
66
66
  * with no predefined name, type, or namespace. For more information, see
67
67
  * [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
68
68
  * <p>
69
- Example: `{\"Department\": \"Finance\"}`
69
+ Example: {@code {\"Department\": \"Finance\"}}
70
70
  *
71
71
  */
72
72
  "freeformTags"?: {
@@ -77,7 +77,7 @@ export interface UsagePlanSummary {
77
77
  * namespace. For more information, see
78
78
  * [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
79
79
  * <p>
80
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
80
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
81
81
  *
82
82
  */
83
83
  "definedTags"?: {
@@ -29,7 +29,7 @@ export interface UsagePlan {
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: `My new resource`
32
+ Example: {@code My new resource}
33
33
  *
34
34
  */
35
35
  "displayName"?: string;
@@ -67,7 +67,7 @@ export interface UsagePlan {
67
67
  * with no predefined name, type, or namespace. For more information, see
68
68
  * [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
69
69
  * <p>
70
- Example: `{\"Department\": \"Finance\"}`
70
+ Example: {@code {\"Department\": \"Finance\"}}
71
71
  *
72
72
  */
73
73
  "freeformTags"?: {
@@ -78,7 +78,7 @@ export interface UsagePlan {
78
78
  * namespace. For more information, see
79
79
  * [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
80
80
  * <p>
81
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
81
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
82
82
  *
83
83
  */
84
84
  "definedTags"?: {
@@ -20,13 +20,13 @@ export interface ValidationRequestPolicy {
20
20
  /**
21
21
  * Validation behavior mode.
22
22
  * <p>
23
- In `ENFORCING` mode, upon a validation failure, the request will be rejected with a 4xx response
23
+ In {@code ENFORCING} mode, upon a validation failure, the request will be rejected with a 4xx response
24
24
  * and not sent to the backend.
25
25
  * <p>
26
- In `PERMISSIVE` mode, the result of the validation will be exposed as metrics while the request
26
+ In {@code PERMISSIVE} mode, the result of the validation will be exposed as metrics while the request
27
27
  * will follow the normal path.
28
28
  * <p>
29
- `DISABLED` type turns the validation off.
29
+ {@code DISABLED} type turns the validation off.
30
30
  *
31
31
  */
32
32
  "validationMode"?: ValidationRequestPolicy.ValidationMode;
@@ -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.76.1/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -30,7 +30,7 @@ export interface CancelWorkRequestRequest extends common.BaseRequest {
30
30
  "opcRetryToken"?: string;
31
31
  /**
32
32
  * For optimistic concurrency control. In the PUT or DELETE call
33
- * for a resource, set the `if-match` parameter to the value of the
33
+ * for a resource, set the {@code if-match} parameter to the value of the
34
34
  * etag from a previous GET or POST response for that resource.
35
35
  * The resource will be updated or deleted only if the etag you
36
36
  * 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.76.1/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartmentRequest.
17
17
  */
18
18
  export interface ChangeApiCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -35,7 +35,7 @@ export interface ChangeApiCompartmentRequest extends common.BaseRequest {
35
35
  "opcRetryToken"?: string;
36
36
  /**
37
37
  * For optimistic concurrency control. In the PUT or DELETE call
38
- * for a resource, set the `if-match` parameter to the value of the
38
+ * for a resource, set the {@code if-match} parameter to the value of the
39
39
  * etag from a previous GET or POST response for that resource.
40
40
  * The resource will be updated or deleted only if the etag you
41
41
  * 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.76.1/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartmentRequest.
17
17
  */
18
18
  export interface ChangeCertificateCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -35,7 +35,7 @@ export interface ChangeCertificateCompartmentRequest extends common.BaseRequest
35
35
  "opcRetryToken"?: string;
36
36
  /**
37
37
  * For optimistic concurrency control. In the PUT or DELETE call
38
- * for a resource, set the `if-match` parameter to the value of the
38
+ * for a resource, set the {@code if-match} parameter to the value of the
39
39
  * etag from a previous GET or POST response for that resource.
40
40
  * The resource will be updated or deleted only if the etag you
41
41
  * 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.76.1/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDeploymentCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -35,7 +35,7 @@ export interface ChangeDeploymentCompartmentRequest extends common.BaseRequest {
35
35
  "opcRetryToken"?: string;
36
36
  /**
37
37
  * For optimistic concurrency control. In the PUT or DELETE call
38
- * for a resource, set the `if-match` parameter to the value of the
38
+ * for a resource, set the {@code if-match} parameter to the value of the
39
39
  * etag from a previous GET or POST response for that resource.
40
40
  * The resource will be updated or deleted only if the etag you
41
41
  * 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.76.1/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartmentRequest.
17
17
  */
18
18
  export interface ChangeGatewayCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -35,7 +35,7 @@ export interface ChangeGatewayCompartmentRequest extends common.BaseRequest {
35
35
  "opcRetryToken"?: string;
36
36
  /**
37
37
  * For optimistic concurrency control. In the PUT or DELETE call
38
- * for a resource, set the `if-match` parameter to the value of the
38
+ * for a resource, set the {@code if-match} parameter to the value of the
39
39
  * etag from a previous GET or POST response for that resource.
40
40
  * The resource will be updated or deleted only if the etag you
41
41
  * 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.76.1/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartmentRequest.
17
17
  */
18
18
  export interface ChangeSubscriberCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -35,7 +35,7 @@ export interface ChangeSubscriberCompartmentRequest extends common.BaseRequest {
35
35
  "opcRetryToken"?: string;
36
36
  /**
37
37
  * For optimistic concurrency control. In the PUT or DELETE call
38
- * for a resource, set the `if-match` parameter to the value of the
38
+ * for a resource, set the {@code if-match} parameter to the value of the
39
39
  * etag from a previous GET or POST response for that resource.
40
40
  * The resource will be updated or deleted only if the etag you
41
41
  * 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.76.1/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartmentRequest.
17
17
  */
18
18
  export interface ChangeUsagePlanCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -35,7 +35,7 @@ export interface ChangeUsagePlanCompartmentRequest extends common.BaseRequest {
35
35
  "opcRetryToken"?: string;
36
36
  /**
37
37
  * For optimistic concurrency control. In the PUT or DELETE call
38
- * for a resource, set the `if-match` parameter to the value of the
38
+ * for a resource, set the {@code if-match} parameter to the value of the
39
39
  * etag from a previous GET or POST response for that resource.
40
40
  * The resource will be updated or deleted only if the etag you
41
41
  * 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.76.1/apigateway/CreateApi.ts.html |here} to see how to use CreateApiRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/CreateApi.ts.html |here} to see how to use CreateApiRequest.
17
17
  */
18
18
  export interface CreateApiRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
17
17
  */
18
18
  export interface CreateCertificateRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeploymentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeploymentRequest.
17
17
  */
18
18
  export interface CreateDeploymentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/apigateway/CreateGateway.ts.html |here} to see how to use CreateGatewayRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/CreateGateway.ts.html |here} to see how to use CreateGatewayRequest.
17
17
  */
18
18
  export interface CreateGatewayRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdkRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdkRequest.
17
17
  */
18
18
  export interface CreateSdkRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriberRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriberRequest.
17
17
  */
18
18
  export interface CreateSubscriberRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlanRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlanRequest.
17
17
  */
18
18
  export interface CreateUsagePlanRequest extends common.BaseRequest {
19
19
  /**
@@ -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.76.1/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApiRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApiRequest.
16
16
  */
17
17
  export interface DeleteApiRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteApiRequest extends common.BaseRequest {
21
21
  "apiId": string;
22
22
  /**
23
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
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
16
16
  */
17
17
  export interface DeleteCertificateRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteCertificateRequest extends common.BaseRequest {
21
21
  "certificateId": string;
22
22
  /**
23
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
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeploymentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeploymentRequest.
16
16
  */
17
17
  export interface DeleteDeploymentRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteDeploymentRequest extends common.BaseRequest {
21
21
  "deploymentId": string;
22
22
  /**
23
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
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGatewayRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGatewayRequest.
16
16
  */
17
17
  export interface DeleteGatewayRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteGatewayRequest extends common.BaseRequest {
21
21
  "gatewayId": string;
22
22
  /**
23
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
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdkRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdkRequest.
16
16
  */
17
17
  export interface DeleteSdkRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface DeleteSdkRequest extends common.BaseRequest {
25
25
  "opcRequestId"?: string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.
@@ -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.76.1/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriberRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriberRequest.
16
16
  */
17
17
  export interface DeleteSubscriberRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteSubscriberRequest extends common.BaseRequest {
21
21
  "subscriberId": string;
22
22
  /**
23
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
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlanRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlanRequest.
16
16
  */
17
17
  export interface DeleteUsagePlanRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteUsagePlanRequest extends common.BaseRequest {
21
21
  "usagePlanId": string;
22
22
  /**
23
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
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContentRequest.
16
16
  */
17
17
  export interface GetApiContentRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface GetApiContentRequest extends common.BaseRequest {
25
25
  "opcRequestId"?: string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.
@@ -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.76.1/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecificationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecificationRequest.
16
16
  */
17
17
  export interface GetApiDeploymentSpecificationRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface GetApiDeploymentSpecificationRequest extends common.BaseRequest
25
25
  "opcRequestId"?: string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.
@@ -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.76.1/apigateway/GetApi.ts.html |here} to see how to use GetApiRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/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.76.1/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidationsRequest.
16
16
  */
17
17
  export interface GetApiValidationsRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface GetApiValidationsRequest extends common.BaseRequest {
25
25
  "opcRequestId"?: string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.
@@ -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.76.1/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificateRequest.
16
16
  */
17
17
  export interface GetCertificateRequest extends common.BaseRequest {
18
18
  /**