@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,47 @@
1
+ import { SecurityReportSubscriptionResponseReportContentSubscription } from './SecurityReportSubscriptionResponseReportContentSubscription';
2
+ import { SecurityReportSubscriptionResponseStatPeriod } from './SecurityReportSubscriptionResponseStatPeriod';
3
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
4
+ export declare class CreateSecurityReportSubscriptionResponse 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): CreateSecurityReportSubscriptionResponse;
17
+ set subscriptionId(subscriptionId: string | undefined);
18
+ get subscriptionId(): string | undefined;
19
+ withSendingPeriod(sendingPeriod: string): CreateSecurityReportSubscriptionResponse;
20
+ set sendingPeriod(sendingPeriod: string | undefined);
21
+ get sendingPeriod(): string | undefined;
22
+ withReportName(reportName: string): CreateSecurityReportSubscriptionResponse;
23
+ set reportName(reportName: string | undefined);
24
+ get reportName(): string | undefined;
25
+ withReportCategory(reportCategory: string): CreateSecurityReportSubscriptionResponse;
26
+ set reportCategory(reportCategory: string | undefined);
27
+ get reportCategory(): string | undefined;
28
+ withTopicUrn(topicUrn: string): CreateSecurityReportSubscriptionResponse;
29
+ set topicUrn(topicUrn: string | undefined);
30
+ get topicUrn(): string | undefined;
31
+ withSubscriptionType(subscriptionType: string): CreateSecurityReportSubscriptionResponse;
32
+ set subscriptionType(subscriptionType: string | undefined);
33
+ get subscriptionType(): string | undefined;
34
+ withReportContentSubscription(reportContentSubscription: SecurityReportSubscriptionResponseReportContentSubscription): CreateSecurityReportSubscriptionResponse;
35
+ set reportContentSubscription(reportContentSubscription: SecurityReportSubscriptionResponseReportContentSubscription | undefined);
36
+ get reportContentSubscription(): SecurityReportSubscriptionResponseReportContentSubscription | undefined;
37
+ withStatPeriod(statPeriod: SecurityReportSubscriptionResponseStatPeriod): CreateSecurityReportSubscriptionResponse;
38
+ set statPeriod(statPeriod: SecurityReportSubscriptionResponseStatPeriod | undefined);
39
+ get statPeriod(): SecurityReportSubscriptionResponseStatPeriod | undefined;
40
+ withIsAllEnterpriseProject(isAllEnterpriseProject: boolean): CreateSecurityReportSubscriptionResponse;
41
+ set isAllEnterpriseProject(isAllEnterpriseProject: boolean | undefined);
42
+ get isAllEnterpriseProject(): boolean | undefined;
43
+ withEnterpriseProjectId(enterpriseProjectId: string): CreateSecurityReportSubscriptionResponse;
44
+ set enterpriseProjectId(enterpriseProjectId: string | undefined);
45
+ get enterpriseProjectId(): string | undefined;
46
+ }
47
+ //# sourceMappingURL=CreateSecurityReportSubscriptionResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateSecurityReportSubscriptionResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateSecurityReportSubscriptionResponse.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"}
@@ -0,0 +1,111 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateSecurityReportSubscriptionResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class CreateSecurityReportSubscriptionResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withSubscriptionId(subscriptionId) {
10
+ this['subscription_id'] = subscriptionId;
11
+ return this;
12
+ }
13
+ set subscriptionId(subscriptionId) {
14
+ this['subscription_id'] = subscriptionId;
15
+ }
16
+ get subscriptionId() {
17
+ return this['subscription_id'];
18
+ }
19
+ withSendingPeriod(sendingPeriod) {
20
+ this['sending_period'] = sendingPeriod;
21
+ return this;
22
+ }
23
+ set sendingPeriod(sendingPeriod) {
24
+ this['sending_period'] = sendingPeriod;
25
+ }
26
+ get sendingPeriod() {
27
+ return this['sending_period'];
28
+ }
29
+ withReportName(reportName) {
30
+ this['report_name'] = reportName;
31
+ return this;
32
+ }
33
+ set reportName(reportName) {
34
+ this['report_name'] = reportName;
35
+ }
36
+ get reportName() {
37
+ return this['report_name'];
38
+ }
39
+ withReportCategory(reportCategory) {
40
+ this['report_category'] = reportCategory;
41
+ return this;
42
+ }
43
+ set reportCategory(reportCategory) {
44
+ this['report_category'] = reportCategory;
45
+ }
46
+ get reportCategory() {
47
+ return this['report_category'];
48
+ }
49
+ withTopicUrn(topicUrn) {
50
+ this['topic_urn'] = topicUrn;
51
+ return this;
52
+ }
53
+ set topicUrn(topicUrn) {
54
+ this['topic_urn'] = topicUrn;
55
+ }
56
+ get topicUrn() {
57
+ return this['topic_urn'];
58
+ }
59
+ withSubscriptionType(subscriptionType) {
60
+ this['subscription_type'] = subscriptionType;
61
+ return this;
62
+ }
63
+ set subscriptionType(subscriptionType) {
64
+ this['subscription_type'] = subscriptionType;
65
+ }
66
+ get subscriptionType() {
67
+ return this['subscription_type'];
68
+ }
69
+ withReportContentSubscription(reportContentSubscription) {
70
+ this['report_content_subscription'] = reportContentSubscription;
71
+ return this;
72
+ }
73
+ set reportContentSubscription(reportContentSubscription) {
74
+ this['report_content_subscription'] = reportContentSubscription;
75
+ }
76
+ get reportContentSubscription() {
77
+ return this['report_content_subscription'];
78
+ }
79
+ withStatPeriod(statPeriod) {
80
+ this['stat_period'] = statPeriod;
81
+ return this;
82
+ }
83
+ set statPeriod(statPeriod) {
84
+ this['stat_period'] = statPeriod;
85
+ }
86
+ get statPeriod() {
87
+ return this['stat_period'];
88
+ }
89
+ withIsAllEnterpriseProject(isAllEnterpriseProject) {
90
+ this['is_all_enterprise_project'] = isAllEnterpriseProject;
91
+ return this;
92
+ }
93
+ set isAllEnterpriseProject(isAllEnterpriseProject) {
94
+ this['is_all_enterprise_project'] = isAllEnterpriseProject;
95
+ }
96
+ get isAllEnterpriseProject() {
97
+ return this['is_all_enterprise_project'];
98
+ }
99
+ withEnterpriseProjectId(enterpriseProjectId) {
100
+ this['enterprise_project_id'] = enterpriseProjectId;
101
+ return this;
102
+ }
103
+ set enterpriseProjectId(enterpriseProjectId) {
104
+ this['enterprise_project_id'] = enterpriseProjectId;
105
+ }
106
+ get enterpriseProjectId() {
107
+ return this['enterprise_project_id'];
108
+ }
109
+ }
110
+ exports.CreateSecurityReportSubscriptionResponse = CreateSecurityReportSubscriptionResponse;
111
+ //# sourceMappingURL=CreateSecurityReportSubscriptionResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateSecurityReportSubscriptionResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateSecurityReportSubscriptionResponse.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,20 @@
1
+ export declare class DeleteIpReputationRuleRequest {
2
+ private 'Content-Type'?;
3
+ private 'enterprise_project_id'?;
4
+ private 'policy_id'?;
5
+ private 'rule_id'?;
6
+ constructor(contentType?: string, policyId?: string, ruleId?: string);
7
+ withContentType(contentType: string): DeleteIpReputationRuleRequest;
8
+ set contentType(contentType: string | undefined);
9
+ get contentType(): string | undefined;
10
+ withEnterpriseProjectId(enterpriseProjectId: string): DeleteIpReputationRuleRequest;
11
+ set enterpriseProjectId(enterpriseProjectId: string | undefined);
12
+ get enterpriseProjectId(): string | undefined;
13
+ withPolicyId(policyId: string): DeleteIpReputationRuleRequest;
14
+ set policyId(policyId: string | undefined);
15
+ get policyId(): string | undefined;
16
+ withRuleId(ruleId: string): DeleteIpReputationRuleRequest;
17
+ set ruleId(ruleId: string | undefined);
18
+ get ruleId(): string | undefined;
19
+ }
20
+ //# sourceMappingURL=DeleteIpReputationRuleRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteIpReputationRuleRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/DeleteIpReputationRuleRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,6BAA6B;IACtC,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,uBAAuB,CAAC,CAAS;IACzC,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,SAAS,CAAC,CAAS;gBACR,WAAW,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM;IAKpE,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,6BAA6B;IAI1E,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,uBAAuB,CAAC,mBAAmB,EAAE,MAAM,GAAG,6BAA6B;IAI1F,IAAW,mBAAmB,CAAC,mBAAmB,EAAE,MAAM,GAAI,SAAS,EAEtE;IACD,IAAW,mBAAmB,IAAI,MAAM,GAAG,SAAS,CAEnD;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,6BAA6B;IAIpE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,6BAA6B;IAIhE,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;CACJ"}
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteIpReputationRuleRequest = void 0;
4
+ class DeleteIpReputationRuleRequest {
5
+ constructor(contentType, policyId, ruleId) {
6
+ this['Content-Type'] = contentType;
7
+ this['policy_id'] = policyId;
8
+ this['rule_id'] = ruleId;
9
+ }
10
+ withContentType(contentType) {
11
+ this['Content-Type'] = contentType;
12
+ return this;
13
+ }
14
+ set contentType(contentType) {
15
+ this['Content-Type'] = contentType;
16
+ }
17
+ get contentType() {
18
+ return this['Content-Type'];
19
+ }
20
+ withEnterpriseProjectId(enterpriseProjectId) {
21
+ this['enterprise_project_id'] = enterpriseProjectId;
22
+ return this;
23
+ }
24
+ set enterpriseProjectId(enterpriseProjectId) {
25
+ this['enterprise_project_id'] = enterpriseProjectId;
26
+ }
27
+ get enterpriseProjectId() {
28
+ return this['enterprise_project_id'];
29
+ }
30
+ withPolicyId(policyId) {
31
+ this['policy_id'] = policyId;
32
+ return this;
33
+ }
34
+ set policyId(policyId) {
35
+ this['policy_id'] = policyId;
36
+ }
37
+ get policyId() {
38
+ return this['policy_id'];
39
+ }
40
+ withRuleId(ruleId) {
41
+ this['rule_id'] = ruleId;
42
+ return this;
43
+ }
44
+ set ruleId(ruleId) {
45
+ this['rule_id'] = ruleId;
46
+ }
47
+ get ruleId() {
48
+ return this['rule_id'];
49
+ }
50
+ }
51
+ exports.DeleteIpReputationRuleRequest = DeleteIpReputationRuleRequest;
52
+ //# sourceMappingURL=DeleteIpReputationRuleRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteIpReputationRuleRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/DeleteIpReputationRuleRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,6BAA6B;IAKtC,YAAmB,WAAoB,EAAE,QAAiB,EAAE,MAAe;QACvE,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,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,uBAAuB,CAAC,mBAA2B;QACtD,IAAI,CAAC,uBAAuB,CAAC,GAAG,mBAAmB,CAAC;QACpD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,mBAAmB,CAAC,mBAAwC;QACnE,IAAI,CAAC,uBAAuB,CAAC,GAAG,mBAAmB,CAAC;IACxD,CAAC;IACD,IAAW,mBAAmB;QAC1B,OAAO,IAAI,CAAC,uBAAuB,CAAC,CAAC;IACzC,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,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;CACJ;AAlDD,sEAkDC"}
@@ -0,0 +1,24 @@
1
+ import { DeleteIpReputationRuleResponseBodyAction } from './DeleteIpReputationRuleResponseBodyAction';
2
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
+ export declare class DeleteIpReputationRuleResponse extends SdkResponse {
4
+ id?: string;
5
+ policyid?: string;
6
+ name?: string;
7
+ timestamp?: number;
8
+ description?: string;
9
+ status?: number;
10
+ type?: string;
11
+ tags?: Array<string>;
12
+ action?: DeleteIpReputationRuleResponseBodyAction;
13
+ constructor();
14
+ withId(id: string): DeleteIpReputationRuleResponse;
15
+ withPolicyid(policyid: string): DeleteIpReputationRuleResponse;
16
+ withName(name: string): DeleteIpReputationRuleResponse;
17
+ withTimestamp(timestamp: number): DeleteIpReputationRuleResponse;
18
+ withDescription(description: string): DeleteIpReputationRuleResponse;
19
+ withStatus(status: number): DeleteIpReputationRuleResponse;
20
+ withType(type: string): DeleteIpReputationRuleResponse;
21
+ withTags(tags: Array<string>): DeleteIpReputationRuleResponse;
22
+ withAction(action: DeleteIpReputationRuleResponseBodyAction): DeleteIpReputationRuleResponse;
23
+ }
24
+ //# sourceMappingURL=DeleteIpReputationRuleResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteIpReputationRuleResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/DeleteIpReputationRuleResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAEtG,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,8BAA+B,SAAQ,WAAW;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB,MAAM,CAAC,EAAE,wCAAwC,CAAC;;IAIlD,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,8BAA8B;IAIlD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,8BAA8B;IAI9D,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,8BAA8B;IAItD,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,8BAA8B;IAIhE,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,8BAA8B;IAIpE,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,8BAA8B;IAI1D,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,8BAA8B;IAItD,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,8BAA8B;IAI7D,UAAU,CAAC,MAAM,EAAE,wCAAwC,GAAG,8BAA8B;CAItG"}
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteIpReputationRuleResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class DeleteIpReputationRuleResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withId(id) {
10
+ this['id'] = id;
11
+ return this;
12
+ }
13
+ withPolicyid(policyid) {
14
+ this['policyid'] = policyid;
15
+ return this;
16
+ }
17
+ withName(name) {
18
+ this['name'] = name;
19
+ return this;
20
+ }
21
+ withTimestamp(timestamp) {
22
+ this['timestamp'] = timestamp;
23
+ return this;
24
+ }
25
+ withDescription(description) {
26
+ this['description'] = description;
27
+ return this;
28
+ }
29
+ withStatus(status) {
30
+ this['status'] = status;
31
+ return this;
32
+ }
33
+ withType(type) {
34
+ this['type'] = type;
35
+ return this;
36
+ }
37
+ withTags(tags) {
38
+ this['tags'] = tags;
39
+ return this;
40
+ }
41
+ withAction(action) {
42
+ this['action'] = action;
43
+ return this;
44
+ }
45
+ }
46
+ exports.DeleteIpReputationRuleResponse = DeleteIpReputationRuleResponse;
47
+ //# sourceMappingURL=DeleteIpReputationRuleResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteIpReputationRuleResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/DeleteIpReputationRuleResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,8BAA+B,SAAQ,yBAAW;IAU3D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,MAAM,CAAC,EAAU;QACpB,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;QAChB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAmB;QAC/B,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAgD;QAC9D,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAjDD,wEAiDC"}
@@ -0,0 +1,6 @@
1
+ export declare class DeleteIpReputationRuleResponseBodyAction {
2
+ category?: string;
3
+ constructor();
4
+ withCategory(category: string): DeleteIpReputationRuleResponseBodyAction;
5
+ }
6
+ //# sourceMappingURL=DeleteIpReputationRuleResponseBodyAction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteIpReputationRuleResponseBodyAction.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/DeleteIpReputationRuleResponseBodyAction.ts"],"names":[],"mappings":"AAEA,qBAAa,wCAAwC;IAC1C,QAAQ,CAAC,EAAE,MAAM,CAAC;;IAGlB,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,wCAAwC;CAIlF"}
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteIpReputationRuleResponseBodyAction = void 0;
4
+ class DeleteIpReputationRuleResponseBodyAction {
5
+ constructor() {
6
+ }
7
+ withCategory(category) {
8
+ this['category'] = category;
9
+ return this;
10
+ }
11
+ }
12
+ exports.DeleteIpReputationRuleResponseBodyAction = DeleteIpReputationRuleResponseBodyAction;
13
+ //# sourceMappingURL=DeleteIpReputationRuleResponseBodyAction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteIpReputationRuleResponseBodyAction.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/DeleteIpReputationRuleResponseBodyAction.ts"],"names":[],"mappings":";;;AAEA,MAAa,wCAAwC;IAEjD;IACA,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AARD,4FAQC"}
@@ -0,0 +1,12 @@
1
+ export declare class DeleteSecurityReportSubscriptionRequest {
2
+ private 'subscription_id'?;
3
+ private 'Content-Type'?;
4
+ constructor(subscriptionId?: string, contentType?: string);
5
+ withSubscriptionId(subscriptionId: string): DeleteSecurityReportSubscriptionRequest;
6
+ set subscriptionId(subscriptionId: string | undefined);
7
+ get subscriptionId(): string | undefined;
8
+ withContentType(contentType: string): DeleteSecurityReportSubscriptionRequest;
9
+ set contentType(contentType: string | undefined);
10
+ get contentType(): string | undefined;
11
+ }
12
+ //# sourceMappingURL=DeleteSecurityReportSubscriptionRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteSecurityReportSubscriptionRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/DeleteSecurityReportSubscriptionRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,uCAAuC;IAChD,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,cAAc,CAAC,CAAS;gBACb,cAAc,CAAC,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM;IAIzD,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,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;CACJ"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteSecurityReportSubscriptionRequest = void 0;
4
+ class DeleteSecurityReportSubscriptionRequest {
5
+ constructor(subscriptionId, contentType) {
6
+ this['subscription_id'] = subscriptionId;
7
+ this['Content-Type'] = contentType;
8
+ }
9
+ withSubscriptionId(subscriptionId) {
10
+ this['subscription_id'] = subscriptionId;
11
+ return this;
12
+ }
13
+ set subscriptionId(subscriptionId) {
14
+ this['subscription_id'] = subscriptionId;
15
+ }
16
+ get subscriptionId() {
17
+ return this['subscription_id'];
18
+ }
19
+ withContentType(contentType) {
20
+ this['Content-Type'] = contentType;
21
+ return this;
22
+ }
23
+ set contentType(contentType) {
24
+ this['Content-Type'] = contentType;
25
+ }
26
+ get contentType() {
27
+ return this['Content-Type'];
28
+ }
29
+ }
30
+ exports.DeleteSecurityReportSubscriptionRequest = DeleteSecurityReportSubscriptionRequest;
31
+ //# sourceMappingURL=DeleteSecurityReportSubscriptionRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteSecurityReportSubscriptionRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/DeleteSecurityReportSubscriptionRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,uCAAuC;IAGhD,YAAmB,cAAuB,EAAE,WAAoB;QAC5D,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,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,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;AA3BD,0FA2BC"}
@@ -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 DeleteSecurityReportSubscriptionResponse 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): DeleteSecurityReportSubscriptionResponse;
17
+ set subscriptionId(subscriptionId: string | undefined);
18
+ get subscriptionId(): string | undefined;
19
+ withSendingPeriod(sendingPeriod: string): DeleteSecurityReportSubscriptionResponse;
20
+ set sendingPeriod(sendingPeriod: string | undefined);
21
+ get sendingPeriod(): string | undefined;
22
+ withReportName(reportName: string): DeleteSecurityReportSubscriptionResponse;
23
+ set reportName(reportName: string | undefined);
24
+ get reportName(): string | undefined;
25
+ withReportCategory(reportCategory: string): DeleteSecurityReportSubscriptionResponse;
26
+ set reportCategory(reportCategory: string | undefined);
27
+ get reportCategory(): string | undefined;
28
+ withTopicUrn(topicUrn: string): DeleteSecurityReportSubscriptionResponse;
29
+ set topicUrn(topicUrn: string | undefined);
30
+ get topicUrn(): string | undefined;
31
+ withSubscriptionType(subscriptionType: string): DeleteSecurityReportSubscriptionResponse;
32
+ set subscriptionType(subscriptionType: string | undefined);
33
+ get subscriptionType(): string | undefined;
34
+ withReportContentSubscription(reportContentSubscription: SecurityReportSubscriptionResponseReportContentSubscription): DeleteSecurityReportSubscriptionResponse;
35
+ set reportContentSubscription(reportContentSubscription: SecurityReportSubscriptionResponseReportContentSubscription | undefined);
36
+ get reportContentSubscription(): SecurityReportSubscriptionResponseReportContentSubscription | undefined;
37
+ withStatPeriod(statPeriod: SecurityReportSubscriptionResponseStatPeriod): DeleteSecurityReportSubscriptionResponse;
38
+ set statPeriod(statPeriod: SecurityReportSubscriptionResponseStatPeriod | undefined);
39
+ get statPeriod(): SecurityReportSubscriptionResponseStatPeriod | undefined;
40
+ withIsAllEnterpriseProject(isAllEnterpriseProject: boolean): DeleteSecurityReportSubscriptionResponse;
41
+ set isAllEnterpriseProject(isAllEnterpriseProject: boolean | undefined);
42
+ get isAllEnterpriseProject(): boolean | undefined;
43
+ withEnterpriseProjectId(enterpriseProjectId: string): DeleteSecurityReportSubscriptionResponse;
44
+ set enterpriseProjectId(enterpriseProjectId: string | undefined);
45
+ get enterpriseProjectId(): string | undefined;
46
+ }
47
+ //# sourceMappingURL=DeleteSecurityReportSubscriptionResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteSecurityReportSubscriptionResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/DeleteSecurityReportSubscriptionResponse.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"}
@@ -0,0 +1,111 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteSecurityReportSubscriptionResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class DeleteSecurityReportSubscriptionResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withSubscriptionId(subscriptionId) {
10
+ this['subscription_id'] = subscriptionId;
11
+ return this;
12
+ }
13
+ set subscriptionId(subscriptionId) {
14
+ this['subscription_id'] = subscriptionId;
15
+ }
16
+ get subscriptionId() {
17
+ return this['subscription_id'];
18
+ }
19
+ withSendingPeriod(sendingPeriod) {
20
+ this['sending_period'] = sendingPeriod;
21
+ return this;
22
+ }
23
+ set sendingPeriod(sendingPeriod) {
24
+ this['sending_period'] = sendingPeriod;
25
+ }
26
+ get sendingPeriod() {
27
+ return this['sending_period'];
28
+ }
29
+ withReportName(reportName) {
30
+ this['report_name'] = reportName;
31
+ return this;
32
+ }
33
+ set reportName(reportName) {
34
+ this['report_name'] = reportName;
35
+ }
36
+ get reportName() {
37
+ return this['report_name'];
38
+ }
39
+ withReportCategory(reportCategory) {
40
+ this['report_category'] = reportCategory;
41
+ return this;
42
+ }
43
+ set reportCategory(reportCategory) {
44
+ this['report_category'] = reportCategory;
45
+ }
46
+ get reportCategory() {
47
+ return this['report_category'];
48
+ }
49
+ withTopicUrn(topicUrn) {
50
+ this['topic_urn'] = topicUrn;
51
+ return this;
52
+ }
53
+ set topicUrn(topicUrn) {
54
+ this['topic_urn'] = topicUrn;
55
+ }
56
+ get topicUrn() {
57
+ return this['topic_urn'];
58
+ }
59
+ withSubscriptionType(subscriptionType) {
60
+ this['subscription_type'] = subscriptionType;
61
+ return this;
62
+ }
63
+ set subscriptionType(subscriptionType) {
64
+ this['subscription_type'] = subscriptionType;
65
+ }
66
+ get subscriptionType() {
67
+ return this['subscription_type'];
68
+ }
69
+ withReportContentSubscription(reportContentSubscription) {
70
+ this['report_content_subscription'] = reportContentSubscription;
71
+ return this;
72
+ }
73
+ set reportContentSubscription(reportContentSubscription) {
74
+ this['report_content_subscription'] = reportContentSubscription;
75
+ }
76
+ get reportContentSubscription() {
77
+ return this['report_content_subscription'];
78
+ }
79
+ withStatPeriod(statPeriod) {
80
+ this['stat_period'] = statPeriod;
81
+ return this;
82
+ }
83
+ set statPeriod(statPeriod) {
84
+ this['stat_period'] = statPeriod;
85
+ }
86
+ get statPeriod() {
87
+ return this['stat_period'];
88
+ }
89
+ withIsAllEnterpriseProject(isAllEnterpriseProject) {
90
+ this['is_all_enterprise_project'] = isAllEnterpriseProject;
91
+ return this;
92
+ }
93
+ set isAllEnterpriseProject(isAllEnterpriseProject) {
94
+ this['is_all_enterprise_project'] = isAllEnterpriseProject;
95
+ }
96
+ get isAllEnterpriseProject() {
97
+ return this['is_all_enterprise_project'];
98
+ }
99
+ withEnterpriseProjectId(enterpriseProjectId) {
100
+ this['enterprise_project_id'] = enterpriseProjectId;
101
+ return this;
102
+ }
103
+ set enterpriseProjectId(enterpriseProjectId) {
104
+ this['enterprise_project_id'] = enterpriseProjectId;
105
+ }
106
+ get enterpriseProjectId() {
107
+ return this['enterprise_project_id'];
108
+ }
109
+ }
110
+ exports.DeleteSecurityReportSubscriptionResponse = DeleteSecurityReportSubscriptionResponse;
111
+ //# sourceMappingURL=DeleteSecurityReportSubscriptionResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteSecurityReportSubscriptionResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/DeleteSecurityReportSubscriptionResponse.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,15 @@
1
+ import { Server } from './Server';
2
+ export declare class DnsDomain {
3
+ id?: string;
4
+ domain?: string;
5
+ servers?: Array<Server>;
6
+ private 'protect_port'?;
7
+ constructor();
8
+ withId(id: string): DnsDomain;
9
+ withDomain(domain: string): DnsDomain;
10
+ withServers(servers: Array<Server>): DnsDomain;
11
+ withProtectPort(protectPort: string): DnsDomain;
12
+ set protectPort(protectPort: string | undefined);
13
+ get protectPort(): string | undefined;
14
+ }
15
+ //# sourceMappingURL=DnsDomain.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DnsDomain.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/DnsDomain.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,qBAAa,SAAS;IACX,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B,OAAO,CAAC,cAAc,CAAC,CAAS;;IAGzB,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,SAAS;IAI7B,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS;IAIrC,WAAW,CAAC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS;IAI9C,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,SAAS;IAItD,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;CACJ"}