@alicloud/dm20151123 1.0.0 → 1.0.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.
- package/LICENSE +13 -0
- package/README.md +25 -0
- package/dist/client.d.ts +432 -1928
- package/dist/client.js +1982 -3207
- package/dist/client.js.map +1 -1
- package/package.json +5 -4
- package/src/client.ts +2388 -3955
package/dist/client.d.ts
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
import * as $Util from '@alicloud/tea-util';
|
|
5
5
|
import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
|
|
6
6
|
import * as $tea from '@alicloud/tea-typescript';
|
|
7
|
-
export declare class
|
|
7
|
+
export declare class ApproveReplyMailAddressRequest extends $tea.Model {
|
|
8
8
|
ownerId?: number;
|
|
9
9
|
resourceOwnerAccount?: string;
|
|
10
10
|
resourceOwnerId?: number;
|
|
11
|
-
|
|
11
|
+
ticket?: string;
|
|
12
12
|
static names(): {
|
|
13
13
|
[key: string]: string;
|
|
14
14
|
};
|
|
@@ -19,7 +19,7 @@ export declare class AddIpfilterRequest extends $tea.Model {
|
|
|
19
19
|
[key: string]: any;
|
|
20
20
|
});
|
|
21
21
|
}
|
|
22
|
-
export declare class
|
|
22
|
+
export declare class ApproveReplyMailAddressResponseBody extends $tea.Model {
|
|
23
23
|
requestId?: string;
|
|
24
24
|
static names(): {
|
|
25
25
|
[key: string]: string;
|
|
@@ -31,11 +31,11 @@ export declare class AddIpfilterResponseBody extends $tea.Model {
|
|
|
31
31
|
[key: string]: any;
|
|
32
32
|
});
|
|
33
33
|
}
|
|
34
|
-
export declare class
|
|
34
|
+
export declare class ApproveReplyMailAddressResponse extends $tea.Model {
|
|
35
35
|
headers: {
|
|
36
36
|
[key: string]: string;
|
|
37
37
|
};
|
|
38
|
-
body:
|
|
38
|
+
body: ApproveReplyMailAddressResponseBody;
|
|
39
39
|
static names(): {
|
|
40
40
|
[key: string]: string;
|
|
41
41
|
};
|
|
@@ -46,12 +46,18 @@ export declare class AddIpfilterResponse extends $tea.Model {
|
|
|
46
46
|
[key: string]: any;
|
|
47
47
|
});
|
|
48
48
|
}
|
|
49
|
-
export declare class
|
|
49
|
+
export declare class BatchSendMailRequest extends $tea.Model {
|
|
50
|
+
accountName?: string;
|
|
51
|
+
addressType?: number;
|
|
52
|
+
clickTrace?: string;
|
|
50
53
|
ownerId?: number;
|
|
54
|
+
receiversName?: string;
|
|
55
|
+
replyAddress?: string;
|
|
56
|
+
replyAddressAlias?: string;
|
|
51
57
|
resourceOwnerAccount?: string;
|
|
52
58
|
resourceOwnerId?: number;
|
|
53
|
-
|
|
54
|
-
|
|
59
|
+
tagName?: string;
|
|
60
|
+
templateName?: string;
|
|
55
61
|
static names(): {
|
|
56
62
|
[key: string]: string;
|
|
57
63
|
};
|
|
@@ -62,7 +68,8 @@ export declare class ApproveMailTemplateRequest extends $tea.Model {
|
|
|
62
68
|
[key: string]: any;
|
|
63
69
|
});
|
|
64
70
|
}
|
|
65
|
-
export declare class
|
|
71
|
+
export declare class BatchSendMailResponseBody extends $tea.Model {
|
|
72
|
+
envId?: string;
|
|
66
73
|
requestId?: string;
|
|
67
74
|
static names(): {
|
|
68
75
|
[key: string]: string;
|
|
@@ -74,11 +81,11 @@ export declare class ApproveMailTemplateResponseBody extends $tea.Model {
|
|
|
74
81
|
[key: string]: any;
|
|
75
82
|
});
|
|
76
83
|
}
|
|
77
|
-
export declare class
|
|
84
|
+
export declare class BatchSendMailResponse extends $tea.Model {
|
|
78
85
|
headers: {
|
|
79
86
|
[key: string]: string;
|
|
80
87
|
};
|
|
81
|
-
body:
|
|
88
|
+
body: BatchSendMailResponseBody;
|
|
82
89
|
static names(): {
|
|
83
90
|
[key: string]: string;
|
|
84
91
|
};
|
|
@@ -89,11 +96,11 @@ export declare class ApproveMailTemplateResponse extends $tea.Model {
|
|
|
89
96
|
[key: string]: any;
|
|
90
97
|
});
|
|
91
98
|
}
|
|
92
|
-
export declare class
|
|
99
|
+
export declare class CheckDomainRequest extends $tea.Model {
|
|
100
|
+
domainId?: number;
|
|
93
101
|
ownerId?: number;
|
|
94
102
|
resourceOwnerAccount?: string;
|
|
95
103
|
resourceOwnerId?: number;
|
|
96
|
-
ticket?: string;
|
|
97
104
|
static names(): {
|
|
98
105
|
[key: string]: string;
|
|
99
106
|
};
|
|
@@ -104,7 +111,8 @@ export declare class ApproveReplyMailAddressRequest extends $tea.Model {
|
|
|
104
111
|
[key: string]: any;
|
|
105
112
|
});
|
|
106
113
|
}
|
|
107
|
-
export declare class
|
|
114
|
+
export declare class CheckDomainResponseBody extends $tea.Model {
|
|
115
|
+
domainStatus?: number;
|
|
108
116
|
requestId?: string;
|
|
109
117
|
static names(): {
|
|
110
118
|
[key: string]: string;
|
|
@@ -116,11 +124,11 @@ export declare class ApproveReplyMailAddressResponseBody extends $tea.Model {
|
|
|
116
124
|
[key: string]: any;
|
|
117
125
|
});
|
|
118
126
|
}
|
|
119
|
-
export declare class
|
|
127
|
+
export declare class CheckDomainResponse extends $tea.Model {
|
|
120
128
|
headers: {
|
|
121
129
|
[key: string]: string;
|
|
122
130
|
};
|
|
123
|
-
body:
|
|
131
|
+
body: CheckDomainResponseBody;
|
|
124
132
|
static names(): {
|
|
125
133
|
[key: string]: string;
|
|
126
134
|
};
|
|
@@ -131,12 +139,13 @@ export declare class ApproveReplyMailAddressResponse extends $tea.Model {
|
|
|
131
139
|
[key: string]: any;
|
|
132
140
|
});
|
|
133
141
|
}
|
|
134
|
-
export declare class
|
|
142
|
+
export declare class CheckReplyToMailAddressRequest extends $tea.Model {
|
|
143
|
+
lang?: string;
|
|
144
|
+
mailAddressId?: number;
|
|
135
145
|
ownerId?: number;
|
|
146
|
+
region?: string;
|
|
136
147
|
resourceOwnerAccount?: string;
|
|
137
148
|
resourceOwnerId?: number;
|
|
138
|
-
templateId?: number;
|
|
139
|
-
fromType?: number;
|
|
140
149
|
static names(): {
|
|
141
150
|
[key: string]: string;
|
|
142
151
|
};
|
|
@@ -147,7 +156,7 @@ export declare class ApproveSmsTemplateRequest extends $tea.Model {
|
|
|
147
156
|
[key: string]: any;
|
|
148
157
|
});
|
|
149
158
|
}
|
|
150
|
-
export declare class
|
|
159
|
+
export declare class CheckReplyToMailAddressResponseBody extends $tea.Model {
|
|
151
160
|
requestId?: string;
|
|
152
161
|
static names(): {
|
|
153
162
|
[key: string]: string;
|
|
@@ -159,11 +168,11 @@ export declare class ApproveSmsTemplateResponseBody extends $tea.Model {
|
|
|
159
168
|
[key: string]: any;
|
|
160
169
|
});
|
|
161
170
|
}
|
|
162
|
-
export declare class
|
|
171
|
+
export declare class CheckReplyToMailAddressResponse extends $tea.Model {
|
|
163
172
|
headers: {
|
|
164
173
|
[key: string]: string;
|
|
165
174
|
};
|
|
166
|
-
body:
|
|
175
|
+
body: CheckReplyToMailAddressResponseBody;
|
|
167
176
|
static names(): {
|
|
168
177
|
[key: string]: string;
|
|
169
178
|
};
|
|
@@ -174,12 +183,11 @@ export declare class ApproveSmsTemplateResponse extends $tea.Model {
|
|
|
174
183
|
[key: string]: any;
|
|
175
184
|
});
|
|
176
185
|
}
|
|
177
|
-
export declare class
|
|
186
|
+
export declare class CreateDomainRequest extends $tea.Model {
|
|
187
|
+
domainName?: string;
|
|
178
188
|
ownerId?: number;
|
|
179
189
|
resourceOwnerAccount?: string;
|
|
180
190
|
resourceOwnerId?: number;
|
|
181
|
-
templateId?: number;
|
|
182
|
-
fromType?: number;
|
|
183
191
|
static names(): {
|
|
184
192
|
[key: string]: string;
|
|
185
193
|
};
|
|
@@ -190,7 +198,8 @@ export declare class ApproveTemplateRequest extends $tea.Model {
|
|
|
190
198
|
[key: string]: any;
|
|
191
199
|
});
|
|
192
200
|
}
|
|
193
|
-
export declare class
|
|
201
|
+
export declare class CreateDomainResponseBody extends $tea.Model {
|
|
202
|
+
domainId?: string;
|
|
194
203
|
requestId?: string;
|
|
195
204
|
static names(): {
|
|
196
205
|
[key: string]: string;
|
|
@@ -202,11 +211,11 @@ export declare class ApproveTemplateResponseBody extends $tea.Model {
|
|
|
202
211
|
[key: string]: any;
|
|
203
212
|
});
|
|
204
213
|
}
|
|
205
|
-
export declare class
|
|
214
|
+
export declare class CreateDomainResponse extends $tea.Model {
|
|
206
215
|
headers: {
|
|
207
216
|
[key: string]: string;
|
|
208
217
|
};
|
|
209
|
-
body:
|
|
218
|
+
body: CreateDomainResponseBody;
|
|
210
219
|
static names(): {
|
|
211
220
|
[key: string]: string;
|
|
212
221
|
};
|
|
@@ -217,18 +226,13 @@ export declare class ApproveTemplateResponse extends $tea.Model {
|
|
|
217
226
|
[key: string]: any;
|
|
218
227
|
});
|
|
219
228
|
}
|
|
220
|
-
export declare class
|
|
229
|
+
export declare class CreateMailAddressRequest extends $tea.Model {
|
|
230
|
+
accountName?: string;
|
|
221
231
|
ownerId?: number;
|
|
232
|
+
replyAddress?: string;
|
|
222
233
|
resourceOwnerAccount?: string;
|
|
223
234
|
resourceOwnerId?: number;
|
|
224
|
-
|
|
225
|
-
accountName?: string;
|
|
226
|
-
receiversName?: string;
|
|
227
|
-
addressType?: number;
|
|
228
|
-
tagName?: string;
|
|
229
|
-
replyAddress?: string;
|
|
230
|
-
replyAddressAlias?: string;
|
|
231
|
-
clickTrace?: string;
|
|
235
|
+
sendtype?: string;
|
|
232
236
|
static names(): {
|
|
233
237
|
[key: string]: string;
|
|
234
238
|
};
|
|
@@ -239,9 +243,9 @@ export declare class BatchSendMailRequest extends $tea.Model {
|
|
|
239
243
|
[key: string]: any;
|
|
240
244
|
});
|
|
241
245
|
}
|
|
242
|
-
export declare class
|
|
246
|
+
export declare class CreateMailAddressResponseBody extends $tea.Model {
|
|
247
|
+
mailAddressId?: string;
|
|
243
248
|
requestId?: string;
|
|
244
|
-
envId?: string;
|
|
245
249
|
static names(): {
|
|
246
250
|
[key: string]: string;
|
|
247
251
|
};
|
|
@@ -252,11 +256,11 @@ export declare class BatchSendMailResponseBody extends $tea.Model {
|
|
|
252
256
|
[key: string]: any;
|
|
253
257
|
});
|
|
254
258
|
}
|
|
255
|
-
export declare class
|
|
259
|
+
export declare class CreateMailAddressResponse extends $tea.Model {
|
|
256
260
|
headers: {
|
|
257
261
|
[key: string]: string;
|
|
258
262
|
};
|
|
259
|
-
body:
|
|
263
|
+
body: CreateMailAddressResponseBody;
|
|
260
264
|
static names(): {
|
|
261
265
|
[key: string]: string;
|
|
262
266
|
};
|
|
@@ -267,11 +271,13 @@ export declare class BatchSendMailResponse extends $tea.Model {
|
|
|
267
271
|
[key: string]: any;
|
|
268
272
|
});
|
|
269
273
|
}
|
|
270
|
-
export declare class
|
|
274
|
+
export declare class CreateReceiverRequest extends $tea.Model {
|
|
275
|
+
desc?: string;
|
|
271
276
|
ownerId?: number;
|
|
277
|
+
receiversAlias?: string;
|
|
278
|
+
receiversName?: string;
|
|
272
279
|
resourceOwnerAccount?: string;
|
|
273
280
|
resourceOwnerId?: number;
|
|
274
|
-
domainId?: number;
|
|
275
281
|
static names(): {
|
|
276
282
|
[key: string]: string;
|
|
277
283
|
};
|
|
@@ -282,9 +288,9 @@ export declare class CheckDomainRequest extends $tea.Model {
|
|
|
282
288
|
[key: string]: any;
|
|
283
289
|
});
|
|
284
290
|
}
|
|
285
|
-
export declare class
|
|
291
|
+
export declare class CreateReceiverResponseBody extends $tea.Model {
|
|
292
|
+
receiverId?: string;
|
|
286
293
|
requestId?: string;
|
|
287
|
-
domainStatus?: number;
|
|
288
294
|
static names(): {
|
|
289
295
|
[key: string]: string;
|
|
290
296
|
};
|
|
@@ -295,11 +301,11 @@ export declare class CheckDomainResponseBody extends $tea.Model {
|
|
|
295
301
|
[key: string]: any;
|
|
296
302
|
});
|
|
297
303
|
}
|
|
298
|
-
export declare class
|
|
304
|
+
export declare class CreateReceiverResponse extends $tea.Model {
|
|
299
305
|
headers: {
|
|
300
306
|
[key: string]: string;
|
|
301
307
|
};
|
|
302
|
-
body:
|
|
308
|
+
body: CreateReceiverResponseBody;
|
|
303
309
|
static names(): {
|
|
304
310
|
[key: string]: string;
|
|
305
311
|
};
|
|
@@ -310,11 +316,11 @@ export declare class CheckDomainResponse extends $tea.Model {
|
|
|
310
316
|
[key: string]: any;
|
|
311
317
|
});
|
|
312
318
|
}
|
|
313
|
-
export declare class
|
|
319
|
+
export declare class CreateTagRequest extends $tea.Model {
|
|
314
320
|
ownerId?: number;
|
|
315
321
|
resourceOwnerAccount?: string;
|
|
316
322
|
resourceOwnerId?: number;
|
|
317
|
-
|
|
323
|
+
tagName?: string;
|
|
318
324
|
static names(): {
|
|
319
325
|
[key: string]: string;
|
|
320
326
|
};
|
|
@@ -325,8 +331,9 @@ export declare class CheckInvalidAddressRequest extends $tea.Model {
|
|
|
325
331
|
[key: string]: any;
|
|
326
332
|
});
|
|
327
333
|
}
|
|
328
|
-
export declare class
|
|
334
|
+
export declare class CreateTagResponseBody extends $tea.Model {
|
|
329
335
|
requestId?: string;
|
|
336
|
+
tagId?: string;
|
|
330
337
|
static names(): {
|
|
331
338
|
[key: string]: string;
|
|
332
339
|
};
|
|
@@ -337,11 +344,11 @@ export declare class CheckInvalidAddressResponseBody extends $tea.Model {
|
|
|
337
344
|
[key: string]: any;
|
|
338
345
|
});
|
|
339
346
|
}
|
|
340
|
-
export declare class
|
|
347
|
+
export declare class CreateTagResponse extends $tea.Model {
|
|
341
348
|
headers: {
|
|
342
349
|
[key: string]: string;
|
|
343
350
|
};
|
|
344
|
-
body:
|
|
351
|
+
body: CreateTagResponseBody;
|
|
345
352
|
static names(): {
|
|
346
353
|
[key: string]: string;
|
|
347
354
|
};
|
|
@@ -352,13 +359,11 @@ export declare class CheckInvalidAddressResponse extends $tea.Model {
|
|
|
352
359
|
[key: string]: any;
|
|
353
360
|
});
|
|
354
361
|
}
|
|
355
|
-
export declare class
|
|
362
|
+
export declare class DeleteDomainRequest extends $tea.Model {
|
|
363
|
+
domainId?: number;
|
|
356
364
|
ownerId?: number;
|
|
357
365
|
resourceOwnerAccount?: string;
|
|
358
366
|
resourceOwnerId?: number;
|
|
359
|
-
lang?: string;
|
|
360
|
-
region?: string;
|
|
361
|
-
mailAddressId?: number;
|
|
362
367
|
static names(): {
|
|
363
368
|
[key: string]: string;
|
|
364
369
|
};
|
|
@@ -369,7 +374,7 @@ export declare class CheckReplyToMailAddressRequest extends $tea.Model {
|
|
|
369
374
|
[key: string]: any;
|
|
370
375
|
});
|
|
371
376
|
}
|
|
372
|
-
export declare class
|
|
377
|
+
export declare class DeleteDomainResponseBody extends $tea.Model {
|
|
373
378
|
requestId?: string;
|
|
374
379
|
static names(): {
|
|
375
380
|
[key: string]: string;
|
|
@@ -381,11 +386,11 @@ export declare class CheckReplyToMailAddressResponseBody extends $tea.Model {
|
|
|
381
386
|
[key: string]: any;
|
|
382
387
|
});
|
|
383
388
|
}
|
|
384
|
-
export declare class
|
|
389
|
+
export declare class DeleteDomainResponse extends $tea.Model {
|
|
385
390
|
headers: {
|
|
386
391
|
[key: string]: string;
|
|
387
392
|
};
|
|
388
|
-
body:
|
|
393
|
+
body: DeleteDomainResponseBody;
|
|
389
394
|
static names(): {
|
|
390
395
|
[key: string]: string;
|
|
391
396
|
};
|
|
@@ -396,11 +401,11 @@ export declare class CheckReplyToMailAddressResponse extends $tea.Model {
|
|
|
396
401
|
[key: string]: any;
|
|
397
402
|
});
|
|
398
403
|
}
|
|
399
|
-
export declare class
|
|
404
|
+
export declare class DeleteMailAddressRequest extends $tea.Model {
|
|
405
|
+
mailAddressId?: number;
|
|
400
406
|
ownerId?: number;
|
|
401
407
|
resourceOwnerAccount?: string;
|
|
402
408
|
resourceOwnerId?: number;
|
|
403
|
-
accountType?: number;
|
|
404
409
|
static names(): {
|
|
405
410
|
[key: string]: string;
|
|
406
411
|
};
|
|
@@ -411,7 +416,7 @@ export declare class CreateDayuRequest extends $tea.Model {
|
|
|
411
416
|
[key: string]: any;
|
|
412
417
|
});
|
|
413
418
|
}
|
|
414
|
-
export declare class
|
|
419
|
+
export declare class DeleteMailAddressResponseBody extends $tea.Model {
|
|
415
420
|
requestId?: string;
|
|
416
421
|
static names(): {
|
|
417
422
|
[key: string]: string;
|
|
@@ -423,11 +428,11 @@ export declare class CreateDayuResponseBody extends $tea.Model {
|
|
|
423
428
|
[key: string]: any;
|
|
424
429
|
});
|
|
425
430
|
}
|
|
426
|
-
export declare class
|
|
431
|
+
export declare class DeleteMailAddressResponse extends $tea.Model {
|
|
427
432
|
headers: {
|
|
428
433
|
[key: string]: string;
|
|
429
434
|
};
|
|
430
|
-
body:
|
|
435
|
+
body: DeleteMailAddressResponseBody;
|
|
431
436
|
static names(): {
|
|
432
437
|
[key: string]: string;
|
|
433
438
|
};
|
|
@@ -438,11 +443,11 @@ export declare class CreateDayuResponse extends $tea.Model {
|
|
|
438
443
|
[key: string]: any;
|
|
439
444
|
});
|
|
440
445
|
}
|
|
441
|
-
export declare class
|
|
446
|
+
export declare class DeleteReceiverRequest extends $tea.Model {
|
|
442
447
|
ownerId?: number;
|
|
448
|
+
receiverId?: string;
|
|
443
449
|
resourceOwnerAccount?: string;
|
|
444
450
|
resourceOwnerId?: number;
|
|
445
|
-
domainName?: string;
|
|
446
451
|
static names(): {
|
|
447
452
|
[key: string]: string;
|
|
448
453
|
};
|
|
@@ -453,8 +458,7 @@ export declare class CreateDomainRequest extends $tea.Model {
|
|
|
453
458
|
[key: string]: any;
|
|
454
459
|
});
|
|
455
460
|
}
|
|
456
|
-
export declare class
|
|
457
|
-
domainId?: string;
|
|
461
|
+
export declare class DeleteReceiverResponseBody extends $tea.Model {
|
|
458
462
|
requestId?: string;
|
|
459
463
|
static names(): {
|
|
460
464
|
[key: string]: string;
|
|
@@ -466,11 +470,11 @@ export declare class CreateDomainResponseBody extends $tea.Model {
|
|
|
466
470
|
[key: string]: any;
|
|
467
471
|
});
|
|
468
472
|
}
|
|
469
|
-
export declare class
|
|
473
|
+
export declare class DeleteReceiverResponse extends $tea.Model {
|
|
470
474
|
headers: {
|
|
471
475
|
[key: string]: string;
|
|
472
476
|
};
|
|
473
|
-
body:
|
|
477
|
+
body: DeleteReceiverResponseBody;
|
|
474
478
|
static names(): {
|
|
475
479
|
[key: string]: string;
|
|
476
480
|
};
|
|
@@ -481,13 +485,12 @@ export declare class CreateDomainResponse extends $tea.Model {
|
|
|
481
485
|
[key: string]: any;
|
|
482
486
|
});
|
|
483
487
|
}
|
|
484
|
-
export declare class
|
|
488
|
+
export declare class DeleteReceiverDetailRequest extends $tea.Model {
|
|
489
|
+
email?: string;
|
|
485
490
|
ownerId?: number;
|
|
491
|
+
receiverId?: string;
|
|
486
492
|
resourceOwnerAccount?: string;
|
|
487
493
|
resourceOwnerId?: number;
|
|
488
|
-
accountName?: string;
|
|
489
|
-
replyAddress?: string;
|
|
490
|
-
sendtype?: string;
|
|
491
494
|
static names(): {
|
|
492
495
|
[key: string]: string;
|
|
493
496
|
};
|
|
@@ -498,9 +501,8 @@ export declare class CreateMailAddressRequest extends $tea.Model {
|
|
|
498
501
|
[key: string]: any;
|
|
499
502
|
});
|
|
500
503
|
}
|
|
501
|
-
export declare class
|
|
504
|
+
export declare class DeleteReceiverDetailResponseBody extends $tea.Model {
|
|
502
505
|
requestId?: string;
|
|
503
|
-
mailAddressId?: string;
|
|
504
506
|
static names(): {
|
|
505
507
|
[key: string]: string;
|
|
506
508
|
};
|
|
@@ -511,11 +513,11 @@ export declare class CreateMailAddressResponseBody extends $tea.Model {
|
|
|
511
513
|
[key: string]: any;
|
|
512
514
|
});
|
|
513
515
|
}
|
|
514
|
-
export declare class
|
|
516
|
+
export declare class DeleteReceiverDetailResponse extends $tea.Model {
|
|
515
517
|
headers: {
|
|
516
518
|
[key: string]: string;
|
|
517
519
|
};
|
|
518
|
-
body:
|
|
520
|
+
body: DeleteReceiverDetailResponseBody;
|
|
519
521
|
static names(): {
|
|
520
522
|
[key: string]: string;
|
|
521
523
|
};
|
|
@@ -526,13 +528,11 @@ export declare class CreateMailAddressResponse extends $tea.Model {
|
|
|
526
528
|
[key: string]: any;
|
|
527
529
|
});
|
|
528
530
|
}
|
|
529
|
-
export declare class
|
|
531
|
+
export declare class DeleteTagRequest extends $tea.Model {
|
|
530
532
|
ownerId?: number;
|
|
531
533
|
resourceOwnerAccount?: string;
|
|
532
534
|
resourceOwnerId?: number;
|
|
533
|
-
|
|
534
|
-
receiversAlias?: string;
|
|
535
|
-
desc?: string;
|
|
535
|
+
tagId?: number;
|
|
536
536
|
static names(): {
|
|
537
537
|
[key: string]: string;
|
|
538
538
|
};
|
|
@@ -543,8 +543,7 @@ export declare class CreateReceiverRequest extends $tea.Model {
|
|
|
543
543
|
[key: string]: any;
|
|
544
544
|
});
|
|
545
545
|
}
|
|
546
|
-
export declare class
|
|
547
|
-
receiverId?: string;
|
|
546
|
+
export declare class DeleteTagResponseBody extends $tea.Model {
|
|
548
547
|
requestId?: string;
|
|
549
548
|
static names(): {
|
|
550
549
|
[key: string]: string;
|
|
@@ -556,11 +555,11 @@ export declare class CreateReceiverResponseBody extends $tea.Model {
|
|
|
556
555
|
[key: string]: any;
|
|
557
556
|
});
|
|
558
557
|
}
|
|
559
|
-
export declare class
|
|
558
|
+
export declare class DeleteTagResponse extends $tea.Model {
|
|
560
559
|
headers: {
|
|
561
560
|
[key: string]: string;
|
|
562
561
|
};
|
|
563
|
-
body:
|
|
562
|
+
body: DeleteTagResponseBody;
|
|
564
563
|
static names(): {
|
|
565
564
|
[key: string]: string;
|
|
566
565
|
};
|
|
@@ -571,15 +570,10 @@ export declare class CreateReceiverResponse extends $tea.Model {
|
|
|
571
570
|
[key: string]: any;
|
|
572
571
|
});
|
|
573
572
|
}
|
|
574
|
-
export declare class
|
|
573
|
+
export declare class DescAccountSummaryRequest extends $tea.Model {
|
|
575
574
|
ownerId?: number;
|
|
576
575
|
resourceOwnerAccount?: string;
|
|
577
576
|
resourceOwnerId?: number;
|
|
578
|
-
signName?: string;
|
|
579
|
-
remark?: string;
|
|
580
|
-
signType?: number;
|
|
581
|
-
fileNames?: string;
|
|
582
|
-
fromType?: number;
|
|
583
577
|
static names(): {
|
|
584
578
|
[key: string]: string;
|
|
585
579
|
};
|
|
@@ -590,8 +584,23 @@ export declare class CreateSignRequest extends $tea.Model {
|
|
|
590
584
|
[key: string]: any;
|
|
591
585
|
});
|
|
592
586
|
}
|
|
593
|
-
export declare class
|
|
587
|
+
export declare class DescAccountSummaryResponseBody extends $tea.Model {
|
|
588
|
+
dailyQuota?: number;
|
|
589
|
+
dayuStatus?: number;
|
|
590
|
+
domains?: number;
|
|
591
|
+
enableTimes?: number;
|
|
592
|
+
mailAddresses?: number;
|
|
593
|
+
maxQuotaLevel?: number;
|
|
594
|
+
monthQuota?: number;
|
|
595
|
+
quotaLevel?: number;
|
|
596
|
+
receivers?: number;
|
|
594
597
|
requestId?: string;
|
|
598
|
+
smsRecord?: number;
|
|
599
|
+
smsSign?: number;
|
|
600
|
+
smsTemplates?: number;
|
|
601
|
+
tags?: number;
|
|
602
|
+
templates?: number;
|
|
603
|
+
userStatus?: number;
|
|
595
604
|
static names(): {
|
|
596
605
|
[key: string]: string;
|
|
597
606
|
};
|
|
@@ -602,11 +611,11 @@ export declare class CreateSignResponseBody extends $tea.Model {
|
|
|
602
611
|
[key: string]: any;
|
|
603
612
|
});
|
|
604
613
|
}
|
|
605
|
-
export declare class
|
|
614
|
+
export declare class DescAccountSummaryResponse extends $tea.Model {
|
|
606
615
|
headers: {
|
|
607
616
|
[key: string]: string;
|
|
608
617
|
};
|
|
609
|
-
body:
|
|
618
|
+
body: DescAccountSummaryResponseBody;
|
|
610
619
|
static names(): {
|
|
611
620
|
[key: string]: string;
|
|
612
621
|
};
|
|
@@ -617,11 +626,11 @@ export declare class CreateSignResponse extends $tea.Model {
|
|
|
617
626
|
[key: string]: any;
|
|
618
627
|
});
|
|
619
628
|
}
|
|
620
|
-
export declare class
|
|
629
|
+
export declare class DescDomainRequest extends $tea.Model {
|
|
630
|
+
domainId?: number;
|
|
621
631
|
ownerId?: number;
|
|
622
632
|
resourceOwnerAccount?: string;
|
|
623
633
|
resourceOwnerId?: number;
|
|
624
|
-
tagName?: string;
|
|
625
634
|
static names(): {
|
|
626
635
|
[key: string]: string;
|
|
627
636
|
};
|
|
@@ -632,9 +641,27 @@ export declare class CreateTagRequest extends $tea.Model {
|
|
|
632
641
|
[key: string]: any;
|
|
633
642
|
});
|
|
634
643
|
}
|
|
635
|
-
export declare class
|
|
644
|
+
export declare class DescDomainResponseBody extends $tea.Model {
|
|
645
|
+
cnameAuthStatus?: string;
|
|
646
|
+
cnameConfirmStatus?: string;
|
|
647
|
+
cnameRecord?: string;
|
|
648
|
+
createTime?: string;
|
|
649
|
+
defaultDomain?: string;
|
|
650
|
+
dnsMx?: string;
|
|
651
|
+
dnsSpf?: string;
|
|
652
|
+
dnsTxt?: string;
|
|
653
|
+
domainId?: string;
|
|
654
|
+
domainName?: string;
|
|
655
|
+
domainStatus?: string;
|
|
656
|
+
domainType?: string;
|
|
657
|
+
icpStatus?: string;
|
|
658
|
+
mxAuthStatus?: string;
|
|
659
|
+
mxRecord?: string;
|
|
636
660
|
requestId?: string;
|
|
637
|
-
|
|
661
|
+
spfAuthStatus?: string;
|
|
662
|
+
spfRecord?: string;
|
|
663
|
+
tlDomainName?: string;
|
|
664
|
+
tracefRecord?: string;
|
|
638
665
|
static names(): {
|
|
639
666
|
[key: string]: string;
|
|
640
667
|
};
|
|
@@ -645,11 +672,11 @@ export declare class CreateTagResponseBody extends $tea.Model {
|
|
|
645
672
|
[key: string]: any;
|
|
646
673
|
});
|
|
647
674
|
}
|
|
648
|
-
export declare class
|
|
675
|
+
export declare class DescDomainResponse extends $tea.Model {
|
|
649
676
|
headers: {
|
|
650
677
|
[key: string]: string;
|
|
651
678
|
};
|
|
652
|
-
body:
|
|
679
|
+
body: DescDomainResponseBody;
|
|
653
680
|
static names(): {
|
|
654
681
|
[key: string]: string;
|
|
655
682
|
};
|
|
@@ -660,19 +687,16 @@ export declare class CreateTagResponse extends $tea.Model {
|
|
|
660
687
|
[key: string]: any;
|
|
661
688
|
});
|
|
662
689
|
}
|
|
663
|
-
export declare class
|
|
690
|
+
export declare class GetRegionListRequest extends $tea.Model {
|
|
691
|
+
offset?: string;
|
|
692
|
+
offsetCreateTime?: string;
|
|
693
|
+
offsetCreateTimeDesc?: string;
|
|
664
694
|
ownerId?: number;
|
|
695
|
+
pageNumber?: string;
|
|
696
|
+
pageSize?: string;
|
|
665
697
|
resourceOwnerAccount?: string;
|
|
666
698
|
resourceOwnerId?: number;
|
|
667
|
-
|
|
668
|
-
templateName?: string;
|
|
669
|
-
templateSubject?: string;
|
|
670
|
-
templateNickName?: string;
|
|
671
|
-
templateText?: string;
|
|
672
|
-
smsType?: number;
|
|
673
|
-
smsContent?: string;
|
|
674
|
-
remark?: string;
|
|
675
|
-
fromType?: number;
|
|
699
|
+
total?: string;
|
|
676
700
|
static names(): {
|
|
677
701
|
[key: string]: string;
|
|
678
702
|
};
|
|
@@ -683,9 +707,12 @@ export declare class CreateTemplateRequest extends $tea.Model {
|
|
|
683
707
|
[key: string]: any;
|
|
684
708
|
});
|
|
685
709
|
}
|
|
686
|
-
export declare class
|
|
710
|
+
export declare class GetRegionListResponseBody extends $tea.Model {
|
|
711
|
+
pageNo?: number;
|
|
712
|
+
pageSize?: number;
|
|
687
713
|
requestId?: string;
|
|
688
|
-
|
|
714
|
+
total?: number;
|
|
715
|
+
data?: GetRegionListResponseBodyData;
|
|
689
716
|
static names(): {
|
|
690
717
|
[key: string]: string;
|
|
691
718
|
};
|
|
@@ -696,11 +723,11 @@ export declare class CreateTemplateResponseBody extends $tea.Model {
|
|
|
696
723
|
[key: string]: any;
|
|
697
724
|
});
|
|
698
725
|
}
|
|
699
|
-
export declare class
|
|
726
|
+
export declare class GetRegionListResponse extends $tea.Model {
|
|
700
727
|
headers: {
|
|
701
728
|
[key: string]: string;
|
|
702
729
|
};
|
|
703
|
-
body:
|
|
730
|
+
body: GetRegionListResponseBody;
|
|
704
731
|
static names(): {
|
|
705
732
|
[key: string]: string;
|
|
706
733
|
};
|
|
@@ -711,11 +738,18 @@ export declare class CreateTemplateResponse extends $tea.Model {
|
|
|
711
738
|
[key: string]: any;
|
|
712
739
|
});
|
|
713
740
|
}
|
|
714
|
-
export declare class
|
|
741
|
+
export declare class GetTrackListRequest extends $tea.Model {
|
|
742
|
+
endTime?: string;
|
|
743
|
+
offset?: string;
|
|
744
|
+
offsetCreateTime?: string;
|
|
745
|
+
offsetCreateTimeDesc?: string;
|
|
715
746
|
ownerId?: number;
|
|
747
|
+
pageNumber?: string;
|
|
748
|
+
pageSize?: string;
|
|
716
749
|
resourceOwnerAccount?: string;
|
|
717
750
|
resourceOwnerId?: number;
|
|
718
|
-
|
|
751
|
+
startTime?: string;
|
|
752
|
+
total?: string;
|
|
719
753
|
static names(): {
|
|
720
754
|
[key: string]: string;
|
|
721
755
|
};
|
|
@@ -726,8 +760,14 @@ export declare class DeleteDomainRequest extends $tea.Model {
|
|
|
726
760
|
[key: string]: any;
|
|
727
761
|
});
|
|
728
762
|
}
|
|
729
|
-
export declare class
|
|
763
|
+
export declare class GetTrackListResponseBody extends $tea.Model {
|
|
764
|
+
offsetCreateTime?: string;
|
|
765
|
+
offsetCreateTimeDesc?: string;
|
|
766
|
+
pageNo?: number;
|
|
767
|
+
pageSize?: number;
|
|
730
768
|
requestId?: string;
|
|
769
|
+
total?: number;
|
|
770
|
+
data?: GetTrackListResponseBodyData;
|
|
731
771
|
static names(): {
|
|
732
772
|
[key: string]: string;
|
|
733
773
|
};
|
|
@@ -738,11 +778,11 @@ export declare class DeleteDomainResponseBody extends $tea.Model {
|
|
|
738
778
|
[key: string]: any;
|
|
739
779
|
});
|
|
740
780
|
}
|
|
741
|
-
export declare class
|
|
781
|
+
export declare class GetTrackListResponse extends $tea.Model {
|
|
742
782
|
headers: {
|
|
743
783
|
[key: string]: string;
|
|
744
784
|
};
|
|
745
|
-
body:
|
|
785
|
+
body: GetTrackListResponseBody;
|
|
746
786
|
static names(): {
|
|
747
787
|
[key: string]: string;
|
|
748
788
|
};
|
|
@@ -753,11 +793,20 @@ export declare class DeleteDomainResponse extends $tea.Model {
|
|
|
753
793
|
[key: string]: any;
|
|
754
794
|
});
|
|
755
795
|
}
|
|
756
|
-
export declare class
|
|
796
|
+
export declare class GetTrackListByMailFromAndTagNameRequest extends $tea.Model {
|
|
797
|
+
accountName?: string;
|
|
798
|
+
endTime?: string;
|
|
799
|
+
offset?: string;
|
|
800
|
+
offsetCreateTime?: string;
|
|
801
|
+
offsetCreateTimeDesc?: string;
|
|
757
802
|
ownerId?: number;
|
|
803
|
+
pageNumber?: string;
|
|
804
|
+
pageSize?: string;
|
|
758
805
|
resourceOwnerAccount?: string;
|
|
759
806
|
resourceOwnerId?: number;
|
|
760
|
-
|
|
807
|
+
startTime?: string;
|
|
808
|
+
tagName?: string;
|
|
809
|
+
total?: string;
|
|
761
810
|
static names(): {
|
|
762
811
|
[key: string]: string;
|
|
763
812
|
};
|
|
@@ -768,8 +817,14 @@ export declare class DeleteInvalidAddressRequest extends $tea.Model {
|
|
|
768
817
|
[key: string]: any;
|
|
769
818
|
});
|
|
770
819
|
}
|
|
771
|
-
export declare class
|
|
820
|
+
export declare class GetTrackListByMailFromAndTagNameResponseBody extends $tea.Model {
|
|
821
|
+
offsetCreateTime?: string;
|
|
822
|
+
offsetCreateTimeDesc?: string;
|
|
823
|
+
pageNo?: number;
|
|
824
|
+
pageSize?: number;
|
|
772
825
|
requestId?: string;
|
|
826
|
+
total?: number;
|
|
827
|
+
trackList?: GetTrackListByMailFromAndTagNameResponseBodyTrackList;
|
|
773
828
|
static names(): {
|
|
774
829
|
[key: string]: string;
|
|
775
830
|
};
|
|
@@ -780,11 +835,11 @@ export declare class DeleteInvalidAddressResponseBody extends $tea.Model {
|
|
|
780
835
|
[key: string]: any;
|
|
781
836
|
});
|
|
782
837
|
}
|
|
783
|
-
export declare class
|
|
838
|
+
export declare class GetTrackListByMailFromAndTagNameResponse extends $tea.Model {
|
|
784
839
|
headers: {
|
|
785
840
|
[key: string]: string;
|
|
786
841
|
};
|
|
787
|
-
body:
|
|
842
|
+
body: GetTrackListByMailFromAndTagNameResponseBody;
|
|
788
843
|
static names(): {
|
|
789
844
|
[key: string]: string;
|
|
790
845
|
};
|
|
@@ -795,12 +850,13 @@ export declare class DeleteInvalidAddressResponse extends $tea.Model {
|
|
|
795
850
|
[key: string]: any;
|
|
796
851
|
});
|
|
797
852
|
}
|
|
798
|
-
export declare class
|
|
853
|
+
export declare class ModifyMailAddressRequest extends $tea.Model {
|
|
854
|
+
mailAddressId?: number;
|
|
799
855
|
ownerId?: number;
|
|
856
|
+
password?: string;
|
|
857
|
+
replyAddress?: string;
|
|
800
858
|
resourceOwnerAccount?: string;
|
|
801
859
|
resourceOwnerId?: number;
|
|
802
|
-
fromType?: number;
|
|
803
|
-
id?: string;
|
|
804
860
|
static names(): {
|
|
805
861
|
[key: string]: string;
|
|
806
862
|
};
|
|
@@ -811,7 +867,7 @@ export declare class DeleteIpfilterByEdmIdRequest extends $tea.Model {
|
|
|
811
867
|
[key: string]: any;
|
|
812
868
|
});
|
|
813
869
|
}
|
|
814
|
-
export declare class
|
|
870
|
+
export declare class ModifyMailAddressResponseBody extends $tea.Model {
|
|
815
871
|
requestId?: string;
|
|
816
872
|
static names(): {
|
|
817
873
|
[key: string]: string;
|
|
@@ -823,1426 +879,11 @@ export declare class DeleteIpfilterByEdmIdResponseBody extends $tea.Model {
|
|
|
823
879
|
[key: string]: any;
|
|
824
880
|
});
|
|
825
881
|
}
|
|
826
|
-
export declare class
|
|
827
|
-
headers: {
|
|
828
|
-
[key: string]: string;
|
|
829
|
-
};
|
|
830
|
-
body: DeleteIpfilterByEdmIdResponseBody;
|
|
831
|
-
static names(): {
|
|
832
|
-
[key: string]: string;
|
|
833
|
-
};
|
|
834
|
-
static types(): {
|
|
835
|
-
[key: string]: any;
|
|
836
|
-
};
|
|
837
|
-
constructor(map?: {
|
|
838
|
-
[key: string]: any;
|
|
839
|
-
});
|
|
840
|
-
}
|
|
841
|
-
export declare class DeleteMailAddressRequest extends $tea.Model {
|
|
842
|
-
ownerId?: number;
|
|
843
|
-
resourceOwnerAccount?: string;
|
|
844
|
-
resourceOwnerId?: number;
|
|
845
|
-
mailAddressId?: number;
|
|
846
|
-
static names(): {
|
|
847
|
-
[key: string]: string;
|
|
848
|
-
};
|
|
849
|
-
static types(): {
|
|
850
|
-
[key: string]: any;
|
|
851
|
-
};
|
|
852
|
-
constructor(map?: {
|
|
853
|
-
[key: string]: any;
|
|
854
|
-
});
|
|
855
|
-
}
|
|
856
|
-
export declare class DeleteMailAddressResponseBody extends $tea.Model {
|
|
857
|
-
requestId?: string;
|
|
858
|
-
static names(): {
|
|
859
|
-
[key: string]: string;
|
|
860
|
-
};
|
|
861
|
-
static types(): {
|
|
862
|
-
[key: string]: any;
|
|
863
|
-
};
|
|
864
|
-
constructor(map?: {
|
|
865
|
-
[key: string]: any;
|
|
866
|
-
});
|
|
867
|
-
}
|
|
868
|
-
export declare class DeleteMailAddressResponse extends $tea.Model {
|
|
869
|
-
headers: {
|
|
870
|
-
[key: string]: string;
|
|
871
|
-
};
|
|
872
|
-
body: DeleteMailAddressResponseBody;
|
|
873
|
-
static names(): {
|
|
874
|
-
[key: string]: string;
|
|
875
|
-
};
|
|
876
|
-
static types(): {
|
|
877
|
-
[key: string]: any;
|
|
878
|
-
};
|
|
879
|
-
constructor(map?: {
|
|
880
|
-
[key: string]: any;
|
|
881
|
-
});
|
|
882
|
-
}
|
|
883
|
-
export declare class DeleteReceiverRequest extends $tea.Model {
|
|
884
|
-
ownerId?: number;
|
|
885
|
-
resourceOwnerAccount?: string;
|
|
886
|
-
resourceOwnerId?: number;
|
|
887
|
-
receiverId?: string;
|
|
888
|
-
static names(): {
|
|
889
|
-
[key: string]: string;
|
|
890
|
-
};
|
|
891
|
-
static types(): {
|
|
892
|
-
[key: string]: any;
|
|
893
|
-
};
|
|
894
|
-
constructor(map?: {
|
|
895
|
-
[key: string]: any;
|
|
896
|
-
});
|
|
897
|
-
}
|
|
898
|
-
export declare class DeleteReceiverResponseBody extends $tea.Model {
|
|
899
|
-
requestId?: string;
|
|
900
|
-
static names(): {
|
|
901
|
-
[key: string]: string;
|
|
902
|
-
};
|
|
903
|
-
static types(): {
|
|
904
|
-
[key: string]: any;
|
|
905
|
-
};
|
|
906
|
-
constructor(map?: {
|
|
907
|
-
[key: string]: any;
|
|
908
|
-
});
|
|
909
|
-
}
|
|
910
|
-
export declare class DeleteReceiverResponse extends $tea.Model {
|
|
911
|
-
headers: {
|
|
912
|
-
[key: string]: string;
|
|
913
|
-
};
|
|
914
|
-
body: DeleteReceiverResponseBody;
|
|
915
|
-
static names(): {
|
|
916
|
-
[key: string]: string;
|
|
917
|
-
};
|
|
918
|
-
static types(): {
|
|
919
|
-
[key: string]: any;
|
|
920
|
-
};
|
|
921
|
-
constructor(map?: {
|
|
922
|
-
[key: string]: any;
|
|
923
|
-
});
|
|
924
|
-
}
|
|
925
|
-
export declare class DeleteReceiverDetailRequest extends $tea.Model {
|
|
926
|
-
ownerId?: number;
|
|
927
|
-
resourceOwnerAccount?: string;
|
|
928
|
-
resourceOwnerId?: number;
|
|
929
|
-
receiverId?: string;
|
|
930
|
-
email?: string;
|
|
931
|
-
static names(): {
|
|
932
|
-
[key: string]: string;
|
|
933
|
-
};
|
|
934
|
-
static types(): {
|
|
935
|
-
[key: string]: any;
|
|
936
|
-
};
|
|
937
|
-
constructor(map?: {
|
|
938
|
-
[key: string]: any;
|
|
939
|
-
});
|
|
940
|
-
}
|
|
941
|
-
export declare class DeleteReceiverDetailResponseBody extends $tea.Model {
|
|
942
|
-
requestId?: string;
|
|
943
|
-
static names(): {
|
|
944
|
-
[key: string]: string;
|
|
945
|
-
};
|
|
946
|
-
static types(): {
|
|
947
|
-
[key: string]: any;
|
|
948
|
-
};
|
|
949
|
-
constructor(map?: {
|
|
950
|
-
[key: string]: any;
|
|
951
|
-
});
|
|
952
|
-
}
|
|
953
|
-
export declare class DeleteReceiverDetailResponse extends $tea.Model {
|
|
954
|
-
headers: {
|
|
955
|
-
[key: string]: string;
|
|
956
|
-
};
|
|
957
|
-
body: DeleteReceiverDetailResponseBody;
|
|
958
|
-
static names(): {
|
|
959
|
-
[key: string]: string;
|
|
960
|
-
};
|
|
961
|
-
static types(): {
|
|
962
|
-
[key: string]: any;
|
|
963
|
-
};
|
|
964
|
-
constructor(map?: {
|
|
965
|
-
[key: string]: any;
|
|
966
|
-
});
|
|
967
|
-
}
|
|
968
|
-
export declare class DeleteSignRequest extends $tea.Model {
|
|
969
|
-
ownerId?: number;
|
|
970
|
-
resourceOwnerAccount?: string;
|
|
971
|
-
resourceOwnerId?: number;
|
|
972
|
-
signId?: number;
|
|
973
|
-
fromType?: number;
|
|
974
|
-
static names(): {
|
|
975
|
-
[key: string]: string;
|
|
976
|
-
};
|
|
977
|
-
static types(): {
|
|
978
|
-
[key: string]: any;
|
|
979
|
-
};
|
|
980
|
-
constructor(map?: {
|
|
981
|
-
[key: string]: any;
|
|
982
|
-
});
|
|
983
|
-
}
|
|
984
|
-
export declare class DeleteSignResponseBody extends $tea.Model {
|
|
985
|
-
requestId?: string;
|
|
986
|
-
static names(): {
|
|
987
|
-
[key: string]: string;
|
|
988
|
-
};
|
|
989
|
-
static types(): {
|
|
990
|
-
[key: string]: any;
|
|
991
|
-
};
|
|
992
|
-
constructor(map?: {
|
|
993
|
-
[key: string]: any;
|
|
994
|
-
});
|
|
995
|
-
}
|
|
996
|
-
export declare class DeleteSignResponse extends $tea.Model {
|
|
997
|
-
headers: {
|
|
998
|
-
[key: string]: string;
|
|
999
|
-
};
|
|
1000
|
-
body: DeleteSignResponseBody;
|
|
1001
|
-
static names(): {
|
|
1002
|
-
[key: string]: string;
|
|
1003
|
-
};
|
|
1004
|
-
static types(): {
|
|
1005
|
-
[key: string]: any;
|
|
1006
|
-
};
|
|
1007
|
-
constructor(map?: {
|
|
1008
|
-
[key: string]: any;
|
|
1009
|
-
});
|
|
1010
|
-
}
|
|
1011
|
-
export declare class DeleteTagRequest extends $tea.Model {
|
|
1012
|
-
ownerId?: number;
|
|
1013
|
-
resourceOwnerAccount?: string;
|
|
1014
|
-
resourceOwnerId?: number;
|
|
1015
|
-
tagId?: number;
|
|
1016
|
-
static names(): {
|
|
1017
|
-
[key: string]: string;
|
|
1018
|
-
};
|
|
1019
|
-
static types(): {
|
|
1020
|
-
[key: string]: any;
|
|
1021
|
-
};
|
|
1022
|
-
constructor(map?: {
|
|
1023
|
-
[key: string]: any;
|
|
1024
|
-
});
|
|
1025
|
-
}
|
|
1026
|
-
export declare class DeleteTagResponseBody extends $tea.Model {
|
|
1027
|
-
requestId?: string;
|
|
1028
|
-
static names(): {
|
|
1029
|
-
[key: string]: string;
|
|
1030
|
-
};
|
|
1031
|
-
static types(): {
|
|
1032
|
-
[key: string]: any;
|
|
1033
|
-
};
|
|
1034
|
-
constructor(map?: {
|
|
1035
|
-
[key: string]: any;
|
|
1036
|
-
});
|
|
1037
|
-
}
|
|
1038
|
-
export declare class DeleteTagResponse extends $tea.Model {
|
|
1039
|
-
headers: {
|
|
1040
|
-
[key: string]: string;
|
|
1041
|
-
};
|
|
1042
|
-
body: DeleteTagResponseBody;
|
|
1043
|
-
static names(): {
|
|
1044
|
-
[key: string]: string;
|
|
1045
|
-
};
|
|
1046
|
-
static types(): {
|
|
1047
|
-
[key: string]: any;
|
|
1048
|
-
};
|
|
1049
|
-
constructor(map?: {
|
|
1050
|
-
[key: string]: any;
|
|
1051
|
-
});
|
|
1052
|
-
}
|
|
1053
|
-
export declare class DeleteTemplateRequest extends $tea.Model {
|
|
1054
|
-
ownerId?: number;
|
|
1055
|
-
resourceOwnerAccount?: string;
|
|
1056
|
-
resourceOwnerId?: number;
|
|
1057
|
-
templateId?: number;
|
|
1058
|
-
fromType?: number;
|
|
1059
|
-
static names(): {
|
|
1060
|
-
[key: string]: string;
|
|
1061
|
-
};
|
|
1062
|
-
static types(): {
|
|
1063
|
-
[key: string]: any;
|
|
1064
|
-
};
|
|
1065
|
-
constructor(map?: {
|
|
1066
|
-
[key: string]: any;
|
|
1067
|
-
});
|
|
1068
|
-
}
|
|
1069
|
-
export declare class DeleteTemplateResponseBody extends $tea.Model {
|
|
1070
|
-
requestId?: string;
|
|
1071
|
-
static names(): {
|
|
1072
|
-
[key: string]: string;
|
|
1073
|
-
};
|
|
1074
|
-
static types(): {
|
|
1075
|
-
[key: string]: any;
|
|
1076
|
-
};
|
|
1077
|
-
constructor(map?: {
|
|
1078
|
-
[key: string]: any;
|
|
1079
|
-
});
|
|
1080
|
-
}
|
|
1081
|
-
export declare class DeleteTemplateResponse extends $tea.Model {
|
|
1082
|
-
headers: {
|
|
1083
|
-
[key: string]: string;
|
|
1084
|
-
};
|
|
1085
|
-
body: DeleteTemplateResponseBody;
|
|
1086
|
-
static names(): {
|
|
1087
|
-
[key: string]: string;
|
|
1088
|
-
};
|
|
1089
|
-
static types(): {
|
|
1090
|
-
[key: string]: any;
|
|
1091
|
-
};
|
|
1092
|
-
constructor(map?: {
|
|
1093
|
-
[key: string]: any;
|
|
1094
|
-
});
|
|
1095
|
-
}
|
|
1096
|
-
export declare class DescAccountSummaryRequest extends $tea.Model {
|
|
1097
|
-
ownerId?: number;
|
|
1098
|
-
resourceOwnerAccount?: string;
|
|
1099
|
-
resourceOwnerId?: number;
|
|
1100
|
-
static names(): {
|
|
1101
|
-
[key: string]: string;
|
|
1102
|
-
};
|
|
1103
|
-
static types(): {
|
|
1104
|
-
[key: string]: any;
|
|
1105
|
-
};
|
|
1106
|
-
constructor(map?: {
|
|
1107
|
-
[key: string]: any;
|
|
1108
|
-
});
|
|
1109
|
-
}
|
|
1110
|
-
export declare class DescAccountSummaryResponseBody extends $tea.Model {
|
|
1111
|
-
dayuStatus?: number;
|
|
1112
|
-
smsRecord?: number;
|
|
1113
|
-
monthQuota?: number;
|
|
1114
|
-
requestId?: string;
|
|
1115
|
-
receivers?: number;
|
|
1116
|
-
smsTemplates?: number;
|
|
1117
|
-
templates?: number;
|
|
1118
|
-
dailyQuota?: number;
|
|
1119
|
-
userStatus?: number;
|
|
1120
|
-
domains?: number;
|
|
1121
|
-
quotaLevel?: number;
|
|
1122
|
-
smsSign?: number;
|
|
1123
|
-
maxQuotaLevel?: number;
|
|
1124
|
-
enableTimes?: number;
|
|
1125
|
-
tags?: number;
|
|
1126
|
-
mailAddresses?: number;
|
|
1127
|
-
static names(): {
|
|
1128
|
-
[key: string]: string;
|
|
1129
|
-
};
|
|
1130
|
-
static types(): {
|
|
1131
|
-
[key: string]: any;
|
|
1132
|
-
};
|
|
1133
|
-
constructor(map?: {
|
|
1134
|
-
[key: string]: any;
|
|
1135
|
-
});
|
|
1136
|
-
}
|
|
1137
|
-
export declare class DescAccountSummaryResponse extends $tea.Model {
|
|
1138
|
-
headers: {
|
|
1139
|
-
[key: string]: string;
|
|
1140
|
-
};
|
|
1141
|
-
body: DescAccountSummaryResponseBody;
|
|
1142
|
-
static names(): {
|
|
1143
|
-
[key: string]: string;
|
|
1144
|
-
};
|
|
1145
|
-
static types(): {
|
|
1146
|
-
[key: string]: any;
|
|
1147
|
-
};
|
|
1148
|
-
constructor(map?: {
|
|
1149
|
-
[key: string]: any;
|
|
1150
|
-
});
|
|
1151
|
-
}
|
|
1152
|
-
export declare class DescAccountSummary2Request extends $tea.Model {
|
|
1153
|
-
ownerId?: number;
|
|
1154
|
-
resourceOwnerAccount?: string;
|
|
1155
|
-
resourceOwnerId?: number;
|
|
1156
|
-
fromType?: number;
|
|
1157
|
-
static names(): {
|
|
1158
|
-
[key: string]: string;
|
|
1159
|
-
};
|
|
1160
|
-
static types(): {
|
|
1161
|
-
[key: string]: any;
|
|
1162
|
-
};
|
|
1163
|
-
constructor(map?: {
|
|
1164
|
-
[key: string]: any;
|
|
1165
|
-
});
|
|
1166
|
-
}
|
|
1167
|
-
export declare class DescAccountSummary2ResponseBody extends $tea.Model {
|
|
1168
|
-
requestId?: string;
|
|
1169
|
-
mnsForceMigrating?: number;
|
|
1170
|
-
mnsBag?: number;
|
|
1171
|
-
mnsMigrating?: number;
|
|
1172
|
-
static names(): {
|
|
1173
|
-
[key: string]: string;
|
|
1174
|
-
};
|
|
1175
|
-
static types(): {
|
|
1176
|
-
[key: string]: any;
|
|
1177
|
-
};
|
|
1178
|
-
constructor(map?: {
|
|
1179
|
-
[key: string]: any;
|
|
1180
|
-
});
|
|
1181
|
-
}
|
|
1182
|
-
export declare class DescAccountSummary2Response extends $tea.Model {
|
|
1183
|
-
headers: {
|
|
1184
|
-
[key: string]: string;
|
|
1185
|
-
};
|
|
1186
|
-
body: DescAccountSummary2ResponseBody;
|
|
1187
|
-
static names(): {
|
|
1188
|
-
[key: string]: string;
|
|
1189
|
-
};
|
|
1190
|
-
static types(): {
|
|
1191
|
-
[key: string]: any;
|
|
1192
|
-
};
|
|
1193
|
-
constructor(map?: {
|
|
1194
|
-
[key: string]: any;
|
|
1195
|
-
});
|
|
1196
|
-
}
|
|
1197
|
-
export declare class DescDomainRequest extends $tea.Model {
|
|
1198
|
-
ownerId?: number;
|
|
1199
|
-
resourceOwnerAccount?: string;
|
|
1200
|
-
resourceOwnerId?: number;
|
|
1201
|
-
domainId?: number;
|
|
1202
|
-
static names(): {
|
|
1203
|
-
[key: string]: string;
|
|
1204
|
-
};
|
|
1205
|
-
static types(): {
|
|
1206
|
-
[key: string]: any;
|
|
1207
|
-
};
|
|
1208
|
-
constructor(map?: {
|
|
1209
|
-
[key: string]: any;
|
|
1210
|
-
});
|
|
1211
|
-
}
|
|
1212
|
-
export declare class DescDomainResponseBody extends $tea.Model {
|
|
1213
|
-
spfRecord?: string;
|
|
1214
|
-
spfAuthStatus?: string;
|
|
1215
|
-
cnameAuthStatus?: string;
|
|
1216
|
-
requestId?: string;
|
|
1217
|
-
domainName?: string;
|
|
1218
|
-
dnsMx?: string;
|
|
1219
|
-
createTime?: string;
|
|
1220
|
-
cnameRecord?: string;
|
|
1221
|
-
dnsTxt?: string;
|
|
1222
|
-
cnameConfirmStatus?: string;
|
|
1223
|
-
icpStatus?: string;
|
|
1224
|
-
defaultDomain?: string;
|
|
1225
|
-
dnsSpf?: string;
|
|
1226
|
-
mxRecord?: string;
|
|
1227
|
-
domainId?: string;
|
|
1228
|
-
domainType?: string;
|
|
1229
|
-
mxAuthStatus?: string;
|
|
1230
|
-
tlDomainName?: string;
|
|
1231
|
-
tracefRecord?: string;
|
|
1232
|
-
domainStatus?: string;
|
|
1233
|
-
static names(): {
|
|
1234
|
-
[key: string]: string;
|
|
1235
|
-
};
|
|
1236
|
-
static types(): {
|
|
1237
|
-
[key: string]: any;
|
|
1238
|
-
};
|
|
1239
|
-
constructor(map?: {
|
|
1240
|
-
[key: string]: any;
|
|
1241
|
-
});
|
|
1242
|
-
}
|
|
1243
|
-
export declare class DescDomainResponse extends $tea.Model {
|
|
1244
|
-
headers: {
|
|
1245
|
-
[key: string]: string;
|
|
1246
|
-
};
|
|
1247
|
-
body: DescDomainResponseBody;
|
|
1248
|
-
static names(): {
|
|
1249
|
-
[key: string]: string;
|
|
1250
|
-
};
|
|
1251
|
-
static types(): {
|
|
1252
|
-
[key: string]: any;
|
|
1253
|
-
};
|
|
1254
|
-
constructor(map?: {
|
|
1255
|
-
[key: string]: any;
|
|
1256
|
-
});
|
|
1257
|
-
}
|
|
1258
|
-
export declare class DescTemplateRequest extends $tea.Model {
|
|
1259
|
-
ownerId?: number;
|
|
1260
|
-
resourceOwnerAccount?: string;
|
|
1261
|
-
resourceOwnerId?: number;
|
|
1262
|
-
templateId?: number;
|
|
1263
|
-
fromType?: number;
|
|
1264
|
-
static names(): {
|
|
1265
|
-
[key: string]: string;
|
|
1266
|
-
};
|
|
1267
|
-
static types(): {
|
|
1268
|
-
[key: string]: any;
|
|
1269
|
-
};
|
|
1270
|
-
constructor(map?: {
|
|
1271
|
-
[key: string]: any;
|
|
1272
|
-
});
|
|
1273
|
-
}
|
|
1274
|
-
export declare class DescTemplateResponseBody extends $tea.Model {
|
|
1275
|
-
smsType?: string;
|
|
1276
|
-
requestId?: string;
|
|
1277
|
-
createTime?: string;
|
|
1278
|
-
templateText?: string;
|
|
1279
|
-
smsContent?: string;
|
|
1280
|
-
templateName?: string;
|
|
1281
|
-
templateNickName?: string;
|
|
1282
|
-
templateType?: string;
|
|
1283
|
-
templateSubject?: string;
|
|
1284
|
-
remark?: string;
|
|
1285
|
-
templateStatus?: string;
|
|
1286
|
-
static names(): {
|
|
1287
|
-
[key: string]: string;
|
|
1288
|
-
};
|
|
1289
|
-
static types(): {
|
|
1290
|
-
[key: string]: any;
|
|
1291
|
-
};
|
|
1292
|
-
constructor(map?: {
|
|
1293
|
-
[key: string]: any;
|
|
1294
|
-
});
|
|
1295
|
-
}
|
|
1296
|
-
export declare class DescTemplateResponse extends $tea.Model {
|
|
1297
|
-
headers: {
|
|
1298
|
-
[key: string]: string;
|
|
1299
|
-
};
|
|
1300
|
-
body: DescTemplateResponseBody;
|
|
1301
|
-
static names(): {
|
|
1302
|
-
[key: string]: string;
|
|
1303
|
-
};
|
|
1304
|
-
static types(): {
|
|
1305
|
-
[key: string]: any;
|
|
1306
|
-
};
|
|
1307
|
-
constructor(map?: {
|
|
1308
|
-
[key: string]: any;
|
|
1309
|
-
});
|
|
1310
|
-
}
|
|
1311
|
-
export declare class EnableAccountRequest extends $tea.Model {
|
|
1312
|
-
ownerId?: number;
|
|
1313
|
-
resourceOwnerAccount?: string;
|
|
1314
|
-
resourceOwnerId?: number;
|
|
1315
|
-
static names(): {
|
|
1316
|
-
[key: string]: string;
|
|
1317
|
-
};
|
|
1318
|
-
static types(): {
|
|
1319
|
-
[key: string]: any;
|
|
1320
|
-
};
|
|
1321
|
-
constructor(map?: {
|
|
1322
|
-
[key: string]: any;
|
|
1323
|
-
});
|
|
1324
|
-
}
|
|
1325
|
-
export declare class EnableAccountResponseBody extends $tea.Model {
|
|
1326
|
-
requestId?: string;
|
|
1327
|
-
static names(): {
|
|
1328
|
-
[key: string]: string;
|
|
1329
|
-
};
|
|
1330
|
-
static types(): {
|
|
1331
|
-
[key: string]: any;
|
|
1332
|
-
};
|
|
1333
|
-
constructor(map?: {
|
|
1334
|
-
[key: string]: any;
|
|
1335
|
-
});
|
|
1336
|
-
}
|
|
1337
|
-
export declare class EnableAccountResponse extends $tea.Model {
|
|
1338
|
-
headers: {
|
|
1339
|
-
[key: string]: string;
|
|
1340
|
-
};
|
|
1341
|
-
body: EnableAccountResponseBody;
|
|
1342
|
-
static names(): {
|
|
1343
|
-
[key: string]: string;
|
|
1344
|
-
};
|
|
1345
|
-
static types(): {
|
|
1346
|
-
[key: string]: any;
|
|
1347
|
-
};
|
|
1348
|
-
constructor(map?: {
|
|
1349
|
-
[key: string]: any;
|
|
1350
|
-
});
|
|
1351
|
-
}
|
|
1352
|
-
export declare class GetAccountListRequest extends $tea.Model {
|
|
1353
|
-
ownerId?: number;
|
|
1354
|
-
resourceOwnerAccount?: string;
|
|
1355
|
-
resourceOwnerId?: number;
|
|
1356
|
-
total?: string;
|
|
1357
|
-
offset?: string;
|
|
1358
|
-
pageSize?: string;
|
|
1359
|
-
offsetCreateTime?: string;
|
|
1360
|
-
offsetCreateTimeDesc?: string;
|
|
1361
|
-
pageNumber?: string;
|
|
1362
|
-
static names(): {
|
|
1363
|
-
[key: string]: string;
|
|
1364
|
-
};
|
|
1365
|
-
static types(): {
|
|
1366
|
-
[key: string]: any;
|
|
1367
|
-
};
|
|
1368
|
-
constructor(map?: {
|
|
1369
|
-
[key: string]: any;
|
|
1370
|
-
});
|
|
1371
|
-
}
|
|
1372
|
-
export declare class GetAccountListResponseBody extends $tea.Model {
|
|
1373
|
-
pageSize?: number;
|
|
1374
|
-
requestId?: string;
|
|
1375
|
-
data?: GetAccountListResponseBodyData;
|
|
1376
|
-
total?: number;
|
|
1377
|
-
pageNo?: number;
|
|
1378
|
-
static names(): {
|
|
1379
|
-
[key: string]: string;
|
|
1380
|
-
};
|
|
1381
|
-
static types(): {
|
|
1382
|
-
[key: string]: any;
|
|
1383
|
-
};
|
|
1384
|
-
constructor(map?: {
|
|
1385
|
-
[key: string]: any;
|
|
1386
|
-
});
|
|
1387
|
-
}
|
|
1388
|
-
export declare class GetAccountListResponse extends $tea.Model {
|
|
1389
|
-
headers: {
|
|
1390
|
-
[key: string]: string;
|
|
1391
|
-
};
|
|
1392
|
-
body: GetAccountListResponseBody;
|
|
1393
|
-
static names(): {
|
|
1394
|
-
[key: string]: string;
|
|
1395
|
-
};
|
|
1396
|
-
static types(): {
|
|
1397
|
-
[key: string]: any;
|
|
1398
|
-
};
|
|
1399
|
-
constructor(map?: {
|
|
1400
|
-
[key: string]: any;
|
|
1401
|
-
});
|
|
1402
|
-
}
|
|
1403
|
-
export declare class GetIpfilterListRequest extends $tea.Model {
|
|
1404
|
-
ownerId?: number;
|
|
1405
|
-
resourceOwnerAccount?: string;
|
|
1406
|
-
resourceOwnerId?: number;
|
|
1407
|
-
static names(): {
|
|
1408
|
-
[key: string]: string;
|
|
1409
|
-
};
|
|
1410
|
-
static types(): {
|
|
1411
|
-
[key: string]: any;
|
|
1412
|
-
};
|
|
1413
|
-
constructor(map?: {
|
|
1414
|
-
[key: string]: any;
|
|
1415
|
-
});
|
|
1416
|
-
}
|
|
1417
|
-
export declare class GetIpfilterListResponseBody extends $tea.Model {
|
|
1418
|
-
totalCount?: number;
|
|
1419
|
-
pageSize?: number;
|
|
1420
|
-
requestId?: string;
|
|
1421
|
-
data?: GetIpfilterListResponseBodyData;
|
|
1422
|
-
pageNumber?: number;
|
|
1423
|
-
static names(): {
|
|
1424
|
-
[key: string]: string;
|
|
1425
|
-
};
|
|
1426
|
-
static types(): {
|
|
1427
|
-
[key: string]: any;
|
|
1428
|
-
};
|
|
1429
|
-
constructor(map?: {
|
|
1430
|
-
[key: string]: any;
|
|
1431
|
-
});
|
|
1432
|
-
}
|
|
1433
|
-
export declare class GetIpfilterListResponse extends $tea.Model {
|
|
1434
|
-
headers: {
|
|
1435
|
-
[key: string]: string;
|
|
1436
|
-
};
|
|
1437
|
-
body: GetIpfilterListResponseBody;
|
|
1438
|
-
static names(): {
|
|
1439
|
-
[key: string]: string;
|
|
1440
|
-
};
|
|
1441
|
-
static types(): {
|
|
1442
|
-
[key: string]: any;
|
|
1443
|
-
};
|
|
1444
|
-
constructor(map?: {
|
|
1445
|
-
[key: string]: any;
|
|
1446
|
-
});
|
|
1447
|
-
}
|
|
1448
|
-
export declare class GetIpProtectionRequest extends $tea.Model {
|
|
1449
|
-
ownerId?: number;
|
|
1450
|
-
resourceOwnerAccount?: string;
|
|
1451
|
-
resourceOwnerId?: number;
|
|
1452
|
-
static names(): {
|
|
1453
|
-
[key: string]: string;
|
|
1454
|
-
};
|
|
1455
|
-
static types(): {
|
|
1456
|
-
[key: string]: any;
|
|
1457
|
-
};
|
|
1458
|
-
constructor(map?: {
|
|
1459
|
-
[key: string]: any;
|
|
1460
|
-
});
|
|
1461
|
-
}
|
|
1462
|
-
export declare class GetIpProtectionResponseBody extends $tea.Model {
|
|
1463
|
-
requestId?: string;
|
|
1464
|
-
ipProtection?: string;
|
|
1465
|
-
static names(): {
|
|
1466
|
-
[key: string]: string;
|
|
1467
|
-
};
|
|
1468
|
-
static types(): {
|
|
1469
|
-
[key: string]: any;
|
|
1470
|
-
};
|
|
1471
|
-
constructor(map?: {
|
|
1472
|
-
[key: string]: any;
|
|
1473
|
-
});
|
|
1474
|
-
}
|
|
1475
|
-
export declare class GetIpProtectionResponse extends $tea.Model {
|
|
1476
|
-
headers: {
|
|
1477
|
-
[key: string]: string;
|
|
1478
|
-
};
|
|
1479
|
-
body: GetIpProtectionResponseBody;
|
|
1480
|
-
static names(): {
|
|
1481
|
-
[key: string]: string;
|
|
1482
|
-
};
|
|
1483
|
-
static types(): {
|
|
1484
|
-
[key: string]: any;
|
|
1485
|
-
};
|
|
1486
|
-
constructor(map?: {
|
|
1487
|
-
[key: string]: any;
|
|
1488
|
-
});
|
|
1489
|
-
}
|
|
1490
|
-
export declare class GetMailAddressMsgCallBackUrlRequest extends $tea.Model {
|
|
1491
|
-
ownerId?: number;
|
|
1492
|
-
resourceOwnerAccount?: string;
|
|
1493
|
-
resourceOwnerId?: number;
|
|
1494
|
-
mailFrom?: string;
|
|
1495
|
-
static names(): {
|
|
1496
|
-
[key: string]: string;
|
|
1497
|
-
};
|
|
1498
|
-
static types(): {
|
|
1499
|
-
[key: string]: any;
|
|
1500
|
-
};
|
|
1501
|
-
constructor(map?: {
|
|
1502
|
-
[key: string]: any;
|
|
1503
|
-
});
|
|
1504
|
-
}
|
|
1505
|
-
export declare class GetMailAddressMsgCallBackUrlResponseBody extends $tea.Model {
|
|
1506
|
-
notifyUrlStatus?: number;
|
|
1507
|
-
requestId?: string;
|
|
1508
|
-
notifyUrl?: number;
|
|
1509
|
-
static names(): {
|
|
1510
|
-
[key: string]: string;
|
|
1511
|
-
};
|
|
1512
|
-
static types(): {
|
|
1513
|
-
[key: string]: any;
|
|
1514
|
-
};
|
|
1515
|
-
constructor(map?: {
|
|
1516
|
-
[key: string]: any;
|
|
1517
|
-
});
|
|
1518
|
-
}
|
|
1519
|
-
export declare class GetMailAddressMsgCallBackUrlResponse extends $tea.Model {
|
|
1520
|
-
headers: {
|
|
1521
|
-
[key: string]: string;
|
|
1522
|
-
};
|
|
1523
|
-
body: GetMailAddressMsgCallBackUrlResponseBody;
|
|
1524
|
-
static names(): {
|
|
1525
|
-
[key: string]: string;
|
|
1526
|
-
};
|
|
1527
|
-
static types(): {
|
|
1528
|
-
[key: string]: any;
|
|
1529
|
-
};
|
|
1530
|
-
constructor(map?: {
|
|
1531
|
-
[key: string]: any;
|
|
1532
|
-
});
|
|
1533
|
-
}
|
|
1534
|
-
export declare class GetRegionListRequest extends $tea.Model {
|
|
1535
|
-
ownerId?: number;
|
|
1536
|
-
resourceOwnerAccount?: string;
|
|
1537
|
-
resourceOwnerId?: number;
|
|
1538
|
-
total?: string;
|
|
1539
|
-
offset?: string;
|
|
1540
|
-
pageSize?: string;
|
|
1541
|
-
offsetCreateTime?: string;
|
|
1542
|
-
offsetCreateTimeDesc?: string;
|
|
1543
|
-
pageNumber?: string;
|
|
1544
|
-
static names(): {
|
|
1545
|
-
[key: string]: string;
|
|
1546
|
-
};
|
|
1547
|
-
static types(): {
|
|
1548
|
-
[key: string]: any;
|
|
1549
|
-
};
|
|
1550
|
-
constructor(map?: {
|
|
1551
|
-
[key: string]: any;
|
|
1552
|
-
});
|
|
1553
|
-
}
|
|
1554
|
-
export declare class GetRegionListResponseBody extends $tea.Model {
|
|
1555
|
-
pageSize?: number;
|
|
1556
|
-
requestId?: string;
|
|
1557
|
-
data?: GetRegionListResponseBodyData;
|
|
1558
|
-
total?: number;
|
|
1559
|
-
pageNo?: number;
|
|
1560
|
-
static names(): {
|
|
1561
|
-
[key: string]: string;
|
|
1562
|
-
};
|
|
1563
|
-
static types(): {
|
|
1564
|
-
[key: string]: any;
|
|
1565
|
-
};
|
|
1566
|
-
constructor(map?: {
|
|
1567
|
-
[key: string]: any;
|
|
1568
|
-
});
|
|
1569
|
-
}
|
|
1570
|
-
export declare class GetRegionListResponse extends $tea.Model {
|
|
1571
|
-
headers: {
|
|
1572
|
-
[key: string]: string;
|
|
1573
|
-
};
|
|
1574
|
-
body: GetRegionListResponseBody;
|
|
1575
|
-
static names(): {
|
|
1576
|
-
[key: string]: string;
|
|
1577
|
-
};
|
|
1578
|
-
static types(): {
|
|
1579
|
-
[key: string]: any;
|
|
1580
|
-
};
|
|
1581
|
-
constructor(map?: {
|
|
1582
|
-
[key: string]: any;
|
|
1583
|
-
});
|
|
1584
|
-
}
|
|
1585
|
-
export declare class GetSenderAddressListRequest extends $tea.Model {
|
|
1586
|
-
ownerId?: number;
|
|
1587
|
-
resourceOwnerAccount?: string;
|
|
1588
|
-
resourceOwnerId?: number;
|
|
1589
|
-
total?: string;
|
|
1590
|
-
offset?: string;
|
|
1591
|
-
pageSize?: string;
|
|
1592
|
-
pageNo?: string;
|
|
1593
|
-
keyword?: string;
|
|
1594
|
-
notifyUrl?: string;
|
|
1595
|
-
static names(): {
|
|
1596
|
-
[key: string]: string;
|
|
1597
|
-
};
|
|
1598
|
-
static types(): {
|
|
1599
|
-
[key: string]: any;
|
|
1600
|
-
};
|
|
1601
|
-
constructor(map?: {
|
|
1602
|
-
[key: string]: any;
|
|
1603
|
-
});
|
|
1604
|
-
}
|
|
1605
|
-
export declare class GetSenderAddressListResponseBody extends $tea.Model {
|
|
1606
|
-
pageSize?: number;
|
|
1607
|
-
requestId?: string;
|
|
1608
|
-
data?: GetSenderAddressListResponseBodyData;
|
|
1609
|
-
total?: number;
|
|
1610
|
-
pageNo?: number;
|
|
1611
|
-
static names(): {
|
|
1612
|
-
[key: string]: string;
|
|
1613
|
-
};
|
|
1614
|
-
static types(): {
|
|
1615
|
-
[key: string]: any;
|
|
1616
|
-
};
|
|
1617
|
-
constructor(map?: {
|
|
1618
|
-
[key: string]: any;
|
|
1619
|
-
});
|
|
1620
|
-
}
|
|
1621
|
-
export declare class GetSenderAddressListResponse extends $tea.Model {
|
|
1622
|
-
headers: {
|
|
1623
|
-
[key: string]: string;
|
|
1624
|
-
};
|
|
1625
|
-
body: GetSenderAddressListResponseBody;
|
|
1626
|
-
static names(): {
|
|
1627
|
-
[key: string]: string;
|
|
1628
|
-
};
|
|
1629
|
-
static types(): {
|
|
1630
|
-
[key: string]: any;
|
|
1631
|
-
};
|
|
1632
|
-
constructor(map?: {
|
|
1633
|
-
[key: string]: any;
|
|
1634
|
-
});
|
|
1635
|
-
}
|
|
1636
|
-
export declare class GetTrackListRequest extends $tea.Model {
|
|
1637
|
-
ownerId?: number;
|
|
1638
|
-
resourceOwnerAccount?: string;
|
|
1639
|
-
resourceOwnerId?: number;
|
|
1640
|
-
startTime?: string;
|
|
1641
|
-
endTime?: string;
|
|
1642
|
-
total?: string;
|
|
1643
|
-
offset?: string;
|
|
1644
|
-
pageSize?: string;
|
|
1645
|
-
offsetCreateTime?: string;
|
|
1646
|
-
offsetCreateTimeDesc?: string;
|
|
1647
|
-
pageNumber?: string;
|
|
1648
|
-
static names(): {
|
|
1649
|
-
[key: string]: string;
|
|
1650
|
-
};
|
|
1651
|
-
static types(): {
|
|
1652
|
-
[key: string]: any;
|
|
1653
|
-
};
|
|
1654
|
-
constructor(map?: {
|
|
1655
|
-
[key: string]: any;
|
|
1656
|
-
});
|
|
1657
|
-
}
|
|
1658
|
-
export declare class GetTrackListResponseBody extends $tea.Model {
|
|
1659
|
-
offsetCreateTime?: string;
|
|
1660
|
-
requestId?: string;
|
|
1661
|
-
pageSize?: number;
|
|
1662
|
-
data?: GetTrackListResponseBodyData;
|
|
1663
|
-
total?: number;
|
|
1664
|
-
pageNo?: number;
|
|
1665
|
-
offsetCreateTimeDesc?: string;
|
|
1666
|
-
static names(): {
|
|
1667
|
-
[key: string]: string;
|
|
1668
|
-
};
|
|
1669
|
-
static types(): {
|
|
1670
|
-
[key: string]: any;
|
|
1671
|
-
};
|
|
1672
|
-
constructor(map?: {
|
|
1673
|
-
[key: string]: any;
|
|
1674
|
-
});
|
|
1675
|
-
}
|
|
1676
|
-
export declare class GetTrackListResponse extends $tea.Model {
|
|
1677
|
-
headers: {
|
|
1678
|
-
[key: string]: string;
|
|
1679
|
-
};
|
|
1680
|
-
body: GetTrackListResponseBody;
|
|
1681
|
-
static names(): {
|
|
1682
|
-
[key: string]: string;
|
|
1683
|
-
};
|
|
1684
|
-
static types(): {
|
|
1685
|
-
[key: string]: any;
|
|
1686
|
-
};
|
|
1687
|
-
constructor(map?: {
|
|
1688
|
-
[key: string]: any;
|
|
1689
|
-
});
|
|
1690
|
-
}
|
|
1691
|
-
export declare class GetTrackListByMailFromAndTagNameRequest extends $tea.Model {
|
|
1692
|
-
total?: string;
|
|
1693
|
-
ownerId?: number;
|
|
1694
|
-
resourceOwnerAccount?: string;
|
|
1695
|
-
resourceOwnerId?: number;
|
|
1696
|
-
startTime?: string;
|
|
1697
|
-
endTime?: string;
|
|
1698
|
-
offset?: string;
|
|
1699
|
-
pageSize?: string;
|
|
1700
|
-
offsetCreateTime?: string;
|
|
1701
|
-
offsetCreateTimeDesc?: string;
|
|
1702
|
-
pageNumber?: string;
|
|
1703
|
-
accountName?: string;
|
|
1704
|
-
tagName?: string;
|
|
1705
|
-
static names(): {
|
|
1706
|
-
[key: string]: string;
|
|
1707
|
-
};
|
|
1708
|
-
static types(): {
|
|
1709
|
-
[key: string]: any;
|
|
1710
|
-
};
|
|
1711
|
-
constructor(map?: {
|
|
1712
|
-
[key: string]: any;
|
|
1713
|
-
});
|
|
1714
|
-
}
|
|
1715
|
-
export declare class GetTrackListByMailFromAndTagNameResponseBody extends $tea.Model {
|
|
1716
|
-
offsetCreateTime?: string;
|
|
1717
|
-
requestId?: string;
|
|
1718
|
-
pageSize?: number;
|
|
1719
|
-
total?: number;
|
|
1720
|
-
trackList?: GetTrackListByMailFromAndTagNameResponseBodyTrackList;
|
|
1721
|
-
pageNo?: number;
|
|
1722
|
-
offsetCreateTimeDesc?: string;
|
|
1723
|
-
static names(): {
|
|
1724
|
-
[key: string]: string;
|
|
1725
|
-
};
|
|
1726
|
-
static types(): {
|
|
1727
|
-
[key: string]: any;
|
|
1728
|
-
};
|
|
1729
|
-
constructor(map?: {
|
|
1730
|
-
[key: string]: any;
|
|
1731
|
-
});
|
|
1732
|
-
}
|
|
1733
|
-
export declare class GetTrackListByMailFromAndTagNameResponse extends $tea.Model {
|
|
1734
|
-
headers: {
|
|
1735
|
-
[key: string]: string;
|
|
1736
|
-
};
|
|
1737
|
-
body: GetTrackListByMailFromAndTagNameResponseBody;
|
|
1738
|
-
static names(): {
|
|
1739
|
-
[key: string]: string;
|
|
1740
|
-
};
|
|
1741
|
-
static types(): {
|
|
1742
|
-
[key: string]: any;
|
|
1743
|
-
};
|
|
1744
|
-
constructor(map?: {
|
|
1745
|
-
[key: string]: any;
|
|
1746
|
-
});
|
|
1747
|
-
}
|
|
1748
|
-
export declare class MigrateMarketRequest extends $tea.Model {
|
|
1749
|
-
ownerId?: number;
|
|
1750
|
-
resourceOwnerAccount?: string;
|
|
1751
|
-
resourceOwnerId?: number;
|
|
1752
|
-
version?: string;
|
|
1753
|
-
fromType?: number;
|
|
1754
|
-
static names(): {
|
|
1755
|
-
[key: string]: string;
|
|
1756
|
-
};
|
|
1757
|
-
static types(): {
|
|
1758
|
-
[key: string]: any;
|
|
1759
|
-
};
|
|
1760
|
-
constructor(map?: {
|
|
1761
|
-
[key: string]: any;
|
|
1762
|
-
});
|
|
1763
|
-
}
|
|
1764
|
-
export declare class MigrateMarketResponseBody extends $tea.Model {
|
|
1765
|
-
requestId?: string;
|
|
1766
|
-
static names(): {
|
|
1767
|
-
[key: string]: string;
|
|
1768
|
-
};
|
|
1769
|
-
static types(): {
|
|
1770
|
-
[key: string]: any;
|
|
1771
|
-
};
|
|
1772
|
-
constructor(map?: {
|
|
1773
|
-
[key: string]: any;
|
|
1774
|
-
});
|
|
1775
|
-
}
|
|
1776
|
-
export declare class MigrateMarketResponse extends $tea.Model {
|
|
1777
|
-
headers: {
|
|
1778
|
-
[key: string]: string;
|
|
1779
|
-
};
|
|
1780
|
-
body: MigrateMarketResponseBody;
|
|
1781
|
-
static names(): {
|
|
1782
|
-
[key: string]: string;
|
|
1783
|
-
};
|
|
1784
|
-
static types(): {
|
|
1785
|
-
[key: string]: any;
|
|
1786
|
-
};
|
|
1787
|
-
constructor(map?: {
|
|
1788
|
-
[key: string]: any;
|
|
1789
|
-
});
|
|
1790
|
-
}
|
|
1791
|
-
export declare class ModifyAccountNotificationRequest extends $tea.Model {
|
|
1792
|
-
ownerId?: number;
|
|
1793
|
-
resourceOwnerAccount?: string;
|
|
1794
|
-
resourceOwnerId?: number;
|
|
1795
|
-
region?: string;
|
|
1796
|
-
status?: string;
|
|
1797
|
-
static names(): {
|
|
1798
|
-
[key: string]: string;
|
|
1799
|
-
};
|
|
1800
|
-
static types(): {
|
|
1801
|
-
[key: string]: any;
|
|
1802
|
-
};
|
|
1803
|
-
constructor(map?: {
|
|
1804
|
-
[key: string]: any;
|
|
1805
|
-
});
|
|
1806
|
-
}
|
|
1807
|
-
export declare class ModifyAccountNotificationResponseBody extends $tea.Model {
|
|
1808
|
-
requestId?: string;
|
|
1809
|
-
static names(): {
|
|
1810
|
-
[key: string]: string;
|
|
1811
|
-
};
|
|
1812
|
-
static types(): {
|
|
1813
|
-
[key: string]: any;
|
|
1814
|
-
};
|
|
1815
|
-
constructor(map?: {
|
|
1816
|
-
[key: string]: any;
|
|
1817
|
-
});
|
|
1818
|
-
}
|
|
1819
|
-
export declare class ModifyAccountNotificationResponse extends $tea.Model {
|
|
1820
|
-
headers: {
|
|
1821
|
-
[key: string]: string;
|
|
1822
|
-
};
|
|
1823
|
-
body: ModifyAccountNotificationResponseBody;
|
|
1824
|
-
static names(): {
|
|
1825
|
-
[key: string]: string;
|
|
1826
|
-
};
|
|
1827
|
-
static types(): {
|
|
1828
|
-
[key: string]: any;
|
|
1829
|
-
};
|
|
1830
|
-
constructor(map?: {
|
|
1831
|
-
[key: string]: any;
|
|
1832
|
-
});
|
|
1833
|
-
}
|
|
1834
|
-
export declare class ModifyMailAddressRequest extends $tea.Model {
|
|
1835
|
-
ownerId?: number;
|
|
1836
|
-
resourceOwnerAccount?: string;
|
|
1837
|
-
resourceOwnerId?: number;
|
|
1838
|
-
mailAddressId?: number;
|
|
1839
|
-
replyAddress?: string;
|
|
1840
|
-
password?: string;
|
|
1841
|
-
static names(): {
|
|
1842
|
-
[key: string]: string;
|
|
1843
|
-
};
|
|
1844
|
-
static types(): {
|
|
1845
|
-
[key: string]: any;
|
|
1846
|
-
};
|
|
1847
|
-
constructor(map?: {
|
|
1848
|
-
[key: string]: any;
|
|
1849
|
-
});
|
|
1850
|
-
}
|
|
1851
|
-
export declare class ModifyMailAddressResponseBody extends $tea.Model {
|
|
1852
|
-
requestId?: string;
|
|
1853
|
-
static names(): {
|
|
1854
|
-
[key: string]: string;
|
|
1855
|
-
};
|
|
1856
|
-
static types(): {
|
|
1857
|
-
[key: string]: any;
|
|
1858
|
-
};
|
|
1859
|
-
constructor(map?: {
|
|
1860
|
-
[key: string]: any;
|
|
1861
|
-
});
|
|
1862
|
-
}
|
|
1863
|
-
export declare class ModifyMailAddressResponse extends $tea.Model {
|
|
1864
|
-
headers: {
|
|
1865
|
-
[key: string]: string;
|
|
1866
|
-
};
|
|
1867
|
-
body: ModifyMailAddressResponseBody;
|
|
1868
|
-
static names(): {
|
|
1869
|
-
[key: string]: string;
|
|
1870
|
-
};
|
|
1871
|
-
static types(): {
|
|
1872
|
-
[key: string]: any;
|
|
1873
|
-
};
|
|
1874
|
-
constructor(map?: {
|
|
1875
|
-
[key: string]: any;
|
|
1876
|
-
});
|
|
1877
|
-
}
|
|
1878
|
-
export declare class ModifyPWByDomainRequest extends $tea.Model {
|
|
1879
|
-
domainName?: string;
|
|
1880
|
-
password?: string;
|
|
1881
|
-
resourceOwnerId?: string;
|
|
1882
|
-
static names(): {
|
|
1883
|
-
[key: string]: string;
|
|
1884
|
-
};
|
|
1885
|
-
static types(): {
|
|
1886
|
-
[key: string]: any;
|
|
1887
|
-
};
|
|
1888
|
-
constructor(map?: {
|
|
1889
|
-
[key: string]: any;
|
|
1890
|
-
});
|
|
1891
|
-
}
|
|
1892
|
-
export declare class ModifyPWByDomainResponseBody extends $tea.Model {
|
|
1893
|
-
message?: string;
|
|
1894
|
-
requestId?: string;
|
|
1895
|
-
code?: string;
|
|
1896
|
-
success?: boolean;
|
|
1897
|
-
static names(): {
|
|
1898
|
-
[key: string]: string;
|
|
1899
|
-
};
|
|
1900
|
-
static types(): {
|
|
1901
|
-
[key: string]: any;
|
|
1902
|
-
};
|
|
1903
|
-
constructor(map?: {
|
|
1904
|
-
[key: string]: any;
|
|
1905
|
-
});
|
|
1906
|
-
}
|
|
1907
|
-
export declare class ModifyPWByDomainResponse extends $tea.Model {
|
|
1908
|
-
headers: {
|
|
1909
|
-
[key: string]: string;
|
|
1910
|
-
};
|
|
1911
|
-
body: ModifyPWByDomainResponseBody;
|
|
1912
|
-
static names(): {
|
|
1913
|
-
[key: string]: string;
|
|
1914
|
-
};
|
|
1915
|
-
static types(): {
|
|
1916
|
-
[key: string]: any;
|
|
1917
|
-
};
|
|
1918
|
-
constructor(map?: {
|
|
1919
|
-
[key: string]: any;
|
|
1920
|
-
});
|
|
1921
|
-
}
|
|
1922
|
-
export declare class ModifySenderAddressNotificationRequest extends $tea.Model {
|
|
1923
|
-
ownerId?: number;
|
|
1924
|
-
resourceOwnerAccount?: string;
|
|
1925
|
-
resourceOwnerId?: number;
|
|
1926
|
-
senderAddressId?: string;
|
|
1927
|
-
senderAddress?: string;
|
|
1928
|
-
region?: string;
|
|
1929
|
-
status?: string;
|
|
1930
|
-
static names(): {
|
|
1931
|
-
[key: string]: string;
|
|
1932
|
-
};
|
|
1933
|
-
static types(): {
|
|
1934
|
-
[key: string]: any;
|
|
1935
|
-
};
|
|
1936
|
-
constructor(map?: {
|
|
1937
|
-
[key: string]: any;
|
|
1938
|
-
});
|
|
1939
|
-
}
|
|
1940
|
-
export declare class ModifySenderAddressNotificationResponseBody extends $tea.Model {
|
|
1941
|
-
requestId?: string;
|
|
1942
|
-
static names(): {
|
|
1943
|
-
[key: string]: string;
|
|
1944
|
-
};
|
|
1945
|
-
static types(): {
|
|
1946
|
-
[key: string]: any;
|
|
1947
|
-
};
|
|
1948
|
-
constructor(map?: {
|
|
1949
|
-
[key: string]: any;
|
|
1950
|
-
});
|
|
1951
|
-
}
|
|
1952
|
-
export declare class ModifySenderAddressNotificationResponse extends $tea.Model {
|
|
1953
|
-
headers: {
|
|
1954
|
-
[key: string]: string;
|
|
1955
|
-
};
|
|
1956
|
-
body: ModifySenderAddressNotificationResponseBody;
|
|
1957
|
-
static names(): {
|
|
1958
|
-
[key: string]: string;
|
|
1959
|
-
};
|
|
1960
|
-
static types(): {
|
|
1961
|
-
[key: string]: any;
|
|
1962
|
-
};
|
|
1963
|
-
constructor(map?: {
|
|
1964
|
-
[key: string]: any;
|
|
1965
|
-
});
|
|
1966
|
-
}
|
|
1967
|
-
export declare class ModifyTagRequest extends $tea.Model {
|
|
1968
|
-
ownerId?: number;
|
|
1969
|
-
resourceOwnerAccount?: string;
|
|
1970
|
-
resourceOwnerId?: number;
|
|
1971
|
-
tagId?: number;
|
|
1972
|
-
tagName?: string;
|
|
1973
|
-
static names(): {
|
|
1974
|
-
[key: string]: string;
|
|
1975
|
-
};
|
|
1976
|
-
static types(): {
|
|
1977
|
-
[key: string]: any;
|
|
1978
|
-
};
|
|
1979
|
-
constructor(map?: {
|
|
1980
|
-
[key: string]: any;
|
|
1981
|
-
});
|
|
1982
|
-
}
|
|
1983
|
-
export declare class ModifyTagResponseBody extends $tea.Model {
|
|
1984
|
-
requestId?: string;
|
|
1985
|
-
static names(): {
|
|
1986
|
-
[key: string]: string;
|
|
1987
|
-
};
|
|
1988
|
-
static types(): {
|
|
1989
|
-
[key: string]: any;
|
|
1990
|
-
};
|
|
1991
|
-
constructor(map?: {
|
|
1992
|
-
[key: string]: any;
|
|
1993
|
-
});
|
|
1994
|
-
}
|
|
1995
|
-
export declare class ModifyTagResponse extends $tea.Model {
|
|
1996
|
-
headers: {
|
|
1997
|
-
[key: string]: string;
|
|
1998
|
-
};
|
|
1999
|
-
body: ModifyTagResponseBody;
|
|
2000
|
-
static names(): {
|
|
2001
|
-
[key: string]: string;
|
|
2002
|
-
};
|
|
2003
|
-
static types(): {
|
|
2004
|
-
[key: string]: any;
|
|
2005
|
-
};
|
|
2006
|
-
constructor(map?: {
|
|
2007
|
-
[key: string]: any;
|
|
2008
|
-
});
|
|
2009
|
-
}
|
|
2010
|
-
export declare class ModifyTemplateRequest extends $tea.Model {
|
|
2011
|
-
ownerId?: number;
|
|
2012
|
-
resourceOwnerAccount?: string;
|
|
2013
|
-
resourceOwnerId?: number;
|
|
2014
|
-
templateId?: number;
|
|
2015
|
-
templateName?: string;
|
|
2016
|
-
templateSubject?: string;
|
|
2017
|
-
templateNickName?: string;
|
|
2018
|
-
templateText?: string;
|
|
2019
|
-
smsType?: number;
|
|
2020
|
-
smsContent?: string;
|
|
2021
|
-
remark?: string;
|
|
2022
|
-
fromType?: number;
|
|
2023
|
-
static names(): {
|
|
2024
|
-
[key: string]: string;
|
|
2025
|
-
};
|
|
2026
|
-
static types(): {
|
|
2027
|
-
[key: string]: any;
|
|
2028
|
-
};
|
|
2029
|
-
constructor(map?: {
|
|
2030
|
-
[key: string]: any;
|
|
2031
|
-
});
|
|
2032
|
-
}
|
|
2033
|
-
export declare class ModifyTemplateResponseBody extends $tea.Model {
|
|
2034
|
-
requestId?: string;
|
|
2035
|
-
static names(): {
|
|
2036
|
-
[key: string]: string;
|
|
2037
|
-
};
|
|
2038
|
-
static types(): {
|
|
2039
|
-
[key: string]: any;
|
|
2040
|
-
};
|
|
2041
|
-
constructor(map?: {
|
|
2042
|
-
[key: string]: any;
|
|
2043
|
-
});
|
|
2044
|
-
}
|
|
2045
|
-
export declare class ModifyTemplateResponse extends $tea.Model {
|
|
2046
|
-
headers: {
|
|
2047
|
-
[key: string]: string;
|
|
2048
|
-
};
|
|
2049
|
-
body: ModifyTemplateResponseBody;
|
|
2050
|
-
static names(): {
|
|
2051
|
-
[key: string]: string;
|
|
2052
|
-
};
|
|
2053
|
-
static types(): {
|
|
2054
|
-
[key: string]: any;
|
|
2055
|
-
};
|
|
2056
|
-
constructor(map?: {
|
|
2057
|
-
[key: string]: any;
|
|
2058
|
-
});
|
|
2059
|
-
}
|
|
2060
|
-
export declare class QueryDomainByParamRequest extends $tea.Model {
|
|
2061
|
-
ownerId?: number;
|
|
2062
|
-
resourceOwnerAccount?: string;
|
|
2063
|
-
resourceOwnerId?: number;
|
|
2064
|
-
pageNo?: number;
|
|
2065
|
-
pageSize?: number;
|
|
2066
|
-
keyWord?: string;
|
|
2067
|
-
status?: number;
|
|
2068
|
-
static names(): {
|
|
2069
|
-
[key: string]: string;
|
|
2070
|
-
};
|
|
2071
|
-
static types(): {
|
|
2072
|
-
[key: string]: any;
|
|
2073
|
-
};
|
|
2074
|
-
constructor(map?: {
|
|
2075
|
-
[key: string]: any;
|
|
2076
|
-
});
|
|
2077
|
-
}
|
|
2078
|
-
export declare class QueryDomainByParamResponseBody extends $tea.Model {
|
|
2079
|
-
totalCount?: number;
|
|
2080
|
-
pageSize?: number;
|
|
2081
|
-
requestId?: string;
|
|
2082
|
-
data?: QueryDomainByParamResponseBodyData;
|
|
2083
|
-
pageNumber?: number;
|
|
2084
|
-
static names(): {
|
|
2085
|
-
[key: string]: string;
|
|
2086
|
-
};
|
|
2087
|
-
static types(): {
|
|
2088
|
-
[key: string]: any;
|
|
2089
|
-
};
|
|
2090
|
-
constructor(map?: {
|
|
2091
|
-
[key: string]: any;
|
|
2092
|
-
});
|
|
2093
|
-
}
|
|
2094
|
-
export declare class QueryDomainByParamResponse extends $tea.Model {
|
|
2095
|
-
headers: {
|
|
2096
|
-
[key: string]: string;
|
|
2097
|
-
};
|
|
2098
|
-
body: QueryDomainByParamResponseBody;
|
|
2099
|
-
static names(): {
|
|
2100
|
-
[key: string]: string;
|
|
2101
|
-
};
|
|
2102
|
-
static types(): {
|
|
2103
|
-
[key: string]: any;
|
|
2104
|
-
};
|
|
2105
|
-
constructor(map?: {
|
|
2106
|
-
[key: string]: any;
|
|
2107
|
-
});
|
|
2108
|
-
}
|
|
2109
|
-
export declare class QueryInvalidAddressRequest extends $tea.Model {
|
|
2110
|
-
ownerId?: number;
|
|
2111
|
-
resourceOwnerAccount?: string;
|
|
2112
|
-
resourceOwnerId?: number;
|
|
2113
|
-
startTime?: string;
|
|
2114
|
-
endTime?: string;
|
|
2115
|
-
keyWord?: string;
|
|
2116
|
-
length?: number;
|
|
2117
|
-
nextStart?: string;
|
|
2118
|
-
static names(): {
|
|
2119
|
-
[key: string]: string;
|
|
2120
|
-
};
|
|
2121
|
-
static types(): {
|
|
2122
|
-
[key: string]: any;
|
|
2123
|
-
};
|
|
2124
|
-
constructor(map?: {
|
|
2125
|
-
[key: string]: any;
|
|
2126
|
-
});
|
|
2127
|
-
}
|
|
2128
|
-
export declare class QueryInvalidAddressResponseBody extends $tea.Model {
|
|
2129
|
-
totalCount?: number;
|
|
2130
|
-
requestId?: string;
|
|
2131
|
-
data?: QueryInvalidAddressResponseBodyData;
|
|
2132
|
-
nextStart?: number;
|
|
2133
|
-
static names(): {
|
|
2134
|
-
[key: string]: string;
|
|
2135
|
-
};
|
|
2136
|
-
static types(): {
|
|
2137
|
-
[key: string]: any;
|
|
2138
|
-
};
|
|
2139
|
-
constructor(map?: {
|
|
2140
|
-
[key: string]: any;
|
|
2141
|
-
});
|
|
2142
|
-
}
|
|
2143
|
-
export declare class QueryInvalidAddressResponse extends $tea.Model {
|
|
2144
|
-
headers: {
|
|
2145
|
-
[key: string]: string;
|
|
2146
|
-
};
|
|
2147
|
-
body: QueryInvalidAddressResponseBody;
|
|
2148
|
-
static names(): {
|
|
2149
|
-
[key: string]: string;
|
|
2150
|
-
};
|
|
2151
|
-
static types(): {
|
|
2152
|
-
[key: string]: any;
|
|
2153
|
-
};
|
|
2154
|
-
constructor(map?: {
|
|
2155
|
-
[key: string]: any;
|
|
2156
|
-
});
|
|
2157
|
-
}
|
|
2158
|
-
export declare class QueryReceiverByParamRequest extends $tea.Model {
|
|
2159
|
-
ownerId?: number;
|
|
2160
|
-
resourceOwnerAccount?: string;
|
|
2161
|
-
resourceOwnerId?: number;
|
|
2162
|
-
pageNo?: number;
|
|
2163
|
-
pageSize?: number;
|
|
2164
|
-
keyWord?: string;
|
|
2165
|
-
status?: number;
|
|
2166
|
-
static names(): {
|
|
2167
|
-
[key: string]: string;
|
|
2168
|
-
};
|
|
2169
|
-
static types(): {
|
|
2170
|
-
[key: string]: any;
|
|
2171
|
-
};
|
|
2172
|
-
constructor(map?: {
|
|
2173
|
-
[key: string]: any;
|
|
2174
|
-
});
|
|
2175
|
-
}
|
|
2176
|
-
export declare class QueryReceiverByParamResponseBody extends $tea.Model {
|
|
2177
|
-
totalCount?: number;
|
|
2178
|
-
pageSize?: number;
|
|
2179
|
-
requestId?: string;
|
|
2180
|
-
data?: QueryReceiverByParamResponseBodyData;
|
|
2181
|
-
nextStart?: string;
|
|
2182
|
-
static names(): {
|
|
2183
|
-
[key: string]: string;
|
|
2184
|
-
};
|
|
2185
|
-
static types(): {
|
|
2186
|
-
[key: string]: any;
|
|
2187
|
-
};
|
|
2188
|
-
constructor(map?: {
|
|
2189
|
-
[key: string]: any;
|
|
2190
|
-
});
|
|
2191
|
-
}
|
|
2192
|
-
export declare class QueryReceiverByParamResponse extends $tea.Model {
|
|
2193
|
-
headers: {
|
|
2194
|
-
[key: string]: string;
|
|
2195
|
-
};
|
|
2196
|
-
body: QueryReceiverByParamResponseBody;
|
|
2197
|
-
static names(): {
|
|
2198
|
-
[key: string]: string;
|
|
2199
|
-
};
|
|
2200
|
-
static types(): {
|
|
2201
|
-
[key: string]: any;
|
|
2202
|
-
};
|
|
2203
|
-
constructor(map?: {
|
|
2204
|
-
[key: string]: any;
|
|
2205
|
-
});
|
|
2206
|
-
}
|
|
2207
|
-
export declare class QueryReceiverDetailRequest extends $tea.Model {
|
|
2208
|
-
ownerId?: number;
|
|
2209
|
-
resourceOwnerAccount?: string;
|
|
2210
|
-
resourceOwnerId?: number;
|
|
2211
|
-
receiverId?: string;
|
|
2212
|
-
pageSize?: number;
|
|
2213
|
-
keyWord?: string;
|
|
2214
|
-
nextStart?: string;
|
|
2215
|
-
static names(): {
|
|
2216
|
-
[key: string]: string;
|
|
2217
|
-
};
|
|
2218
|
-
static types(): {
|
|
2219
|
-
[key: string]: any;
|
|
2220
|
-
};
|
|
2221
|
-
constructor(map?: {
|
|
2222
|
-
[key: string]: any;
|
|
2223
|
-
});
|
|
2224
|
-
}
|
|
2225
|
-
export declare class QueryReceiverDetailResponseBody extends $tea.Model {
|
|
2226
|
-
dataSchema?: string;
|
|
2227
|
-
totalCount?: number;
|
|
2228
|
-
requestId?: string;
|
|
2229
|
-
data?: QueryReceiverDetailResponseBodyData;
|
|
2230
|
-
nextStart?: string;
|
|
2231
|
-
static names(): {
|
|
2232
|
-
[key: string]: string;
|
|
2233
|
-
};
|
|
2234
|
-
static types(): {
|
|
2235
|
-
[key: string]: any;
|
|
2236
|
-
};
|
|
2237
|
-
constructor(map?: {
|
|
2238
|
-
[key: string]: any;
|
|
2239
|
-
});
|
|
2240
|
-
}
|
|
2241
|
-
export declare class QueryReceiverDetailResponse extends $tea.Model {
|
|
882
|
+
export declare class ModifyMailAddressResponse extends $tea.Model {
|
|
2242
883
|
headers: {
|
|
2243
884
|
[key: string]: string;
|
|
2244
885
|
};
|
|
2245
|
-
body:
|
|
886
|
+
body: ModifyMailAddressResponseBody;
|
|
2246
887
|
static names(): {
|
|
2247
888
|
[key: string]: string;
|
|
2248
889
|
};
|
|
@@ -2253,14 +894,10 @@ export declare class QueryReceiverDetailResponse extends $tea.Model {
|
|
|
2253
894
|
[key: string]: any;
|
|
2254
895
|
});
|
|
2255
896
|
}
|
|
2256
|
-
export declare class
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
resourceOwnerId?:
|
|
2260
|
-
pageNo?: number;
|
|
2261
|
-
pageSize?: number;
|
|
2262
|
-
keyWord?: string;
|
|
2263
|
-
fromType?: number;
|
|
897
|
+
export declare class ModifyPWByDomainRequest extends $tea.Model {
|
|
898
|
+
domainName?: string;
|
|
899
|
+
password?: string;
|
|
900
|
+
resourceOwnerId?: string;
|
|
2264
901
|
static names(): {
|
|
2265
902
|
[key: string]: string;
|
|
2266
903
|
};
|
|
@@ -2271,11 +908,11 @@ export declare class QuerySignByParamRequest extends $tea.Model {
|
|
|
2271
908
|
[key: string]: any;
|
|
2272
909
|
});
|
|
2273
910
|
}
|
|
2274
|
-
export declare class
|
|
911
|
+
export declare class ModifyPWByDomainResponseBody extends $tea.Model {
|
|
912
|
+
code?: string;
|
|
913
|
+
message?: string;
|
|
2275
914
|
requestId?: string;
|
|
2276
|
-
|
|
2277
|
-
data?: QuerySignByParamResponseBodyData;
|
|
2278
|
-
pageNumber?: number;
|
|
915
|
+
success?: boolean;
|
|
2279
916
|
static names(): {
|
|
2280
917
|
[key: string]: string;
|
|
2281
918
|
};
|
|
@@ -2286,11 +923,11 @@ export declare class QuerySignByParamResponseBody extends $tea.Model {
|
|
|
2286
923
|
[key: string]: any;
|
|
2287
924
|
});
|
|
2288
925
|
}
|
|
2289
|
-
export declare class
|
|
926
|
+
export declare class ModifyPWByDomainResponse extends $tea.Model {
|
|
2290
927
|
headers: {
|
|
2291
928
|
[key: string]: string;
|
|
2292
929
|
};
|
|
2293
|
-
body:
|
|
930
|
+
body: ModifyPWByDomainResponseBody;
|
|
2294
931
|
static names(): {
|
|
2295
932
|
[key: string]: string;
|
|
2296
933
|
};
|
|
@@ -2301,13 +938,12 @@ export declare class QuerySignByParamResponse extends $tea.Model {
|
|
|
2301
938
|
[key: string]: any;
|
|
2302
939
|
});
|
|
2303
940
|
}
|
|
2304
|
-
export declare class
|
|
941
|
+
export declare class ModifyTagRequest extends $tea.Model {
|
|
2305
942
|
ownerId?: number;
|
|
2306
943
|
resourceOwnerAccount?: string;
|
|
2307
944
|
resourceOwnerId?: number;
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
fromType?: number;
|
|
945
|
+
tagId?: number;
|
|
946
|
+
tagName?: string;
|
|
2311
947
|
static names(): {
|
|
2312
948
|
[key: string]: string;
|
|
2313
949
|
};
|
|
@@ -2318,10 +954,8 @@ export declare class QuerySmsStatisticsRequest extends $tea.Model {
|
|
|
2318
954
|
[key: string]: any;
|
|
2319
955
|
});
|
|
2320
956
|
}
|
|
2321
|
-
export declare class
|
|
2322
|
-
totalCount?: number;
|
|
957
|
+
export declare class ModifyTagResponseBody extends $tea.Model {
|
|
2323
958
|
requestId?: string;
|
|
2324
|
-
data?: QuerySmsStatisticsResponseBodyData;
|
|
2325
959
|
static names(): {
|
|
2326
960
|
[key: string]: string;
|
|
2327
961
|
};
|
|
@@ -2332,11 +966,11 @@ export declare class QuerySmsStatisticsResponseBody extends $tea.Model {
|
|
|
2332
966
|
[key: string]: any;
|
|
2333
967
|
});
|
|
2334
968
|
}
|
|
2335
|
-
export declare class
|
|
969
|
+
export declare class ModifyTagResponse extends $tea.Model {
|
|
2336
970
|
headers: {
|
|
2337
971
|
[key: string]: string;
|
|
2338
972
|
};
|
|
2339
|
-
body:
|
|
973
|
+
body: ModifyTagResponseBody;
|
|
2340
974
|
static names(): {
|
|
2341
975
|
[key: string]: string;
|
|
2342
976
|
};
|
|
@@ -2347,61 +981,13 @@ export declare class QuerySmsStatisticsResponse extends $tea.Model {
|
|
|
2347
981
|
[key: string]: any;
|
|
2348
982
|
});
|
|
2349
983
|
}
|
|
2350
|
-
export declare class
|
|
984
|
+
export declare class QueryDomainByParamRequest extends $tea.Model {
|
|
985
|
+
keyWord?: string;
|
|
2351
986
|
ownerId?: number;
|
|
2352
|
-
resourceOwnerAccount?: string;
|
|
2353
|
-
resourceOwnerId?: number;
|
|
2354
987
|
pageNo?: number;
|
|
2355
988
|
pageSize?: number;
|
|
2356
|
-
keyWord?: string;
|
|
2357
|
-
static names(): {
|
|
2358
|
-
[key: string]: string;
|
|
2359
|
-
};
|
|
2360
|
-
static types(): {
|
|
2361
|
-
[key: string]: any;
|
|
2362
|
-
};
|
|
2363
|
-
constructor(map?: {
|
|
2364
|
-
[key: string]: any;
|
|
2365
|
-
});
|
|
2366
|
-
}
|
|
2367
|
-
export declare class QueryTagByParamResponseBody extends $tea.Model {
|
|
2368
|
-
totalCount?: number;
|
|
2369
|
-
pageSize?: number;
|
|
2370
|
-
requestId?: string;
|
|
2371
|
-
data?: QueryTagByParamResponseBodyData;
|
|
2372
|
-
pageNumber?: number;
|
|
2373
|
-
static names(): {
|
|
2374
|
-
[key: string]: string;
|
|
2375
|
-
};
|
|
2376
|
-
static types(): {
|
|
2377
|
-
[key: string]: any;
|
|
2378
|
-
};
|
|
2379
|
-
constructor(map?: {
|
|
2380
|
-
[key: string]: any;
|
|
2381
|
-
});
|
|
2382
|
-
}
|
|
2383
|
-
export declare class QueryTagByParamResponse extends $tea.Model {
|
|
2384
|
-
headers: {
|
|
2385
|
-
[key: string]: string;
|
|
2386
|
-
};
|
|
2387
|
-
body: QueryTagByParamResponseBody;
|
|
2388
|
-
static names(): {
|
|
2389
|
-
[key: string]: string;
|
|
2390
|
-
};
|
|
2391
|
-
static types(): {
|
|
2392
|
-
[key: string]: any;
|
|
2393
|
-
};
|
|
2394
|
-
constructor(map?: {
|
|
2395
|
-
[key: string]: any;
|
|
2396
|
-
});
|
|
2397
|
-
}
|
|
2398
|
-
export declare class QueryTaskByParamRequest extends $tea.Model {
|
|
2399
|
-
ownerId?: number;
|
|
2400
989
|
resourceOwnerAccount?: string;
|
|
2401
990
|
resourceOwnerId?: number;
|
|
2402
|
-
pageNo?: number;
|
|
2403
|
-
pageSize?: number;
|
|
2404
|
-
keyWord?: string;
|
|
2405
991
|
status?: number;
|
|
2406
992
|
static names(): {
|
|
2407
993
|
[key: string]: string;
|
|
@@ -2413,12 +999,12 @@ export declare class QueryTaskByParamRequest extends $tea.Model {
|
|
|
2413
999
|
[key: string]: any;
|
|
2414
1000
|
});
|
|
2415
1001
|
}
|
|
2416
|
-
export declare class
|
|
2417
|
-
|
|
1002
|
+
export declare class QueryDomainByParamResponseBody extends $tea.Model {
|
|
1003
|
+
pageNumber?: number;
|
|
2418
1004
|
pageSize?: number;
|
|
2419
1005
|
requestId?: string;
|
|
2420
|
-
|
|
2421
|
-
|
|
1006
|
+
totalCount?: number;
|
|
1007
|
+
data?: QueryDomainByParamResponseBodyData;
|
|
2422
1008
|
static names(): {
|
|
2423
1009
|
[key: string]: string;
|
|
2424
1010
|
};
|
|
@@ -2429,11 +1015,11 @@ export declare class QueryTaskByParamResponseBody extends $tea.Model {
|
|
|
2429
1015
|
[key: string]: any;
|
|
2430
1016
|
});
|
|
2431
1017
|
}
|
|
2432
|
-
export declare class
|
|
1018
|
+
export declare class QueryDomainByParamResponse extends $tea.Model {
|
|
2433
1019
|
headers: {
|
|
2434
1020
|
[key: string]: string;
|
|
2435
1021
|
};
|
|
2436
|
-
body:
|
|
1022
|
+
body: QueryDomainByParamResponseBody;
|
|
2437
1023
|
static names(): {
|
|
2438
1024
|
[key: string]: string;
|
|
2439
1025
|
};
|
|
@@ -2444,15 +1030,15 @@ export declare class QueryTaskByParamResponse extends $tea.Model {
|
|
|
2444
1030
|
[key: string]: any;
|
|
2445
1031
|
});
|
|
2446
1032
|
}
|
|
2447
|
-
export declare class
|
|
1033
|
+
export declare class QueryInvalidAddressRequest extends $tea.Model {
|
|
1034
|
+
endTime?: string;
|
|
1035
|
+
keyWord?: string;
|
|
1036
|
+
length?: number;
|
|
1037
|
+
nextStart?: string;
|
|
2448
1038
|
ownerId?: number;
|
|
2449
1039
|
resourceOwnerAccount?: string;
|
|
2450
1040
|
resourceOwnerId?: number;
|
|
2451
|
-
|
|
2452
|
-
pageSize?: number;
|
|
2453
|
-
keyWord?: string;
|
|
2454
|
-
status?: number;
|
|
2455
|
-
fromType?: number;
|
|
1041
|
+
startTime?: string;
|
|
2456
1042
|
static names(): {
|
|
2457
1043
|
[key: string]: string;
|
|
2458
1044
|
};
|
|
@@ -2463,12 +1049,11 @@ export declare class QueryTemplateByParamRequest extends $tea.Model {
|
|
|
2463
1049
|
[key: string]: any;
|
|
2464
1050
|
});
|
|
2465
1051
|
}
|
|
2466
|
-
export declare class
|
|
2467
|
-
|
|
2468
|
-
pageSize?: number;
|
|
1052
|
+
export declare class QueryInvalidAddressResponseBody extends $tea.Model {
|
|
1053
|
+
nextStart?: string;
|
|
2469
1054
|
requestId?: string;
|
|
2470
|
-
|
|
2471
|
-
|
|
1055
|
+
totalCount?: number;
|
|
1056
|
+
data?: QueryInvalidAddressResponseBodyData;
|
|
2472
1057
|
static names(): {
|
|
2473
1058
|
[key: string]: string;
|
|
2474
1059
|
};
|
|
@@ -2479,11 +1064,11 @@ export declare class QueryTemplateByParamResponseBody extends $tea.Model {
|
|
|
2479
1064
|
[key: string]: any;
|
|
2480
1065
|
});
|
|
2481
1066
|
}
|
|
2482
|
-
export declare class
|
|
1067
|
+
export declare class QueryInvalidAddressResponse extends $tea.Model {
|
|
2483
1068
|
headers: {
|
|
2484
1069
|
[key: string]: string;
|
|
2485
1070
|
};
|
|
2486
|
-
body:
|
|
1071
|
+
body: QueryInvalidAddressResponseBody;
|
|
2487
1072
|
static names(): {
|
|
2488
1073
|
[key: string]: string;
|
|
2489
1074
|
};
|
|
@@ -2494,12 +1079,14 @@ export declare class QueryTemplateByParamResponse extends $tea.Model {
|
|
|
2494
1079
|
[key: string]: any;
|
|
2495
1080
|
});
|
|
2496
1081
|
}
|
|
2497
|
-
export declare class
|
|
1082
|
+
export declare class QueryMailAddressByParamRequest extends $tea.Model {
|
|
1083
|
+
keyWord?: string;
|
|
2498
1084
|
ownerId?: number;
|
|
1085
|
+
pageNo?: number;
|
|
1086
|
+
pageSize?: number;
|
|
2499
1087
|
resourceOwnerAccount?: string;
|
|
2500
1088
|
resourceOwnerId?: number;
|
|
2501
|
-
|
|
2502
|
-
detail?: string;
|
|
1089
|
+
sendtype?: string;
|
|
2503
1090
|
static names(): {
|
|
2504
1091
|
[key: string]: string;
|
|
2505
1092
|
};
|
|
@@ -2510,11 +1097,12 @@ export declare class SaveReceiverDetailRequest extends $tea.Model {
|
|
|
2510
1097
|
[key: string]: any;
|
|
2511
1098
|
});
|
|
2512
1099
|
}
|
|
2513
|
-
export declare class
|
|
1100
|
+
export declare class QueryMailAddressByParamResponseBody extends $tea.Model {
|
|
1101
|
+
pageNumber?: number;
|
|
1102
|
+
pageSize?: number;
|
|
2514
1103
|
requestId?: string;
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
successCount?: number;
|
|
1104
|
+
totalCount?: number;
|
|
1105
|
+
data?: QueryMailAddressByParamResponseBodyData;
|
|
2518
1106
|
static names(): {
|
|
2519
1107
|
[key: string]: string;
|
|
2520
1108
|
};
|
|
@@ -2525,11 +1113,11 @@ export declare class SaveReceiverDetailResponseBody extends $tea.Model {
|
|
|
2525
1113
|
[key: string]: any;
|
|
2526
1114
|
});
|
|
2527
1115
|
}
|
|
2528
|
-
export declare class
|
|
1116
|
+
export declare class QueryMailAddressByParamResponse extends $tea.Model {
|
|
2529
1117
|
headers: {
|
|
2530
1118
|
[key: string]: string;
|
|
2531
1119
|
};
|
|
2532
|
-
body:
|
|
1120
|
+
body: QueryMailAddressByParamResponseBody;
|
|
2533
1121
|
static names(): {
|
|
2534
1122
|
[key: string]: string;
|
|
2535
1123
|
};
|
|
@@ -2540,14 +1128,14 @@ export declare class SaveReceiverDetailResponse extends $tea.Model {
|
|
|
2540
1128
|
[key: string]: any;
|
|
2541
1129
|
});
|
|
2542
1130
|
}
|
|
2543
|
-
export declare class
|
|
1131
|
+
export declare class QueryReceiverByParamRequest extends $tea.Model {
|
|
1132
|
+
keyWord?: string;
|
|
2544
1133
|
ownerId?: number;
|
|
1134
|
+
pageNo?: number;
|
|
1135
|
+
pageSize?: number;
|
|
2545
1136
|
resourceOwnerAccount?: string;
|
|
2546
1137
|
resourceOwnerId?: number;
|
|
2547
|
-
|
|
2548
|
-
startTime?: string;
|
|
2549
|
-
endTime?: string;
|
|
2550
|
-
tagName?: string;
|
|
1138
|
+
status?: number;
|
|
2551
1139
|
static names(): {
|
|
2552
1140
|
[key: string]: string;
|
|
2553
1141
|
};
|
|
@@ -2558,10 +1146,12 @@ export declare class SenderStatisticsByTagNameAndBatchIDRequest extends $tea.Mod
|
|
|
2558
1146
|
[key: string]: any;
|
|
2559
1147
|
});
|
|
2560
1148
|
}
|
|
2561
|
-
export declare class
|
|
2562
|
-
|
|
1149
|
+
export declare class QueryReceiverByParamResponseBody extends $tea.Model {
|
|
1150
|
+
nextStart?: string;
|
|
1151
|
+
pageSize?: number;
|
|
2563
1152
|
requestId?: string;
|
|
2564
|
-
|
|
1153
|
+
totalCount?: number;
|
|
1154
|
+
data?: QueryReceiverByParamResponseBodyData;
|
|
2565
1155
|
static names(): {
|
|
2566
1156
|
[key: string]: string;
|
|
2567
1157
|
};
|
|
@@ -2572,11 +1162,11 @@ export declare class SenderStatisticsByTagNameAndBatchIDResponseBody extends $te
|
|
|
2572
1162
|
[key: string]: any;
|
|
2573
1163
|
});
|
|
2574
1164
|
}
|
|
2575
|
-
export declare class
|
|
1165
|
+
export declare class QueryReceiverByParamResponse extends $tea.Model {
|
|
2576
1166
|
headers: {
|
|
2577
1167
|
[key: string]: string;
|
|
2578
1168
|
};
|
|
2579
|
-
body:
|
|
1169
|
+
body: QueryReceiverByParamResponseBody;
|
|
2580
1170
|
static names(): {
|
|
2581
1171
|
[key: string]: string;
|
|
2582
1172
|
};
|
|
@@ -2587,18 +1177,14 @@ export declare class SenderStatisticsByTagNameAndBatchIDResponse extends $tea.Mo
|
|
|
2587
1177
|
[key: string]: any;
|
|
2588
1178
|
});
|
|
2589
1179
|
}
|
|
2590
|
-
export declare class
|
|
1180
|
+
export declare class QueryReceiverDetailRequest extends $tea.Model {
|
|
1181
|
+
keyWord?: string;
|
|
1182
|
+
nextStart?: string;
|
|
2591
1183
|
ownerId?: number;
|
|
1184
|
+
pageSize?: number;
|
|
1185
|
+
receiverId?: string;
|
|
2592
1186
|
resourceOwnerAccount?: string;
|
|
2593
1187
|
resourceOwnerId?: number;
|
|
2594
|
-
accountName?: string;
|
|
2595
|
-
toAddress?: string;
|
|
2596
|
-
status?: number;
|
|
2597
|
-
startTime?: string;
|
|
2598
|
-
endTime?: string;
|
|
2599
|
-
tagName?: string;
|
|
2600
|
-
length?: number;
|
|
2601
|
-
nextStart?: string;
|
|
2602
1188
|
static names(): {
|
|
2603
1189
|
[key: string]: string;
|
|
2604
1190
|
};
|
|
@@ -2609,10 +1195,12 @@ export declare class SenderStatisticsDetailByParamRequest extends $tea.Model {
|
|
|
2609
1195
|
[key: string]: any;
|
|
2610
1196
|
});
|
|
2611
1197
|
}
|
|
2612
|
-
export declare class
|
|
1198
|
+
export declare class QueryReceiverDetailResponseBody extends $tea.Model {
|
|
1199
|
+
dataSchema?: string;
|
|
1200
|
+
nextStart?: string;
|
|
2613
1201
|
requestId?: string;
|
|
2614
|
-
|
|
2615
|
-
|
|
1202
|
+
totalCount?: number;
|
|
1203
|
+
data?: QueryReceiverDetailResponseBodyData;
|
|
2616
1204
|
static names(): {
|
|
2617
1205
|
[key: string]: string;
|
|
2618
1206
|
};
|
|
@@ -2623,11 +1211,11 @@ export declare class SenderStatisticsDetailByParamResponseBody extends $tea.Mode
|
|
|
2623
1211
|
[key: string]: any;
|
|
2624
1212
|
});
|
|
2625
1213
|
}
|
|
2626
|
-
export declare class
|
|
1214
|
+
export declare class QueryReceiverDetailResponse extends $tea.Model {
|
|
2627
1215
|
headers: {
|
|
2628
1216
|
[key: string]: string;
|
|
2629
1217
|
};
|
|
2630
|
-
body:
|
|
1218
|
+
body: QueryReceiverDetailResponseBody;
|
|
2631
1219
|
static names(): {
|
|
2632
1220
|
[key: string]: string;
|
|
2633
1221
|
};
|
|
@@ -2638,18 +1226,13 @@ export declare class SenderStatisticsDetailByParamResponse extends $tea.Model {
|
|
|
2638
1226
|
[key: string]: any;
|
|
2639
1227
|
});
|
|
2640
1228
|
}
|
|
2641
|
-
export declare class
|
|
1229
|
+
export declare class QueryTagByParamRequest extends $tea.Model {
|
|
1230
|
+
keyWord?: string;
|
|
2642
1231
|
ownerId?: number;
|
|
1232
|
+
pageNo?: number;
|
|
1233
|
+
pageSize?: number;
|
|
2643
1234
|
resourceOwnerAccount?: string;
|
|
2644
1235
|
resourceOwnerId?: number;
|
|
2645
|
-
templateId?: number;
|
|
2646
|
-
accountName?: string;
|
|
2647
|
-
userName?: string;
|
|
2648
|
-
nickName?: string;
|
|
2649
|
-
birthday?: string;
|
|
2650
|
-
gender?: string;
|
|
2651
|
-
mobile?: string;
|
|
2652
|
-
email?: string;
|
|
2653
1236
|
static names(): {
|
|
2654
1237
|
[key: string]: string;
|
|
2655
1238
|
};
|
|
@@ -2660,8 +1243,12 @@ export declare class SendTestByTemplateRequest extends $tea.Model {
|
|
|
2660
1243
|
[key: string]: any;
|
|
2661
1244
|
});
|
|
2662
1245
|
}
|
|
2663
|
-
export declare class
|
|
1246
|
+
export declare class QueryTagByParamResponseBody extends $tea.Model {
|
|
1247
|
+
pageNumber?: number;
|
|
1248
|
+
pageSize?: number;
|
|
2664
1249
|
requestId?: string;
|
|
1250
|
+
totalCount?: number;
|
|
1251
|
+
data?: QueryTagByParamResponseBodyData;
|
|
2665
1252
|
static names(): {
|
|
2666
1253
|
[key: string]: string;
|
|
2667
1254
|
};
|
|
@@ -2672,11 +1259,11 @@ export declare class SendTestByTemplateResponseBody extends $tea.Model {
|
|
|
2672
1259
|
[key: string]: any;
|
|
2673
1260
|
});
|
|
2674
1261
|
}
|
|
2675
|
-
export declare class
|
|
1262
|
+
export declare class QueryTagByParamResponse extends $tea.Model {
|
|
2676
1263
|
headers: {
|
|
2677
1264
|
[key: string]: string;
|
|
2678
1265
|
};
|
|
2679
|
-
body:
|
|
1266
|
+
body: QueryTagByParamResponseBody;
|
|
2680
1267
|
static names(): {
|
|
2681
1268
|
[key: string]: string;
|
|
2682
1269
|
};
|
|
@@ -2687,22 +1274,14 @@ export declare class SendTestByTemplateResponse extends $tea.Model {
|
|
|
2687
1274
|
[key: string]: any;
|
|
2688
1275
|
});
|
|
2689
1276
|
}
|
|
2690
|
-
export declare class
|
|
1277
|
+
export declare class QueryTaskByParamRequest extends $tea.Model {
|
|
1278
|
+
keyWord?: string;
|
|
2691
1279
|
ownerId?: number;
|
|
1280
|
+
pageNo?: number;
|
|
1281
|
+
pageSize?: number;
|
|
2692
1282
|
resourceOwnerAccount?: string;
|
|
2693
1283
|
resourceOwnerId?: number;
|
|
2694
|
-
|
|
2695
|
-
addressType?: number;
|
|
2696
|
-
tagName?: string;
|
|
2697
|
-
replyToAddress?: boolean;
|
|
2698
|
-
toAddress?: string;
|
|
2699
|
-
subject?: string;
|
|
2700
|
-
htmlBody?: string;
|
|
2701
|
-
textBody?: string;
|
|
2702
|
-
fromAlias?: string;
|
|
2703
|
-
replyAddress?: string;
|
|
2704
|
-
replyAddressAlias?: string;
|
|
2705
|
-
clickTrace?: string;
|
|
1284
|
+
status?: number;
|
|
2706
1285
|
static names(): {
|
|
2707
1286
|
[key: string]: string;
|
|
2708
1287
|
};
|
|
@@ -2713,9 +1292,12 @@ export declare class SingleSendMailRequest extends $tea.Model {
|
|
|
2713
1292
|
[key: string]: any;
|
|
2714
1293
|
});
|
|
2715
1294
|
}
|
|
2716
|
-
export declare class
|
|
1295
|
+
export declare class QueryTaskByParamResponseBody extends $tea.Model {
|
|
1296
|
+
pageNumber?: number;
|
|
1297
|
+
pageSize?: number;
|
|
2717
1298
|
requestId?: string;
|
|
2718
|
-
|
|
1299
|
+
totalCount?: number;
|
|
1300
|
+
data?: QueryTaskByParamResponseBodyData;
|
|
2719
1301
|
static names(): {
|
|
2720
1302
|
[key: string]: string;
|
|
2721
1303
|
};
|
|
@@ -2726,11 +1308,11 @@ export declare class SingleSendMailResponseBody extends $tea.Model {
|
|
|
2726
1308
|
[key: string]: any;
|
|
2727
1309
|
});
|
|
2728
1310
|
}
|
|
2729
|
-
export declare class
|
|
1311
|
+
export declare class QueryTaskByParamResponse extends $tea.Model {
|
|
2730
1312
|
headers: {
|
|
2731
1313
|
[key: string]: string;
|
|
2732
1314
|
};
|
|
2733
|
-
body:
|
|
1315
|
+
body: QueryTaskByParamResponseBody;
|
|
2734
1316
|
static names(): {
|
|
2735
1317
|
[key: string]: string;
|
|
2736
1318
|
};
|
|
@@ -2741,15 +1323,12 @@ export declare class SingleSendMailResponse extends $tea.Model {
|
|
|
2741
1323
|
[key: string]: any;
|
|
2742
1324
|
});
|
|
2743
1325
|
}
|
|
2744
|
-
export declare class
|
|
1326
|
+
export declare class SaveReceiverDetailRequest extends $tea.Model {
|
|
1327
|
+
detail?: string;
|
|
2745
1328
|
ownerId?: number;
|
|
1329
|
+
receiverId?: string;
|
|
2746
1330
|
resourceOwnerAccount?: string;
|
|
2747
1331
|
resourceOwnerId?: number;
|
|
2748
|
-
signName?: string;
|
|
2749
|
-
templateCode?: string;
|
|
2750
|
-
recNum?: string;
|
|
2751
|
-
paramString?: string;
|
|
2752
|
-
version?: string;
|
|
2753
1332
|
static names(): {
|
|
2754
1333
|
[key: string]: string;
|
|
2755
1334
|
};
|
|
@@ -2760,8 +1339,11 @@ export declare class SingleSendSmsRequest extends $tea.Model {
|
|
|
2760
1339
|
[key: string]: any;
|
|
2761
1340
|
});
|
|
2762
1341
|
}
|
|
2763
|
-
export declare class
|
|
1342
|
+
export declare class SaveReceiverDetailResponseBody extends $tea.Model {
|
|
1343
|
+
data?: SaveReceiverDetailResponseBodyData;
|
|
1344
|
+
errorCount?: number;
|
|
2764
1345
|
requestId?: string;
|
|
1346
|
+
successCount?: number;
|
|
2765
1347
|
static names(): {
|
|
2766
1348
|
[key: string]: string;
|
|
2767
1349
|
};
|
|
@@ -2772,11 +1354,11 @@ export declare class SingleSendSmsResponseBody extends $tea.Model {
|
|
|
2772
1354
|
[key: string]: any;
|
|
2773
1355
|
});
|
|
2774
1356
|
}
|
|
2775
|
-
export declare class
|
|
1357
|
+
export declare class SaveReceiverDetailResponse extends $tea.Model {
|
|
2776
1358
|
headers: {
|
|
2777
1359
|
[key: string]: string;
|
|
2778
1360
|
};
|
|
2779
|
-
body:
|
|
1361
|
+
body: SaveReceiverDetailResponseBody;
|
|
2780
1362
|
static names(): {
|
|
2781
1363
|
[key: string]: string;
|
|
2782
1364
|
};
|
|
@@ -2787,12 +1369,18 @@ export declare class SingleSendSmsResponse extends $tea.Model {
|
|
|
2787
1369
|
[key: string]: any;
|
|
2788
1370
|
});
|
|
2789
1371
|
}
|
|
2790
|
-
export declare class
|
|
1372
|
+
export declare class SendTestByTemplateRequest extends $tea.Model {
|
|
1373
|
+
accountName?: string;
|
|
1374
|
+
birthday?: string;
|
|
1375
|
+
email?: string;
|
|
1376
|
+
gender?: string;
|
|
1377
|
+
mobile?: string;
|
|
1378
|
+
nickName?: string;
|
|
2791
1379
|
ownerId?: number;
|
|
2792
1380
|
resourceOwnerAccount?: string;
|
|
2793
1381
|
resourceOwnerId?: number;
|
|
2794
|
-
|
|
2795
|
-
|
|
1382
|
+
templateId?: number;
|
|
1383
|
+
userName?: string;
|
|
2796
1384
|
static names(): {
|
|
2797
1385
|
[key: string]: string;
|
|
2798
1386
|
};
|
|
@@ -2803,7 +1391,7 @@ export declare class UpdateDomainTrackNameRequest extends $tea.Model {
|
|
|
2803
1391
|
[key: string]: any;
|
|
2804
1392
|
});
|
|
2805
1393
|
}
|
|
2806
|
-
export declare class
|
|
1394
|
+
export declare class SendTestByTemplateResponseBody extends $tea.Model {
|
|
2807
1395
|
requestId?: string;
|
|
2808
1396
|
static names(): {
|
|
2809
1397
|
[key: string]: string;
|
|
@@ -2815,11 +1403,11 @@ export declare class UpdateDomainTrackNameResponseBody extends $tea.Model {
|
|
|
2815
1403
|
[key: string]: any;
|
|
2816
1404
|
});
|
|
2817
1405
|
}
|
|
2818
|
-
export declare class
|
|
1406
|
+
export declare class SendTestByTemplateResponse extends $tea.Model {
|
|
2819
1407
|
headers: {
|
|
2820
1408
|
[key: string]: string;
|
|
2821
1409
|
};
|
|
2822
|
-
body:
|
|
1410
|
+
body: SendTestByTemplateResponseBody;
|
|
2823
1411
|
static names(): {
|
|
2824
1412
|
[key: string]: string;
|
|
2825
1413
|
};
|
|
@@ -2830,11 +1418,14 @@ export declare class UpdateDomainTrackNameResponse extends $tea.Model {
|
|
|
2830
1418
|
[key: string]: any;
|
|
2831
1419
|
});
|
|
2832
1420
|
}
|
|
2833
|
-
export declare class
|
|
1421
|
+
export declare class SenderStatisticsByTagNameAndBatchIDRequest extends $tea.Model {
|
|
1422
|
+
accountName?: string;
|
|
1423
|
+
endTime?: string;
|
|
2834
1424
|
ownerId?: number;
|
|
2835
1425
|
resourceOwnerAccount?: string;
|
|
2836
1426
|
resourceOwnerId?: number;
|
|
2837
|
-
|
|
1427
|
+
startTime?: string;
|
|
1428
|
+
tagName?: string;
|
|
2838
1429
|
static names(): {
|
|
2839
1430
|
[key: string]: string;
|
|
2840
1431
|
};
|
|
@@ -2845,8 +1436,10 @@ export declare class UpdateIpProtectionRequest extends $tea.Model {
|
|
|
2845
1436
|
[key: string]: any;
|
|
2846
1437
|
});
|
|
2847
1438
|
}
|
|
2848
|
-
export declare class
|
|
1439
|
+
export declare class SenderStatisticsByTagNameAndBatchIDResponseBody extends $tea.Model {
|
|
2849
1440
|
requestId?: string;
|
|
1441
|
+
totalCount?: number;
|
|
1442
|
+
data?: SenderStatisticsByTagNameAndBatchIDResponseBodyData;
|
|
2850
1443
|
static names(): {
|
|
2851
1444
|
[key: string]: string;
|
|
2852
1445
|
};
|
|
@@ -2857,11 +1450,11 @@ export declare class UpdateIpProtectionResponseBody extends $tea.Model {
|
|
|
2857
1450
|
[key: string]: any;
|
|
2858
1451
|
});
|
|
2859
1452
|
}
|
|
2860
|
-
export declare class
|
|
1453
|
+
export declare class SenderStatisticsByTagNameAndBatchIDResponse extends $tea.Model {
|
|
2861
1454
|
headers: {
|
|
2862
1455
|
[key: string]: string;
|
|
2863
1456
|
};
|
|
2864
|
-
body:
|
|
1457
|
+
body: SenderStatisticsByTagNameAndBatchIDResponseBody;
|
|
2865
1458
|
static names(): {
|
|
2866
1459
|
[key: string]: string;
|
|
2867
1460
|
};
|
|
@@ -2872,12 +1465,18 @@ export declare class UpdateIpProtectionResponse extends $tea.Model {
|
|
|
2872
1465
|
[key: string]: any;
|
|
2873
1466
|
});
|
|
2874
1467
|
}
|
|
2875
|
-
export declare class
|
|
1468
|
+
export declare class SenderStatisticsDetailByParamRequest extends $tea.Model {
|
|
1469
|
+
accountName?: string;
|
|
1470
|
+
endTime?: string;
|
|
1471
|
+
length?: number;
|
|
1472
|
+
nextStart?: string;
|
|
2876
1473
|
ownerId?: number;
|
|
2877
1474
|
resourceOwnerAccount?: string;
|
|
2878
1475
|
resourceOwnerId?: number;
|
|
2879
|
-
|
|
2880
|
-
|
|
1476
|
+
startTime?: string;
|
|
1477
|
+
status?: number;
|
|
1478
|
+
tagName?: string;
|
|
1479
|
+
toAddress?: string;
|
|
2881
1480
|
static names(): {
|
|
2882
1481
|
[key: string]: string;
|
|
2883
1482
|
};
|
|
@@ -2888,8 +1487,10 @@ export declare class UpdateMailAddressMsgCallBackUrlRequest extends $tea.Model {
|
|
|
2888
1487
|
[key: string]: any;
|
|
2889
1488
|
});
|
|
2890
1489
|
}
|
|
2891
|
-
export declare class
|
|
1490
|
+
export declare class SenderStatisticsDetailByParamResponseBody extends $tea.Model {
|
|
1491
|
+
nextStart?: number;
|
|
2892
1492
|
requestId?: string;
|
|
1493
|
+
data?: SenderStatisticsDetailByParamResponseBodyData;
|
|
2893
1494
|
static names(): {
|
|
2894
1495
|
[key: string]: string;
|
|
2895
1496
|
};
|
|
@@ -2900,11 +1501,11 @@ export declare class UpdateMailAddressMsgCallBackUrlResponseBody extends $tea.Mo
|
|
|
2900
1501
|
[key: string]: any;
|
|
2901
1502
|
});
|
|
2902
1503
|
}
|
|
2903
|
-
export declare class
|
|
1504
|
+
export declare class SenderStatisticsDetailByParamResponse extends $tea.Model {
|
|
2904
1505
|
headers: {
|
|
2905
1506
|
[key: string]: string;
|
|
2906
1507
|
};
|
|
2907
|
-
body:
|
|
1508
|
+
body: SenderStatisticsDetailByParamResponseBody;
|
|
2908
1509
|
static names(): {
|
|
2909
1510
|
[key: string]: string;
|
|
2910
1511
|
};
|
|
@@ -2915,10 +1516,22 @@ export declare class UpdateMailAddressMsgCallBackUrlResponse extends $tea.Model
|
|
|
2915
1516
|
[key: string]: any;
|
|
2916
1517
|
});
|
|
2917
1518
|
}
|
|
2918
|
-
export declare class
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
1519
|
+
export declare class SingleSendMailRequest extends $tea.Model {
|
|
1520
|
+
accountName?: string;
|
|
1521
|
+
addressType?: number;
|
|
1522
|
+
clickTrace?: string;
|
|
1523
|
+
fromAlias?: string;
|
|
1524
|
+
htmlBody?: string;
|
|
1525
|
+
ownerId?: number;
|
|
1526
|
+
replyAddress?: string;
|
|
1527
|
+
replyAddressAlias?: string;
|
|
1528
|
+
replyToAddress?: boolean;
|
|
1529
|
+
resourceOwnerAccount?: string;
|
|
1530
|
+
resourceOwnerId?: number;
|
|
1531
|
+
subject?: string;
|
|
1532
|
+
tagName?: string;
|
|
1533
|
+
textBody?: string;
|
|
1534
|
+
toAddress?: string;
|
|
2922
1535
|
static names(): {
|
|
2923
1536
|
[key: string]: string;
|
|
2924
1537
|
};
|
|
@@ -2929,8 +1542,9 @@ export declare class GetAccountListResponseBodyDataAccountNotificationInfo exten
|
|
|
2929
1542
|
[key: string]: any;
|
|
2930
1543
|
});
|
|
2931
1544
|
}
|
|
2932
|
-
export declare class
|
|
2933
|
-
|
|
1545
|
+
export declare class SingleSendMailResponseBody extends $tea.Model {
|
|
1546
|
+
envId?: string;
|
|
1547
|
+
requestId?: string;
|
|
2934
1548
|
static names(): {
|
|
2935
1549
|
[key: string]: string;
|
|
2936
1550
|
};
|
|
@@ -2941,10 +1555,11 @@ export declare class GetAccountListResponseBodyData extends $tea.Model {
|
|
|
2941
1555
|
[key: string]: any;
|
|
2942
1556
|
});
|
|
2943
1557
|
}
|
|
2944
|
-
export declare class
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
1558
|
+
export declare class SingleSendMailResponse extends $tea.Model {
|
|
1559
|
+
headers: {
|
|
1560
|
+
[key: string]: string;
|
|
1561
|
+
};
|
|
1562
|
+
body: SingleSendMailResponseBody;
|
|
2948
1563
|
static names(): {
|
|
2949
1564
|
[key: string]: string;
|
|
2950
1565
|
};
|
|
@@ -2955,8 +1570,12 @@ export declare class GetIpfilterListResponseBodyDataIpfilters extends $tea.Model
|
|
|
2955
1570
|
[key: string]: any;
|
|
2956
1571
|
});
|
|
2957
1572
|
}
|
|
2958
|
-
export declare class
|
|
2959
|
-
|
|
1573
|
+
export declare class UpdateMailAddressMsgCallBackUrlRequest extends $tea.Model {
|
|
1574
|
+
mailFrom?: string;
|
|
1575
|
+
notifyUrl?: string;
|
|
1576
|
+
ownerId?: number;
|
|
1577
|
+
resourceOwnerAccount?: string;
|
|
1578
|
+
resourceOwnerId?: number;
|
|
2960
1579
|
static names(): {
|
|
2961
1580
|
[key: string]: string;
|
|
2962
1581
|
};
|
|
@@ -2967,9 +1586,8 @@ export declare class GetIpfilterListResponseBodyData extends $tea.Model {
|
|
|
2967
1586
|
[key: string]: any;
|
|
2968
1587
|
});
|
|
2969
1588
|
}
|
|
2970
|
-
export declare class
|
|
2971
|
-
|
|
2972
|
-
region?: string;
|
|
1589
|
+
export declare class UpdateMailAddressMsgCallBackUrlResponseBody extends $tea.Model {
|
|
1590
|
+
requestId?: string;
|
|
2973
1591
|
static names(): {
|
|
2974
1592
|
[key: string]: string;
|
|
2975
1593
|
};
|
|
@@ -2980,8 +1598,11 @@ export declare class GetRegionListResponseBodyDataRegionList extends $tea.Model
|
|
|
2980
1598
|
[key: string]: any;
|
|
2981
1599
|
});
|
|
2982
1600
|
}
|
|
2983
|
-
export declare class
|
|
2984
|
-
|
|
1601
|
+
export declare class UpdateMailAddressMsgCallBackUrlResponse extends $tea.Model {
|
|
1602
|
+
headers: {
|
|
1603
|
+
[key: string]: string;
|
|
1604
|
+
};
|
|
1605
|
+
body: UpdateMailAddressMsgCallBackUrlResponseBody;
|
|
2985
1606
|
static names(): {
|
|
2986
1607
|
[key: string]: string;
|
|
2987
1608
|
};
|
|
@@ -2992,12 +1613,9 @@ export declare class GetRegionListResponseBodyData extends $tea.Model {
|
|
|
2992
1613
|
[key: string]: any;
|
|
2993
1614
|
});
|
|
2994
1615
|
}
|
|
2995
|
-
export declare class
|
|
2996
|
-
status?: string;
|
|
2997
|
-
updateTime?: string;
|
|
2998
|
-
senderAddress?: string;
|
|
1616
|
+
export declare class GetRegionListResponseBodyDataRegionList extends $tea.Model {
|
|
2999
1617
|
region?: string;
|
|
3000
|
-
|
|
1618
|
+
regionDesc?: string;
|
|
3001
1619
|
static names(): {
|
|
3002
1620
|
[key: string]: string;
|
|
3003
1621
|
};
|
|
@@ -3008,8 +1626,8 @@ export declare class GetSenderAddressListResponseBodyDataSenderAddressNotificati
|
|
|
3008
1626
|
[key: string]: any;
|
|
3009
1627
|
});
|
|
3010
1628
|
}
|
|
3011
|
-
export declare class
|
|
3012
|
-
|
|
1629
|
+
export declare class GetRegionListResponseBodyData extends $tea.Model {
|
|
1630
|
+
regionList?: GetRegionListResponseBodyDataRegionList[];
|
|
3013
1631
|
static names(): {
|
|
3014
1632
|
[key: string]: string;
|
|
3015
1633
|
};
|
|
@@ -3021,16 +1639,16 @@ export declare class GetSenderAddressListResponseBodyData extends $tea.Model {
|
|
|
3021
1639
|
});
|
|
3022
1640
|
}
|
|
3023
1641
|
export declare class GetTrackListResponseBodyDataStat extends $tea.Model {
|
|
3024
|
-
|
|
3025
|
-
rcptUniqueOpenCount?: string;
|
|
1642
|
+
createTime?: string;
|
|
3026
1643
|
rcptClickCount?: string;
|
|
1644
|
+
rcptClickRate?: string;
|
|
1645
|
+
rcptOpenCount?: string;
|
|
1646
|
+
rcptOpenRate?: string;
|
|
3027
1647
|
rcptUniqueClickCount?: string;
|
|
3028
|
-
createTime?: string;
|
|
3029
|
-
rcptUniqueOpenRate?: string;
|
|
3030
1648
|
rcptUniqueClickRate?: string;
|
|
1649
|
+
rcptUniqueOpenCount?: string;
|
|
1650
|
+
rcptUniqueOpenRate?: string;
|
|
3031
1651
|
totalNumber?: string;
|
|
3032
|
-
rcptOpenRate?: string;
|
|
3033
|
-
rcptOpenCount?: string;
|
|
3034
1652
|
static names(): {
|
|
3035
1653
|
[key: string]: string;
|
|
3036
1654
|
};
|
|
@@ -3054,16 +1672,16 @@ export declare class GetTrackListResponseBodyData extends $tea.Model {
|
|
|
3054
1672
|
});
|
|
3055
1673
|
}
|
|
3056
1674
|
export declare class GetTrackListByMailFromAndTagNameResponseBodyTrackListStat extends $tea.Model {
|
|
3057
|
-
|
|
3058
|
-
rcptUniqueOpenCount?: string;
|
|
1675
|
+
createTime?: string;
|
|
3059
1676
|
rcptClickCount?: string;
|
|
1677
|
+
rcptClickRate?: string;
|
|
1678
|
+
rcptOpenCount?: string;
|
|
1679
|
+
rcptOpenRate?: string;
|
|
3060
1680
|
rcptUniqueClickCount?: string;
|
|
3061
|
-
createTime?: string;
|
|
3062
|
-
rcptUniqueOpenRate?: string;
|
|
3063
1681
|
rcptUniqueClickRate?: string;
|
|
1682
|
+
rcptUniqueOpenCount?: string;
|
|
1683
|
+
rcptUniqueOpenRate?: string;
|
|
3064
1684
|
totalNumber?: string;
|
|
3065
|
-
rcptOpenRate?: string;
|
|
3066
|
-
rcptOpenCount?: string;
|
|
3067
1685
|
static names(): {
|
|
3068
1686
|
[key: string]: string;
|
|
3069
1687
|
};
|
|
@@ -3087,17 +1705,17 @@ export declare class GetTrackListByMailFromAndTagNameResponseBodyTrackList exten
|
|
|
3087
1705
|
});
|
|
3088
1706
|
}
|
|
3089
1707
|
export declare class QueryDomainByParamResponseBodyDataDomain extends $tea.Model {
|
|
3090
|
-
domainRecord?: string;
|
|
3091
|
-
spfAuthStatus?: string;
|
|
3092
|
-
mxAuthStatus?: string;
|
|
3093
|
-
createTime?: string;
|
|
3094
1708
|
cnameAuthStatus?: string;
|
|
3095
1709
|
confirmStatus?: string;
|
|
1710
|
+
createTime?: string;
|
|
1711
|
+
domainId?: string;
|
|
1712
|
+
domainName?: string;
|
|
1713
|
+
domainRecord?: string;
|
|
1714
|
+
domainStatus?: string;
|
|
3096
1715
|
icpStatus?: string;
|
|
1716
|
+
mxAuthStatus?: string;
|
|
1717
|
+
spfAuthStatus?: string;
|
|
3097
1718
|
utcCreateTime?: number;
|
|
3098
|
-
domainStatus?: string;
|
|
3099
|
-
domainName?: string;
|
|
3100
|
-
domainId?: string;
|
|
3101
1719
|
static names(): {
|
|
3102
1720
|
[key: string]: string;
|
|
3103
1721
|
};
|
|
@@ -3146,15 +1764,19 @@ export declare class QueryInvalidAddressResponseBodyData extends $tea.Model {
|
|
|
3146
1764
|
[key: string]: any;
|
|
3147
1765
|
});
|
|
3148
1766
|
}
|
|
3149
|
-
export declare class
|
|
3150
|
-
|
|
3151
|
-
|
|
1767
|
+
export declare class QueryMailAddressByParamResponseBodyDataMailAddress extends $tea.Model {
|
|
1768
|
+
accountName?: string;
|
|
1769
|
+
accountStatus?: string;
|
|
3152
1770
|
createTime?: string;
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
1771
|
+
dailyCount?: string;
|
|
1772
|
+
dailyReqCount?: string;
|
|
1773
|
+
domainStatus?: string;
|
|
1774
|
+
mailAddressId?: string;
|
|
1775
|
+
monthCount?: string;
|
|
1776
|
+
monthReqCount?: string;
|
|
1777
|
+
replyAddress?: string;
|
|
1778
|
+
replyStatus?: string;
|
|
1779
|
+
sendtype?: string;
|
|
3158
1780
|
static names(): {
|
|
3159
1781
|
[key: string]: string;
|
|
3160
1782
|
};
|
|
@@ -3165,8 +1787,8 @@ export declare class QueryReceiverByParamResponseBodyDataReceiver extends $tea.M
|
|
|
3165
1787
|
[key: string]: any;
|
|
3166
1788
|
});
|
|
3167
1789
|
}
|
|
3168
|
-
export declare class
|
|
3169
|
-
|
|
1790
|
+
export declare class QueryMailAddressByParamResponseBodyData extends $tea.Model {
|
|
1791
|
+
mailAddress?: QueryMailAddressByParamResponseBodyDataMailAddress[];
|
|
3170
1792
|
static names(): {
|
|
3171
1793
|
[key: string]: string;
|
|
3172
1794
|
};
|
|
@@ -3177,10 +1799,14 @@ export declare class QueryReceiverByParamResponseBodyData extends $tea.Model {
|
|
|
3177
1799
|
[key: string]: any;
|
|
3178
1800
|
});
|
|
3179
1801
|
}
|
|
3180
|
-
export declare class
|
|
3181
|
-
|
|
3182
|
-
email?: string;
|
|
1802
|
+
export declare class QueryReceiverByParamResponseBodyDataReceiver extends $tea.Model {
|
|
1803
|
+
count?: string;
|
|
3183
1804
|
createTime?: string;
|
|
1805
|
+
desc?: string;
|
|
1806
|
+
receiverId?: string;
|
|
1807
|
+
receiversAlias?: string;
|
|
1808
|
+
receiversName?: string;
|
|
1809
|
+
receiversStatus?: string;
|
|
3184
1810
|
utcCreateTime?: number;
|
|
3185
1811
|
static names(): {
|
|
3186
1812
|
[key: string]: string;
|
|
@@ -3192,39 +1818,8 @@ export declare class QueryReceiverDetailResponseBodyDataDetail extends $tea.Mode
|
|
|
3192
1818
|
[key: string]: any;
|
|
3193
1819
|
});
|
|
3194
1820
|
}
|
|
3195
|
-
export declare class
|
|
3196
|
-
|
|
3197
|
-
static names(): {
|
|
3198
|
-
[key: string]: string;
|
|
3199
|
-
};
|
|
3200
|
-
static types(): {
|
|
3201
|
-
[key: string]: any;
|
|
3202
|
-
};
|
|
3203
|
-
constructor(map?: {
|
|
3204
|
-
[key: string]: any;
|
|
3205
|
-
});
|
|
3206
|
-
}
|
|
3207
|
-
export declare class QuerySignByParamResponseBodyDataSign extends $tea.Model {
|
|
3208
|
-
remark?: string;
|
|
3209
|
-
auditState?: string;
|
|
3210
|
-
gmtCreate?: string;
|
|
3211
|
-
signId?: number;
|
|
3212
|
-
signName?: string;
|
|
3213
|
-
orderId?: string;
|
|
3214
|
-
rejectInfo?: string;
|
|
3215
|
-
signType?: string;
|
|
3216
|
-
static names(): {
|
|
3217
|
-
[key: string]: string;
|
|
3218
|
-
};
|
|
3219
|
-
static types(): {
|
|
3220
|
-
[key: string]: any;
|
|
3221
|
-
};
|
|
3222
|
-
constructor(map?: {
|
|
3223
|
-
[key: string]: any;
|
|
3224
|
-
});
|
|
3225
|
-
}
|
|
3226
|
-
export declare class QuerySignByParamResponseBodyData extends $tea.Model {
|
|
3227
|
-
sign?: QuerySignByParamResponseBodyDataSign[];
|
|
1821
|
+
export declare class QueryReceiverByParamResponseBodyData extends $tea.Model {
|
|
1822
|
+
receiver?: QueryReceiverByParamResponseBodyDataReceiver[];
|
|
3228
1823
|
static names(): {
|
|
3229
1824
|
[key: string]: string;
|
|
3230
1825
|
};
|
|
@@ -3235,11 +1830,11 @@ export declare class QuerySignByParamResponseBodyData extends $tea.Model {
|
|
|
3235
1830
|
[key: string]: any;
|
|
3236
1831
|
});
|
|
3237
1832
|
}
|
|
3238
|
-
export declare class
|
|
1833
|
+
export declare class QueryReceiverDetailResponseBodyDataDetail extends $tea.Model {
|
|
3239
1834
|
createTime?: string;
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
1835
|
+
data?: string;
|
|
1836
|
+
email?: string;
|
|
1837
|
+
utcCreateTime?: number;
|
|
3243
1838
|
static names(): {
|
|
3244
1839
|
[key: string]: string;
|
|
3245
1840
|
};
|
|
@@ -3250,8 +1845,8 @@ export declare class QuerySmsStatisticsResponseBodyDataStat extends $tea.Model {
|
|
|
3250
1845
|
[key: string]: any;
|
|
3251
1846
|
});
|
|
3252
1847
|
}
|
|
3253
|
-
export declare class
|
|
3254
|
-
|
|
1848
|
+
export declare class QueryReceiverDetailResponseBodyData extends $tea.Model {
|
|
1849
|
+
detail?: QueryReceiverDetailResponseBodyDataDetail[];
|
|
3255
1850
|
static names(): {
|
|
3256
1851
|
[key: string]: string;
|
|
3257
1852
|
};
|
|
@@ -3263,8 +1858,8 @@ export declare class QuerySmsStatisticsResponseBodyData extends $tea.Model {
|
|
|
3263
1858
|
});
|
|
3264
1859
|
}
|
|
3265
1860
|
export declare class QueryTagByParamResponseBodyDataTag extends $tea.Model {
|
|
3266
|
-
tagName?: string;
|
|
3267
1861
|
tagId?: string;
|
|
1862
|
+
tagName?: string;
|
|
3268
1863
|
static names(): {
|
|
3269
1864
|
[key: string]: string;
|
|
3270
1865
|
};
|
|
@@ -3288,15 +1883,15 @@ export declare class QueryTagByParamResponseBodyData extends $tea.Model {
|
|
|
3288
1883
|
});
|
|
3289
1884
|
}
|
|
3290
1885
|
export declare class QueryTaskByParamResponseBodyDataTask extends $tea.Model {
|
|
1886
|
+
addressType?: string;
|
|
1887
|
+
createTime?: string;
|
|
3291
1888
|
receiversName?: string;
|
|
1889
|
+
requestCount?: string;
|
|
3292
1890
|
tagName?: string;
|
|
1891
|
+
taskId?: string;
|
|
3293
1892
|
taskStatus?: string;
|
|
3294
|
-
createTime?: string;
|
|
3295
|
-
requestCount?: string;
|
|
3296
|
-
addressType?: string;
|
|
3297
|
-
utcCreateTime?: number;
|
|
3298
1893
|
templateName?: string;
|
|
3299
|
-
|
|
1894
|
+
utcCreateTime?: number;
|
|
3300
1895
|
static names(): {
|
|
3301
1896
|
[key: string]: string;
|
|
3302
1897
|
};
|
|
@@ -3319,39 +1914,6 @@ export declare class QueryTaskByParamResponseBodyData extends $tea.Model {
|
|
|
3319
1914
|
[key: string]: any;
|
|
3320
1915
|
});
|
|
3321
1916
|
}
|
|
3322
|
-
export declare class QueryTemplateByParamResponseBodyDataTemplate extends $tea.Model {
|
|
3323
|
-
templateComment?: string;
|
|
3324
|
-
utcCreatetime?: number;
|
|
3325
|
-
smsrejectinfo?: number;
|
|
3326
|
-
smsTemplateCode?: number;
|
|
3327
|
-
createTime?: string;
|
|
3328
|
-
templateStatus?: string;
|
|
3329
|
-
templateType?: number;
|
|
3330
|
-
templateName?: string;
|
|
3331
|
-
smsStatus?: number;
|
|
3332
|
-
templateId?: string;
|
|
3333
|
-
static names(): {
|
|
3334
|
-
[key: string]: string;
|
|
3335
|
-
};
|
|
3336
|
-
static types(): {
|
|
3337
|
-
[key: string]: any;
|
|
3338
|
-
};
|
|
3339
|
-
constructor(map?: {
|
|
3340
|
-
[key: string]: any;
|
|
3341
|
-
});
|
|
3342
|
-
}
|
|
3343
|
-
export declare class QueryTemplateByParamResponseBodyData extends $tea.Model {
|
|
3344
|
-
template?: QueryTemplateByParamResponseBodyDataTemplate[];
|
|
3345
|
-
static names(): {
|
|
3346
|
-
[key: string]: string;
|
|
3347
|
-
};
|
|
3348
|
-
static types(): {
|
|
3349
|
-
[key: string]: any;
|
|
3350
|
-
};
|
|
3351
|
-
constructor(map?: {
|
|
3352
|
-
[key: string]: any;
|
|
3353
|
-
});
|
|
3354
|
-
}
|
|
3355
1917
|
export declare class SaveReceiverDetailResponseBodyDataDetail extends $tea.Model {
|
|
3356
1918
|
email?: string;
|
|
3357
1919
|
static names(): {
|
|
@@ -3377,13 +1939,13 @@ export declare class SaveReceiverDetailResponseBodyData extends $tea.Model {
|
|
|
3377
1939
|
});
|
|
3378
1940
|
}
|
|
3379
1941
|
export declare class SenderStatisticsByTagNameAndBatchIDResponseBodyDataStat extends $tea.Model {
|
|
3380
|
-
unavailablePercent?: string;
|
|
3381
1942
|
createTime?: string;
|
|
3382
|
-
succeededPercent?: string;
|
|
3383
1943
|
faildCount?: string;
|
|
3384
|
-
unavailableCount?: string;
|
|
3385
|
-
successCount?: string;
|
|
3386
1944
|
requestCount?: string;
|
|
1945
|
+
succeededPercent?: string;
|
|
1946
|
+
successCount?: string;
|
|
1947
|
+
unavailableCount?: string;
|
|
1948
|
+
unavailablePercent?: string;
|
|
3387
1949
|
static names(): {
|
|
3388
1950
|
[key: string]: string;
|
|
3389
1951
|
};
|
|
@@ -3407,12 +1969,12 @@ export declare class SenderStatisticsByTagNameAndBatchIDResponseBodyData extends
|
|
|
3407
1969
|
});
|
|
3408
1970
|
}
|
|
3409
1971
|
export declare class SenderStatisticsDetailByParamResponseBodyDataMailDetail extends $tea.Model {
|
|
3410
|
-
|
|
1972
|
+
accountName?: string;
|
|
3411
1973
|
lastUpdateTime?: string;
|
|
3412
1974
|
message?: string;
|
|
1975
|
+
status?: number;
|
|
3413
1976
|
toAddress?: string;
|
|
3414
1977
|
utcLastUpdateTime?: string;
|
|
3415
|
-
accountName?: string;
|
|
3416
1978
|
static names(): {
|
|
3417
1979
|
[key: string]: string;
|
|
3418
1980
|
};
|
|
@@ -3440,130 +2002,72 @@ export default class Client extends OpenApi {
|
|
|
3440
2002
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
3441
2003
|
[key: string]: string;
|
|
3442
2004
|
}, endpoint: string): string;
|
|
3443
|
-
addIpfilterWithOptions(request: AddIpfilterRequest, runtime: $Util.RuntimeOptions): Promise<AddIpfilterResponse>;
|
|
3444
|
-
addIpfilter(request: AddIpfilterRequest): Promise<AddIpfilterResponse>;
|
|
3445
|
-
approveMailTemplateWithOptions(request: ApproveMailTemplateRequest, runtime: $Util.RuntimeOptions): Promise<ApproveMailTemplateResponse>;
|
|
3446
|
-
approveMailTemplate(request: ApproveMailTemplateRequest): Promise<ApproveMailTemplateResponse>;
|
|
3447
2005
|
approveReplyMailAddressWithOptions(request: ApproveReplyMailAddressRequest, runtime: $Util.RuntimeOptions): Promise<ApproveReplyMailAddressResponse>;
|
|
3448
2006
|
approveReplyMailAddress(request: ApproveReplyMailAddressRequest): Promise<ApproveReplyMailAddressResponse>;
|
|
3449
|
-
approveSmsTemplateWithOptions(request: ApproveSmsTemplateRequest, runtime: $Util.RuntimeOptions): Promise<ApproveSmsTemplateResponse>;
|
|
3450
|
-
approveSmsTemplate(request: ApproveSmsTemplateRequest): Promise<ApproveSmsTemplateResponse>;
|
|
3451
|
-
approveTemplateWithOptions(request: ApproveTemplateRequest, runtime: $Util.RuntimeOptions): Promise<ApproveTemplateResponse>;
|
|
3452
|
-
approveTemplate(request: ApproveTemplateRequest): Promise<ApproveTemplateResponse>;
|
|
3453
2007
|
batchSendMailWithOptions(request: BatchSendMailRequest, runtime: $Util.RuntimeOptions): Promise<BatchSendMailResponse>;
|
|
3454
2008
|
batchSendMail(request: BatchSendMailRequest): Promise<BatchSendMailResponse>;
|
|
3455
2009
|
checkDomainWithOptions(request: CheckDomainRequest, runtime: $Util.RuntimeOptions): Promise<CheckDomainResponse>;
|
|
3456
2010
|
checkDomain(request: CheckDomainRequest): Promise<CheckDomainResponse>;
|
|
3457
|
-
checkInvalidAddressWithOptions(request: CheckInvalidAddressRequest, runtime: $Util.RuntimeOptions): Promise<CheckInvalidAddressResponse>;
|
|
3458
|
-
checkInvalidAddress(request: CheckInvalidAddressRequest): Promise<CheckInvalidAddressResponse>;
|
|
3459
2011
|
checkReplyToMailAddressWithOptions(request: CheckReplyToMailAddressRequest, runtime: $Util.RuntimeOptions): Promise<CheckReplyToMailAddressResponse>;
|
|
3460
2012
|
checkReplyToMailAddress(request: CheckReplyToMailAddressRequest): Promise<CheckReplyToMailAddressResponse>;
|
|
3461
|
-
createDayuWithOptions(request: CreateDayuRequest, runtime: $Util.RuntimeOptions): Promise<CreateDayuResponse>;
|
|
3462
|
-
createDayu(request: CreateDayuRequest): Promise<CreateDayuResponse>;
|
|
3463
2013
|
createDomainWithOptions(request: CreateDomainRequest, runtime: $Util.RuntimeOptions): Promise<CreateDomainResponse>;
|
|
3464
2014
|
createDomain(request: CreateDomainRequest): Promise<CreateDomainResponse>;
|
|
3465
2015
|
createMailAddressWithOptions(request: CreateMailAddressRequest, runtime: $Util.RuntimeOptions): Promise<CreateMailAddressResponse>;
|
|
3466
2016
|
createMailAddress(request: CreateMailAddressRequest): Promise<CreateMailAddressResponse>;
|
|
3467
2017
|
createReceiverWithOptions(request: CreateReceiverRequest, runtime: $Util.RuntimeOptions): Promise<CreateReceiverResponse>;
|
|
3468
2018
|
createReceiver(request: CreateReceiverRequest): Promise<CreateReceiverResponse>;
|
|
3469
|
-
createSignWithOptions(request: CreateSignRequest, runtime: $Util.RuntimeOptions): Promise<CreateSignResponse>;
|
|
3470
|
-
createSign(request: CreateSignRequest): Promise<CreateSignResponse>;
|
|
3471
2019
|
createTagWithOptions(request: CreateTagRequest, runtime: $Util.RuntimeOptions): Promise<CreateTagResponse>;
|
|
3472
2020
|
createTag(request: CreateTagRequest): Promise<CreateTagResponse>;
|
|
3473
|
-
createTemplateWithOptions(request: CreateTemplateRequest, runtime: $Util.RuntimeOptions): Promise<CreateTemplateResponse>;
|
|
3474
|
-
createTemplate(request: CreateTemplateRequest): Promise<CreateTemplateResponse>;
|
|
3475
2021
|
deleteDomainWithOptions(request: DeleteDomainRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainResponse>;
|
|
3476
2022
|
deleteDomain(request: DeleteDomainRequest): Promise<DeleteDomainResponse>;
|
|
3477
|
-
deleteInvalidAddressWithOptions(request: DeleteInvalidAddressRequest, runtime: $Util.RuntimeOptions): Promise<DeleteInvalidAddressResponse>;
|
|
3478
|
-
deleteInvalidAddress(request: DeleteInvalidAddressRequest): Promise<DeleteInvalidAddressResponse>;
|
|
3479
|
-
deleteIpfilterByEdmIdWithOptions(request: DeleteIpfilterByEdmIdRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpfilterByEdmIdResponse>;
|
|
3480
|
-
deleteIpfilterByEdmId(request: DeleteIpfilterByEdmIdRequest): Promise<DeleteIpfilterByEdmIdResponse>;
|
|
3481
2023
|
deleteMailAddressWithOptions(request: DeleteMailAddressRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMailAddressResponse>;
|
|
3482
2024
|
deleteMailAddress(request: DeleteMailAddressRequest): Promise<DeleteMailAddressResponse>;
|
|
3483
2025
|
deleteReceiverWithOptions(request: DeleteReceiverRequest, runtime: $Util.RuntimeOptions): Promise<DeleteReceiverResponse>;
|
|
3484
2026
|
deleteReceiver(request: DeleteReceiverRequest): Promise<DeleteReceiverResponse>;
|
|
3485
2027
|
deleteReceiverDetailWithOptions(request: DeleteReceiverDetailRequest, runtime: $Util.RuntimeOptions): Promise<DeleteReceiverDetailResponse>;
|
|
3486
2028
|
deleteReceiverDetail(request: DeleteReceiverDetailRequest): Promise<DeleteReceiverDetailResponse>;
|
|
3487
|
-
deleteSignWithOptions(request: DeleteSignRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSignResponse>;
|
|
3488
|
-
deleteSign(request: DeleteSignRequest): Promise<DeleteSignResponse>;
|
|
3489
2029
|
deleteTagWithOptions(request: DeleteTagRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTagResponse>;
|
|
3490
2030
|
deleteTag(request: DeleteTagRequest): Promise<DeleteTagResponse>;
|
|
3491
|
-
deleteTemplateWithOptions(request: DeleteTemplateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTemplateResponse>;
|
|
3492
|
-
deleteTemplate(request: DeleteTemplateRequest): Promise<DeleteTemplateResponse>;
|
|
3493
2031
|
descAccountSummaryWithOptions(request: DescAccountSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescAccountSummaryResponse>;
|
|
3494
2032
|
descAccountSummary(request: DescAccountSummaryRequest): Promise<DescAccountSummaryResponse>;
|
|
3495
|
-
descAccountSummary2WithOptions(request: DescAccountSummary2Request, runtime: $Util.RuntimeOptions): Promise<DescAccountSummary2Response>;
|
|
3496
|
-
descAccountSummary2(request: DescAccountSummary2Request): Promise<DescAccountSummary2Response>;
|
|
3497
2033
|
descDomainWithOptions(request: DescDomainRequest, runtime: $Util.RuntimeOptions): Promise<DescDomainResponse>;
|
|
3498
2034
|
descDomain(request: DescDomainRequest): Promise<DescDomainResponse>;
|
|
3499
|
-
descTemplateWithOptions(request: DescTemplateRequest, runtime: $Util.RuntimeOptions): Promise<DescTemplateResponse>;
|
|
3500
|
-
descTemplate(request: DescTemplateRequest): Promise<DescTemplateResponse>;
|
|
3501
|
-
enableAccountWithOptions(request: EnableAccountRequest, runtime: $Util.RuntimeOptions): Promise<EnableAccountResponse>;
|
|
3502
|
-
enableAccount(request: EnableAccountRequest): Promise<EnableAccountResponse>;
|
|
3503
|
-
getAccountListWithOptions(request: GetAccountListRequest, runtime: $Util.RuntimeOptions): Promise<GetAccountListResponse>;
|
|
3504
|
-
getAccountList(request: GetAccountListRequest): Promise<GetAccountListResponse>;
|
|
3505
|
-
getIpfilterListWithOptions(request: GetIpfilterListRequest, runtime: $Util.RuntimeOptions): Promise<GetIpfilterListResponse>;
|
|
3506
|
-
getIpfilterList(request: GetIpfilterListRequest): Promise<GetIpfilterListResponse>;
|
|
3507
|
-
getIpProtectionWithOptions(request: GetIpProtectionRequest, runtime: $Util.RuntimeOptions): Promise<GetIpProtectionResponse>;
|
|
3508
|
-
getIpProtection(request: GetIpProtectionRequest): Promise<GetIpProtectionResponse>;
|
|
3509
|
-
getMailAddressMsgCallBackUrlWithOptions(request: GetMailAddressMsgCallBackUrlRequest, runtime: $Util.RuntimeOptions): Promise<GetMailAddressMsgCallBackUrlResponse>;
|
|
3510
|
-
getMailAddressMsgCallBackUrl(request: GetMailAddressMsgCallBackUrlRequest): Promise<GetMailAddressMsgCallBackUrlResponse>;
|
|
3511
2035
|
getRegionListWithOptions(request: GetRegionListRequest, runtime: $Util.RuntimeOptions): Promise<GetRegionListResponse>;
|
|
3512
2036
|
getRegionList(request: GetRegionListRequest): Promise<GetRegionListResponse>;
|
|
3513
|
-
getSenderAddressListWithOptions(request: GetSenderAddressListRequest, runtime: $Util.RuntimeOptions): Promise<GetSenderAddressListResponse>;
|
|
3514
|
-
getSenderAddressList(request: GetSenderAddressListRequest): Promise<GetSenderAddressListResponse>;
|
|
3515
2037
|
getTrackListWithOptions(request: GetTrackListRequest, runtime: $Util.RuntimeOptions): Promise<GetTrackListResponse>;
|
|
3516
2038
|
getTrackList(request: GetTrackListRequest): Promise<GetTrackListResponse>;
|
|
3517
2039
|
getTrackListByMailFromAndTagNameWithOptions(request: GetTrackListByMailFromAndTagNameRequest, runtime: $Util.RuntimeOptions): Promise<GetTrackListByMailFromAndTagNameResponse>;
|
|
3518
2040
|
getTrackListByMailFromAndTagName(request: GetTrackListByMailFromAndTagNameRequest): Promise<GetTrackListByMailFromAndTagNameResponse>;
|
|
3519
|
-
migrateMarketWithOptions(request: MigrateMarketRequest, runtime: $Util.RuntimeOptions): Promise<MigrateMarketResponse>;
|
|
3520
|
-
migrateMarket(request: MigrateMarketRequest): Promise<MigrateMarketResponse>;
|
|
3521
|
-
modifyAccountNotificationWithOptions(request: ModifyAccountNotificationRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAccountNotificationResponse>;
|
|
3522
|
-
modifyAccountNotification(request: ModifyAccountNotificationRequest): Promise<ModifyAccountNotificationResponse>;
|
|
3523
2041
|
modifyMailAddressWithOptions(request: ModifyMailAddressRequest, runtime: $Util.RuntimeOptions): Promise<ModifyMailAddressResponse>;
|
|
3524
2042
|
modifyMailAddress(request: ModifyMailAddressRequest): Promise<ModifyMailAddressResponse>;
|
|
3525
2043
|
modifyPWByDomainWithOptions(request: ModifyPWByDomainRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPWByDomainResponse>;
|
|
3526
2044
|
modifyPWByDomain(request: ModifyPWByDomainRequest): Promise<ModifyPWByDomainResponse>;
|
|
3527
|
-
modifySenderAddressNotificationWithOptions(request: ModifySenderAddressNotificationRequest, runtime: $Util.RuntimeOptions): Promise<ModifySenderAddressNotificationResponse>;
|
|
3528
|
-
modifySenderAddressNotification(request: ModifySenderAddressNotificationRequest): Promise<ModifySenderAddressNotificationResponse>;
|
|
3529
2045
|
modifyTagWithOptions(request: ModifyTagRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTagResponse>;
|
|
3530
2046
|
modifyTag(request: ModifyTagRequest): Promise<ModifyTagResponse>;
|
|
3531
|
-
modifyTemplateWithOptions(request: ModifyTemplateRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTemplateResponse>;
|
|
3532
|
-
modifyTemplate(request: ModifyTemplateRequest): Promise<ModifyTemplateResponse>;
|
|
3533
2047
|
queryDomainByParamWithOptions(request: QueryDomainByParamRequest, runtime: $Util.RuntimeOptions): Promise<QueryDomainByParamResponse>;
|
|
3534
2048
|
queryDomainByParam(request: QueryDomainByParamRequest): Promise<QueryDomainByParamResponse>;
|
|
3535
2049
|
queryInvalidAddressWithOptions(request: QueryInvalidAddressRequest, runtime: $Util.RuntimeOptions): Promise<QueryInvalidAddressResponse>;
|
|
3536
2050
|
queryInvalidAddress(request: QueryInvalidAddressRequest): Promise<QueryInvalidAddressResponse>;
|
|
2051
|
+
queryMailAddressByParamWithOptions(request: QueryMailAddressByParamRequest, runtime: $Util.RuntimeOptions): Promise<QueryMailAddressByParamResponse>;
|
|
2052
|
+
queryMailAddressByParam(request: QueryMailAddressByParamRequest): Promise<QueryMailAddressByParamResponse>;
|
|
3537
2053
|
queryReceiverByParamWithOptions(request: QueryReceiverByParamRequest, runtime: $Util.RuntimeOptions): Promise<QueryReceiverByParamResponse>;
|
|
3538
2054
|
queryReceiverByParam(request: QueryReceiverByParamRequest): Promise<QueryReceiverByParamResponse>;
|
|
3539
2055
|
queryReceiverDetailWithOptions(request: QueryReceiverDetailRequest, runtime: $Util.RuntimeOptions): Promise<QueryReceiverDetailResponse>;
|
|
3540
2056
|
queryReceiverDetail(request: QueryReceiverDetailRequest): Promise<QueryReceiverDetailResponse>;
|
|
3541
|
-
querySignByParamWithOptions(request: QuerySignByParamRequest, runtime: $Util.RuntimeOptions): Promise<QuerySignByParamResponse>;
|
|
3542
|
-
querySignByParam(request: QuerySignByParamRequest): Promise<QuerySignByParamResponse>;
|
|
3543
|
-
querySmsStatisticsWithOptions(request: QuerySmsStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<QuerySmsStatisticsResponse>;
|
|
3544
|
-
querySmsStatistics(request: QuerySmsStatisticsRequest): Promise<QuerySmsStatisticsResponse>;
|
|
3545
2057
|
queryTagByParamWithOptions(request: QueryTagByParamRequest, runtime: $Util.RuntimeOptions): Promise<QueryTagByParamResponse>;
|
|
3546
2058
|
queryTagByParam(request: QueryTagByParamRequest): Promise<QueryTagByParamResponse>;
|
|
3547
2059
|
queryTaskByParamWithOptions(request: QueryTaskByParamRequest, runtime: $Util.RuntimeOptions): Promise<QueryTaskByParamResponse>;
|
|
3548
2060
|
queryTaskByParam(request: QueryTaskByParamRequest): Promise<QueryTaskByParamResponse>;
|
|
3549
|
-
queryTemplateByParamWithOptions(request: QueryTemplateByParamRequest, runtime: $Util.RuntimeOptions): Promise<QueryTemplateByParamResponse>;
|
|
3550
|
-
queryTemplateByParam(request: QueryTemplateByParamRequest): Promise<QueryTemplateByParamResponse>;
|
|
3551
2061
|
saveReceiverDetailWithOptions(request: SaveReceiverDetailRequest, runtime: $Util.RuntimeOptions): Promise<SaveReceiverDetailResponse>;
|
|
3552
2062
|
saveReceiverDetail(request: SaveReceiverDetailRequest): Promise<SaveReceiverDetailResponse>;
|
|
2063
|
+
sendTestByTemplateWithOptions(request: SendTestByTemplateRequest, runtime: $Util.RuntimeOptions): Promise<SendTestByTemplateResponse>;
|
|
2064
|
+
sendTestByTemplate(request: SendTestByTemplateRequest): Promise<SendTestByTemplateResponse>;
|
|
3553
2065
|
senderStatisticsByTagNameAndBatchIDWithOptions(request: SenderStatisticsByTagNameAndBatchIDRequest, runtime: $Util.RuntimeOptions): Promise<SenderStatisticsByTagNameAndBatchIDResponse>;
|
|
3554
2066
|
senderStatisticsByTagNameAndBatchID(request: SenderStatisticsByTagNameAndBatchIDRequest): Promise<SenderStatisticsByTagNameAndBatchIDResponse>;
|
|
3555
2067
|
senderStatisticsDetailByParamWithOptions(request: SenderStatisticsDetailByParamRequest, runtime: $Util.RuntimeOptions): Promise<SenderStatisticsDetailByParamResponse>;
|
|
3556
2068
|
senderStatisticsDetailByParam(request: SenderStatisticsDetailByParamRequest): Promise<SenderStatisticsDetailByParamResponse>;
|
|
3557
|
-
sendTestByTemplateWithOptions(request: SendTestByTemplateRequest, runtime: $Util.RuntimeOptions): Promise<SendTestByTemplateResponse>;
|
|
3558
|
-
sendTestByTemplate(request: SendTestByTemplateRequest): Promise<SendTestByTemplateResponse>;
|
|
3559
2069
|
singleSendMailWithOptions(request: SingleSendMailRequest, runtime: $Util.RuntimeOptions): Promise<SingleSendMailResponse>;
|
|
3560
2070
|
singleSendMail(request: SingleSendMailRequest): Promise<SingleSendMailResponse>;
|
|
3561
|
-
singleSendSmsWithOptions(request: SingleSendSmsRequest, runtime: $Util.RuntimeOptions): Promise<SingleSendSmsResponse>;
|
|
3562
|
-
singleSendSms(request: SingleSendSmsRequest): Promise<SingleSendSmsResponse>;
|
|
3563
|
-
updateDomainTrackNameWithOptions(request: UpdateDomainTrackNameRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainTrackNameResponse>;
|
|
3564
|
-
updateDomainTrackName(request: UpdateDomainTrackNameRequest): Promise<UpdateDomainTrackNameResponse>;
|
|
3565
|
-
updateIpProtectionWithOptions(request: UpdateIpProtectionRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpProtectionResponse>;
|
|
3566
|
-
updateIpProtection(request: UpdateIpProtectionRequest): Promise<UpdateIpProtectionResponse>;
|
|
3567
2071
|
updateMailAddressMsgCallBackUrlWithOptions(request: UpdateMailAddressMsgCallBackUrlRequest, runtime: $Util.RuntimeOptions): Promise<UpdateMailAddressMsgCallBackUrlResponse>;
|
|
3568
2072
|
updateMailAddressMsgCallBackUrl(request: UpdateMailAddressMsgCallBackUrlRequest): Promise<UpdateMailAddressMsgCallBackUrlResponse>;
|
|
3569
2073
|
}
|