oci-waas 2.102.1 → 2.103.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/lib/client.d.ts +88 -88
  2. package/lib/client.js +88 -88
  3. package/lib/model/address-list-summary.d.ts +4 -4
  4. package/lib/model/address-list.d.ts +4 -4
  5. package/lib/model/certificate-summary.d.ts +4 -4
  6. package/lib/model/certificate.d.ts +4 -4
  7. package/lib/model/change-address-list-compartment-details.d.ts +1 -1
  8. package/lib/model/change-certificate-compartment-details.d.ts +2 -2
  9. package/lib/model/change-custom-protection-rule-compartment-details.d.ts +1 -1
  10. package/lib/model/change-http-redirect-compartment-details.d.ts +1 -1
  11. package/lib/model/change-waas-policy-compartment-details.d.ts +2 -2
  12. package/lib/model/create-address-list-details.d.ts +3 -3
  13. package/lib/model/create-certificate-details.d.ts +3 -3
  14. package/lib/model/create-custom-protection-rule-details.d.ts +5 -5
  15. package/lib/model/create-http-redirect-details.d.ts +3 -3
  16. package/lib/model/create-waas-policy-details.d.ts +3 -3
  17. package/lib/model/custom-protection-rule-setting.d.ts +1 -1
  18. package/lib/model/custom-protection-rule-summary.d.ts +4 -4
  19. package/lib/model/custom-protection-rule.d.ts +5 -5
  20. package/lib/model/http-redirect-summary.d.ts +4 -4
  21. package/lib/model/http-redirect.d.ts +4 -4
  22. package/lib/model/update-address-list-details.d.ts +2 -2
  23. package/lib/model/update-certificate-details.d.ts +2 -2
  24. package/lib/model/update-custom-protection-rule-details.d.ts +3 -3
  25. package/lib/model/update-http-redirect-details.d.ts +2 -2
  26. package/lib/model/update-waas-policy-details.d.ts +2 -2
  27. package/lib/model/waas-policy-custom-protection-rule-summary.d.ts +1 -1
  28. package/lib/model/waas-policy-summary.d.ts +4 -4
  29. package/lib/model/waas-policy.d.ts +4 -4
  30. package/lib/model/waf-log.d.ts +2 -2
  31. package/lib/model/whitelist.d.ts +1 -1
  32. package/lib/model/work-request-resource.d.ts +1 -1
  33. package/lib/model/work-request-summary.d.ts +2 -2
  34. package/lib/model/work-request.d.ts +3 -3
  35. package/lib/request/accept-recommendations-request.d.ts +2 -2
  36. package/lib/request/cancel-work-request-request.d.ts +2 -2
  37. package/lib/request/change-address-list-compartment-request.d.ts +2 -2
  38. package/lib/request/change-certificate-compartment-request.d.ts +2 -2
  39. package/lib/request/change-custom-protection-rule-compartment-request.d.ts +2 -2
  40. package/lib/request/change-http-redirect-compartment-request.d.ts +2 -2
  41. package/lib/request/change-waas-policy-compartment-request.d.ts +2 -2
  42. package/lib/request/create-address-list-request.d.ts +1 -1
  43. package/lib/request/create-certificate-request.d.ts +1 -1
  44. package/lib/request/create-custom-protection-rule-request.d.ts +1 -1
  45. package/lib/request/create-http-redirect-request.d.ts +1 -1
  46. package/lib/request/create-waas-policy-request.d.ts +1 -1
  47. package/lib/request/delete-address-list-request.d.ts +2 -2
  48. package/lib/request/delete-certificate-request.d.ts +2 -2
  49. package/lib/request/delete-custom-protection-rule-request.d.ts +2 -2
  50. package/lib/request/delete-http-redirect-request.d.ts +2 -2
  51. package/lib/request/delete-waas-policy-request.d.ts +2 -2
  52. package/lib/request/get-address-list-request.d.ts +2 -2
  53. package/lib/request/get-certificate-request.d.ts +2 -2
  54. package/lib/request/get-custom-protection-rule-request.d.ts +2 -2
  55. package/lib/request/get-device-fingerprint-challenge-request.d.ts +2 -2
  56. package/lib/request/get-http-redirect-request.d.ts +2 -2
  57. package/lib/request/get-human-interaction-challenge-request.d.ts +2 -2
  58. package/lib/request/get-js-challenge-request.d.ts +2 -2
  59. package/lib/request/get-policy-config-request.d.ts +2 -2
  60. package/lib/request/get-protection-rule-request.d.ts +2 -2
  61. package/lib/request/get-protection-settings-request.d.ts +2 -2
  62. package/lib/request/get-waas-policy-request.d.ts +2 -2
  63. package/lib/request/get-waf-address-rate-limiting-request.d.ts +2 -2
  64. package/lib/request/get-waf-config-request.d.ts +2 -2
  65. package/lib/request/get-work-request-request.d.ts +2 -2
  66. package/lib/request/list-access-rules-request.d.ts +2 -2
  67. package/lib/request/list-address-lists-request.d.ts +2 -2
  68. package/lib/request/list-caching-rules-request.d.ts +2 -2
  69. package/lib/request/list-captchas-request.d.ts +2 -2
  70. package/lib/request/list-certificates-request.d.ts +2 -2
  71. package/lib/request/list-custom-protection-rules-request.d.ts +2 -2
  72. package/lib/request/list-edge-subnets-request.d.ts +1 -1
  73. package/lib/request/list-good-bots-request.d.ts +2 -2
  74. package/lib/request/list-http-redirects-request.d.ts +2 -2
  75. package/lib/request/list-protection-rules-request.d.ts +2 -2
  76. package/lib/request/list-recommendations-request.d.ts +2 -2
  77. package/lib/request/list-threat-feeds-request.d.ts +2 -2
  78. package/lib/request/list-waas-policies-request.d.ts +2 -2
  79. package/lib/request/list-waas-policy-custom-protection-rules-request.d.ts +2 -2
  80. package/lib/request/list-waf-blocked-requests-request.d.ts +2 -2
  81. package/lib/request/list-waf-logs-request.d.ts +3 -3
  82. package/lib/request/list-waf-requests-request.d.ts +2 -2
  83. package/lib/request/list-waf-traffic-request.d.ts +2 -2
  84. package/lib/request/list-whitelists-request.d.ts +2 -2
  85. package/lib/request/list-work-requests-request.d.ts +3 -3
  86. package/lib/request/purge-cache-request.d.ts +2 -2
  87. package/lib/request/update-access-rules-request.d.ts +2 -2
  88. package/lib/request/update-address-list-request.d.ts +2 -2
  89. package/lib/request/update-caching-rules-request.d.ts +2 -2
  90. package/lib/request/update-captchas-request.d.ts +2 -2
  91. package/lib/request/update-certificate-request.d.ts +2 -2
  92. package/lib/request/update-custom-protection-rule-request.d.ts +2 -2
  93. package/lib/request/update-device-fingerprint-challenge-request.d.ts +2 -2
  94. package/lib/request/update-good-bots-request.d.ts +2 -2
  95. package/lib/request/update-http-redirect-request.d.ts +2 -2
  96. package/lib/request/update-human-interaction-challenge-request.d.ts +2 -2
  97. package/lib/request/update-js-challenge-request.d.ts +2 -2
  98. package/lib/request/update-policy-config-request.d.ts +2 -2
  99. package/lib/request/update-protection-rules-request.d.ts +2 -2
  100. package/lib/request/update-protection-settings-request.d.ts +2 -2
  101. package/lib/request/update-threat-feeds-request.d.ts +2 -2
  102. package/lib/request/update-waas-policy-custom-protection-rules-request.d.ts +2 -2
  103. package/lib/request/update-waas-policy-request.d.ts +2 -2
  104. package/lib/request/update-waf-address-rate-limiting-request.d.ts +2 -2
  105. package/lib/request/update-waf-config-request.d.ts +2 -2
  106. package/lib/request/update-whitelists-request.d.ts +2 -2
  107. package/lib/response/accept-recommendations-response.d.ts +1 -1
  108. package/lib/response/create-http-redirect-response.d.ts +1 -1
  109. package/lib/response/create-waas-policy-response.d.ts +1 -1
  110. package/lib/response/delete-http-redirect-response.d.ts +1 -1
  111. package/lib/response/delete-waas-policy-response.d.ts +1 -1
  112. package/lib/response/list-access-rules-response.d.ts +1 -1
  113. package/lib/response/list-address-lists-response.d.ts +1 -1
  114. package/lib/response/list-caching-rules-response.d.ts +1 -1
  115. package/lib/response/list-captchas-response.d.ts +1 -1
  116. package/lib/response/list-certificates-response.d.ts +1 -1
  117. package/lib/response/list-custom-protection-rules-response.d.ts +1 -1
  118. package/lib/response/list-good-bots-response.d.ts +1 -1
  119. package/lib/response/list-http-redirects-response.d.ts +1 -1
  120. package/lib/response/list-protection-rules-response.d.ts +1 -1
  121. package/lib/response/list-recommendations-response.d.ts +1 -1
  122. package/lib/response/list-threat-feeds-response.d.ts +1 -1
  123. package/lib/response/list-waas-policies-response.d.ts +1 -1
  124. package/lib/response/list-waas-policy-custom-protection-rules-response.d.ts +1 -1
  125. package/lib/response/list-waf-logs-response.d.ts +1 -1
  126. package/lib/response/list-whitelists-response.d.ts +1 -1
  127. package/lib/response/list-work-requests-response.d.ts +1 -1
  128. package/lib/response/purge-cache-response.d.ts +1 -1
  129. package/lib/response/update-access-rules-response.d.ts +1 -1
  130. package/lib/response/update-caching-rules-response.d.ts +1 -1
  131. package/lib/response/update-captchas-response.d.ts +1 -1
  132. package/lib/response/update-device-fingerprint-challenge-response.d.ts +1 -1
  133. package/lib/response/update-good-bots-response.d.ts +1 -1
  134. package/lib/response/update-http-redirect-response.d.ts +1 -1
  135. package/lib/response/update-human-interaction-challenge-response.d.ts +1 -1
  136. package/lib/response/update-js-challenge-response.d.ts +1 -1
  137. package/lib/response/update-policy-config-response.d.ts +1 -1
  138. package/lib/response/update-protection-rules-response.d.ts +1 -1
  139. package/lib/response/update-protection-settings-response.d.ts +1 -1
  140. package/lib/response/update-threat-feeds-response.d.ts +1 -1
  141. package/lib/response/update-waas-policy-custom-protection-rules-response.d.ts +1 -1
  142. package/lib/response/update-waas-policy-response.d.ts +1 -1
  143. package/lib/response/update-waf-address-rate-limiting-response.d.ts +1 -1
  144. package/lib/response/update-waf-config-response.d.ts +1 -1
  145. package/lib/response/update-whitelists-response.d.ts +1 -1
  146. package/package.json +3 -3
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListAccessRules.ts.html |here} to see how to use ListAccessRulesRequest.
15
+ * @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 ListAccessRulesRequest.
16
16
  */
17
17
  export interface ListAccessRulesRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListAddressLists.ts.html |here} to see how to use ListAddressListsRequest.
16
+ * @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 ListAddressListsRequest.
17
17
  */
18
18
  export interface ListAddressListsRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This number is generated when the compartment is created.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This number is generated when the compartment is created.
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListCachingRules.ts.html |here} to see how to use ListCachingRulesRequest.
15
+ * @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 ListCachingRulesRequest.
16
16
  */
17
17
  export interface ListCachingRulesRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListCaptchas.ts.html |here} to see how to use ListCaptchasRequest.
15
+ * @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 ListCaptchasRequest.
16
16
  */
17
17
  export interface ListCaptchasRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListCertificates.ts.html |here} to see how to use ListCertificatesRequest.
16
+ * @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 ListCertificatesRequest.
17
17
  */
18
18
  export interface ListCertificatesRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This number is generated when the compartment is created.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This number is generated when the compartment is created.
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListCustomProtectionRules.ts.html |here} to see how to use ListCustomProtectionRulesRequest.
16
+ * @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 ListCustomProtectionRulesRequest.
17
17
  */
18
18
  export interface ListCustomProtectionRulesRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This number is generated when the compartment is created.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This number is generated when the compartment is created.
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListEdgeSubnets.ts.html |here} to see how to use ListEdgeSubnetsRequest.
15
+ * @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 ListEdgeSubnetsRequest.
16
16
  */
17
17
  export interface ListEdgeSubnetsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListGoodBots.ts.html |here} to see how to use ListGoodBotsRequest.
15
+ * @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 ListGoodBotsRequest.
16
16
  */
17
17
  export interface ListGoodBotsRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListHttpRedirects.ts.html |here} to see how to use ListHttpRedirectsRequest.
16
+ * @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 ListHttpRedirectsRequest.
17
17
  */
18
18
  export interface ListHttpRedirectsRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This number is generated when the compartment is created.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This number is generated when the compartment is created.
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListProtectionRules.ts.html |here} to see how to use ListProtectionRulesRequest.
15
+ * @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 ListProtectionRulesRequest.
16
16
  */
17
17
  export interface ListProtectionRulesRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListRecommendations.ts.html |here} to see how to use ListRecommendationsRequest.
15
+ * @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 ListRecommendationsRequest.
16
16
  */
17
17
  export interface ListRecommendationsRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListThreatFeeds.ts.html |here} to see how to use ListThreatFeedsRequest.
15
+ * @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 ListThreatFeedsRequest.
16
16
  */
17
17
  export interface ListThreatFeedsRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWaasPolicies.ts.html |here} to see how to use ListWaasPoliciesRequest.
16
+ * @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 ListWaasPoliciesRequest.
17
17
  */
18
18
  export interface ListWaasPoliciesRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This number is generated when the compartment is created.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This number is generated when the compartment is created.
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWaasPolicyCustomProtectionRules.ts.html |here} to see how to use ListWaasPolicyCustomProtectionRulesRequest.
15
+ * @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 ListWaasPolicyCustomProtectionRulesRequest.
16
16
  */
17
17
  export interface ListWaasPolicyCustomProtectionRulesRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWafBlockedRequests.ts.html |here} to see how to use ListWafBlockedRequestsRequest.
15
+ * @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 ListWafBlockedRequestsRequest.
16
16
  */
17
17
  export interface ListWafBlockedRequestsRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWafLogs.ts.html |here} to see how to use ListWafLogsRequest.
15
+ * @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 ListWafLogsRequest.
16
16
  */
17
17
  export interface ListWafLogsRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -76,7 +76,7 @@ export interface ListWafLogsRequest extends common.BaseRequest {
76
76
  */
77
77
  "incidentKey"?: Array<string>;
78
78
  /**
79
- * Filter by log type. For more information about WAF logs, see [Logs](https://docs.cloud.oracle.com/iaas/Content/WAF/Tasks/logs.htm).
79
+ * Filter by log type. For more information about WAF logs, see [Logs](https://docs.oracle.com/iaas/Content/WAF/Tasks/logs.htm).
80
80
  */
81
81
  "logType"?: Array<ListWafLogsRequest.LogType>;
82
82
  /**
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWafRequests.ts.html |here} to see how to use ListWafRequestsRequest.
15
+ * @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 ListWafRequestsRequest.
16
16
  */
17
17
  export interface ListWafRequestsRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWafTraffic.ts.html |here} to see how to use ListWafTrafficRequest.
15
+ * @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 ListWafTrafficRequest.
16
16
  */
17
17
  export interface ListWafTrafficRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,11 +12,11 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWhitelists.ts.html |here} to see how to use ListWhitelistsRequest.
15
+ * @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 ListWhitelistsRequest.
16
16
  */
17
17
  export interface ListWhitelistsRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
@@ -12,15 +12,15 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @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 ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the policy.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the policy.
20
20
  */
21
21
  "waasPolicyId": string;
22
22
  /**
23
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This number is generated when the compartment is created.
23
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This number is generated when the compartment is created.
24
24
  */
25
25
  "compartmentId": string;
26
26
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/PurgeCache.ts.html |here} to see how to use PurgeCacheRequest.
16
+ * @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 PurgeCacheRequest.
17
17
  */
18
18
  export interface PurgeCacheRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
21
21
  */
22
22
  "waasPolicyId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateAccessRules.ts.html |here} to see how to use UpdateAccessRulesRequest.
16
+ * @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 UpdateAccessRulesRequest.
17
17
  */
18
18
  export interface UpdateAccessRulesRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
21
21
  */
22
22
  "waasPolicyId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateAddressList.ts.html |here} to see how to use UpdateAddressListRequest.
16
+ * @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 UpdateAddressListRequest.
17
17
  */
18
18
  export interface UpdateAddressListRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the address list. This number is generated when the address list is added to the compartment.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the address list. This number is generated when the address list is added to the compartment.
21
21
  */
22
22
  "addressListId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateCachingRules.ts.html |here} to see how to use UpdateCachingRulesRequest.
16
+ * @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 UpdateCachingRulesRequest.
17
17
  */
18
18
  export interface UpdateCachingRulesRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
21
21
  */
22
22
  "waasPolicyId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateCaptchas.ts.html |here} to see how to use UpdateCaptchasRequest.
16
+ * @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 UpdateCaptchasRequest.
17
17
  */
18
18
  export interface UpdateCaptchasRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
21
21
  */
22
22
  "waasPolicyId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateCertificate.ts.html |here} to see how to use UpdateCertificateRequest.
16
+ * @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 UpdateCertificateRequest.
17
17
  */
18
18
  export interface UpdateCertificateRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the SSL certificate used in the WAAS policy. This number is generated when the certificate is added to the policy.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the SSL certificate used in the WAAS policy. This number is generated when the certificate is added to the policy.
21
21
  */
22
22
  "certificateId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateCustomProtectionRule.ts.html |here} to see how to use UpdateCustomProtectionRuleRequest.
16
+ * @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 UpdateCustomProtectionRuleRequest.
17
17
  */
18
18
  export interface UpdateCustomProtectionRuleRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the custom protection rule. This number is generated when the custom protection rule is added to the compartment.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the custom protection rule. This number is generated when the custom protection rule is added to the compartment.
21
21
  */
22
22
  "customProtectionRuleId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateDeviceFingerprintChallenge.ts.html |here} to see how to use UpdateDeviceFingerprintChallengeRequest.
16
+ * @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 UpdateDeviceFingerprintChallengeRequest.
17
17
  */
18
18
  export interface UpdateDeviceFingerprintChallengeRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
21
21
  */
22
22
  "waasPolicyId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateGoodBots.ts.html |here} to see how to use UpdateGoodBotsRequest.
16
+ * @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 UpdateGoodBotsRequest.
17
17
  */
18
18
  export interface UpdateGoodBotsRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
21
21
  */
22
22
  "waasPolicyId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateHttpRedirect.ts.html |here} to see how to use UpdateHttpRedirectRequest.
16
+ * @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 UpdateHttpRedirectRequest.
17
17
  */
18
18
  export interface UpdateHttpRedirectRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the HTTP Redirect.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the HTTP Redirect.
21
21
  */
22
22
  "httpRedirectId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateHumanInteractionChallenge.ts.html |here} to see how to use UpdateHumanInteractionChallengeRequest.
16
+ * @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 UpdateHumanInteractionChallengeRequest.
17
17
  */
18
18
  export interface UpdateHumanInteractionChallengeRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
21
21
  */
22
22
  "waasPolicyId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateJsChallenge.ts.html |here} to see how to use UpdateJsChallengeRequest.
16
+ * @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 UpdateJsChallengeRequest.
17
17
  */
18
18
  export interface UpdateJsChallengeRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
21
21
  */
22
22
  "waasPolicyId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdatePolicyConfig.ts.html |here} to see how to use UpdatePolicyConfigRequest.
16
+ * @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 UpdatePolicyConfigRequest.
17
17
  */
18
18
  export interface UpdatePolicyConfigRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
21
21
  */
22
22
  "waasPolicyId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateProtectionRules.ts.html |here} to see how to use UpdateProtectionRulesRequest.
16
+ * @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 UpdateProtectionRulesRequest.
17
17
  */
18
18
  export interface UpdateProtectionRulesRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
21
21
  */
22
22
  "waasPolicyId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateProtectionSettings.ts.html |here} to see how to use UpdateProtectionSettingsRequest.
16
+ * @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 UpdateProtectionSettingsRequest.
17
17
  */
18
18
  export interface UpdateProtectionSettingsRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
21
21
  */
22
22
  "waasPolicyId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateThreatFeeds.ts.html |here} to see how to use UpdateThreatFeedsRequest.
16
+ * @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 UpdateThreatFeedsRequest.
17
17
  */
18
18
  export interface UpdateThreatFeedsRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
21
21
  */
22
22
  "waasPolicyId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateWaasPolicyCustomProtectionRules.ts.html |here} to see how to use UpdateWaasPolicyCustomProtectionRulesRequest.
16
+ * @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 UpdateWaasPolicyCustomProtectionRulesRequest.
17
17
  */
18
18
  export interface UpdateWaasPolicyCustomProtectionRulesRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
21
21
  */
22
22
  "waasPolicyId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waas/UpdateWaasPolicy.ts.html |here} to see how to use UpdateWaasPolicyRequest.
16
+ * @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 UpdateWaasPolicyRequest.
17
17
  */
18
18
  export interface UpdateWaasPolicyRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WAAS policy.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
21
21
  */
22
22
  "waasPolicyId": string;
23
23
  /**