@huaweicloud/huaweicloud-sdk-waf 3.1.174 → 3.1.175

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 (129) hide show
  1. package/package.json +2 -2
  2. package/v1/WafClient.d.ts +258 -22
  3. package/v1/WafClient.d.ts.map +1 -1
  4. package/v1/WafClient.js +565 -22
  5. package/v1/WafClient.js.map +1 -1
  6. package/v1/model/AntileakageMapResponseBodyLeakagemap.d.ts +8 -0
  7. package/v1/model/AntileakageMapResponseBodyLeakagemap.d.ts.map +1 -0
  8. package/v1/model/AntileakageMapResponseBodyLeakagemap.js +17 -0
  9. package/v1/model/AntileakageMapResponseBodyLeakagemap.js.map +1 -0
  10. package/v1/model/AntileakageMapResponseBodyLocale.d.ts +18 -0
  11. package/v1/model/AntileakageMapResponseBodyLocale.d.ts.map +1 -0
  12. package/v1/model/AntileakageMapResponseBodyLocale.js +39 -0
  13. package/v1/model/AntileakageMapResponseBodyLocale.js.map +1 -0
  14. package/v1/model/CheckAgencyRequest.d.ts +8 -0
  15. package/v1/model/CheckAgencyRequest.d.ts.map +1 -0
  16. package/v1/model/CheckAgencyRequest.js +20 -0
  17. package/v1/model/CheckAgencyRequest.js.map +1 -0
  18. package/v1/model/CheckAgencyResponse.d.ts +21 -0
  19. package/v1/model/CheckAgencyResponse.d.ts.map +1 -0
  20. package/v1/model/CheckAgencyResponse.js +47 -0
  21. package/v1/model/CheckAgencyResponse.js.map +1 -0
  22. package/v1/model/ConfirmIpReputationRuleRequest.d.ts +16 -0
  23. package/v1/model/ConfirmIpReputationRuleRequest.d.ts.map +1 -0
  24. package/v1/model/ConfirmIpReputationRuleRequest.js +42 -0
  25. package/v1/model/ConfirmIpReputationRuleRequest.js.map +1 -0
  26. package/v1/model/ConfirmIpReputationRuleResponse.d.ts +24 -0
  27. package/v1/model/ConfirmIpReputationRuleResponse.d.ts.map +1 -0
  28. package/v1/model/ConfirmIpReputationRuleResponse.js +47 -0
  29. package/v1/model/ConfirmIpReputationRuleResponse.js.map +1 -0
  30. package/v1/model/ConfirmPolicyAntileakageMapRequest.d.ts +10 -0
  31. package/v1/model/ConfirmPolicyAntileakageMapRequest.d.ts.map +1 -0
  32. package/v1/model/ConfirmPolicyAntileakageMapRequest.js +25 -0
  33. package/v1/model/ConfirmPolicyAntileakageMapRequest.js.map +1 -0
  34. package/v1/model/ConfirmPolicyAntileakageMapResponse.d.ts +11 -0
  35. package/v1/model/ConfirmPolicyAntileakageMapResponse.d.ts.map +1 -0
  36. package/v1/model/ConfirmPolicyAntileakageMapResponse.js +19 -0
  37. package/v1/model/ConfirmPolicyAntileakageMapResponse.js.map +1 -0
  38. package/v1/model/ConfirmPolicyIpReputationMapRequest.d.ts +12 -0
  39. package/v1/model/ConfirmPolicyIpReputationMapRequest.d.ts.map +1 -0
  40. package/v1/model/ConfirmPolicyIpReputationMapRequest.js +30 -0
  41. package/v1/model/ConfirmPolicyIpReputationMapRequest.js.map +1 -0
  42. package/v1/model/ConfirmPolicyIpReputationMapResponse.d.ts +13 -0
  43. package/v1/model/ConfirmPolicyIpReputationMapResponse.d.ts.map +1 -0
  44. package/v1/model/ConfirmPolicyIpReputationMapResponse.js +25 -0
  45. package/v1/model/ConfirmPolicyIpReputationMapResponse.js.map +1 -0
  46. package/v1/model/ConfirmProtectionTypesRequest.d.ts +12 -0
  47. package/v1/model/ConfirmProtectionTypesRequest.d.ts.map +1 -0
  48. package/v1/model/ConfirmProtectionTypesRequest.js +28 -0
  49. package/v1/model/ConfirmProtectionTypesRequest.js.map +1 -0
  50. package/v1/model/ConfirmProtectionTypesResponse.d.ts +9 -0
  51. package/v1/model/ConfirmProtectionTypesResponse.d.ts.map +1 -0
  52. package/v1/model/ConfirmProtectionTypesResponse.js +19 -0
  53. package/v1/model/ConfirmProtectionTypesResponse.js.map +1 -0
  54. package/v1/model/CreateIpReputationRuleRequest.d.ts +19 -0
  55. package/v1/model/CreateIpReputationRuleRequest.d.ts.map +1 -0
  56. package/v1/model/CreateIpReputationRuleRequest.js +45 -0
  57. package/v1/model/CreateIpReputationRuleRequest.js.map +1 -0
  58. package/v1/model/CreateIpReputationRuleRequestBody.d.ts +19 -0
  59. package/v1/model/CreateIpReputationRuleRequestBody.d.ts.map +1 -0
  60. package/v1/model/CreateIpReputationRuleRequestBody.js +41 -0
  61. package/v1/model/CreateIpReputationRuleRequestBody.js.map +1 -0
  62. package/v1/model/CreateIpReputationRuleResponse.d.ts +26 -0
  63. package/v1/model/CreateIpReputationRuleResponse.d.ts.map +1 -0
  64. package/v1/model/CreateIpReputationRuleResponse.js +51 -0
  65. package/v1/model/CreateIpReputationRuleResponse.js.map +1 -0
  66. package/v1/model/CreateIpReputationRuleResponseBodyAction.d.ts +6 -0
  67. package/v1/model/CreateIpReputationRuleResponseBodyAction.d.ts.map +1 -0
  68. package/v1/model/CreateIpReputationRuleResponseBodyAction.js +13 -0
  69. package/v1/model/CreateIpReputationRuleResponseBodyAction.js.map +1 -0
  70. package/v1/model/CreatePremiumHostRequestBody.d.ts +1 -1
  71. package/v1/model/CreatePremiumHostRequestBody.d.ts.map +1 -1
  72. package/v1/model/CreatePremiumHostRequestBody.js +1 -2
  73. package/v1/model/CreatePremiumHostRequestBody.js.map +1 -1
  74. package/v1/model/IpReputationMapResponseBodyIpReputationMap.d.ts +6 -0
  75. package/v1/model/IpReputationMapResponseBodyIpReputationMap.d.ts.map +1 -0
  76. package/v1/model/IpReputationMapResponseBodyIpReputationMap.js +13 -0
  77. package/v1/model/IpReputationMapResponseBodyIpReputationMap.js.map +1 -0
  78. package/v1/model/IpReputationMapResponseBodyLocale.d.ts +40 -0
  79. package/v1/model/IpReputationMapResponseBodyLocale.d.ts.map +1 -0
  80. package/v1/model/IpReputationMapResponseBodyLocale.js +99 -0
  81. package/v1/model/IpReputationMapResponseBodyLocale.js.map +1 -0
  82. package/v1/model/ListSecurityReportHistoryPeriodResponseItems.d.ts +17 -0
  83. package/v1/model/ListSecurityReportHistoryPeriodResponseItems.d.ts.map +1 -0
  84. package/v1/model/ListSecurityReportHistoryPeriodResponseItems.js +42 -0
  85. package/v1/model/ListSecurityReportHistoryPeriodResponseItems.js.map +1 -0
  86. package/v1/model/ListSecurityReportHistoryPeriodResponseStatPeriod.d.ts +12 -0
  87. package/v1/model/ListSecurityReportHistoryPeriodResponseStatPeriod.d.ts.map +1 -0
  88. package/v1/model/ListSecurityReportHistoryPeriodResponseStatPeriod.js +31 -0
  89. package/v1/model/ListSecurityReportHistoryPeriodResponseStatPeriod.js.map +1 -0
  90. package/v1/model/ListSecurityReportHistoryPeriodsRequest.d.ts +16 -0
  91. package/v1/model/ListSecurityReportHistoryPeriodsRequest.d.ts.map +1 -0
  92. package/v1/model/ListSecurityReportHistoryPeriodsRequest.js +39 -0
  93. package/v1/model/ListSecurityReportHistoryPeriodsRequest.js.map +1 -0
  94. package/v1/model/ListSecurityReportHistoryPeriodsResponse.d.ts +10 -0
  95. package/v1/model/ListSecurityReportHistoryPeriodsResponse.d.ts.map +1 -0
  96. package/v1/model/ListSecurityReportHistoryPeriodsResponse.js +19 -0
  97. package/v1/model/ListSecurityReportHistoryPeriodsResponse.js.map +1 -0
  98. package/v1/model/SecurityReportSubscriptionResponseReportContentSubscription.d.ts +52 -0
  99. package/v1/model/SecurityReportSubscriptionResponseReportContentSubscription.d.ts.map +1 -0
  100. package/v1/model/SecurityReportSubscriptionResponseReportContentSubscription.js +129 -0
  101. package/v1/model/SecurityReportSubscriptionResponseReportContentSubscription.js.map +1 -0
  102. package/v1/model/SecurityReportSubscriptionResponseStatPeriod.d.ts +12 -0
  103. package/v1/model/SecurityReportSubscriptionResponseStatPeriod.d.ts.map +1 -0
  104. package/v1/model/SecurityReportSubscriptionResponseStatPeriod.js +29 -0
  105. package/v1/model/SecurityReportSubscriptionResponseStatPeriod.js.map +1 -0
  106. package/v1/model/ShowSecurityReportSubscriptionRequest.d.ts +12 -0
  107. package/v1/model/ShowSecurityReportSubscriptionRequest.d.ts.map +1 -0
  108. package/v1/model/ShowSecurityReportSubscriptionRequest.js +31 -0
  109. package/v1/model/ShowSecurityReportSubscriptionRequest.js.map +1 -0
  110. package/v1/model/ShowSecurityReportSubscriptionResponse.d.ts +47 -0
  111. package/v1/model/ShowSecurityReportSubscriptionResponse.d.ts.map +1 -0
  112. package/v1/model/ShowSecurityReportSubscriptionResponse.js +111 -0
  113. package/v1/model/ShowSecurityReportSubscriptionResponse.js.map +1 -0
  114. package/v1/model/ShowWebProtectionRuleRequest.d.ts +12 -0
  115. package/v1/model/ShowWebProtectionRuleRequest.d.ts.map +1 -0
  116. package/v1/model/ShowWebProtectionRuleRequest.js +30 -0
  117. package/v1/model/ShowWebProtectionRuleRequest.js.map +1 -0
  118. package/v1/model/ShowWebProtectionRuleResponse.d.ts +38 -0
  119. package/v1/model/ShowWebProtectionRuleResponse.d.ts.map +1 -0
  120. package/v1/model/ShowWebProtectionRuleResponse.js +79 -0
  121. package/v1/model/ShowWebProtectionRuleResponse.js.map +1 -0
  122. package/v1/model/UpdateIpReputationRuleRequestBodyAction.d.ts +6 -0
  123. package/v1/model/UpdateIpReputationRuleRequestBodyAction.d.ts.map +1 -0
  124. package/v1/model/UpdateIpReputationRuleRequestBodyAction.js +13 -0
  125. package/v1/model/UpdateIpReputationRuleRequestBodyAction.js.map +1 -0
  126. package/v1/public-api.d.ts +29 -0
  127. package/v1/public-api.d.ts.map +1 -1
  128. package/v1/public-api.js +29 -0
  129. package/v1/public-api.js.map +1 -1
@@ -0,0 +1,8 @@
1
+ export declare class AntileakageMapResponseBodyLeakagemap {
2
+ sensitive?: Array<string>;
3
+ code?: Array<string>;
4
+ constructor();
5
+ withSensitive(sensitive: Array<string>): AntileakageMapResponseBodyLeakagemap;
6
+ withCode(code: Array<string>): AntileakageMapResponseBodyLeakagemap;
7
+ }
8
+ //# sourceMappingURL=AntileakageMapResponseBodyLeakagemap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AntileakageMapResponseBodyLeakagemap.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/AntileakageMapResponseBodyLeakagemap.ts"],"names":[],"mappings":"AAEA,qBAAa,oCAAoC;IACtC,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC1B,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;;IAGrB,aAAa,CAAC,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,oCAAoC;IAI7E,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,oCAAoC;CAI7E"}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AntileakageMapResponseBodyLeakagemap = void 0;
4
+ class AntileakageMapResponseBodyLeakagemap {
5
+ constructor() {
6
+ }
7
+ withSensitive(sensitive) {
8
+ this['sensitive'] = sensitive;
9
+ return this;
10
+ }
11
+ withCode(code) {
12
+ this['code'] = code;
13
+ return this;
14
+ }
15
+ }
16
+ exports.AntileakageMapResponseBodyLeakagemap = AntileakageMapResponseBodyLeakagemap;
17
+ //# sourceMappingURL=AntileakageMapResponseBodyLeakagemap.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AntileakageMapResponseBodyLeakagemap.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/AntileakageMapResponseBodyLeakagemap.ts"],"names":[],"mappings":";;;AAEA,MAAa,oCAAoC;IAG7C;IACA,CAAC;IACM,aAAa,CAAC,SAAwB;QACzC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAmB;QAC/B,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAbD,oFAaC"}
@@ -0,0 +1,18 @@
1
+ export declare class AntileakageMapResponseBodyLocale {
2
+ code?: string;
3
+ private 'id_card'?;
4
+ sensitive?: string;
5
+ phone?: string;
6
+ responseCode?: string;
7
+ email?: string;
8
+ constructor();
9
+ withCode(code: string): AntileakageMapResponseBodyLocale;
10
+ withIdCard(idCard: string): AntileakageMapResponseBodyLocale;
11
+ set idCard(idCard: string | undefined);
12
+ get idCard(): string | undefined;
13
+ withSensitive(sensitive: string): AntileakageMapResponseBodyLocale;
14
+ withPhone(phone: string): AntileakageMapResponseBodyLocale;
15
+ withResponseCode(responseCode: string): AntileakageMapResponseBodyLocale;
16
+ withEmail(email: string): AntileakageMapResponseBodyLocale;
17
+ }
18
+ //# sourceMappingURL=AntileakageMapResponseBodyLocale.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AntileakageMapResponseBodyLocale.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/AntileakageMapResponseBodyLocale.ts"],"names":[],"mappings":"AAEA,qBAAa,gCAAgC;IAClC,IAAI,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,SAAS,CAAC,CAAS;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;;IAGf,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,gCAAgC;IAIxD,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,gCAAgC;IAInE,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;IACM,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,gCAAgC;IAIlE,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,gCAAgC;IAI1D,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,gCAAgC;IAIxE,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,gCAAgC;CAIpE"}
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AntileakageMapResponseBodyLocale = void 0;
4
+ class AntileakageMapResponseBodyLocale {
5
+ constructor() {
6
+ }
7
+ withCode(code) {
8
+ this['code'] = code;
9
+ return this;
10
+ }
11
+ withIdCard(idCard) {
12
+ this['id_card'] = idCard;
13
+ return this;
14
+ }
15
+ set idCard(idCard) {
16
+ this['id_card'] = idCard;
17
+ }
18
+ get idCard() {
19
+ return this['id_card'];
20
+ }
21
+ withSensitive(sensitive) {
22
+ this['sensitive'] = sensitive;
23
+ return this;
24
+ }
25
+ withPhone(phone) {
26
+ this['phone'] = phone;
27
+ return this;
28
+ }
29
+ withResponseCode(responseCode) {
30
+ this['responseCode'] = responseCode;
31
+ return this;
32
+ }
33
+ withEmail(email) {
34
+ this['email'] = email;
35
+ return this;
36
+ }
37
+ }
38
+ exports.AntileakageMapResponseBodyLocale = AntileakageMapResponseBodyLocale;
39
+ //# sourceMappingURL=AntileakageMapResponseBodyLocale.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AntileakageMapResponseBodyLocale.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/AntileakageMapResponseBodyLocale.ts"],"names":[],"mappings":";;;AAEA,MAAa,gCAAgC;IAOzC;IACA,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA2B;QACzC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,cAAc,CAAC,GAAG,YAAY,CAAC;QACpC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAvCD,4EAuCC"}
@@ -0,0 +1,8 @@
1
+ export declare class CheckAgencyRequest {
2
+ private 'Content-Type'?;
3
+ constructor(contentType?: string);
4
+ withContentType(contentType: string): CheckAgencyRequest;
5
+ set contentType(contentType: string | undefined);
6
+ get contentType(): string | undefined;
7
+ }
8
+ //# sourceMappingURL=CheckAgencyRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckAgencyRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CheckAgencyRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,kBAAkB;IAC3B,OAAO,CAAC,cAAc,CAAC,CAAS;gBACb,WAAW,CAAC,EAAE,MAAM;IAGhC,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,kBAAkB;IAI/D,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;CACJ"}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CheckAgencyRequest = void 0;
4
+ class CheckAgencyRequest {
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
+ }
19
+ exports.CheckAgencyRequest = CheckAgencyRequest;
20
+ //# sourceMappingURL=CheckAgencyRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckAgencyRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CheckAgencyRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,kBAAkB;IAE3B,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;CACJ;AAfD,gDAeC"}
@@ -0,0 +1,21 @@
1
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
+ export declare class CheckAgencyResponse 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): CheckAgencyResponse;
11
+ withName(name: string): CheckAgencyResponse;
12
+ withVersion(version: string): CheckAgencyResponse;
13
+ withDuration(duration: string): CheckAgencyResponse;
14
+ withDomainId(domainId: string): CheckAgencyResponse;
15
+ set domainId(domainId: string | undefined);
16
+ get domainId(): string | undefined;
17
+ withIsValid(isValid: boolean): CheckAgencyResponse;
18
+ set isValid(isValid: boolean | undefined);
19
+ get isValid(): boolean | undefined;
20
+ }
21
+ //# sourceMappingURL=CheckAgencyResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckAgencyResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CheckAgencyResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,mBAAoB,SAAQ,WAAW;IACzC,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,mBAAmB;IAIvC,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,mBAAmB;IAI3C,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,mBAAmB;IAIjD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,mBAAmB;IAInD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,mBAAmB;IAI1D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,WAAW,CAAC,OAAO,EAAE,OAAO,GAAG,mBAAmB;IAIzD,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.CheckAgencyResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class CheckAgencyResponse 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.CheckAgencyResponse = CheckAgencyResponse;
47
+ //# sourceMappingURL=CheckAgencyResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckAgencyResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/CheckAgencyResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,mBAAoB,SAAQ,yBAAW;IAOhD;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,kDA8CC"}
@@ -0,0 +1,16 @@
1
+ export declare class ConfirmIpReputationRuleRequest {
2
+ private 'Content-Type'?;
3
+ private 'policy_id'?;
4
+ private 'rule_id'?;
5
+ constructor(contentType?: string, policyId?: string, ruleId?: string);
6
+ withContentType(contentType: string): ConfirmIpReputationRuleRequest;
7
+ set contentType(contentType: string | undefined);
8
+ get contentType(): string | undefined;
9
+ withPolicyId(policyId: string): ConfirmIpReputationRuleRequest;
10
+ set policyId(policyId: string | undefined);
11
+ get policyId(): string | undefined;
12
+ withRuleId(ruleId: string): ConfirmIpReputationRuleRequest;
13
+ set ruleId(ruleId: string | undefined);
14
+ get ruleId(): string | undefined;
15
+ }
16
+ //# sourceMappingURL=ConfirmIpReputationRuleRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmIpReputationRuleRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmIpReputationRuleRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,8BAA8B;IACvC,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,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,8BAA8B;IAI3E,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,8BAA8B;IAIrE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,8BAA8B;IAIjE,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;CACJ"}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConfirmIpReputationRuleRequest = void 0;
4
+ class ConfirmIpReputationRuleRequest {
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
+ withPolicyId(policyId) {
21
+ this['policy_id'] = policyId;
22
+ return this;
23
+ }
24
+ set policyId(policyId) {
25
+ this['policy_id'] = policyId;
26
+ }
27
+ get policyId() {
28
+ return this['policy_id'];
29
+ }
30
+ withRuleId(ruleId) {
31
+ this['rule_id'] = ruleId;
32
+ return this;
33
+ }
34
+ set ruleId(ruleId) {
35
+ this['rule_id'] = ruleId;
36
+ }
37
+ get ruleId() {
38
+ return this['rule_id'];
39
+ }
40
+ }
41
+ exports.ConfirmIpReputationRuleRequest = ConfirmIpReputationRuleRequest;
42
+ //# sourceMappingURL=ConfirmIpReputationRuleRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmIpReputationRuleRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmIpReputationRuleRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,8BAA8B;IAIvC,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,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;AAvCD,wEAuCC"}
@@ -0,0 +1,24 @@
1
+ import { CreateIpReputationRuleResponseBodyAction } from './CreateIpReputationRuleResponseBodyAction';
2
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
+ export declare class ConfirmIpReputationRuleResponse 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?: CreateIpReputationRuleResponseBodyAction;
13
+ constructor();
14
+ withId(id: string): ConfirmIpReputationRuleResponse;
15
+ withPolicyid(policyid: string): ConfirmIpReputationRuleResponse;
16
+ withName(name: string): ConfirmIpReputationRuleResponse;
17
+ withTimestamp(timestamp: number): ConfirmIpReputationRuleResponse;
18
+ withDescription(description: string): ConfirmIpReputationRuleResponse;
19
+ withStatus(status: number): ConfirmIpReputationRuleResponse;
20
+ withType(type: string): ConfirmIpReputationRuleResponse;
21
+ withTags(tags: Array<string>): ConfirmIpReputationRuleResponse;
22
+ withAction(action: CreateIpReputationRuleResponseBodyAction): ConfirmIpReputationRuleResponse;
23
+ }
24
+ //# sourceMappingURL=ConfirmIpReputationRuleResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmIpReputationRuleResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmIpReputationRuleResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAEtG,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,+BAAgC,SAAQ,WAAW;IACrD,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,+BAA+B;IAInD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,+BAA+B;IAI/D,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,+BAA+B;IAIvD,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,+BAA+B;IAIjE,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,+BAA+B;IAIrE,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,+BAA+B;IAI3D,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,+BAA+B;IAIvD,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,+BAA+B;IAI9D,UAAU,CAAC,MAAM,EAAE,wCAAwC,GAAG,+BAA+B;CAIvG"}
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConfirmIpReputationRuleResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class ConfirmIpReputationRuleResponse 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.ConfirmIpReputationRuleResponse = ConfirmIpReputationRuleResponse;
47
+ //# sourceMappingURL=ConfirmIpReputationRuleResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmIpReputationRuleResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmIpReputationRuleResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,+BAAgC,SAAQ,yBAAW;IAU5D;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,0EAiDC"}
@@ -0,0 +1,10 @@
1
+ export declare class ConfirmPolicyAntileakageMapRequest {
2
+ private 'Content-Type'?;
3
+ lang?: string;
4
+ constructor(contentType?: string, lang?: string);
5
+ withContentType(contentType: string): ConfirmPolicyAntileakageMapRequest;
6
+ set contentType(contentType: string | undefined);
7
+ get contentType(): string | undefined;
8
+ withLang(lang: string): ConfirmPolicyAntileakageMapRequest;
9
+ }
10
+ //# sourceMappingURL=ConfirmPolicyAntileakageMapRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmPolicyAntileakageMapRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmPolicyAntileakageMapRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,kCAAkC;IAC3C,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;gBACF,WAAW,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM;IAI/C,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,MAAM,GAAG,kCAAkC;CAIpE"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConfirmPolicyAntileakageMapRequest = void 0;
4
+ class ConfirmPolicyAntileakageMapRequest {
5
+ constructor(contentType, lang) {
6
+ this['Content-Type'] = contentType;
7
+ this['lang'] = lang;
8
+ }
9
+ withContentType(contentType) {
10
+ this['Content-Type'] = contentType;
11
+ return this;
12
+ }
13
+ set contentType(contentType) {
14
+ this['Content-Type'] = contentType;
15
+ }
16
+ get contentType() {
17
+ return this['Content-Type'];
18
+ }
19
+ withLang(lang) {
20
+ this['lang'] = lang;
21
+ return this;
22
+ }
23
+ }
24
+ exports.ConfirmPolicyAntileakageMapRequest = ConfirmPolicyAntileakageMapRequest;
25
+ //# sourceMappingURL=ConfirmPolicyAntileakageMapRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmPolicyAntileakageMapRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmPolicyAntileakageMapRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,kCAAkC;IAG3C,YAAmB,WAAoB,EAAE,IAAa;QAClD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACxB,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,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AArBD,gFAqBC"}
@@ -0,0 +1,11 @@
1
+ import { AntileakageMapResponseBodyLeakagemap } from './AntileakageMapResponseBodyLeakagemap';
2
+ import { AntileakageMapResponseBodyLocale } from './AntileakageMapResponseBodyLocale';
3
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
4
+ export declare class ConfirmPolicyAntileakageMapResponse extends SdkResponse {
5
+ leakagemap?: AntileakageMapResponseBodyLeakagemap;
6
+ locale?: AntileakageMapResponseBodyLocale;
7
+ constructor();
8
+ withLeakagemap(leakagemap: AntileakageMapResponseBodyLeakagemap): ConfirmPolicyAntileakageMapResponse;
9
+ withLocale(locale: AntileakageMapResponseBodyLocale): ConfirmPolicyAntileakageMapResponse;
10
+ }
11
+ //# sourceMappingURL=ConfirmPolicyAntileakageMapResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmPolicyAntileakageMapResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmPolicyAntileakageMapResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAC9F,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAEtF,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,mCAAoC,SAAQ,WAAW;IACzD,UAAU,CAAC,EAAE,oCAAoC,CAAC;IAClD,MAAM,CAAC,EAAE,gCAAgC,CAAC;;IAI1C,cAAc,CAAC,UAAU,EAAE,oCAAoC,GAAG,mCAAmC;IAIrG,UAAU,CAAC,MAAM,EAAE,gCAAgC,GAAG,mCAAmC;CAInG"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConfirmPolicyAntileakageMapResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class ConfirmPolicyAntileakageMapResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withLeakagemap(leakagemap) {
10
+ this['leakagemap'] = leakagemap;
11
+ return this;
12
+ }
13
+ withLocale(locale) {
14
+ this['locale'] = locale;
15
+ return this;
16
+ }
17
+ }
18
+ exports.ConfirmPolicyAntileakageMapResponse = ConfirmPolicyAntileakageMapResponse;
19
+ //# sourceMappingURL=ConfirmPolicyAntileakageMapResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmPolicyAntileakageMapResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmPolicyAntileakageMapResponse.ts"],"names":[],"mappings":";;;AAGA,+EAA4E;AAE5E,MAAa,mCAAoC,SAAQ,yBAAW;IAGhE;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,cAAc,CAAC,UAAgD;QAClE,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAwC;QACtD,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAdD,kFAcC"}
@@ -0,0 +1,12 @@
1
+ export declare class ConfirmPolicyIpReputationMapRequest {
2
+ private 'Content-Type'?;
3
+ lang?: string;
4
+ type?: string;
5
+ constructor(contentType?: string, lang?: string, type?: string);
6
+ withContentType(contentType: string): ConfirmPolicyIpReputationMapRequest;
7
+ set contentType(contentType: string | undefined);
8
+ get contentType(): string | undefined;
9
+ withLang(lang: string): ConfirmPolicyIpReputationMapRequest;
10
+ withType(type: string): ConfirmPolicyIpReputationMapRequest;
11
+ }
12
+ //# sourceMappingURL=ConfirmPolicyIpReputationMapRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmPolicyIpReputationMapRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmPolicyIpReputationMapRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,mCAAmC;IAC5C,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;gBACF,WAAW,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM;IAK9D,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,MAAM,GAAG,mCAAmC;IAI3D,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,mCAAmC;CAIrE"}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConfirmPolicyIpReputationMapRequest = void 0;
4
+ class ConfirmPolicyIpReputationMapRequest {
5
+ constructor(contentType, lang, type) {
6
+ this['Content-Type'] = contentType;
7
+ this['lang'] = lang;
8
+ this['type'] = type;
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
+ withLang(lang) {
21
+ this['lang'] = lang;
22
+ return this;
23
+ }
24
+ withType(type) {
25
+ this['type'] = type;
26
+ return this;
27
+ }
28
+ }
29
+ exports.ConfirmPolicyIpReputationMapRequest = ConfirmPolicyIpReputationMapRequest;
30
+ //# sourceMappingURL=ConfirmPolicyIpReputationMapRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmPolicyIpReputationMapRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmPolicyIpReputationMapRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,mCAAmC;IAI5C,YAAmB,WAAoB,EAAE,IAAa,EAAE,IAAa;QACjE,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACxB,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,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AA3BD,kFA2BC"}
@@ -0,0 +1,13 @@
1
+ import { IpReputationMapResponseBodyIpReputationMap } from './IpReputationMapResponseBodyIpReputationMap';
2
+ import { IpReputationMapResponseBodyLocale } from './IpReputationMapResponseBodyLocale';
3
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
4
+ export declare class ConfirmPolicyIpReputationMapResponse extends SdkResponse {
5
+ private 'ip_reputation_map'?;
6
+ locale?: IpReputationMapResponseBodyLocale;
7
+ constructor();
8
+ withIpReputationMap(ipReputationMap: IpReputationMapResponseBodyIpReputationMap): ConfirmPolicyIpReputationMapResponse;
9
+ set ipReputationMap(ipReputationMap: IpReputationMapResponseBodyIpReputationMap | undefined);
10
+ get ipReputationMap(): IpReputationMapResponseBodyIpReputationMap | undefined;
11
+ withLocale(locale: IpReputationMapResponseBodyLocale): ConfirmPolicyIpReputationMapResponse;
12
+ }
13
+ //# sourceMappingURL=ConfirmPolicyIpReputationMapResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmPolicyIpReputationMapResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmPolicyIpReputationMapResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0CAA0C,EAAE,MAAM,8CAA8C,CAAC;AAC1G,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAExF,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,oCAAqC,SAAQ,WAAW;IACjE,OAAO,CAAC,mBAAmB,CAAC,CAA6C;IAClE,MAAM,CAAC,EAAE,iCAAiC,CAAC;;IAI3C,mBAAmB,CAAC,eAAe,EAAE,0CAA0C,GAAG,oCAAoC;IAI7H,IAAW,eAAe,CAAC,eAAe,EAAE,0CAA0C,GAAI,SAAS,EAElG;IACD,IAAW,eAAe,IAAI,0CAA0C,GAAG,SAAS,CAEnF;IACM,UAAU,CAAC,MAAM,EAAE,iCAAiC,GAAG,oCAAoC;CAIrG"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConfirmPolicyIpReputationMapResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class ConfirmPolicyIpReputationMapResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withIpReputationMap(ipReputationMap) {
10
+ this['ip_reputation_map'] = ipReputationMap;
11
+ return this;
12
+ }
13
+ set ipReputationMap(ipReputationMap) {
14
+ this['ip_reputation_map'] = ipReputationMap;
15
+ }
16
+ get ipReputationMap() {
17
+ return this['ip_reputation_map'];
18
+ }
19
+ withLocale(locale) {
20
+ this['locale'] = locale;
21
+ return this;
22
+ }
23
+ }
24
+ exports.ConfirmPolicyIpReputationMapResponse = ConfirmPolicyIpReputationMapResponse;
25
+ //# sourceMappingURL=ConfirmPolicyIpReputationMapResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmPolicyIpReputationMapResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmPolicyIpReputationMapResponse.ts"],"names":[],"mappings":";;;AAGA,+EAA4E;AAE5E,MAAa,oCAAqC,SAAQ,yBAAW;IAGjE;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,mBAAmB,CAAC,eAA2D;QAClF,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;QAC5C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,eAAe,CAAC,eAAwE;QAC/F,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;IAChD,CAAC;IACD,IAAW,eAAe;QACtB,OAAO,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACrC,CAAC;IACM,UAAU,CAAC,MAAyC;QACvD,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApBD,oFAoBC"}
@@ -0,0 +1,12 @@
1
+ export declare class ConfirmProtectionTypesRequest {
2
+ private 'Content-Type'?;
3
+ offset?: number;
4
+ limit?: number;
5
+ constructor(contentType?: string);
6
+ withContentType(contentType: string): ConfirmProtectionTypesRequest;
7
+ set contentType(contentType: string | undefined);
8
+ get contentType(): string | undefined;
9
+ withOffset(offset: number): ConfirmProtectionTypesRequest;
10
+ withLimit(limit: number): ConfirmProtectionTypesRequest;
11
+ }
12
+ //# sourceMappingURL=ConfirmProtectionTypesRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmProtectionTypesRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmProtectionTypesRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,6BAA6B;IACtC,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;gBACH,WAAW,CAAC,EAAE,MAAM;IAGhC,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,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,6BAA6B;IAIzD,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,6BAA6B;CAIjE"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConfirmProtectionTypesRequest = void 0;
4
+ class ConfirmProtectionTypesRequest {
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
+ withOffset(offset) {
19
+ this['offset'] = offset;
20
+ return this;
21
+ }
22
+ withLimit(limit) {
23
+ this['limit'] = limit;
24
+ return this;
25
+ }
26
+ }
27
+ exports.ConfirmProtectionTypesRequest = ConfirmProtectionTypesRequest;
28
+ //# sourceMappingURL=ConfirmProtectionTypesRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmProtectionTypesRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ConfirmProtectionTypesRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,6BAA6B;IAItC,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,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAzBD,sEAyBC"}
@@ -0,0 +1,9 @@
1
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
+ export declare class ConfirmProtectionTypesResponse extends SdkResponse {
3
+ total?: number;
4
+ items?: Array<string>;
5
+ constructor();
6
+ withTotal(total: number): ConfirmProtectionTypesResponse;
7
+ withItems(items: Array<string>): ConfirmProtectionTypesResponse;
8
+ }
9
+ //# sourceMappingURL=ConfirmProtectionTypesResponse.d.ts.map