@alicloud/alidns20150109 4.3.6 → 4.4.1

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 +60 -0
  2. package/dist/client.js +228 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AddRecursionRecordRequest.d.ts +2 -0
  5. package/dist/models/AddRecursionRecordRequest.js.map +1 -1
  6. package/dist/models/DeleteRecursionRecordRequest.d.ts +3 -0
  7. package/dist/models/DeleteRecursionRecordRequest.js.map +1 -1
  8. package/dist/models/DescribeInterAuthStatisticsGlobalOverviewRequest.d.ts +33 -0
  9. package/dist/models/DescribeInterAuthStatisticsGlobalOverviewRequest.js +64 -0
  10. package/dist/models/DescribeInterAuthStatisticsGlobalOverviewRequest.js.map +1 -0
  11. package/dist/models/DescribeInterAuthStatisticsGlobalOverviewResponse.d.ts +19 -0
  12. package/dist/models/DescribeInterAuthStatisticsGlobalOverviewResponse.js +69 -0
  13. package/dist/models/DescribeInterAuthStatisticsGlobalOverviewResponse.js.map +1 -0
  14. package/dist/models/DescribeInterAuthStatisticsGlobalOverviewResponseBody.d.ts +54 -0
  15. package/dist/models/DescribeInterAuthStatisticsGlobalOverviewResponseBody.js +88 -0
  16. package/dist/models/DescribeInterAuthStatisticsGlobalOverviewResponseBody.js.map +1 -0
  17. package/dist/models/DescribeInterAuthStatisticsHistoryRequest.d.ts +44 -0
  18. package/dist/models/DescribeInterAuthStatisticsHistoryRequest.js +70 -0
  19. package/dist/models/DescribeInterAuthStatisticsHistoryRequest.js.map +1 -0
  20. package/dist/models/DescribeInterAuthStatisticsHistoryResponse.d.ts +19 -0
  21. package/dist/models/DescribeInterAuthStatisticsHistoryResponse.js +69 -0
  22. package/dist/models/DescribeInterAuthStatisticsHistoryResponse.js.map +1 -0
  23. package/dist/models/DescribeInterAuthStatisticsHistoryResponseBody.d.ts +69 -0
  24. package/dist/models/DescribeInterAuthStatisticsHistoryResponseBody.js +94 -0
  25. package/dist/models/DescribeInterAuthStatisticsHistoryResponseBody.js.map +1 -0
  26. package/dist/models/DescribeInterAuthStatisticsSummaryRequest.d.ts +80 -0
  27. package/dist/models/DescribeInterAuthStatisticsSummaryRequest.js +84 -0
  28. package/dist/models/DescribeInterAuthStatisticsSummaryRequest.js.map +1 -0
  29. package/dist/models/DescribeInterAuthStatisticsSummaryResponse.d.ts +19 -0
  30. package/dist/models/DescribeInterAuthStatisticsSummaryResponse.js +69 -0
  31. package/dist/models/DescribeInterAuthStatisticsSummaryResponse.js.map +1 -0
  32. package/dist/models/DescribeInterAuthStatisticsSummaryResponseBody.d.ts +124 -0
  33. package/dist/models/DescribeInterAuthStatisticsSummaryResponseBody.js +116 -0
  34. package/dist/models/DescribeInterAuthStatisticsSummaryResponseBody.js.map +1 -0
  35. package/dist/models/DescribeInterAuthStatisticsZoneOverviewRequest.d.ts +28 -0
  36. package/dist/models/DescribeInterAuthStatisticsZoneOverviewRequest.js +62 -0
  37. package/dist/models/DescribeInterAuthStatisticsZoneOverviewRequest.js.map +1 -0
  38. package/dist/models/DescribeInterAuthStatisticsZoneOverviewResponse.d.ts +19 -0
  39. package/dist/models/DescribeInterAuthStatisticsZoneOverviewResponse.js +69 -0
  40. package/dist/models/DescribeInterAuthStatisticsZoneOverviewResponse.js.map +1 -0
  41. package/dist/models/DescribeInterAuthStatisticsZoneOverviewResponseBody.d.ts +49 -0
  42. package/dist/models/DescribeInterAuthStatisticsZoneOverviewResponseBody.js +86 -0
  43. package/dist/models/DescribeInterAuthStatisticsZoneOverviewResponseBody.js.map +1 -0
  44. package/dist/models/DescribeRecursionRecordRequest.d.ts +3 -0
  45. package/dist/models/DescribeRecursionRecordRequest.js.map +1 -1
  46. package/dist/models/DescribeRecursionZoneRequest.d.ts +3 -0
  47. package/dist/models/DescribeRecursionZoneRequest.js.map +1 -1
  48. package/dist/models/ListRecursionRecordsRequest.d.ts +3 -0
  49. package/dist/models/ListRecursionRecordsRequest.js.map +1 -1
  50. package/dist/models/SearchRecursionRecordsRequest.d.ts +3 -0
  51. package/dist/models/SearchRecursionRecordsRequest.js.map +1 -1
  52. package/dist/models/UpdateRecursionRecordEnableStatusRequest.d.ts +3 -0
  53. package/dist/models/UpdateRecursionRecordEnableStatusRequest.js.map +1 -1
  54. package/dist/models/UpdateRecursionRecordRemarkRequest.d.ts +2 -0
  55. package/dist/models/UpdateRecursionRecordRemarkRequest.js.map +1 -1
  56. package/dist/models/UpdateRecursionRecordRequest.d.ts +3 -0
  57. package/dist/models/UpdateRecursionRecordRequest.js.map +1 -1
  58. package/dist/models/UpdateRecursionRecordWeightEnableStatusRequest.d.ts +3 -0
  59. package/dist/models/UpdateRecursionRecordWeightEnableStatusRequest.js.map +1 -1
  60. package/dist/models/UpdateRecursionRecordWeightRequest.d.ts +3 -0
  61. package/dist/models/UpdateRecursionRecordWeightRequest.js.map +1 -1
  62. package/dist/models/UpdateRecursionZoneEffectiveScopeRequest.d.ts +3 -0
  63. package/dist/models/UpdateRecursionZoneEffectiveScopeRequest.js.map +1 -1
  64. package/dist/models/UpdateRecursionZoneEffectiveScopeShrinkRequest.d.ts +3 -0
  65. package/dist/models/UpdateRecursionZoneEffectiveScopeShrinkRequest.js.map +1 -1
  66. package/dist/models/model.d.ts +16 -0
  67. package/dist/models/model.js +51 -18
  68. package/dist/models/model.js.map +1 -1
  69. package/package.json +1 -1
  70. package/src/client.ts +264 -0
  71. package/src/models/AddRecursionRecordRequest.ts +2 -0
  72. package/src/models/DeleteRecursionRecordRequest.ts +3 -0
  73. package/src/models/DescribeInterAuthStatisticsGlobalOverviewRequest.ts +52 -0
  74. package/src/models/DescribeInterAuthStatisticsGlobalOverviewResponse.ts +40 -0
  75. package/src/models/DescribeInterAuthStatisticsGlobalOverviewResponseBody.ts +88 -0
  76. package/src/models/DescribeInterAuthStatisticsHistoryRequest.ts +69 -0
  77. package/src/models/DescribeInterAuthStatisticsHistoryResponse.ts +40 -0
  78. package/src/models/DescribeInterAuthStatisticsHistoryResponseBody.ts +109 -0
  79. package/src/models/DescribeInterAuthStatisticsSummaryRequest.ts +119 -0
  80. package/src/models/DescribeInterAuthStatisticsSummaryResponse.ts +40 -0
  81. package/src/models/DescribeInterAuthStatisticsSummaryResponseBody.ts +186 -0
  82. package/src/models/DescribeInterAuthStatisticsZoneOverviewRequest.ts +45 -0
  83. package/src/models/DescribeInterAuthStatisticsZoneOverviewResponse.ts +40 -0
  84. package/src/models/DescribeInterAuthStatisticsZoneOverviewResponseBody.ts +81 -0
  85. package/src/models/DescribeRecursionRecordRequest.ts +3 -0
  86. package/src/models/DescribeRecursionZoneRequest.ts +3 -0
  87. package/src/models/ListRecursionRecordsRequest.ts +3 -0
  88. package/src/models/SearchRecursionRecordsRequest.ts +3 -0
  89. package/src/models/UpdateRecursionRecordEnableStatusRequest.ts +3 -0
  90. package/src/models/UpdateRecursionRecordRemarkRequest.ts +2 -0
  91. package/src/models/UpdateRecursionRecordRequest.ts +3 -0
  92. package/src/models/UpdateRecursionRecordWeightEnableStatusRequest.ts +3 -0
  93. package/src/models/UpdateRecursionRecordWeightRequest.ts +3 -0
  94. package/src/models/UpdateRecursionZoneEffectiveScopeRequest.ts +3 -0
  95. package/src/models/UpdateRecursionZoneEffectiveScopeShrinkRequest.ts +3 -0
  96. package/src/models/model.ts +16 -0
@@ -0,0 +1,119 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribeInterAuthStatisticsSummaryRequest extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * DESC
9
+ */
10
+ direction?: string;
11
+ /**
12
+ * @example
13
+ * example.com
14
+ */
15
+ domainName?: string;
16
+ /**
17
+ * @example
18
+ * 1741526400000
19
+ */
20
+ endTimestamp?: number;
21
+ /**
22
+ * @example
23
+ * up
24
+ * down
25
+ */
26
+ growType?: string;
27
+ /**
28
+ * @example
29
+ * default
30
+ */
31
+ orderBy?: string;
32
+ /**
33
+ * @example
34
+ * 1
35
+ */
36
+ pageNumber?: number;
37
+ /**
38
+ * @example
39
+ * 1
40
+ */
41
+ pageSize?: number;
42
+ /**
43
+ * @example
44
+ * 300
45
+ */
46
+ period?: string;
47
+ /**
48
+ * @example
49
+ * 0
50
+ */
51
+ rcode?: string;
52
+ /**
53
+ * @example
54
+ * ap-southeast-3
55
+ */
56
+ serverRegion?: string;
57
+ /**
58
+ * @example
59
+ * File
60
+ */
61
+ sourceType?: string;
62
+ /**
63
+ * @example
64
+ * 1516779348000
65
+ */
66
+ startTimestamp?: number;
67
+ statisticalType?: string;
68
+ /**
69
+ * @example
70
+ * example.com
71
+ */
72
+ zoneName?: string;
73
+ static names(): { [key: string]: string } {
74
+ return {
75
+ direction: 'Direction',
76
+ domainName: 'DomainName',
77
+ endTimestamp: 'EndTimestamp',
78
+ growType: 'GrowType',
79
+ orderBy: 'OrderBy',
80
+ pageNumber: 'PageNumber',
81
+ pageSize: 'PageSize',
82
+ period: 'Period',
83
+ rcode: 'Rcode',
84
+ serverRegion: 'ServerRegion',
85
+ sourceType: 'SourceType',
86
+ startTimestamp: 'StartTimestamp',
87
+ statisticalType: 'StatisticalType',
88
+ zoneName: 'ZoneName',
89
+ };
90
+ }
91
+
92
+ static types(): { [key: string]: any } {
93
+ return {
94
+ direction: 'string',
95
+ domainName: 'string',
96
+ endTimestamp: 'number',
97
+ growType: 'string',
98
+ orderBy: 'string',
99
+ pageNumber: 'number',
100
+ pageSize: 'number',
101
+ period: 'string',
102
+ rcode: 'string',
103
+ serverRegion: 'string',
104
+ sourceType: 'string',
105
+ startTimestamp: 'number',
106
+ statisticalType: 'string',
107
+ zoneName: 'string',
108
+ };
109
+ }
110
+
111
+ validate() {
112
+ super.validate();
113
+ }
114
+
115
+ constructor(map?: { [key: string]: any }) {
116
+ super(map);
117
+ }
118
+ }
119
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { DescribeInterAuthStatisticsSummaryResponseBody } from "./DescribeInterAuthStatisticsSummaryResponseBody";
4
+
5
+
6
+ export class DescribeInterAuthStatisticsSummaryResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: DescribeInterAuthStatisticsSummaryResponseBody;
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: DescribeInterAuthStatisticsSummaryResponseBody,
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,186 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribeInterAuthStatisticsSummaryResponseBodyPageData extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 1776754800000
9
+ */
10
+ aggrTimestamp?: number;
11
+ /**
12
+ * @example
13
+ * 20
14
+ */
15
+ count?: number;
16
+ /**
17
+ * @example
18
+ * nervermsf.com
19
+ */
20
+ domainName?: string;
21
+ /**
22
+ * @example
23
+ * 19
24
+ */
25
+ fluctuationValue?: number;
26
+ /**
27
+ * @example
28
+ * default
29
+ */
30
+ line?: string;
31
+ /**
32
+ * @example
33
+ * 2227
34
+ */
35
+ previousCount?: number;
36
+ /**
37
+ * @example
38
+ * TCP%DF\\"
39
+ */
40
+ protocol?: string;
41
+ /**
42
+ * @example
43
+ * A
44
+ */
45
+ qtype?: string;
46
+ /**
47
+ * @example
48
+ * 20
49
+ */
50
+ ratio?: number;
51
+ /**
52
+ * @example
53
+ * 0
54
+ */
55
+ rcode?: string;
56
+ /**
57
+ * @example
58
+ * 112.16.17.203
59
+ */
60
+ sourceIp?: string;
61
+ /**
62
+ * @example
63
+ * telecom
64
+ */
65
+ sourceIsp?: string;
66
+ /**
67
+ * @example
68
+ * cn-shenzhen
69
+ */
70
+ sourceRegion?: string;
71
+ /**
72
+ * @example
73
+ * longzi.xyz
74
+ */
75
+ zoneName?: string;
76
+ static names(): { [key: string]: string } {
77
+ return {
78
+ aggrTimestamp: 'AggrTimestamp',
79
+ count: 'Count',
80
+ domainName: 'DomainName',
81
+ fluctuationValue: 'FluctuationValue',
82
+ line: 'Line',
83
+ previousCount: 'PreviousCount',
84
+ protocol: 'Protocol',
85
+ qtype: 'Qtype',
86
+ ratio: 'Ratio',
87
+ rcode: 'Rcode',
88
+ sourceIp: 'SourceIp',
89
+ sourceIsp: 'SourceIsp',
90
+ sourceRegion: 'SourceRegion',
91
+ zoneName: 'ZoneName',
92
+ };
93
+ }
94
+
95
+ static types(): { [key: string]: any } {
96
+ return {
97
+ aggrTimestamp: 'number',
98
+ count: 'number',
99
+ domainName: 'string',
100
+ fluctuationValue: 'number',
101
+ line: 'string',
102
+ previousCount: 'number',
103
+ protocol: 'string',
104
+ qtype: 'string',
105
+ ratio: 'number',
106
+ rcode: 'string',
107
+ sourceIp: 'string',
108
+ sourceIsp: 'string',
109
+ sourceRegion: 'string',
110
+ zoneName: 'string',
111
+ };
112
+ }
113
+
114
+ validate() {
115
+ super.validate();
116
+ }
117
+
118
+ constructor(map?: { [key: string]: any }) {
119
+ super(map);
120
+ }
121
+ }
122
+
123
+ export class DescribeInterAuthStatisticsSummaryResponseBody extends $dara.Model {
124
+ /**
125
+ * @example
126
+ * 1
127
+ */
128
+ curPage?: number;
129
+ pageData?: DescribeInterAuthStatisticsSummaryResponseBodyPageData[];
130
+ /**
131
+ * @example
132
+ * 5
133
+ */
134
+ pageSize?: number;
135
+ /**
136
+ * @remarks
137
+ * Id of the request
138
+ *
139
+ * @example
140
+ * 853805EA-3D47-47D5-9A1A-A45C24313ABD
141
+ */
142
+ requestId?: string;
143
+ /**
144
+ * @example
145
+ * 5
146
+ */
147
+ totalPage?: number;
148
+ /**
149
+ * @example
150
+ * 48
151
+ */
152
+ totalSize?: number;
153
+ static names(): { [key: string]: string } {
154
+ return {
155
+ curPage: 'CurPage',
156
+ pageData: 'PageData',
157
+ pageSize: 'PageSize',
158
+ requestId: 'RequestId',
159
+ totalPage: 'TotalPage',
160
+ totalSize: 'TotalSize',
161
+ };
162
+ }
163
+
164
+ static types(): { [key: string]: any } {
165
+ return {
166
+ curPage: 'number',
167
+ pageData: { 'type': 'array', 'itemType': DescribeInterAuthStatisticsSummaryResponseBodyPageData },
168
+ pageSize: 'number',
169
+ requestId: 'string',
170
+ totalPage: 'number',
171
+ totalSize: 'number',
172
+ };
173
+ }
174
+
175
+ validate() {
176
+ if(Array.isArray(this.pageData)) {
177
+ $dara.Model.validateArray(this.pageData);
178
+ }
179
+ super.validate();
180
+ }
181
+
182
+ constructor(map?: { [key: string]: any }) {
183
+ super(map);
184
+ }
185
+ }
186
+
@@ -0,0 +1,45 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribeInterAuthStatisticsZoneOverviewRequest extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * DAY、WEEK、MONTH
9
+ */
10
+ overviewPeriod?: string;
11
+ /**
12
+ * @example
13
+ * DescribeInterAuthStatisticsZoneOverview
14
+ */
15
+ serverRegion?: string;
16
+ /**
17
+ * @example
18
+ * cheng.suow.cc
19
+ */
20
+ zoneName?: string;
21
+ static names(): { [key: string]: string } {
22
+ return {
23
+ overviewPeriod: 'OverviewPeriod',
24
+ serverRegion: 'ServerRegion',
25
+ zoneName: 'ZoneName',
26
+ };
27
+ }
28
+
29
+ static types(): { [key: string]: any } {
30
+ return {
31
+ overviewPeriod: 'string',
32
+ serverRegion: 'string',
33
+ zoneName: 'string',
34
+ };
35
+ }
36
+
37
+ validate() {
38
+ super.validate();
39
+ }
40
+
41
+ constructor(map?: { [key: string]: any }) {
42
+ super(map);
43
+ }
44
+ }
45
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { DescribeInterAuthStatisticsZoneOverviewResponseBody } from "./DescribeInterAuthStatisticsZoneOverviewResponseBody";
4
+
5
+
6
+ export class DescribeInterAuthStatisticsZoneOverviewResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: DescribeInterAuthStatisticsZoneOverviewResponseBody;
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: DescribeInterAuthStatisticsZoneOverviewResponseBody,
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,81 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribeInterAuthStatisticsZoneOverviewResponseBodyData extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 6
9
+ */
10
+ refusedDomainCount?: number;
11
+ /**
12
+ * @example
13
+ * 66
14
+ */
15
+ suddenDropDomainCount?: number;
16
+ /**
17
+ * @example
18
+ * 56
19
+ */
20
+ suddenIncreaseDomainCount?: number;
21
+ static names(): { [key: string]: string } {
22
+ return {
23
+ refusedDomainCount: 'RefusedDomainCount',
24
+ suddenDropDomainCount: 'SuddenDropDomainCount',
25
+ suddenIncreaseDomainCount: 'SuddenIncreaseDomainCount',
26
+ };
27
+ }
28
+
29
+ static types(): { [key: string]: any } {
30
+ return {
31
+ refusedDomainCount: 'number',
32
+ suddenDropDomainCount: 'number',
33
+ suddenIncreaseDomainCount: 'number',
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 DescribeInterAuthStatisticsZoneOverviewResponseBody extends $dara.Model {
47
+ data?: DescribeInterAuthStatisticsZoneOverviewResponseBodyData;
48
+ /**
49
+ * @remarks
50
+ * Id of the request
51
+ *
52
+ * @example
53
+ * 536E9CAD-DB30-4647-AC87-AA5CC38C5382
54
+ */
55
+ requestId?: string;
56
+ static names(): { [key: string]: string } {
57
+ return {
58
+ data: 'Data',
59
+ requestId: 'RequestId',
60
+ };
61
+ }
62
+
63
+ static types(): { [key: string]: any } {
64
+ return {
65
+ data: DescribeInterAuthStatisticsZoneOverviewResponseBodyData,
66
+ requestId: 'string',
67
+ };
68
+ }
69
+
70
+ validate() {
71
+ if(this.data && typeof (this.data as any).validate === 'function') {
72
+ (this.data as any).validate();
73
+ }
74
+ super.validate();
75
+ }
76
+
77
+ constructor(map?: { [key: string]: any }) {
78
+ super(map);
79
+ }
80
+ }
81
+
@@ -4,6 +4,9 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class DescribeRecursionRecordRequest extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * This parameter is required.
9
+ *
7
10
  * @example
8
11
  * 1917628665627259904
9
12
  */
@@ -4,6 +4,9 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class DescribeRecursionZoneRequest extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * This parameter is required.
9
+ *
7
10
  * @example
8
11
  * 169783221000012
9
12
  */
@@ -65,6 +65,9 @@ export class ListRecursionRecordsRequest extends $dara.Model {
65
65
  */
66
66
  weight?: number;
67
67
  /**
68
+ * @remarks
69
+ * This parameter is required.
70
+ *
68
71
  * @example
69
72
  * 17832322323
70
73
  */
@@ -80,6 +80,9 @@ export class SearchRecursionRecordsRequest extends $dara.Model {
80
80
  */
81
81
  weight?: number;
82
82
  /**
83
+ * @remarks
84
+ * This parameter is required.
85
+ *
83
86
  * @example
84
87
  * 169438909000011
85
88
  */
@@ -14,6 +14,9 @@ export class UpdateRecursionRecordEnableStatusRequest extends $dara.Model {
14
14
  */
15
15
  enableStatus?: string;
16
16
  /**
17
+ * @remarks
18
+ * This parameter is required.
19
+ *
17
20
  * @example
18
21
  * 1781234321
19
22
  */
@@ -12,6 +12,8 @@ export class UpdateRecursionRecordRemarkRequest extends $dara.Model {
12
12
  * @remarks
13
13
  * record id
14
14
  *
15
+ * This parameter is required.
16
+ *
15
17
  * @example
16
18
  * 173671468000010
17
19
  */
@@ -14,6 +14,9 @@ export class UpdateRecursionRecordRequest extends $dara.Model {
14
14
  */
15
15
  priority?: number;
16
16
  /**
17
+ * @remarks
18
+ * This parameter is required.
19
+ *
17
20
  * @example
18
21
  * 9*******
19
22
  */
@@ -29,6 +29,9 @@ export class UpdateRecursionRecordWeightEnableStatusRequest extends $dara.Model
29
29
  */
30
30
  type?: string;
31
31
  /**
32
+ * @remarks
33
+ * This parameter is required.
34
+ *
32
35
  * @example
33
36
  * 176432424234
34
37
  */
@@ -9,6 +9,9 @@ export class UpdateRecursionRecordWeightRequest extends $dara.Model {
9
9
  */
10
10
  clientToken?: string;
11
11
  /**
12
+ * @remarks
13
+ * This parameter is required.
14
+ *
12
15
  * @example
13
16
  * 17363242424
14
17
  */
@@ -43,6 +43,9 @@ export class UpdateRecursionZoneEffectiveScopeRequest extends $dara.Model {
43
43
  clientToken?: string;
44
44
  effectiveScopes?: UpdateRecursionZoneEffectiveScopeRequestEffectiveScopes[];
45
45
  /**
46
+ * @remarks
47
+ * This parameter is required.
48
+ *
46
49
  * @example
47
50
  * 173671468000011
48
51
  */
@@ -10,6 +10,9 @@ export class UpdateRecursionZoneEffectiveScopeShrinkRequest extends $dara.Model
10
10
  clientToken?: string;
11
11
  effectiveScopesShrink?: string;
12
12
  /**
13
+ * @remarks
14
+ * This parameter is required.
15
+ *
13
16
  * @example
14
17
  * 173671468000011
15
18
  */
@@ -174,6 +174,10 @@ export { DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstances } from './D
174
174
  export { DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan } from './DescribeGtmRecoveryPlansResponseBody';
175
175
  export { DescribeGtmRecoveryPlansResponseBodyRecoveryPlans } from './DescribeGtmRecoveryPlansResponseBody';
176
176
  export { DescribeInstanceDomainsResponseBodyInstanceDomains } from './DescribeInstanceDomainsResponseBody';
177
+ export { DescribeInterAuthStatisticsGlobalOverviewResponseBodyData } from './DescribeInterAuthStatisticsGlobalOverviewResponseBody';
178
+ export { DescribeInterAuthStatisticsHistoryResponseBodyData } from './DescribeInterAuthStatisticsHistoryResponseBody';
179
+ export { DescribeInterAuthStatisticsSummaryResponseBodyPageData } from './DescribeInterAuthStatisticsSummaryResponseBody';
180
+ export { DescribeInterAuthStatisticsZoneOverviewResponseBodyData } from './DescribeInterAuthStatisticsZoneOverviewResponseBody';
177
181
  export { DescribeInternetDnsLogsResponseBodyLogsLogValue } from './DescribeInternetDnsLogsResponseBody';
178
182
  export { DescribeInternetDnsLogsResponseBodyLogsLog } from './DescribeInternetDnsLogsResponseBody';
179
183
  export { DescribeInternetDnsLogsResponseBodyLogs } from './DescribeInternetDnsLogsResponseBody';
@@ -655,6 +659,18 @@ export { DescribeGtmRecoveryPlansResponse } from './DescribeGtmRecoveryPlansResp
655
659
  export { DescribeInstanceDomainsRequest } from './DescribeInstanceDomainsRequest';
656
660
  export { DescribeInstanceDomainsResponseBody } from './DescribeInstanceDomainsResponseBody';
657
661
  export { DescribeInstanceDomainsResponse } from './DescribeInstanceDomainsResponse';
662
+ export { DescribeInterAuthStatisticsGlobalOverviewRequest } from './DescribeInterAuthStatisticsGlobalOverviewRequest';
663
+ export { DescribeInterAuthStatisticsGlobalOverviewResponseBody } from './DescribeInterAuthStatisticsGlobalOverviewResponseBody';
664
+ export { DescribeInterAuthStatisticsGlobalOverviewResponse } from './DescribeInterAuthStatisticsGlobalOverviewResponse';
665
+ export { DescribeInterAuthStatisticsHistoryRequest } from './DescribeInterAuthStatisticsHistoryRequest';
666
+ export { DescribeInterAuthStatisticsHistoryResponseBody } from './DescribeInterAuthStatisticsHistoryResponseBody';
667
+ export { DescribeInterAuthStatisticsHistoryResponse } from './DescribeInterAuthStatisticsHistoryResponse';
668
+ export { DescribeInterAuthStatisticsSummaryRequest } from './DescribeInterAuthStatisticsSummaryRequest';
669
+ export { DescribeInterAuthStatisticsSummaryResponseBody } from './DescribeInterAuthStatisticsSummaryResponseBody';
670
+ export { DescribeInterAuthStatisticsSummaryResponse } from './DescribeInterAuthStatisticsSummaryResponse';
671
+ export { DescribeInterAuthStatisticsZoneOverviewRequest } from './DescribeInterAuthStatisticsZoneOverviewRequest';
672
+ export { DescribeInterAuthStatisticsZoneOverviewResponseBody } from './DescribeInterAuthStatisticsZoneOverviewResponseBody';
673
+ export { DescribeInterAuthStatisticsZoneOverviewResponse } from './DescribeInterAuthStatisticsZoneOverviewResponse';
658
674
  export { DescribeInternetDnsLogsRequest } from './DescribeInternetDnsLogsRequest';
659
675
  export { DescribeInternetDnsLogsResponseBody } from './DescribeInternetDnsLogsResponseBody';
660
676
  export { DescribeInternetDnsLogsResponse } from './DescribeInternetDnsLogsResponse';