oci-waas 2.102.1 → 2.103.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/lib/client.d.ts +88 -88
  2. package/lib/client.js +88 -88
  3. package/lib/model/address-list-summary.d.ts +4 -4
  4. package/lib/model/address-list.d.ts +4 -4
  5. package/lib/model/certificate-summary.d.ts +4 -4
  6. package/lib/model/certificate.d.ts +4 -4
  7. package/lib/model/change-address-list-compartment-details.d.ts +1 -1
  8. package/lib/model/change-certificate-compartment-details.d.ts +2 -2
  9. package/lib/model/change-custom-protection-rule-compartment-details.d.ts +1 -1
  10. package/lib/model/change-http-redirect-compartment-details.d.ts +1 -1
  11. package/lib/model/change-waas-policy-compartment-details.d.ts +2 -2
  12. package/lib/model/create-address-list-details.d.ts +3 -3
  13. package/lib/model/create-certificate-details.d.ts +3 -3
  14. package/lib/model/create-custom-protection-rule-details.d.ts +5 -5
  15. package/lib/model/create-http-redirect-details.d.ts +3 -3
  16. package/lib/model/create-waas-policy-details.d.ts +3 -3
  17. package/lib/model/custom-protection-rule-setting.d.ts +1 -1
  18. package/lib/model/custom-protection-rule-summary.d.ts +4 -4
  19. package/lib/model/custom-protection-rule.d.ts +5 -5
  20. package/lib/model/http-redirect-summary.d.ts +4 -4
  21. package/lib/model/http-redirect.d.ts +4 -4
  22. package/lib/model/update-address-list-details.d.ts +2 -2
  23. package/lib/model/update-certificate-details.d.ts +2 -2
  24. package/lib/model/update-custom-protection-rule-details.d.ts +3 -3
  25. package/lib/model/update-http-redirect-details.d.ts +2 -2
  26. package/lib/model/update-waas-policy-details.d.ts +2 -2
  27. package/lib/model/waas-policy-custom-protection-rule-summary.d.ts +1 -1
  28. package/lib/model/waas-policy-summary.d.ts +4 -4
  29. package/lib/model/waas-policy.d.ts +4 -4
  30. package/lib/model/waf-log.d.ts +2 -2
  31. package/lib/model/whitelist.d.ts +1 -1
  32. package/lib/model/work-request-resource.d.ts +1 -1
  33. package/lib/model/work-request-summary.d.ts +2 -2
  34. package/lib/model/work-request.d.ts +3 -3
  35. package/lib/request/accept-recommendations-request.d.ts +2 -2
  36. package/lib/request/cancel-work-request-request.d.ts +2 -2
  37. package/lib/request/change-address-list-compartment-request.d.ts +2 -2
  38. package/lib/request/change-certificate-compartment-request.d.ts +2 -2
  39. package/lib/request/change-custom-protection-rule-compartment-request.d.ts +2 -2
  40. package/lib/request/change-http-redirect-compartment-request.d.ts +2 -2
  41. package/lib/request/change-waas-policy-compartment-request.d.ts +2 -2
  42. package/lib/request/create-address-list-request.d.ts +1 -1
  43. package/lib/request/create-certificate-request.d.ts +1 -1
  44. package/lib/request/create-custom-protection-rule-request.d.ts +1 -1
  45. package/lib/request/create-http-redirect-request.d.ts +1 -1
  46. package/lib/request/create-waas-policy-request.d.ts +1 -1
  47. package/lib/request/delete-address-list-request.d.ts +2 -2
  48. package/lib/request/delete-certificate-request.d.ts +2 -2
  49. package/lib/request/delete-custom-protection-rule-request.d.ts +2 -2
  50. package/lib/request/delete-http-redirect-request.d.ts +2 -2
  51. package/lib/request/delete-waas-policy-request.d.ts +2 -2
  52. package/lib/request/get-address-list-request.d.ts +2 -2
  53. package/lib/request/get-certificate-request.d.ts +2 -2
  54. package/lib/request/get-custom-protection-rule-request.d.ts +2 -2
  55. package/lib/request/get-device-fingerprint-challenge-request.d.ts +2 -2
  56. package/lib/request/get-http-redirect-request.d.ts +2 -2
  57. package/lib/request/get-human-interaction-challenge-request.d.ts +2 -2
  58. package/lib/request/get-js-challenge-request.d.ts +2 -2
  59. package/lib/request/get-policy-config-request.d.ts +2 -2
  60. package/lib/request/get-protection-rule-request.d.ts +2 -2
  61. package/lib/request/get-protection-settings-request.d.ts +2 -2
  62. package/lib/request/get-waas-policy-request.d.ts +2 -2
  63. package/lib/request/get-waf-address-rate-limiting-request.d.ts +2 -2
  64. package/lib/request/get-waf-config-request.d.ts +2 -2
  65. package/lib/request/get-work-request-request.d.ts +2 -2
  66. package/lib/request/list-access-rules-request.d.ts +2 -2
  67. package/lib/request/list-address-lists-request.d.ts +2 -2
  68. package/lib/request/list-caching-rules-request.d.ts +2 -2
  69. package/lib/request/list-captchas-request.d.ts +2 -2
  70. package/lib/request/list-certificates-request.d.ts +2 -2
  71. package/lib/request/list-custom-protection-rules-request.d.ts +2 -2
  72. package/lib/request/list-edge-subnets-request.d.ts +1 -1
  73. package/lib/request/list-good-bots-request.d.ts +2 -2
  74. package/lib/request/list-http-redirects-request.d.ts +2 -2
  75. package/lib/request/list-protection-rules-request.d.ts +2 -2
  76. package/lib/request/list-recommendations-request.d.ts +2 -2
  77. package/lib/request/list-threat-feeds-request.d.ts +2 -2
  78. package/lib/request/list-waas-policies-request.d.ts +2 -2
  79. package/lib/request/list-waas-policy-custom-protection-rules-request.d.ts +2 -2
  80. package/lib/request/list-waf-blocked-requests-request.d.ts +2 -2
  81. package/lib/request/list-waf-logs-request.d.ts +3 -3
  82. package/lib/request/list-waf-requests-request.d.ts +2 -2
  83. package/lib/request/list-waf-traffic-request.d.ts +2 -2
  84. package/lib/request/list-whitelists-request.d.ts +2 -2
  85. package/lib/request/list-work-requests-request.d.ts +3 -3
  86. package/lib/request/purge-cache-request.d.ts +2 -2
  87. package/lib/request/update-access-rules-request.d.ts +2 -2
  88. package/lib/request/update-address-list-request.d.ts +2 -2
  89. package/lib/request/update-caching-rules-request.d.ts +2 -2
  90. package/lib/request/update-captchas-request.d.ts +2 -2
  91. package/lib/request/update-certificate-request.d.ts +2 -2
  92. package/lib/request/update-custom-protection-rule-request.d.ts +2 -2
  93. package/lib/request/update-device-fingerprint-challenge-request.d.ts +2 -2
  94. package/lib/request/update-good-bots-request.d.ts +2 -2
  95. package/lib/request/update-http-redirect-request.d.ts +2 -2
  96. package/lib/request/update-human-interaction-challenge-request.d.ts +2 -2
  97. package/lib/request/update-js-challenge-request.d.ts +2 -2
  98. package/lib/request/update-policy-config-request.d.ts +2 -2
  99. package/lib/request/update-protection-rules-request.d.ts +2 -2
  100. package/lib/request/update-protection-settings-request.d.ts +2 -2
  101. package/lib/request/update-threat-feeds-request.d.ts +2 -2
  102. package/lib/request/update-waas-policy-custom-protection-rules-request.d.ts +2 -2
  103. package/lib/request/update-waas-policy-request.d.ts +2 -2
  104. package/lib/request/update-waf-address-rate-limiting-request.d.ts +2 -2
  105. package/lib/request/update-waf-config-request.d.ts +2 -2
  106. package/lib/request/update-whitelists-request.d.ts +2 -2
  107. package/lib/response/accept-recommendations-response.d.ts +1 -1
  108. package/lib/response/create-http-redirect-response.d.ts +1 -1
  109. package/lib/response/create-waas-policy-response.d.ts +1 -1
  110. package/lib/response/delete-http-redirect-response.d.ts +1 -1
  111. package/lib/response/delete-waas-policy-response.d.ts +1 -1
  112. package/lib/response/list-access-rules-response.d.ts +1 -1
  113. package/lib/response/list-address-lists-response.d.ts +1 -1
  114. package/lib/response/list-caching-rules-response.d.ts +1 -1
  115. package/lib/response/list-captchas-response.d.ts +1 -1
  116. package/lib/response/list-certificates-response.d.ts +1 -1
  117. package/lib/response/list-custom-protection-rules-response.d.ts +1 -1
  118. package/lib/response/list-good-bots-response.d.ts +1 -1
  119. package/lib/response/list-http-redirects-response.d.ts +1 -1
  120. package/lib/response/list-protection-rules-response.d.ts +1 -1
  121. package/lib/response/list-recommendations-response.d.ts +1 -1
  122. package/lib/response/list-threat-feeds-response.d.ts +1 -1
  123. package/lib/response/list-waas-policies-response.d.ts +1 -1
  124. package/lib/response/list-waas-policy-custom-protection-rules-response.d.ts +1 -1
  125. package/lib/response/list-waf-logs-response.d.ts +1 -1
  126. package/lib/response/list-whitelists-response.d.ts +1 -1
  127. package/lib/response/list-work-requests-response.d.ts +1 -1
  128. package/lib/response/purge-cache-response.d.ts +1 -1
  129. package/lib/response/update-access-rules-response.d.ts +1 -1
  130. package/lib/response/update-caching-rules-response.d.ts +1 -1
  131. package/lib/response/update-captchas-response.d.ts +1 -1
  132. package/lib/response/update-device-fingerprint-challenge-response.d.ts +1 -1
  133. package/lib/response/update-good-bots-response.d.ts +1 -1
  134. package/lib/response/update-http-redirect-response.d.ts +1 -1
  135. package/lib/response/update-human-interaction-challenge-response.d.ts +1 -1
  136. package/lib/response/update-js-challenge-response.d.ts +1 -1
  137. package/lib/response/update-policy-config-response.d.ts +1 -1
  138. package/lib/response/update-protection-rules-response.d.ts +1 -1
  139. package/lib/response/update-protection-settings-response.d.ts +1 -1
  140. package/lib/response/update-threat-feeds-response.d.ts +1 -1
  141. package/lib/response/update-waas-policy-custom-protection-rules-response.d.ts +1 -1
  142. package/lib/response/update-waas-policy-response.d.ts +1 -1
  143. package/lib/response/update-waf-address-rate-limiting-response.d.ts +1 -1
  144. package/lib/response/update-waf-config-response.d.ts +1 -1
  145. package/lib/response/update-whitelists-response.d.ts +1 -1
  146. package/package.json +3 -3
@@ -18,11 +18,11 @@ import * as model from "../model";
18
18
  */
19
19
  export interface WaasPolicySummary {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
22
22
  */
23
23
  "id"?: string;
24
24
  /**
25
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy's compartment.
25
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy's compartment.
26
26
  */
27
27
  "compartmentId"?: string;
28
28
  /**
@@ -43,7 +43,7 @@ export interface WaasPolicySummary {
43
43
  "timeCreated"?: Date;
44
44
  /**
45
45
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
46
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
46
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
47
47
  * <p>
48
48
  Example: {@code {\"Department\": \"Finance\"}}
49
49
  *
@@ -53,7 +53,7 @@ export interface WaasPolicySummary {
53
53
  };
54
54
  /**
55
55
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
56
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
56
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
57
57
  * <p>
58
58
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
59
59
  *
@@ -18,11 +18,11 @@ import * as model from "../model";
18
18
  */
19
19
  export interface WaasPolicy {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
22
22
  */
23
23
  "id"?: string;
24
24
  /**
25
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy's compartment.
25
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy's compartment.
26
26
  */
27
27
  "compartmentId"?: string;
28
28
  /**
@@ -65,7 +65,7 @@ export interface WaasPolicy {
65
65
  "wafConfig"?: model.WafConfig;
66
66
  /**
67
67
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
68
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
68
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
69
69
  * <p>
70
70
  Example: {@code {\"Department\": \"Finance\"}}
71
71
  *
@@ -75,7 +75,7 @@ export interface WaasPolicy {
75
75
  };
76
76
  /**
77
77
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
78
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
78
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
79
79
  * <p>
80
80
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
81
81
  *
@@ -11,7 +11,7 @@
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  /**
14
- * A list of Web Application Firewall log entries. Each entry is a JSON object, including a timestamp property and other fields varying based on log type. Logs record what rules and countermeasures are triggered by requests and are used as a basis to move request handling into block mode. For more information about WAF logs, see [Logs](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/logs.htm).
14
+ * A list of Web Application Firewall log entries. Each entry is a JSON object, including a timestamp property and other fields varying based on log type. Logs record what rules and countermeasures are triggered by requests and are used as a basis to move request handling into block mode. For more information about WAF logs, see [Logs](https://docs.oracle.com/iaas/Content/WAF/Tasks/logs.htm).
15
15
  */
16
16
  export interface WafLog {
17
17
  /**
@@ -143,7 +143,7 @@ export interface WafLog {
143
143
  */
144
144
  "timestamp"?: Date;
145
145
  /**
146
- * The type of log of the request. For more about log types, see [Logs](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/logs.htm).
146
+ * The type of log of the request. For more about log types, see [Logs](https://docs.oracle.com/iaas/Content/WAF/Tasks/logs.htm).
147
147
  *
148
148
  */
149
149
  "logType"?: string;
@@ -23,7 +23,7 @@ export interface Whitelist {
23
23
  */
24
24
  "addresses"?: Array<string>;
25
25
  /**
26
- * A list of [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of IP address lists to include in the whitelist.
26
+ * A list of [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of IP address lists to include in the whitelist.
27
27
  */
28
28
  "addressLists"?: Array<string>;
29
29
  }
@@ -23,7 +23,7 @@ export interface WorkRequestResource {
23
23
  */
24
24
  "entityType"?: string;
25
25
  /**
26
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the resource that the work request affects.
26
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource that the work request affects.
27
27
  */
28
28
  "identifier"?: string;
29
29
  /**
@@ -16,7 +16,7 @@ import * as model from "../model";
16
16
  */
17
17
  export interface WorkRequestSummary {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the work request.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
20
20
  */
21
21
  "id": string;
22
22
  /**
@@ -28,7 +28,7 @@ export interface WorkRequestSummary {
28
28
  */
29
29
  "status": model.WorkRequestStatusValues;
30
30
  /**
31
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request.
31
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request.
32
32
  */
33
33
  "compartmentId": string;
34
34
  /**
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * Many of the API requests you use to create and configure WAAS policies do not take effect immediately. In these cases, the request spawns an asynchronous work flow to fulfill the request. {@code WorkRequest} objects provide visibility for in-progress work flows. For more information about work requests, see [Viewing the State of a Work Request](https://docs.cloud.oracle.com/Content/Balance/Tasks/viewingworkrequest.htm).
15
+ * Many of the API requests you use to create and configure WAAS policies do not take effect immediately. In these cases, the request spawns an asynchronous work flow to fulfill the request. {@code WorkRequest} objects provide visibility for in-progress work flows. For more information about work requests, see [Viewing the State of a Work Request](https://docs.oracle.com/iaas/Content/Balance/Tasks/viewingworkrequest.htm).
16
16
  */
17
17
  export interface WorkRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the work request.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
20
20
  */
21
21
  "id": string;
22
22
  /**
@@ -28,7 +28,7 @@ export interface WorkRequest {
28
28
  */
29
29
  "status": model.WorkRequestStatusValues;
30
30
  /**
31
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request.
31
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request.
32
32
  */
33
33
  "compartmentId": string;
34
34
  /**
@@ -12,11 +12,11 @@
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/latest/waas/AcceptRecommendations.ts.html |here} to see how to use AcceptRecommendationsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/AcceptRecommendations.ts.html |here} to see how to use AcceptRecommendationsRequest.
16
16
  */
17
17
  export interface AcceptRecommendationsRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the work request. This number is generated when work request is created.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request. This number is generated when work request is created.
20
20
  */
21
21
  "workRequestId": string;
22
22
  /**
@@ -13,11 +13,11 @@
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/latest/waas/ChangeAddressListCompartment.ts.html |here} to see how to use ChangeAddressListCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ChangeAddressListCompartment.ts.html |here} to see how to use ChangeAddressListCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAddressListCompartmentRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list. This number is generated when the address list is added to the compartment.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the address list. This number is generated when the address list is added to the compartment.
21
21
  */
22
22
  "addressListId": string;
23
23
  /**
@@ -13,11 +13,11 @@
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/latest/waas/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartmentRequest.
17
17
  */
18
18
  export interface ChangeCertificateCompartmentRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the SSL certificate used in the WAAS policy. This number is generated when the certificate is added to the policy.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the SSL certificate used in the WAAS policy. This number is generated when the certificate is added to the policy.
21
21
  */
22
22
  "certificateId": string;
23
23
  /**
@@ -13,11 +13,11 @@
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/latest/waas/ChangeCustomProtectionRuleCompartment.ts.html |here} to see how to use ChangeCustomProtectionRuleCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ChangeCustomProtectionRuleCompartment.ts.html |here} to see how to use ChangeCustomProtectionRuleCompartmentRequest.
17
17
  */
18
18
  export interface ChangeCustomProtectionRuleCompartmentRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the custom protection rule. This number is generated when the custom protection rule is added to the compartment.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the custom protection rule. This number is generated when the custom protection rule is added to the compartment.
21
21
  */
22
22
  "customProtectionRuleId": string;
23
23
  /**
@@ -13,11 +13,11 @@
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/latest/waas/ChangeHttpRedirectCompartment.ts.html |here} to see how to use ChangeHttpRedirectCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ChangeHttpRedirectCompartment.ts.html |here} to see how to use ChangeHttpRedirectCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHttpRedirectCompartmentRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the HTTP Redirect.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the HTTP Redirect.
21
21
  */
22
22
  "httpRedirectId": string;
23
23
  /**
@@ -13,11 +13,11 @@
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/latest/waas/ChangeWaasPolicyCompartment.ts.html |here} to see how to use ChangeWaasPolicyCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ChangeWaasPolicyCompartment.ts.html |here} to see how to use ChangeWaasPolicyCompartmentRequest.
17
17
  */
18
18
  export interface ChangeWaasPolicyCompartmentRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
21
21
  */
22
22
  "waasPolicyId": string;
23
23
  /**
@@ -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/latest/waas/CreateAddressList.ts.html |here} to see how to use CreateAddressListRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/CreateAddressList.ts.html |here} to see how to use CreateAddressListRequest.
17
17
  */
18
18
  export interface CreateAddressListRequest 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/latest/waas/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/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/latest/waas/CreateCustomProtectionRule.ts.html |here} to see how to use CreateCustomProtectionRuleRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/CreateCustomProtectionRule.ts.html |here} to see how to use CreateCustomProtectionRuleRequest.
17
17
  */
18
18
  export interface CreateCustomProtectionRuleRequest 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/latest/waas/CreateHttpRedirect.ts.html |here} to see how to use CreateHttpRedirectRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/CreateHttpRedirect.ts.html |here} to see how to use CreateHttpRedirectRequest.
17
17
  */
18
18
  export interface CreateHttpRedirectRequest 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/latest/waas/CreateWaasPolicy.ts.html |here} to see how to use CreateWaasPolicyRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/CreateWaasPolicy.ts.html |here} to see how to use CreateWaasPolicyRequest.
17
17
  */
18
18
  export interface CreateWaasPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -12,11 +12,11 @@
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/latest/waas/DeleteAddressList.ts.html |here} to see how to use DeleteAddressListRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/DeleteAddressList.ts.html |here} to see how to use DeleteAddressListRequest.
16
16
  */
17
17
  export interface DeleteAddressListRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list. This number is generated when the address list is added to the compartment.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the address list. This number is generated when the address list is added to the compartment.
20
20
  */
21
21
  "addressListId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
16
16
  */
17
17
  export interface DeleteCertificateRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the SSL certificate used in the WAAS policy. This number is generated when the certificate is added to the policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the SSL certificate used in the WAAS policy. This number is generated when the certificate is added to the policy.
20
20
  */
21
21
  "certificateId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/DeleteCustomProtectionRule.ts.html |here} to see how to use DeleteCustomProtectionRuleRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/DeleteCustomProtectionRule.ts.html |here} to see how to use DeleteCustomProtectionRuleRequest.
16
16
  */
17
17
  export interface DeleteCustomProtectionRuleRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the custom protection rule. This number is generated when the custom protection rule is added to the compartment.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the custom protection rule. This number is generated when the custom protection rule is added to the compartment.
20
20
  */
21
21
  "customProtectionRuleId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/DeleteHttpRedirect.ts.html |here} to see how to use DeleteHttpRedirectRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/DeleteHttpRedirect.ts.html |here} to see how to use DeleteHttpRedirectRequest.
16
16
  */
17
17
  export interface DeleteHttpRedirectRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the HTTP Redirect.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the HTTP Redirect.
20
20
  */
21
21
  "httpRedirectId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/DeleteWaasPolicy.ts.html |here} to see how to use DeleteWaasPolicyRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/DeleteWaasPolicy.ts.html |here} to see how to use DeleteWaasPolicyRequest.
16
16
  */
17
17
  export interface DeleteWaasPolicyRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/GetAddressList.ts.html |here} to see how to use GetAddressListRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/GetAddressList.ts.html |here} to see how to use GetAddressListRequest.
16
16
  */
17
17
  export interface GetAddressListRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list. This number is generated when the address list is added to the compartment.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the address list. This number is generated when the address list is added to the compartment.
20
20
  */
21
21
  "addressListId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/GetCertificate.ts.html |here} to see how to use GetCertificateRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/GetCertificate.ts.html |here} to see how to use GetCertificateRequest.
16
16
  */
17
17
  export interface GetCertificateRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the SSL certificate used in the WAAS policy. This number is generated when the certificate is added to the policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the SSL certificate used in the WAAS policy. This number is generated when the certificate is added to the policy.
20
20
  */
21
21
  "certificateId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/GetCustomProtectionRule.ts.html |here} to see how to use GetCustomProtectionRuleRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/GetCustomProtectionRule.ts.html |here} to see how to use GetCustomProtectionRuleRequest.
16
16
  */
17
17
  export interface GetCustomProtectionRuleRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the custom protection rule. This number is generated when the custom protection rule is added to the compartment.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the custom protection rule. This number is generated when the custom protection rule is added to the compartment.
20
20
  */
21
21
  "customProtectionRuleId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/GetDeviceFingerprintChallenge.ts.html |here} to see how to use GetDeviceFingerprintChallengeRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/GetDeviceFingerprintChallenge.ts.html |here} to see how to use GetDeviceFingerprintChallengeRequest.
16
16
  */
17
17
  export interface GetDeviceFingerprintChallengeRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/GetHttpRedirect.ts.html |here} to see how to use GetHttpRedirectRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/GetHttpRedirect.ts.html |here} to see how to use GetHttpRedirectRequest.
16
16
  */
17
17
  export interface GetHttpRedirectRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the HTTP Redirect.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the HTTP Redirect.
20
20
  */
21
21
  "httpRedirectId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/GetHumanInteractionChallenge.ts.html |here} to see how to use GetHumanInteractionChallengeRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/GetHumanInteractionChallenge.ts.html |here} to see how to use GetHumanInteractionChallengeRequest.
16
16
  */
17
17
  export interface GetHumanInteractionChallengeRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/GetJsChallenge.ts.html |here} to see how to use GetJsChallengeRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/GetJsChallenge.ts.html |here} to see how to use GetJsChallengeRequest.
16
16
  */
17
17
  export interface GetJsChallengeRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/GetPolicyConfig.ts.html |here} to see how to use GetPolicyConfigRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/GetPolicyConfig.ts.html |here} to see how to use GetPolicyConfigRequest.
16
16
  */
17
17
  export interface GetPolicyConfigRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/GetProtectionRule.ts.html |here} to see how to use GetProtectionRuleRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/GetProtectionRule.ts.html |here} to see how to use GetProtectionRuleRequest.
16
16
  */
17
17
  export interface GetProtectionRuleRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/GetProtectionSettings.ts.html |here} to see how to use GetProtectionSettingsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/GetProtectionSettings.ts.html |here} to see how to use GetProtectionSettingsRequest.
16
16
  */
17
17
  export interface GetProtectionSettingsRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/GetWaasPolicy.ts.html |here} to see how to use GetWaasPolicyRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/GetWaasPolicy.ts.html |here} to see how to use GetWaasPolicyRequest.
16
16
  */
17
17
  export interface GetWaasPolicyRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/GetWafAddressRateLimiting.ts.html |here} to see how to use GetWafAddressRateLimitingRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/GetWafAddressRateLimiting.ts.html |here} to see how to use GetWafAddressRateLimitingRequest.
16
16
  */
17
17
  export interface GetWafAddressRateLimitingRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/GetWafConfig.ts.html |here} to see how to use GetWafConfigRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/GetWafConfig.ts.html |here} to see how to use GetWafConfigRequest.
16
16
  */
17
17
  export interface GetWafConfigRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,11 +12,11 @@
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/latest/waas/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the work request. This number is generated when work request is created.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request. This number is generated when work request is created.
20
20
  */
21
21
  "workRequestId": string;
22
22
  /**