oci-waas 2.102.2 → 2.104.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
package/lib/client.d.ts CHANGED
@@ -103,7 +103,7 @@ export declare class RedirectClient {
103
103
  * @param ChangeHttpRedirectCompartmentRequest
104
104
  * @return ChangeHttpRedirectCompartmentResponse
105
105
  * @throws OciError when an error occurs
106
- * @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 ChangeHttpRedirectCompartment API.
106
+ * @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 ChangeHttpRedirectCompartment API.
107
107
  */
108
108
  changeHttpRedirectCompartment(changeHttpRedirectCompartmentRequest: requests.ChangeHttpRedirectCompartmentRequest): Promise<responses.ChangeHttpRedirectCompartmentResponse>;
109
109
  /**
@@ -112,7 +112,7 @@ export declare class RedirectClient {
112
112
  * @param CreateHttpRedirectRequest
113
113
  * @return CreateHttpRedirectResponse
114
114
  * @throws OciError when an error occurs
115
- * @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 CreateHttpRedirect API.
115
+ * @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 CreateHttpRedirect API.
116
116
  */
117
117
  createHttpRedirect(createHttpRedirectRequest: requests.CreateHttpRedirectRequest): Promise<responses.CreateHttpRedirectResponse>;
118
118
  /**
@@ -121,7 +121,7 @@ export declare class RedirectClient {
121
121
  * @param DeleteHttpRedirectRequest
122
122
  * @return DeleteHttpRedirectResponse
123
123
  * @throws OciError when an error occurs
124
- * @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 DeleteHttpRedirect API.
124
+ * @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 DeleteHttpRedirect API.
125
125
  */
126
126
  deleteHttpRedirect(deleteHttpRedirectRequest: requests.DeleteHttpRedirectRequest): Promise<responses.DeleteHttpRedirectResponse>;
127
127
  /**
@@ -130,7 +130,7 @@ export declare class RedirectClient {
130
130
  * @param GetHttpRedirectRequest
131
131
  * @return GetHttpRedirectResponse
132
132
  * @throws OciError when an error occurs
133
- * @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 GetHttpRedirect API.
133
+ * @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 GetHttpRedirect API.
134
134
  */
135
135
  getHttpRedirect(getHttpRedirectRequest: requests.GetHttpRedirectRequest): Promise<responses.GetHttpRedirectResponse>;
136
136
  /**
@@ -139,7 +139,7 @@ export declare class RedirectClient {
139
139
  * @param ListHttpRedirectsRequest
140
140
  * @return ListHttpRedirectsResponse
141
141
  * @throws OciError when an error occurs
142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListHttpRedirects.ts.html |here} to see how to use ListHttpRedirects API.
142
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListHttpRedirects.ts.html |here} to see how to use ListHttpRedirects API.
143
143
  */
144
144
  listHttpRedirects(listHttpRedirectsRequest: requests.ListHttpRedirectsRequest): Promise<responses.ListHttpRedirectsResponse>;
145
145
  /**
@@ -180,7 +180,7 @@ export declare class RedirectClient {
180
180
  * @param UpdateHttpRedirectRequest
181
181
  * @return UpdateHttpRedirectResponse
182
182
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateHttpRedirect.ts.html |here} to see how to use UpdateHttpRedirect API.
183
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateHttpRedirect.ts.html |here} to see how to use UpdateHttpRedirect API.
184
184
  */
185
185
  updateHttpRedirect(updateHttpRedirectRequest: requests.UpdateHttpRedirectRequest): Promise<responses.UpdateHttpRedirectResponse>;
186
186
  }
@@ -267,12 +267,12 @@ export declare class WaasClient {
267
267
  /**
268
268
  * Accepts a list of recommended Web Application Firewall protection rules. Web Application Firewall protection rule recommendations are sets of rules generated by observed traffic patterns through the Web Application Firewall and are meant to optimize the Web Application Firewall's security profile. Only the rules specified in the request body will be updated; all other rules will remain unchanged.
269
269
  * <p>
270
- Use the `GET /waasPolicies/{waasPolicyId}/wafConfig/recommendations` method to view a list of recommended Web Application Firewall protection rules. For more information, see [WAF Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
270
+ Use the `GET /waasPolicies/{waasPolicyId}/wafConfig/recommendations` method to view a list of recommended Web Application Firewall protection rules. For more information, see [WAF Protection Rules](https://docs.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
271
271
  * This operation does not retry by default if the user has not defined a retry configuration.
272
272
  * @param AcceptRecommendationsRequest
273
273
  * @return AcceptRecommendationsResponse
274
274
  * @throws OciError when an error occurs
275
- * @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 AcceptRecommendations API.
275
+ * @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 AcceptRecommendations API.
276
276
  */
277
277
  acceptRecommendations(acceptRecommendationsRequest: requests.AcceptRecommendationsRequest): Promise<responses.AcceptRecommendationsResponse>;
278
278
  /**
@@ -281,50 +281,50 @@ export declare class WaasClient {
281
281
  * @param CancelWorkRequestRequest
282
282
  * @return CancelWorkRequestResponse
283
283
  * @throws OciError when an error occurs
284
- * @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 CancelWorkRequest API.
284
+ * @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 CancelWorkRequest API.
285
285
  */
286
286
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
287
287
  /**
288
288
  * Moves address list into a different compartment. When provided, If-Match
289
289
  * is checked against ETag values of the address list. For information about moving
290
- * resources between compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
290
+ * resources between compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
291
291
  *
292
292
  * This operation does not retry by default if the user has not defined a retry configuration.
293
293
  * @param ChangeAddressListCompartmentRequest
294
294
  * @return ChangeAddressListCompartmentResponse
295
295
  * @throws OciError when an error occurs
296
- * @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 ChangeAddressListCompartment API.
296
+ * @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 ChangeAddressListCompartment API.
297
297
  */
298
298
  changeAddressListCompartment(changeAddressListCompartmentRequest: requests.ChangeAddressListCompartmentRequest): Promise<responses.ChangeAddressListCompartmentResponse>;
299
299
  /**
300
300
  * Moves certificate into a different compartment. When provided, If-Match is checked against ETag values of the certificate.
301
- * For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
301
+ * For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
302
302
  *
303
303
  * This operation does not retry by default if the user has not defined a retry configuration.
304
304
  * @param ChangeCertificateCompartmentRequest
305
305
  * @return ChangeCertificateCompartmentResponse
306
306
  * @throws OciError when an error occurs
307
- * @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 ChangeCertificateCompartment API.
307
+ * @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 ChangeCertificateCompartment API.
308
308
  */
309
309
  changeCertificateCompartment(changeCertificateCompartmentRequest: requests.ChangeCertificateCompartmentRequest): Promise<responses.ChangeCertificateCompartmentResponse>;
310
310
  /**
311
- * Moves a custom protection rule into a different compartment within the same tenancy. When provided, If-Match is checked against ETag values of the custom protection rule. For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
311
+ * Moves a custom protection rule into a different compartment within the same tenancy. When provided, If-Match is checked against ETag values of the custom protection rule. For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
312
312
  * This operation does not retry by default if the user has not defined a retry configuration.
313
313
  * @param ChangeCustomProtectionRuleCompartmentRequest
314
314
  * @return ChangeCustomProtectionRuleCompartmentResponse
315
315
  * @throws OciError when an error occurs
316
- * @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 ChangeCustomProtectionRuleCompartment API.
316
+ * @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 ChangeCustomProtectionRuleCompartment API.
317
317
  */
318
318
  changeCustomProtectionRuleCompartment(changeCustomProtectionRuleCompartmentRequest: requests.ChangeCustomProtectionRuleCompartmentRequest): Promise<responses.ChangeCustomProtectionRuleCompartmentResponse>;
319
319
  /**
320
320
  * Moves WAAS policy into a different compartment. When provided, If-Match is checked against ETag values of the WAAS policy.
321
- * For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
321
+ * For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
322
322
  *
323
323
  * This operation does not retry by default if the user has not defined a retry configuration.
324
324
  * @param ChangeWaasPolicyCompartmentRequest
325
325
  * @return ChangeWaasPolicyCompartmentResponse
326
326
  * @throws OciError when an error occurs
327
- * @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 ChangeWaasPolicyCompartment API.
327
+ * @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 ChangeWaasPolicyCompartment API.
328
328
  */
329
329
  changeWaasPolicyCompartment(changeWaasPolicyCompartmentRequest: requests.ChangeWaasPolicyCompartmentRequest): Promise<responses.ChangeWaasPolicyCompartmentResponse>;
330
330
  /**
@@ -333,29 +333,29 @@ export declare class WaasClient {
333
333
  * @param CreateAddressListRequest
334
334
  * @return CreateAddressListResponse
335
335
  * @throws OciError when an error occurs
336
- * @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 CreateAddressList API.
336
+ * @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 CreateAddressList API.
337
337
  */
338
338
  createAddressList(createAddressListRequest: requests.CreateAddressListRequest): Promise<responses.CreateAddressListResponse>;
339
339
  /**
340
340
  * Allows an SSL certificate to be added to a WAAS policy. The Web Application Firewall terminates SSL connections to inspect requests in runtime, and then re-encrypts requests before sending them to the origin for fulfillment.
341
341
  * <p>
342
- For more information, see [WAF Settings](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafsettings.htm).
342
+ For more information, see [WAF Settings](https://docs.oracle.com/iaas/Content/WAF/Tasks/wafsettings.htm).
343
343
  * This operation does not retry by default if the user has not defined a retry configuration.
344
344
  * @param CreateCertificateRequest
345
345
  * @return CreateCertificateResponse
346
346
  * @throws OciError when an error occurs
347
- * @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 CreateCertificate API.
347
+ * @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 CreateCertificate API.
348
348
  */
349
349
  createCertificate(createCertificateRequest: requests.CreateCertificateRequest): Promise<responses.CreateCertificateResponse>;
350
350
  /**
351
351
  * Creates a new custom protection rule in the specified compartment.
352
352
  * <p>
353
- Custom protection rules allow you to create rules in addition to the rulesets provided by the Web Application Firewall service, including rules from [ModSecurity](https://modsecurity.org/). The syntax for custom rules is based on the ModSecurity syntax. For more information about custom protection rules, see [Custom Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/customprotectionrules.htm).
353
+ Custom protection rules allow you to create rules in addition to the rulesets provided by the Web Application Firewall service, including rules from [ModSecurity](https://modsecurity.org/). The syntax for custom rules is based on the ModSecurity syntax. For more information about custom protection rules, see [Custom Protection Rules](https://docs.oracle.com/iaas/Content/WAF/Tasks/customprotectionrules.htm).
354
354
  * This operation does not retry by default if the user has not defined a retry configuration.
355
355
  * @param CreateCustomProtectionRuleRequest
356
356
  * @return CreateCustomProtectionRuleResponse
357
357
  * @throws OciError when an error occurs
358
- * @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 CreateCustomProtectionRule API.
358
+ * @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 CreateCustomProtectionRule API.
359
359
  */
360
360
  createCustomProtectionRule(createCustomProtectionRuleRequest: requests.CreateCustomProtectionRuleRequest): Promise<responses.CreateCustomProtectionRuleResponse>;
361
361
  /**
@@ -365,18 +365,18 @@ export declare class WaasClient {
365
365
  * <p>
366
366
  Use the record data returned in the `cname` field of the `WaasPolicy` object to create a CNAME record in your DNS configuration that will direct your domain's traffic through the WAF.
367
367
  * <p>
368
- For the purposes of access control, you must provide the OCID of the compartment where you want the service to reside. For information about access control and compartments, see [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
368
+ For the purposes of access control, you must provide the OCID of the compartment where you want the service to reside. For information about access control and compartments, see [Overview of the IAM Service](https://docs.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
369
369
  * <p>
370
370
  You must specify a display name and domain for the WAAS policy. The display name does not have to be unique and can be changed. The domain name should be different from every origin specified in `WaasPolicy`.
371
371
  * <p>
372
- All Oracle Cloud Infrastructure resources, including WAAS policies, receive a unique, Oracle-assigned ID called an Oracle Cloud Identifier (OCID). When a resource is created, you can find its OCID in the response. You can also retrieve a resource's OCID by using a list API operation for that resource type, or by viewing the resource in the Console. Fore more information, see [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
372
+ All Oracle Cloud Infrastructure resources, including WAAS policies, receive a unique, Oracle-assigned ID called an Oracle Cloud Identifier (OCID). When a resource is created, you can find its OCID in the response. You can also retrieve a resource's OCID by using a list API operation for that resource type, or by viewing the resource in the Console. Fore more information, see [Resource Identifiers](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
373
373
  * <p>
374
374
  **Note:** After sending the POST request, the new object's state will temporarily be `CREATING`. Ensure that the resource's state has changed to `ACTIVE` before use.
375
375
  * This operation does not retry by default if the user has not defined a retry configuration.
376
376
  * @param CreateWaasPolicyRequest
377
377
  * @return CreateWaasPolicyResponse
378
378
  * @throws OciError when an error occurs
379
- * @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 CreateWaasPolicy API.
379
+ * @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 CreateWaasPolicy API.
380
380
  */
381
381
  createWaasPolicy(createWaasPolicyRequest: requests.CreateWaasPolicyRequest): Promise<responses.CreateWaasPolicyResponse>;
382
382
  /**
@@ -385,7 +385,7 @@ export declare class WaasClient {
385
385
  * @param DeleteAddressListRequest
386
386
  * @return DeleteAddressListResponse
387
387
  * @throws OciError when an error occurs
388
- * @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 DeleteAddressList API.
388
+ * @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 DeleteAddressList API.
389
389
  */
390
390
  deleteAddressList(deleteAddressListRequest: requests.DeleteAddressListRequest): Promise<responses.DeleteAddressListResponse>;
391
391
  /**
@@ -394,7 +394,7 @@ export declare class WaasClient {
394
394
  * @param DeleteCertificateRequest
395
395
  * @return DeleteCertificateResponse
396
396
  * @throws OciError when an error occurs
397
- * @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 DeleteCertificate API.
397
+ * @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 DeleteCertificate API.
398
398
  */
399
399
  deleteCertificate(deleteCertificateRequest: requests.DeleteCertificateRequest): Promise<responses.DeleteCertificateResponse>;
400
400
  /**
@@ -403,7 +403,7 @@ export declare class WaasClient {
403
403
  * @param DeleteCustomProtectionRuleRequest
404
404
  * @return DeleteCustomProtectionRuleResponse
405
405
  * @throws OciError when an error occurs
406
- * @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 DeleteCustomProtectionRule API.
406
+ * @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 DeleteCustomProtectionRule API.
407
407
  */
408
408
  deleteCustomProtectionRule(deleteCustomProtectionRuleRequest: requests.DeleteCustomProtectionRuleRequest): Promise<responses.DeleteCustomProtectionRuleResponse>;
409
409
  /**
@@ -412,7 +412,7 @@ export declare class WaasClient {
412
412
  * @param DeleteWaasPolicyRequest
413
413
  * @return DeleteWaasPolicyResponse
414
414
  * @throws OciError when an error occurs
415
- * @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 DeleteWaasPolicy API.
415
+ * @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 DeleteWaasPolicy API.
416
416
  */
417
417
  deleteWaasPolicy(deleteWaasPolicyRequest: requests.DeleteWaasPolicyRequest): Promise<responses.DeleteWaasPolicyResponse>;
418
418
  /**
@@ -421,7 +421,7 @@ export declare class WaasClient {
421
421
  * @param GetAddressListRequest
422
422
  * @return GetAddressListResponse
423
423
  * @throws OciError when an error occurs
424
- * @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 GetAddressList API.
424
+ * @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 GetAddressList API.
425
425
  */
426
426
  getAddressList(getAddressListRequest: requests.GetAddressListRequest): Promise<responses.GetAddressListResponse>;
427
427
  /**
@@ -430,7 +430,7 @@ export declare class WaasClient {
430
430
  * @param GetCertificateRequest
431
431
  * @return GetCertificateResponse
432
432
  * @throws OciError when an error occurs
433
- * @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 GetCertificate API.
433
+ * @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 GetCertificate API.
434
434
  */
435
435
  getCertificate(getCertificateRequest: requests.GetCertificateRequest): Promise<responses.GetCertificateResponse>;
436
436
  /**
@@ -439,7 +439,7 @@ export declare class WaasClient {
439
439
  * @param GetCustomProtectionRuleRequest
440
440
  * @return GetCustomProtectionRuleResponse
441
441
  * @throws OciError when an error occurs
442
- * @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 GetCustomProtectionRule API.
442
+ * @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 GetCustomProtectionRule API.
443
443
  */
444
444
  getCustomProtectionRule(getCustomProtectionRuleRequest: requests.GetCustomProtectionRuleRequest): Promise<responses.GetCustomProtectionRuleResponse>;
445
445
  /**
@@ -448,7 +448,7 @@ export declare class WaasClient {
448
448
  * @param GetDeviceFingerprintChallengeRequest
449
449
  * @return GetDeviceFingerprintChallengeResponse
450
450
  * @throws OciError when an error occurs
451
- * @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 GetDeviceFingerprintChallenge API.
451
+ * @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 GetDeviceFingerprintChallenge API.
452
452
  */
453
453
  getDeviceFingerprintChallenge(getDeviceFingerprintChallengeRequest: requests.GetDeviceFingerprintChallengeRequest): Promise<responses.GetDeviceFingerprintChallengeResponse>;
454
454
  /**
@@ -457,7 +457,7 @@ export declare class WaasClient {
457
457
  * @param GetHumanInteractionChallengeRequest
458
458
  * @return GetHumanInteractionChallengeResponse
459
459
  * @throws OciError when an error occurs
460
- * @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 GetHumanInteractionChallenge API.
460
+ * @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 GetHumanInteractionChallenge API.
461
461
  */
462
462
  getHumanInteractionChallenge(getHumanInteractionChallengeRequest: requests.GetHumanInteractionChallengeRequest): Promise<responses.GetHumanInteractionChallengeResponse>;
463
463
  /**
@@ -466,7 +466,7 @@ export declare class WaasClient {
466
466
  * @param GetJsChallengeRequest
467
467
  * @return GetJsChallengeResponse
468
468
  * @throws OciError when an error occurs
469
- * @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 GetJsChallenge API.
469
+ * @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 GetJsChallenge API.
470
470
  */
471
471
  getJsChallenge(getJsChallengeRequest: requests.GetJsChallengeRequest): Promise<responses.GetJsChallengeResponse>;
472
472
  /**
@@ -475,7 +475,7 @@ export declare class WaasClient {
475
475
  * @param GetPolicyConfigRequest
476
476
  * @return GetPolicyConfigResponse
477
477
  * @throws OciError when an error occurs
478
- * @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 GetPolicyConfig API.
478
+ * @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 GetPolicyConfig API.
479
479
  */
480
480
  getPolicyConfig(getPolicyConfigRequest: requests.GetPolicyConfigRequest): Promise<responses.GetPolicyConfigResponse>;
481
481
  /**
@@ -484,7 +484,7 @@ export declare class WaasClient {
484
484
  * @param GetProtectionRuleRequest
485
485
  * @return GetProtectionRuleResponse
486
486
  * @throws OciError when an error occurs
487
- * @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 GetProtectionRule API.
487
+ * @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 GetProtectionRule API.
488
488
  */
489
489
  getProtectionRule(getProtectionRuleRequest: requests.GetProtectionRuleRequest): Promise<responses.GetProtectionRuleResponse>;
490
490
  /**
@@ -493,7 +493,7 @@ export declare class WaasClient {
493
493
  * @param GetProtectionSettingsRequest
494
494
  * @return GetProtectionSettingsResponse
495
495
  * @throws OciError when an error occurs
496
- * @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 GetProtectionSettings API.
496
+ * @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 GetProtectionSettings API.
497
497
  */
498
498
  getProtectionSettings(getProtectionSettingsRequest: requests.GetProtectionSettingsRequest): Promise<responses.GetProtectionSettingsResponse>;
499
499
  /**
@@ -502,7 +502,7 @@ export declare class WaasClient {
502
502
  * @param GetWaasPolicyRequest
503
503
  * @return GetWaasPolicyResponse
504
504
  * @throws OciError when an error occurs
505
- * @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 GetWaasPolicy API.
505
+ * @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 GetWaasPolicy API.
506
506
  */
507
507
  getWaasPolicy(getWaasPolicyRequest: requests.GetWaasPolicyRequest): Promise<responses.GetWaasPolicyResponse>;
508
508
  /**
@@ -511,7 +511,7 @@ export declare class WaasClient {
511
511
  * @param GetWafAddressRateLimitingRequest
512
512
  * @return GetWafAddressRateLimitingResponse
513
513
  * @throws OciError when an error occurs
514
- * @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 GetWafAddressRateLimiting API.
514
+ * @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 GetWafAddressRateLimiting API.
515
515
  */
516
516
  getWafAddressRateLimiting(getWafAddressRateLimitingRequest: requests.GetWafAddressRateLimitingRequest): Promise<responses.GetWafAddressRateLimitingResponse>;
517
517
  /**
@@ -520,7 +520,7 @@ export declare class WaasClient {
520
520
  * @param GetWafConfigRequest
521
521
  * @return GetWafConfigResponse
522
522
  * @throws OciError when an error occurs
523
- * @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 GetWafConfig API.
523
+ * @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 GetWafConfig API.
524
524
  */
525
525
  getWafConfig(getWafConfigRequest: requests.GetWafConfigRequest): Promise<responses.GetWafConfigResponse>;
526
526
  /**
@@ -529,7 +529,7 @@ export declare class WaasClient {
529
529
  * @param GetWorkRequestRequest
530
530
  * @return GetWorkRequestResponse
531
531
  * @throws OciError when an error occurs
532
- * @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 GetWorkRequest API.
532
+ * @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 GetWorkRequest API.
533
533
  */
534
534
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
535
535
  /**
@@ -539,7 +539,7 @@ export declare class WaasClient {
539
539
  * @param ListAccessRulesRequest
540
540
  * @return ListAccessRulesResponse
541
541
  * @throws OciError when an error occurs
542
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListAccessRules.ts.html |here} to see how to use ListAccessRules API.
542
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListAccessRules.ts.html |here} to see how to use ListAccessRules API.
543
543
  */
544
544
  listAccessRules(listAccessRulesRequest: requests.ListAccessRulesRequest): Promise<responses.ListAccessRulesResponse>;
545
545
  /**
@@ -580,7 +580,7 @@ export declare class WaasClient {
580
580
  * @param ListAddressListsRequest
581
581
  * @return ListAddressListsResponse
582
582
  * @throws OciError when an error occurs
583
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListAddressLists.ts.html |here} to see how to use ListAddressLists API.
583
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListAddressLists.ts.html |here} to see how to use ListAddressLists API.
584
584
  */
585
585
  listAddressLists(listAddressListsRequest: requests.ListAddressListsRequest): Promise<responses.ListAddressListsResponse>;
586
586
  /**
@@ -622,7 +622,7 @@ export declare class WaasClient {
622
622
  * @param ListCachingRulesRequest
623
623
  * @return ListCachingRulesResponse
624
624
  * @throws OciError when an error occurs
625
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListCachingRules.ts.html |here} to see how to use ListCachingRules API.
625
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListCachingRules.ts.html |here} to see how to use ListCachingRules API.
626
626
  */
627
627
  listCachingRules(listCachingRulesRequest: requests.ListCachingRulesRequest): Promise<responses.ListCachingRulesResponse>;
628
628
  /**
@@ -668,7 +668,7 @@ export declare class WaasClient {
668
668
  * @param ListCaptchasRequest
669
669
  * @return ListCaptchasResponse
670
670
  * @throws OciError when an error occurs
671
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListCaptchas.ts.html |here} to see how to use ListCaptchas API.
671
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListCaptchas.ts.html |here} to see how to use ListCaptchas API.
672
672
  */
673
673
  listCaptchas(listCaptchasRequest: requests.ListCaptchasRequest): Promise<responses.ListCaptchasResponse>;
674
674
  /**
@@ -709,7 +709,7 @@ export declare class WaasClient {
709
709
  * @param ListCertificatesRequest
710
710
  * @return ListCertificatesResponse
711
711
  * @throws OciError when an error occurs
712
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListCertificates.ts.html |here} to see how to use ListCertificates API.
712
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListCertificates.ts.html |here} to see how to use ListCertificates API.
713
713
  */
714
714
  listCertificates(listCertificatesRequest: requests.ListCertificatesRequest): Promise<responses.ListCertificatesResponse>;
715
715
  /**
@@ -750,7 +750,7 @@ export declare class WaasClient {
750
750
  * @param ListCustomProtectionRulesRequest
751
751
  * @return ListCustomProtectionRulesResponse
752
752
  * @throws OciError when an error occurs
753
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListCustomProtectionRules.ts.html |here} to see how to use ListCustomProtectionRules API.
753
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListCustomProtectionRules.ts.html |here} to see how to use ListCustomProtectionRules API.
754
754
  */
755
755
  listCustomProtectionRules(listCustomProtectionRulesRequest: requests.ListCustomProtectionRulesRequest): Promise<responses.ListCustomProtectionRulesResponse>;
756
756
  /**
@@ -791,7 +791,7 @@ export declare class WaasClient {
791
791
  * @param ListEdgeSubnetsRequest
792
792
  * @return ListEdgeSubnetsResponse
793
793
  * @throws OciError when an error occurs
794
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListEdgeSubnets.ts.html |here} to see how to use ListEdgeSubnets API.
794
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListEdgeSubnets.ts.html |here} to see how to use ListEdgeSubnets API.
795
795
  */
796
796
  listEdgeSubnets(listEdgeSubnetsRequest: requests.ListEdgeSubnetsRequest): Promise<responses.ListEdgeSubnetsResponse>;
797
797
  /**
@@ -835,7 +835,7 @@ export declare class WaasClient {
835
835
  * @param ListGoodBotsRequest
836
836
  * @return ListGoodBotsResponse
837
837
  * @throws OciError when an error occurs
838
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListGoodBots.ts.html |here} to see how to use ListGoodBots API.
838
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListGoodBots.ts.html |here} to see how to use ListGoodBots API.
839
839
  */
840
840
  listGoodBots(listGoodBotsRequest: requests.ListGoodBotsRequest): Promise<responses.ListGoodBotsResponse>;
841
841
  /**
@@ -877,7 +877,7 @@ export declare class WaasClient {
877
877
  * @param ListProtectionRulesRequest
878
878
  * @return ListProtectionRulesResponse
879
879
  * @throws OciError when an error occurs
880
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListProtectionRules.ts.html |here} to see how to use ListProtectionRules API.
880
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListProtectionRules.ts.html |here} to see how to use ListProtectionRules API.
881
881
  */
882
882
  listProtectionRules(listProtectionRulesRequest: requests.ListProtectionRulesRequest): Promise<responses.ListProtectionRulesResponse>;
883
883
  /**
@@ -915,13 +915,13 @@ export declare class WaasClient {
915
915
  /**
916
916
  * Gets the list of recommended Web Application Firewall protection rules.
917
917
  * <p>
918
- Use the `POST /waasPolicies/{waasPolicyId}/actions/acceptWafConfigRecommendations` method to accept recommended Web Application Firewall protection rules. For more information, see [WAF Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
918
+ Use the `POST /waasPolicies/{waasPolicyId}/actions/acceptWafConfigRecommendations` method to accept recommended Web Application Firewall protection rules. For more information, see [WAF Protection Rules](https://docs.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
919
919
  * The list is sorted by `key`, in ascending order.
920
920
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
921
921
  * @param ListRecommendationsRequest
922
922
  * @return ListRecommendationsResponse
923
923
  * @throws OciError when an error occurs
924
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListRecommendations.ts.html |here} to see how to use ListRecommendations API.
924
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListRecommendations.ts.html |here} to see how to use ListRecommendations API.
925
925
  */
926
926
  listRecommendations(listRecommendationsRequest: requests.ListRecommendationsRequest): Promise<responses.ListRecommendationsResponse>;
927
927
  /**
@@ -965,7 +965,7 @@ export declare class WaasClient {
965
965
  * @param ListThreatFeedsRequest
966
966
  * @return ListThreatFeedsResponse
967
967
  * @throws OciError when an error occurs
968
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListThreatFeeds.ts.html |here} to see how to use ListThreatFeeds API.
968
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListThreatFeeds.ts.html |here} to see how to use ListThreatFeeds API.
969
969
  */
970
970
  listThreatFeeds(listThreatFeedsRequest: requests.ListThreatFeedsRequest): Promise<responses.ListThreatFeedsResponse>;
971
971
  /**
@@ -1006,7 +1006,7 @@ export declare class WaasClient {
1006
1006
  * @param ListWaasPoliciesRequest
1007
1007
  * @return ListWaasPoliciesResponse
1008
1008
  * @throws OciError when an error occurs
1009
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWaasPolicies.ts.html |here} to see how to use ListWaasPolicies API.
1009
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWaasPolicies.ts.html |here} to see how to use ListWaasPolicies API.
1010
1010
  */
1011
1011
  listWaasPolicies(listWaasPoliciesRequest: requests.ListWaasPoliciesRequest): Promise<responses.ListWaasPoliciesResponse>;
1012
1012
  /**
@@ -1047,7 +1047,7 @@ export declare class WaasClient {
1047
1047
  * @param ListWaasPolicyCustomProtectionRulesRequest
1048
1048
  * @return ListWaasPolicyCustomProtectionRulesResponse
1049
1049
  * @throws OciError when an error occurs
1050
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWaasPolicyCustomProtectionRules.ts.html |here} to see how to use ListWaasPolicyCustomProtectionRules API.
1050
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWaasPolicyCustomProtectionRules.ts.html |here} to see how to use ListWaasPolicyCustomProtectionRules API.
1051
1051
  */
1052
1052
  listWaasPolicyCustomProtectionRules(listWaasPolicyCustomProtectionRulesRequest: requests.ListWaasPolicyCustomProtectionRulesRequest): Promise<responses.ListWaasPolicyCustomProtectionRulesResponse>;
1053
1053
  /**
@@ -1088,7 +1088,7 @@ export declare class WaasClient {
1088
1088
  * @param ListWafBlockedRequestsRequest
1089
1089
  * @return ListWafBlockedRequestsResponse
1090
1090
  * @throws OciError when an error occurs
1091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWafBlockedRequests.ts.html |here} to see how to use ListWafBlockedRequests API.
1091
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWafBlockedRequests.ts.html |here} to see how to use ListWafBlockedRequests API.
1092
1092
  */
1093
1093
  listWafBlockedRequests(listWafBlockedRequestsRequest: requests.ListWafBlockedRequestsRequest): Promise<responses.ListWafBlockedRequestsResponse>;
1094
1094
  /**
@@ -1132,7 +1132,7 @@ export declare class WaasClient {
1132
1132
  * @param ListWafLogsRequest
1133
1133
  * @return ListWafLogsResponse
1134
1134
  * @throws OciError when an error occurs
1135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWafLogs.ts.html |here} to see how to use ListWafLogs API.
1135
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWafLogs.ts.html |here} to see how to use ListWafLogs API.
1136
1136
  */
1137
1137
  listWafLogs(listWafLogsRequest: requests.ListWafLogsRequest): Promise<responses.ListWafLogsResponse>;
1138
1138
  /**
@@ -1176,7 +1176,7 @@ export declare class WaasClient {
1176
1176
  * @param ListWafRequestsRequest
1177
1177
  * @return ListWafRequestsResponse
1178
1178
  * @throws OciError when an error occurs
1179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWafRequests.ts.html |here} to see how to use ListWafRequests API.
1179
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWafRequests.ts.html |here} to see how to use ListWafRequests API.
1180
1180
  */
1181
1181
  listWafRequests(listWafRequestsRequest: requests.ListWafRequestsRequest): Promise<responses.ListWafRequestsResponse>;
1182
1182
  /**
@@ -1219,7 +1219,7 @@ export declare class WaasClient {
1219
1219
  * @param ListWafTrafficRequest
1220
1220
  * @return ListWafTrafficResponse
1221
1221
  * @throws OciError when an error occurs
1222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWafTraffic.ts.html |here} to see how to use ListWafTraffic API.
1222
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWafTraffic.ts.html |here} to see how to use ListWafTraffic API.
1223
1223
  */
1224
1224
  listWafTraffic(listWafTrafficRequest: requests.ListWafTrafficRequest): Promise<responses.ListWafTrafficResponse>;
1225
1225
  /**
@@ -1260,7 +1260,7 @@ export declare class WaasClient {
1260
1260
  * @param ListWhitelistsRequest
1261
1261
  * @return ListWhitelistsResponse
1262
1262
  * @throws OciError when an error occurs
1263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWhitelists.ts.html |here} to see how to use ListWhitelists API.
1263
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWhitelists.ts.html |here} to see how to use ListWhitelists API.
1264
1264
  */
1265
1265
  listWhitelists(listWhitelistsRequest: requests.ListWhitelistsRequest): Promise<responses.ListWhitelistsResponse>;
1266
1266
  /**
@@ -1301,7 +1301,7 @@ export declare class WaasClient {
1301
1301
  * @param ListWorkRequestsRequest
1302
1302
  * @return ListWorkRequestsResponse
1303
1303
  * @throws OciError when an error occurs
1304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1304
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1305
1305
  */
1306
1306
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1307
1307
  /**
@@ -1338,12 +1338,12 @@ export declare class WaasClient {
1338
1338
  listWorkRequestsResponseIterator(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<responses.ListWorkRequestsResponse>;
1339
1339
  /**
1340
1340
  * Performs a purge of the cache for each specified resource. If no resources are passed, the cache for the entire Web Application Firewall will be purged.
1341
- * For more information, see [Caching Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/cachingrules.htm#purge).
1341
+ * For more information, see [Caching Rules](https://docs.oracle.com/iaas/Content/WAF/Tasks/cachingrules.htm#purge).
1342
1342
  * This operation does not retry by default if the user has not defined a retry configuration.
1343
1343
  * @param PurgeCacheRequest
1344
1344
  * @return PurgeCacheResponse
1345
1345
  * @throws OciError when an error occurs
1346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/PurgeCache.ts.html |here} to see how to use PurgeCache API.
1346
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/PurgeCache.ts.html |here} to see how to use PurgeCache API.
1347
1347
  */
1348
1348
  purgeCache(purgeCacheRequest: requests.PurgeCacheRequest): Promise<responses.PurgeCacheResponse>;
1349
1349
  /**
@@ -1360,7 +1360,7 @@ export declare class WaasClient {
1360
1360
  * @param UpdateAccessRulesRequest
1361
1361
  * @return UpdateAccessRulesResponse
1362
1362
  * @throws OciError when an error occurs
1363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateAccessRules.ts.html |here} to see how to use UpdateAccessRules API.
1363
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateAccessRules.ts.html |here} to see how to use UpdateAccessRules API.
1364
1364
  */
1365
1365
  updateAccessRules(updateAccessRulesRequest: requests.UpdateAccessRulesRequest): Promise<responses.UpdateAccessRulesResponse>;
1366
1366
  /**
@@ -1369,13 +1369,13 @@ export declare class WaasClient {
1369
1369
  * @param UpdateAddressListRequest
1370
1370
  * @return UpdateAddressListResponse
1371
1371
  * @throws OciError when an error occurs
1372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateAddressList.ts.html |here} to see how to use UpdateAddressList API.
1372
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateAddressList.ts.html |here} to see how to use UpdateAddressList API.
1373
1373
  */
1374
1374
  updateAddressList(updateAddressListRequest: requests.UpdateAddressListRequest): Promise<responses.UpdateAddressListResponse>;
1375
1375
  /**
1376
1376
  * Updates the configuration for each specified caching rule.
1377
1377
  * <p>
1378
- Caching rules WAF policies allow you to selectively cache content on Oracle Cloud Infrastructure's edge servers, such as webpages or certain file types. For more information about caching rules, see [Caching Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/cachingrules.htm).
1378
+ Caching rules WAF policies allow you to selectively cache content on Oracle Cloud Infrastructure's edge servers, such as webpages or certain file types. For more information about caching rules, see [Caching Rules](https://docs.oracle.com/iaas/Content/WAF/Tasks/cachingrules.htm).
1379
1379
  * <p>
1380
1380
  This operation can create, delete, update, and/or reorder caching rules depending on the structure of the request body. Caching rules can be updated by changing the properties of the caching rule object with the rule's key specified in the key field. Any existing caching rules that are not specified with a key in the list of access rules will be deleted upon update.
1381
1381
  * <p>
@@ -1384,7 +1384,7 @@ export declare class WaasClient {
1384
1384
  * @param UpdateCachingRulesRequest
1385
1385
  * @return UpdateCachingRulesResponse
1386
1386
  * @throws OciError when an error occurs
1387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateCachingRules.ts.html |here} to see how to use UpdateCachingRules API.
1387
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateCachingRules.ts.html |here} to see how to use UpdateCachingRules API.
1388
1388
  */
1389
1389
  updateCachingRules(updateCachingRulesRequest: requests.UpdateCachingRulesRequest): Promise<responses.UpdateCachingRulesResponse>;
1390
1390
  /**
@@ -1401,7 +1401,7 @@ export declare class WaasClient {
1401
1401
  * @param UpdateCaptchasRequest
1402
1402
  * @return UpdateCaptchasResponse
1403
1403
  * @throws OciError when an error occurs
1404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateCaptchas.ts.html |here} to see how to use UpdateCaptchas API.
1404
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateCaptchas.ts.html |here} to see how to use UpdateCaptchas API.
1405
1405
  */
1406
1406
  updateCaptchas(updateCaptchasRequest: requests.UpdateCaptchasRequest): Promise<responses.UpdateCaptchasResponse>;
1407
1407
  /**
@@ -1410,7 +1410,7 @@ export declare class WaasClient {
1410
1410
  * @param UpdateCertificateRequest
1411
1411
  * @return UpdateCertificateResponse
1412
1412
  * @throws OciError when an error occurs
1413
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
1413
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
1414
1414
  */
1415
1415
  updateCertificate(updateCertificateRequest: requests.UpdateCertificateRequest): Promise<responses.UpdateCertificateResponse>;
1416
1416
  /**
@@ -1419,7 +1419,7 @@ export declare class WaasClient {
1419
1419
  * @param UpdateCustomProtectionRuleRequest
1420
1420
  * @return UpdateCustomProtectionRuleResponse
1421
1421
  * @throws OciError when an error occurs
1422
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateCustomProtectionRule.ts.html |here} to see how to use UpdateCustomProtectionRule API.
1422
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateCustomProtectionRule.ts.html |here} to see how to use UpdateCustomProtectionRule API.
1423
1423
  */
1424
1424
  updateCustomProtectionRule(updateCustomProtectionRuleRequest: requests.UpdateCustomProtectionRuleRequest): Promise<responses.UpdateCustomProtectionRuleResponse>;
1425
1425
  /**
@@ -1432,18 +1432,18 @@ export declare class WaasClient {
1432
1432
  * @param UpdateDeviceFingerprintChallengeRequest
1433
1433
  * @return UpdateDeviceFingerprintChallengeResponse
1434
1434
  * @throws OciError when an error occurs
1435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateDeviceFingerprintChallenge.ts.html |here} to see how to use UpdateDeviceFingerprintChallenge API.
1435
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateDeviceFingerprintChallenge.ts.html |here} to see how to use UpdateDeviceFingerprintChallenge API.
1436
1436
  */
1437
1437
  updateDeviceFingerprintChallenge(updateDeviceFingerprintChallengeRequest: requests.UpdateDeviceFingerprintChallengeRequest): Promise<responses.UpdateDeviceFingerprintChallengeResponse>;
1438
1438
  /**
1439
1439
  * Updates the list of good bots in the Web Application Firewall configuration for a policy. Only the fields specified in the request body will be updated, all other configuration properties will remain unchanged.
1440
1440
  * <p>
1441
- Good bots allows you to manage access for bots from known providers, such as Google or Baidu. For more information about good bots, see [Bot Management](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/botmanagement.htm).
1441
+ Good bots allows you to manage access for bots from known providers, such as Google or Baidu. For more information about good bots, see [Bot Management](https://docs.oracle.com/iaas/Content/WAF/Tasks/botmanagement.htm).
1442
1442
  * This operation does not retry by default if the user has not defined a retry configuration.
1443
1443
  * @param UpdateGoodBotsRequest
1444
1444
  * @return UpdateGoodBotsResponse
1445
1445
  * @throws OciError when an error occurs
1446
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateGoodBots.ts.html |here} to see how to use UpdateGoodBots API.
1446
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateGoodBots.ts.html |here} to see how to use UpdateGoodBots API.
1447
1447
  */
1448
1448
  updateGoodBots(updateGoodBotsRequest: requests.UpdateGoodBotsRequest): Promise<responses.UpdateGoodBotsResponse>;
1449
1449
  /**
@@ -1452,16 +1452,16 @@ export declare class WaasClient {
1452
1452
  * @param UpdateHumanInteractionChallengeRequest
1453
1453
  * @return UpdateHumanInteractionChallengeResponse
1454
1454
  * @throws OciError when an error occurs
1455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateHumanInteractionChallenge.ts.html |here} to see how to use UpdateHumanInteractionChallenge API.
1455
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateHumanInteractionChallenge.ts.html |here} to see how to use UpdateHumanInteractionChallenge API.
1456
1456
  */
1457
1457
  updateHumanInteractionChallenge(updateHumanInteractionChallengeRequest: requests.UpdateHumanInteractionChallengeRequest): Promise<responses.UpdateHumanInteractionChallengeResponse>;
1458
1458
  /**
1459
- * Updates the JavaScript challenge settings in the Web Application Firewall configuration for a WAAS policy. JavaScript Challenge validates that the client can accept JavaScript with a binary decision. For more information, see [Bot Management](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/botmanagement.htm).
1459
+ * Updates the JavaScript challenge settings in the Web Application Firewall configuration for a WAAS policy. JavaScript Challenge validates that the client can accept JavaScript with a binary decision. For more information, see [Bot Management](https://docs.oracle.com/iaas/Content/WAF/Tasks/botmanagement.htm).
1460
1460
  * This operation does not retry by default if the user has not defined a retry configuration.
1461
1461
  * @param UpdateJsChallengeRequest
1462
1462
  * @return UpdateJsChallengeResponse
1463
1463
  * @throws OciError when an error occurs
1464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateJsChallenge.ts.html |here} to see how to use UpdateJsChallenge API.
1464
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateJsChallenge.ts.html |here} to see how to use UpdateJsChallenge API.
1465
1465
  */
1466
1466
  updateJsChallenge(updateJsChallengeRequest: requests.UpdateJsChallengeRequest): Promise<responses.UpdateJsChallengeResponse>;
1467
1467
  /**
@@ -1470,18 +1470,18 @@ export declare class WaasClient {
1470
1470
  * @param UpdatePolicyConfigRequest
1471
1471
  * @return UpdatePolicyConfigResponse
1472
1472
  * @throws OciError when an error occurs
1473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdatePolicyConfig.ts.html |here} to see how to use UpdatePolicyConfig API.
1473
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdatePolicyConfig.ts.html |here} to see how to use UpdatePolicyConfig API.
1474
1474
  */
1475
1475
  updatePolicyConfig(updatePolicyConfigRequest: requests.UpdatePolicyConfigRequest): Promise<responses.UpdatePolicyConfigResponse>;
1476
1476
  /**
1477
- * Updates the action for each specified protection rule. Requests can either be allowed, blocked, or trigger an alert if they meet the parameters of an applied rule. For more information on protection rules, see [WAF Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
1477
+ * Updates the action for each specified protection rule. Requests can either be allowed, blocked, or trigger an alert if they meet the parameters of an applied rule. For more information on protection rules, see [WAF Protection Rules](https://docs.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
1478
1478
  * This operation can update or disable protection rules depending on the structure of the request body.
1479
1479
  * Protection rules can be updated by changing the properties of the protection rule object with the rule's key specified in the key field.
1480
1480
  * This operation does not retry by default if the user has not defined a retry configuration.
1481
1481
  * @param UpdateProtectionRulesRequest
1482
1482
  * @return UpdateProtectionRulesResponse
1483
1483
  * @throws OciError when an error occurs
1484
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateProtectionRules.ts.html |here} to see how to use UpdateProtectionRules API.
1484
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateProtectionRules.ts.html |here} to see how to use UpdateProtectionRules API.
1485
1485
  */
1486
1486
  updateProtectionRules(updateProtectionRulesRequest: requests.UpdateProtectionRulesRequest): Promise<responses.UpdateProtectionRulesResponse>;
1487
1487
  /**
@@ -1490,7 +1490,7 @@ export declare class WaasClient {
1490
1490
  * @param UpdateProtectionSettingsRequest
1491
1491
  * @return UpdateProtectionSettingsResponse
1492
1492
  * @throws OciError when an error occurs
1493
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateProtectionSettings.ts.html |here} to see how to use UpdateProtectionSettings API.
1493
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateProtectionSettings.ts.html |here} to see how to use UpdateProtectionSettings API.
1494
1494
  */
1495
1495
  updateProtectionSettings(updateProtectionSettingsRequest: requests.UpdateProtectionSettingsRequest): Promise<responses.UpdateProtectionSettingsResponse>;
1496
1496
  /**
@@ -1499,7 +1499,7 @@ export declare class WaasClient {
1499
1499
  * @param UpdateThreatFeedsRequest
1500
1500
  * @return UpdateThreatFeedsResponse
1501
1501
  * @throws OciError when an error occurs
1502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateThreatFeeds.ts.html |here} to see how to use UpdateThreatFeeds API.
1502
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateThreatFeeds.ts.html |here} to see how to use UpdateThreatFeeds API.
1503
1503
  */
1504
1504
  updateThreatFeeds(updateThreatFeedsRequest: requests.UpdateThreatFeedsRequest): Promise<responses.UpdateThreatFeedsResponse>;
1505
1505
  /**
@@ -1510,16 +1510,16 @@ export declare class WaasClient {
1510
1510
  * @param UpdateWaasPolicyRequest
1511
1511
  * @return UpdateWaasPolicyResponse
1512
1512
  * @throws OciError when an error occurs
1513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateWaasPolicy.ts.html |here} to see how to use UpdateWaasPolicy API.
1513
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateWaasPolicy.ts.html |here} to see how to use UpdateWaasPolicy API.
1514
1514
  */
1515
1515
  updateWaasPolicy(updateWaasPolicyRequest: requests.UpdateWaasPolicyRequest): Promise<responses.UpdateWaasPolicyResponse>;
1516
1516
  /**
1517
- * Updates the action for each specified custom protection rule. Only the `DETECT` and `BLOCK` actions can be set. Disabled rules should not be included in the list. For more information on protection rules, see [WAF Protection Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
1517
+ * Updates the action for each specified custom protection rule. Only the `DETECT` and `BLOCK` actions can be set. Disabled rules should not be included in the list. For more information on protection rules, see [WAF Protection Rules](https://docs.oracle.com/iaas/Content/WAF/Tasks/wafprotectionrules.htm).
1518
1518
  * This operation does not retry by default if the user has not defined a retry configuration.
1519
1519
  * @param UpdateWaasPolicyCustomProtectionRulesRequest
1520
1520
  * @return UpdateWaasPolicyCustomProtectionRulesResponse
1521
1521
  * @throws OciError when an error occurs
1522
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateWaasPolicyCustomProtectionRules.ts.html |here} to see how to use UpdateWaasPolicyCustomProtectionRules API.
1522
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateWaasPolicyCustomProtectionRules.ts.html |here} to see how to use UpdateWaasPolicyCustomProtectionRules API.
1523
1523
  */
1524
1524
  updateWaasPolicyCustomProtectionRules(updateWaasPolicyCustomProtectionRulesRequest: requests.UpdateWaasPolicyCustomProtectionRulesRequest): Promise<responses.UpdateWaasPolicyCustomProtectionRulesResponse>;
1525
1525
  /**
@@ -1528,7 +1528,7 @@ export declare class WaasClient {
1528
1528
  * @param UpdateWafAddressRateLimitingRequest
1529
1529
  * @return UpdateWafAddressRateLimitingResponse
1530
1530
  * @throws OciError when an error occurs
1531
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateWafAddressRateLimiting.ts.html |here} to see how to use UpdateWafAddressRateLimiting API.
1531
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateWafAddressRateLimiting.ts.html |here} to see how to use UpdateWafAddressRateLimiting API.
1532
1532
  */
1533
1533
  updateWafAddressRateLimiting(updateWafAddressRateLimitingRequest: requests.UpdateWafAddressRateLimitingRequest): Promise<responses.UpdateWafAddressRateLimitingResponse>;
1534
1534
  /**
@@ -1545,7 +1545,7 @@ export declare class WaasClient {
1545
1545
  * @param UpdateWafConfigRequest
1546
1546
  * @return UpdateWafConfigResponse
1547
1547
  * @throws OciError when an error occurs
1548
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateWafConfig.ts.html |here} to see how to use UpdateWafConfig API.
1548
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateWafConfig.ts.html |here} to see how to use UpdateWafConfig API.
1549
1549
  */
1550
1550
  updateWafConfig(updateWafConfigRequest: requests.UpdateWafConfigRequest): Promise<responses.UpdateWafConfigResponse>;
1551
1551
  /**
@@ -1562,7 +1562,7 @@ export declare class WaasClient {
1562
1562
  * @param UpdateWhitelistsRequest
1563
1563
  * @return UpdateWhitelistsResponse
1564
1564
  * @throws OciError when an error occurs
1565
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateWhitelists.ts.html |here} to see how to use UpdateWhitelists API.
1565
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateWhitelists.ts.html |here} to see how to use UpdateWhitelists API.
1566
1566
  */
1567
1567
  updateWhitelists(updateWhitelistsRequest: requests.UpdateWhitelistsRequest): Promise<responses.UpdateWhitelistsResponse>;
1568
1568
  }