@alicloud/waf-openapi20211001 5.5.2 → 5.6.0

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 (96) hide show
  1. package/dist/client.d.ts +105 -0
  2. package/dist/client.js +342 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateMajorProtectionBlackIpV2request.d.ts +68 -0
  5. package/dist/models/CreateMajorProtectionBlackIpV2request.js +72 -0
  6. package/dist/models/CreateMajorProtectionBlackIpV2request.js.map +1 -0
  7. package/dist/models/CreateMajorProtectionBlackIpV2response.d.ts +19 -0
  8. package/dist/models/CreateMajorProtectionBlackIpV2response.js +69 -0
  9. package/dist/models/CreateMajorProtectionBlackIpV2response.js.map +1 -0
  10. package/dist/models/CreateMajorProtectionBlackIpV2responseBody.d.ts +18 -0
  11. package/dist/models/CreateMajorProtectionBlackIpV2responseBody.js +58 -0
  12. package/dist/models/CreateMajorProtectionBlackIpV2responseBody.js.map +1 -0
  13. package/dist/models/CreatePocFunctionRequest.d.ts +39 -0
  14. package/dist/models/CreatePocFunctionRequest.js +64 -0
  15. package/dist/models/CreatePocFunctionRequest.js.map +1 -0
  16. package/dist/models/CreatePocFunctionResponse.d.ts +19 -0
  17. package/dist/models/CreatePocFunctionResponse.js +69 -0
  18. package/dist/models/CreatePocFunctionResponse.js.map +1 -0
  19. package/dist/models/CreatePocFunctionResponseBody.d.ts +18 -0
  20. package/dist/models/CreatePocFunctionResponseBody.js +58 -0
  21. package/dist/models/CreatePocFunctionResponseBody.js.map +1 -0
  22. package/dist/models/DescribeChargeModuleRequest.d.ts +31 -0
  23. package/dist/models/DescribeChargeModuleRequest.js +62 -0
  24. package/dist/models/DescribeChargeModuleRequest.js.map +1 -0
  25. package/dist/models/DescribeChargeModuleResponse.d.ts +19 -0
  26. package/dist/models/DescribeChargeModuleResponse.js +69 -0
  27. package/dist/models/DescribeChargeModuleResponse.js.map +1 -0
  28. package/dist/models/DescribeChargeModuleResponseBody.d.ts +57 -0
  29. package/dist/models/DescribeChargeModuleResponseBody.js +95 -0
  30. package/dist/models/DescribeChargeModuleResponseBody.js.map +1 -0
  31. package/dist/models/DescribeChargeResultRequest.d.ts +63 -0
  32. package/dist/models/DescribeChargeResultRequest.js +90 -0
  33. package/dist/models/DescribeChargeResultRequest.js.map +1 -0
  34. package/dist/models/DescribeChargeResultResponse.d.ts +19 -0
  35. package/dist/models/DescribeChargeResultResponse.js +69 -0
  36. package/dist/models/DescribeChargeResultResponse.js.map +1 -0
  37. package/dist/models/DescribeChargeResultResponseBody.d.ts +46 -0
  38. package/dist/models/DescribeChargeResultResponseBody.js +86 -0
  39. package/dist/models/DescribeChargeResultResponseBody.js.map +1 -0
  40. package/dist/models/DescribeDefenseRulesResponseBody.d.ts +30 -0
  41. package/dist/models/DescribeDefenseRulesResponseBody.js.map +1 -1
  42. package/dist/models/DescribePocFunctionsRequest.d.ts +31 -0
  43. package/dist/models/DescribePocFunctionsRequest.js +62 -0
  44. package/dist/models/DescribePocFunctionsRequest.js.map +1 -0
  45. package/dist/models/DescribePocFunctionsResponse.d.ts +19 -0
  46. package/dist/models/DescribePocFunctionsResponse.js +69 -0
  47. package/dist/models/DescribePocFunctionsResponse.js.map +1 -0
  48. package/dist/models/DescribePocFunctionsResponseBody.d.ts +41 -0
  49. package/dist/models/DescribePocFunctionsResponseBody.js +84 -0
  50. package/dist/models/DescribePocFunctionsResponseBody.js.map +1 -0
  51. package/dist/models/DescribeVerifyContentRequest.d.ts +37 -0
  52. package/dist/models/DescribeVerifyContentRequest.js +62 -0
  53. package/dist/models/DescribeVerifyContentRequest.js.map +1 -0
  54. package/dist/models/DescribeVerifyContentResponse.d.ts +19 -0
  55. package/dist/models/DescribeVerifyContentResponse.js +69 -0
  56. package/dist/models/DescribeVerifyContentResponse.js.map +1 -0
  57. package/dist/models/DescribeVerifyContentResponseBody.d.ts +89 -0
  58. package/dist/models/DescribeVerifyContentResponseBody.js +120 -0
  59. package/dist/models/DescribeVerifyContentResponseBody.js.map +1 -0
  60. package/dist/models/VerifyDomainOwnerRequest.d.ts +61 -0
  61. package/dist/models/VerifyDomainOwnerRequest.js +64 -0
  62. package/dist/models/VerifyDomainOwnerRequest.js.map +1 -0
  63. package/dist/models/VerifyDomainOwnerResponse.d.ts +19 -0
  64. package/dist/models/VerifyDomainOwnerResponse.js +69 -0
  65. package/dist/models/VerifyDomainOwnerResponse.js.map +1 -0
  66. package/dist/models/VerifyDomainOwnerResponseBody.d.ts +63 -0
  67. package/dist/models/VerifyDomainOwnerResponseBody.js +84 -0
  68. package/dist/models/VerifyDomainOwnerResponseBody.js.map +1 -0
  69. package/dist/models/model.d.ts +28 -0
  70. package/dist/models/model.js +73 -16
  71. package/dist/models/model.js.map +1 -1
  72. package/package.json +1 -1
  73. package/src/client.ts +386 -0
  74. package/src/models/CreateMajorProtectionBlackIpV2request.ts +95 -0
  75. package/src/models/CreateMajorProtectionBlackIpV2response.ts +40 -0
  76. package/src/models/CreateMajorProtectionBlackIpV2responseBody.ts +31 -0
  77. package/src/models/CreatePocFunctionRequest.ts +58 -0
  78. package/src/models/CreatePocFunctionResponse.ts +40 -0
  79. package/src/models/CreatePocFunctionResponseBody.ts +31 -0
  80. package/src/models/DescribeChargeModuleRequest.ts +48 -0
  81. package/src/models/DescribeChargeModuleResponse.ts +40 -0
  82. package/src/models/DescribeChargeModuleResponseBody.ts +98 -0
  83. package/src/models/DescribeChargeResultRequest.ts +99 -0
  84. package/src/models/DescribeChargeResultResponse.ts +40 -0
  85. package/src/models/DescribeChargeResultResponseBody.ts +78 -0
  86. package/src/models/DescribeDefenseRulesResponseBody.ts +30 -0
  87. package/src/models/DescribePocFunctionsRequest.ts +48 -0
  88. package/src/models/DescribePocFunctionsResponse.ts +40 -0
  89. package/src/models/DescribePocFunctionsResponseBody.ts +71 -0
  90. package/src/models/DescribeVerifyContentRequest.ts +54 -0
  91. package/src/models/DescribeVerifyContentResponse.ts +40 -0
  92. package/src/models/DescribeVerifyContentResponseBody.ts +146 -0
  93. package/src/models/VerifyDomainOwnerRequest.ts +80 -0
  94. package/src/models/VerifyDomainOwnerResponse.ts +40 -0
  95. package/src/models/VerifyDomainOwnerResponseBody.ts +93 -0
  96. package/src/models/model.ts +28 -0
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { DescribePocFunctionsResponseBody } from "./DescribePocFunctionsResponseBody";
4
+
5
+
6
+ export class DescribePocFunctionsResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: DescribePocFunctionsResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: DescribePocFunctionsResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,71 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribePocFunctionsResponseBodyFunctions extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 1760581677000
9
+ */
10
+ expireTime?: number;
11
+ /**
12
+ * @example
13
+ * botWeb
14
+ */
15
+ type?: string;
16
+ static names(): { [key: string]: string } {
17
+ return {
18
+ expireTime: 'ExpireTime',
19
+ type: 'Type',
20
+ };
21
+ }
22
+
23
+ static types(): { [key: string]: any } {
24
+ return {
25
+ expireTime: 'number',
26
+ type: 'string',
27
+ };
28
+ }
29
+
30
+ validate() {
31
+ super.validate();
32
+ }
33
+
34
+ constructor(map?: { [key: string]: any }) {
35
+ super(map);
36
+ }
37
+ }
38
+
39
+ export class DescribePocFunctionsResponseBody extends $dara.Model {
40
+ functions?: DescribePocFunctionsResponseBodyFunctions[];
41
+ /**
42
+ * @example
43
+ * 1557B42F-B889-460A-B17F-1DE5C5AD7FF2
44
+ */
45
+ requestId?: string;
46
+ static names(): { [key: string]: string } {
47
+ return {
48
+ functions: 'Functions',
49
+ requestId: 'RequestId',
50
+ };
51
+ }
52
+
53
+ static types(): { [key: string]: any } {
54
+ return {
55
+ functions: { 'type': 'array', 'itemType': DescribePocFunctionsResponseBodyFunctions },
56
+ requestId: 'string',
57
+ };
58
+ }
59
+
60
+ validate() {
61
+ if(Array.isArray(this.functions)) {
62
+ $dara.Model.validateArray(this.functions);
63
+ }
64
+ super.validate();
65
+ }
66
+
67
+ constructor(map?: { [key: string]: any }) {
68
+ super(map);
69
+ }
70
+ }
71
+
@@ -0,0 +1,54 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribeVerifyContentRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * This parameter is required.
9
+ *
10
+ * @example
11
+ * share
12
+ */
13
+ accessOrigin?: string;
14
+ /**
15
+ * @remarks
16
+ * This parameter is required.
17
+ *
18
+ * @example
19
+ * example.com
20
+ */
21
+ domainName?: string;
22
+ /**
23
+ * @remarks
24
+ * This parameter is required.
25
+ *
26
+ * @example
27
+ * waf_v2_public_cn-***
28
+ */
29
+ instanceId?: string;
30
+ static names(): { [key: string]: string } {
31
+ return {
32
+ accessOrigin: 'AccessOrigin',
33
+ domainName: 'DomainName',
34
+ instanceId: 'InstanceId',
35
+ };
36
+ }
37
+
38
+ static types(): { [key: string]: any } {
39
+ return {
40
+ accessOrigin: 'string',
41
+ domainName: 'string',
42
+ instanceId: 'string',
43
+ };
44
+ }
45
+
46
+ validate() {
47
+ super.validate();
48
+ }
49
+
50
+ constructor(map?: { [key: string]: any }) {
51
+ super(map);
52
+ }
53
+ }
54
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { DescribeVerifyContentResponseBody } from "./DescribeVerifyContentResponseBody";
4
+
5
+
6
+ export class DescribeVerifyContentResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: DescribeVerifyContentResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: DescribeVerifyContentResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,146 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribeVerifyContentResponseBodyDnsContent extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * verification
9
+ */
10
+ RR?: string;
11
+ /**
12
+ * @example
13
+ * TXT
14
+ */
15
+ type?: string;
16
+ /**
17
+ * @example
18
+ * verify_0a246ca99d504ba087472d***
19
+ */
20
+ value?: string;
21
+ static names(): { [key: string]: string } {
22
+ return {
23
+ RR: 'RR',
24
+ type: 'Type',
25
+ value: 'Value',
26
+ };
27
+ }
28
+
29
+ static types(): { [key: string]: any } {
30
+ return {
31
+ RR: 'string',
32
+ type: 'string',
33
+ value: 'string',
34
+ };
35
+ }
36
+
37
+ validate() {
38
+ super.validate();
39
+ }
40
+
41
+ constructor(map?: { [key: string]: any }) {
42
+ super(map);
43
+ }
44
+ }
45
+
46
+ export class DescribeVerifyContentResponseBodyFileContent extends $dara.Model {
47
+ /**
48
+ * @example
49
+ * http://oss.xxx.com//xxx.html
50
+ */
51
+ downloadUrl?: string;
52
+ /**
53
+ * @example
54
+ * xxx.html
55
+ */
56
+ fileName?: string;
57
+ /**
58
+ * @example
59
+ * aliyundemo.com
60
+ */
61
+ topDomain?: string;
62
+ /**
63
+ * @example
64
+ * verify_0a246ca99d504ba08***
65
+ */
66
+ value?: string;
67
+ /**
68
+ * @example
69
+ * http://xxx.xxx.com//xxx.html
70
+ */
71
+ verifyPath?: string;
72
+ static names(): { [key: string]: string } {
73
+ return {
74
+ downloadUrl: 'DownloadUrl',
75
+ fileName: 'FileName',
76
+ topDomain: 'TopDomain',
77
+ value: 'Value',
78
+ verifyPath: 'VerifyPath',
79
+ };
80
+ }
81
+
82
+ static types(): { [key: string]: any } {
83
+ return {
84
+ downloadUrl: 'string',
85
+ fileName: 'string',
86
+ topDomain: 'string',
87
+ value: 'string',
88
+ verifyPath: 'string',
89
+ };
90
+ }
91
+
92
+ validate() {
93
+ super.validate();
94
+ }
95
+
96
+ constructor(map?: { [key: string]: any }) {
97
+ super(map);
98
+ }
99
+ }
100
+
101
+ export class DescribeVerifyContentResponseBody extends $dara.Model {
102
+ dnsContent?: DescribeVerifyContentResponseBodyDnsContent;
103
+ fileContent?: DescribeVerifyContentResponseBodyFileContent;
104
+ /**
105
+ * @example
106
+ * D7861F61-5B61-46CE-A47C-***
107
+ */
108
+ requestId?: string;
109
+ /**
110
+ * @example
111
+ * true
112
+ */
113
+ verifyResult?: boolean;
114
+ static names(): { [key: string]: string } {
115
+ return {
116
+ dnsContent: 'DnsContent',
117
+ fileContent: 'FileContent',
118
+ requestId: 'RequestId',
119
+ verifyResult: 'VerifyResult',
120
+ };
121
+ }
122
+
123
+ static types(): { [key: string]: any } {
124
+ return {
125
+ dnsContent: DescribeVerifyContentResponseBodyDnsContent,
126
+ fileContent: DescribeVerifyContentResponseBodyFileContent,
127
+ requestId: 'string',
128
+ verifyResult: 'boolean',
129
+ };
130
+ }
131
+
132
+ validate() {
133
+ if(this.dnsContent && typeof (this.dnsContent as any).validate === 'function') {
134
+ (this.dnsContent as any).validate();
135
+ }
136
+ if(this.fileContent && typeof (this.fileContent as any).validate === 'function') {
137
+ (this.fileContent as any).validate();
138
+ }
139
+ super.validate();
140
+ }
141
+
142
+ constructor(map?: { [key: string]: any }) {
143
+ super(map);
144
+ }
145
+ }
146
+
@@ -0,0 +1,80 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class VerifyDomainOwnerRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The domain name of which you want to verify the ownership.
9
+ *
10
+ * You can specify this parameter to check whether a domain name is added to WAF. Fuzzy match is supported.
11
+ *
12
+ * This parameter is required.
13
+ *
14
+ * @example
15
+ * example.com
16
+ */
17
+ domainName?: string;
18
+ /**
19
+ * @remarks
20
+ * The ID of the WAF instance.
21
+ *
22
+ * > You can call the [DescribeInstance](https://help.aliyun.com/document_detail/433756.html) operation to query the ID of the WAF instance.
23
+ *
24
+ * This parameter is required.
25
+ *
26
+ * @example
27
+ * waf_v2_public_cn-*****
28
+ */
29
+ instanceId?: string;
30
+ /**
31
+ * @remarks
32
+ * The protocol type that is used for file verification. Specify this parameter when you set VerifyType to fileCheck. Valid values:
33
+ *
34
+ * * **HTTP**
35
+ * * **HTTPS**
36
+ *
37
+ * @example
38
+ * HTTP
39
+ */
40
+ protocol?: string;
41
+ /**
42
+ * @remarks
43
+ * The verification method. Valid values:
44
+ *
45
+ * * **dnsCheck**: DNS verification
46
+ * * **fileCheck**: file verification
47
+ *
48
+ * This parameter is required.
49
+ *
50
+ * @example
51
+ * dnsCheck
52
+ */
53
+ verifyType?: string;
54
+ static names(): { [key: string]: string } {
55
+ return {
56
+ domainName: 'DomainName',
57
+ instanceId: 'InstanceId',
58
+ protocol: 'Protocol',
59
+ verifyType: 'VerifyType',
60
+ };
61
+ }
62
+
63
+ static types(): { [key: string]: any } {
64
+ return {
65
+ domainName: 'string',
66
+ instanceId: 'string',
67
+ protocol: 'string',
68
+ verifyType: 'string',
69
+ };
70
+ }
71
+
72
+ validate() {
73
+ super.validate();
74
+ }
75
+
76
+ constructor(map?: { [key: string]: any }) {
77
+ super(map);
78
+ }
79
+ }
80
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { VerifyDomainOwnerResponseBody } from "./VerifyDomainOwnerResponseBody";
4
+
5
+
6
+ export class VerifyDomainOwnerResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: VerifyDomainOwnerResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: VerifyDomainOwnerResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,93 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class VerifyDomainOwnerResponseBodyVerifyResult extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The reasons why the verification fails. Valid values:
9
+ *
10
+ * * DnsTxtVerifyFailed: The DNS TXT record and the domain name do not match.
11
+ * * DnsServerError: The DNS server is abnormal.
12
+ * * VerifyFileNotExist: The verification file does not exist.
13
+ * * VerifyDomainNotAccess: The access to the domain name failed.
14
+ * * FileContentVerifyFailed: The content of the verification file and the domain name do not match.
15
+ *
16
+ * @example
17
+ * DnsTxtVerifyFailed
18
+ */
19
+ failCode?: string;
20
+ /**
21
+ * @remarks
22
+ * The verification result. Valid values:
23
+ *
24
+ * * **true**: The verification succeeds.
25
+ * * **false**: The verification fails.
26
+ *
27
+ * @example
28
+ * true
29
+ */
30
+ result?: boolean;
31
+ static names(): { [key: string]: string } {
32
+ return {
33
+ failCode: 'FailCode',
34
+ result: 'Result',
35
+ };
36
+ }
37
+
38
+ static types(): { [key: string]: any } {
39
+ return {
40
+ failCode: 'string',
41
+ result: 'boolean',
42
+ };
43
+ }
44
+
45
+ validate() {
46
+ super.validate();
47
+ }
48
+
49
+ constructor(map?: { [key: string]: any }) {
50
+ super(map);
51
+ }
52
+ }
53
+
54
+ export class VerifyDomainOwnerResponseBody extends $dara.Model {
55
+ /**
56
+ * @remarks
57
+ * The ID of the request.
58
+ *
59
+ * @example
60
+ * F35F45B0-5D6B-4238-BE02-A62D****E840
61
+ */
62
+ requestId?: string;
63
+ /**
64
+ * @remarks
65
+ * The verification result.
66
+ */
67
+ verifyResult?: VerifyDomainOwnerResponseBodyVerifyResult;
68
+ static names(): { [key: string]: string } {
69
+ return {
70
+ requestId: 'RequestId',
71
+ verifyResult: 'VerifyResult',
72
+ };
73
+ }
74
+
75
+ static types(): { [key: string]: any } {
76
+ return {
77
+ requestId: 'string',
78
+ verifyResult: VerifyDomainOwnerResponseBodyVerifyResult,
79
+ };
80
+ }
81
+
82
+ validate() {
83
+ if(this.verifyResult && typeof (this.verifyResult as any).validate === 'function') {
84
+ (this.verifyResult as any).validate();
85
+ }
86
+ super.validate();
87
+ }
88
+
89
+ constructor(map?: { [key: string]: any }) {
90
+ super(map);
91
+ }
92
+ }
93
+
@@ -34,6 +34,9 @@ export { DescribeApisecUserOperationsResponseBodyData } from './DescribeApisecUs
34
34
  export { DescribeBaseSystemRulesResponseBodyRules } from './DescribeBaseSystemRulesResponseBody';
35
35
  export { DescribeCertDetailResponseBodyCertDetail } from './DescribeCertDetailResponseBody';
36
36
  export { DescribeCertsResponseBodyCerts } from './DescribeCertsResponseBody';
37
+ export { DescribeChargeModuleResponseBodyChargeModules } from './DescribeChargeModuleResponseBody';
38
+ export { DescribeChargeResultRequestChargeModules } from './DescribeChargeResultRequest';
39
+ export { DescribeChargeResultResponseBodyModuleDetails } from './DescribeChargeResultResponseBody';
37
40
  export { DescribeCloudResourceAccessPortDetailsResponseBodyAccessPortDetailsCertificates } from './DescribeCloudResourceAccessPortDetailsResponseBody';
38
41
  export { DescribeCloudResourceAccessPortDetailsResponseBodyAccessPortDetailsLogHeaders } from './DescribeCloudResourceAccessPortDetailsResponseBody';
39
42
  export { DescribeCloudResourceAccessPortDetailsResponseBodyAccessPortDetailsSubStatusDetails } from './DescribeCloudResourceAccessPortDetailsResponseBody';
@@ -115,6 +118,7 @@ export { DescribeNetworkFlowTopNMetricResponseBodyNetworkFlowTopNValues } from '
115
118
  export { DescribeNetworkFlowTopNMetricResponseBodyTopNMetaDataDateRange } from './DescribeNetworkFlowTopNmetricResponseBody';
116
119
  export { DescribeNetworkFlowTopNMetricResponseBodyTopNMetaData } from './DescribeNetworkFlowTopNmetricResponseBody';
117
120
  export { DescribePeakTrendResponseBodyFlowChart } from './DescribePeakTrendResponseBody';
121
+ export { DescribePocFunctionsResponseBodyFunctions } from './DescribePocFunctionsResponseBody';
118
122
  export { DescribeProductInstancesResponseBodyProductInstancesAccessPortAndProtocols } from './DescribeProductInstancesResponseBody';
119
123
  export { DescribeProductInstancesResponseBodyProductInstancesResourcePortsCertificates } from './DescribeProductInstancesResponseBody';
120
124
  export { DescribeProductInstancesResponseBodyProductInstancesResourcePorts } from './DescribeProductInstancesResponseBody';
@@ -166,6 +170,8 @@ export { DescribeUserApiRequestResponseBodyRequests } from './DescribeUserApiReq
166
170
  export { DescribeUserAssetResponseBodyAssets } from './DescribeUserAssetResponseBody';
167
171
  export { DescribeUserEventTrendResponseBodyTrend } from './DescribeUserEventTrendResponseBody';
168
172
  export { DescribeUserEventTypeResponseBodyEvent } from './DescribeUserEventTypeResponseBody';
173
+ export { DescribeVerifyContentResponseBodyDnsContent } from './DescribeVerifyContentResponseBody';
174
+ export { DescribeVerifyContentResponseBodyFileContent } from './DescribeVerifyContentResponseBody';
169
175
  export { DescribeVisitTopIpResponseBodyTopIp } from './DescribeVisitTopIpResponseBody';
170
176
  export { DescribeVisitUasResponseBodyUas } from './DescribeVisitUasResponseBody';
171
177
  export { DescribeWafSourceIpSegmentResponseBodyWafSourceIp } from './DescribeWafSourceIpSegmentResponseBody';
@@ -183,6 +189,7 @@ export { ModifyDomainRequestRedirectRequestHeaders } from './ModifyDomainRequest
183
189
  export { ModifyDomainRequestRedirect } from './ModifyDomainRequest';
184
190
  export { ModifyDomainResponseBodyDomainInfo } from './ModifyDomainResponseBody';
185
191
  export { TagResourcesRequestTag } from './TagResourcesRequest';
192
+ export { VerifyDomainOwnerResponseBodyVerifyResult } from './VerifyDomainOwnerResponseBody';
186
193
  export { ChangeResourceGroupRequest } from './ChangeResourceGroupRequest';
187
194
  export { ChangeResourceGroupResponseBody } from './ChangeResourceGroupResponseBody';
188
195
  export { ChangeResourceGroupResponse } from './ChangeResourceGroupResponse';
@@ -231,9 +238,15 @@ export { CreateHybridCloudGroupResponse } from './CreateHybridCloudGroupResponse
231
238
  export { CreateMajorProtectionBlackIpRequest } from './CreateMajorProtectionBlackIpRequest';
232
239
  export { CreateMajorProtectionBlackIpResponseBody } from './CreateMajorProtectionBlackIpResponseBody';
233
240
  export { CreateMajorProtectionBlackIpResponse } from './CreateMajorProtectionBlackIpResponse';
241
+ export { CreateMajorProtectionBlackIpV2Request } from './CreateMajorProtectionBlackIpV2request';
242
+ export { CreateMajorProtectionBlackIpV2ResponseBody } from './CreateMajorProtectionBlackIpV2responseBody';
243
+ export { CreateMajorProtectionBlackIpV2Response } from './CreateMajorProtectionBlackIpV2response';
234
244
  export { CreateMemberAccountsRequest } from './CreateMemberAccountsRequest';
235
245
  export { CreateMemberAccountsResponseBody } from './CreateMemberAccountsResponseBody';
236
246
  export { CreateMemberAccountsResponse } from './CreateMemberAccountsResponse';
247
+ export { CreatePocFunctionRequest } from './CreatePocFunctionRequest';
248
+ export { CreatePocFunctionResponseBody } from './CreatePocFunctionResponseBody';
249
+ export { CreatePocFunctionResponse } from './CreatePocFunctionResponse';
237
250
  export { CreatePostpaidInstanceRequest } from './CreatePostpaidInstanceRequest';
238
251
  export { CreatePostpaidInstanceResponseBody } from './CreatePostpaidInstanceResponseBody';
239
252
  export { CreatePostpaidInstanceResponse } from './CreatePostpaidInstanceResponse';
@@ -345,6 +358,12 @@ export { DescribeCertDetailResponse } from './DescribeCertDetailResponse';
345
358
  export { DescribeCertsRequest } from './DescribeCertsRequest';
346
359
  export { DescribeCertsResponseBody } from './DescribeCertsResponseBody';
347
360
  export { DescribeCertsResponse } from './DescribeCertsResponse';
361
+ export { DescribeChargeModuleRequest } from './DescribeChargeModuleRequest';
362
+ export { DescribeChargeModuleResponseBody } from './DescribeChargeModuleResponseBody';
363
+ export { DescribeChargeModuleResponse } from './DescribeChargeModuleResponse';
364
+ export { DescribeChargeResultRequest } from './DescribeChargeResultRequest';
365
+ export { DescribeChargeResultResponseBody } from './DescribeChargeResultResponseBody';
366
+ export { DescribeChargeResultResponse } from './DescribeChargeResultResponse';
348
367
  export { DescribeCloudResourceAccessPortDetailsRequest } from './DescribeCloudResourceAccessPortDetailsRequest';
349
368
  export { DescribeCloudResourceAccessPortDetailsResponseBody } from './DescribeCloudResourceAccessPortDetailsResponseBody';
350
369
  export { DescribeCloudResourceAccessPortDetailsResponse } from './DescribeCloudResourceAccessPortDetailsResponse';
@@ -525,6 +544,9 @@ export { DescribePauseProtectionStatusResponse } from './DescribePauseProtection
525
544
  export { DescribePeakTrendRequest } from './DescribePeakTrendRequest';
526
545
  export { DescribePeakTrendResponseBody } from './DescribePeakTrendResponseBody';
527
546
  export { DescribePeakTrendResponse } from './DescribePeakTrendResponse';
547
+ export { DescribePocFunctionsRequest } from './DescribePocFunctionsRequest';
548
+ export { DescribePocFunctionsResponseBody } from './DescribePocFunctionsResponseBody';
549
+ export { DescribePocFunctionsResponse } from './DescribePocFunctionsResponse';
528
550
  export { DescribeProductInstancesRequest } from './DescribeProductInstancesRequest';
529
551
  export { DescribeProductInstancesResponseBody } from './DescribeProductInstancesResponseBody';
530
552
  export { DescribeProductInstancesResponse } from './DescribeProductInstancesResponse';
@@ -648,6 +670,9 @@ export { DescribeUserSlsLogRegionsResponse } from './DescribeUserSlsLogRegionsRe
648
670
  export { DescribeUserWafLogStatusRequest } from './DescribeUserWafLogStatusRequest';
649
671
  export { DescribeUserWafLogStatusResponseBody } from './DescribeUserWafLogStatusResponseBody';
650
672
  export { DescribeUserWafLogStatusResponse } from './DescribeUserWafLogStatusResponse';
673
+ export { DescribeVerifyContentRequest } from './DescribeVerifyContentRequest';
674
+ export { DescribeVerifyContentResponseBody } from './DescribeVerifyContentResponseBody';
675
+ export { DescribeVerifyContentResponse } from './DescribeVerifyContentResponse';
651
676
  export { DescribeVisitTopIpRequest } from './DescribeVisitTopIpRequest';
652
677
  export { DescribeVisitTopIpResponseBody } from './DescribeVisitTopIpResponseBody';
653
678
  export { DescribeVisitTopIpResponse } from './DescribeVisitTopIpResponse';
@@ -785,3 +810,6 @@ export { TagResourcesResponse } from './TagResourcesResponse';
785
810
  export { UntagResourcesRequest } from './UntagResourcesRequest';
786
811
  export { UntagResourcesResponseBody } from './UntagResourcesResponseBody';
787
812
  export { UntagResourcesResponse } from './UntagResourcesResponse';
813
+ export { VerifyDomainOwnerRequest } from './VerifyDomainOwnerRequest';
814
+ export { VerifyDomainOwnerResponseBody } from './VerifyDomainOwnerResponseBody';
815
+ export { VerifyDomainOwnerResponse } from './VerifyDomainOwnerResponse';