@alicloud/dm20151123 1.0.0 → 1.0.3
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 +486 -1772
- package/dist/client.js +2262 -3073
- package/dist/client.js.map +1 -1
- package/package.json +5 -4
- package/src/client.ts +2682 -3731
package/dist/client.d.ts
CHANGED
|
@@ -5,10 +5,10 @@ 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
7
|
export declare class AddIpfilterRequest extends $tea.Model {
|
|
8
|
+
ipAddress?: string;
|
|
8
9
|
ownerId?: number;
|
|
9
10
|
resourceOwnerAccount?: string;
|
|
10
11
|
resourceOwnerId?: number;
|
|
11
|
-
ipAddress?: string;
|
|
12
12
|
static names(): {
|
|
13
13
|
[key: string]: string;
|
|
14
14
|
};
|
|
@@ -35,6 +35,7 @@ export declare class AddIpfilterResponse extends $tea.Model {
|
|
|
35
35
|
headers: {
|
|
36
36
|
[key: string]: string;
|
|
37
37
|
};
|
|
38
|
+
statusCode: number;
|
|
38
39
|
body: AddIpfilterResponseBody;
|
|
39
40
|
static names(): {
|
|
40
41
|
[key: string]: string;
|
|
@@ -46,12 +47,11 @@ export declare class AddIpfilterResponse extends $tea.Model {
|
|
|
46
47
|
[key: string]: any;
|
|
47
48
|
});
|
|
48
49
|
}
|
|
49
|
-
export declare class
|
|
50
|
+
export declare class ApproveReplyMailAddressRequest extends $tea.Model {
|
|
50
51
|
ownerId?: number;
|
|
51
52
|
resourceOwnerAccount?: string;
|
|
52
53
|
resourceOwnerId?: number;
|
|
53
|
-
|
|
54
|
-
fromType?: number;
|
|
54
|
+
ticket?: string;
|
|
55
55
|
static names(): {
|
|
56
56
|
[key: string]: string;
|
|
57
57
|
};
|
|
@@ -62,7 +62,7 @@ export declare class ApproveMailTemplateRequest extends $tea.Model {
|
|
|
62
62
|
[key: string]: any;
|
|
63
63
|
});
|
|
64
64
|
}
|
|
65
|
-
export declare class
|
|
65
|
+
export declare class ApproveReplyMailAddressResponseBody extends $tea.Model {
|
|
66
66
|
requestId?: string;
|
|
67
67
|
static names(): {
|
|
68
68
|
[key: string]: string;
|
|
@@ -74,11 +74,12 @@ export declare class ApproveMailTemplateResponseBody extends $tea.Model {
|
|
|
74
74
|
[key: string]: any;
|
|
75
75
|
});
|
|
76
76
|
}
|
|
77
|
-
export declare class
|
|
77
|
+
export declare class ApproveReplyMailAddressResponse extends $tea.Model {
|
|
78
78
|
headers: {
|
|
79
79
|
[key: string]: string;
|
|
80
80
|
};
|
|
81
|
-
|
|
81
|
+
statusCode: number;
|
|
82
|
+
body: ApproveReplyMailAddressResponseBody;
|
|
82
83
|
static names(): {
|
|
83
84
|
[key: string]: string;
|
|
84
85
|
};
|
|
@@ -89,11 +90,18 @@ export declare class ApproveMailTemplateResponse extends $tea.Model {
|
|
|
89
90
|
[key: string]: any;
|
|
90
91
|
});
|
|
91
92
|
}
|
|
92
|
-
export declare class
|
|
93
|
+
export declare class BatchSendMailRequest extends $tea.Model {
|
|
94
|
+
accountName?: string;
|
|
95
|
+
addressType?: number;
|
|
96
|
+
clickTrace?: string;
|
|
93
97
|
ownerId?: number;
|
|
98
|
+
receiversName?: string;
|
|
99
|
+
replyAddress?: string;
|
|
100
|
+
replyAddressAlias?: string;
|
|
94
101
|
resourceOwnerAccount?: string;
|
|
95
102
|
resourceOwnerId?: number;
|
|
96
|
-
|
|
103
|
+
tagName?: string;
|
|
104
|
+
templateName?: string;
|
|
97
105
|
static names(): {
|
|
98
106
|
[key: string]: string;
|
|
99
107
|
};
|
|
@@ -104,7 +112,8 @@ export declare class ApproveReplyMailAddressRequest extends $tea.Model {
|
|
|
104
112
|
[key: string]: any;
|
|
105
113
|
});
|
|
106
114
|
}
|
|
107
|
-
export declare class
|
|
115
|
+
export declare class BatchSendMailResponseBody extends $tea.Model {
|
|
116
|
+
envId?: string;
|
|
108
117
|
requestId?: string;
|
|
109
118
|
static names(): {
|
|
110
119
|
[key: string]: string;
|
|
@@ -116,11 +125,12 @@ export declare class ApproveReplyMailAddressResponseBody extends $tea.Model {
|
|
|
116
125
|
[key: string]: any;
|
|
117
126
|
});
|
|
118
127
|
}
|
|
119
|
-
export declare class
|
|
128
|
+
export declare class BatchSendMailResponse extends $tea.Model {
|
|
120
129
|
headers: {
|
|
121
130
|
[key: string]: string;
|
|
122
131
|
};
|
|
123
|
-
|
|
132
|
+
statusCode: number;
|
|
133
|
+
body: BatchSendMailResponseBody;
|
|
124
134
|
static names(): {
|
|
125
135
|
[key: string]: string;
|
|
126
136
|
};
|
|
@@ -131,12 +141,11 @@ export declare class ApproveReplyMailAddressResponse extends $tea.Model {
|
|
|
131
141
|
[key: string]: any;
|
|
132
142
|
});
|
|
133
143
|
}
|
|
134
|
-
export declare class
|
|
144
|
+
export declare class CheckDomainRequest extends $tea.Model {
|
|
145
|
+
domainId?: number;
|
|
135
146
|
ownerId?: number;
|
|
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,8 @@ export declare class ApproveSmsTemplateRequest extends $tea.Model {
|
|
|
147
156
|
[key: string]: any;
|
|
148
157
|
});
|
|
149
158
|
}
|
|
150
|
-
export declare class
|
|
159
|
+
export declare class CheckDomainResponseBody extends $tea.Model {
|
|
160
|
+
domainStatus?: number;
|
|
151
161
|
requestId?: string;
|
|
152
162
|
static names(): {
|
|
153
163
|
[key: string]: string;
|
|
@@ -159,11 +169,12 @@ export declare class ApproveSmsTemplateResponseBody extends $tea.Model {
|
|
|
159
169
|
[key: string]: any;
|
|
160
170
|
});
|
|
161
171
|
}
|
|
162
|
-
export declare class
|
|
172
|
+
export declare class CheckDomainResponse extends $tea.Model {
|
|
163
173
|
headers: {
|
|
164
174
|
[key: string]: string;
|
|
165
175
|
};
|
|
166
|
-
|
|
176
|
+
statusCode: number;
|
|
177
|
+
body: CheckDomainResponseBody;
|
|
167
178
|
static names(): {
|
|
168
179
|
[key: string]: string;
|
|
169
180
|
};
|
|
@@ -174,12 +185,13 @@ export declare class ApproveSmsTemplateResponse extends $tea.Model {
|
|
|
174
185
|
[key: string]: any;
|
|
175
186
|
});
|
|
176
187
|
}
|
|
177
|
-
export declare class
|
|
188
|
+
export declare class CheckReplyToMailAddressRequest extends $tea.Model {
|
|
189
|
+
lang?: string;
|
|
190
|
+
mailAddressId?: number;
|
|
178
191
|
ownerId?: number;
|
|
192
|
+
region?: string;
|
|
179
193
|
resourceOwnerAccount?: string;
|
|
180
194
|
resourceOwnerId?: number;
|
|
181
|
-
templateId?: number;
|
|
182
|
-
fromType?: number;
|
|
183
195
|
static names(): {
|
|
184
196
|
[key: string]: string;
|
|
185
197
|
};
|
|
@@ -190,7 +202,7 @@ export declare class ApproveTemplateRequest extends $tea.Model {
|
|
|
190
202
|
[key: string]: any;
|
|
191
203
|
});
|
|
192
204
|
}
|
|
193
|
-
export declare class
|
|
205
|
+
export declare class CheckReplyToMailAddressResponseBody extends $tea.Model {
|
|
194
206
|
requestId?: string;
|
|
195
207
|
static names(): {
|
|
196
208
|
[key: string]: string;
|
|
@@ -202,11 +214,12 @@ export declare class ApproveTemplateResponseBody extends $tea.Model {
|
|
|
202
214
|
[key: string]: any;
|
|
203
215
|
});
|
|
204
216
|
}
|
|
205
|
-
export declare class
|
|
217
|
+
export declare class CheckReplyToMailAddressResponse extends $tea.Model {
|
|
206
218
|
headers: {
|
|
207
219
|
[key: string]: string;
|
|
208
220
|
};
|
|
209
|
-
|
|
221
|
+
statusCode: number;
|
|
222
|
+
body: CheckReplyToMailAddressResponseBody;
|
|
210
223
|
static names(): {
|
|
211
224
|
[key: string]: string;
|
|
212
225
|
};
|
|
@@ -217,18 +230,11 @@ export declare class ApproveTemplateResponse extends $tea.Model {
|
|
|
217
230
|
[key: string]: any;
|
|
218
231
|
});
|
|
219
232
|
}
|
|
220
|
-
export declare class
|
|
233
|
+
export declare class CreateDomainRequest extends $tea.Model {
|
|
234
|
+
domainName?: string;
|
|
221
235
|
ownerId?: number;
|
|
222
236
|
resourceOwnerAccount?: string;
|
|
223
237
|
resourceOwnerId?: number;
|
|
224
|
-
templateName?: string;
|
|
225
|
-
accountName?: string;
|
|
226
|
-
receiversName?: string;
|
|
227
|
-
addressType?: number;
|
|
228
|
-
tagName?: string;
|
|
229
|
-
replyAddress?: string;
|
|
230
|
-
replyAddressAlias?: string;
|
|
231
|
-
clickTrace?: string;
|
|
232
238
|
static names(): {
|
|
233
239
|
[key: string]: string;
|
|
234
240
|
};
|
|
@@ -239,9 +245,9 @@ export declare class BatchSendMailRequest extends $tea.Model {
|
|
|
239
245
|
[key: string]: any;
|
|
240
246
|
});
|
|
241
247
|
}
|
|
242
|
-
export declare class
|
|
248
|
+
export declare class CreateDomainResponseBody extends $tea.Model {
|
|
249
|
+
domainId?: string;
|
|
243
250
|
requestId?: string;
|
|
244
|
-
envId?: string;
|
|
245
251
|
static names(): {
|
|
246
252
|
[key: string]: string;
|
|
247
253
|
};
|
|
@@ -252,11 +258,12 @@ export declare class BatchSendMailResponseBody extends $tea.Model {
|
|
|
252
258
|
[key: string]: any;
|
|
253
259
|
});
|
|
254
260
|
}
|
|
255
|
-
export declare class
|
|
261
|
+
export declare class CreateDomainResponse extends $tea.Model {
|
|
256
262
|
headers: {
|
|
257
263
|
[key: string]: string;
|
|
258
264
|
};
|
|
259
|
-
|
|
265
|
+
statusCode: number;
|
|
266
|
+
body: CreateDomainResponseBody;
|
|
260
267
|
static names(): {
|
|
261
268
|
[key: string]: string;
|
|
262
269
|
};
|
|
@@ -267,11 +274,13 @@ export declare class BatchSendMailResponse extends $tea.Model {
|
|
|
267
274
|
[key: string]: any;
|
|
268
275
|
});
|
|
269
276
|
}
|
|
270
|
-
export declare class
|
|
277
|
+
export declare class CreateMailAddressRequest extends $tea.Model {
|
|
278
|
+
accountName?: string;
|
|
271
279
|
ownerId?: number;
|
|
280
|
+
replyAddress?: string;
|
|
272
281
|
resourceOwnerAccount?: string;
|
|
273
282
|
resourceOwnerId?: number;
|
|
274
|
-
|
|
283
|
+
sendtype?: string;
|
|
275
284
|
static names(): {
|
|
276
285
|
[key: string]: string;
|
|
277
286
|
};
|
|
@@ -282,9 +291,9 @@ export declare class CheckDomainRequest extends $tea.Model {
|
|
|
282
291
|
[key: string]: any;
|
|
283
292
|
});
|
|
284
293
|
}
|
|
285
|
-
export declare class
|
|
294
|
+
export declare class CreateMailAddressResponseBody extends $tea.Model {
|
|
295
|
+
mailAddressId?: string;
|
|
286
296
|
requestId?: string;
|
|
287
|
-
domainStatus?: number;
|
|
288
297
|
static names(): {
|
|
289
298
|
[key: string]: string;
|
|
290
299
|
};
|
|
@@ -295,11 +304,12 @@ export declare class CheckDomainResponseBody extends $tea.Model {
|
|
|
295
304
|
[key: string]: any;
|
|
296
305
|
});
|
|
297
306
|
}
|
|
298
|
-
export declare class
|
|
307
|
+
export declare class CreateMailAddressResponse extends $tea.Model {
|
|
299
308
|
headers: {
|
|
300
309
|
[key: string]: string;
|
|
301
310
|
};
|
|
302
|
-
|
|
311
|
+
statusCode: number;
|
|
312
|
+
body: CreateMailAddressResponseBody;
|
|
303
313
|
static names(): {
|
|
304
314
|
[key: string]: string;
|
|
305
315
|
};
|
|
@@ -310,11 +320,13 @@ export declare class CheckDomainResponse extends $tea.Model {
|
|
|
310
320
|
[key: string]: any;
|
|
311
321
|
});
|
|
312
322
|
}
|
|
313
|
-
export declare class
|
|
323
|
+
export declare class CreateReceiverRequest extends $tea.Model {
|
|
324
|
+
desc?: string;
|
|
314
325
|
ownerId?: number;
|
|
326
|
+
receiversAlias?: string;
|
|
327
|
+
receiversName?: string;
|
|
315
328
|
resourceOwnerAccount?: string;
|
|
316
329
|
resourceOwnerId?: number;
|
|
317
|
-
toAddress?: string;
|
|
318
330
|
static names(): {
|
|
319
331
|
[key: string]: string;
|
|
320
332
|
};
|
|
@@ -325,7 +337,8 @@ export declare class CheckInvalidAddressRequest extends $tea.Model {
|
|
|
325
337
|
[key: string]: any;
|
|
326
338
|
});
|
|
327
339
|
}
|
|
328
|
-
export declare class
|
|
340
|
+
export declare class CreateReceiverResponseBody extends $tea.Model {
|
|
341
|
+
receiverId?: string;
|
|
329
342
|
requestId?: string;
|
|
330
343
|
static names(): {
|
|
331
344
|
[key: string]: string;
|
|
@@ -337,11 +350,12 @@ export declare class CheckInvalidAddressResponseBody extends $tea.Model {
|
|
|
337
350
|
[key: string]: any;
|
|
338
351
|
});
|
|
339
352
|
}
|
|
340
|
-
export declare class
|
|
353
|
+
export declare class CreateReceiverResponse extends $tea.Model {
|
|
341
354
|
headers: {
|
|
342
355
|
[key: string]: string;
|
|
343
356
|
};
|
|
344
|
-
|
|
357
|
+
statusCode: number;
|
|
358
|
+
body: CreateReceiverResponseBody;
|
|
345
359
|
static names(): {
|
|
346
360
|
[key: string]: string;
|
|
347
361
|
};
|
|
@@ -352,13 +366,11 @@ export declare class CheckInvalidAddressResponse extends $tea.Model {
|
|
|
352
366
|
[key: string]: any;
|
|
353
367
|
});
|
|
354
368
|
}
|
|
355
|
-
export declare class
|
|
369
|
+
export declare class CreateTagRequest extends $tea.Model {
|
|
356
370
|
ownerId?: number;
|
|
357
371
|
resourceOwnerAccount?: string;
|
|
358
372
|
resourceOwnerId?: number;
|
|
359
|
-
|
|
360
|
-
region?: string;
|
|
361
|
-
mailAddressId?: number;
|
|
373
|
+
tagName?: string;
|
|
362
374
|
static names(): {
|
|
363
375
|
[key: string]: string;
|
|
364
376
|
};
|
|
@@ -369,8 +381,9 @@ export declare class CheckReplyToMailAddressRequest extends $tea.Model {
|
|
|
369
381
|
[key: string]: any;
|
|
370
382
|
});
|
|
371
383
|
}
|
|
372
|
-
export declare class
|
|
384
|
+
export declare class CreateTagResponseBody extends $tea.Model {
|
|
373
385
|
requestId?: string;
|
|
386
|
+
tagId?: string;
|
|
374
387
|
static names(): {
|
|
375
388
|
[key: string]: string;
|
|
376
389
|
};
|
|
@@ -381,11 +394,12 @@ export declare class CheckReplyToMailAddressResponseBody extends $tea.Model {
|
|
|
381
394
|
[key: string]: any;
|
|
382
395
|
});
|
|
383
396
|
}
|
|
384
|
-
export declare class
|
|
397
|
+
export declare class CreateTagResponse extends $tea.Model {
|
|
385
398
|
headers: {
|
|
386
399
|
[key: string]: string;
|
|
387
400
|
};
|
|
388
|
-
|
|
401
|
+
statusCode: number;
|
|
402
|
+
body: CreateTagResponseBody;
|
|
389
403
|
static names(): {
|
|
390
404
|
[key: string]: string;
|
|
391
405
|
};
|
|
@@ -396,11 +410,11 @@ export declare class CheckReplyToMailAddressResponse extends $tea.Model {
|
|
|
396
410
|
[key: string]: any;
|
|
397
411
|
});
|
|
398
412
|
}
|
|
399
|
-
export declare class
|
|
413
|
+
export declare class DeleteDomainRequest extends $tea.Model {
|
|
414
|
+
domainId?: number;
|
|
400
415
|
ownerId?: number;
|
|
401
416
|
resourceOwnerAccount?: string;
|
|
402
417
|
resourceOwnerId?: number;
|
|
403
|
-
accountType?: number;
|
|
404
418
|
static names(): {
|
|
405
419
|
[key: string]: string;
|
|
406
420
|
};
|
|
@@ -411,7 +425,7 @@ export declare class CreateDayuRequest extends $tea.Model {
|
|
|
411
425
|
[key: string]: any;
|
|
412
426
|
});
|
|
413
427
|
}
|
|
414
|
-
export declare class
|
|
428
|
+
export declare class DeleteDomainResponseBody extends $tea.Model {
|
|
415
429
|
requestId?: string;
|
|
416
430
|
static names(): {
|
|
417
431
|
[key: string]: string;
|
|
@@ -423,11 +437,12 @@ export declare class CreateDayuResponseBody extends $tea.Model {
|
|
|
423
437
|
[key: string]: any;
|
|
424
438
|
});
|
|
425
439
|
}
|
|
426
|
-
export declare class
|
|
440
|
+
export declare class DeleteDomainResponse extends $tea.Model {
|
|
427
441
|
headers: {
|
|
428
442
|
[key: string]: string;
|
|
429
443
|
};
|
|
430
|
-
|
|
444
|
+
statusCode: number;
|
|
445
|
+
body: DeleteDomainResponseBody;
|
|
431
446
|
static names(): {
|
|
432
447
|
[key: string]: string;
|
|
433
448
|
};
|
|
@@ -438,11 +453,12 @@ export declare class CreateDayuResponse extends $tea.Model {
|
|
|
438
453
|
[key: string]: any;
|
|
439
454
|
});
|
|
440
455
|
}
|
|
441
|
-
export declare class
|
|
456
|
+
export declare class DeleteIpfilterByEdmIdRequest extends $tea.Model {
|
|
457
|
+
fromType?: number;
|
|
458
|
+
id?: string;
|
|
442
459
|
ownerId?: number;
|
|
443
460
|
resourceOwnerAccount?: string;
|
|
444
461
|
resourceOwnerId?: number;
|
|
445
|
-
domainName?: string;
|
|
446
462
|
static names(): {
|
|
447
463
|
[key: string]: string;
|
|
448
464
|
};
|
|
@@ -453,8 +469,7 @@ export declare class CreateDomainRequest extends $tea.Model {
|
|
|
453
469
|
[key: string]: any;
|
|
454
470
|
});
|
|
455
471
|
}
|
|
456
|
-
export declare class
|
|
457
|
-
domainId?: string;
|
|
472
|
+
export declare class DeleteIpfilterByEdmIdResponseBody extends $tea.Model {
|
|
458
473
|
requestId?: string;
|
|
459
474
|
static names(): {
|
|
460
475
|
[key: string]: string;
|
|
@@ -466,11 +481,12 @@ export declare class CreateDomainResponseBody extends $tea.Model {
|
|
|
466
481
|
[key: string]: any;
|
|
467
482
|
});
|
|
468
483
|
}
|
|
469
|
-
export declare class
|
|
484
|
+
export declare class DeleteIpfilterByEdmIdResponse extends $tea.Model {
|
|
470
485
|
headers: {
|
|
471
486
|
[key: string]: string;
|
|
472
487
|
};
|
|
473
|
-
|
|
488
|
+
statusCode: number;
|
|
489
|
+
body: DeleteIpfilterByEdmIdResponseBody;
|
|
474
490
|
static names(): {
|
|
475
491
|
[key: string]: string;
|
|
476
492
|
};
|
|
@@ -481,13 +497,11 @@ export declare class CreateDomainResponse extends $tea.Model {
|
|
|
481
497
|
[key: string]: any;
|
|
482
498
|
});
|
|
483
499
|
}
|
|
484
|
-
export declare class
|
|
500
|
+
export declare class DeleteMailAddressRequest extends $tea.Model {
|
|
501
|
+
mailAddressId?: number;
|
|
485
502
|
ownerId?: number;
|
|
486
503
|
resourceOwnerAccount?: string;
|
|
487
504
|
resourceOwnerId?: number;
|
|
488
|
-
accountName?: string;
|
|
489
|
-
replyAddress?: string;
|
|
490
|
-
sendtype?: string;
|
|
491
505
|
static names(): {
|
|
492
506
|
[key: string]: string;
|
|
493
507
|
};
|
|
@@ -498,9 +512,8 @@ export declare class CreateMailAddressRequest extends $tea.Model {
|
|
|
498
512
|
[key: string]: any;
|
|
499
513
|
});
|
|
500
514
|
}
|
|
501
|
-
export declare class
|
|
515
|
+
export declare class DeleteMailAddressResponseBody extends $tea.Model {
|
|
502
516
|
requestId?: string;
|
|
503
|
-
mailAddressId?: string;
|
|
504
517
|
static names(): {
|
|
505
518
|
[key: string]: string;
|
|
506
519
|
};
|
|
@@ -511,11 +524,12 @@ export declare class CreateMailAddressResponseBody extends $tea.Model {
|
|
|
511
524
|
[key: string]: any;
|
|
512
525
|
});
|
|
513
526
|
}
|
|
514
|
-
export declare class
|
|
527
|
+
export declare class DeleteMailAddressResponse extends $tea.Model {
|
|
515
528
|
headers: {
|
|
516
529
|
[key: string]: string;
|
|
517
530
|
};
|
|
518
|
-
|
|
531
|
+
statusCode: number;
|
|
532
|
+
body: DeleteMailAddressResponseBody;
|
|
519
533
|
static names(): {
|
|
520
534
|
[key: string]: string;
|
|
521
535
|
};
|
|
@@ -526,13 +540,11 @@ export declare class CreateMailAddressResponse extends $tea.Model {
|
|
|
526
540
|
[key: string]: any;
|
|
527
541
|
});
|
|
528
542
|
}
|
|
529
|
-
export declare class
|
|
543
|
+
export declare class DeleteReceiverRequest extends $tea.Model {
|
|
530
544
|
ownerId?: number;
|
|
545
|
+
receiverId?: string;
|
|
531
546
|
resourceOwnerAccount?: string;
|
|
532
547
|
resourceOwnerId?: number;
|
|
533
|
-
receiversName?: string;
|
|
534
|
-
receiversAlias?: string;
|
|
535
|
-
desc?: string;
|
|
536
548
|
static names(): {
|
|
537
549
|
[key: string]: string;
|
|
538
550
|
};
|
|
@@ -543,8 +555,7 @@ export declare class CreateReceiverRequest extends $tea.Model {
|
|
|
543
555
|
[key: string]: any;
|
|
544
556
|
});
|
|
545
557
|
}
|
|
546
|
-
export declare class
|
|
547
|
-
receiverId?: string;
|
|
558
|
+
export declare class DeleteReceiverResponseBody extends $tea.Model {
|
|
548
559
|
requestId?: string;
|
|
549
560
|
static names(): {
|
|
550
561
|
[key: string]: string;
|
|
@@ -556,11 +567,12 @@ export declare class CreateReceiverResponseBody extends $tea.Model {
|
|
|
556
567
|
[key: string]: any;
|
|
557
568
|
});
|
|
558
569
|
}
|
|
559
|
-
export declare class
|
|
570
|
+
export declare class DeleteReceiverResponse extends $tea.Model {
|
|
560
571
|
headers: {
|
|
561
572
|
[key: string]: string;
|
|
562
573
|
};
|
|
563
|
-
|
|
574
|
+
statusCode: number;
|
|
575
|
+
body: DeleteReceiverResponseBody;
|
|
564
576
|
static names(): {
|
|
565
577
|
[key: string]: string;
|
|
566
578
|
};
|
|
@@ -571,15 +583,12 @@ export declare class CreateReceiverResponse extends $tea.Model {
|
|
|
571
583
|
[key: string]: any;
|
|
572
584
|
});
|
|
573
585
|
}
|
|
574
|
-
export declare class
|
|
586
|
+
export declare class DeleteReceiverDetailRequest extends $tea.Model {
|
|
587
|
+
email?: string;
|
|
575
588
|
ownerId?: number;
|
|
589
|
+
receiverId?: string;
|
|
576
590
|
resourceOwnerAccount?: string;
|
|
577
591
|
resourceOwnerId?: number;
|
|
578
|
-
signName?: string;
|
|
579
|
-
remark?: string;
|
|
580
|
-
signType?: number;
|
|
581
|
-
fileNames?: string;
|
|
582
|
-
fromType?: number;
|
|
583
592
|
static names(): {
|
|
584
593
|
[key: string]: string;
|
|
585
594
|
};
|
|
@@ -590,7 +599,7 @@ export declare class CreateSignRequest extends $tea.Model {
|
|
|
590
599
|
[key: string]: any;
|
|
591
600
|
});
|
|
592
601
|
}
|
|
593
|
-
export declare class
|
|
602
|
+
export declare class DeleteReceiverDetailResponseBody extends $tea.Model {
|
|
594
603
|
requestId?: string;
|
|
595
604
|
static names(): {
|
|
596
605
|
[key: string]: string;
|
|
@@ -602,11 +611,12 @@ export declare class CreateSignResponseBody extends $tea.Model {
|
|
|
602
611
|
[key: string]: any;
|
|
603
612
|
});
|
|
604
613
|
}
|
|
605
|
-
export declare class
|
|
614
|
+
export declare class DeleteReceiverDetailResponse extends $tea.Model {
|
|
606
615
|
headers: {
|
|
607
616
|
[key: string]: string;
|
|
608
617
|
};
|
|
609
|
-
|
|
618
|
+
statusCode: number;
|
|
619
|
+
body: DeleteReceiverDetailResponseBody;
|
|
610
620
|
static names(): {
|
|
611
621
|
[key: string]: string;
|
|
612
622
|
};
|
|
@@ -617,11 +627,11 @@ export declare class CreateSignResponse extends $tea.Model {
|
|
|
617
627
|
[key: string]: any;
|
|
618
628
|
});
|
|
619
629
|
}
|
|
620
|
-
export declare class
|
|
630
|
+
export declare class DeleteTagRequest extends $tea.Model {
|
|
621
631
|
ownerId?: number;
|
|
622
632
|
resourceOwnerAccount?: string;
|
|
623
633
|
resourceOwnerId?: number;
|
|
624
|
-
|
|
634
|
+
tagId?: number;
|
|
625
635
|
static names(): {
|
|
626
636
|
[key: string]: string;
|
|
627
637
|
};
|
|
@@ -632,9 +642,8 @@ export declare class CreateTagRequest extends $tea.Model {
|
|
|
632
642
|
[key: string]: any;
|
|
633
643
|
});
|
|
634
644
|
}
|
|
635
|
-
export declare class
|
|
645
|
+
export declare class DeleteTagResponseBody extends $tea.Model {
|
|
636
646
|
requestId?: string;
|
|
637
|
-
tagId?: string;
|
|
638
647
|
static names(): {
|
|
639
648
|
[key: string]: string;
|
|
640
649
|
};
|
|
@@ -645,11 +654,12 @@ export declare class CreateTagResponseBody extends $tea.Model {
|
|
|
645
654
|
[key: string]: any;
|
|
646
655
|
});
|
|
647
656
|
}
|
|
648
|
-
export declare class
|
|
657
|
+
export declare class DeleteTagResponse extends $tea.Model {
|
|
649
658
|
headers: {
|
|
650
659
|
[key: string]: string;
|
|
651
660
|
};
|
|
652
|
-
|
|
661
|
+
statusCode: number;
|
|
662
|
+
body: DeleteTagResponseBody;
|
|
653
663
|
static names(): {
|
|
654
664
|
[key: string]: string;
|
|
655
665
|
};
|
|
@@ -660,19 +670,10 @@ export declare class CreateTagResponse extends $tea.Model {
|
|
|
660
670
|
[key: string]: any;
|
|
661
671
|
});
|
|
662
672
|
}
|
|
663
|
-
export declare class
|
|
673
|
+
export declare class DescAccountSummaryRequest extends $tea.Model {
|
|
664
674
|
ownerId?: number;
|
|
665
675
|
resourceOwnerAccount?: string;
|
|
666
676
|
resourceOwnerId?: number;
|
|
667
|
-
templateType?: number;
|
|
668
|
-
templateName?: string;
|
|
669
|
-
templateSubject?: string;
|
|
670
|
-
templateNickName?: string;
|
|
671
|
-
templateText?: string;
|
|
672
|
-
smsType?: number;
|
|
673
|
-
smsContent?: string;
|
|
674
|
-
remark?: string;
|
|
675
|
-
fromType?: number;
|
|
676
677
|
static names(): {
|
|
677
678
|
[key: string]: string;
|
|
678
679
|
};
|
|
@@ -683,9 +684,23 @@ export declare class CreateTemplateRequest extends $tea.Model {
|
|
|
683
684
|
[key: string]: any;
|
|
684
685
|
});
|
|
685
686
|
}
|
|
686
|
-
export declare class
|
|
687
|
+
export declare class DescAccountSummaryResponseBody extends $tea.Model {
|
|
688
|
+
dailyQuota?: number;
|
|
689
|
+
dayuStatus?: number;
|
|
690
|
+
domains?: number;
|
|
691
|
+
enableTimes?: number;
|
|
692
|
+
mailAddresses?: number;
|
|
693
|
+
maxQuotaLevel?: number;
|
|
694
|
+
monthQuota?: number;
|
|
695
|
+
quotaLevel?: number;
|
|
696
|
+
receivers?: number;
|
|
687
697
|
requestId?: string;
|
|
688
|
-
|
|
698
|
+
smsRecord?: number;
|
|
699
|
+
smsSign?: number;
|
|
700
|
+
smsTemplates?: number;
|
|
701
|
+
tags?: number;
|
|
702
|
+
templates?: number;
|
|
703
|
+
userStatus?: number;
|
|
689
704
|
static names(): {
|
|
690
705
|
[key: string]: string;
|
|
691
706
|
};
|
|
@@ -696,11 +711,12 @@ export declare class CreateTemplateResponseBody extends $tea.Model {
|
|
|
696
711
|
[key: string]: any;
|
|
697
712
|
});
|
|
698
713
|
}
|
|
699
|
-
export declare class
|
|
714
|
+
export declare class DescAccountSummaryResponse extends $tea.Model {
|
|
700
715
|
headers: {
|
|
701
716
|
[key: string]: string;
|
|
702
717
|
};
|
|
703
|
-
|
|
718
|
+
statusCode: number;
|
|
719
|
+
body: DescAccountSummaryResponseBody;
|
|
704
720
|
static names(): {
|
|
705
721
|
[key: string]: string;
|
|
706
722
|
};
|
|
@@ -711,11 +727,11 @@ export declare class CreateTemplateResponse extends $tea.Model {
|
|
|
711
727
|
[key: string]: any;
|
|
712
728
|
});
|
|
713
729
|
}
|
|
714
|
-
export declare class
|
|
730
|
+
export declare class DescDomainRequest extends $tea.Model {
|
|
731
|
+
domainId?: number;
|
|
715
732
|
ownerId?: number;
|
|
716
733
|
resourceOwnerAccount?: string;
|
|
717
734
|
resourceOwnerId?: number;
|
|
718
|
-
domainId?: number;
|
|
719
735
|
static names(): {
|
|
720
736
|
[key: string]: string;
|
|
721
737
|
};
|
|
@@ -726,8 +742,27 @@ export declare class DeleteDomainRequest extends $tea.Model {
|
|
|
726
742
|
[key: string]: any;
|
|
727
743
|
});
|
|
728
744
|
}
|
|
729
|
-
export declare class
|
|
745
|
+
export declare class DescDomainResponseBody extends $tea.Model {
|
|
746
|
+
cnameAuthStatus?: string;
|
|
747
|
+
cnameConfirmStatus?: string;
|
|
748
|
+
cnameRecord?: string;
|
|
749
|
+
createTime?: string;
|
|
750
|
+
defaultDomain?: string;
|
|
751
|
+
dnsMx?: string;
|
|
752
|
+
dnsSpf?: string;
|
|
753
|
+
dnsTxt?: string;
|
|
754
|
+
domainId?: string;
|
|
755
|
+
domainName?: string;
|
|
756
|
+
domainStatus?: string;
|
|
757
|
+
domainType?: string;
|
|
758
|
+
icpStatus?: string;
|
|
759
|
+
mxAuthStatus?: string;
|
|
760
|
+
mxRecord?: string;
|
|
730
761
|
requestId?: string;
|
|
762
|
+
spfAuthStatus?: string;
|
|
763
|
+
spfRecord?: string;
|
|
764
|
+
tlDomainName?: string;
|
|
765
|
+
tracefRecord?: string;
|
|
731
766
|
static names(): {
|
|
732
767
|
[key: string]: string;
|
|
733
768
|
};
|
|
@@ -738,11 +773,12 @@ export declare class DeleteDomainResponseBody extends $tea.Model {
|
|
|
738
773
|
[key: string]: any;
|
|
739
774
|
});
|
|
740
775
|
}
|
|
741
|
-
export declare class
|
|
776
|
+
export declare class DescDomainResponse extends $tea.Model {
|
|
742
777
|
headers: {
|
|
743
778
|
[key: string]: string;
|
|
744
779
|
};
|
|
745
|
-
|
|
780
|
+
statusCode: number;
|
|
781
|
+
body: DescDomainResponseBody;
|
|
746
782
|
static names(): {
|
|
747
783
|
[key: string]: string;
|
|
748
784
|
};
|
|
@@ -753,11 +789,10 @@ export declare class DeleteDomainResponse extends $tea.Model {
|
|
|
753
789
|
[key: string]: any;
|
|
754
790
|
});
|
|
755
791
|
}
|
|
756
|
-
export declare class
|
|
792
|
+
export declare class GetIpProtectionRequest extends $tea.Model {
|
|
757
793
|
ownerId?: number;
|
|
758
794
|
resourceOwnerAccount?: string;
|
|
759
795
|
resourceOwnerId?: number;
|
|
760
|
-
toAddress?: string;
|
|
761
796
|
static names(): {
|
|
762
797
|
[key: string]: string;
|
|
763
798
|
};
|
|
@@ -768,7 +803,8 @@ export declare class DeleteInvalidAddressRequest extends $tea.Model {
|
|
|
768
803
|
[key: string]: any;
|
|
769
804
|
});
|
|
770
805
|
}
|
|
771
|
-
export declare class
|
|
806
|
+
export declare class GetIpProtectionResponseBody extends $tea.Model {
|
|
807
|
+
ipProtection?: string;
|
|
772
808
|
requestId?: string;
|
|
773
809
|
static names(): {
|
|
774
810
|
[key: string]: string;
|
|
@@ -780,11 +816,12 @@ export declare class DeleteInvalidAddressResponseBody extends $tea.Model {
|
|
|
780
816
|
[key: string]: any;
|
|
781
817
|
});
|
|
782
818
|
}
|
|
783
|
-
export declare class
|
|
819
|
+
export declare class GetIpProtectionResponse extends $tea.Model {
|
|
784
820
|
headers: {
|
|
785
821
|
[key: string]: string;
|
|
786
822
|
};
|
|
787
|
-
|
|
823
|
+
statusCode: number;
|
|
824
|
+
body: GetIpProtectionResponseBody;
|
|
788
825
|
static names(): {
|
|
789
826
|
[key: string]: string;
|
|
790
827
|
};
|
|
@@ -795,12 +832,10 @@ export declare class DeleteInvalidAddressResponse extends $tea.Model {
|
|
|
795
832
|
[key: string]: any;
|
|
796
833
|
});
|
|
797
834
|
}
|
|
798
|
-
export declare class
|
|
835
|
+
export declare class GetIpfilterListRequest extends $tea.Model {
|
|
799
836
|
ownerId?: number;
|
|
800
837
|
resourceOwnerAccount?: string;
|
|
801
838
|
resourceOwnerId?: number;
|
|
802
|
-
fromType?: number;
|
|
803
|
-
id?: string;
|
|
804
839
|
static names(): {
|
|
805
840
|
[key: string]: string;
|
|
806
841
|
};
|
|
@@ -811,8 +846,12 @@ export declare class DeleteIpfilterByEdmIdRequest extends $tea.Model {
|
|
|
811
846
|
[key: string]: any;
|
|
812
847
|
});
|
|
813
848
|
}
|
|
814
|
-
export declare class
|
|
849
|
+
export declare class GetIpfilterListResponseBody extends $tea.Model {
|
|
850
|
+
pageNumber?: number;
|
|
851
|
+
pageSize?: number;
|
|
815
852
|
requestId?: string;
|
|
853
|
+
totalCount?: number;
|
|
854
|
+
data?: GetIpfilterListResponseBodyData;
|
|
816
855
|
static names(): {
|
|
817
856
|
[key: string]: string;
|
|
818
857
|
};
|
|
@@ -823,11 +862,12 @@ export declare class DeleteIpfilterByEdmIdResponseBody extends $tea.Model {
|
|
|
823
862
|
[key: string]: any;
|
|
824
863
|
});
|
|
825
864
|
}
|
|
826
|
-
export declare class
|
|
865
|
+
export declare class GetIpfilterListResponse extends $tea.Model {
|
|
827
866
|
headers: {
|
|
828
867
|
[key: string]: string;
|
|
829
868
|
};
|
|
830
|
-
|
|
869
|
+
statusCode: number;
|
|
870
|
+
body: GetIpfilterListResponseBody;
|
|
831
871
|
static names(): {
|
|
832
872
|
[key: string]: string;
|
|
833
873
|
};
|
|
@@ -838,11 +878,18 @@ export declare class DeleteIpfilterByEdmIdResponse extends $tea.Model {
|
|
|
838
878
|
[key: string]: any;
|
|
839
879
|
});
|
|
840
880
|
}
|
|
841
|
-
export declare class
|
|
881
|
+
export declare class GetTrackListRequest extends $tea.Model {
|
|
882
|
+
endTime?: string;
|
|
883
|
+
offset?: string;
|
|
884
|
+
offsetCreateTime?: string;
|
|
885
|
+
offsetCreateTimeDesc?: string;
|
|
842
886
|
ownerId?: number;
|
|
887
|
+
pageNumber?: string;
|
|
888
|
+
pageSize?: string;
|
|
843
889
|
resourceOwnerAccount?: string;
|
|
844
890
|
resourceOwnerId?: number;
|
|
845
|
-
|
|
891
|
+
startTime?: string;
|
|
892
|
+
total?: string;
|
|
846
893
|
static names(): {
|
|
847
894
|
[key: string]: string;
|
|
848
895
|
};
|
|
@@ -853,8 +900,14 @@ export declare class DeleteMailAddressRequest extends $tea.Model {
|
|
|
853
900
|
[key: string]: any;
|
|
854
901
|
});
|
|
855
902
|
}
|
|
856
|
-
export declare class
|
|
903
|
+
export declare class GetTrackListResponseBody extends $tea.Model {
|
|
904
|
+
offsetCreateTime?: string;
|
|
905
|
+
offsetCreateTimeDesc?: string;
|
|
906
|
+
pageNo?: number;
|
|
907
|
+
pageSize?: number;
|
|
857
908
|
requestId?: string;
|
|
909
|
+
total?: number;
|
|
910
|
+
data?: GetTrackListResponseBodyData;
|
|
858
911
|
static names(): {
|
|
859
912
|
[key: string]: string;
|
|
860
913
|
};
|
|
@@ -865,11 +918,12 @@ export declare class DeleteMailAddressResponseBody extends $tea.Model {
|
|
|
865
918
|
[key: string]: any;
|
|
866
919
|
});
|
|
867
920
|
}
|
|
868
|
-
export declare class
|
|
921
|
+
export declare class GetTrackListResponse extends $tea.Model {
|
|
869
922
|
headers: {
|
|
870
923
|
[key: string]: string;
|
|
871
924
|
};
|
|
872
|
-
|
|
925
|
+
statusCode: number;
|
|
926
|
+
body: GetTrackListResponseBody;
|
|
873
927
|
static names(): {
|
|
874
928
|
[key: string]: string;
|
|
875
929
|
};
|
|
@@ -880,1289 +934,20 @@ export declare class DeleteMailAddressResponse extends $tea.Model {
|
|
|
880
934
|
[key: string]: any;
|
|
881
935
|
});
|
|
882
936
|
}
|
|
883
|
-
export declare class
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
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 {
|
|
937
|
+
export declare class GetTrackListByMailFromAndTagNameRequest extends $tea.Model {
|
|
938
|
+
accountName?: string;
|
|
939
|
+
endTime?: string;
|
|
940
|
+
offset?: string;
|
|
941
|
+
offsetCreateTime?: string;
|
|
942
|
+
offsetCreateTimeDesc?: string;
|
|
2159
943
|
ownerId?: number;
|
|
944
|
+
pageNumber?: string;
|
|
945
|
+
pageSize?: string;
|
|
2160
946
|
resourceOwnerAccount?: string;
|
|
2161
947
|
resourceOwnerId?: number;
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
status?: number;
|
|
948
|
+
startTime?: string;
|
|
949
|
+
tagName?: string;
|
|
950
|
+
total?: string;
|
|
2166
951
|
static names(): {
|
|
2167
952
|
[key: string]: string;
|
|
2168
953
|
};
|
|
@@ -2173,12 +958,14 @@ export declare class QueryReceiverByParamRequest extends $tea.Model {
|
|
|
2173
958
|
[key: string]: any;
|
|
2174
959
|
});
|
|
2175
960
|
}
|
|
2176
|
-
export declare class
|
|
2177
|
-
|
|
961
|
+
export declare class GetTrackListByMailFromAndTagNameResponseBody extends $tea.Model {
|
|
962
|
+
offsetCreateTime?: string;
|
|
963
|
+
offsetCreateTimeDesc?: string;
|
|
964
|
+
pageNo?: number;
|
|
2178
965
|
pageSize?: number;
|
|
2179
966
|
requestId?: string;
|
|
2180
|
-
|
|
2181
|
-
|
|
967
|
+
total?: number;
|
|
968
|
+
trackList?: GetTrackListByMailFromAndTagNameResponseBodyTrackList;
|
|
2182
969
|
static names(): {
|
|
2183
970
|
[key: string]: string;
|
|
2184
971
|
};
|
|
@@ -2189,11 +976,12 @@ export declare class QueryReceiverByParamResponseBody extends $tea.Model {
|
|
|
2189
976
|
[key: string]: any;
|
|
2190
977
|
});
|
|
2191
978
|
}
|
|
2192
|
-
export declare class
|
|
979
|
+
export declare class GetTrackListByMailFromAndTagNameResponse extends $tea.Model {
|
|
2193
980
|
headers: {
|
|
2194
981
|
[key: string]: string;
|
|
2195
982
|
};
|
|
2196
|
-
|
|
983
|
+
statusCode: number;
|
|
984
|
+
body: GetTrackListByMailFromAndTagNameResponseBody;
|
|
2197
985
|
static names(): {
|
|
2198
986
|
[key: string]: string;
|
|
2199
987
|
};
|
|
@@ -2204,14 +992,13 @@ export declare class QueryReceiverByParamResponse extends $tea.Model {
|
|
|
2204
992
|
[key: string]: any;
|
|
2205
993
|
});
|
|
2206
994
|
}
|
|
2207
|
-
export declare class
|
|
995
|
+
export declare class ModifyMailAddressRequest extends $tea.Model {
|
|
996
|
+
mailAddressId?: number;
|
|
2208
997
|
ownerId?: number;
|
|
998
|
+
password?: string;
|
|
999
|
+
replyAddress?: string;
|
|
2209
1000
|
resourceOwnerAccount?: string;
|
|
2210
1001
|
resourceOwnerId?: number;
|
|
2211
|
-
receiverId?: string;
|
|
2212
|
-
pageSize?: number;
|
|
2213
|
-
keyWord?: string;
|
|
2214
|
-
nextStart?: string;
|
|
2215
1002
|
static names(): {
|
|
2216
1003
|
[key: string]: string;
|
|
2217
1004
|
};
|
|
@@ -2222,12 +1009,8 @@ export declare class QueryReceiverDetailRequest extends $tea.Model {
|
|
|
2222
1009
|
[key: string]: any;
|
|
2223
1010
|
});
|
|
2224
1011
|
}
|
|
2225
|
-
export declare class
|
|
2226
|
-
dataSchema?: string;
|
|
2227
|
-
totalCount?: number;
|
|
1012
|
+
export declare class ModifyMailAddressResponseBody extends $tea.Model {
|
|
2228
1013
|
requestId?: string;
|
|
2229
|
-
data?: QueryReceiverDetailResponseBodyData;
|
|
2230
|
-
nextStart?: string;
|
|
2231
1014
|
static names(): {
|
|
2232
1015
|
[key: string]: string;
|
|
2233
1016
|
};
|
|
@@ -2238,11 +1021,12 @@ export declare class QueryReceiverDetailResponseBody extends $tea.Model {
|
|
|
2238
1021
|
[key: string]: any;
|
|
2239
1022
|
});
|
|
2240
1023
|
}
|
|
2241
|
-
export declare class
|
|
1024
|
+
export declare class ModifyMailAddressResponse extends $tea.Model {
|
|
2242
1025
|
headers: {
|
|
2243
1026
|
[key: string]: string;
|
|
2244
1027
|
};
|
|
2245
|
-
|
|
1028
|
+
statusCode: number;
|
|
1029
|
+
body: ModifyMailAddressResponseBody;
|
|
2246
1030
|
static names(): {
|
|
2247
1031
|
[key: string]: string;
|
|
2248
1032
|
};
|
|
@@ -2253,14 +1037,10 @@ export declare class QueryReceiverDetailResponse extends $tea.Model {
|
|
|
2253
1037
|
[key: string]: any;
|
|
2254
1038
|
});
|
|
2255
1039
|
}
|
|
2256
|
-
export declare class
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
resourceOwnerId?:
|
|
2260
|
-
pageNo?: number;
|
|
2261
|
-
pageSize?: number;
|
|
2262
|
-
keyWord?: string;
|
|
2263
|
-
fromType?: number;
|
|
1040
|
+
export declare class ModifyPWByDomainRequest extends $tea.Model {
|
|
1041
|
+
domainName?: string;
|
|
1042
|
+
password?: string;
|
|
1043
|
+
resourceOwnerId?: string;
|
|
2264
1044
|
static names(): {
|
|
2265
1045
|
[key: string]: string;
|
|
2266
1046
|
};
|
|
@@ -2271,11 +1051,11 @@ export declare class QuerySignByParamRequest extends $tea.Model {
|
|
|
2271
1051
|
[key: string]: any;
|
|
2272
1052
|
});
|
|
2273
1053
|
}
|
|
2274
|
-
export declare class
|
|
1054
|
+
export declare class ModifyPWByDomainResponseBody extends $tea.Model {
|
|
1055
|
+
code?: string;
|
|
1056
|
+
message?: string;
|
|
2275
1057
|
requestId?: string;
|
|
2276
|
-
|
|
2277
|
-
data?: QuerySignByParamResponseBodyData;
|
|
2278
|
-
pageNumber?: number;
|
|
1058
|
+
success?: boolean;
|
|
2279
1059
|
static names(): {
|
|
2280
1060
|
[key: string]: string;
|
|
2281
1061
|
};
|
|
@@ -2286,11 +1066,12 @@ export declare class QuerySignByParamResponseBody extends $tea.Model {
|
|
|
2286
1066
|
[key: string]: any;
|
|
2287
1067
|
});
|
|
2288
1068
|
}
|
|
2289
|
-
export declare class
|
|
1069
|
+
export declare class ModifyPWByDomainResponse extends $tea.Model {
|
|
2290
1070
|
headers: {
|
|
2291
1071
|
[key: string]: string;
|
|
2292
1072
|
};
|
|
2293
|
-
|
|
1073
|
+
statusCode: number;
|
|
1074
|
+
body: ModifyPWByDomainResponseBody;
|
|
2294
1075
|
static names(): {
|
|
2295
1076
|
[key: string]: string;
|
|
2296
1077
|
};
|
|
@@ -2301,13 +1082,12 @@ export declare class QuerySignByParamResponse extends $tea.Model {
|
|
|
2301
1082
|
[key: string]: any;
|
|
2302
1083
|
});
|
|
2303
1084
|
}
|
|
2304
|
-
export declare class
|
|
1085
|
+
export declare class ModifyTagRequest extends $tea.Model {
|
|
2305
1086
|
ownerId?: number;
|
|
2306
1087
|
resourceOwnerAccount?: string;
|
|
2307
1088
|
resourceOwnerId?: number;
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
fromType?: number;
|
|
1089
|
+
tagId?: number;
|
|
1090
|
+
tagName?: string;
|
|
2311
1091
|
static names(): {
|
|
2312
1092
|
[key: string]: string;
|
|
2313
1093
|
};
|
|
@@ -2318,10 +1098,8 @@ export declare class QuerySmsStatisticsRequest extends $tea.Model {
|
|
|
2318
1098
|
[key: string]: any;
|
|
2319
1099
|
});
|
|
2320
1100
|
}
|
|
2321
|
-
export declare class
|
|
2322
|
-
totalCount?: number;
|
|
1101
|
+
export declare class ModifyTagResponseBody extends $tea.Model {
|
|
2323
1102
|
requestId?: string;
|
|
2324
|
-
data?: QuerySmsStatisticsResponseBodyData;
|
|
2325
1103
|
static names(): {
|
|
2326
1104
|
[key: string]: string;
|
|
2327
1105
|
};
|
|
@@ -2332,11 +1110,12 @@ export declare class QuerySmsStatisticsResponseBody extends $tea.Model {
|
|
|
2332
1110
|
[key: string]: any;
|
|
2333
1111
|
});
|
|
2334
1112
|
}
|
|
2335
|
-
export declare class
|
|
1113
|
+
export declare class ModifyTagResponse extends $tea.Model {
|
|
2336
1114
|
headers: {
|
|
2337
1115
|
[key: string]: string;
|
|
2338
1116
|
};
|
|
2339
|
-
|
|
1117
|
+
statusCode: number;
|
|
1118
|
+
body: ModifyTagResponseBody;
|
|
2340
1119
|
static names(): {
|
|
2341
1120
|
[key: string]: string;
|
|
2342
1121
|
};
|
|
@@ -2347,13 +1126,14 @@ export declare class QuerySmsStatisticsResponse extends $tea.Model {
|
|
|
2347
1126
|
[key: string]: any;
|
|
2348
1127
|
});
|
|
2349
1128
|
}
|
|
2350
|
-
export declare class
|
|
1129
|
+
export declare class QueryDomainByParamRequest extends $tea.Model {
|
|
1130
|
+
keyWord?: string;
|
|
2351
1131
|
ownerId?: number;
|
|
2352
|
-
resourceOwnerAccount?: string;
|
|
2353
|
-
resourceOwnerId?: number;
|
|
2354
1132
|
pageNo?: number;
|
|
2355
1133
|
pageSize?: number;
|
|
2356
|
-
|
|
1134
|
+
resourceOwnerAccount?: string;
|
|
1135
|
+
resourceOwnerId?: number;
|
|
1136
|
+
status?: number;
|
|
2357
1137
|
static names(): {
|
|
2358
1138
|
[key: string]: string;
|
|
2359
1139
|
};
|
|
@@ -2364,12 +1144,12 @@ export declare class QueryTagByParamRequest extends $tea.Model {
|
|
|
2364
1144
|
[key: string]: any;
|
|
2365
1145
|
});
|
|
2366
1146
|
}
|
|
2367
|
-
export declare class
|
|
2368
|
-
|
|
1147
|
+
export declare class QueryDomainByParamResponseBody extends $tea.Model {
|
|
1148
|
+
pageNumber?: number;
|
|
2369
1149
|
pageSize?: number;
|
|
2370
1150
|
requestId?: string;
|
|
2371
|
-
|
|
2372
|
-
|
|
1151
|
+
totalCount?: number;
|
|
1152
|
+
data?: QueryDomainByParamResponseBodyData;
|
|
2373
1153
|
static names(): {
|
|
2374
1154
|
[key: string]: string;
|
|
2375
1155
|
};
|
|
@@ -2380,11 +1160,12 @@ export declare class QueryTagByParamResponseBody extends $tea.Model {
|
|
|
2380
1160
|
[key: string]: any;
|
|
2381
1161
|
});
|
|
2382
1162
|
}
|
|
2383
|
-
export declare class
|
|
1163
|
+
export declare class QueryDomainByParamResponse extends $tea.Model {
|
|
2384
1164
|
headers: {
|
|
2385
1165
|
[key: string]: string;
|
|
2386
1166
|
};
|
|
2387
|
-
|
|
1167
|
+
statusCode: number;
|
|
1168
|
+
body: QueryDomainByParamResponseBody;
|
|
2388
1169
|
static names(): {
|
|
2389
1170
|
[key: string]: string;
|
|
2390
1171
|
};
|
|
@@ -2395,14 +1176,15 @@ export declare class QueryTagByParamResponse extends $tea.Model {
|
|
|
2395
1176
|
[key: string]: any;
|
|
2396
1177
|
});
|
|
2397
1178
|
}
|
|
2398
|
-
export declare class
|
|
1179
|
+
export declare class QueryInvalidAddressRequest extends $tea.Model {
|
|
1180
|
+
endTime?: string;
|
|
1181
|
+
keyWord?: string;
|
|
1182
|
+
length?: number;
|
|
1183
|
+
nextStart?: string;
|
|
2399
1184
|
ownerId?: number;
|
|
2400
1185
|
resourceOwnerAccount?: string;
|
|
2401
1186
|
resourceOwnerId?: number;
|
|
2402
|
-
|
|
2403
|
-
pageSize?: number;
|
|
2404
|
-
keyWord?: string;
|
|
2405
|
-
status?: number;
|
|
1187
|
+
startTime?: string;
|
|
2406
1188
|
static names(): {
|
|
2407
1189
|
[key: string]: string;
|
|
2408
1190
|
};
|
|
@@ -2413,12 +1195,11 @@ export declare class QueryTaskByParamRequest extends $tea.Model {
|
|
|
2413
1195
|
[key: string]: any;
|
|
2414
1196
|
});
|
|
2415
1197
|
}
|
|
2416
|
-
export declare class
|
|
2417
|
-
|
|
2418
|
-
pageSize?: number;
|
|
1198
|
+
export declare class QueryInvalidAddressResponseBody extends $tea.Model {
|
|
1199
|
+
nextStart?: string;
|
|
2419
1200
|
requestId?: string;
|
|
2420
|
-
|
|
2421
|
-
|
|
1201
|
+
totalCount?: number;
|
|
1202
|
+
data?: QueryInvalidAddressResponseBodyData;
|
|
2422
1203
|
static names(): {
|
|
2423
1204
|
[key: string]: string;
|
|
2424
1205
|
};
|
|
@@ -2429,11 +1210,12 @@ export declare class QueryTaskByParamResponseBody extends $tea.Model {
|
|
|
2429
1210
|
[key: string]: any;
|
|
2430
1211
|
});
|
|
2431
1212
|
}
|
|
2432
|
-
export declare class
|
|
1213
|
+
export declare class QueryInvalidAddressResponse extends $tea.Model {
|
|
2433
1214
|
headers: {
|
|
2434
1215
|
[key: string]: string;
|
|
2435
1216
|
};
|
|
2436
|
-
|
|
1217
|
+
statusCode: number;
|
|
1218
|
+
body: QueryInvalidAddressResponseBody;
|
|
2437
1219
|
static names(): {
|
|
2438
1220
|
[key: string]: string;
|
|
2439
1221
|
};
|
|
@@ -2444,15 +1226,14 @@ export declare class QueryTaskByParamResponse extends $tea.Model {
|
|
|
2444
1226
|
[key: string]: any;
|
|
2445
1227
|
});
|
|
2446
1228
|
}
|
|
2447
|
-
export declare class
|
|
1229
|
+
export declare class QueryMailAddressByParamRequest extends $tea.Model {
|
|
1230
|
+
keyWord?: string;
|
|
2448
1231
|
ownerId?: number;
|
|
2449
|
-
resourceOwnerAccount?: string;
|
|
2450
|
-
resourceOwnerId?: number;
|
|
2451
1232
|
pageNo?: number;
|
|
2452
1233
|
pageSize?: number;
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
1234
|
+
resourceOwnerAccount?: string;
|
|
1235
|
+
resourceOwnerId?: number;
|
|
1236
|
+
sendtype?: string;
|
|
2456
1237
|
static names(): {
|
|
2457
1238
|
[key: string]: string;
|
|
2458
1239
|
};
|
|
@@ -2463,12 +1244,12 @@ export declare class QueryTemplateByParamRequest extends $tea.Model {
|
|
|
2463
1244
|
[key: string]: any;
|
|
2464
1245
|
});
|
|
2465
1246
|
}
|
|
2466
|
-
export declare class
|
|
2467
|
-
|
|
1247
|
+
export declare class QueryMailAddressByParamResponseBody extends $tea.Model {
|
|
1248
|
+
pageNumber?: number;
|
|
2468
1249
|
pageSize?: number;
|
|
2469
1250
|
requestId?: string;
|
|
2470
|
-
|
|
2471
|
-
|
|
1251
|
+
totalCount?: number;
|
|
1252
|
+
data?: QueryMailAddressByParamResponseBodyData;
|
|
2472
1253
|
static names(): {
|
|
2473
1254
|
[key: string]: string;
|
|
2474
1255
|
};
|
|
@@ -2479,11 +1260,12 @@ export declare class QueryTemplateByParamResponseBody extends $tea.Model {
|
|
|
2479
1260
|
[key: string]: any;
|
|
2480
1261
|
});
|
|
2481
1262
|
}
|
|
2482
|
-
export declare class
|
|
1263
|
+
export declare class QueryMailAddressByParamResponse extends $tea.Model {
|
|
2483
1264
|
headers: {
|
|
2484
1265
|
[key: string]: string;
|
|
2485
1266
|
};
|
|
2486
|
-
|
|
1267
|
+
statusCode: number;
|
|
1268
|
+
body: QueryMailAddressByParamResponseBody;
|
|
2487
1269
|
static names(): {
|
|
2488
1270
|
[key: string]: string;
|
|
2489
1271
|
};
|
|
@@ -2494,12 +1276,14 @@ export declare class QueryTemplateByParamResponse extends $tea.Model {
|
|
|
2494
1276
|
[key: string]: any;
|
|
2495
1277
|
});
|
|
2496
1278
|
}
|
|
2497
|
-
export declare class
|
|
1279
|
+
export declare class QueryReceiverByParamRequest extends $tea.Model {
|
|
1280
|
+
keyWord?: string;
|
|
2498
1281
|
ownerId?: number;
|
|
1282
|
+
pageNo?: number;
|
|
1283
|
+
pageSize?: number;
|
|
2499
1284
|
resourceOwnerAccount?: string;
|
|
2500
1285
|
resourceOwnerId?: number;
|
|
2501
|
-
|
|
2502
|
-
detail?: string;
|
|
1286
|
+
status?: number;
|
|
2503
1287
|
static names(): {
|
|
2504
1288
|
[key: string]: string;
|
|
2505
1289
|
};
|
|
@@ -2510,11 +1294,12 @@ export declare class SaveReceiverDetailRequest extends $tea.Model {
|
|
|
2510
1294
|
[key: string]: any;
|
|
2511
1295
|
});
|
|
2512
1296
|
}
|
|
2513
|
-
export declare class
|
|
1297
|
+
export declare class QueryReceiverByParamResponseBody extends $tea.Model {
|
|
1298
|
+
nextStart?: string;
|
|
1299
|
+
pageSize?: number;
|
|
2514
1300
|
requestId?: string;
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
successCount?: number;
|
|
1301
|
+
totalCount?: number;
|
|
1302
|
+
data?: QueryReceiverByParamResponseBodyData;
|
|
2518
1303
|
static names(): {
|
|
2519
1304
|
[key: string]: string;
|
|
2520
1305
|
};
|
|
@@ -2525,11 +1310,12 @@ export declare class SaveReceiverDetailResponseBody extends $tea.Model {
|
|
|
2525
1310
|
[key: string]: any;
|
|
2526
1311
|
});
|
|
2527
1312
|
}
|
|
2528
|
-
export declare class
|
|
1313
|
+
export declare class QueryReceiverByParamResponse extends $tea.Model {
|
|
2529
1314
|
headers: {
|
|
2530
1315
|
[key: string]: string;
|
|
2531
1316
|
};
|
|
2532
|
-
|
|
1317
|
+
statusCode: number;
|
|
1318
|
+
body: QueryReceiverByParamResponseBody;
|
|
2533
1319
|
static names(): {
|
|
2534
1320
|
[key: string]: string;
|
|
2535
1321
|
};
|
|
@@ -2540,14 +1326,14 @@ export declare class SaveReceiverDetailResponse extends $tea.Model {
|
|
|
2540
1326
|
[key: string]: any;
|
|
2541
1327
|
});
|
|
2542
1328
|
}
|
|
2543
|
-
export declare class
|
|
1329
|
+
export declare class QueryReceiverDetailRequest extends $tea.Model {
|
|
1330
|
+
keyWord?: string;
|
|
1331
|
+
nextStart?: string;
|
|
2544
1332
|
ownerId?: number;
|
|
1333
|
+
pageSize?: number;
|
|
1334
|
+
receiverId?: string;
|
|
2545
1335
|
resourceOwnerAccount?: string;
|
|
2546
1336
|
resourceOwnerId?: number;
|
|
2547
|
-
accountName?: string;
|
|
2548
|
-
startTime?: string;
|
|
2549
|
-
endTime?: string;
|
|
2550
|
-
tagName?: string;
|
|
2551
1337
|
static names(): {
|
|
2552
1338
|
[key: string]: string;
|
|
2553
1339
|
};
|
|
@@ -2558,10 +1344,12 @@ export declare class SenderStatisticsByTagNameAndBatchIDRequest extends $tea.Mod
|
|
|
2558
1344
|
[key: string]: any;
|
|
2559
1345
|
});
|
|
2560
1346
|
}
|
|
2561
|
-
export declare class
|
|
2562
|
-
|
|
1347
|
+
export declare class QueryReceiverDetailResponseBody extends $tea.Model {
|
|
1348
|
+
dataSchema?: string;
|
|
1349
|
+
nextStart?: string;
|
|
2563
1350
|
requestId?: string;
|
|
2564
|
-
|
|
1351
|
+
totalCount?: number;
|
|
1352
|
+
data?: QueryReceiverDetailResponseBodyData;
|
|
2565
1353
|
static names(): {
|
|
2566
1354
|
[key: string]: string;
|
|
2567
1355
|
};
|
|
@@ -2572,11 +1360,12 @@ export declare class SenderStatisticsByTagNameAndBatchIDResponseBody extends $te
|
|
|
2572
1360
|
[key: string]: any;
|
|
2573
1361
|
});
|
|
2574
1362
|
}
|
|
2575
|
-
export declare class
|
|
1363
|
+
export declare class QueryReceiverDetailResponse extends $tea.Model {
|
|
2576
1364
|
headers: {
|
|
2577
1365
|
[key: string]: string;
|
|
2578
1366
|
};
|
|
2579
|
-
|
|
1367
|
+
statusCode: number;
|
|
1368
|
+
body: QueryReceiverDetailResponseBody;
|
|
2580
1369
|
static names(): {
|
|
2581
1370
|
[key: string]: string;
|
|
2582
1371
|
};
|
|
@@ -2587,18 +1376,13 @@ export declare class SenderStatisticsByTagNameAndBatchIDResponse extends $tea.Mo
|
|
|
2587
1376
|
[key: string]: any;
|
|
2588
1377
|
});
|
|
2589
1378
|
}
|
|
2590
|
-
export declare class
|
|
1379
|
+
export declare class QueryTagByParamRequest extends $tea.Model {
|
|
1380
|
+
keyWord?: string;
|
|
2591
1381
|
ownerId?: number;
|
|
1382
|
+
pageNo?: number;
|
|
1383
|
+
pageSize?: number;
|
|
2592
1384
|
resourceOwnerAccount?: string;
|
|
2593
1385
|
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
1386
|
static names(): {
|
|
2603
1387
|
[key: string]: string;
|
|
2604
1388
|
};
|
|
@@ -2609,10 +1393,12 @@ export declare class SenderStatisticsDetailByParamRequest extends $tea.Model {
|
|
|
2609
1393
|
[key: string]: any;
|
|
2610
1394
|
});
|
|
2611
1395
|
}
|
|
2612
|
-
export declare class
|
|
1396
|
+
export declare class QueryTagByParamResponseBody extends $tea.Model {
|
|
1397
|
+
pageNumber?: number;
|
|
1398
|
+
pageSize?: number;
|
|
2613
1399
|
requestId?: string;
|
|
2614
|
-
|
|
2615
|
-
|
|
1400
|
+
totalCount?: number;
|
|
1401
|
+
data?: QueryTagByParamResponseBodyData;
|
|
2616
1402
|
static names(): {
|
|
2617
1403
|
[key: string]: string;
|
|
2618
1404
|
};
|
|
@@ -2623,11 +1409,12 @@ export declare class SenderStatisticsDetailByParamResponseBody extends $tea.Mode
|
|
|
2623
1409
|
[key: string]: any;
|
|
2624
1410
|
});
|
|
2625
1411
|
}
|
|
2626
|
-
export declare class
|
|
1412
|
+
export declare class QueryTagByParamResponse extends $tea.Model {
|
|
2627
1413
|
headers: {
|
|
2628
1414
|
[key: string]: string;
|
|
2629
1415
|
};
|
|
2630
|
-
|
|
1416
|
+
statusCode: number;
|
|
1417
|
+
body: QueryTagByParamResponseBody;
|
|
2631
1418
|
static names(): {
|
|
2632
1419
|
[key: string]: string;
|
|
2633
1420
|
};
|
|
@@ -2638,18 +1425,14 @@ export declare class SenderStatisticsDetailByParamResponse extends $tea.Model {
|
|
|
2638
1425
|
[key: string]: any;
|
|
2639
1426
|
});
|
|
2640
1427
|
}
|
|
2641
|
-
export declare class
|
|
1428
|
+
export declare class QueryTaskByParamRequest extends $tea.Model {
|
|
1429
|
+
keyWord?: string;
|
|
2642
1430
|
ownerId?: number;
|
|
1431
|
+
pageNo?: number;
|
|
1432
|
+
pageSize?: number;
|
|
2643
1433
|
resourceOwnerAccount?: string;
|
|
2644
1434
|
resourceOwnerId?: number;
|
|
2645
|
-
|
|
2646
|
-
accountName?: string;
|
|
2647
|
-
userName?: string;
|
|
2648
|
-
nickName?: string;
|
|
2649
|
-
birthday?: string;
|
|
2650
|
-
gender?: string;
|
|
2651
|
-
mobile?: string;
|
|
2652
|
-
email?: string;
|
|
1435
|
+
status?: number;
|
|
2653
1436
|
static names(): {
|
|
2654
1437
|
[key: string]: string;
|
|
2655
1438
|
};
|
|
@@ -2660,8 +1443,12 @@ export declare class SendTestByTemplateRequest extends $tea.Model {
|
|
|
2660
1443
|
[key: string]: any;
|
|
2661
1444
|
});
|
|
2662
1445
|
}
|
|
2663
|
-
export declare class
|
|
1446
|
+
export declare class QueryTaskByParamResponseBody extends $tea.Model {
|
|
1447
|
+
pageNumber?: number;
|
|
1448
|
+
pageSize?: number;
|
|
2664
1449
|
requestId?: string;
|
|
1450
|
+
totalCount?: number;
|
|
1451
|
+
data?: QueryTaskByParamResponseBodyData;
|
|
2665
1452
|
static names(): {
|
|
2666
1453
|
[key: string]: string;
|
|
2667
1454
|
};
|
|
@@ -2672,11 +1459,12 @@ export declare class SendTestByTemplateResponseBody extends $tea.Model {
|
|
|
2672
1459
|
[key: string]: any;
|
|
2673
1460
|
});
|
|
2674
1461
|
}
|
|
2675
|
-
export declare class
|
|
1462
|
+
export declare class QueryTaskByParamResponse extends $tea.Model {
|
|
2676
1463
|
headers: {
|
|
2677
1464
|
[key: string]: string;
|
|
2678
1465
|
};
|
|
2679
|
-
|
|
1466
|
+
statusCode: number;
|
|
1467
|
+
body: QueryTaskByParamResponseBody;
|
|
2680
1468
|
static names(): {
|
|
2681
1469
|
[key: string]: string;
|
|
2682
1470
|
};
|
|
@@ -2687,22 +1475,12 @@ export declare class SendTestByTemplateResponse extends $tea.Model {
|
|
|
2687
1475
|
[key: string]: any;
|
|
2688
1476
|
});
|
|
2689
1477
|
}
|
|
2690
|
-
export declare class
|
|
1478
|
+
export declare class SaveReceiverDetailRequest extends $tea.Model {
|
|
1479
|
+
detail?: string;
|
|
2691
1480
|
ownerId?: number;
|
|
1481
|
+
receiverId?: string;
|
|
2692
1482
|
resourceOwnerAccount?: string;
|
|
2693
1483
|
resourceOwnerId?: number;
|
|
2694
|
-
accountName?: string;
|
|
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;
|
|
2706
1484
|
static names(): {
|
|
2707
1485
|
[key: string]: string;
|
|
2708
1486
|
};
|
|
@@ -2713,9 +1491,11 @@ export declare class SingleSendMailRequest extends $tea.Model {
|
|
|
2713
1491
|
[key: string]: any;
|
|
2714
1492
|
});
|
|
2715
1493
|
}
|
|
2716
|
-
export declare class
|
|
1494
|
+
export declare class SaveReceiverDetailResponseBody extends $tea.Model {
|
|
1495
|
+
data?: SaveReceiverDetailResponseBodyData;
|
|
1496
|
+
errorCount?: number;
|
|
2717
1497
|
requestId?: string;
|
|
2718
|
-
|
|
1498
|
+
successCount?: number;
|
|
2719
1499
|
static names(): {
|
|
2720
1500
|
[key: string]: string;
|
|
2721
1501
|
};
|
|
@@ -2726,11 +1506,12 @@ export declare class SingleSendMailResponseBody extends $tea.Model {
|
|
|
2726
1506
|
[key: string]: any;
|
|
2727
1507
|
});
|
|
2728
1508
|
}
|
|
2729
|
-
export declare class
|
|
1509
|
+
export declare class SaveReceiverDetailResponse extends $tea.Model {
|
|
2730
1510
|
headers: {
|
|
2731
1511
|
[key: string]: string;
|
|
2732
1512
|
};
|
|
2733
|
-
|
|
1513
|
+
statusCode: number;
|
|
1514
|
+
body: SaveReceiverDetailResponseBody;
|
|
2734
1515
|
static names(): {
|
|
2735
1516
|
[key: string]: string;
|
|
2736
1517
|
};
|
|
@@ -2741,15 +1522,18 @@ export declare class SingleSendMailResponse extends $tea.Model {
|
|
|
2741
1522
|
[key: string]: any;
|
|
2742
1523
|
});
|
|
2743
1524
|
}
|
|
2744
|
-
export declare class
|
|
1525
|
+
export declare class SendTestByTemplateRequest extends $tea.Model {
|
|
1526
|
+
accountName?: string;
|
|
1527
|
+
birthday?: string;
|
|
1528
|
+
email?: string;
|
|
1529
|
+
gender?: string;
|
|
1530
|
+
mobile?: string;
|
|
1531
|
+
nickName?: string;
|
|
2745
1532
|
ownerId?: number;
|
|
2746
1533
|
resourceOwnerAccount?: string;
|
|
2747
1534
|
resourceOwnerId?: number;
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
recNum?: string;
|
|
2751
|
-
paramString?: string;
|
|
2752
|
-
version?: string;
|
|
1535
|
+
templateId?: number;
|
|
1536
|
+
userName?: string;
|
|
2753
1537
|
static names(): {
|
|
2754
1538
|
[key: string]: string;
|
|
2755
1539
|
};
|
|
@@ -2760,7 +1544,7 @@ export declare class SingleSendSmsRequest extends $tea.Model {
|
|
|
2760
1544
|
[key: string]: any;
|
|
2761
1545
|
});
|
|
2762
1546
|
}
|
|
2763
|
-
export declare class
|
|
1547
|
+
export declare class SendTestByTemplateResponseBody extends $tea.Model {
|
|
2764
1548
|
requestId?: string;
|
|
2765
1549
|
static names(): {
|
|
2766
1550
|
[key: string]: string;
|
|
@@ -2772,11 +1556,12 @@ export declare class SingleSendSmsResponseBody extends $tea.Model {
|
|
|
2772
1556
|
[key: string]: any;
|
|
2773
1557
|
});
|
|
2774
1558
|
}
|
|
2775
|
-
export declare class
|
|
1559
|
+
export declare class SendTestByTemplateResponse extends $tea.Model {
|
|
2776
1560
|
headers: {
|
|
2777
1561
|
[key: string]: string;
|
|
2778
1562
|
};
|
|
2779
|
-
|
|
1563
|
+
statusCode: number;
|
|
1564
|
+
body: SendTestByTemplateResponseBody;
|
|
2780
1565
|
static names(): {
|
|
2781
1566
|
[key: string]: string;
|
|
2782
1567
|
};
|
|
@@ -2787,12 +1572,14 @@ export declare class SingleSendSmsResponse extends $tea.Model {
|
|
|
2787
1572
|
[key: string]: any;
|
|
2788
1573
|
});
|
|
2789
1574
|
}
|
|
2790
|
-
export declare class
|
|
1575
|
+
export declare class SenderStatisticsByTagNameAndBatchIDRequest extends $tea.Model {
|
|
1576
|
+
accountName?: string;
|
|
1577
|
+
endTime?: string;
|
|
2791
1578
|
ownerId?: number;
|
|
2792
1579
|
resourceOwnerAccount?: string;
|
|
2793
1580
|
resourceOwnerId?: number;
|
|
2794
|
-
|
|
2795
|
-
|
|
1581
|
+
startTime?: string;
|
|
1582
|
+
tagName?: string;
|
|
2796
1583
|
static names(): {
|
|
2797
1584
|
[key: string]: string;
|
|
2798
1585
|
};
|
|
@@ -2803,8 +1590,10 @@ export declare class UpdateDomainTrackNameRequest extends $tea.Model {
|
|
|
2803
1590
|
[key: string]: any;
|
|
2804
1591
|
});
|
|
2805
1592
|
}
|
|
2806
|
-
export declare class
|
|
1593
|
+
export declare class SenderStatisticsByTagNameAndBatchIDResponseBody extends $tea.Model {
|
|
2807
1594
|
requestId?: string;
|
|
1595
|
+
totalCount?: number;
|
|
1596
|
+
data?: SenderStatisticsByTagNameAndBatchIDResponseBodyData;
|
|
2808
1597
|
static names(): {
|
|
2809
1598
|
[key: string]: string;
|
|
2810
1599
|
};
|
|
@@ -2815,11 +1604,12 @@ export declare class UpdateDomainTrackNameResponseBody extends $tea.Model {
|
|
|
2815
1604
|
[key: string]: any;
|
|
2816
1605
|
});
|
|
2817
1606
|
}
|
|
2818
|
-
export declare class
|
|
1607
|
+
export declare class SenderStatisticsByTagNameAndBatchIDResponse extends $tea.Model {
|
|
2819
1608
|
headers: {
|
|
2820
1609
|
[key: string]: string;
|
|
2821
1610
|
};
|
|
2822
|
-
|
|
1611
|
+
statusCode: number;
|
|
1612
|
+
body: SenderStatisticsByTagNameAndBatchIDResponseBody;
|
|
2823
1613
|
static names(): {
|
|
2824
1614
|
[key: string]: string;
|
|
2825
1615
|
};
|
|
@@ -2830,11 +1620,18 @@ export declare class UpdateDomainTrackNameResponse extends $tea.Model {
|
|
|
2830
1620
|
[key: string]: any;
|
|
2831
1621
|
});
|
|
2832
1622
|
}
|
|
2833
|
-
export declare class
|
|
1623
|
+
export declare class SenderStatisticsDetailByParamRequest extends $tea.Model {
|
|
1624
|
+
accountName?: string;
|
|
1625
|
+
endTime?: string;
|
|
1626
|
+
length?: number;
|
|
1627
|
+
nextStart?: string;
|
|
2834
1628
|
ownerId?: number;
|
|
2835
1629
|
resourceOwnerAccount?: string;
|
|
2836
1630
|
resourceOwnerId?: number;
|
|
2837
|
-
|
|
1631
|
+
startTime?: string;
|
|
1632
|
+
status?: number;
|
|
1633
|
+
tagName?: string;
|
|
1634
|
+
toAddress?: string;
|
|
2838
1635
|
static names(): {
|
|
2839
1636
|
[key: string]: string;
|
|
2840
1637
|
};
|
|
@@ -2845,8 +1642,10 @@ export declare class UpdateIpProtectionRequest extends $tea.Model {
|
|
|
2845
1642
|
[key: string]: any;
|
|
2846
1643
|
});
|
|
2847
1644
|
}
|
|
2848
|
-
export declare class
|
|
1645
|
+
export declare class SenderStatisticsDetailByParamResponseBody extends $tea.Model {
|
|
1646
|
+
nextStart?: string;
|
|
2849
1647
|
requestId?: string;
|
|
1648
|
+
data?: SenderStatisticsDetailByParamResponseBodyData;
|
|
2850
1649
|
static names(): {
|
|
2851
1650
|
[key: string]: string;
|
|
2852
1651
|
};
|
|
@@ -2857,11 +1656,12 @@ export declare class UpdateIpProtectionResponseBody extends $tea.Model {
|
|
|
2857
1656
|
[key: string]: any;
|
|
2858
1657
|
});
|
|
2859
1658
|
}
|
|
2860
|
-
export declare class
|
|
1659
|
+
export declare class SenderStatisticsDetailByParamResponse extends $tea.Model {
|
|
2861
1660
|
headers: {
|
|
2862
1661
|
[key: string]: string;
|
|
2863
1662
|
};
|
|
2864
|
-
|
|
1663
|
+
statusCode: number;
|
|
1664
|
+
body: SenderStatisticsDetailByParamResponseBody;
|
|
2865
1665
|
static names(): {
|
|
2866
1666
|
[key: string]: string;
|
|
2867
1667
|
};
|
|
@@ -2872,12 +1672,22 @@ export declare class UpdateIpProtectionResponse extends $tea.Model {
|
|
|
2872
1672
|
[key: string]: any;
|
|
2873
1673
|
});
|
|
2874
1674
|
}
|
|
2875
|
-
export declare class
|
|
1675
|
+
export declare class SingleSendMailRequest extends $tea.Model {
|
|
1676
|
+
accountName?: string;
|
|
1677
|
+
addressType?: number;
|
|
1678
|
+
clickTrace?: string;
|
|
1679
|
+
fromAlias?: string;
|
|
1680
|
+
htmlBody?: string;
|
|
2876
1681
|
ownerId?: number;
|
|
1682
|
+
replyAddress?: string;
|
|
1683
|
+
replyAddressAlias?: string;
|
|
1684
|
+
replyToAddress?: boolean;
|
|
2877
1685
|
resourceOwnerAccount?: string;
|
|
2878
1686
|
resourceOwnerId?: number;
|
|
2879
|
-
|
|
2880
|
-
|
|
1687
|
+
subject?: string;
|
|
1688
|
+
tagName?: string;
|
|
1689
|
+
textBody?: string;
|
|
1690
|
+
toAddress?: string;
|
|
2881
1691
|
static names(): {
|
|
2882
1692
|
[key: string]: string;
|
|
2883
1693
|
};
|
|
@@ -2888,7 +1698,8 @@ export declare class UpdateMailAddressMsgCallBackUrlRequest extends $tea.Model {
|
|
|
2888
1698
|
[key: string]: any;
|
|
2889
1699
|
});
|
|
2890
1700
|
}
|
|
2891
|
-
export declare class
|
|
1701
|
+
export declare class SingleSendMailResponseBody extends $tea.Model {
|
|
1702
|
+
envId?: string;
|
|
2892
1703
|
requestId?: string;
|
|
2893
1704
|
static names(): {
|
|
2894
1705
|
[key: string]: string;
|
|
@@ -2900,11 +1711,12 @@ export declare class UpdateMailAddressMsgCallBackUrlResponseBody extends $tea.Mo
|
|
|
2900
1711
|
[key: string]: any;
|
|
2901
1712
|
});
|
|
2902
1713
|
}
|
|
2903
|
-
export declare class
|
|
1714
|
+
export declare class SingleSendMailResponse extends $tea.Model {
|
|
2904
1715
|
headers: {
|
|
2905
1716
|
[key: string]: string;
|
|
2906
1717
|
};
|
|
2907
|
-
|
|
1718
|
+
statusCode: number;
|
|
1719
|
+
body: SingleSendMailResponseBody;
|
|
2908
1720
|
static names(): {
|
|
2909
1721
|
[key: string]: string;
|
|
2910
1722
|
};
|
|
@@ -2915,10 +1727,11 @@ export declare class UpdateMailAddressMsgCallBackUrlResponse extends $tea.Model
|
|
|
2915
1727
|
[key: string]: any;
|
|
2916
1728
|
});
|
|
2917
1729
|
}
|
|
2918
|
-
export declare class
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
1730
|
+
export declare class UpdateIpProtectionRequest extends $tea.Model {
|
|
1731
|
+
ipProtection?: string;
|
|
1732
|
+
ownerId?: number;
|
|
1733
|
+
resourceOwnerAccount?: string;
|
|
1734
|
+
resourceOwnerId?: number;
|
|
2922
1735
|
static names(): {
|
|
2923
1736
|
[key: string]: string;
|
|
2924
1737
|
};
|
|
@@ -2929,8 +1742,8 @@ export declare class GetAccountListResponseBodyDataAccountNotificationInfo exten
|
|
|
2929
1742
|
[key: string]: any;
|
|
2930
1743
|
});
|
|
2931
1744
|
}
|
|
2932
|
-
export declare class
|
|
2933
|
-
|
|
1745
|
+
export declare class UpdateIpProtectionResponseBody extends $tea.Model {
|
|
1746
|
+
requestId?: string;
|
|
2934
1747
|
static names(): {
|
|
2935
1748
|
[key: string]: string;
|
|
2936
1749
|
};
|
|
@@ -2941,10 +1754,12 @@ export declare class GetAccountListResponseBodyData extends $tea.Model {
|
|
|
2941
1754
|
[key: string]: any;
|
|
2942
1755
|
});
|
|
2943
1756
|
}
|
|
2944
|
-
export declare class
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
1757
|
+
export declare class UpdateIpProtectionResponse extends $tea.Model {
|
|
1758
|
+
headers: {
|
|
1759
|
+
[key: string]: string;
|
|
1760
|
+
};
|
|
1761
|
+
statusCode: number;
|
|
1762
|
+
body: UpdateIpProtectionResponseBody;
|
|
2948
1763
|
static names(): {
|
|
2949
1764
|
[key: string]: string;
|
|
2950
1765
|
};
|
|
@@ -2955,8 +1770,12 @@ export declare class GetIpfilterListResponseBodyDataIpfilters extends $tea.Model
|
|
|
2955
1770
|
[key: string]: any;
|
|
2956
1771
|
});
|
|
2957
1772
|
}
|
|
2958
|
-
export declare class
|
|
2959
|
-
|
|
1773
|
+
export declare class UpdateMailAddressMsgCallBackUrlRequest extends $tea.Model {
|
|
1774
|
+
mailFrom?: string;
|
|
1775
|
+
notifyUrl?: string;
|
|
1776
|
+
ownerId?: number;
|
|
1777
|
+
resourceOwnerAccount?: string;
|
|
1778
|
+
resourceOwnerId?: number;
|
|
2960
1779
|
static names(): {
|
|
2961
1780
|
[key: string]: string;
|
|
2962
1781
|
};
|
|
@@ -2967,9 +1786,8 @@ export declare class GetIpfilterListResponseBodyData extends $tea.Model {
|
|
|
2967
1786
|
[key: string]: any;
|
|
2968
1787
|
});
|
|
2969
1788
|
}
|
|
2970
|
-
export declare class
|
|
2971
|
-
|
|
2972
|
-
region?: string;
|
|
1789
|
+
export declare class UpdateMailAddressMsgCallBackUrlResponseBody extends $tea.Model {
|
|
1790
|
+
requestId?: string;
|
|
2973
1791
|
static names(): {
|
|
2974
1792
|
[key: string]: string;
|
|
2975
1793
|
};
|
|
@@ -2980,8 +1798,12 @@ export declare class GetRegionListResponseBodyDataRegionList extends $tea.Model
|
|
|
2980
1798
|
[key: string]: any;
|
|
2981
1799
|
});
|
|
2982
1800
|
}
|
|
2983
|
-
export declare class
|
|
2984
|
-
|
|
1801
|
+
export declare class UpdateMailAddressMsgCallBackUrlResponse extends $tea.Model {
|
|
1802
|
+
headers: {
|
|
1803
|
+
[key: string]: string;
|
|
1804
|
+
};
|
|
1805
|
+
statusCode: number;
|
|
1806
|
+
body: UpdateMailAddressMsgCallBackUrlResponseBody;
|
|
2985
1807
|
static names(): {
|
|
2986
1808
|
[key: string]: string;
|
|
2987
1809
|
};
|
|
@@ -2992,12 +1814,10 @@ export declare class GetRegionListResponseBodyData extends $tea.Model {
|
|
|
2992
1814
|
[key: string]: any;
|
|
2993
1815
|
});
|
|
2994
1816
|
}
|
|
2995
|
-
export declare class
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
region?: string;
|
|
3000
|
-
senderAddressId?: string;
|
|
1817
|
+
export declare class GetIpfilterListResponseBodyDataIpfilters extends $tea.Model {
|
|
1818
|
+
createTime?: string;
|
|
1819
|
+
id?: string;
|
|
1820
|
+
ipAddress?: string;
|
|
3001
1821
|
static names(): {
|
|
3002
1822
|
[key: string]: string;
|
|
3003
1823
|
};
|
|
@@ -3008,8 +1828,8 @@ export declare class GetSenderAddressListResponseBodyDataSenderAddressNotificati
|
|
|
3008
1828
|
[key: string]: any;
|
|
3009
1829
|
});
|
|
3010
1830
|
}
|
|
3011
|
-
export declare class
|
|
3012
|
-
|
|
1831
|
+
export declare class GetIpfilterListResponseBodyData extends $tea.Model {
|
|
1832
|
+
ipfilters?: GetIpfilterListResponseBodyDataIpfilters[];
|
|
3013
1833
|
static names(): {
|
|
3014
1834
|
[key: string]: string;
|
|
3015
1835
|
};
|
|
@@ -3021,16 +1841,16 @@ export declare class GetSenderAddressListResponseBodyData extends $tea.Model {
|
|
|
3021
1841
|
});
|
|
3022
1842
|
}
|
|
3023
1843
|
export declare class GetTrackListResponseBodyDataStat extends $tea.Model {
|
|
3024
|
-
|
|
3025
|
-
rcptUniqueOpenCount?: string;
|
|
1844
|
+
createTime?: string;
|
|
3026
1845
|
rcptClickCount?: string;
|
|
1846
|
+
rcptClickRate?: string;
|
|
1847
|
+
rcptOpenCount?: string;
|
|
1848
|
+
rcptOpenRate?: string;
|
|
3027
1849
|
rcptUniqueClickCount?: string;
|
|
3028
|
-
createTime?: string;
|
|
3029
|
-
rcptUniqueOpenRate?: string;
|
|
3030
1850
|
rcptUniqueClickRate?: string;
|
|
1851
|
+
rcptUniqueOpenCount?: string;
|
|
1852
|
+
rcptUniqueOpenRate?: string;
|
|
3031
1853
|
totalNumber?: string;
|
|
3032
|
-
rcptOpenRate?: string;
|
|
3033
|
-
rcptOpenCount?: string;
|
|
3034
1854
|
static names(): {
|
|
3035
1855
|
[key: string]: string;
|
|
3036
1856
|
};
|
|
@@ -3054,16 +1874,16 @@ export declare class GetTrackListResponseBodyData extends $tea.Model {
|
|
|
3054
1874
|
});
|
|
3055
1875
|
}
|
|
3056
1876
|
export declare class GetTrackListByMailFromAndTagNameResponseBodyTrackListStat extends $tea.Model {
|
|
3057
|
-
|
|
3058
|
-
rcptUniqueOpenCount?: string;
|
|
1877
|
+
createTime?: string;
|
|
3059
1878
|
rcptClickCount?: string;
|
|
1879
|
+
rcptClickRate?: string;
|
|
1880
|
+
rcptOpenCount?: string;
|
|
1881
|
+
rcptOpenRate?: string;
|
|
3060
1882
|
rcptUniqueClickCount?: string;
|
|
3061
|
-
createTime?: string;
|
|
3062
|
-
rcptUniqueOpenRate?: string;
|
|
3063
1883
|
rcptUniqueClickRate?: string;
|
|
1884
|
+
rcptUniqueOpenCount?: string;
|
|
1885
|
+
rcptUniqueOpenRate?: string;
|
|
3064
1886
|
totalNumber?: string;
|
|
3065
|
-
rcptOpenRate?: string;
|
|
3066
|
-
rcptOpenCount?: string;
|
|
3067
1887
|
static names(): {
|
|
3068
1888
|
[key: string]: string;
|
|
3069
1889
|
};
|
|
@@ -3087,17 +1907,17 @@ export declare class GetTrackListByMailFromAndTagNameResponseBodyTrackList exten
|
|
|
3087
1907
|
});
|
|
3088
1908
|
}
|
|
3089
1909
|
export declare class QueryDomainByParamResponseBodyDataDomain extends $tea.Model {
|
|
3090
|
-
domainRecord?: string;
|
|
3091
|
-
spfAuthStatus?: string;
|
|
3092
|
-
mxAuthStatus?: string;
|
|
3093
|
-
createTime?: string;
|
|
3094
1910
|
cnameAuthStatus?: string;
|
|
3095
1911
|
confirmStatus?: string;
|
|
1912
|
+
createTime?: string;
|
|
1913
|
+
domainId?: string;
|
|
1914
|
+
domainName?: string;
|
|
1915
|
+
domainRecord?: string;
|
|
1916
|
+
domainStatus?: string;
|
|
3096
1917
|
icpStatus?: string;
|
|
1918
|
+
mxAuthStatus?: string;
|
|
1919
|
+
spfAuthStatus?: string;
|
|
3097
1920
|
utcCreateTime?: number;
|
|
3098
|
-
domainStatus?: string;
|
|
3099
|
-
domainName?: string;
|
|
3100
|
-
domainId?: string;
|
|
3101
1921
|
static names(): {
|
|
3102
1922
|
[key: string]: string;
|
|
3103
1923
|
};
|
|
@@ -3146,15 +1966,19 @@ export declare class QueryInvalidAddressResponseBodyData extends $tea.Model {
|
|
|
3146
1966
|
[key: string]: any;
|
|
3147
1967
|
});
|
|
3148
1968
|
}
|
|
3149
|
-
export declare class
|
|
3150
|
-
|
|
3151
|
-
|
|
1969
|
+
export declare class QueryMailAddressByParamResponseBodyDataMailAddress extends $tea.Model {
|
|
1970
|
+
accountName?: string;
|
|
1971
|
+
accountStatus?: string;
|
|
3152
1972
|
createTime?: string;
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
1973
|
+
dailyCount?: string;
|
|
1974
|
+
dailyReqCount?: string;
|
|
1975
|
+
domainStatus?: string;
|
|
1976
|
+
mailAddressId?: string;
|
|
1977
|
+
monthCount?: string;
|
|
1978
|
+
monthReqCount?: string;
|
|
1979
|
+
replyAddress?: string;
|
|
1980
|
+
replyStatus?: string;
|
|
1981
|
+
sendtype?: string;
|
|
3158
1982
|
static names(): {
|
|
3159
1983
|
[key: string]: string;
|
|
3160
1984
|
};
|
|
@@ -3165,8 +1989,8 @@ export declare class QueryReceiverByParamResponseBodyDataReceiver extends $tea.M
|
|
|
3165
1989
|
[key: string]: any;
|
|
3166
1990
|
});
|
|
3167
1991
|
}
|
|
3168
|
-
export declare class
|
|
3169
|
-
|
|
1992
|
+
export declare class QueryMailAddressByParamResponseBodyData extends $tea.Model {
|
|
1993
|
+
mailAddress?: QueryMailAddressByParamResponseBodyDataMailAddress[];
|
|
3170
1994
|
static names(): {
|
|
3171
1995
|
[key: string]: string;
|
|
3172
1996
|
};
|
|
@@ -3177,10 +2001,14 @@ export declare class QueryReceiverByParamResponseBodyData extends $tea.Model {
|
|
|
3177
2001
|
[key: string]: any;
|
|
3178
2002
|
});
|
|
3179
2003
|
}
|
|
3180
|
-
export declare class
|
|
3181
|
-
|
|
3182
|
-
email?: string;
|
|
2004
|
+
export declare class QueryReceiverByParamResponseBodyDataReceiver extends $tea.Model {
|
|
2005
|
+
count?: string;
|
|
3183
2006
|
createTime?: string;
|
|
2007
|
+
desc?: string;
|
|
2008
|
+
receiverId?: string;
|
|
2009
|
+
receiversAlias?: string;
|
|
2010
|
+
receiversName?: string;
|
|
2011
|
+
receiversStatus?: string;
|
|
3184
2012
|
utcCreateTime?: number;
|
|
3185
2013
|
static names(): {
|
|
3186
2014
|
[key: string]: string;
|
|
@@ -3192,39 +2020,8 @@ export declare class QueryReceiverDetailResponseBodyDataDetail extends $tea.Mode
|
|
|
3192
2020
|
[key: string]: any;
|
|
3193
2021
|
});
|
|
3194
2022
|
}
|
|
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[];
|
|
2023
|
+
export declare class QueryReceiverByParamResponseBodyData extends $tea.Model {
|
|
2024
|
+
receiver?: QueryReceiverByParamResponseBodyDataReceiver[];
|
|
3228
2025
|
static names(): {
|
|
3229
2026
|
[key: string]: string;
|
|
3230
2027
|
};
|
|
@@ -3235,11 +2032,11 @@ export declare class QuerySignByParamResponseBodyData extends $tea.Model {
|
|
|
3235
2032
|
[key: string]: any;
|
|
3236
2033
|
});
|
|
3237
2034
|
}
|
|
3238
|
-
export declare class
|
|
2035
|
+
export declare class QueryReceiverDetailResponseBodyDataDetail extends $tea.Model {
|
|
3239
2036
|
createTime?: string;
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
2037
|
+
data?: string;
|
|
2038
|
+
email?: string;
|
|
2039
|
+
utcCreateTime?: number;
|
|
3243
2040
|
static names(): {
|
|
3244
2041
|
[key: string]: string;
|
|
3245
2042
|
};
|
|
@@ -3250,8 +2047,8 @@ export declare class QuerySmsStatisticsResponseBodyDataStat extends $tea.Model {
|
|
|
3250
2047
|
[key: string]: any;
|
|
3251
2048
|
});
|
|
3252
2049
|
}
|
|
3253
|
-
export declare class
|
|
3254
|
-
|
|
2050
|
+
export declare class QueryReceiverDetailResponseBodyData extends $tea.Model {
|
|
2051
|
+
detail?: QueryReceiverDetailResponseBodyDataDetail[];
|
|
3255
2052
|
static names(): {
|
|
3256
2053
|
[key: string]: string;
|
|
3257
2054
|
};
|
|
@@ -3263,8 +2060,8 @@ export declare class QuerySmsStatisticsResponseBodyData extends $tea.Model {
|
|
|
3263
2060
|
});
|
|
3264
2061
|
}
|
|
3265
2062
|
export declare class QueryTagByParamResponseBodyDataTag extends $tea.Model {
|
|
3266
|
-
tagName?: string;
|
|
3267
2063
|
tagId?: string;
|
|
2064
|
+
tagName?: string;
|
|
3268
2065
|
static names(): {
|
|
3269
2066
|
[key: string]: string;
|
|
3270
2067
|
};
|
|
@@ -3288,15 +2085,15 @@ export declare class QueryTagByParamResponseBodyData extends $tea.Model {
|
|
|
3288
2085
|
});
|
|
3289
2086
|
}
|
|
3290
2087
|
export declare class QueryTaskByParamResponseBodyDataTask extends $tea.Model {
|
|
2088
|
+
addressType?: string;
|
|
2089
|
+
createTime?: string;
|
|
3291
2090
|
receiversName?: string;
|
|
2091
|
+
requestCount?: string;
|
|
3292
2092
|
tagName?: string;
|
|
2093
|
+
taskId?: string;
|
|
3293
2094
|
taskStatus?: string;
|
|
3294
|
-
createTime?: string;
|
|
3295
|
-
requestCount?: string;
|
|
3296
|
-
addressType?: string;
|
|
3297
|
-
utcCreateTime?: number;
|
|
3298
2095
|
templateName?: string;
|
|
3299
|
-
|
|
2096
|
+
utcCreateTime?: number;
|
|
3300
2097
|
static names(): {
|
|
3301
2098
|
[key: string]: string;
|
|
3302
2099
|
};
|
|
@@ -3319,39 +2116,6 @@ export declare class QueryTaskByParamResponseBodyData extends $tea.Model {
|
|
|
3319
2116
|
[key: string]: any;
|
|
3320
2117
|
});
|
|
3321
2118
|
}
|
|
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
2119
|
export declare class SaveReceiverDetailResponseBodyDataDetail extends $tea.Model {
|
|
3356
2120
|
email?: string;
|
|
3357
2121
|
static names(): {
|
|
@@ -3377,13 +2141,13 @@ export declare class SaveReceiverDetailResponseBodyData extends $tea.Model {
|
|
|
3377
2141
|
});
|
|
3378
2142
|
}
|
|
3379
2143
|
export declare class SenderStatisticsByTagNameAndBatchIDResponseBodyDataStat extends $tea.Model {
|
|
3380
|
-
unavailablePercent?: string;
|
|
3381
2144
|
createTime?: string;
|
|
3382
|
-
succeededPercent?: string;
|
|
3383
2145
|
faildCount?: string;
|
|
3384
|
-
unavailableCount?: string;
|
|
3385
|
-
successCount?: string;
|
|
3386
2146
|
requestCount?: string;
|
|
2147
|
+
succeededPercent?: string;
|
|
2148
|
+
successCount?: string;
|
|
2149
|
+
unavailableCount?: string;
|
|
2150
|
+
unavailablePercent?: string;
|
|
3387
2151
|
static names(): {
|
|
3388
2152
|
[key: string]: string;
|
|
3389
2153
|
};
|
|
@@ -3407,12 +2171,12 @@ export declare class SenderStatisticsByTagNameAndBatchIDResponseBodyData extends
|
|
|
3407
2171
|
});
|
|
3408
2172
|
}
|
|
3409
2173
|
export declare class SenderStatisticsDetailByParamResponseBodyDataMailDetail extends $tea.Model {
|
|
3410
|
-
|
|
2174
|
+
accountName?: string;
|
|
3411
2175
|
lastUpdateTime?: string;
|
|
3412
2176
|
message?: string;
|
|
2177
|
+
status?: number;
|
|
3413
2178
|
toAddress?: string;
|
|
3414
2179
|
utcLastUpdateTime?: string;
|
|
3415
|
-
accountName?: string;
|
|
3416
2180
|
static names(): {
|
|
3417
2181
|
[key: string]: string;
|
|
3418
2182
|
};
|
|
@@ -3442,40 +2206,24 @@ export default class Client extends OpenApi {
|
|
|
3442
2206
|
}, endpoint: string): string;
|
|
3443
2207
|
addIpfilterWithOptions(request: AddIpfilterRequest, runtime: $Util.RuntimeOptions): Promise<AddIpfilterResponse>;
|
|
3444
2208
|
addIpfilter(request: AddIpfilterRequest): Promise<AddIpfilterResponse>;
|
|
3445
|
-
approveMailTemplateWithOptions(request: ApproveMailTemplateRequest, runtime: $Util.RuntimeOptions): Promise<ApproveMailTemplateResponse>;
|
|
3446
|
-
approveMailTemplate(request: ApproveMailTemplateRequest): Promise<ApproveMailTemplateResponse>;
|
|
3447
2209
|
approveReplyMailAddressWithOptions(request: ApproveReplyMailAddressRequest, runtime: $Util.RuntimeOptions): Promise<ApproveReplyMailAddressResponse>;
|
|
3448
2210
|
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
2211
|
batchSendMailWithOptions(request: BatchSendMailRequest, runtime: $Util.RuntimeOptions): Promise<BatchSendMailResponse>;
|
|
3454
2212
|
batchSendMail(request: BatchSendMailRequest): Promise<BatchSendMailResponse>;
|
|
3455
2213
|
checkDomainWithOptions(request: CheckDomainRequest, runtime: $Util.RuntimeOptions): Promise<CheckDomainResponse>;
|
|
3456
2214
|
checkDomain(request: CheckDomainRequest): Promise<CheckDomainResponse>;
|
|
3457
|
-
checkInvalidAddressWithOptions(request: CheckInvalidAddressRequest, runtime: $Util.RuntimeOptions): Promise<CheckInvalidAddressResponse>;
|
|
3458
|
-
checkInvalidAddress(request: CheckInvalidAddressRequest): Promise<CheckInvalidAddressResponse>;
|
|
3459
2215
|
checkReplyToMailAddressWithOptions(request: CheckReplyToMailAddressRequest, runtime: $Util.RuntimeOptions): Promise<CheckReplyToMailAddressResponse>;
|
|
3460
2216
|
checkReplyToMailAddress(request: CheckReplyToMailAddressRequest): Promise<CheckReplyToMailAddressResponse>;
|
|
3461
|
-
createDayuWithOptions(request: CreateDayuRequest, runtime: $Util.RuntimeOptions): Promise<CreateDayuResponse>;
|
|
3462
|
-
createDayu(request: CreateDayuRequest): Promise<CreateDayuResponse>;
|
|
3463
2217
|
createDomainWithOptions(request: CreateDomainRequest, runtime: $Util.RuntimeOptions): Promise<CreateDomainResponse>;
|
|
3464
2218
|
createDomain(request: CreateDomainRequest): Promise<CreateDomainResponse>;
|
|
3465
2219
|
createMailAddressWithOptions(request: CreateMailAddressRequest, runtime: $Util.RuntimeOptions): Promise<CreateMailAddressResponse>;
|
|
3466
2220
|
createMailAddress(request: CreateMailAddressRequest): Promise<CreateMailAddressResponse>;
|
|
3467
2221
|
createReceiverWithOptions(request: CreateReceiverRequest, runtime: $Util.RuntimeOptions): Promise<CreateReceiverResponse>;
|
|
3468
2222
|
createReceiver(request: CreateReceiverRequest): Promise<CreateReceiverResponse>;
|
|
3469
|
-
createSignWithOptions(request: CreateSignRequest, runtime: $Util.RuntimeOptions): Promise<CreateSignResponse>;
|
|
3470
|
-
createSign(request: CreateSignRequest): Promise<CreateSignResponse>;
|
|
3471
2223
|
createTagWithOptions(request: CreateTagRequest, runtime: $Util.RuntimeOptions): Promise<CreateTagResponse>;
|
|
3472
2224
|
createTag(request: CreateTagRequest): Promise<CreateTagResponse>;
|
|
3473
|
-
createTemplateWithOptions(request: CreateTemplateRequest, runtime: $Util.RuntimeOptions): Promise<CreateTemplateResponse>;
|
|
3474
|
-
createTemplate(request: CreateTemplateRequest): Promise<CreateTemplateResponse>;
|
|
3475
2225
|
deleteDomainWithOptions(request: DeleteDomainRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainResponse>;
|
|
3476
2226
|
deleteDomain(request: DeleteDomainRequest): Promise<DeleteDomainResponse>;
|
|
3477
|
-
deleteInvalidAddressWithOptions(request: DeleteInvalidAddressRequest, runtime: $Util.RuntimeOptions): Promise<DeleteInvalidAddressResponse>;
|
|
3478
|
-
deleteInvalidAddress(request: DeleteInvalidAddressRequest): Promise<DeleteInvalidAddressResponse>;
|
|
3479
2227
|
deleteIpfilterByEdmIdWithOptions(request: DeleteIpfilterByEdmIdRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpfilterByEdmIdResponse>;
|
|
3480
2228
|
deleteIpfilterByEdmId(request: DeleteIpfilterByEdmIdRequest): Promise<DeleteIpfilterByEdmIdResponse>;
|
|
3481
2229
|
deleteMailAddressWithOptions(request: DeleteMailAddressRequest, runtime: $Util.RuntimeOptions): Promise<DeleteMailAddressResponse>;
|
|
@@ -3484,84 +2232,50 @@ export default class Client extends OpenApi {
|
|
|
3484
2232
|
deleteReceiver(request: DeleteReceiverRequest): Promise<DeleteReceiverResponse>;
|
|
3485
2233
|
deleteReceiverDetailWithOptions(request: DeleteReceiverDetailRequest, runtime: $Util.RuntimeOptions): Promise<DeleteReceiverDetailResponse>;
|
|
3486
2234
|
deleteReceiverDetail(request: DeleteReceiverDetailRequest): Promise<DeleteReceiverDetailResponse>;
|
|
3487
|
-
deleteSignWithOptions(request: DeleteSignRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSignResponse>;
|
|
3488
|
-
deleteSign(request: DeleteSignRequest): Promise<DeleteSignResponse>;
|
|
3489
2235
|
deleteTagWithOptions(request: DeleteTagRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTagResponse>;
|
|
3490
2236
|
deleteTag(request: DeleteTagRequest): Promise<DeleteTagResponse>;
|
|
3491
|
-
deleteTemplateWithOptions(request: DeleteTemplateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTemplateResponse>;
|
|
3492
|
-
deleteTemplate(request: DeleteTemplateRequest): Promise<DeleteTemplateResponse>;
|
|
3493
2237
|
descAccountSummaryWithOptions(request: DescAccountSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescAccountSummaryResponse>;
|
|
3494
2238
|
descAccountSummary(request: DescAccountSummaryRequest): Promise<DescAccountSummaryResponse>;
|
|
3495
|
-
descAccountSummary2WithOptions(request: DescAccountSummary2Request, runtime: $Util.RuntimeOptions): Promise<DescAccountSummary2Response>;
|
|
3496
|
-
descAccountSummary2(request: DescAccountSummary2Request): Promise<DescAccountSummary2Response>;
|
|
3497
2239
|
descDomainWithOptions(request: DescDomainRequest, runtime: $Util.RuntimeOptions): Promise<DescDomainResponse>;
|
|
3498
2240
|
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
2241
|
getIpProtectionWithOptions(request: GetIpProtectionRequest, runtime: $Util.RuntimeOptions): Promise<GetIpProtectionResponse>;
|
|
3508
2242
|
getIpProtection(request: GetIpProtectionRequest): Promise<GetIpProtectionResponse>;
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
getRegionListWithOptions(request: GetRegionListRequest, runtime: $Util.RuntimeOptions): Promise<GetRegionListResponse>;
|
|
3512
|
-
getRegionList(request: GetRegionListRequest): Promise<GetRegionListResponse>;
|
|
3513
|
-
getSenderAddressListWithOptions(request: GetSenderAddressListRequest, runtime: $Util.RuntimeOptions): Promise<GetSenderAddressListResponse>;
|
|
3514
|
-
getSenderAddressList(request: GetSenderAddressListRequest): Promise<GetSenderAddressListResponse>;
|
|
2243
|
+
getIpfilterListWithOptions(request: GetIpfilterListRequest, runtime: $Util.RuntimeOptions): Promise<GetIpfilterListResponse>;
|
|
2244
|
+
getIpfilterList(request: GetIpfilterListRequest): Promise<GetIpfilterListResponse>;
|
|
3515
2245
|
getTrackListWithOptions(request: GetTrackListRequest, runtime: $Util.RuntimeOptions): Promise<GetTrackListResponse>;
|
|
3516
2246
|
getTrackList(request: GetTrackListRequest): Promise<GetTrackListResponse>;
|
|
3517
2247
|
getTrackListByMailFromAndTagNameWithOptions(request: GetTrackListByMailFromAndTagNameRequest, runtime: $Util.RuntimeOptions): Promise<GetTrackListByMailFromAndTagNameResponse>;
|
|
3518
2248
|
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
2249
|
modifyMailAddressWithOptions(request: ModifyMailAddressRequest, runtime: $Util.RuntimeOptions): Promise<ModifyMailAddressResponse>;
|
|
3524
2250
|
modifyMailAddress(request: ModifyMailAddressRequest): Promise<ModifyMailAddressResponse>;
|
|
3525
2251
|
modifyPWByDomainWithOptions(request: ModifyPWByDomainRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPWByDomainResponse>;
|
|
3526
2252
|
modifyPWByDomain(request: ModifyPWByDomainRequest): Promise<ModifyPWByDomainResponse>;
|
|
3527
|
-
modifySenderAddressNotificationWithOptions(request: ModifySenderAddressNotificationRequest, runtime: $Util.RuntimeOptions): Promise<ModifySenderAddressNotificationResponse>;
|
|
3528
|
-
modifySenderAddressNotification(request: ModifySenderAddressNotificationRequest): Promise<ModifySenderAddressNotificationResponse>;
|
|
3529
2253
|
modifyTagWithOptions(request: ModifyTagRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTagResponse>;
|
|
3530
2254
|
modifyTag(request: ModifyTagRequest): Promise<ModifyTagResponse>;
|
|
3531
|
-
modifyTemplateWithOptions(request: ModifyTemplateRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTemplateResponse>;
|
|
3532
|
-
modifyTemplate(request: ModifyTemplateRequest): Promise<ModifyTemplateResponse>;
|
|
3533
2255
|
queryDomainByParamWithOptions(request: QueryDomainByParamRequest, runtime: $Util.RuntimeOptions): Promise<QueryDomainByParamResponse>;
|
|
3534
2256
|
queryDomainByParam(request: QueryDomainByParamRequest): Promise<QueryDomainByParamResponse>;
|
|
3535
2257
|
queryInvalidAddressWithOptions(request: QueryInvalidAddressRequest, runtime: $Util.RuntimeOptions): Promise<QueryInvalidAddressResponse>;
|
|
3536
2258
|
queryInvalidAddress(request: QueryInvalidAddressRequest): Promise<QueryInvalidAddressResponse>;
|
|
2259
|
+
queryMailAddressByParamWithOptions(request: QueryMailAddressByParamRequest, runtime: $Util.RuntimeOptions): Promise<QueryMailAddressByParamResponse>;
|
|
2260
|
+
queryMailAddressByParam(request: QueryMailAddressByParamRequest): Promise<QueryMailAddressByParamResponse>;
|
|
3537
2261
|
queryReceiverByParamWithOptions(request: QueryReceiverByParamRequest, runtime: $Util.RuntimeOptions): Promise<QueryReceiverByParamResponse>;
|
|
3538
2262
|
queryReceiverByParam(request: QueryReceiverByParamRequest): Promise<QueryReceiverByParamResponse>;
|
|
3539
2263
|
queryReceiverDetailWithOptions(request: QueryReceiverDetailRequest, runtime: $Util.RuntimeOptions): Promise<QueryReceiverDetailResponse>;
|
|
3540
2264
|
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
2265
|
queryTagByParamWithOptions(request: QueryTagByParamRequest, runtime: $Util.RuntimeOptions): Promise<QueryTagByParamResponse>;
|
|
3546
2266
|
queryTagByParam(request: QueryTagByParamRequest): Promise<QueryTagByParamResponse>;
|
|
3547
2267
|
queryTaskByParamWithOptions(request: QueryTaskByParamRequest, runtime: $Util.RuntimeOptions): Promise<QueryTaskByParamResponse>;
|
|
3548
2268
|
queryTaskByParam(request: QueryTaskByParamRequest): Promise<QueryTaskByParamResponse>;
|
|
3549
|
-
queryTemplateByParamWithOptions(request: QueryTemplateByParamRequest, runtime: $Util.RuntimeOptions): Promise<QueryTemplateByParamResponse>;
|
|
3550
|
-
queryTemplateByParam(request: QueryTemplateByParamRequest): Promise<QueryTemplateByParamResponse>;
|
|
3551
2269
|
saveReceiverDetailWithOptions(request: SaveReceiverDetailRequest, runtime: $Util.RuntimeOptions): Promise<SaveReceiverDetailResponse>;
|
|
3552
2270
|
saveReceiverDetail(request: SaveReceiverDetailRequest): Promise<SaveReceiverDetailResponse>;
|
|
2271
|
+
sendTestByTemplateWithOptions(request: SendTestByTemplateRequest, runtime: $Util.RuntimeOptions): Promise<SendTestByTemplateResponse>;
|
|
2272
|
+
sendTestByTemplate(request: SendTestByTemplateRequest): Promise<SendTestByTemplateResponse>;
|
|
3553
2273
|
senderStatisticsByTagNameAndBatchIDWithOptions(request: SenderStatisticsByTagNameAndBatchIDRequest, runtime: $Util.RuntimeOptions): Promise<SenderStatisticsByTagNameAndBatchIDResponse>;
|
|
3554
2274
|
senderStatisticsByTagNameAndBatchID(request: SenderStatisticsByTagNameAndBatchIDRequest): Promise<SenderStatisticsByTagNameAndBatchIDResponse>;
|
|
3555
2275
|
senderStatisticsDetailByParamWithOptions(request: SenderStatisticsDetailByParamRequest, runtime: $Util.RuntimeOptions): Promise<SenderStatisticsDetailByParamResponse>;
|
|
3556
2276
|
senderStatisticsDetailByParam(request: SenderStatisticsDetailByParamRequest): Promise<SenderStatisticsDetailByParamResponse>;
|
|
3557
|
-
sendTestByTemplateWithOptions(request: SendTestByTemplateRequest, runtime: $Util.RuntimeOptions): Promise<SendTestByTemplateResponse>;
|
|
3558
|
-
sendTestByTemplate(request: SendTestByTemplateRequest): Promise<SendTestByTemplateResponse>;
|
|
3559
2277
|
singleSendMailWithOptions(request: SingleSendMailRequest, runtime: $Util.RuntimeOptions): Promise<SingleSendMailResponse>;
|
|
3560
2278
|
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
2279
|
updateIpProtectionWithOptions(request: UpdateIpProtectionRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpProtectionResponse>;
|
|
3566
2280
|
updateIpProtection(request: UpdateIpProtectionRequest): Promise<UpdateIpProtectionResponse>;
|
|
3567
2281
|
updateMailAddressMsgCallBackUrlWithOptions(request: UpdateMailAddressMsgCallBackUrlRequest, runtime: $Util.RuntimeOptions): Promise<UpdateMailAddressMsgCallBackUrlResponse>;
|