@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,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListSecurityReportHistoryPeriodResponseStatPeriod = void 0;
4
+ class ListSecurityReportHistoryPeriodResponseStatPeriod {
5
+ constructor(beginTime, endTime) {
6
+ this['begin_time'] = beginTime;
7
+ this['end_time'] = endTime;
8
+ }
9
+ withBeginTime(beginTime) {
10
+ this['begin_time'] = beginTime;
11
+ return this;
12
+ }
13
+ set beginTime(beginTime) {
14
+ this['begin_time'] = beginTime;
15
+ }
16
+ get beginTime() {
17
+ return this['begin_time'];
18
+ }
19
+ withEndTime(endTime) {
20
+ this['end_time'] = endTime;
21
+ return this;
22
+ }
23
+ set endTime(endTime) {
24
+ this['end_time'] = endTime;
25
+ }
26
+ get endTime() {
27
+ return this['end_time'];
28
+ }
29
+ }
30
+ exports.ListSecurityReportHistoryPeriodResponseStatPeriod = ListSecurityReportHistoryPeriodResponseStatPeriod;
31
+ //# sourceMappingURL=ListSecurityReportHistoryPeriodResponseStatPeriod.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListSecurityReportHistoryPeriodResponseStatPeriod.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ListSecurityReportHistoryPeriodResponseStatPeriod.ts"],"names":[],"mappings":";;;AAEA,MAAa,iDAAiD;IAG1D,YAAmB,SAAkB,EAAE,OAAgB;QACnD,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,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,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA4B;QAC3C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;CACJ;AA3BD,8GA2BC"}
@@ -0,0 +1,16 @@
1
+ export declare class ListSecurityReportHistoryPeriodsRequest {
2
+ private 'Content-Type'?;
3
+ private 'subscription_id'?;
4
+ limit?: number;
5
+ offset?: number;
6
+ constructor(contentType?: string, subscriptionId?: string);
7
+ withContentType(contentType: string): ListSecurityReportHistoryPeriodsRequest;
8
+ set contentType(contentType: string | undefined);
9
+ get contentType(): string | undefined;
10
+ withSubscriptionId(subscriptionId: string): ListSecurityReportHistoryPeriodsRequest;
11
+ set subscriptionId(subscriptionId: string | undefined);
12
+ get subscriptionId(): string | undefined;
13
+ withLimit(limit: number): ListSecurityReportHistoryPeriodsRequest;
14
+ withOffset(offset: number): ListSecurityReportHistoryPeriodsRequest;
15
+ }
16
+ //# sourceMappingURL=ListSecurityReportHistoryPeriodsRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListSecurityReportHistoryPeriodsRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ListSecurityReportHistoryPeriodsRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,uCAAuC;IAChD,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,iBAAiB,CAAC,CAAS;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;gBACJ,WAAW,CAAC,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,MAAM;IAIzD,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,uCAAuC;IAIpF,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,uCAAuC;IAI1F,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,uCAAuC;IAIjE,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,uCAAuC;CAI7E"}
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListSecurityReportHistoryPeriodsRequest = void 0;
4
+ class ListSecurityReportHistoryPeriodsRequest {
5
+ constructor(contentType, subscriptionId) {
6
+ this['Content-Type'] = contentType;
7
+ this['subscription_id'] = subscriptionId;
8
+ }
9
+ withContentType(contentType) {
10
+ this['Content-Type'] = contentType;
11
+ return this;
12
+ }
13
+ set contentType(contentType) {
14
+ this['Content-Type'] = contentType;
15
+ }
16
+ get contentType() {
17
+ return this['Content-Type'];
18
+ }
19
+ withSubscriptionId(subscriptionId) {
20
+ this['subscription_id'] = subscriptionId;
21
+ return this;
22
+ }
23
+ set subscriptionId(subscriptionId) {
24
+ this['subscription_id'] = subscriptionId;
25
+ }
26
+ get subscriptionId() {
27
+ return this['subscription_id'];
28
+ }
29
+ withLimit(limit) {
30
+ this['limit'] = limit;
31
+ return this;
32
+ }
33
+ withOffset(offset) {
34
+ this['offset'] = offset;
35
+ return this;
36
+ }
37
+ }
38
+ exports.ListSecurityReportHistoryPeriodsRequest = ListSecurityReportHistoryPeriodsRequest;
39
+ //# sourceMappingURL=ListSecurityReportHistoryPeriodsRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListSecurityReportHistoryPeriodsRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ListSecurityReportHistoryPeriodsRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,uCAAuC;IAKhD,YAAmB,WAAoB,EAAE,cAAuB;QAC5D,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AArCD,0FAqCC"}
@@ -0,0 +1,10 @@
1
+ import { ListSecurityReportHistoryPeriodResponseItems } from './ListSecurityReportHistoryPeriodResponseItems';
2
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
+ export declare class ListSecurityReportHistoryPeriodsResponse extends SdkResponse {
4
+ total?: number;
5
+ items?: Array<ListSecurityReportHistoryPeriodResponseItems>;
6
+ constructor();
7
+ withTotal(total: number): ListSecurityReportHistoryPeriodsResponse;
8
+ withItems(items: Array<ListSecurityReportHistoryPeriodResponseItems>): ListSecurityReportHistoryPeriodsResponse;
9
+ }
10
+ //# sourceMappingURL=ListSecurityReportHistoryPeriodsResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListSecurityReportHistoryPeriodsResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ListSecurityReportHistoryPeriodsResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4CAA4C,EAAE,MAAM,gDAAgD,CAAC;AAE9G,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,wCAAyC,SAAQ,WAAW;IAC9D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC,4CAA4C,CAAC,CAAC;;IAI5D,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,wCAAwC;IAIlE,SAAS,CAAC,KAAK,EAAE,KAAK,CAAC,4CAA4C,CAAC,GAAG,wCAAwC;CAIzH"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListSecurityReportHistoryPeriodsResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class ListSecurityReportHistoryPeriodsResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withTotal(total) {
10
+ this['total'] = total;
11
+ return this;
12
+ }
13
+ withItems(items) {
14
+ this['items'] = items;
15
+ return this;
16
+ }
17
+ }
18
+ exports.ListSecurityReportHistoryPeriodsResponse = ListSecurityReportHistoryPeriodsResponse;
19
+ //# sourceMappingURL=ListSecurityReportHistoryPeriodsResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListSecurityReportHistoryPeriodsResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ListSecurityReportHistoryPeriodsResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,wCAAyC,SAAQ,yBAAW;IAGrE;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAA0D;QACvE,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAdD,4FAcC"}
@@ -0,0 +1,52 @@
1
+ export declare class SecurityReportSubscriptionResponseReportContentSubscription {
2
+ private 'overview_statistics_enable'?;
3
+ private 'group_by_day_enable'?;
4
+ private 'request_statistics_enable'?;
5
+ private 'qps_statistics_enable'?;
6
+ private 'bandwidth_statistics_enable'?;
7
+ private 'response_code_statistics_enable'?;
8
+ private 'attack_type_distribution_enable'?;
9
+ private 'top_attacked_domains_enable'?;
10
+ private 'top_attack_source_ips_enable'?;
11
+ private 'top_attacked_urls_enable'?;
12
+ private 'top_attack_source_locations_enable'?;
13
+ private 'top_abnormal_urls_enable'?;
14
+ constructor();
15
+ withOverviewStatisticsEnable(overviewStatisticsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
16
+ set overviewStatisticsEnable(overviewStatisticsEnable: boolean | undefined);
17
+ get overviewStatisticsEnable(): boolean | undefined;
18
+ withGroupByDayEnable(groupByDayEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
19
+ set groupByDayEnable(groupByDayEnable: boolean | undefined);
20
+ get groupByDayEnable(): boolean | undefined;
21
+ withRequestStatisticsEnable(requestStatisticsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
22
+ set requestStatisticsEnable(requestStatisticsEnable: boolean | undefined);
23
+ get requestStatisticsEnable(): boolean | undefined;
24
+ withQpsStatisticsEnable(qpsStatisticsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
25
+ set qpsStatisticsEnable(qpsStatisticsEnable: boolean | undefined);
26
+ get qpsStatisticsEnable(): boolean | undefined;
27
+ withBandwidthStatisticsEnable(bandwidthStatisticsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
28
+ set bandwidthStatisticsEnable(bandwidthStatisticsEnable: boolean | undefined);
29
+ get bandwidthStatisticsEnable(): boolean | undefined;
30
+ withResponseCodeStatisticsEnable(responseCodeStatisticsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
31
+ set responseCodeStatisticsEnable(responseCodeStatisticsEnable: boolean | undefined);
32
+ get responseCodeStatisticsEnable(): boolean | undefined;
33
+ withAttackTypeDistributionEnable(attackTypeDistributionEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
34
+ set attackTypeDistributionEnable(attackTypeDistributionEnable: boolean | undefined);
35
+ get attackTypeDistributionEnable(): boolean | undefined;
36
+ withTopAttackedDomainsEnable(topAttackedDomainsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
37
+ set topAttackedDomainsEnable(topAttackedDomainsEnable: boolean | undefined);
38
+ get topAttackedDomainsEnable(): boolean | undefined;
39
+ withTopAttackSourceIpsEnable(topAttackSourceIpsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
40
+ set topAttackSourceIpsEnable(topAttackSourceIpsEnable: boolean | undefined);
41
+ get topAttackSourceIpsEnable(): boolean | undefined;
42
+ withTopAttackedUrlsEnable(topAttackedUrlsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
43
+ set topAttackedUrlsEnable(topAttackedUrlsEnable: boolean | undefined);
44
+ get topAttackedUrlsEnable(): boolean | undefined;
45
+ withTopAttackSourceLocationsEnable(topAttackSourceLocationsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
46
+ set topAttackSourceLocationsEnable(topAttackSourceLocationsEnable: boolean | undefined);
47
+ get topAttackSourceLocationsEnable(): boolean | undefined;
48
+ withTopAbnormalUrlsEnable(topAbnormalUrlsEnable: boolean): SecurityReportSubscriptionResponseReportContentSubscription;
49
+ set topAbnormalUrlsEnable(topAbnormalUrlsEnable: boolean | undefined);
50
+ get topAbnormalUrlsEnable(): boolean | undefined;
51
+ }
52
+ //# sourceMappingURL=SecurityReportSubscriptionResponseReportContentSubscription.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SecurityReportSubscriptionResponseReportContentSubscription.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/SecurityReportSubscriptionResponseReportContentSubscription.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,129 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SecurityReportSubscriptionResponseReportContentSubscription = void 0;
4
+ class SecurityReportSubscriptionResponseReportContentSubscription {
5
+ constructor() {
6
+ }
7
+ withOverviewStatisticsEnable(overviewStatisticsEnable) {
8
+ this['overview_statistics_enable'] = overviewStatisticsEnable;
9
+ return this;
10
+ }
11
+ set overviewStatisticsEnable(overviewStatisticsEnable) {
12
+ this['overview_statistics_enable'] = overviewStatisticsEnable;
13
+ }
14
+ get overviewStatisticsEnable() {
15
+ return this['overview_statistics_enable'];
16
+ }
17
+ withGroupByDayEnable(groupByDayEnable) {
18
+ this['group_by_day_enable'] = groupByDayEnable;
19
+ return this;
20
+ }
21
+ set groupByDayEnable(groupByDayEnable) {
22
+ this['group_by_day_enable'] = groupByDayEnable;
23
+ }
24
+ get groupByDayEnable() {
25
+ return this['group_by_day_enable'];
26
+ }
27
+ withRequestStatisticsEnable(requestStatisticsEnable) {
28
+ this['request_statistics_enable'] = requestStatisticsEnable;
29
+ return this;
30
+ }
31
+ set requestStatisticsEnable(requestStatisticsEnable) {
32
+ this['request_statistics_enable'] = requestStatisticsEnable;
33
+ }
34
+ get requestStatisticsEnable() {
35
+ return this['request_statistics_enable'];
36
+ }
37
+ withQpsStatisticsEnable(qpsStatisticsEnable) {
38
+ this['qps_statistics_enable'] = qpsStatisticsEnable;
39
+ return this;
40
+ }
41
+ set qpsStatisticsEnable(qpsStatisticsEnable) {
42
+ this['qps_statistics_enable'] = qpsStatisticsEnable;
43
+ }
44
+ get qpsStatisticsEnable() {
45
+ return this['qps_statistics_enable'];
46
+ }
47
+ withBandwidthStatisticsEnable(bandwidthStatisticsEnable) {
48
+ this['bandwidth_statistics_enable'] = bandwidthStatisticsEnable;
49
+ return this;
50
+ }
51
+ set bandwidthStatisticsEnable(bandwidthStatisticsEnable) {
52
+ this['bandwidth_statistics_enable'] = bandwidthStatisticsEnable;
53
+ }
54
+ get bandwidthStatisticsEnable() {
55
+ return this['bandwidth_statistics_enable'];
56
+ }
57
+ withResponseCodeStatisticsEnable(responseCodeStatisticsEnable) {
58
+ this['response_code_statistics_enable'] = responseCodeStatisticsEnable;
59
+ return this;
60
+ }
61
+ set responseCodeStatisticsEnable(responseCodeStatisticsEnable) {
62
+ this['response_code_statistics_enable'] = responseCodeStatisticsEnable;
63
+ }
64
+ get responseCodeStatisticsEnable() {
65
+ return this['response_code_statistics_enable'];
66
+ }
67
+ withAttackTypeDistributionEnable(attackTypeDistributionEnable) {
68
+ this['attack_type_distribution_enable'] = attackTypeDistributionEnable;
69
+ return this;
70
+ }
71
+ set attackTypeDistributionEnable(attackTypeDistributionEnable) {
72
+ this['attack_type_distribution_enable'] = attackTypeDistributionEnable;
73
+ }
74
+ get attackTypeDistributionEnable() {
75
+ return this['attack_type_distribution_enable'];
76
+ }
77
+ withTopAttackedDomainsEnable(topAttackedDomainsEnable) {
78
+ this['top_attacked_domains_enable'] = topAttackedDomainsEnable;
79
+ return this;
80
+ }
81
+ set topAttackedDomainsEnable(topAttackedDomainsEnable) {
82
+ this['top_attacked_domains_enable'] = topAttackedDomainsEnable;
83
+ }
84
+ get topAttackedDomainsEnable() {
85
+ return this['top_attacked_domains_enable'];
86
+ }
87
+ withTopAttackSourceIpsEnable(topAttackSourceIpsEnable) {
88
+ this['top_attack_source_ips_enable'] = topAttackSourceIpsEnable;
89
+ return this;
90
+ }
91
+ set topAttackSourceIpsEnable(topAttackSourceIpsEnable) {
92
+ this['top_attack_source_ips_enable'] = topAttackSourceIpsEnable;
93
+ }
94
+ get topAttackSourceIpsEnable() {
95
+ return this['top_attack_source_ips_enable'];
96
+ }
97
+ withTopAttackedUrlsEnable(topAttackedUrlsEnable) {
98
+ this['top_attacked_urls_enable'] = topAttackedUrlsEnable;
99
+ return this;
100
+ }
101
+ set topAttackedUrlsEnable(topAttackedUrlsEnable) {
102
+ this['top_attacked_urls_enable'] = topAttackedUrlsEnable;
103
+ }
104
+ get topAttackedUrlsEnable() {
105
+ return this['top_attacked_urls_enable'];
106
+ }
107
+ withTopAttackSourceLocationsEnable(topAttackSourceLocationsEnable) {
108
+ this['top_attack_source_locations_enable'] = topAttackSourceLocationsEnable;
109
+ return this;
110
+ }
111
+ set topAttackSourceLocationsEnable(topAttackSourceLocationsEnable) {
112
+ this['top_attack_source_locations_enable'] = topAttackSourceLocationsEnable;
113
+ }
114
+ get topAttackSourceLocationsEnable() {
115
+ return this['top_attack_source_locations_enable'];
116
+ }
117
+ withTopAbnormalUrlsEnable(topAbnormalUrlsEnable) {
118
+ this['top_abnormal_urls_enable'] = topAbnormalUrlsEnable;
119
+ return this;
120
+ }
121
+ set topAbnormalUrlsEnable(topAbnormalUrlsEnable) {
122
+ this['top_abnormal_urls_enable'] = topAbnormalUrlsEnable;
123
+ }
124
+ get topAbnormalUrlsEnable() {
125
+ return this['top_abnormal_urls_enable'];
126
+ }
127
+ }
128
+ exports.SecurityReportSubscriptionResponseReportContentSubscription = SecurityReportSubscriptionResponseReportContentSubscription;
129
+ //# sourceMappingURL=SecurityReportSubscriptionResponseReportContentSubscription.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SecurityReportSubscriptionResponseReportContentSubscription.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/SecurityReportSubscriptionResponseReportContentSubscription.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,12 @@
1
+ export declare class SecurityReportSubscriptionResponseStatPeriod {
2
+ private 'begin_time'?;
3
+ private 'end_time'?;
4
+ constructor();
5
+ withBeginTime(beginTime: number): SecurityReportSubscriptionResponseStatPeriod;
6
+ set beginTime(beginTime: number | undefined);
7
+ get beginTime(): number | undefined;
8
+ withEndTime(endTime: number): SecurityReportSubscriptionResponseStatPeriod;
9
+ set endTime(endTime: number | undefined);
10
+ get endTime(): number | undefined;
11
+ }
12
+ //# sourceMappingURL=SecurityReportSubscriptionResponseStatPeriod.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SecurityReportSubscriptionResponseStatPeriod.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/SecurityReportSubscriptionResponseStatPeriod.ts"],"names":[],"mappings":"AAEA,qBAAa,4CAA4C;IACrD,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,UAAU,CAAC,CAAS;;IAGrB,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,4CAA4C;IAIrF,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,4CAA4C;IAIjF,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;CACJ"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SecurityReportSubscriptionResponseStatPeriod = void 0;
4
+ class SecurityReportSubscriptionResponseStatPeriod {
5
+ constructor() {
6
+ }
7
+ withBeginTime(beginTime) {
8
+ this['begin_time'] = beginTime;
9
+ return this;
10
+ }
11
+ set beginTime(beginTime) {
12
+ this['begin_time'] = beginTime;
13
+ }
14
+ get beginTime() {
15
+ return this['begin_time'];
16
+ }
17
+ withEndTime(endTime) {
18
+ this['end_time'] = endTime;
19
+ return this;
20
+ }
21
+ set endTime(endTime) {
22
+ this['end_time'] = endTime;
23
+ }
24
+ get endTime() {
25
+ return this['end_time'];
26
+ }
27
+ }
28
+ exports.SecurityReportSubscriptionResponseStatPeriod = SecurityReportSubscriptionResponseStatPeriod;
29
+ //# sourceMappingURL=SecurityReportSubscriptionResponseStatPeriod.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SecurityReportSubscriptionResponseStatPeriod.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/SecurityReportSubscriptionResponseStatPeriod.ts"],"names":[],"mappings":";;;AAEA,MAAa,4CAA4C;IAGrD;IACA,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,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA4B;QAC3C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;CACJ;AAzBD,oGAyBC"}
@@ -0,0 +1,12 @@
1
+ export declare class ShowSecurityReportSubscriptionRequest {
2
+ private 'subscription_id'?;
3
+ private 'Content-Type'?;
4
+ constructor(subscriptionId?: string, contentType?: string);
5
+ withSubscriptionId(subscriptionId: string): ShowSecurityReportSubscriptionRequest;
6
+ set subscriptionId(subscriptionId: string | undefined);
7
+ get subscriptionId(): string | undefined;
8
+ withContentType(contentType: string): ShowSecurityReportSubscriptionRequest;
9
+ set contentType(contentType: string | undefined);
10
+ get contentType(): string | undefined;
11
+ }
12
+ //# sourceMappingURL=ShowSecurityReportSubscriptionRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowSecurityReportSubscriptionRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ShowSecurityReportSubscriptionRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,qCAAqC;IAC9C,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,cAAc,CAAC,CAAS;gBACb,cAAc,CAAC,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM;IAIzD,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,qCAAqC;IAIxF,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,qCAAqC;IAIlF,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;CACJ"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowSecurityReportSubscriptionRequest = void 0;
4
+ class ShowSecurityReportSubscriptionRequest {
5
+ constructor(subscriptionId, contentType) {
6
+ this['subscription_id'] = subscriptionId;
7
+ this['Content-Type'] = contentType;
8
+ }
9
+ withSubscriptionId(subscriptionId) {
10
+ this['subscription_id'] = subscriptionId;
11
+ return this;
12
+ }
13
+ set subscriptionId(subscriptionId) {
14
+ this['subscription_id'] = subscriptionId;
15
+ }
16
+ get subscriptionId() {
17
+ return this['subscription_id'];
18
+ }
19
+ withContentType(contentType) {
20
+ this['Content-Type'] = contentType;
21
+ return this;
22
+ }
23
+ set contentType(contentType) {
24
+ this['Content-Type'] = contentType;
25
+ }
26
+ get contentType() {
27
+ return this['Content-Type'];
28
+ }
29
+ }
30
+ exports.ShowSecurityReportSubscriptionRequest = ShowSecurityReportSubscriptionRequest;
31
+ //# sourceMappingURL=ShowSecurityReportSubscriptionRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowSecurityReportSubscriptionRequest.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ShowSecurityReportSubscriptionRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,qCAAqC;IAG9C,YAAmB,cAAuB,EAAE,WAAoB;QAC5D,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;CACJ;AA3BD,sFA2BC"}
@@ -0,0 +1,47 @@
1
+ import { SecurityReportSubscriptionResponseReportContentSubscription } from './SecurityReportSubscriptionResponseReportContentSubscription';
2
+ import { SecurityReportSubscriptionResponseStatPeriod } from './SecurityReportSubscriptionResponseStatPeriod';
3
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
4
+ export declare class ShowSecurityReportSubscriptionResponse extends SdkResponse {
5
+ private 'subscription_id'?;
6
+ private 'sending_period'?;
7
+ private 'report_name'?;
8
+ private 'report_category'?;
9
+ private 'topic_urn'?;
10
+ private 'subscription_type'?;
11
+ private 'report_content_subscription'?;
12
+ private 'stat_period'?;
13
+ private 'is_all_enterprise_project'?;
14
+ private 'enterprise_project_id'?;
15
+ constructor();
16
+ withSubscriptionId(subscriptionId: string): ShowSecurityReportSubscriptionResponse;
17
+ set subscriptionId(subscriptionId: string | undefined);
18
+ get subscriptionId(): string | undefined;
19
+ withSendingPeriod(sendingPeriod: string): ShowSecurityReportSubscriptionResponse;
20
+ set sendingPeriod(sendingPeriod: string | undefined);
21
+ get sendingPeriod(): string | undefined;
22
+ withReportName(reportName: string): ShowSecurityReportSubscriptionResponse;
23
+ set reportName(reportName: string | undefined);
24
+ get reportName(): string | undefined;
25
+ withReportCategory(reportCategory: string): ShowSecurityReportSubscriptionResponse;
26
+ set reportCategory(reportCategory: string | undefined);
27
+ get reportCategory(): string | undefined;
28
+ withTopicUrn(topicUrn: string): ShowSecurityReportSubscriptionResponse;
29
+ set topicUrn(topicUrn: string | undefined);
30
+ get topicUrn(): string | undefined;
31
+ withSubscriptionType(subscriptionType: string): ShowSecurityReportSubscriptionResponse;
32
+ set subscriptionType(subscriptionType: string | undefined);
33
+ get subscriptionType(): string | undefined;
34
+ withReportContentSubscription(reportContentSubscription: SecurityReportSubscriptionResponseReportContentSubscription): ShowSecurityReportSubscriptionResponse;
35
+ set reportContentSubscription(reportContentSubscription: SecurityReportSubscriptionResponseReportContentSubscription | undefined);
36
+ get reportContentSubscription(): SecurityReportSubscriptionResponseReportContentSubscription | undefined;
37
+ withStatPeriod(statPeriod: SecurityReportSubscriptionResponseStatPeriod): ShowSecurityReportSubscriptionResponse;
38
+ set statPeriod(statPeriod: SecurityReportSubscriptionResponseStatPeriod | undefined);
39
+ get statPeriod(): SecurityReportSubscriptionResponseStatPeriod | undefined;
40
+ withIsAllEnterpriseProject(isAllEnterpriseProject: boolean): ShowSecurityReportSubscriptionResponse;
41
+ set isAllEnterpriseProject(isAllEnterpriseProject: boolean | undefined);
42
+ get isAllEnterpriseProject(): boolean | undefined;
43
+ withEnterpriseProjectId(enterpriseProjectId: string): ShowSecurityReportSubscriptionResponse;
44
+ set enterpriseProjectId(enterpriseProjectId: string | undefined);
45
+ get enterpriseProjectId(): string | undefined;
46
+ }
47
+ //# sourceMappingURL=ShowSecurityReportSubscriptionResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowSecurityReportSubscriptionResponse.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ShowSecurityReportSubscriptionResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2DAA2D,EAAE,MAAM,+DAA+D,CAAC;AAC5I,OAAO,EAAE,4CAA4C,EAAE,MAAM,gDAAgD,CAAC;AAE9G,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,sCAAuC,SAAQ,WAAW;IACnE,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,gBAAgB,CAAC,CAAS;IAClC,OAAO,CAAC,aAAa,CAAC,CAAS;IAC/B,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,mBAAmB,CAAC,CAAS;IACrC,OAAO,CAAC,6BAA6B,CAAC,CAA8D;IACpG,OAAO,CAAC,aAAa,CAAC,CAA+C;IACrE,OAAO,CAAC,2BAA2B,CAAC,CAAU;IAC9C,OAAO,CAAC,uBAAuB,CAAC,CAAS;;IAIlC,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,sCAAsC;IAIzF,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,sCAAsC;IAIvF,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,sCAAsC;IAIjF,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,sCAAsC;IAIzF,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,sCAAsC;IAI7E,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,sCAAsC;IAI7F,IAAW,gBAAgB,CAAC,gBAAgB,EAAE,MAAM,GAAI,SAAS,EAEhE;IACD,IAAW,gBAAgB,IAAI,MAAM,GAAG,SAAS,CAEhD;IACM,6BAA6B,CAAC,yBAAyB,EAAE,2DAA2D,GAAG,sCAAsC;IAIpK,IAAW,yBAAyB,CAAC,yBAAyB,EAAE,2DAA2D,GAAI,SAAS,EAEvI;IACD,IAAW,yBAAyB,IAAI,2DAA2D,GAAG,SAAS,CAE9G;IACM,cAAc,CAAC,UAAU,EAAE,4CAA4C,GAAG,sCAAsC;IAIvH,IAAW,UAAU,CAAC,UAAU,EAAE,4CAA4C,GAAI,SAAS,EAE1F;IACD,IAAW,UAAU,IAAI,4CAA4C,GAAG,SAAS,CAEhF;IACM,0BAA0B,CAAC,sBAAsB,EAAE,OAAO,GAAG,sCAAsC;IAI1G,IAAW,sBAAsB,CAAC,sBAAsB,EAAE,OAAO,GAAI,SAAS,EAE7E;IACD,IAAW,sBAAsB,IAAI,OAAO,GAAG,SAAS,CAEvD;IACM,uBAAuB,CAAC,mBAAmB,EAAE,MAAM,GAAG,sCAAsC;IAInG,IAAW,mBAAmB,CAAC,mBAAmB,EAAE,MAAM,GAAI,SAAS,EAEtE;IACD,IAAW,mBAAmB,IAAI,MAAM,GAAG,SAAS,CAEnD;CACJ"}
@@ -0,0 +1,111 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowSecurityReportSubscriptionResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class ShowSecurityReportSubscriptionResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withSubscriptionId(subscriptionId) {
10
+ this['subscription_id'] = subscriptionId;
11
+ return this;
12
+ }
13
+ set subscriptionId(subscriptionId) {
14
+ this['subscription_id'] = subscriptionId;
15
+ }
16
+ get subscriptionId() {
17
+ return this['subscription_id'];
18
+ }
19
+ withSendingPeriod(sendingPeriod) {
20
+ this['sending_period'] = sendingPeriod;
21
+ return this;
22
+ }
23
+ set sendingPeriod(sendingPeriod) {
24
+ this['sending_period'] = sendingPeriod;
25
+ }
26
+ get sendingPeriod() {
27
+ return this['sending_period'];
28
+ }
29
+ withReportName(reportName) {
30
+ this['report_name'] = reportName;
31
+ return this;
32
+ }
33
+ set reportName(reportName) {
34
+ this['report_name'] = reportName;
35
+ }
36
+ get reportName() {
37
+ return this['report_name'];
38
+ }
39
+ withReportCategory(reportCategory) {
40
+ this['report_category'] = reportCategory;
41
+ return this;
42
+ }
43
+ set reportCategory(reportCategory) {
44
+ this['report_category'] = reportCategory;
45
+ }
46
+ get reportCategory() {
47
+ return this['report_category'];
48
+ }
49
+ withTopicUrn(topicUrn) {
50
+ this['topic_urn'] = topicUrn;
51
+ return this;
52
+ }
53
+ set topicUrn(topicUrn) {
54
+ this['topic_urn'] = topicUrn;
55
+ }
56
+ get topicUrn() {
57
+ return this['topic_urn'];
58
+ }
59
+ withSubscriptionType(subscriptionType) {
60
+ this['subscription_type'] = subscriptionType;
61
+ return this;
62
+ }
63
+ set subscriptionType(subscriptionType) {
64
+ this['subscription_type'] = subscriptionType;
65
+ }
66
+ get subscriptionType() {
67
+ return this['subscription_type'];
68
+ }
69
+ withReportContentSubscription(reportContentSubscription) {
70
+ this['report_content_subscription'] = reportContentSubscription;
71
+ return this;
72
+ }
73
+ set reportContentSubscription(reportContentSubscription) {
74
+ this['report_content_subscription'] = reportContentSubscription;
75
+ }
76
+ get reportContentSubscription() {
77
+ return this['report_content_subscription'];
78
+ }
79
+ withStatPeriod(statPeriod) {
80
+ this['stat_period'] = statPeriod;
81
+ return this;
82
+ }
83
+ set statPeriod(statPeriod) {
84
+ this['stat_period'] = statPeriod;
85
+ }
86
+ get statPeriod() {
87
+ return this['stat_period'];
88
+ }
89
+ withIsAllEnterpriseProject(isAllEnterpriseProject) {
90
+ this['is_all_enterprise_project'] = isAllEnterpriseProject;
91
+ return this;
92
+ }
93
+ set isAllEnterpriseProject(isAllEnterpriseProject) {
94
+ this['is_all_enterprise_project'] = isAllEnterpriseProject;
95
+ }
96
+ get isAllEnterpriseProject() {
97
+ return this['is_all_enterprise_project'];
98
+ }
99
+ withEnterpriseProjectId(enterpriseProjectId) {
100
+ this['enterprise_project_id'] = enterpriseProjectId;
101
+ return this;
102
+ }
103
+ set enterpriseProjectId(enterpriseProjectId) {
104
+ this['enterprise_project_id'] = enterpriseProjectId;
105
+ }
106
+ get enterpriseProjectId() {
107
+ return this['enterprise_project_id'];
108
+ }
109
+ }
110
+ exports.ShowSecurityReportSubscriptionResponse = ShowSecurityReportSubscriptionResponse;
111
+ //# sourceMappingURL=ShowSecurityReportSubscriptionResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowSecurityReportSubscriptionResponse.js","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ShowSecurityReportSubscriptionResponse.ts"],"names":[],"mappings":";;;AAGA,+EAA4E;AAE5E,MAAa,sCAAuC,SAAQ,yBAAW;IAWnE;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,iBAAiB,CAAC,aAAqB;QAC1C,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;QACvC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAkC;QACvD,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;IAC3C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC;IAClC,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,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,oBAAoB,CAAC,gBAAwB;QAChD,IAAI,CAAC,mBAAmB,CAAC,GAAG,gBAAgB,CAAC;QAC7C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,gBAAgB,CAAC,gBAAqC;QAC7D,IAAI,CAAC,mBAAmB,CAAC,GAAG,gBAAgB,CAAC;IACjD,CAAC;IACD,IAAW,gBAAgB;QACvB,OAAO,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACrC,CAAC;IACM,6BAA6B,CAAC,yBAAsF;QACvH,IAAI,CAAC,6BAA6B,CAAC,GAAG,yBAAyB,CAAC;QAChE,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,yBAAyB,CAAC,yBAAmG;QACpI,IAAI,CAAC,6BAA6B,CAAC,GAAG,yBAAyB,CAAC;IACpE,CAAC;IACD,IAAW,yBAAyB;QAChC,OAAO,IAAI,CAAC,6BAA6B,CAAC,CAAC;IAC/C,CAAC;IACM,cAAc,CAAC,UAAwD;QAC1E,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAAqE;QACvF,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;IACM,0BAA0B,CAAC,sBAA+B;QAC7D,IAAI,CAAC,2BAA2B,CAAC,GAAG,sBAAsB,CAAC;QAC3D,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,sBAAsB,CAAC,sBAA4C;QAC1E,IAAI,CAAC,2BAA2B,CAAC,GAAG,sBAAsB,CAAC;IAC/D,CAAC;IACD,IAAW,sBAAsB;QAC7B,OAAO,IAAI,CAAC,2BAA2B,CAAC,CAAC;IAC7C,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;CACJ;AAlHD,wFAkHC"}
@@ -0,0 +1,12 @@
1
+ export declare class ShowWebProtectionRuleRequest {
2
+ private 'X-Language'?;
3
+ private 'rule_id'?;
4
+ constructor(ruleId?: string);
5
+ withXLanguage(xLanguage: string): ShowWebProtectionRuleRequest;
6
+ set xLanguage(xLanguage: string | undefined);
7
+ get xLanguage(): string | undefined;
8
+ withRuleId(ruleId: string): ShowWebProtectionRuleRequest;
9
+ set ruleId(ruleId: string | undefined);
10
+ get ruleId(): string | undefined;
11
+ }
12
+ //# sourceMappingURL=ShowWebProtectionRuleRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowWebProtectionRuleRequest.d.ts","sourceRoot":"","sources":["../../../../../services/waf/v1/model/ShowWebProtectionRuleRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,4BAA4B;IACrC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,SAAS,CAAC,CAAS;gBACR,MAAM,CAAC,EAAE,MAAM;IAG3B,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,4BAA4B;IAIrE,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,4BAA4B;IAI/D,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;CACJ"}