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
@@ -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/GetDeployment.ts.html |here} to see how to use GetDeploymentRequest.
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.76.1/apigateway/GetGateway.ts.html |here} to see how to use GetGatewayRequest.
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.76.1/apigateway/GetSdk.ts.html |here} to see how to use GetSdkRequest.
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.76.1/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriberRequest.
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.76.1/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlanRequest.
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.76.1/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
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.76.1/apigateway/ListApis.ts.html |here} to see how to use ListApisRequest.
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: `My new resource`
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: `ACTIVE`
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 (`sortOrder`).
50
- * Default order for `timeCreated` is descending. Default order for
51
- * `displayName` is ascending. The `displayName` sort order is case
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.76.1/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificatesRequest.
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: `My new resource`
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: `ACTIVE` or `DELETED`
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 (`sortOrder`).
50
- * Default order for `timeCreated` is descending. Default order for
51
- * `displayName` is ascending. The `displayName` sort order is case
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.76.1/apigateway/ListDeployments.ts.html |here} to see how to use ListDeploymentsRequest.
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: `My new resource`
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: `SUCCEEDED`
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 (`sortOrder`).
54
- * Default order for `timeCreated` is descending. Default order for
55
- * `displayName` is ascending. The `displayName` sort order is case
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.76.1/apigateway/ListGateways.ts.html |here} to see how to use ListGatewaysRequest.
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: `My new resource`
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: `SUCCEEDED`
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 (`sortOrder`).
54
- * Default order for `timeCreated` is descending. Default order for
55
- * `displayName` is ascending. The `displayName` sort order is case
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.76.1/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypesRequest.
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: `My new resource`
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 (`sortOrder`).
43
- * Default order for `timeCreated` is descending. Default order for
44
- * `displayName` is ascending. The `displayName` sort order is case
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.76.1/apigateway/ListSdks.ts.html |here} to see how to use ListSdksRequest.
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: `My new resource`
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: `ACTIVE` or `DELETED`
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 (`sortOrder`).
50
- * Default order for `timeCreated` is descending. Default order for
51
- * `displayName` is ascending. The `displayName` sort order is case
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.76.1/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribersRequest.
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: `My new resource`
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: `ACTIVE`
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 (`sortOrder`).
49
- * Default order for `timeCreated` is descending. Default order for
50
- * `displayName` is ascending. The `displayName` sort order is case
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.76.1/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlansRequest.
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: `My new resource`
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: `ACTIVE`
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 (`sortOrder`).
49
- * Default order for `timeCreated` is descending. Default order for
50
- * `displayName` is ascending. The `displayName` sort order is case
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.76.1/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
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 (`sortOrder`).
40
- * Default order for `timeCreated` is descending. Default order for
41
- * `displayName` is ascending. The `displayName` sort order is case
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.76.1/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
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 (`sortOrder`).
40
- * Default order for `timeCreated` is descending. Default order for
41
- * `displayName` is ascending. The `displayName` sort order is case
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.76.1/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
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 (`sortOrder`).
44
- * Default order for `timeCreated` is descending. Default order for
45
- * `displayName` is ascending. The `displayName` sort order is case
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.76.1/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApiRequest.
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 `if-match` parameter to the value of 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.76.1/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificateRequest.
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 `if-match` parameter to the value of 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.76.1/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeploymentRequest.
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 `if-match` parameter to the value of 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.76.1/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGatewayRequest.
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 `if-match` parameter to the value of 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.76.1/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdkRequest.
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 `if-match` parameter to the value of 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.76.1/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriberRequest.
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 `if-match` parameter to the value of 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.76.1/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlanRequest.
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 `if-match` parameter to the value of 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
  export interface CreateApiResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateCertificateResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateDeploymentResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateGatewayResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateSdkResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateSubscriberResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;