@huaweicloud/huaweicloud-sdk-waf 3.1.175 → 3.1.176

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 (213) hide show
  1. package/package.json +2 -2
  2. package/v1/WafClient.d.ts +478 -0
  3. package/v1/WafClient.d.ts.map +1 -1
  4. package/v1/WafClient.js +1183 -19
  5. package/v1/WafClient.js.map +1 -1
  6. package/v1/model/AlertNoticeConfig.d.ts +40 -0
  7. package/v1/model/AlertNoticeConfig.d.ts.map +1 -0
  8. package/v1/model/AlertNoticeConfig.js +91 -0
  9. package/v1/model/AlertNoticeConfig.js.map +1 -0
  10. package/v1/model/BacthCreateWhiteBlackIpRuleRequestBody.d.ts +28 -0
  11. package/v1/model/BacthCreateWhiteBlackIpRuleRequestBody.d.ts.map +1 -0
  12. package/v1/model/BacthCreateWhiteBlackIpRuleRequestBody.js +66 -0
  13. package/v1/model/BacthCreateWhiteBlackIpRuleRequestBody.js.map +1 -0
  14. package/v1/model/BatchCreateAntiTamperRuleRequest.d.ts +17 -0
  15. package/v1/model/BatchCreateAntiTamperRuleRequest.d.ts.map +1 -0
  16. package/v1/model/BatchCreateAntiTamperRuleRequest.js +38 -0
  17. package/v1/model/BatchCreateAntiTamperRuleRequest.js.map +1 -0
  18. package/v1/model/BatchCreateAntiTamperRuleResponse.d.ts +17 -0
  19. package/v1/model/BatchCreateAntiTamperRuleResponse.d.ts.map +1 -0
  20. package/v1/model/BatchCreateAntiTamperRuleResponse.js +35 -0
  21. package/v1/model/BatchCreateAntiTamperRuleResponse.js.map +1 -0
  22. package/v1/model/BatchCreateAntiTamperRulesRequestBody.d.ts +14 -0
  23. package/v1/model/BatchCreateAntiTamperRulesRequestBody.d.ts.map +1 -0
  24. package/v1/model/BatchCreateAntiTamperRulesRequestBody.js +34 -0
  25. package/v1/model/BatchCreateAntiTamperRulesRequestBody.js.map +1 -0
  26. package/v1/model/BatchCreateAntileakageRuleRequest.d.ts +17 -0
  27. package/v1/model/BatchCreateAntileakageRuleRequest.d.ts.map +1 -0
  28. package/v1/model/BatchCreateAntileakageRuleRequest.js +38 -0
  29. package/v1/model/BatchCreateAntileakageRuleRequest.js.map +1 -0
  30. package/v1/model/BatchCreateAntileakageRuleRequestBody.d.ts +27 -0
  31. package/v1/model/BatchCreateAntileakageRuleRequestBody.d.ts.map +1 -0
  32. package/v1/model/BatchCreateAntileakageRuleRequestBody.js +52 -0
  33. package/v1/model/BatchCreateAntileakageRuleRequestBody.js.map +1 -0
  34. package/v1/model/BatchCreateAntileakageRuleResponse.d.ts +24 -0
  35. package/v1/model/BatchCreateAntileakageRuleResponse.d.ts.map +1 -0
  36. package/v1/model/BatchCreateAntileakageRuleResponse.js +47 -0
  37. package/v1/model/BatchCreateAntileakageRuleResponse.js.map +1 -0
  38. package/v1/model/BatchCreateCcRuleRequest.d.ts +17 -0
  39. package/v1/model/BatchCreateCcRuleRequest.d.ts.map +1 -0
  40. package/v1/model/BatchCreateCcRuleRequest.js +38 -0
  41. package/v1/model/BatchCreateCcRuleRequest.js.map +1 -0
  42. package/v1/model/BatchCreateCcRuleRequestBody.d.ts +70 -0
  43. package/v1/model/BatchCreateCcRuleRequestBody.d.ts.map +1 -0
  44. package/v1/model/BatchCreateCcRuleRequestBody.js +150 -0
  45. package/v1/model/BatchCreateCcRuleRequestBody.js.map +1 -0
  46. package/v1/model/BatchCreateCcRuleResponse.d.ts +91 -0
  47. package/v1/model/BatchCreateCcRuleResponse.d.ts.map +1 -0
  48. package/v1/model/BatchCreateCcRuleResponse.js +187 -0
  49. package/v1/model/BatchCreateCcRuleResponse.js.map +1 -0
  50. package/v1/model/BatchCreateCustomRuleRequest.d.ts +17 -0
  51. package/v1/model/BatchCreateCustomRuleRequest.d.ts.map +1 -0
  52. package/v1/model/BatchCreateCustomRuleRequest.js +38 -0
  53. package/v1/model/BatchCreateCustomRuleRequest.js.map +1 -0
  54. package/v1/model/BatchCreateCustomRuleRequestBody.d.ts +26 -0
  55. package/v1/model/BatchCreateCustomRuleRequestBody.d.ts.map +1 -0
  56. package/v1/model/BatchCreateCustomRuleRequestBody.js +57 -0
  57. package/v1/model/BatchCreateCustomRuleRequestBody.js.map +1 -0
  58. package/v1/model/BatchCreateCustomRuleResponse.d.ts +37 -0
  59. package/v1/model/BatchCreateCustomRuleResponse.d.ts.map +1 -0
  60. package/v1/model/BatchCreateCustomRuleResponse.js +73 -0
  61. package/v1/model/BatchCreateCustomRuleResponse.js.map +1 -0
  62. package/v1/model/BatchCreateGeoIpRuleRequest.d.ts +15 -0
  63. package/v1/model/BatchCreateGeoIpRuleRequest.d.ts.map +1 -0
  64. package/v1/model/BatchCreateGeoIpRuleRequest.js +34 -0
  65. package/v1/model/BatchCreateGeoIpRuleRequest.js.map +1 -0
  66. package/v1/model/BatchCreateGeoIpRuleRequestBody.d.ts +20 -0
  67. package/v1/model/BatchCreateGeoIpRuleRequestBody.d.ts.map +1 -0
  68. package/v1/model/BatchCreateGeoIpRuleRequestBody.js +49 -0
  69. package/v1/model/BatchCreateGeoIpRuleRequestBody.js.map +1 -0
  70. package/v1/model/BatchCreateGeoIpRuleResponse.d.ts +25 -0
  71. package/v1/model/BatchCreateGeoIpRuleResponse.d.ts.map +1 -0
  72. package/v1/model/BatchCreateGeoIpRuleResponse.js +53 -0
  73. package/v1/model/BatchCreateGeoIpRuleResponse.js.map +1 -0
  74. package/v1/model/BatchCreateIgnoreRuleRequest.d.ts +17 -0
  75. package/v1/model/BatchCreateIgnoreRuleRequest.d.ts.map +1 -0
  76. package/v1/model/BatchCreateIgnoreRuleRequest.js +38 -0
  77. package/v1/model/BatchCreateIgnoreRuleRequest.js.map +1 -0
  78. package/v1/model/BatchCreateIgnoreRuleRequestBody.d.ts +22 -0
  79. package/v1/model/BatchCreateIgnoreRuleRequestBody.d.ts.map +1 -0
  80. package/v1/model/BatchCreateIgnoreRuleRequestBody.js +48 -0
  81. package/v1/model/BatchCreateIgnoreRuleRequestBody.js.map +1 -0
  82. package/v1/model/BatchCreateIgnoreRuleResponse.d.ts +31 -0
  83. package/v1/model/BatchCreateIgnoreRuleResponse.d.ts.map +1 -0
  84. package/v1/model/BatchCreateIgnoreRuleResponse.js +59 -0
  85. package/v1/model/BatchCreateIgnoreRuleResponse.js.map +1 -0
  86. package/v1/model/BatchCreateIpReputationRuleRequest.d.ts +17 -0
  87. package/v1/model/BatchCreateIpReputationRuleRequest.d.ts.map +1 -0
  88. package/v1/model/BatchCreateIpReputationRuleRequest.js +38 -0
  89. package/v1/model/BatchCreateIpReputationRuleRequest.js.map +1 -0
  90. package/v1/model/BatchCreateIpReputationRuleRequestBody.d.ts +19 -0
  91. package/v1/model/BatchCreateIpReputationRuleRequestBody.d.ts.map +1 -0
  92. package/v1/model/BatchCreateIpReputationRuleRequestBody.js +44 -0
  93. package/v1/model/BatchCreateIpReputationRuleRequestBody.js.map +1 -0
  94. package/v1/model/BatchCreateIpReputationRuleResponse.d.ts +26 -0
  95. package/v1/model/BatchCreateIpReputationRuleResponse.d.ts.map +1 -0
  96. package/v1/model/BatchCreateIpReputationRuleResponse.js +51 -0
  97. package/v1/model/BatchCreateIpReputationRuleResponse.js.map +1 -0
  98. package/v1/model/BatchCreatePrivacyRuleRequest.d.ts +17 -0
  99. package/v1/model/BatchCreatePrivacyRuleRequest.d.ts.map +1 -0
  100. package/v1/model/BatchCreatePrivacyRuleRequest.js +38 -0
  101. package/v1/model/BatchCreatePrivacyRuleRequest.js.map +1 -0
  102. package/v1/model/BatchCreatePrivacyRuleRequestBody.d.ts +26 -0
  103. package/v1/model/BatchCreatePrivacyRuleRequestBody.d.ts.map +1 -0
  104. package/v1/model/BatchCreatePrivacyRuleRequestBody.js +50 -0
  105. package/v1/model/BatchCreatePrivacyRuleRequestBody.js.map +1 -0
  106. package/v1/model/BatchCreatePrivacyRuleResponse.d.ts +31 -0
  107. package/v1/model/BatchCreatePrivacyRuleResponse.d.ts.map +1 -0
  108. package/v1/model/BatchCreatePrivacyRuleResponse.js +54 -0
  109. package/v1/model/BatchCreatePrivacyRuleResponse.js.map +1 -0
  110. package/v1/model/BatchCreateWhiteblackipRuleRequest.d.ts +17 -0
  111. package/v1/model/BatchCreateWhiteblackipRuleRequest.d.ts.map +1 -0
  112. package/v1/model/BatchCreateWhiteblackipRuleRequest.js +38 -0
  113. package/v1/model/BatchCreateWhiteblackipRuleRequest.js.map +1 -0
  114. package/v1/model/BatchCreateWhiteblackipRuleResponse.d.ts +34 -0
  115. package/v1/model/BatchCreateWhiteblackipRuleResponse.d.ts.map +1 -0
  116. package/v1/model/BatchCreateWhiteblackipRuleResponse.js +71 -0
  117. package/v1/model/BatchCreateWhiteblackipRuleResponse.js.map +1 -0
  118. package/v1/model/BatchDeleteAlertNoticeConfigBody.d.ts +9 -0
  119. package/v1/model/BatchDeleteAlertNoticeConfigBody.d.ts.map +1 -0
  120. package/v1/model/BatchDeleteAlertNoticeConfigBody.js +20 -0
  121. package/v1/model/BatchDeleteAlertNoticeConfigBody.js.map +1 -0
  122. package/v1/model/BatchDeleteAlertNoticeConfigRequest.d.ts +17 -0
  123. package/v1/model/BatchDeleteAlertNoticeConfigRequest.d.ts.map +1 -0
  124. package/v1/model/BatchDeleteAlertNoticeConfigRequest.js +40 -0
  125. package/v1/model/BatchDeleteAlertNoticeConfigRequest.js.map +1 -0
  126. package/v1/model/BatchDeleteAlertNoticeConfigResponse.d.ts +10 -0
  127. package/v1/model/BatchDeleteAlertNoticeConfigResponse.d.ts.map +1 -0
  128. package/v1/model/BatchDeleteAlertNoticeConfigResponse.js +21 -0
  129. package/v1/model/BatchDeleteAlertNoticeConfigResponse.js.map +1 -0
  130. package/v1/model/CreateAgencyRequest.d.ts +11 -0
  131. package/v1/model/CreateAgencyRequest.d.ts.map +1 -0
  132. package/v1/model/CreateAgencyRequest.js +24 -0
  133. package/v1/model/CreateAgencyRequest.js.map +1 -0
  134. package/v1/model/CreateAgencyResponse.d.ts +21 -0
  135. package/v1/model/CreateAgencyResponse.d.ts.map +1 -0
  136. package/v1/model/CreateAgencyResponse.js +47 -0
  137. package/v1/model/CreateAgencyResponse.js.map +1 -0
  138. package/v1/model/CreateAlertNoticeConfigBody.d.ts +42 -0
  139. package/v1/model/CreateAlertNoticeConfigBody.d.ts.map +1 -0
  140. package/v1/model/CreateAlertNoticeConfigBody.js +104 -0
  141. package/v1/model/CreateAlertNoticeConfigBody.js.map +1 -0
  142. package/v1/model/CreateAlertNoticeConfigRequest.d.ts +17 -0
  143. package/v1/model/CreateAlertNoticeConfigRequest.d.ts.map +1 -0
  144. package/v1/model/CreateAlertNoticeConfigRequest.js +40 -0
  145. package/v1/model/CreateAlertNoticeConfigRequest.js.map +1 -0
  146. package/v1/model/CreateAlertNoticeConfigResponse.d.ts +47 -0
  147. package/v1/model/CreateAlertNoticeConfigResponse.d.ts.map +1 -0
  148. package/v1/model/CreateAlertNoticeConfigResponse.js +109 -0
  149. package/v1/model/CreateAlertNoticeConfigResponse.js.map +1 -0
  150. package/v1/model/CreateCertificateRequest.d.ts +4 -0
  151. package/v1/model/CreateCertificateRequest.d.ts.map +1 -1
  152. package/v1/model/CreateCertificateRequest.js +10 -0
  153. package/v1/model/CreateCertificateRequest.js.map +1 -1
  154. package/v1/model/CreateQuickAccessDomainRequest.d.ts +16 -0
  155. package/v1/model/CreateQuickAccessDomainRequest.d.ts.map +1 -0
  156. package/v1/model/CreateQuickAccessDomainRequest.js +40 -0
  157. package/v1/model/CreateQuickAccessDomainRequest.js.map +1 -0
  158. package/v1/model/CreateQuickAccessDomainResponse.d.ts +13 -0
  159. package/v1/model/CreateQuickAccessDomainResponse.d.ts.map +1 -0
  160. package/v1/model/CreateQuickAccessDomainResponse.js +29 -0
  161. package/v1/model/CreateQuickAccessDomainResponse.js.map +1 -0
  162. package/v1/model/DeleteAgencyRequest.d.ts +14 -0
  163. package/v1/model/DeleteAgencyRequest.d.ts.map +1 -0
  164. package/v1/model/DeleteAgencyRequest.js +34 -0
  165. package/v1/model/DeleteAgencyRequest.js.map +1 -0
  166. package/v1/model/DeleteAgencyResponse.d.ts +21 -0
  167. package/v1/model/DeleteAgencyResponse.d.ts.map +1 -0
  168. package/v1/model/DeleteAgencyResponse.js +47 -0
  169. package/v1/model/DeleteAgencyResponse.js.map +1 -0
  170. package/v1/model/DeleteAlertNoticeConfigBody.d.ts +6 -0
  171. package/v1/model/DeleteAlertNoticeConfigBody.d.ts.map +1 -0
  172. package/v1/model/DeleteAlertNoticeConfigBody.js +13 -0
  173. package/v1/model/DeleteAlertNoticeConfigBody.js.map +1 -0
  174. package/v1/model/ListCcRulesRequest.d.ts +10 -0
  175. package/v1/model/ListCcRulesRequest.d.ts.map +1 -1
  176. package/v1/model/ListCcRulesRequest.js +22 -0
  177. package/v1/model/ListCcRulesRequest.js.map +1 -1
  178. package/v1/model/PremiumWafAgencyRequest.d.ts +8 -0
  179. package/v1/model/PremiumWafAgencyRequest.d.ts.map +1 -0
  180. package/v1/model/PremiumWafAgencyRequest.js +19 -0
  181. package/v1/model/PremiumWafAgencyRequest.js.map +1 -0
  182. package/v1/model/ResourceResponse.d.ts +6 -0
  183. package/v1/model/ResourceResponse.d.ts.map +1 -1
  184. package/v1/model/ResourceResponse.js +12 -0
  185. package/v1/model/ResourceResponse.js.map +1 -1
  186. package/v1/model/UpdateIpReputationRuleRequest.d.ts +23 -0
  187. package/v1/model/UpdateIpReputationRuleRequest.d.ts.map +1 -0
  188. package/v1/model/UpdateIpReputationRuleRequest.js +56 -0
  189. package/v1/model/UpdateIpReputationRuleRequest.js.map +1 -0
  190. package/v1/model/UpdateIpReputationRuleRequestBody.d.ts +17 -0
  191. package/v1/model/UpdateIpReputationRuleRequestBody.d.ts.map +1 -0
  192. package/v1/model/UpdateIpReputationRuleRequestBody.js +37 -0
  193. package/v1/model/UpdateIpReputationRuleRequestBody.js.map +1 -0
  194. package/v1/model/UpdateIpReputationRuleResponse.d.ts +28 -0
  195. package/v1/model/UpdateIpReputationRuleResponse.d.ts.map +1 -0
  196. package/v1/model/UpdateIpReputationRuleResponse.js +55 -0
  197. package/v1/model/UpdateIpReputationRuleResponse.js.map +1 -0
  198. package/v1/model/UpdatePremiumInstanceRequest.d.ts +11 -0
  199. package/v1/model/UpdatePremiumInstanceRequest.d.ts.map +1 -0
  200. package/v1/model/UpdatePremiumInstanceRequest.js +24 -0
  201. package/v1/model/UpdatePremiumInstanceRequest.js.map +1 -0
  202. package/v1/model/UpdatePremiumInstanceRequestBody.d.ts +8 -0
  203. package/v1/model/UpdatePremiumInstanceRequestBody.d.ts.map +1 -0
  204. package/v1/model/UpdatePremiumInstanceRequestBody.js +18 -0
  205. package/v1/model/UpdatePremiumInstanceRequestBody.js.map +1 -0
  206. package/v1/model/UpdatePremiumInstanceResponse.d.ts +82 -0
  207. package/v1/model/UpdatePremiumInstanceResponse.d.ts.map +1 -0
  208. package/v1/model/UpdatePremiumInstanceResponse.js +187 -0
  209. package/v1/model/UpdatePremiumInstanceResponse.js.map +1 -0
  210. package/v1/public-api.d.ts +48 -0
  211. package/v1/public-api.d.ts.map +1 -1
  212. package/v1/public-api.js +48 -0
  213. package/v1/public-api.js.map +1 -1
@@ -0,0 +1,17 @@
1
+ import { BacthCreateWhiteBlackIpRuleRequestBody } from './BacthCreateWhiteBlackIpRuleRequestBody';
2
+ export declare class BatchCreateWhiteblackipRuleRequest {
3
+ policyids?: string;
4
+ private 'enterprise_project_id'?;
5
+ private 'Content-Type'?;
6
+ body?: BacthCreateWhiteBlackIpRuleRequestBody;
7
+ constructor(contentType?: string);
8
+ withPolicyids(policyids: string): BatchCreateWhiteblackipRuleRequest;
9
+ withEnterpriseProjectId(enterpriseProjectId: string): BatchCreateWhiteblackipRuleRequest;
10
+ set enterpriseProjectId(enterpriseProjectId: string | undefined);
11
+ get enterpriseProjectId(): string | undefined;
12
+ withContentType(contentType: string): BatchCreateWhiteblackipRuleRequest;
13
+ set contentType(contentType: string | undefined);
14
+ get contentType(): string | undefined;
15
+ withBody(body: BacthCreateWhiteBlackIpRuleRequestBody): BatchCreateWhiteblackipRuleRequest;
16
+ }
17
+ //# sourceMappingURL=BatchCreateWhiteblackipRuleRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchCreateWhiteblackipRuleRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchCreateWhiteblackipRuleRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAGlG,qBAAa,kCAAkC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC1B,OAAO,CAAC,uBAAuB,CAAC,CAAS;IACzC,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,IAAI,CAAC,EAAE,sCAAsC,CAAC;gBAClC,WAAW,CAAC,EAAE,MAAM;IAGhC,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,kCAAkC;IAIpE,uBAAuB,CAAC,mBAAmB,EAAE,MAAM,GAAG,kCAAkC;IAI/F,IAAW,mBAAmB,CAAC,mBAAmB,EAAE,MAAM,GAAI,SAAS,EAEtE;IACD,IAAW,mBAAmB,IAAI,MAAM,GAAG,SAAS,CAEnD;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,kCAAkC;IAI/E,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,QAAQ,CAAC,IAAI,EAAE,sCAAsC,GAAG,kCAAkC;CAIpG"}
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BatchCreateWhiteblackipRuleRequest = void 0;
4
+ class BatchCreateWhiteblackipRuleRequest {
5
+ constructor(contentType) {
6
+ this['Content-Type'] = contentType;
7
+ }
8
+ withPolicyids(policyids) {
9
+ this['policyids'] = policyids;
10
+ return this;
11
+ }
12
+ withEnterpriseProjectId(enterpriseProjectId) {
13
+ this['enterprise_project_id'] = enterpriseProjectId;
14
+ return this;
15
+ }
16
+ set enterpriseProjectId(enterpriseProjectId) {
17
+ this['enterprise_project_id'] = enterpriseProjectId;
18
+ }
19
+ get enterpriseProjectId() {
20
+ return this['enterprise_project_id'];
21
+ }
22
+ withContentType(contentType) {
23
+ this['Content-Type'] = contentType;
24
+ return this;
25
+ }
26
+ set contentType(contentType) {
27
+ this['Content-Type'] = contentType;
28
+ }
29
+ get contentType() {
30
+ return this['Content-Type'];
31
+ }
32
+ withBody(body) {
33
+ this['body'] = body;
34
+ return this;
35
+ }
36
+ }
37
+ exports.BatchCreateWhiteblackipRuleRequest = BatchCreateWhiteblackipRuleRequest;
38
+ //# sourceMappingURL=BatchCreateWhiteblackipRuleRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchCreateWhiteblackipRuleRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchCreateWhiteblackipRuleRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,kCAAkC;IAK3C,YAAmB,WAAoB;QACnC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,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,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,QAAQ,CAAC,IAA4C;QACxD,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApCD,gFAoCC"}
@@ -0,0 +1,34 @@
1
+ import { IpGroup } from './IpGroup';
2
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
+ export declare class BatchCreateWhiteblackipRuleResponse extends SdkResponse {
4
+ id?: string;
5
+ name?: string;
6
+ policyid?: string;
7
+ addr?: string;
8
+ white?: number;
9
+ private 'time_mode'?;
10
+ start?: number;
11
+ terminal?: number;
12
+ private 'ip_group'?;
13
+ status?: number;
14
+ description?: string;
15
+ timestamp?: number;
16
+ constructor();
17
+ withId(id: string): BatchCreateWhiteblackipRuleResponse;
18
+ withName(name: string): BatchCreateWhiteblackipRuleResponse;
19
+ withPolicyid(policyid: string): BatchCreateWhiteblackipRuleResponse;
20
+ withAddr(addr: string): BatchCreateWhiteblackipRuleResponse;
21
+ withWhite(white: number): BatchCreateWhiteblackipRuleResponse;
22
+ withTimeMode(timeMode: string): BatchCreateWhiteblackipRuleResponse;
23
+ set timeMode(timeMode: string | undefined);
24
+ get timeMode(): string | undefined;
25
+ withStart(start: number): BatchCreateWhiteblackipRuleResponse;
26
+ withTerminal(terminal: number): BatchCreateWhiteblackipRuleResponse;
27
+ withIpGroup(ipGroup: IpGroup): BatchCreateWhiteblackipRuleResponse;
28
+ set ipGroup(ipGroup: IpGroup | undefined);
29
+ get ipGroup(): IpGroup | undefined;
30
+ withStatus(status: number): BatchCreateWhiteblackipRuleResponse;
31
+ withDescription(description: string): BatchCreateWhiteblackipRuleResponse;
32
+ withTimestamp(timestamp: number): BatchCreateWhiteblackipRuleResponse;
33
+ }
34
+ //# sourceMappingURL=BatchCreateWhiteblackipRuleResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchCreateWhiteblackipRuleResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchCreateWhiteblackipRuleResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,mCAAoC,SAAQ,WAAW;IACzD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,WAAW,CAAC,CAAS;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,UAAU,CAAC,CAAU;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;;IAInB,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,mCAAmC;IAIvD,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,mCAAmC;IAI3D,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,mCAAmC;IAInE,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,mCAAmC;IAI3D,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,mCAAmC;IAI7D,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,mCAAmC;IAI1E,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,mCAAmC;IAI7D,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,mCAAmC;IAInE,WAAW,CAAC,OAAO,EAAE,OAAO,GAAG,mCAAmC;IAIzE,IAAW,OAAO,CAAC,OAAO,EAAE,OAAO,GAAI,SAAS,EAE/C;IACD,IAAW,OAAO,IAAI,OAAO,GAAG,SAAS,CAExC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,mCAAmC;IAI/D,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,mCAAmC;IAIzE,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,mCAAmC;CAI/E"}
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BatchCreateWhiteblackipRuleResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class BatchCreateWhiteblackipRuleResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withId(id) {
10
+ this['id'] = id;
11
+ return this;
12
+ }
13
+ withName(name) {
14
+ this['name'] = name;
15
+ return this;
16
+ }
17
+ withPolicyid(policyid) {
18
+ this['policyid'] = policyid;
19
+ return this;
20
+ }
21
+ withAddr(addr) {
22
+ this['addr'] = addr;
23
+ return this;
24
+ }
25
+ withWhite(white) {
26
+ this['white'] = white;
27
+ return this;
28
+ }
29
+ withTimeMode(timeMode) {
30
+ this['time_mode'] = timeMode;
31
+ return this;
32
+ }
33
+ set timeMode(timeMode) {
34
+ this['time_mode'] = timeMode;
35
+ }
36
+ get timeMode() {
37
+ return this['time_mode'];
38
+ }
39
+ withStart(start) {
40
+ this['start'] = start;
41
+ return this;
42
+ }
43
+ withTerminal(terminal) {
44
+ this['terminal'] = terminal;
45
+ return this;
46
+ }
47
+ withIpGroup(ipGroup) {
48
+ this['ip_group'] = ipGroup;
49
+ return this;
50
+ }
51
+ set ipGroup(ipGroup) {
52
+ this['ip_group'] = ipGroup;
53
+ }
54
+ get ipGroup() {
55
+ return this['ip_group'];
56
+ }
57
+ withStatus(status) {
58
+ this['status'] = status;
59
+ return this;
60
+ }
61
+ withDescription(description) {
62
+ this['description'] = description;
63
+ return this;
64
+ }
65
+ withTimestamp(timestamp) {
66
+ this['timestamp'] = timestamp;
67
+ return this;
68
+ }
69
+ }
70
+ exports.BatchCreateWhiteblackipRuleResponse = BatchCreateWhiteblackipRuleResponse;
71
+ //# sourceMappingURL=BatchCreateWhiteblackipRuleResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchCreateWhiteblackipRuleResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchCreateWhiteblackipRuleResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,mCAAoC,SAAQ,yBAAW;IAahE;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,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,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,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,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,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,WAAW,CAAC,OAAgB;QAC/B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA6B;QAC5C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AA5ED,kFA4EC"}
@@ -0,0 +1,9 @@
1
+ import { DeleteAlertNoticeConfigBody } from './DeleteAlertNoticeConfigBody';
2
+ export declare class BatchDeleteAlertNoticeConfigBody {
3
+ private 'alert_notice_configs'?;
4
+ constructor(alertNoticeConfigs?: Array<DeleteAlertNoticeConfigBody>);
5
+ withAlertNoticeConfigs(alertNoticeConfigs: Array<DeleteAlertNoticeConfigBody>): BatchDeleteAlertNoticeConfigBody;
6
+ set alertNoticeConfigs(alertNoticeConfigs: Array<DeleteAlertNoticeConfigBody> | undefined);
7
+ get alertNoticeConfigs(): Array<DeleteAlertNoticeConfigBody> | undefined;
8
+ }
9
+ //# sourceMappingURL=BatchDeleteAlertNoticeConfigBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchDeleteAlertNoticeConfigBody.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchDeleteAlertNoticeConfigBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAG5E,qBAAa,gCAAgC;IACzC,OAAO,CAAC,sBAAsB,CAAC,CAAqC;gBACjD,kBAAkB,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC;IAGnE,sBAAsB,CAAC,kBAAkB,EAAE,KAAK,CAAC,2BAA2B,CAAC,GAAG,gCAAgC;IAIvH,IAAW,kBAAkB,CAAC,kBAAkB,EAAE,KAAK,CAAC,2BAA2B,CAAC,GAAI,SAAS,EAEhG;IACD,IAAW,kBAAkB,IAAI,KAAK,CAAC,2BAA2B,CAAC,GAAG,SAAS,CAE9E;CACJ"}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BatchDeleteAlertNoticeConfigBody = void 0;
4
+ class BatchDeleteAlertNoticeConfigBody {
5
+ constructor(alertNoticeConfigs) {
6
+ this['alert_notice_configs'] = alertNoticeConfigs;
7
+ }
8
+ withAlertNoticeConfigs(alertNoticeConfigs) {
9
+ this['alert_notice_configs'] = alertNoticeConfigs;
10
+ return this;
11
+ }
12
+ set alertNoticeConfigs(alertNoticeConfigs) {
13
+ this['alert_notice_configs'] = alertNoticeConfigs;
14
+ }
15
+ get alertNoticeConfigs() {
16
+ return this['alert_notice_configs'];
17
+ }
18
+ }
19
+ exports.BatchDeleteAlertNoticeConfigBody = BatchDeleteAlertNoticeConfigBody;
20
+ //# sourceMappingURL=BatchDeleteAlertNoticeConfigBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchDeleteAlertNoticeConfigBody.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchDeleteAlertNoticeConfigBody.ts"],"names":[],"mappings":";;;AAGA,MAAa,gCAAgC;IAEzC,YAAmB,kBAAuD;QACtE,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;IACtD,CAAC;IACM,sBAAsB,CAAC,kBAAsD;QAChF,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;QAClD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,kBAAkB,CAAC,kBAAmE;QAC7F,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;IACtD,CAAC;IACD,IAAW,kBAAkB;QACzB,OAAO,IAAI,CAAC,sBAAsB,CAAC,CAAC;IACxC,CAAC;CACJ;AAfD,4EAeC"}
@@ -0,0 +1,17 @@
1
+ import { BatchDeleteAlertNoticeConfigBody } from './BatchDeleteAlertNoticeConfigBody';
2
+ export declare class BatchDeleteAlertNoticeConfigRequest {
3
+ enterpriseProjectId?: string;
4
+ private 'X-Language'?;
5
+ private 'Content-Type'?;
6
+ body?: BatchDeleteAlertNoticeConfigBody;
7
+ constructor(enterpriseProjectId?: string, xLanguage?: string, contentType?: string);
8
+ withEnterpriseProjectId(enterpriseProjectId: string): BatchDeleteAlertNoticeConfigRequest;
9
+ withXLanguage(xLanguage: string): BatchDeleteAlertNoticeConfigRequest;
10
+ set xLanguage(xLanguage: string | undefined);
11
+ get xLanguage(): string | undefined;
12
+ withContentType(contentType: string): BatchDeleteAlertNoticeConfigRequest;
13
+ set contentType(contentType: string | undefined);
14
+ get contentType(): string | undefined;
15
+ withBody(body: BatchDeleteAlertNoticeConfigBody): BatchDeleteAlertNoticeConfigRequest;
16
+ }
17
+ //# sourceMappingURL=BatchDeleteAlertNoticeConfigRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchDeleteAlertNoticeConfigRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchDeleteAlertNoticeConfigRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAGtF,qBAAa,mCAAmC;IACrC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IACpC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,IAAI,CAAC,EAAE,gCAAgC,CAAC;gBAC5B,mBAAmB,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM;IAKlF,uBAAuB,CAAC,mBAAmB,EAAE,MAAM,GAAG,mCAAmC;IAIzF,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,mCAAmC;IAI5E,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,mCAAmC;IAIhF,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,QAAQ,CAAC,IAAI,EAAE,gCAAgC,GAAG,mCAAmC;CAI/F"}
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BatchDeleteAlertNoticeConfigRequest = void 0;
4
+ class BatchDeleteAlertNoticeConfigRequest {
5
+ constructor(enterpriseProjectId, xLanguage, contentType) {
6
+ this['enterpriseProjectId'] = enterpriseProjectId;
7
+ this['X-Language'] = xLanguage;
8
+ this['Content-Type'] = contentType;
9
+ }
10
+ withEnterpriseProjectId(enterpriseProjectId) {
11
+ this['enterpriseProjectId'] = enterpriseProjectId;
12
+ return this;
13
+ }
14
+ withXLanguage(xLanguage) {
15
+ this['X-Language'] = xLanguage;
16
+ return this;
17
+ }
18
+ set xLanguage(xLanguage) {
19
+ this['X-Language'] = xLanguage;
20
+ }
21
+ get xLanguage() {
22
+ return this['X-Language'];
23
+ }
24
+ withContentType(contentType) {
25
+ this['Content-Type'] = contentType;
26
+ return this;
27
+ }
28
+ set contentType(contentType) {
29
+ this['Content-Type'] = contentType;
30
+ }
31
+ get contentType() {
32
+ return this['Content-Type'];
33
+ }
34
+ withBody(body) {
35
+ this['body'] = body;
36
+ return this;
37
+ }
38
+ }
39
+ exports.BatchDeleteAlertNoticeConfigRequest = BatchDeleteAlertNoticeConfigRequest;
40
+ //# sourceMappingURL=BatchDeleteAlertNoticeConfigRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchDeleteAlertNoticeConfigRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchDeleteAlertNoticeConfigRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,mCAAmC;IAK5C,YAAmB,mBAA4B,EAAE,SAAkB,EAAE,WAAoB;QACrF,IAAI,CAAC,qBAAqB,CAAC,GAAG,mBAAmB,CAAC;QAClD,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACM,uBAAuB,CAAC,mBAA2B;QACtD,IAAI,CAAC,qBAAqB,CAAC,GAAG,mBAAmB,CAAC;QAClD,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA8B;QAC/C,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,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,QAAQ,CAAC,IAAsC;QAClD,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAtCD,kFAsCC"}
@@ -0,0 +1,10 @@
1
+ import { AlertNoticeConfig } from './AlertNoticeConfig';
2
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
+ export declare class BatchDeleteAlertNoticeConfigResponse extends SdkResponse {
4
+ private 'alert_notice_configs'?;
5
+ constructor();
6
+ withAlertNoticeConfigs(alertNoticeConfigs: Array<AlertNoticeConfig>): BatchDeleteAlertNoticeConfigResponse;
7
+ set alertNoticeConfigs(alertNoticeConfigs: Array<AlertNoticeConfig> | undefined);
8
+ get alertNoticeConfigs(): Array<AlertNoticeConfig> | undefined;
9
+ }
10
+ //# sourceMappingURL=BatchDeleteAlertNoticeConfigResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchDeleteAlertNoticeConfigResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchDeleteAlertNoticeConfigResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,oCAAqC,SAAQ,WAAW;IACjE,OAAO,CAAC,sBAAsB,CAAC,CAA2B;;IAInD,sBAAsB,CAAC,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,oCAAoC;IAIjH,IAAW,kBAAkB,CAAC,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAI,SAAS,EAEtF;IACD,IAAW,kBAAkB,IAAI,KAAK,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAEpE;CACJ"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BatchDeleteAlertNoticeConfigResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class BatchDeleteAlertNoticeConfigResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withAlertNoticeConfigs(alertNoticeConfigs) {
10
+ this['alert_notice_configs'] = alertNoticeConfigs;
11
+ return this;
12
+ }
13
+ set alertNoticeConfigs(alertNoticeConfigs) {
14
+ this['alert_notice_configs'] = alertNoticeConfigs;
15
+ }
16
+ get alertNoticeConfigs() {
17
+ return this['alert_notice_configs'];
18
+ }
19
+ }
20
+ exports.BatchDeleteAlertNoticeConfigResponse = BatchDeleteAlertNoticeConfigResponse;
21
+ //# sourceMappingURL=BatchDeleteAlertNoticeConfigResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchDeleteAlertNoticeConfigResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/BatchDeleteAlertNoticeConfigResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,oCAAqC,SAAQ,yBAAW;IAEjE;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,sBAAsB,CAAC,kBAA4C;QACtE,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;QAClD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,kBAAkB,CAAC,kBAAyD;QACnF,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;IACtD,CAAC;IACD,IAAW,kBAAkB;QACzB,OAAO,IAAI,CAAC,sBAAsB,CAAC,CAAC;IACxC,CAAC;CACJ;AAfD,oFAeC"}
@@ -0,0 +1,11 @@
1
+ import { PremiumWafAgencyRequest } from './PremiumWafAgencyRequest';
2
+ export declare class CreateAgencyRequest {
3
+ private 'Content-Type'?;
4
+ body?: PremiumWafAgencyRequest;
5
+ constructor(contentType?: string);
6
+ withContentType(contentType: string): CreateAgencyRequest;
7
+ set contentType(contentType: string | undefined);
8
+ get contentType(): string | undefined;
9
+ withBody(body: PremiumWafAgencyRequest): CreateAgencyRequest;
10
+ }
11
+ //# sourceMappingURL=CreateAgencyRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAgencyRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateAgencyRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAGpE,qBAAa,mBAAmB;IAC5B,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,IAAI,CAAC,EAAE,uBAAuB,CAAC;gBACnB,WAAW,CAAC,EAAE,MAAM;IAGhC,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,mBAAmB;IAIhE,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,QAAQ,CAAC,IAAI,EAAE,uBAAuB,GAAG,mBAAmB;CAItE"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateAgencyRequest = void 0;
4
+ class CreateAgencyRequest {
5
+ constructor(contentType) {
6
+ this['Content-Type'] = contentType;
7
+ }
8
+ withContentType(contentType) {
9
+ this['Content-Type'] = contentType;
10
+ return this;
11
+ }
12
+ set contentType(contentType) {
13
+ this['Content-Type'] = contentType;
14
+ }
15
+ get contentType() {
16
+ return this['Content-Type'];
17
+ }
18
+ withBody(body) {
19
+ this['body'] = body;
20
+ return this;
21
+ }
22
+ }
23
+ exports.CreateAgencyRequest = CreateAgencyRequest;
24
+ //# sourceMappingURL=CreateAgencyRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAgencyRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateAgencyRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,mBAAmB;IAG5B,YAAmB,WAAoB;QACnC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,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,QAAQ,CAAC,IAA6B;QACzC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApBD,kDAoBC"}
@@ -0,0 +1,21 @@
1
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
+ export declare class CreateAgencyResponse extends SdkResponse {
3
+ id?: string;
4
+ name?: string;
5
+ version?: string;
6
+ duration?: string;
7
+ private 'domain_id'?;
8
+ private 'is_valid'?;
9
+ constructor();
10
+ withId(id: string): CreateAgencyResponse;
11
+ withName(name: string): CreateAgencyResponse;
12
+ withVersion(version: string): CreateAgencyResponse;
13
+ withDuration(duration: string): CreateAgencyResponse;
14
+ withDomainId(domainId: string): CreateAgencyResponse;
15
+ set domainId(domainId: string | undefined);
16
+ get domainId(): string | undefined;
17
+ withIsValid(isValid: boolean): CreateAgencyResponse;
18
+ set isValid(isValid: boolean | undefined);
19
+ get isValid(): boolean | undefined;
20
+ }
21
+ //# sourceMappingURL=CreateAgencyResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAgencyResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateAgencyResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,oBAAqB,SAAQ,WAAW;IAC1C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,UAAU,CAAC,CAAU;;IAItB,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,oBAAoB;IAIxC,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,oBAAoB;IAI5C,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,oBAAoB;IAIlD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,oBAAoB;IAIpD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,oBAAoB;IAI3D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,WAAW,CAAC,OAAO,EAAE,OAAO,GAAG,oBAAoB;IAI1D,IAAW,OAAO,CAAC,OAAO,EAAE,OAAO,GAAI,SAAS,EAE/C;IACD,IAAW,OAAO,IAAI,OAAO,GAAG,SAAS,CAExC;CACJ"}
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateAgencyResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class CreateAgencyResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withId(id) {
10
+ this['id'] = id;
11
+ return this;
12
+ }
13
+ withName(name) {
14
+ this['name'] = name;
15
+ return this;
16
+ }
17
+ withVersion(version) {
18
+ this['version'] = version;
19
+ return this;
20
+ }
21
+ withDuration(duration) {
22
+ this['duration'] = duration;
23
+ return this;
24
+ }
25
+ withDomainId(domainId) {
26
+ this['domain_id'] = domainId;
27
+ return this;
28
+ }
29
+ set domainId(domainId) {
30
+ this['domain_id'] = domainId;
31
+ }
32
+ get domainId() {
33
+ return this['domain_id'];
34
+ }
35
+ withIsValid(isValid) {
36
+ this['is_valid'] = isValid;
37
+ return this;
38
+ }
39
+ set isValid(isValid) {
40
+ this['is_valid'] = isValid;
41
+ }
42
+ get isValid() {
43
+ return this['is_valid'];
44
+ }
45
+ }
46
+ exports.CreateAgencyResponse = CreateAgencyResponse;
47
+ //# sourceMappingURL=CreateAgencyResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAgencyResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateAgencyResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,oBAAqB,SAAQ,yBAAW;IAOjD;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,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;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,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,OAAgB;QAC/B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA6B;QAC5C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;CACJ;AA9CD,oDA8CC"}
@@ -0,0 +1,42 @@
1
+ export declare class CreateAlertNoticeConfigBody {
2
+ enabled?: boolean;
3
+ private 'prefer_html'?;
4
+ private 'topic_urn'?;
5
+ sendfreq?: number;
6
+ local?: string;
7
+ times?: number;
8
+ name?: string;
9
+ private 'notice_class'?;
10
+ private 'nearly_expired_time'?;
11
+ private 'is_all_enterprise_project'?;
12
+ description?: string;
13
+ threat?: Array<string>;
14
+ private 'rule_type'?;
15
+ constructor(enabled?: boolean, preferHtml?: boolean, topicUrn?: string, local?: string, name?: string, noticeClass?: string, isAllEnterpriseProject?: boolean);
16
+ withEnabled(enabled: boolean): CreateAlertNoticeConfigBody;
17
+ withPreferHtml(preferHtml: boolean): CreateAlertNoticeConfigBody;
18
+ set preferHtml(preferHtml: boolean | undefined);
19
+ get preferHtml(): boolean | undefined;
20
+ withTopicUrn(topicUrn: string): CreateAlertNoticeConfigBody;
21
+ set topicUrn(topicUrn: string | undefined);
22
+ get topicUrn(): string | undefined;
23
+ withSendfreq(sendfreq: number): CreateAlertNoticeConfigBody;
24
+ withLocal(local: string): CreateAlertNoticeConfigBody;
25
+ withTimes(times: number): CreateAlertNoticeConfigBody;
26
+ withName(name: string): CreateAlertNoticeConfigBody;
27
+ withNoticeClass(noticeClass: string): CreateAlertNoticeConfigBody;
28
+ set noticeClass(noticeClass: string | undefined);
29
+ get noticeClass(): string | undefined;
30
+ withNearlyExpiredTime(nearlyExpiredTime: number): CreateAlertNoticeConfigBody;
31
+ set nearlyExpiredTime(nearlyExpiredTime: number | undefined);
32
+ get nearlyExpiredTime(): number | undefined;
33
+ withIsAllEnterpriseProject(isAllEnterpriseProject: boolean): CreateAlertNoticeConfigBody;
34
+ set isAllEnterpriseProject(isAllEnterpriseProject: boolean | undefined);
35
+ get isAllEnterpriseProject(): boolean | undefined;
36
+ withDescription(description: string): CreateAlertNoticeConfigBody;
37
+ withThreat(threat: Array<string>): CreateAlertNoticeConfigBody;
38
+ withRuleType(ruleType: Array<string>): CreateAlertNoticeConfigBody;
39
+ set ruleType(ruleType: Array<string> | undefined);
40
+ get ruleType(): Array<string> | undefined;
41
+ }
42
+ //# sourceMappingURL=CreateAlertNoticeConfigBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAlertNoticeConfigBody.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateAlertNoticeConfigBody.ts"],"names":[],"mappings":"AAEA,qBAAa,2BAA2B;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,aAAa,CAAC,CAAU;IAChC,OAAO,CAAC,WAAW,CAAC,CAAS;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,qBAAqB,CAAC,CAAS;IACvC,OAAO,CAAC,2BAA2B,CAAC,CAAU;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B,OAAO,CAAC,WAAW,CAAC,CAAgB;gBACjB,OAAO,CAAC,EAAE,OAAO,EAAE,UAAU,CAAC,EAAE,OAAO,EAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,EAAE,sBAAsB,CAAC,EAAE,OAAO;IAS7J,WAAW,CAAC,OAAO,EAAE,OAAO,GAAG,2BAA2B;IAI1D,cAAc,CAAC,UAAU,EAAE,OAAO,GAAG,2BAA2B;IAIvE,IAAW,UAAU,CAAC,UAAU,EAAE,OAAO,GAAI,SAAS,EAErD;IACD,IAAW,UAAU,IAAI,OAAO,GAAG,SAAS,CAE3C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,2BAA2B;IAIlE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,2BAA2B;IAI3D,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,2BAA2B;IAIrD,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,2BAA2B;IAIrD,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,2BAA2B;IAInD,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,2BAA2B;IAIxE,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,qBAAqB,CAAC,iBAAiB,EAAE,MAAM,GAAG,2BAA2B;IAIpF,IAAW,iBAAiB,CAAC,iBAAiB,EAAE,MAAM,GAAI,SAAS,EAElE;IACD,IAAW,iBAAiB,IAAI,MAAM,GAAG,SAAS,CAEjD;IACM,0BAA0B,CAAC,sBAAsB,EAAE,OAAO,GAAG,2BAA2B;IAI/F,IAAW,sBAAsB,CAAC,sBAAsB,EAAE,OAAO,GAAI,SAAS,EAE7E;IACD,IAAW,sBAAsB,IAAI,OAAO,GAAG,SAAS,CAEvD;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,2BAA2B;IAIjE,UAAU,CAAC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,2BAA2B;IAI9D,YAAY,CAAC,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,2BAA2B;IAIzE,IAAW,QAAQ,CAAC,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,GAAI,SAAS,EAEvD;IACD,IAAW,QAAQ,IAAI,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAE/C;CACJ"}
@@ -0,0 +1,104 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateAlertNoticeConfigBody = void 0;
4
+ class CreateAlertNoticeConfigBody {
5
+ constructor(enabled, preferHtml, topicUrn, local, name, noticeClass, isAllEnterpriseProject) {
6
+ this['enabled'] = enabled;
7
+ this['prefer_html'] = preferHtml;
8
+ this['topic_urn'] = topicUrn;
9
+ this['local'] = local;
10
+ this['name'] = name;
11
+ this['notice_class'] = noticeClass;
12
+ this['is_all_enterprise_project'] = isAllEnterpriseProject;
13
+ }
14
+ withEnabled(enabled) {
15
+ this['enabled'] = enabled;
16
+ return this;
17
+ }
18
+ withPreferHtml(preferHtml) {
19
+ this['prefer_html'] = preferHtml;
20
+ return this;
21
+ }
22
+ set preferHtml(preferHtml) {
23
+ this['prefer_html'] = preferHtml;
24
+ }
25
+ get preferHtml() {
26
+ return this['prefer_html'];
27
+ }
28
+ withTopicUrn(topicUrn) {
29
+ this['topic_urn'] = topicUrn;
30
+ return this;
31
+ }
32
+ set topicUrn(topicUrn) {
33
+ this['topic_urn'] = topicUrn;
34
+ }
35
+ get topicUrn() {
36
+ return this['topic_urn'];
37
+ }
38
+ withSendfreq(sendfreq) {
39
+ this['sendfreq'] = sendfreq;
40
+ return this;
41
+ }
42
+ withLocal(local) {
43
+ this['local'] = local;
44
+ return this;
45
+ }
46
+ withTimes(times) {
47
+ this['times'] = times;
48
+ return this;
49
+ }
50
+ withName(name) {
51
+ this['name'] = name;
52
+ return this;
53
+ }
54
+ withNoticeClass(noticeClass) {
55
+ this['notice_class'] = noticeClass;
56
+ return this;
57
+ }
58
+ set noticeClass(noticeClass) {
59
+ this['notice_class'] = noticeClass;
60
+ }
61
+ get noticeClass() {
62
+ return this['notice_class'];
63
+ }
64
+ withNearlyExpiredTime(nearlyExpiredTime) {
65
+ this['nearly_expired_time'] = nearlyExpiredTime;
66
+ return this;
67
+ }
68
+ set nearlyExpiredTime(nearlyExpiredTime) {
69
+ this['nearly_expired_time'] = nearlyExpiredTime;
70
+ }
71
+ get nearlyExpiredTime() {
72
+ return this['nearly_expired_time'];
73
+ }
74
+ withIsAllEnterpriseProject(isAllEnterpriseProject) {
75
+ this['is_all_enterprise_project'] = isAllEnterpriseProject;
76
+ return this;
77
+ }
78
+ set isAllEnterpriseProject(isAllEnterpriseProject) {
79
+ this['is_all_enterprise_project'] = isAllEnterpriseProject;
80
+ }
81
+ get isAllEnterpriseProject() {
82
+ return this['is_all_enterprise_project'];
83
+ }
84
+ withDescription(description) {
85
+ this['description'] = description;
86
+ return this;
87
+ }
88
+ withThreat(threat) {
89
+ this['threat'] = threat;
90
+ return this;
91
+ }
92
+ withRuleType(ruleType) {
93
+ this['rule_type'] = ruleType;
94
+ return this;
95
+ }
96
+ set ruleType(ruleType) {
97
+ this['rule_type'] = ruleType;
98
+ }
99
+ get ruleType() {
100
+ return this['rule_type'];
101
+ }
102
+ }
103
+ exports.CreateAlertNoticeConfigBody = CreateAlertNoticeConfigBody;
104
+ //# sourceMappingURL=CreateAlertNoticeConfigBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAlertNoticeConfigBody.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CreateAlertNoticeConfigBody.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,17 @@
1
+ import { CreateAlertNoticeConfigBody } from './CreateAlertNoticeConfigBody';
2
+ export declare class CreateAlertNoticeConfigRequest {
3
+ private 'X-Language'?;
4
+ private 'Content-Type'?;
5
+ enterpriseProjectId?: string;
6
+ body?: CreateAlertNoticeConfigBody;
7
+ constructor(xLanguage?: string, contentType?: string, enterpriseProjectId?: string);
8
+ withXLanguage(xLanguage: string): CreateAlertNoticeConfigRequest;
9
+ set xLanguage(xLanguage: string | undefined);
10
+ get xLanguage(): string | undefined;
11
+ withContentType(contentType: string): CreateAlertNoticeConfigRequest;
12
+ set contentType(contentType: string | undefined);
13
+ get contentType(): string | undefined;
14
+ withEnterpriseProjectId(enterpriseProjectId: string): CreateAlertNoticeConfigRequest;
15
+ withBody(body: CreateAlertNoticeConfigBody): CreateAlertNoticeConfigRequest;
16
+ }
17
+ //# sourceMappingURL=CreateAlertNoticeConfigRequest.d.ts.map