@huaweicloud/huaweicloud-sdk-waf 3.1.176 → 3.1.177

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 (249) hide show
  1. package/package.json +2 -2
  2. package/v1/WafClient.d.ts +537 -1
  3. package/v1/WafClient.d.ts.map +1 -1
  4. package/v1/WafClient.js +1126 -12
  5. package/v1/WafClient.js.map +1 -1
  6. package/v1/model/AsyncJobReqBody.d.ts +42 -0
  7. package/v1/model/AsyncJobReqBody.d.ts.map +1 -0
  8. package/v1/model/AsyncJobReqBody.js +89 -0
  9. package/v1/model/AsyncJobReqBody.js.map +1 -0
  10. package/v1/model/BatchDeleteCompositeHostsRequest.d.ts +15 -0
  11. package/v1/model/BatchDeleteCompositeHostsRequest.d.ts.map +1 -0
  12. package/v1/model/BatchDeleteCompositeHostsRequest.js +34 -0
  13. package/v1/model/BatchDeleteCompositeHostsRequest.js.map +1 -0
  14. package/v1/model/BatchDeleteCompositeHostsRequestBody.d.ts +12 -0
  15. package/v1/model/BatchDeleteCompositeHostsRequestBody.d.ts.map +1 -0
  16. package/v1/model/BatchDeleteCompositeHostsRequestBody.js +29 -0
  17. package/v1/model/BatchDeleteCompositeHostsRequestBody.js.map +1 -0
  18. package/v1/model/BatchDeleteCompositeHostsResponse.d.ts +9 -0
  19. package/v1/model/BatchDeleteCompositeHostsResponse.d.ts.map +1 -0
  20. package/v1/model/BatchDeleteCompositeHostsResponse.js +21 -0
  21. package/v1/model/BatchDeleteCompositeHostsResponse.js.map +1 -0
  22. package/v1/model/BatchDeleteRulesRequest.d.ts +15 -0
  23. package/v1/model/BatchDeleteRulesRequest.d.ts.map +1 -0
  24. package/v1/model/BatchDeleteRulesRequest.js +35 -0
  25. package/v1/model/BatchDeleteRulesRequest.js.map +1 -0
  26. package/v1/model/BatchDeleteRulesResponse.d.ts +10 -0
  27. package/v1/model/BatchDeleteRulesResponse.d.ts.map +1 -0
  28. package/v1/model/BatchDeleteRulesResponse.js +21 -0
  29. package/v1/model/BatchDeleteRulesResponse.js.map +1 -0
  30. package/v1/model/BatchUpdateAntiTamperRulesRequestBody.d.ts +15 -0
  31. package/v1/model/BatchUpdateAntiTamperRulesRequestBody.d.ts.map +1 -0
  32. package/v1/model/BatchUpdateAntiTamperRulesRequestBody.js +34 -0
  33. package/v1/model/BatchUpdateAntiTamperRulesRequestBody.js.map +1 -0
  34. package/v1/model/BatchUpdateAntileakageRuleRequestBody.d.ts +28 -0
  35. package/v1/model/BatchUpdateAntileakageRuleRequestBody.d.ts.map +1 -0
  36. package/v1/model/BatchUpdateAntileakageRuleRequestBody.js +51 -0
  37. package/v1/model/BatchUpdateAntileakageRuleRequestBody.js.map +1 -0
  38. package/v1/model/BatchUpdateAntileakageRulesRequest.d.ts +11 -0
  39. package/v1/model/BatchUpdateAntileakageRulesRequest.d.ts.map +1 -0
  40. package/v1/model/BatchUpdateAntileakageRulesRequest.js +24 -0
  41. package/v1/model/BatchUpdateAntileakageRulesRequest.js.map +1 -0
  42. package/v1/model/BatchUpdateAntileakageRulesResponse.d.ts +10 -0
  43. package/v1/model/BatchUpdateAntileakageRulesResponse.d.ts.map +1 -0
  44. package/v1/model/BatchUpdateAntileakageRulesResponse.js +21 -0
  45. package/v1/model/BatchUpdateAntileakageRulesResponse.js.map +1 -0
  46. package/v1/model/BatchUpdateAntitamperRulesRequest.d.ts +11 -0
  47. package/v1/model/BatchUpdateAntitamperRulesRequest.d.ts.map +1 -0
  48. package/v1/model/BatchUpdateAntitamperRulesRequest.js +24 -0
  49. package/v1/model/BatchUpdateAntitamperRulesRequest.js.map +1 -0
  50. package/v1/model/BatchUpdateAntitamperRulesResponse.d.ts +10 -0
  51. package/v1/model/BatchUpdateAntitamperRulesResponse.d.ts.map +1 -0
  52. package/v1/model/BatchUpdateAntitamperRulesResponse.js +21 -0
  53. package/v1/model/BatchUpdateAntitamperRulesResponse.js.map +1 -0
  54. package/v1/model/BatchUpdateCcRulesRequest.d.ts +11 -0
  55. package/v1/model/BatchUpdateCcRulesRequest.d.ts.map +1 -0
  56. package/v1/model/BatchUpdateCcRulesRequest.js +24 -0
  57. package/v1/model/BatchUpdateCcRulesRequest.js.map +1 -0
  58. package/v1/model/BatchUpdateCcRulesRequestBody.d.ts +73 -0
  59. package/v1/model/BatchUpdateCcRulesRequestBody.d.ts.map +1 -0
  60. package/v1/model/BatchUpdateCcRulesRequestBody.js +153 -0
  61. package/v1/model/BatchUpdateCcRulesRequestBody.js.map +1 -0
  62. package/v1/model/BatchUpdateCcRulesResponse.d.ts +10 -0
  63. package/v1/model/BatchUpdateCcRulesResponse.d.ts.map +1 -0
  64. package/v1/model/BatchUpdateCcRulesResponse.js +21 -0
  65. package/v1/model/BatchUpdateCcRulesResponse.js.map +1 -0
  66. package/v1/model/BatchUpdateCustomRuleRequestBody.d.ts +39 -0
  67. package/v1/model/BatchUpdateCustomRuleRequestBody.d.ts.map +1 -0
  68. package/v1/model/BatchUpdateCustomRuleRequestBody.js +77 -0
  69. package/v1/model/BatchUpdateCustomRuleRequestBody.js.map +1 -0
  70. package/v1/model/BatchUpdateCustomRulesRequest.d.ts +11 -0
  71. package/v1/model/BatchUpdateCustomRulesRequest.d.ts.map +1 -0
  72. package/v1/model/BatchUpdateCustomRulesRequest.js +24 -0
  73. package/v1/model/BatchUpdateCustomRulesRequest.js.map +1 -0
  74. package/v1/model/BatchUpdateCustomRulesResponse.d.ts +10 -0
  75. package/v1/model/BatchUpdateCustomRulesResponse.d.ts.map +1 -0
  76. package/v1/model/BatchUpdateCustomRulesResponse.js +21 -0
  77. package/v1/model/BatchUpdateCustomRulesResponse.js.map +1 -0
  78. package/v1/model/BatchUpdateGeoipRulesRequest.d.ts +11 -0
  79. package/v1/model/BatchUpdateGeoipRulesRequest.d.ts.map +1 -0
  80. package/v1/model/BatchUpdateGeoipRulesRequest.js +24 -0
  81. package/v1/model/BatchUpdateGeoipRulesRequest.js.map +1 -0
  82. package/v1/model/BatchUpdateGeoipRulesRequestBody.d.ts +17 -0
  83. package/v1/model/BatchUpdateGeoipRulesRequestBody.d.ts.map +1 -0
  84. package/v1/model/BatchUpdateGeoipRulesRequestBody.js +35 -0
  85. package/v1/model/BatchUpdateGeoipRulesRequestBody.js.map +1 -0
  86. package/v1/model/BatchUpdateGeoipRulesResponse.d.ts +10 -0
  87. package/v1/model/BatchUpdateGeoipRulesResponse.d.ts.map +1 -0
  88. package/v1/model/BatchUpdateGeoipRulesResponse.js +21 -0
  89. package/v1/model/BatchUpdateGeoipRulesResponse.js.map +1 -0
  90. package/v1/model/BatchUpdateIgnoreRuleRequestBody.d.ts +23 -0
  91. package/v1/model/BatchUpdateIgnoreRuleRequestBody.d.ts.map +1 -0
  92. package/v1/model/BatchUpdateIgnoreRuleRequestBody.js +47 -0
  93. package/v1/model/BatchUpdateIgnoreRuleRequestBody.js.map +1 -0
  94. package/v1/model/BatchUpdateIgnoreRulesRequest.d.ts +11 -0
  95. package/v1/model/BatchUpdateIgnoreRulesRequest.d.ts.map +1 -0
  96. package/v1/model/BatchUpdateIgnoreRulesRequest.js +24 -0
  97. package/v1/model/BatchUpdateIgnoreRulesRequest.js.map +1 -0
  98. package/v1/model/BatchUpdateIgnoreRulesResponse.d.ts +10 -0
  99. package/v1/model/BatchUpdateIgnoreRulesResponse.d.ts.map +1 -0
  100. package/v1/model/BatchUpdateIgnoreRulesResponse.js +21 -0
  101. package/v1/model/BatchUpdateIgnoreRulesResponse.js.map +1 -0
  102. package/v1/model/BatchUpdateIpReputationRuleRequestBody.d.ts +22 -0
  103. package/v1/model/BatchUpdateIpReputationRuleRequestBody.d.ts.map +1 -0
  104. package/v1/model/BatchUpdateIpReputationRuleRequestBody.js +47 -0
  105. package/v1/model/BatchUpdateIpReputationRuleRequestBody.js.map +1 -0
  106. package/v1/model/BatchUpdateIpReputationRuleRequestBodyAction.d.ts +6 -0
  107. package/v1/model/BatchUpdateIpReputationRuleRequestBodyAction.d.ts.map +1 -0
  108. package/v1/model/BatchUpdateIpReputationRuleRequestBodyAction.js +13 -0
  109. package/v1/model/BatchUpdateIpReputationRuleRequestBodyAction.js.map +1 -0
  110. package/v1/model/BatchUpdateIpReputationRulesRequest.d.ts +11 -0
  111. package/v1/model/BatchUpdateIpReputationRulesRequest.d.ts.map +1 -0
  112. package/v1/model/BatchUpdateIpReputationRulesRequest.js +24 -0
  113. package/v1/model/BatchUpdateIpReputationRulesRequest.js.map +1 -0
  114. package/v1/model/BatchUpdateIpReputationRulesResponse.d.ts +10 -0
  115. package/v1/model/BatchUpdateIpReputationRulesResponse.d.ts.map +1 -0
  116. package/v1/model/BatchUpdateIpReputationRulesResponse.js +21 -0
  117. package/v1/model/BatchUpdateIpReputationRulesResponse.js.map +1 -0
  118. package/v1/model/BatchUpdatePrivacyRuleRequestBody.d.ts +27 -0
  119. package/v1/model/BatchUpdatePrivacyRuleRequestBody.d.ts.map +1 -0
  120. package/v1/model/BatchUpdatePrivacyRuleRequestBody.js +49 -0
  121. package/v1/model/BatchUpdatePrivacyRuleRequestBody.js.map +1 -0
  122. package/v1/model/BatchUpdatePrivacyRulesRequest.d.ts +11 -0
  123. package/v1/model/BatchUpdatePrivacyRulesRequest.d.ts.map +1 -0
  124. package/v1/model/BatchUpdatePrivacyRulesRequest.js +24 -0
  125. package/v1/model/BatchUpdatePrivacyRulesRequest.js.map +1 -0
  126. package/v1/model/BatchUpdatePrivacyRulesResponse.d.ts +10 -0
  127. package/v1/model/BatchUpdatePrivacyRulesResponse.d.ts.map +1 -0
  128. package/v1/model/BatchUpdatePrivacyRulesResponse.js +21 -0
  129. package/v1/model/BatchUpdatePrivacyRulesResponse.js.map +1 -0
  130. package/v1/model/BatchUpdateWhiteBlackIpRuleRequestBody.d.ts +29 -0
  131. package/v1/model/BatchUpdateWhiteBlackIpRuleRequestBody.d.ts.map +1 -0
  132. package/v1/model/BatchUpdateWhiteBlackIpRuleRequestBody.js +65 -0
  133. package/v1/model/BatchUpdateWhiteBlackIpRuleRequestBody.js.map +1 -0
  134. package/v1/model/BatchUpdateWhiteblackipRulesRequest.d.ts +11 -0
  135. package/v1/model/BatchUpdateWhiteblackipRulesRequest.d.ts.map +1 -0
  136. package/v1/model/BatchUpdateWhiteblackipRulesRequest.js +24 -0
  137. package/v1/model/BatchUpdateWhiteblackipRulesRequest.js.map +1 -0
  138. package/v1/model/BatchUpdateWhiteblackipRulesResponse.d.ts +10 -0
  139. package/v1/model/BatchUpdateWhiteblackipRulesResponse.d.ts.map +1 -0
  140. package/v1/model/BatchUpdateWhiteblackipRulesResponse.js +21 -0
  141. package/v1/model/BatchUpdateWhiteblackipRulesResponse.js.map +1 -0
  142. package/v1/model/ConfirmDnsDomainRequest.d.ts +12 -0
  143. package/v1/model/ConfirmDnsDomainRequest.d.ts.map +1 -0
  144. package/v1/model/ConfirmDnsDomainRequest.js +30 -0
  145. package/v1/model/ConfirmDnsDomainRequest.js.map +1 -0
  146. package/v1/model/ConfirmDnsDomainResponse.d.ts +12 -0
  147. package/v1/model/ConfirmDnsDomainResponse.d.ts.map +1 -0
  148. package/v1/model/ConfirmDnsDomainResponse.js +25 -0
  149. package/v1/model/ConfirmDnsDomainResponse.js.map +1 -0
  150. package/v1/model/CopyPolicyByIdRequest.d.ts +20 -0
  151. package/v1/model/CopyPolicyByIdRequest.d.ts.map +1 -0
  152. package/v1/model/CopyPolicyByIdRequest.js +52 -0
  153. package/v1/model/CopyPolicyByIdRequest.js.map +1 -0
  154. package/v1/model/CopyPolicyByIdResponse.d.ts +51 -0
  155. package/v1/model/CopyPolicyByIdResponse.d.ts.map +1 -0
  156. package/v1/model/CopyPolicyByIdResponse.js +83 -0
  157. package/v1/model/CopyPolicyByIdResponse.js.map +1 -0
  158. package/v1/model/CreateEventExportJobRequest.d.ts +11 -0
  159. package/v1/model/CreateEventExportJobRequest.d.ts.map +1 -0
  160. package/v1/model/CreateEventExportJobRequest.js +24 -0
  161. package/v1/model/CreateEventExportJobRequest.js.map +1 -0
  162. package/v1/model/CreateEventExportJobResponse.d.ts +13 -0
  163. package/v1/model/CreateEventExportJobResponse.d.ts.map +1 -0
  164. package/v1/model/CreateEventExportJobResponse.js +29 -0
  165. package/v1/model/CreateEventExportJobResponse.js.map +1 -0
  166. package/v1/model/CreateSecurityReportSubscriptionRequest.d.ts +11 -0
  167. package/v1/model/CreateSecurityReportSubscriptionRequest.d.ts.map +1 -0
  168. package/v1/model/CreateSecurityReportSubscriptionRequest.js +24 -0
  169. package/v1/model/CreateSecurityReportSubscriptionRequest.js.map +1 -0
  170. package/v1/model/CreateSecurityReportSubscriptionRequestBody.d.ts +38 -0
  171. package/v1/model/CreateSecurityReportSubscriptionRequestBody.d.ts.map +1 -0
  172. package/v1/model/CreateSecurityReportSubscriptionRequestBody.js +89 -0
  173. package/v1/model/CreateSecurityReportSubscriptionRequestBody.js.map +1 -0
  174. package/v1/model/CreateSecurityReportSubscriptionRequestBodyReportContentSubscription.d.ts +52 -0
  175. package/v1/model/CreateSecurityReportSubscriptionRequestBodyReportContentSubscription.d.ts.map +1 -0
  176. package/v1/model/CreateSecurityReportSubscriptionRequestBodyReportContentSubscription.js +129 -0
  177. package/v1/model/CreateSecurityReportSubscriptionRequestBodyReportContentSubscription.js.map +1 -0
  178. package/v1/model/CreateSecurityReportSubscriptionRequestBodyStatPeriod.d.ts +12 -0
  179. package/v1/model/CreateSecurityReportSubscriptionRequestBodyStatPeriod.d.ts.map +1 -0
  180. package/v1/model/CreateSecurityReportSubscriptionRequestBodyStatPeriod.js +29 -0
  181. package/v1/model/CreateSecurityReportSubscriptionRequestBodyStatPeriod.js.map +1 -0
  182. package/v1/model/CreateSecurityReportSubscriptionResponse.d.ts +47 -0
  183. package/v1/model/CreateSecurityReportSubscriptionResponse.d.ts.map +1 -0
  184. package/v1/model/CreateSecurityReportSubscriptionResponse.js +111 -0
  185. package/v1/model/CreateSecurityReportSubscriptionResponse.js.map +1 -0
  186. package/v1/model/DeleteIpReputationRuleRequest.d.ts +20 -0
  187. package/v1/model/DeleteIpReputationRuleRequest.d.ts.map +1 -0
  188. package/v1/model/DeleteIpReputationRuleRequest.js +52 -0
  189. package/v1/model/DeleteIpReputationRuleRequest.js.map +1 -0
  190. package/v1/model/DeleteIpReputationRuleResponse.d.ts +24 -0
  191. package/v1/model/DeleteIpReputationRuleResponse.d.ts.map +1 -0
  192. package/v1/model/DeleteIpReputationRuleResponse.js +47 -0
  193. package/v1/model/DeleteIpReputationRuleResponse.js.map +1 -0
  194. package/v1/model/DeleteIpReputationRuleResponseBodyAction.d.ts +6 -0
  195. package/v1/model/DeleteIpReputationRuleResponseBodyAction.d.ts.map +1 -0
  196. package/v1/model/DeleteIpReputationRuleResponseBodyAction.js +13 -0
  197. package/v1/model/DeleteIpReputationRuleResponseBodyAction.js.map +1 -0
  198. package/v1/model/DeleteSecurityReportSubscriptionRequest.d.ts +12 -0
  199. package/v1/model/DeleteSecurityReportSubscriptionRequest.d.ts.map +1 -0
  200. package/v1/model/DeleteSecurityReportSubscriptionRequest.js +31 -0
  201. package/v1/model/DeleteSecurityReportSubscriptionRequest.js.map +1 -0
  202. package/v1/model/DeleteSecurityReportSubscriptionResponse.d.ts +47 -0
  203. package/v1/model/DeleteSecurityReportSubscriptionResponse.d.ts.map +1 -0
  204. package/v1/model/DeleteSecurityReportSubscriptionResponse.js +111 -0
  205. package/v1/model/DeleteSecurityReportSubscriptionResponse.js.map +1 -0
  206. package/v1/model/DnsDomain.d.ts +15 -0
  207. package/v1/model/DnsDomain.d.ts.map +1 -0
  208. package/v1/model/DnsDomain.js +31 -0
  209. package/v1/model/DnsDomain.js.map +1 -0
  210. package/v1/model/PolicyRuleIdRequestBody.d.ts +9 -0
  211. package/v1/model/PolicyRuleIdRequestBody.d.ts.map +1 -0
  212. package/v1/model/PolicyRuleIdRequestBody.js +19 -0
  213. package/v1/model/PolicyRuleIdRequestBody.js.map +1 -0
  214. package/v1/model/PolicyRuleIdRequestBodyPolicyRuleIds.d.ts +12 -0
  215. package/v1/model/PolicyRuleIdRequestBodyPolicyRuleIds.d.ts.map +1 -0
  216. package/v1/model/PolicyRuleIdRequestBodyPolicyRuleIds.js +29 -0
  217. package/v1/model/PolicyRuleIdRequestBodyPolicyRuleIds.js.map +1 -0
  218. package/v1/model/PolicyRuleIdResponseBodyPolicyRuleIds.d.ts +12 -0
  219. package/v1/model/PolicyRuleIdResponseBodyPolicyRuleIds.d.ts.map +1 -0
  220. package/v1/model/PolicyRuleIdResponseBodyPolicyRuleIds.js +29 -0
  221. package/v1/model/PolicyRuleIdResponseBodyPolicyRuleIds.js.map +1 -0
  222. package/v1/model/Server.d.ts +8 -0
  223. package/v1/model/Server.d.ts.map +1 -0
  224. package/v1/model/Server.js +17 -0
  225. package/v1/model/Server.js.map +1 -0
  226. package/v1/model/UpdatePremiumInstanceProgressRequest.d.ts +15 -0
  227. package/v1/model/UpdatePremiumInstanceProgressRequest.d.ts.map +1 -0
  228. package/v1/model/UpdatePremiumInstanceProgressRequest.js +35 -0
  229. package/v1/model/UpdatePremiumInstanceProgressRequest.js.map +1 -0
  230. package/v1/model/UpdatePremiumInstanceProgressResponse.d.ts +9 -0
  231. package/v1/model/UpdatePremiumInstanceProgressResponse.d.ts.map +1 -0
  232. package/v1/model/UpdatePremiumInstanceProgressResponse.js +19 -0
  233. package/v1/model/UpdatePremiumInstanceProgressResponse.js.map +1 -0
  234. package/v1/model/UpdateSecurityReportSubscriptionRequest.d.ts +15 -0
  235. package/v1/model/UpdateSecurityReportSubscriptionRequest.d.ts.map +1 -0
  236. package/v1/model/UpdateSecurityReportSubscriptionRequest.js +35 -0
  237. package/v1/model/UpdateSecurityReportSubscriptionRequest.js.map +1 -0
  238. package/v1/model/UpdateSecurityReportSubscriptionRequestBody.d.ts +46 -0
  239. package/v1/model/UpdateSecurityReportSubscriptionRequestBody.d.ts.map +1 -0
  240. package/v1/model/UpdateSecurityReportSubscriptionRequestBody.js +114 -0
  241. package/v1/model/UpdateSecurityReportSubscriptionRequestBody.js.map +1 -0
  242. package/v1/model/UpdateSecurityReportSubscriptionResponse.d.ts +47 -0
  243. package/v1/model/UpdateSecurityReportSubscriptionResponse.d.ts.map +1 -0
  244. package/v1/model/UpdateSecurityReportSubscriptionResponse.js +111 -0
  245. package/v1/model/UpdateSecurityReportSubscriptionResponse.js.map +1 -0
  246. package/v1/public-api.d.ts +60 -0
  247. package/v1/public-api.d.ts.map +1 -1
  248. package/v1/public-api.js +60 -0
  249. package/v1/public-api.js.map +1 -1
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DnsDomain = void 0;
4
+ class DnsDomain {
5
+ constructor() {
6
+ }
7
+ withId(id) {
8
+ this['id'] = id;
9
+ return this;
10
+ }
11
+ withDomain(domain) {
12
+ this['domain'] = domain;
13
+ return this;
14
+ }
15
+ withServers(servers) {
16
+ this['servers'] = servers;
17
+ return this;
18
+ }
19
+ withProtectPort(protectPort) {
20
+ this['protect_port'] = protectPort;
21
+ return this;
22
+ }
23
+ set protectPort(protectPort) {
24
+ this['protect_port'] = protectPort;
25
+ }
26
+ get protectPort() {
27
+ return this['protect_port'];
28
+ }
29
+ }
30
+ exports.DnsDomain = DnsDomain;
31
+ //# sourceMappingURL=DnsDomain.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DnsDomain.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/DnsDomain.ts"],"names":[],"mappings":";;;AAGA,MAAa,SAAS;IAKlB;IACA,CAAC;IACM,MAAM,CAAC,EAAU;QACpB,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;QAChB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,WAAW,CAAC,OAAsB;QACrC,IAAI,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC;QAC1B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;CACJ;AA7BD,8BA6BC"}
@@ -0,0 +1,9 @@
1
+ import { PolicyRuleIdRequestBodyPolicyRuleIds } from './PolicyRuleIdRequestBodyPolicyRuleIds';
2
+ export declare class PolicyRuleIdRequestBody {
3
+ private 'policy_rule_ids'?;
4
+ constructor();
5
+ withPolicyRuleIds(policyRuleIds: Array<PolicyRuleIdRequestBodyPolicyRuleIds>): PolicyRuleIdRequestBody;
6
+ set policyRuleIds(policyRuleIds: Array<PolicyRuleIdRequestBodyPolicyRuleIds> | undefined);
7
+ get policyRuleIds(): Array<PolicyRuleIdRequestBodyPolicyRuleIds> | undefined;
8
+ }
9
+ //# sourceMappingURL=PolicyRuleIdRequestBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PolicyRuleIdRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/PolicyRuleIdRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAG9F,qBAAa,uBAAuB;IAChC,OAAO,CAAC,iBAAiB,CAAC,CAA8C;;IAGjE,iBAAiB,CAAC,aAAa,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAG,uBAAuB;IAI7G,IAAW,aAAa,CAAC,aAAa,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAI,SAAS,EAE/F;IACD,IAAW,aAAa,IAAI,KAAK,CAAC,oCAAoC,CAAC,GAAG,SAAS,CAElF;CACJ"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PolicyRuleIdRequestBody = void 0;
4
+ class PolicyRuleIdRequestBody {
5
+ constructor() {
6
+ }
7
+ withPolicyRuleIds(policyRuleIds) {
8
+ this['policy_rule_ids'] = policyRuleIds;
9
+ return this;
10
+ }
11
+ set policyRuleIds(policyRuleIds) {
12
+ this['policy_rule_ids'] = policyRuleIds;
13
+ }
14
+ get policyRuleIds() {
15
+ return this['policy_rule_ids'];
16
+ }
17
+ }
18
+ exports.PolicyRuleIdRequestBody = PolicyRuleIdRequestBody;
19
+ //# sourceMappingURL=PolicyRuleIdRequestBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PolicyRuleIdRequestBody.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/PolicyRuleIdRequestBody.ts"],"names":[],"mappings":";;;AAGA,MAAa,uBAAuB;IAEhC;IACA,CAAC;IACM,iBAAiB,CAAC,aAA0D;QAC/E,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;QACxC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAuE;QAC5F,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;IAC5C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;CACJ;AAdD,0DAcC"}
@@ -0,0 +1,12 @@
1
+ export declare class PolicyRuleIdRequestBodyPolicyRuleIds {
2
+ private 'policy_id'?;
3
+ private 'rule_ids'?;
4
+ constructor();
5
+ withPolicyId(policyId: string): PolicyRuleIdRequestBodyPolicyRuleIds;
6
+ set policyId(policyId: string | undefined);
7
+ get policyId(): string | undefined;
8
+ withRuleIds(ruleIds: Array<string>): PolicyRuleIdRequestBodyPolicyRuleIds;
9
+ set ruleIds(ruleIds: Array<string> | undefined);
10
+ get ruleIds(): Array<string> | undefined;
11
+ }
12
+ //# sourceMappingURL=PolicyRuleIdRequestBodyPolicyRuleIds.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PolicyRuleIdRequestBodyPolicyRuleIds.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/PolicyRuleIdRequestBodyPolicyRuleIds.ts"],"names":[],"mappings":"AAEA,qBAAa,oCAAoC;IAC7C,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,UAAU,CAAC,CAAgB;;IAG5B,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,oCAAoC;IAI3E,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,WAAW,CAAC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,oCAAoC;IAIhF,IAAW,OAAO,CAAC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,GAAI,SAAS,EAErD;IACD,IAAW,OAAO,IAAI,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAE9C;CACJ"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PolicyRuleIdRequestBodyPolicyRuleIds = void 0;
4
+ class PolicyRuleIdRequestBodyPolicyRuleIds {
5
+ constructor() {
6
+ }
7
+ withPolicyId(policyId) {
8
+ this['policy_id'] = policyId;
9
+ return this;
10
+ }
11
+ set policyId(policyId) {
12
+ this['policy_id'] = policyId;
13
+ }
14
+ get policyId() {
15
+ return this['policy_id'];
16
+ }
17
+ withRuleIds(ruleIds) {
18
+ this['rule_ids'] = ruleIds;
19
+ return this;
20
+ }
21
+ set ruleIds(ruleIds) {
22
+ this['rule_ids'] = ruleIds;
23
+ }
24
+ get ruleIds() {
25
+ return this['rule_ids'];
26
+ }
27
+ }
28
+ exports.PolicyRuleIdRequestBodyPolicyRuleIds = PolicyRuleIdRequestBodyPolicyRuleIds;
29
+ //# sourceMappingURL=PolicyRuleIdRequestBodyPolicyRuleIds.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PolicyRuleIdRequestBodyPolicyRuleIds.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/PolicyRuleIdRequestBodyPolicyRuleIds.ts"],"names":[],"mappings":";;;AAEA,MAAa,oCAAoC;IAG7C;IACA,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,WAAW,CAAC,OAAsB;QACrC,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAAmC;QAClD,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;CACJ;AAzBD,oFAyBC"}
@@ -0,0 +1,12 @@
1
+ export declare class PolicyRuleIdResponseBodyPolicyRuleIds {
2
+ private 'policy_id'?;
3
+ private 'rule_ids'?;
4
+ constructor();
5
+ withPolicyId(policyId: string): PolicyRuleIdResponseBodyPolicyRuleIds;
6
+ set policyId(policyId: string | undefined);
7
+ get policyId(): string | undefined;
8
+ withRuleIds(ruleIds: Array<string>): PolicyRuleIdResponseBodyPolicyRuleIds;
9
+ set ruleIds(ruleIds: Array<string> | undefined);
10
+ get ruleIds(): Array<string> | undefined;
11
+ }
12
+ //# sourceMappingURL=PolicyRuleIdResponseBodyPolicyRuleIds.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PolicyRuleIdResponseBodyPolicyRuleIds.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/PolicyRuleIdResponseBodyPolicyRuleIds.ts"],"names":[],"mappings":"AAEA,qBAAa,qCAAqC;IAC9C,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,UAAU,CAAC,CAAgB;;IAG5B,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,qCAAqC;IAI5E,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,WAAW,CAAC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,qCAAqC;IAIjF,IAAW,OAAO,CAAC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,GAAI,SAAS,EAErD;IACD,IAAW,OAAO,IAAI,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAE9C;CACJ"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PolicyRuleIdResponseBodyPolicyRuleIds = void 0;
4
+ class PolicyRuleIdResponseBodyPolicyRuleIds {
5
+ constructor() {
6
+ }
7
+ withPolicyId(policyId) {
8
+ this['policy_id'] = policyId;
9
+ return this;
10
+ }
11
+ set policyId(policyId) {
12
+ this['policy_id'] = policyId;
13
+ }
14
+ get policyId() {
15
+ return this['policy_id'];
16
+ }
17
+ withRuleIds(ruleIds) {
18
+ this['rule_ids'] = ruleIds;
19
+ return this;
20
+ }
21
+ set ruleIds(ruleIds) {
22
+ this['rule_ids'] = ruleIds;
23
+ }
24
+ get ruleIds() {
25
+ return this['rule_ids'];
26
+ }
27
+ }
28
+ exports.PolicyRuleIdResponseBodyPolicyRuleIds = PolicyRuleIdResponseBodyPolicyRuleIds;
29
+ //# sourceMappingURL=PolicyRuleIdResponseBodyPolicyRuleIds.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PolicyRuleIdResponseBodyPolicyRuleIds.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/PolicyRuleIdResponseBodyPolicyRuleIds.ts"],"names":[],"mappings":";;;AAEA,MAAa,qCAAqC;IAG9C;IACA,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,WAAW,CAAC,OAAsB;QACrC,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAAmC;QAClD,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;CACJ;AAzBD,sFAyBC"}
@@ -0,0 +1,8 @@
1
+ export declare class Server {
2
+ type?: string;
3
+ address?: string;
4
+ constructor();
5
+ withType(type: string): Server;
6
+ withAddress(address: string): Server;
7
+ }
8
+ //# sourceMappingURL=Server.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Server.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/Server.ts"],"names":[],"mappings":"AAEA,qBAAa,MAAM;IACR,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;;IAGjB,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;IAI9B,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM;CAI9C"}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Server = void 0;
4
+ class Server {
5
+ constructor() {
6
+ }
7
+ withType(type) {
8
+ this['type'] = type;
9
+ return this;
10
+ }
11
+ withAddress(address) {
12
+ this['address'] = address;
13
+ return this;
14
+ }
15
+ }
16
+ exports.Server = Server;
17
+ //# sourceMappingURL=Server.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Server.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/Server.ts"],"names":[],"mappings":";;;AAEA,MAAa,MAAM;IAGf;IACA,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC;QAC1B,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAbD,wBAaC"}
@@ -0,0 +1,15 @@
1
+ import { AccessProgress } from './AccessProgress';
2
+ export declare class UpdatePremiumInstanceProgressRequest {
3
+ private 'Content-Type'?;
4
+ private 'host_id'?;
5
+ body?: AccessProgress;
6
+ constructor(contentType?: string, hostId?: string);
7
+ withContentType(contentType: string): UpdatePremiumInstanceProgressRequest;
8
+ set contentType(contentType: string | undefined);
9
+ get contentType(): string | undefined;
10
+ withHostId(hostId: string): UpdatePremiumInstanceProgressRequest;
11
+ set hostId(hostId: string | undefined);
12
+ get hostId(): string | undefined;
13
+ withBody(body: AccessProgress): UpdatePremiumInstanceProgressRequest;
14
+ }
15
+ //# sourceMappingURL=UpdatePremiumInstanceProgressRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdatePremiumInstanceProgressRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdatePremiumInstanceProgressRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,qBAAa,oCAAoC;IAC7C,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,SAAS,CAAC,CAAS;IACpB,IAAI,CAAC,EAAE,cAAc,CAAC;gBACV,WAAW,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM;IAIjD,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,oCAAoC;IAIjF,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,oCAAoC;IAIvE,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;IACM,QAAQ,CAAC,IAAI,EAAE,cAAc,GAAG,oCAAoC;CAI9E"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdatePremiumInstanceProgressRequest = void 0;
4
+ class UpdatePremiumInstanceProgressRequest {
5
+ constructor(contentType, hostId) {
6
+ this['Content-Type'] = contentType;
7
+ this['host_id'] = hostId;
8
+ }
9
+ withContentType(contentType) {
10
+ this['Content-Type'] = contentType;
11
+ return this;
12
+ }
13
+ set contentType(contentType) {
14
+ this['Content-Type'] = contentType;
15
+ }
16
+ get contentType() {
17
+ return this['Content-Type'];
18
+ }
19
+ withHostId(hostId) {
20
+ this['host_id'] = hostId;
21
+ return this;
22
+ }
23
+ set hostId(hostId) {
24
+ this['host_id'] = hostId;
25
+ }
26
+ get hostId() {
27
+ return this['host_id'];
28
+ }
29
+ withBody(body) {
30
+ this['body'] = body;
31
+ return this;
32
+ }
33
+ }
34
+ exports.UpdatePremiumInstanceProgressRequest = UpdatePremiumInstanceProgressRequest;
35
+ //# sourceMappingURL=UpdatePremiumInstanceProgressRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdatePremiumInstanceProgressRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdatePremiumInstanceProgressRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,oCAAoC;IAI7C,YAAmB,WAAoB,EAAE,MAAe;QACpD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA2B;QACzC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IACM,QAAQ,CAAC,IAAoB;QAChC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAhCD,oFAgCC"}
@@ -0,0 +1,9 @@
1
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
+ export declare class UpdatePremiumInstanceProgressResponse extends SdkResponse {
3
+ step?: number;
4
+ status?: number;
5
+ constructor();
6
+ withStep(step: number): UpdatePremiumInstanceProgressResponse;
7
+ withStatus(status: number): UpdatePremiumInstanceProgressResponse;
8
+ }
9
+ //# sourceMappingURL=UpdatePremiumInstanceProgressResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdatePremiumInstanceProgressResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdatePremiumInstanceProgressResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,qCAAsC,SAAQ,WAAW;IAC3D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;;IAIhB,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,qCAAqC;IAI7D,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,qCAAqC;CAI3E"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdatePremiumInstanceProgressResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class UpdatePremiumInstanceProgressResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withStep(step) {
10
+ this['step'] = step;
11
+ return this;
12
+ }
13
+ withStatus(status) {
14
+ this['status'] = status;
15
+ return this;
16
+ }
17
+ }
18
+ exports.UpdatePremiumInstanceProgressResponse = UpdatePremiumInstanceProgressResponse;
19
+ //# sourceMappingURL=UpdatePremiumInstanceProgressResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdatePremiumInstanceProgressResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdatePremiumInstanceProgressResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,qCAAsC,SAAQ,yBAAW;IAGlE;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAdD,sFAcC"}
@@ -0,0 +1,15 @@
1
+ import { UpdateSecurityReportSubscriptionRequestBody } from './UpdateSecurityReportSubscriptionRequestBody';
2
+ export declare class UpdateSecurityReportSubscriptionRequest {
3
+ private 'Content-Type'?;
4
+ private 'subscription_id'?;
5
+ body?: UpdateSecurityReportSubscriptionRequestBody;
6
+ constructor(contentType?: string, subscriptionId?: string);
7
+ withContentType(contentType: string): UpdateSecurityReportSubscriptionRequest;
8
+ set contentType(contentType: string | undefined);
9
+ get contentType(): string | undefined;
10
+ withSubscriptionId(subscriptionId: string): UpdateSecurityReportSubscriptionRequest;
11
+ set subscriptionId(subscriptionId: string | undefined);
12
+ get subscriptionId(): string | undefined;
13
+ withBody(body: UpdateSecurityReportSubscriptionRequestBody): UpdateSecurityReportSubscriptionRequest;
14
+ }
15
+ //# sourceMappingURL=UpdateSecurityReportSubscriptionRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateSecurityReportSubscriptionRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateSecurityReportSubscriptionRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2CAA2C,EAAE,MAAM,+CAA+C,CAAC;AAG5G,qBAAa,uCAAuC;IAChD,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,iBAAiB,CAAC,CAAS;IAC5B,IAAI,CAAC,EAAE,2CAA2C,CAAC;gBACvC,WAAW,CAAC,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,MAAM;IAIzD,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,uCAAuC;IAIpF,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,uCAAuC;IAI1F,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,QAAQ,CAAC,IAAI,EAAE,2CAA2C,GAAG,uCAAuC;CAI9G"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateSecurityReportSubscriptionRequest = void 0;
4
+ class UpdateSecurityReportSubscriptionRequest {
5
+ constructor(contentType, subscriptionId) {
6
+ this['Content-Type'] = contentType;
7
+ this['subscription_id'] = subscriptionId;
8
+ }
9
+ withContentType(contentType) {
10
+ this['Content-Type'] = contentType;
11
+ return this;
12
+ }
13
+ set contentType(contentType) {
14
+ this['Content-Type'] = contentType;
15
+ }
16
+ get contentType() {
17
+ return this['Content-Type'];
18
+ }
19
+ withSubscriptionId(subscriptionId) {
20
+ this['subscription_id'] = subscriptionId;
21
+ return this;
22
+ }
23
+ set subscriptionId(subscriptionId) {
24
+ this['subscription_id'] = subscriptionId;
25
+ }
26
+ get subscriptionId() {
27
+ return this['subscription_id'];
28
+ }
29
+ withBody(body) {
30
+ this['body'] = body;
31
+ return this;
32
+ }
33
+ }
34
+ exports.UpdateSecurityReportSubscriptionRequest = UpdateSecurityReportSubscriptionRequest;
35
+ //# sourceMappingURL=UpdateSecurityReportSubscriptionRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateSecurityReportSubscriptionRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateSecurityReportSubscriptionRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,uCAAuC;IAIhD,YAAmB,WAAoB,EAAE,cAAuB;QAC5D,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,QAAQ,CAAC,IAAiD;QAC7D,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAhCD,0FAgCC"}
@@ -0,0 +1,46 @@
1
+ import { CreateSecurityReportSubscriptionRequestBodyReportContentSubscription } from './CreateSecurityReportSubscriptionRequestBodyReportContentSubscription';
2
+ import { CreateSecurityReportSubscriptionRequestBodyStatPeriod } from './CreateSecurityReportSubscriptionRequestBodyStatPeriod';
3
+ export declare class UpdateSecurityReportSubscriptionRequestBody {
4
+ private 'console_url_prefix'?;
5
+ private 'sending_period'?;
6
+ private 'report_name'?;
7
+ private 'report_category'?;
8
+ private 'topic_urn'?;
9
+ private 'display_name'?;
10
+ private 'subscription_type'?;
11
+ private 'report_content_subscription'?;
12
+ private 'stat_period'?;
13
+ private 'report_status'?;
14
+ constructor(sendingPeriod?: string, reportName?: string, reportCategory?: string, subscriptionType?: string, reportContentSubscription?: CreateSecurityReportSubscriptionRequestBodyReportContentSubscription);
15
+ withConsoleUrlPrefix(consoleUrlPrefix: string): UpdateSecurityReportSubscriptionRequestBody;
16
+ set consoleUrlPrefix(consoleUrlPrefix: string | undefined);
17
+ get consoleUrlPrefix(): string | undefined;
18
+ withSendingPeriod(sendingPeriod: string): UpdateSecurityReportSubscriptionRequestBody;
19
+ set sendingPeriod(sendingPeriod: string | undefined);
20
+ get sendingPeriod(): string | undefined;
21
+ withReportName(reportName: string): UpdateSecurityReportSubscriptionRequestBody;
22
+ set reportName(reportName: string | undefined);
23
+ get reportName(): string | undefined;
24
+ withReportCategory(reportCategory: string): UpdateSecurityReportSubscriptionRequestBody;
25
+ set reportCategory(reportCategory: string | undefined);
26
+ get reportCategory(): string | undefined;
27
+ withTopicUrn(topicUrn: string): UpdateSecurityReportSubscriptionRequestBody;
28
+ set topicUrn(topicUrn: string | undefined);
29
+ get topicUrn(): string | undefined;
30
+ withDisplayName(displayName: string): UpdateSecurityReportSubscriptionRequestBody;
31
+ set displayName(displayName: string | undefined);
32
+ get displayName(): string | undefined;
33
+ withSubscriptionType(subscriptionType: string): UpdateSecurityReportSubscriptionRequestBody;
34
+ set subscriptionType(subscriptionType: string | undefined);
35
+ get subscriptionType(): string | undefined;
36
+ withReportContentSubscription(reportContentSubscription: CreateSecurityReportSubscriptionRequestBodyReportContentSubscription): UpdateSecurityReportSubscriptionRequestBody;
37
+ set reportContentSubscription(reportContentSubscription: CreateSecurityReportSubscriptionRequestBodyReportContentSubscription | undefined);
38
+ get reportContentSubscription(): CreateSecurityReportSubscriptionRequestBodyReportContentSubscription | undefined;
39
+ withStatPeriod(statPeriod: CreateSecurityReportSubscriptionRequestBodyStatPeriod): UpdateSecurityReportSubscriptionRequestBody;
40
+ set statPeriod(statPeriod: CreateSecurityReportSubscriptionRequestBodyStatPeriod | undefined);
41
+ get statPeriod(): CreateSecurityReportSubscriptionRequestBodyStatPeriod | undefined;
42
+ withReportStatus(reportStatus: string): UpdateSecurityReportSubscriptionRequestBody;
43
+ set reportStatus(reportStatus: string | undefined);
44
+ get reportStatus(): string | undefined;
45
+ }
46
+ //# sourceMappingURL=UpdateSecurityReportSubscriptionRequestBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateSecurityReportSubscriptionRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateSecurityReportSubscriptionRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oEAAoE,EAAE,MAAM,wEAAwE,CAAC;AAC9J,OAAO,EAAE,qDAAqD,EAAE,MAAM,yDAAyD,CAAC;AAGhI,qBAAa,2CAA2C;IACpD,OAAO,CAAC,oBAAoB,CAAC,CAAS;IACtC,OAAO,CAAC,gBAAgB,CAAC,CAAS;IAClC,OAAO,CAAC,aAAa,CAAC,CAAS;IAC/B,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,mBAAmB,CAAC,CAAS;IACrC,OAAO,CAAC,6BAA6B,CAAC,CAAuE;IAC7G,OAAO,CAAC,aAAa,CAAC,CAAwD;IAC9E,OAAO,CAAC,eAAe,CAAC,CAAS;gBACd,aAAa,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,MAAM,EAAE,yBAAyB,CAAC,EAAE,oEAAoE;IAO7M,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,2CAA2C;IAIlG,IAAW,gBAAgB,CAAC,gBAAgB,EAAE,MAAM,GAAI,SAAS,EAEhE;IACD,IAAW,gBAAgB,IAAI,MAAM,GAAG,SAAS,CAEhD;IACM,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,2CAA2C;IAI5F,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,2CAA2C;IAItF,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,2CAA2C;IAI9F,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,2CAA2C;IAIlF,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,2CAA2C;IAIxF,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,2CAA2C;IAIlG,IAAW,gBAAgB,CAAC,gBAAgB,EAAE,MAAM,GAAI,SAAS,EAEhE;IACD,IAAW,gBAAgB,IAAI,MAAM,GAAG,SAAS,CAEhD;IACM,6BAA6B,CAAC,yBAAyB,EAAE,oEAAoE,GAAG,2CAA2C;IAIlL,IAAW,yBAAyB,CAAC,yBAAyB,EAAE,oEAAoE,GAAI,SAAS,EAEhJ;IACD,IAAW,yBAAyB,IAAI,oEAAoE,GAAG,SAAS,CAEvH;IACM,cAAc,CAAC,UAAU,EAAE,qDAAqD,GAAG,2CAA2C;IAIrI,IAAW,UAAU,CAAC,UAAU,EAAE,qDAAqD,GAAI,SAAS,EAEnG;IACD,IAAW,UAAU,IAAI,qDAAqD,GAAG,SAAS,CAEzF;IACM,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,2CAA2C;IAI1F,IAAW,YAAY,CAAC,YAAY,EAAE,MAAM,GAAI,SAAS,EAExD;IACD,IAAW,YAAY,IAAI,MAAM,GAAG,SAAS,CAE5C;CACJ"}
@@ -0,0 +1,114 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateSecurityReportSubscriptionRequestBody = void 0;
4
+ class UpdateSecurityReportSubscriptionRequestBody {
5
+ constructor(sendingPeriod, reportName, reportCategory, subscriptionType, reportContentSubscription) {
6
+ this['sending_period'] = sendingPeriod;
7
+ this['report_name'] = reportName;
8
+ this['report_category'] = reportCategory;
9
+ this['subscription_type'] = subscriptionType;
10
+ this['report_content_subscription'] = reportContentSubscription;
11
+ }
12
+ withConsoleUrlPrefix(consoleUrlPrefix) {
13
+ this['console_url_prefix'] = consoleUrlPrefix;
14
+ return this;
15
+ }
16
+ set consoleUrlPrefix(consoleUrlPrefix) {
17
+ this['console_url_prefix'] = consoleUrlPrefix;
18
+ }
19
+ get consoleUrlPrefix() {
20
+ return this['console_url_prefix'];
21
+ }
22
+ withSendingPeriod(sendingPeriod) {
23
+ this['sending_period'] = sendingPeriod;
24
+ return this;
25
+ }
26
+ set sendingPeriod(sendingPeriod) {
27
+ this['sending_period'] = sendingPeriod;
28
+ }
29
+ get sendingPeriod() {
30
+ return this['sending_period'];
31
+ }
32
+ withReportName(reportName) {
33
+ this['report_name'] = reportName;
34
+ return this;
35
+ }
36
+ set reportName(reportName) {
37
+ this['report_name'] = reportName;
38
+ }
39
+ get reportName() {
40
+ return this['report_name'];
41
+ }
42
+ withReportCategory(reportCategory) {
43
+ this['report_category'] = reportCategory;
44
+ return this;
45
+ }
46
+ set reportCategory(reportCategory) {
47
+ this['report_category'] = reportCategory;
48
+ }
49
+ get reportCategory() {
50
+ return this['report_category'];
51
+ }
52
+ withTopicUrn(topicUrn) {
53
+ this['topic_urn'] = topicUrn;
54
+ return this;
55
+ }
56
+ set topicUrn(topicUrn) {
57
+ this['topic_urn'] = topicUrn;
58
+ }
59
+ get topicUrn() {
60
+ return this['topic_urn'];
61
+ }
62
+ withDisplayName(displayName) {
63
+ this['display_name'] = displayName;
64
+ return this;
65
+ }
66
+ set displayName(displayName) {
67
+ this['display_name'] = displayName;
68
+ }
69
+ get displayName() {
70
+ return this['display_name'];
71
+ }
72
+ withSubscriptionType(subscriptionType) {
73
+ this['subscription_type'] = subscriptionType;
74
+ return this;
75
+ }
76
+ set subscriptionType(subscriptionType) {
77
+ this['subscription_type'] = subscriptionType;
78
+ }
79
+ get subscriptionType() {
80
+ return this['subscription_type'];
81
+ }
82
+ withReportContentSubscription(reportContentSubscription) {
83
+ this['report_content_subscription'] = reportContentSubscription;
84
+ return this;
85
+ }
86
+ set reportContentSubscription(reportContentSubscription) {
87
+ this['report_content_subscription'] = reportContentSubscription;
88
+ }
89
+ get reportContentSubscription() {
90
+ return this['report_content_subscription'];
91
+ }
92
+ withStatPeriod(statPeriod) {
93
+ this['stat_period'] = statPeriod;
94
+ return this;
95
+ }
96
+ set statPeriod(statPeriod) {
97
+ this['stat_period'] = statPeriod;
98
+ }
99
+ get statPeriod() {
100
+ return this['stat_period'];
101
+ }
102
+ withReportStatus(reportStatus) {
103
+ this['report_status'] = reportStatus;
104
+ return this;
105
+ }
106
+ set reportStatus(reportStatus) {
107
+ this['report_status'] = reportStatus;
108
+ }
109
+ get reportStatus() {
110
+ return this['report_status'];
111
+ }
112
+ }
113
+ exports.UpdateSecurityReportSubscriptionRequestBody = UpdateSecurityReportSubscriptionRequestBody;
114
+ //# sourceMappingURL=UpdateSecurityReportSubscriptionRequestBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateSecurityReportSubscriptionRequestBody.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateSecurityReportSubscriptionRequestBody.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,47 @@
1
+ import { SecurityReportSubscriptionResponseReportContentSubscription } from './SecurityReportSubscriptionResponseReportContentSubscription';
2
+ import { SecurityReportSubscriptionResponseStatPeriod } from './SecurityReportSubscriptionResponseStatPeriod';
3
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
4
+ export declare class UpdateSecurityReportSubscriptionResponse extends SdkResponse {
5
+ private 'subscription_id'?;
6
+ private 'sending_period'?;
7
+ private 'report_name'?;
8
+ private 'report_category'?;
9
+ private 'topic_urn'?;
10
+ private 'subscription_type'?;
11
+ private 'report_content_subscription'?;
12
+ private 'stat_period'?;
13
+ private 'is_all_enterprise_project'?;
14
+ private 'enterprise_project_id'?;
15
+ constructor();
16
+ withSubscriptionId(subscriptionId: string): UpdateSecurityReportSubscriptionResponse;
17
+ set subscriptionId(subscriptionId: string | undefined);
18
+ get subscriptionId(): string | undefined;
19
+ withSendingPeriod(sendingPeriod: string): UpdateSecurityReportSubscriptionResponse;
20
+ set sendingPeriod(sendingPeriod: string | undefined);
21
+ get sendingPeriod(): string | undefined;
22
+ withReportName(reportName: string): UpdateSecurityReportSubscriptionResponse;
23
+ set reportName(reportName: string | undefined);
24
+ get reportName(): string | undefined;
25
+ withReportCategory(reportCategory: string): UpdateSecurityReportSubscriptionResponse;
26
+ set reportCategory(reportCategory: string | undefined);
27
+ get reportCategory(): string | undefined;
28
+ withTopicUrn(topicUrn: string): UpdateSecurityReportSubscriptionResponse;
29
+ set topicUrn(topicUrn: string | undefined);
30
+ get topicUrn(): string | undefined;
31
+ withSubscriptionType(subscriptionType: string): UpdateSecurityReportSubscriptionResponse;
32
+ set subscriptionType(subscriptionType: string | undefined);
33
+ get subscriptionType(): string | undefined;
34
+ withReportContentSubscription(reportContentSubscription: SecurityReportSubscriptionResponseReportContentSubscription): UpdateSecurityReportSubscriptionResponse;
35
+ set reportContentSubscription(reportContentSubscription: SecurityReportSubscriptionResponseReportContentSubscription | undefined);
36
+ get reportContentSubscription(): SecurityReportSubscriptionResponseReportContentSubscription | undefined;
37
+ withStatPeriod(statPeriod: SecurityReportSubscriptionResponseStatPeriod): UpdateSecurityReportSubscriptionResponse;
38
+ set statPeriod(statPeriod: SecurityReportSubscriptionResponseStatPeriod | undefined);
39
+ get statPeriod(): SecurityReportSubscriptionResponseStatPeriod | undefined;
40
+ withIsAllEnterpriseProject(isAllEnterpriseProject: boolean): UpdateSecurityReportSubscriptionResponse;
41
+ set isAllEnterpriseProject(isAllEnterpriseProject: boolean | undefined);
42
+ get isAllEnterpriseProject(): boolean | undefined;
43
+ withEnterpriseProjectId(enterpriseProjectId: string): UpdateSecurityReportSubscriptionResponse;
44
+ set enterpriseProjectId(enterpriseProjectId: string | undefined);
45
+ get enterpriseProjectId(): string | undefined;
46
+ }
47
+ //# sourceMappingURL=UpdateSecurityReportSubscriptionResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateSecurityReportSubscriptionResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/UpdateSecurityReportSubscriptionResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2DAA2D,EAAE,MAAM,+DAA+D,CAAC;AAC5I,OAAO,EAAE,4CAA4C,EAAE,MAAM,gDAAgD,CAAC;AAE9G,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,wCAAyC,SAAQ,WAAW;IACrE,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,gBAAgB,CAAC,CAAS;IAClC,OAAO,CAAC,aAAa,CAAC,CAAS;IAC/B,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,mBAAmB,CAAC,CAAS;IACrC,OAAO,CAAC,6BAA6B,CAAC,CAA8D;IACpG,OAAO,CAAC,aAAa,CAAC,CAA+C;IACrE,OAAO,CAAC,2BAA2B,CAAC,CAAU;IAC9C,OAAO,CAAC,uBAAuB,CAAC,CAAS;;IAIlC,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,wCAAwC;IAI3F,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,wCAAwC;IAIzF,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,wCAAwC;IAInF,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,wCAAwC;IAI3F,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,wCAAwC;IAI/E,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,wCAAwC;IAI/F,IAAW,gBAAgB,CAAC,gBAAgB,EAAE,MAAM,GAAI,SAAS,EAEhE;IACD,IAAW,gBAAgB,IAAI,MAAM,GAAG,SAAS,CAEhD;IACM,6BAA6B,CAAC,yBAAyB,EAAE,2DAA2D,GAAG,wCAAwC;IAItK,IAAW,yBAAyB,CAAC,yBAAyB,EAAE,2DAA2D,GAAI,SAAS,EAEvI;IACD,IAAW,yBAAyB,IAAI,2DAA2D,GAAG,SAAS,CAE9G;IACM,cAAc,CAAC,UAAU,EAAE,4CAA4C,GAAG,wCAAwC;IAIzH,IAAW,UAAU,CAAC,UAAU,EAAE,4CAA4C,GAAI,SAAS,EAE1F;IACD,IAAW,UAAU,IAAI,4CAA4C,GAAG,SAAS,CAEhF;IACM,0BAA0B,CAAC,sBAAsB,EAAE,OAAO,GAAG,wCAAwC;IAI5G,IAAW,sBAAsB,CAAC,sBAAsB,EAAE,OAAO,GAAI,SAAS,EAE7E;IACD,IAAW,sBAAsB,IAAI,OAAO,GAAG,SAAS,CAEvD;IACM,uBAAuB,CAAC,mBAAmB,EAAE,MAAM,GAAG,wCAAwC;IAIrG,IAAW,mBAAmB,CAAC,mBAAmB,EAAE,MAAM,GAAI,SAAS,EAEtE;IACD,IAAW,mBAAmB,IAAI,MAAM,GAAG,SAAS,CAEnD;CACJ"}