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.js CHANGED
@@ -216,7 +216,7 @@ class RedirectClient {
216
216
  * @param ChangeHttpRedirectCompartmentRequest
217
217
  * @return ChangeHttpRedirectCompartmentResponse
218
218
  * @throws OciError when an error occurs
219
- * @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.
219
+ * @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.
220
220
  */
221
221
  changeHttpRedirectCompartment(changeHttpRedirectCompartmentRequest) {
222
222
  return __awaiter(this, void 0, void 0, function* () {
@@ -273,7 +273,7 @@ class RedirectClient {
273
273
  * @param CreateHttpRedirectRequest
274
274
  * @return CreateHttpRedirectResponse
275
275
  * @throws OciError when an error occurs
276
- * @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.
276
+ * @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.
277
277
  */
278
278
  createHttpRedirect(createHttpRedirectRequest) {
279
279
  return __awaiter(this, void 0, void 0, function* () {
@@ -332,7 +332,7 @@ class RedirectClient {
332
332
  * @param DeleteHttpRedirectRequest
333
333
  * @return DeleteHttpRedirectResponse
334
334
  * @throws OciError when an error occurs
335
- * @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.
335
+ * @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.
336
336
  */
337
337
  deleteHttpRedirect(deleteHttpRedirectRequest) {
338
338
  return __awaiter(this, void 0, void 0, function* () {
@@ -393,7 +393,7 @@ class RedirectClient {
393
393
  * @param GetHttpRedirectRequest
394
394
  * @return GetHttpRedirectResponse
395
395
  * @throws OciError when an error occurs
396
- * @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.
396
+ * @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.
397
397
  */
398
398
  getHttpRedirect(getHttpRedirectRequest) {
399
399
  return __awaiter(this, void 0, void 0, function* () {
@@ -456,7 +456,7 @@ class RedirectClient {
456
456
  * @param ListHttpRedirectsRequest
457
457
  * @return ListHttpRedirectsResponse
458
458
  * @throws OciError when an error occurs
459
- * @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.
459
+ * @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.
460
460
  */
461
461
  listHttpRedirects(listHttpRedirectsRequest) {
462
462
  return __awaiter(this, void 0, void 0, function* () {
@@ -568,7 +568,7 @@ class RedirectClient {
568
568
  * @param UpdateHttpRedirectRequest
569
569
  * @return UpdateHttpRedirectResponse
570
570
  * @throws OciError when an error occurs
571
- * @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.
571
+ * @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.
572
572
  */
573
573
  updateHttpRedirect(updateHttpRedirectRequest) {
574
574
  return __awaiter(this, void 0, void 0, function* () {
@@ -790,12 +790,12 @@ class WaasClient {
790
790
  /**
791
791
  * 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.
792
792
  * <p>
793
- 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).
793
+ 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).
794
794
  * This operation does not retry by default if the user has not defined a retry configuration.
795
795
  * @param AcceptRecommendationsRequest
796
796
  * @return AcceptRecommendationsResponse
797
797
  * @throws OciError when an error occurs
798
- * @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.
798
+ * @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.
799
799
  */
800
800
  acceptRecommendations(acceptRecommendationsRequest) {
801
801
  return __awaiter(this, void 0, void 0, function* () {
@@ -856,7 +856,7 @@ class WaasClient {
856
856
  * @param CancelWorkRequestRequest
857
857
  * @return CancelWorkRequestResponse
858
858
  * @throws OciError when an error occurs
859
- * @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.
859
+ * @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.
860
860
  */
861
861
  cancelWorkRequest(cancelWorkRequestRequest) {
862
862
  return __awaiter(this, void 0, void 0, function* () {
@@ -909,13 +909,13 @@ class WaasClient {
909
909
  /**
910
910
  * Moves address list into a different compartment. When provided, If-Match
911
911
  * is checked against ETag values of the address list. For information about moving
912
- * resources between compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
912
+ * resources between compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
913
913
  *
914
914
  * This operation does not retry by default if the user has not defined a retry configuration.
915
915
  * @param ChangeAddressListCompartmentRequest
916
916
  * @return ChangeAddressListCompartmentResponse
917
917
  * @throws OciError when an error occurs
918
- * @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.
918
+ * @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.
919
919
  */
920
920
  changeAddressListCompartment(changeAddressListCompartmentRequest) {
921
921
  return __awaiter(this, void 0, void 0, function* () {
@@ -968,13 +968,13 @@ class WaasClient {
968
968
  }
969
969
  /**
970
970
  * Moves certificate into a different compartment. When provided, If-Match is checked against ETag values of the certificate.
971
- * 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).
971
+ * 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).
972
972
  *
973
973
  * This operation does not retry by default if the user has not defined a retry configuration.
974
974
  * @param ChangeCertificateCompartmentRequest
975
975
  * @return ChangeCertificateCompartmentResponse
976
976
  * @throws OciError when an error occurs
977
- * @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.
977
+ * @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.
978
978
  */
979
979
  changeCertificateCompartment(changeCertificateCompartmentRequest) {
980
980
  return __awaiter(this, void 0, void 0, function* () {
@@ -1026,12 +1026,12 @@ class WaasClient {
1026
1026
  });
1027
1027
  }
1028
1028
  /**
1029
- * 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).
1029
+ * 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).
1030
1030
  * This operation does not retry by default if the user has not defined a retry configuration.
1031
1031
  * @param ChangeCustomProtectionRuleCompartmentRequest
1032
1032
  * @return ChangeCustomProtectionRuleCompartmentResponse
1033
1033
  * @throws OciError when an error occurs
1034
- * @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.
1034
+ * @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.
1035
1035
  */
1036
1036
  changeCustomProtectionRuleCompartment(changeCustomProtectionRuleCompartmentRequest) {
1037
1037
  return __awaiter(this, void 0, void 0, function* () {
@@ -1084,13 +1084,13 @@ class WaasClient {
1084
1084
  }
1085
1085
  /**
1086
1086
  * Moves WAAS policy into a different compartment. When provided, If-Match is checked against ETag values of the WAAS policy.
1087
- * 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).
1087
+ * 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).
1088
1088
  *
1089
1089
  * This operation does not retry by default if the user has not defined a retry configuration.
1090
1090
  * @param ChangeWaasPolicyCompartmentRequest
1091
1091
  * @return ChangeWaasPolicyCompartmentResponse
1092
1092
  * @throws OciError when an error occurs
1093
- * @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.
1093
+ * @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.
1094
1094
  */
1095
1095
  changeWaasPolicyCompartment(changeWaasPolicyCompartmentRequest) {
1096
1096
  return __awaiter(this, void 0, void 0, function* () {
@@ -1147,7 +1147,7 @@ class WaasClient {
1147
1147
  * @param CreateAddressListRequest
1148
1148
  * @return CreateAddressListResponse
1149
1149
  * @throws OciError when an error occurs
1150
- * @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.
1150
+ * @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.
1151
1151
  */
1152
1152
  createAddressList(createAddressListRequest) {
1153
1153
  return __awaiter(this, void 0, void 0, function* () {
@@ -1207,12 +1207,12 @@ class WaasClient {
1207
1207
  /**
1208
1208
  * 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.
1209
1209
  * <p>
1210
- For more information, see [WAF Settings](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/wafsettings.htm).
1210
+ For more information, see [WAF Settings](https://docs.oracle.com/iaas/Content/WAF/Tasks/wafsettings.htm).
1211
1211
  * This operation does not retry by default if the user has not defined a retry configuration.
1212
1212
  * @param CreateCertificateRequest
1213
1213
  * @return CreateCertificateResponse
1214
1214
  * @throws OciError when an error occurs
1215
- * @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.
1215
+ * @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.
1216
1216
  */
1217
1217
  createCertificate(createCertificateRequest) {
1218
1218
  return __awaiter(this, void 0, void 0, function* () {
@@ -1272,12 +1272,12 @@ class WaasClient {
1272
1272
  /**
1273
1273
  * Creates a new custom protection rule in the specified compartment.
1274
1274
  * <p>
1275
- 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).
1275
+ 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).
1276
1276
  * This operation does not retry by default if the user has not defined a retry configuration.
1277
1277
  * @param CreateCustomProtectionRuleRequest
1278
1278
  * @return CreateCustomProtectionRuleResponse
1279
1279
  * @throws OciError when an error occurs
1280
- * @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.
1280
+ * @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.
1281
1281
  */
1282
1282
  createCustomProtectionRule(createCustomProtectionRuleRequest) {
1283
1283
  return __awaiter(this, void 0, void 0, function* () {
@@ -1341,18 +1341,18 @@ class WaasClient {
1341
1341
  * <p>
1342
1342
  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.
1343
1343
  * <p>
1344
- 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).
1344
+ 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).
1345
1345
  * <p>
1346
1346
  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`.
1347
1347
  * <p>
1348
- 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).
1348
+ 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).
1349
1349
  * <p>
1350
1350
  **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.
1351
1351
  * This operation does not retry by default if the user has not defined a retry configuration.
1352
1352
  * @param CreateWaasPolicyRequest
1353
1353
  * @return CreateWaasPolicyResponse
1354
1354
  * @throws OciError when an error occurs
1355
- * @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.
1355
+ * @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.
1356
1356
  */
1357
1357
  createWaasPolicy(createWaasPolicyRequest) {
1358
1358
  return __awaiter(this, void 0, void 0, function* () {
@@ -1416,7 +1416,7 @@ class WaasClient {
1416
1416
  * @param DeleteAddressListRequest
1417
1417
  * @return DeleteAddressListResponse
1418
1418
  * @throws OciError when an error occurs
1419
- * @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.
1419
+ * @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.
1420
1420
  */
1421
1421
  deleteAddressList(deleteAddressListRequest) {
1422
1422
  return __awaiter(this, void 0, void 0, function* () {
@@ -1472,7 +1472,7 @@ class WaasClient {
1472
1472
  * @param DeleteCertificateRequest
1473
1473
  * @return DeleteCertificateResponse
1474
1474
  * @throws OciError when an error occurs
1475
- * @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.
1475
+ * @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.
1476
1476
  */
1477
1477
  deleteCertificate(deleteCertificateRequest) {
1478
1478
  return __awaiter(this, void 0, void 0, function* () {
@@ -1528,7 +1528,7 @@ class WaasClient {
1528
1528
  * @param DeleteCustomProtectionRuleRequest
1529
1529
  * @return DeleteCustomProtectionRuleResponse
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/DeleteCustomProtectionRule.ts.html |here} to see how to use DeleteCustomProtectionRule API.
1531
+ * @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.
1532
1532
  */
1533
1533
  deleteCustomProtectionRule(deleteCustomProtectionRuleRequest) {
1534
1534
  return __awaiter(this, void 0, void 0, function* () {
@@ -1584,7 +1584,7 @@ class WaasClient {
1584
1584
  * @param DeleteWaasPolicyRequest
1585
1585
  * @return DeleteWaasPolicyResponse
1586
1586
  * @throws OciError when an error occurs
1587
- * @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.
1587
+ * @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.
1588
1588
  */
1589
1589
  deleteWaasPolicy(deleteWaasPolicyRequest) {
1590
1590
  return __awaiter(this, void 0, void 0, function* () {
@@ -1645,7 +1645,7 @@ class WaasClient {
1645
1645
  * @param GetAddressListRequest
1646
1646
  * @return GetAddressListResponse
1647
1647
  * @throws OciError when an error occurs
1648
- * @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.
1648
+ * @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.
1649
1649
  */
1650
1650
  getAddressList(getAddressListRequest) {
1651
1651
  return __awaiter(this, void 0, void 0, function* () {
@@ -1708,7 +1708,7 @@ class WaasClient {
1708
1708
  * @param GetCertificateRequest
1709
1709
  * @return GetCertificateResponse
1710
1710
  * @throws OciError when an error occurs
1711
- * @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.
1711
+ * @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.
1712
1712
  */
1713
1713
  getCertificate(getCertificateRequest) {
1714
1714
  return __awaiter(this, void 0, void 0, function* () {
@@ -1771,7 +1771,7 @@ class WaasClient {
1771
1771
  * @param GetCustomProtectionRuleRequest
1772
1772
  * @return GetCustomProtectionRuleResponse
1773
1773
  * @throws OciError when an error occurs
1774
- * @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.
1774
+ * @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.
1775
1775
  */
1776
1776
  getCustomProtectionRule(getCustomProtectionRuleRequest) {
1777
1777
  return __awaiter(this, void 0, void 0, function* () {
@@ -1834,7 +1834,7 @@ class WaasClient {
1834
1834
  * @param GetDeviceFingerprintChallengeRequest
1835
1835
  * @return GetDeviceFingerprintChallengeResponse
1836
1836
  * @throws OciError when an error occurs
1837
- * @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.
1837
+ * @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.
1838
1838
  */
1839
1839
  getDeviceFingerprintChallenge(getDeviceFingerprintChallengeRequest) {
1840
1840
  return __awaiter(this, void 0, void 0, function* () {
@@ -1897,7 +1897,7 @@ class WaasClient {
1897
1897
  * @param GetHumanInteractionChallengeRequest
1898
1898
  * @return GetHumanInteractionChallengeResponse
1899
1899
  * @throws OciError when an error occurs
1900
- * @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.
1900
+ * @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.
1901
1901
  */
1902
1902
  getHumanInteractionChallenge(getHumanInteractionChallengeRequest) {
1903
1903
  return __awaiter(this, void 0, void 0, function* () {
@@ -1960,7 +1960,7 @@ class WaasClient {
1960
1960
  * @param GetJsChallengeRequest
1961
1961
  * @return GetJsChallengeResponse
1962
1962
  * @throws OciError when an error occurs
1963
- * @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.
1963
+ * @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.
1964
1964
  */
1965
1965
  getJsChallenge(getJsChallengeRequest) {
1966
1966
  return __awaiter(this, void 0, void 0, function* () {
@@ -2023,7 +2023,7 @@ class WaasClient {
2023
2023
  * @param GetPolicyConfigRequest
2024
2024
  * @return GetPolicyConfigResponse
2025
2025
  * @throws OciError when an error occurs
2026
- * @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.
2026
+ * @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.
2027
2027
  */
2028
2028
  getPolicyConfig(getPolicyConfigRequest) {
2029
2029
  return __awaiter(this, void 0, void 0, function* () {
@@ -2086,7 +2086,7 @@ class WaasClient {
2086
2086
  * @param GetProtectionRuleRequest
2087
2087
  * @return GetProtectionRuleResponse
2088
2088
  * @throws OciError when an error occurs
2089
- * @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.
2089
+ * @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.
2090
2090
  */
2091
2091
  getProtectionRule(getProtectionRuleRequest) {
2092
2092
  return __awaiter(this, void 0, void 0, function* () {
@@ -2150,7 +2150,7 @@ class WaasClient {
2150
2150
  * @param GetProtectionSettingsRequest
2151
2151
  * @return GetProtectionSettingsResponse
2152
2152
  * @throws OciError when an error occurs
2153
- * @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.
2153
+ * @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.
2154
2154
  */
2155
2155
  getProtectionSettings(getProtectionSettingsRequest) {
2156
2156
  return __awaiter(this, void 0, void 0, function* () {
@@ -2213,7 +2213,7 @@ class WaasClient {
2213
2213
  * @param GetWaasPolicyRequest
2214
2214
  * @return GetWaasPolicyResponse
2215
2215
  * @throws OciError when an error occurs
2216
- * @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.
2216
+ * @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.
2217
2217
  */
2218
2218
  getWaasPolicy(getWaasPolicyRequest) {
2219
2219
  return __awaiter(this, void 0, void 0, function* () {
@@ -2276,7 +2276,7 @@ class WaasClient {
2276
2276
  * @param GetWafAddressRateLimitingRequest
2277
2277
  * @return GetWafAddressRateLimitingResponse
2278
2278
  * @throws OciError when an error occurs
2279
- * @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.
2279
+ * @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.
2280
2280
  */
2281
2281
  getWafAddressRateLimiting(getWafAddressRateLimitingRequest) {
2282
2282
  return __awaiter(this, void 0, void 0, function* () {
@@ -2339,7 +2339,7 @@ class WaasClient {
2339
2339
  * @param GetWafConfigRequest
2340
2340
  * @return GetWafConfigResponse
2341
2341
  * @throws OciError when an error occurs
2342
- * @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.
2342
+ * @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.
2343
2343
  */
2344
2344
  getWafConfig(getWafConfigRequest) {
2345
2345
  return __awaiter(this, void 0, void 0, function* () {
@@ -2402,7 +2402,7 @@ class WaasClient {
2402
2402
  * @param GetWorkRequestRequest
2403
2403
  * @return GetWorkRequestResponse
2404
2404
  * @throws OciError when an error occurs
2405
- * @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.
2405
+ * @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.
2406
2406
  */
2407
2407
  getWorkRequest(getWorkRequestRequest) {
2408
2408
  return __awaiter(this, void 0, void 0, function* () {
@@ -2471,7 +2471,7 @@ class WaasClient {
2471
2471
  * @param ListAccessRulesRequest
2472
2472
  * @return ListAccessRulesResponse
2473
2473
  * @throws OciError when an error occurs
2474
- * @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.
2474
+ * @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.
2475
2475
  */
2476
2476
  listAccessRules(listAccessRulesRequest) {
2477
2477
  return __awaiter(this, void 0, void 0, function* () {
@@ -2582,7 +2582,7 @@ class WaasClient {
2582
2582
  * @param ListAddressListsRequest
2583
2583
  * @return ListAddressListsResponse
2584
2584
  * @throws OciError when an error occurs
2585
- * @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.
2585
+ * @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.
2586
2586
  */
2587
2587
  listAddressLists(listAddressListsRequest) {
2588
2588
  return __awaiter(this, void 0, void 0, function* () {
@@ -2695,7 +2695,7 @@ class WaasClient {
2695
2695
  * @param ListCachingRulesRequest
2696
2696
  * @return ListCachingRulesResponse
2697
2697
  * @throws OciError when an error occurs
2698
- * @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.
2698
+ * @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.
2699
2699
  */
2700
2700
  listCachingRules(listCachingRulesRequest) {
2701
2701
  return __awaiter(this, void 0, void 0, function* () {
@@ -2811,7 +2811,7 @@ class WaasClient {
2811
2811
  * @param ListCaptchasRequest
2812
2812
  * @return ListCaptchasResponse
2813
2813
  * @throws OciError when an error occurs
2814
- * @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.
2814
+ * @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.
2815
2815
  */
2816
2816
  listCaptchas(listCaptchasRequest) {
2817
2817
  return __awaiter(this, void 0, void 0, function* () {
@@ -2922,7 +2922,7 @@ class WaasClient {
2922
2922
  * @param ListCertificatesRequest
2923
2923
  * @return ListCertificatesResponse
2924
2924
  * @throws OciError when an error occurs
2925
- * @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.
2925
+ * @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.
2926
2926
  */
2927
2927
  listCertificates(listCertificatesRequest) {
2928
2928
  return __awaiter(this, void 0, void 0, function* () {
@@ -3034,7 +3034,7 @@ class WaasClient {
3034
3034
  * @param ListCustomProtectionRulesRequest
3035
3035
  * @return ListCustomProtectionRulesResponse
3036
3036
  * @throws OciError when an error occurs
3037
- * @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.
3037
+ * @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.
3038
3038
  */
3039
3039
  listCustomProtectionRules(listCustomProtectionRulesRequest) {
3040
3040
  return __awaiter(this, void 0, void 0, function* () {
@@ -3146,7 +3146,7 @@ class WaasClient {
3146
3146
  * @param ListEdgeSubnetsRequest
3147
3147
  * @return ListEdgeSubnetsResponse
3148
3148
  * @throws OciError when an error occurs
3149
- * @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.
3149
+ * @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.
3150
3150
  */
3151
3151
  listEdgeSubnets(listEdgeSubnetsRequest) {
3152
3152
  return __awaiter(this, void 0, void 0, function* () {
@@ -3255,7 +3255,7 @@ class WaasClient {
3255
3255
  * @param ListGoodBotsRequest
3256
3256
  * @return ListGoodBotsResponse
3257
3257
  * @throws OciError when an error occurs
3258
- * @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.
3258
+ * @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.
3259
3259
  */
3260
3260
  listGoodBots(listGoodBotsRequest) {
3261
3261
  return __awaiter(this, void 0, void 0, function* () {
@@ -3367,7 +3367,7 @@ class WaasClient {
3367
3367
  * @param ListProtectionRulesRequest
3368
3368
  * @return ListProtectionRulesResponse
3369
3369
  * @throws OciError when an error occurs
3370
- * @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.
3370
+ * @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.
3371
3371
  */
3372
3372
  listProtectionRules(listProtectionRulesRequest) {
3373
3373
  return __awaiter(this, void 0, void 0, function* () {
@@ -3477,13 +3477,13 @@ class WaasClient {
3477
3477
  /**
3478
3478
  * Gets the list of recommended Web Application Firewall protection rules.
3479
3479
  * <p>
3480
- 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).
3480
+ 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).
3481
3481
  * The list is sorted by `key`, in ascending order.
3482
3482
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
3483
3483
  * @param ListRecommendationsRequest
3484
3484
  * @return ListRecommendationsResponse
3485
3485
  * @throws OciError when an error occurs
3486
- * @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.
3486
+ * @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.
3487
3487
  */
3488
3488
  listRecommendations(listRecommendationsRequest) {
3489
3489
  return __awaiter(this, void 0, void 0, function* () {
@@ -3598,7 +3598,7 @@ class WaasClient {
3598
3598
  * @param ListThreatFeedsRequest
3599
3599
  * @return ListThreatFeedsResponse
3600
3600
  * @throws OciError when an error occurs
3601
- * @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.
3601
+ * @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.
3602
3602
  */
3603
3603
  listThreatFeeds(listThreatFeedsRequest) {
3604
3604
  return __awaiter(this, void 0, void 0, function* () {
@@ -3709,7 +3709,7 @@ class WaasClient {
3709
3709
  * @param ListWaasPoliciesRequest
3710
3710
  * @return ListWaasPoliciesResponse
3711
3711
  * @throws OciError when an error occurs
3712
- * @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.
3712
+ * @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.
3713
3713
  */
3714
3714
  listWaasPolicies(listWaasPoliciesRequest) {
3715
3715
  return __awaiter(this, void 0, void 0, function* () {
@@ -3821,7 +3821,7 @@ class WaasClient {
3821
3821
  * @param ListWaasPolicyCustomProtectionRulesRequest
3822
3822
  * @return ListWaasPolicyCustomProtectionRulesResponse
3823
3823
  * @throws OciError when an error occurs
3824
- * @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.
3824
+ * @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.
3825
3825
  */
3826
3826
  listWaasPolicyCustomProtectionRules(listWaasPolicyCustomProtectionRulesRequest) {
3827
3827
  return __awaiter(this, void 0, void 0, function* () {
@@ -3934,7 +3934,7 @@ class WaasClient {
3934
3934
  * @param ListWafBlockedRequestsRequest
3935
3935
  * @return ListWafBlockedRequestsResponse
3936
3936
  * @throws OciError when an error occurs
3937
- * @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.
3937
+ * @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.
3938
3938
  */
3939
3939
  listWafBlockedRequests(listWafBlockedRequestsRequest) {
3940
3940
  return __awaiter(this, void 0, void 0, function* () {
@@ -4046,7 +4046,7 @@ class WaasClient {
4046
4046
  * @param ListWafLogsRequest
4047
4047
  * @return ListWafLogsResponse
4048
4048
  * @throws OciError when an error occurs
4049
- * @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.
4049
+ * @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.
4050
4050
  */
4051
4051
  listWafLogs(listWafLogsRequest) {
4052
4052
  return __awaiter(this, void 0, void 0, function* () {
@@ -4174,7 +4174,7 @@ class WaasClient {
4174
4174
  * @param ListWafRequestsRequest
4175
4175
  * @return ListWafRequestsResponse
4176
4176
  * @throws OciError when an error occurs
4177
- * @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.
4177
+ * @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.
4178
4178
  */
4179
4179
  listWafRequests(listWafRequestsRequest) {
4180
4180
  return __awaiter(this, void 0, void 0, function* () {
@@ -4284,7 +4284,7 @@ class WaasClient {
4284
4284
  * @param ListWafTrafficRequest
4285
4285
  * @return ListWafTrafficResponse
4286
4286
  * @throws OciError when an error occurs
4287
- * @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.
4287
+ * @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.
4288
4288
  */
4289
4289
  listWafTraffic(listWafTrafficRequest) {
4290
4290
  return __awaiter(this, void 0, void 0, function* () {
@@ -4392,7 +4392,7 @@ class WaasClient {
4392
4392
  * @param ListWhitelistsRequest
4393
4393
  * @return ListWhitelistsResponse
4394
4394
  * @throws OciError when an error occurs
4395
- * @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.
4395
+ * @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.
4396
4396
  */
4397
4397
  listWhitelists(listWhitelistsRequest) {
4398
4398
  return __awaiter(this, void 0, void 0, function* () {
@@ -4503,7 +4503,7 @@ class WaasClient {
4503
4503
  * @param ListWorkRequestsRequest
4504
4504
  * @return ListWorkRequestsResponse
4505
4505
  * @throws OciError when an error occurs
4506
- * @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.
4506
+ * @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.
4507
4507
  */
4508
4508
  listWorkRequests(listWorkRequestsRequest) {
4509
4509
  return __awaiter(this, void 0, void 0, function* () {
@@ -4607,12 +4607,12 @@ class WaasClient {
4607
4607
  }
4608
4608
  /**
4609
4609
  * 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.
4610
- * For more information, see [Caching Rules](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/cachingrules.htm#purge).
4610
+ * For more information, see [Caching Rules](https://docs.oracle.com/iaas/Content/WAF/Tasks/cachingrules.htm#purge).
4611
4611
  * This operation does not retry by default if the user has not defined a retry configuration.
4612
4612
  * @param PurgeCacheRequest
4613
4613
  * @return PurgeCacheResponse
4614
4614
  * @throws OciError when an error occurs
4615
- * @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.
4615
+ * @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.
4616
4616
  */
4617
4617
  purgeCache(purgeCacheRequest) {
4618
4618
  return __awaiter(this, void 0, void 0, function* () {
@@ -4681,7 +4681,7 @@ class WaasClient {
4681
4681
  * @param UpdateAccessRulesRequest
4682
4682
  * @return UpdateAccessRulesResponse
4683
4683
  * @throws OciError when an error occurs
4684
- * @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.
4684
+ * @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.
4685
4685
  */
4686
4686
  updateAccessRules(updateAccessRulesRequest) {
4687
4687
  return __awaiter(this, void 0, void 0, function* () {
@@ -4743,7 +4743,7 @@ class WaasClient {
4743
4743
  * @param UpdateAddressListRequest
4744
4744
  * @return UpdateAddressListResponse
4745
4745
  * @throws OciError when an error occurs
4746
- * @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.
4746
+ * @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.
4747
4747
  */
4748
4748
  updateAddressList(updateAddressListRequest) {
4749
4749
  return __awaiter(this, void 0, void 0, function* () {
@@ -4805,7 +4805,7 @@ class WaasClient {
4805
4805
  /**
4806
4806
  * Updates the configuration for each specified caching rule.
4807
4807
  * <p>
4808
- 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).
4808
+ 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).
4809
4809
  * <p>
4810
4810
  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.
4811
4811
  * <p>
@@ -4814,7 +4814,7 @@ class WaasClient {
4814
4814
  * @param UpdateCachingRulesRequest
4815
4815
  * @return UpdateCachingRulesResponse
4816
4816
  * @throws OciError when an error occurs
4817
- * @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.
4817
+ * @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.
4818
4818
  */
4819
4819
  updateCachingRules(updateCachingRulesRequest) {
4820
4820
  return __awaiter(this, void 0, void 0, function* () {
@@ -4884,7 +4884,7 @@ class WaasClient {
4884
4884
  * @param UpdateCaptchasRequest
4885
4885
  * @return UpdateCaptchasResponse
4886
4886
  * @throws OciError when an error occurs
4887
- * @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.
4887
+ * @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.
4888
4888
  */
4889
4889
  updateCaptchas(updateCaptchasRequest) {
4890
4890
  return __awaiter(this, void 0, void 0, function* () {
@@ -4946,7 +4946,7 @@ class WaasClient {
4946
4946
  * @param UpdateCertificateRequest
4947
4947
  * @return UpdateCertificateResponse
4948
4948
  * @throws OciError when an error occurs
4949
- * @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.
4949
+ * @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.
4950
4950
  */
4951
4951
  updateCertificate(updateCertificateRequest) {
4952
4952
  return __awaiter(this, void 0, void 0, function* () {
@@ -5011,7 +5011,7 @@ class WaasClient {
5011
5011
  * @param UpdateCustomProtectionRuleRequest
5012
5012
  * @return UpdateCustomProtectionRuleResponse
5013
5013
  * @throws OciError when an error occurs
5014
- * @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.
5014
+ * @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.
5015
5015
  */
5016
5016
  updateCustomProtectionRule(updateCustomProtectionRuleRequest) {
5017
5017
  return __awaiter(this, void 0, void 0, function* () {
@@ -5081,7 +5081,7 @@ class WaasClient {
5081
5081
  * @param UpdateDeviceFingerprintChallengeRequest
5082
5082
  * @return UpdateDeviceFingerprintChallengeResponse
5083
5083
  * @throws OciError when an error occurs
5084
- * @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.
5084
+ * @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.
5085
5085
  */
5086
5086
  updateDeviceFingerprintChallenge(updateDeviceFingerprintChallengeRequest) {
5087
5087
  return __awaiter(this, void 0, void 0, function* () {
@@ -5140,12 +5140,12 @@ class WaasClient {
5140
5140
  /**
5141
5141
  * 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.
5142
5142
  * <p>
5143
- 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).
5143
+ 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).
5144
5144
  * This operation does not retry by default if the user has not defined a retry configuration.
5145
5145
  * @param UpdateGoodBotsRequest
5146
5146
  * @return UpdateGoodBotsResponse
5147
5147
  * @throws OciError when an error occurs
5148
- * @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.
5148
+ * @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.
5149
5149
  */
5150
5150
  updateGoodBots(updateGoodBotsRequest) {
5151
5151
  return __awaiter(this, void 0, void 0, function* () {
@@ -5207,7 +5207,7 @@ class WaasClient {
5207
5207
  * @param UpdateHumanInteractionChallengeRequest
5208
5208
  * @return UpdateHumanInteractionChallengeResponse
5209
5209
  * @throws OciError when an error occurs
5210
- * @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.
5210
+ * @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.
5211
5211
  */
5212
5212
  updateHumanInteractionChallenge(updateHumanInteractionChallengeRequest) {
5213
5213
  return __awaiter(this, void 0, void 0, function* () {
@@ -5264,12 +5264,12 @@ class WaasClient {
5264
5264
  });
5265
5265
  }
5266
5266
  /**
5267
- * 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).
5267
+ * 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).
5268
5268
  * This operation does not retry by default if the user has not defined a retry configuration.
5269
5269
  * @param UpdateJsChallengeRequest
5270
5270
  * @return UpdateJsChallengeResponse
5271
5271
  * @throws OciError when an error occurs
5272
- * @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.
5272
+ * @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.
5273
5273
  */
5274
5274
  updateJsChallenge(updateJsChallengeRequest) {
5275
5275
  return __awaiter(this, void 0, void 0, function* () {
@@ -5331,7 +5331,7 @@ class WaasClient {
5331
5331
  * @param UpdatePolicyConfigRequest
5332
5332
  * @return UpdatePolicyConfigResponse
5333
5333
  * @throws OciError when an error occurs
5334
- * @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.
5334
+ * @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.
5335
5335
  */
5336
5336
  updatePolicyConfig(updatePolicyConfigRequest) {
5337
5337
  return __awaiter(this, void 0, void 0, function* () {
@@ -5388,14 +5388,14 @@ class WaasClient {
5388
5388
  });
5389
5389
  }
5390
5390
  /**
5391
- * 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).
5391
+ * 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).
5392
5392
  * This operation can update or disable protection rules depending on the structure of the request body.
5393
5393
  * Protection rules can be updated by changing the properties of the protection rule object with the rule's key specified in the key field.
5394
5394
  * This operation does not retry by default if the user has not defined a retry configuration.
5395
5395
  * @param UpdateProtectionRulesRequest
5396
5396
  * @return UpdateProtectionRulesResponse
5397
5397
  * @throws OciError when an error occurs
5398
- * @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.
5398
+ * @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.
5399
5399
  */
5400
5400
  updateProtectionRules(updateProtectionRulesRequest) {
5401
5401
  return __awaiter(this, void 0, void 0, function* () {
@@ -5456,7 +5456,7 @@ class WaasClient {
5456
5456
  * @param UpdateProtectionSettingsRequest
5457
5457
  * @return UpdateProtectionSettingsResponse
5458
5458
  * @throws OciError when an error occurs
5459
- * @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.
5459
+ * @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.
5460
5460
  */
5461
5461
  updateProtectionSettings(updateProtectionSettingsRequest) {
5462
5462
  return __awaiter(this, void 0, void 0, function* () {
@@ -5518,7 +5518,7 @@ class WaasClient {
5518
5518
  * @param UpdateThreatFeedsRequest
5519
5519
  * @return UpdateThreatFeedsResponse
5520
5520
  * @throws OciError when an error occurs
5521
- * @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.
5521
+ * @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.
5522
5522
  */
5523
5523
  updateThreatFeeds(updateThreatFeedsRequest) {
5524
5524
  return __awaiter(this, void 0, void 0, function* () {
@@ -5581,7 +5581,7 @@ class WaasClient {
5581
5581
  * @param UpdateWaasPolicyRequest
5582
5582
  * @return UpdateWaasPolicyResponse
5583
5583
  * @throws OciError when an error occurs
5584
- * @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.
5584
+ * @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.
5585
5585
  */
5586
5586
  updateWaasPolicy(updateWaasPolicyRequest) {
5587
5587
  return __awaiter(this, void 0, void 0, function* () {
@@ -5638,12 +5638,12 @@ class WaasClient {
5638
5638
  });
5639
5639
  }
5640
5640
  /**
5641
- * 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).
5641
+ * 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).
5642
5642
  * This operation does not retry by default if the user has not defined a retry configuration.
5643
5643
  * @param UpdateWaasPolicyCustomProtectionRulesRequest
5644
5644
  * @return UpdateWaasPolicyCustomProtectionRulesResponse
5645
5645
  * @throws OciError when an error occurs
5646
- * @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.
5646
+ * @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.
5647
5647
  */
5648
5648
  updateWaasPolicyCustomProtectionRules(updateWaasPolicyCustomProtectionRulesRequest) {
5649
5649
  return __awaiter(this, void 0, void 0, function* () {
@@ -5705,7 +5705,7 @@ class WaasClient {
5705
5705
  * @param UpdateWafAddressRateLimitingRequest
5706
5706
  * @return UpdateWafAddressRateLimitingResponse
5707
5707
  * @throws OciError when an error occurs
5708
- * @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.
5708
+ * @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.
5709
5709
  */
5710
5710
  updateWafAddressRateLimiting(updateWafAddressRateLimitingRequest) {
5711
5711
  return __awaiter(this, void 0, void 0, function* () {
@@ -5775,7 +5775,7 @@ class WaasClient {
5775
5775
  * @param UpdateWafConfigRequest
5776
5776
  * @return UpdateWafConfigResponse
5777
5777
  * @throws OciError when an error occurs
5778
- * @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.
5778
+ * @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.
5779
5779
  */
5780
5780
  updateWafConfig(updateWafConfigRequest) {
5781
5781
  return __awaiter(this, void 0, void 0, function* () {
@@ -5845,7 +5845,7 @@ class WaasClient {
5845
5845
  * @param UpdateWhitelistsRequest
5846
5846
  * @return UpdateWhitelistsResponse
5847
5847
  * @throws OciError when an error occurs
5848
- * @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.
5848
+ * @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.
5849
5849
  */
5850
5850
  updateWhitelists(updateWhitelistsRequest) {
5851
5851
  return __awaiter(this, void 0, void 0, function* () {